

.video-header {
	width: 100%;
	height: 100vh;
	padding: 2% 0;
	background: url(../images/video-op.jpg) top center no-repeat;
	background-size: cover;
}

.video-header .text-title{
	padding-top: 4%;
}

.video-header .text-title h2{
	margin: 0;
}

.video-header .text-title P{
	margin: 6px auto;
}

.text-title{
	padding-top: 90px;
	margin-left: -4px;
}

.text-title h2{
	font-weight: 400;
	font-size: 38px;
	color: #FFF;
	margin: 0 0 1em;
}
.text-title P{
	font-weight: 200;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	
	line-height: 1.75;
	text-shadow: 0 0 10px #5193a2;
/*	margin:10px 0 ;*/
}
.text-title > h2 .h2-subtitle {
	display: table;
	margin: 0 auto 10px;
	padding: 8px;
	border: 1px solid #fff;
	font-size: 0.65em;
	line-height: 1;
}

p.annotate {
	font-size: 13px;
	line-height: 1.5;
}
.reporter{
	margin-top: 3%;
}
.reporter-img1{
	width: 75%;
}
.reporter-img2{
	width: 76%;
}
.reporter-img3{
	width: 80%;
}
.reporter-img4{
	width: 48%;
	margin-left: 30%;
}
.reporter-img5{
	width: 45%;
	margin:0 20% 0 0 ;
}

.btnDown {
	margin-top: 1%;
}



/*----------------------------*/

.video-embed{
	height: 100vh;
}

.video-video{
	height: 100vh;
	background-color: antiquewhite;
	padding: 0;
}

.video-text{
	height: 100vh;
	padding: 3% 4%;
	color: #FFF;
/*
/*
	overflow: scroll;
	overflow-x: hidden;
*/
}

.video-text h3{	
	font-size: 22px;
	font-weight: 200;
	display: inline-block;
	margin: 0;
}
.video-text p{	
	font-size: 17px;
	font-weight: 200;
	line-height: 1.75;
}

.video-text1{
	background-color:#4C6A92 ;
}
.video-text2{
	background-color:#AF9483 ;
}
.video-text3{
	background-color:#B93A32 ;
}
.video-text4{
	background-color:#006E51 ;	
}
.video-text5{

	background-color:#92B6D5 ;
}

.box-right{
	float: right;
}


.reporter-line{
	width: 55%;
	display: block;
	margin: 0 auto;
}

.mark{
	background-color: transparent;
	width: 8%;
}
.mark01{
	margin:-20px 8px 0 0 ;
}
.mark02{
	margin:0 0 -5px 6px ;
}

 a{
	font-weight: 500;
	color: #DDD;
	font-size: 16px;
	line-height:1.5; 
}
 a:hover{
/*	font-size: 16px;*/
	color:#FFF;
}

.r-1:hover,.r-2:hover,.r-3:hover,.r-4:hover,.r-5:hover{
	transform: translateY(-1.5vw);
}

/*---------MOBILE-------------------*/

@media (max-width: 767px) {
	.btnDown {
	margin-top: 5em;
	}

	.annotate{
		display: none;
	}
	.video-header{
	padding-top: 12%;
	padding-bottom: 24px;
}
	.video-nav .navbar-header{
	background-color: transparent;
}

	.video-embed{
	height: 100%;
	padding-bottom: 0;
}
	.text-title{
	padding-top: 22%;
	font-size: 32px;
}
	.text-title>h2{
	font-size: 30px;
}
	.video-text{
	height: auto;
	padding: 8% 8% 5% 8%;
	}
	.mark01{
	margin:0 8px 0 0 ;
}
	.mark02{
	margin:0 0 0 6px ;
}

	.video-header{
	height: auto;
	}	
	.reporter-img1{
		width: 96%;
	}
	.reporter-img2{
		width: 96%;
	}
	.reporter-img3{
		width: 100%;
	}
	.reporter-img4{
		width: 100%;
		margin-left: 0;
	}
	.reporter-img5{
		width: 96%;
		margin:0 ;
	}
	.r-1{
		margin-top: 0;
	}
	.r-2{
		margin-top: 16px;
	}
	.r-3{
		margin-top: -45px;
	}
	.r-4{
		margin-top: 9px;
	}
	.r-5{
		margin-top: 0px;
	}
	
	
	.embed-responsive iframe{
		width: 100%;
		height: 280px;
	}
	.video-embed1{
		border: 8px solid #4C6A92;
		background-color: #4C6A92;
	}
	.video-embed2{
		border: 8px solid #AF9483;
		background-color: #AF9483;
	}
	.video-embed3{
		border: 8px solid #B93A32;
		background-color: #B93A32;
	}
	.video-embed4{
		border: 8px solid #006E51;
		background-color: #006E51;
	}
	.video-embed5{
		border: 8px solid #92B6D5;
		background-color: #92B6D5;
	}
}

/*-----------IPAD ç›´---------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) 
	and (orientation : portrait){
		
	.video-header{
		height: auto;
	}	
	.reporter-img1{
		width: 50%;
		margin: 0 0 0 -10px ;
	}
	.reporter-img2{
		width: 55%;
		margin: -30px 0 0 340px ;
	}
	.reporter-img3{
		width: 60%;
		margin: -220px 0 0 30px ;
	}
	.reporter-img4{
		width: 53%;
		margin: 0 0 0 200px ;
	}
	.reporter-img5{
		width: 50%;
		margin: -30px 0 0 300px ;
	}
	
	.video-embed {
		height: 100%;
	}
	.video-text {
    	padding: 5%  7% 10% 7%;
		height: auto;
	}
	
	.reporter-line {
    	width: 35%;
    	display: block;
   	 	margin: 0 auto;
	}
	.mark {
    	width: 5%;
	}

	.video-text{
		overflow-y: scroll;	
	}
		
	.embed-responsive iframe{
		width: 100%;
		height: 400px;
	}
	.video-embed1{
		border: 10px solid #4C6A92;
		background-color: #4C6A92;
	}
	.video-embed2{
		border: 10px solid #AF9483;
		background-color: #AF9483;
	}
	.video-embed3{
		border: 10px solid #B93A32;
		background-color: #B93A32;
	}
	.video-embed4{
		border: 10px solid #006E51;
		background-color: #006E51;
	}
	.video-embed5{
		border: 10px solid #92B6D5;
		background-color: #92B6D5;
	}
		

}

/*-----------IPAD æ©«---------------*/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#rrr1 iframe,#rrr2 iframe,#rrr3 iframe,#rrr4 iframe,#rrr5 iframe{
	height: 100%;
	}
}


/*-----------MAP PC CSS--------------*/
	.map-header {
		/*display: table;*/
		width: 100%;
		height: 100vh;
		padding: 70px 0;
		background: url(../images/device.png) top center no-repeat;
		background-size: cover;
	}

	.map-header p.annotate {
		font-size: 13px;
		line-height: 1.5;
		display: block !important;
	}

	.map-header p {
		line-height: 1.75;
		text-shadow: 0 0 10px #5193a2;
	}


/*---------MAP MOBILE CSS-----------------*/

@media (max-width: 1024px) {
	.map-header {
		background: url(../images/map-op-pad.jpg) bottom center no-repeat;
		background-size: cover;
		height: 100vh;
		}
	.video-text{
		overflow-y: scroll;
	}
}

@media (max-width: 767px) {
	.map-header {
		background: url(../images/map-op-mobile.jpg) bottom center no-repeat;
		background-size: cover;
		height: 100vh;
		}
	}