html { font-size:55%; }
body { font-family:ff-meta-serif-web-pro, sans-serif; margin:0; background-color: #7f0c0c; color: white;}

h1 { 
	font-size: 16.4rem; line-height: 10rem; 
	line-height: 14rem;
	max-width: 800px; max-width: 80rem;
	margin:6rem 0 3rem;
	letter-spacing: -0.2rem;
	background: -webkit-linear-gradient(#bd2027, #8b1c23);
	color: #bd2027;
	 -webkit-background-clip: text;
	 -o-background-clip: text;
	 -moz-background-clip: text;
	 background-clip: text;
	 -webkit-text-fill-color: transparent;
	 -o-text-fill-color: transparent;
	 -moz-text-fill-color: transparent;
	 text-fill-color: transparent;
}

h2 { 
	max-width:800px; max-width:80rem;
	font-size:5.9rem; 
	font-size: 6.9rem; 
	text-align: center;
	margin: 0 0 2rem;
}

h3 { 
	max-width:800px; max-width:80rem;
	font-size:26px; 
	font-size: 3.6rem; 
	margin-bottom: 2rem;
	text-align: center;
}
p { 
	max-width:800px; max-width:80rem;
	font-size:22px; font-size:2.2rem; 
	line-height: 31px; line-height: 3.1rem;
	padding: 0 0 2rem; 
} 
img { 
	display:block;
	max-width:100%;
	margin: 0 auto;
}

h2 + p, 
h2 + img {margin-top:30px; margin-top: 2rem;}

h3 + p, 
h3 + img {margin-top:10px;  margin-top: 2rem;}

h1,
h2,
h3,
p {	
	margin-left: auto;
	margin-right: auto;
}

img + p,
span + p,
img + h3 {margin-top: 50px; margin-top: 5rem;}

img + .caption {
	margin-top: 0rem;
}
a {
	color: inherit;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}
.caption + p {margin:0 auto;}

.caption {
	font-size: 18px; font-size: 1.8rem;
	line-height: 22px; line-height: 2.2rem;
	margin-top: 0;
	text-align: center;
	font-style: italic;

}

p + p {margin: -25px auto 0; margin: -2.5rem auto 0;}


.shadowvideo {
	width: 1338px;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 42px 27px -30px rgba(0,0,0,.6), 0px 7px 142px rgba(255,255,255,.15);
}

.shadowvideo2 {
	max-width: 1138px;
	width: 100%;
	margin: 0 auto 45px;
	display: block;
	box-shadow: 0px 42px 27px -30px rgba(0,0,0,.6), 0px 7px 142px rgba(255,255,255,.15);
}



.shadow + h2,
.shadow + h3,
.shadowvideo2 + h2,
.shadowvideo2 + h3
 {margin-top: 80px;}

.obviuse {
	width: 36px; 
	height: 36px; 
	position: fixed; 
	z-index: 1; 
	margin-top: 20px; 
	margin-left: 20px;
}

.content {
	/*position: relative;
	background-image: url('../images/floor.png');
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 1980px 959px; background-size: 198rem 95.9rem;*/
}

.container {
	width: 100%;
	margin: 0 auto;


}

.introduction {
	background-color: white;
	color: #333;
	overflow: hidden;
}

.introduction img {
	width: 70%;
	margin-bottom: 40px;
}

.stopper {
	background-color: #5c0000;
	z-index: 1;
    position: relative;
    width: 1620px;
  	width: 172rem;
 	right: -77%;
}

.stopper:after {
	background-color: #5c0000;
    width: 1620px;
  	width: 242rem;
    height: 145px;
  	height: 22.5rem;
    position: absolute;
    z-index: 77;
	left: -70%;
    content: '';
  
	/* background: white; */
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;

  }
.section-introduction {
	position: relative;
	overflow: visible;
	padding: 50px 20px 4px 20px;
	overflow: hidden;
}

.section-introduction h1 {text-align: center; }
.section-introduction p {
	font-size:26px; font-size:2.6rem;
	line-height: 37px; line-height: 3.7rem;
	margin-top: 13px; 
	padding: 0 0 2rem 0;
}


.section-introduction img{
	margin:0 auto;
	display:block;
	width:663px; width:63.3rem;
	padding:0px 0 100px; padding:0rem 0 10rem;
	position: relative;
}

.section-introduction ul {
	max-width: 379px;
	width: 100%;
	margin: 0 auto 0px;
	padding: 0;
 	display: block;
}

.section-introduction ul li {
	float: left;
	list-style-type: none;
	background-color: white;
	color: #5C0000;
	padding: 15px 19px;
	border-radius: 5px 0px 0px 5px;
	font-size: 15px;

}

.section-introduction ul li + li {
	border-radius: 0px 5px 5px 0px;
}
 
 .section-introduction ul li.current {
 	color: white;
 	background-color: rgb(71, 1, 1);
 	position: relative;
 	box-shadow: inset 0 4px 20px -7px rgba(0,0,0,.5);
}

.section-introduction ul li.current:after {
	top: 98%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: rgb(71, 1, 1);
	border-width: 8px;
	margin-left: -8px;
}
.section-divider-2.firstsection {
	padding-top: 10px;
	margin-top: -1px;
}
.section-divider-1 {
	
	/* background-image: url(../images/bottom.png); */
    background-repeat: repeat-x;    
	background-position: top bottom;    
	padding: 70px 0px 70px;
}


.section-divider-2 {
	
	/* background-image: url(../images/divider2.png), url(../images/whitebottom.png); */
    background-repeat: repeat-x;
    background-position: top center, top bottom;
    
	padding: 70px 0px 70px;
	background: #5c0000;
}

.section-timeline {
	background-repeat: repeat-x;
    background-position: top center, top bottom;
    
/*	padding: 90px 0px 15px;*/
}

.section-timeline h2 {
	font-size: 10rem;
}

.section-timeline h2 + p {
	font-size:26px; font-size:2.6rem;
	line-height: 37px; line-height: 3.7rem;
	margin-top: 20px; 
}

.section-timeline .timeitem > div {
	max-width: 80rem;
	/* border-left: 3px solid rgb(163, 19, 19); */
	margin: 0 auto;
	padding: 5rem 2rem 0 4rem;
	position: relative;
}

.section-timeline .timeitem.last {
	overflow: hidden;
}
.section-timeline .timeitem.last > div .bullet:after {
	width: 17px;
	height: 2000px;
	display: block;
	position: absolute;
	top: 22px;
	background-color: #5c0000;
	content: '';
}

.section-timeline .timeitem > div h3 {
	/* text-align: left; */
}

.section-timeline .timeitem > div .bullet {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  z-index: 2;
  left: -12px;
  background-color: rgb(163, 19, 19);
  border-radius: 23px;
  }

  .section-timeline > div .datetime {
	font-size: 18px;
	margin: 0 0 10px 0;
	display: block;
}

.section-timeline > div .origin {
	font-size: 16px;
	display: block;
	margin: 10px 0 0 0;
}

.section-timeline > div .origin + p {
	margin-top: 2rem;
}

.section-timeline .timeitem.case {
	background-image: url(../images/2012-case.jpg);
    background-repeat: no-repeat;
    background-position: top 170px center;
	background-color: white;
}

.section-timeline .timeitem.case a {

	display: block;

}

.section-timeline .timeitem.case > div {
	padding: 5rem 2rem 65rem 4rem;
	color: black;
}

.section-timeline .timeitem.first > div {
	padding: 0 2rem 0 4rem;
	
}
.section-timeline .timeitem.case > div h3{
	
}



.section-divider-1 {/* background-color: #5c0000; */}


.skewed {
	height: 950px;
	width: 100%;
}

.premise {
	background-image: url('../images/01obj.jpg');
	background-repeat: no-repeat;
	background-position: center -280px;
	
}


.start {
	background-image: url('../images/02start.jpg');
	background-repeat: no-repeat;
	background-position: center -260px;
	
}

.office {
	background-image: url('../images/03office.jpg');
	background-repeat: no-repeat;
	background-position: center -280px;
	
}



 iframe {
	margin-bottom: -3px;
}

span img {box-shadow: 0px 42px 27px -30px rgba(0,0,0,.6), 0px 7px 142px rgba(255,255,255,.15);max-width: 90%;}
 
span img.noshadow { box-shadow: none; }

@media only screen and (min-width: 1260px) and (min-height: 760px) {
	html { font-size: 62.5%; }
	body { min-width:1240px;  }
	
	.section-introduction > a { padding:0px 0 50px; padding:0rem 0 5rem;}
	.section-introduction {	/* padding-top: 933px; */	/* background: black; */}
}


@media only screen and (max-width: 1750px) {
.content {
		width:100%;
		background-position:center -10px;
		background-size: 1480px 717px; background-size: 148rem 71.7rem;
	}
	.section-introduction {
		padding: 40px 20px 0;
	}
}


@media only screen and (min-width: 1450px) {
	.stopper {
		right: -50%;
	}
}



@media only screen and (max-width: 1280px) {
.content {
		width:100%;
		background-position:center -10px;
		padding:0 0 10px;
		background-size: 740px 358px; background-size: 124rem 60.7rem;
	}
	.section-introduction {
		padding: 24px 20px 0;
	}
}


@media only screen and (max-width: 850px) {
.introduction img {
	width: 90%;
	
}
}


@media only screen and (max-width: 650px) {
	html { font-size:50%; }	
	body { min-width:0; }
		
	h1,
	h2,
	h3,
	p { 
		padding-left: 2rem;
		padding-right: 2rem;
	} 

	h1 {font-size: 9.6rem; line-height: 8rem; margin-bottom:2rem; }
	h2 {font-size:3.6rem; }
	h3 {font-size:2.8rem; }
	
	.section-divider-1, .section-divider-2 { padding: 40px 0px;}

	.shadow + h2,
	.shadow + h3,
	.shadowvideo2 + h2,
	.shadowvideo2 + h3
	 {margin-top: 50px;}

	.obviuse {
		margin-top: 10px; 
		margin-left: 10px;
		position:absolute;
	}
	.content {
		width:100%;
		background-position:center -10px;
		padding:0 0 10px;
		background-size: 1480px 717px; background-size: 148rem 71.7rem;
	}
	
	.container {
		width:100%;
		overflow:hidden;
	}

	.section-introduction {
		padding: 0px 20px 0;
	}

	.section-introduction > a  {
		width:200px;
		padding:0;
	}
	.section-introduction img{
		width:100%;
		max-width:355px;
	}

	span img {box-shadow: 0px 22px 17px -10px rgba(0,0,0,.6), 0px 7px 142px rgba(255,255,255,.15)}
}

@media only screen and (max-width: 450px) {
.introduction img {
	width: 100%;
	margin-bottom: 50px;
	
}
}





