@charset "utf-8";

body {
	background-color: #ffffff;
	position: relative;
}

/* MENU */

.header{
	position:fixed;
	z-index:9999;
	height:50px;
	width:100%;
	background-color:#1c1c1c;
	box-sizing:border-box;
	overflow: hidden;
	top: 0;
}

.header .menutoggle{
	position:relative;
	height:50px;
	width:50px;
	background-color:#272727;
	box-sizing:border-box;
	display: none;
	cursor: pointer;
}
.header .menutoggle .icon{
	position:absolute;
	left:5px;top:5px;bottom:5px;right:5px;
	width:auto;height:auto;

}

/* EXPAND MENU */
#sp-menu {
	float: left;
	width: 24px;
	height: 24px;
	margin: 13px 0 0 5px;
	cursor: pointer;
}

#sp-menu img {
	width: 100%; 
}

.menulist{
	position:fixed;
	z-index:10000;
	left:0;top:50px;bottom:0;
	width:100%;
	height:0;
	background-color: #ffffff;
	overflow-x:hidden;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	transition: .3s;
}

.mnopen {
	width: 100%;
	height: 518px;
}

#nav-close {
	text-align: right;
	width: 93%;
	cursor: pointer;
	position: relative;
	margin: 15px auto 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.10em;
}

#nav-close span {
	background-color: #333333;
	padding: 5px;
	color: #ffffff;
}

#mlist {
	width: 93%;
	height: auto;
	margin: 10px auto 0;
}

#mlist ul {
	overflow: hidden;
}

.mlabel {
	font-size: 14px;
	font-weight: 700;
	color: #333333;
	padding: 0 0 10px 0;
}

.mlink {
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 13px 0;
}

.mlother {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e9e9e9;
}

.mlink a, .mlink a:visited, .mlink a:hover {
	color: #0b72b5;
	text-decoration: none;
}

.mlother a, .mlother a:visited, .mlother a:hover {
	color: #333333;
	text-decoration: none;
}

#m-contact {
	width: 93%;
	height: auto;
	margin: 10px auto 0;
}

#mc-logo {
	width: 160px;
	height: auto;
	margin: 20px auto 0;
}

#mc-logo img {
	width: 100%;
}

#mc-social {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

#mc-social ul {
	margin: 0 auto;
	width: 155px;
}

#mc-social li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	padding: 0 3px;
}

#mc-social li img {
	width: 100%;
}

#mc-numbers {
	width: 100%;
}

#mc-numbers li {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	padding-bottom: 5px;
}

.ye_sm {
	float: right;
	color: #ffffff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 10px 0 0;
	padding-top: 20px;
}

.ye_sm i {
	margin-left: 10px;
}

.ye_sm i:hover {
	color: #c2c2c2;

}

.ye_sm a, .ye_sm a:visited {
	color: #fff;
}

#resp_menu {
	width: 1136px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#resp_menu ul {
	height: 50px;
}

#resp_menu li {
	width: 150px;
}

#resp_menu li img {
	width: 100%;
	margin-top: 15px;
}

#inq_logo {
	width: 150px;
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#inq_logo img {
	width: 100%;
}

#inq_pp_menu {
	width: 700px;
	float: left;
	padding-top: 17px;
	margin-left: 30px;
	font: 14px 'mallory', Arial, sans-serif;
	color: #ffffff;
}

#inq_pp_menu span {
	margin-right: 10px;
}

.inqppm_home {
	color: #0b72b5!important;
}


#resp_menu a, #resp_menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#resp_menu a:hover {
	color: #c2c2c2;
}

#resp_ml {
	width: 70px;
	height: 50px;
}


/* SECTION */

#ptp_wrap {
	width: 100%;
}

/* HEADER */

.ptp_header {
	height: 100vh;
	width: 100%;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#012c99+0,007bc9+50,00c9c7+100 */
background: #012c99; /* Old browsers */
background: -moz-linear-gradient(45deg,  #012c99 0%, #007bc9 50%, #00c9c7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #012c99 0%,#007bc9 50%,#00c9c7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #012c99 0%,#007bc9 50%,#00c9c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012c99', endColorstr='#00c9c7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ptp_header:before {
	content: ' ';
	display: block;
	position: absolute;
	background-image: url(images/saf2.jpg);
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.2;
	width: 100%;
	height: 100vh;
}

#title_card {
	width: 1280px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
  	top: 50%;
  	transform: translateY(-50%);
}

#tc_wrap {
	width: 320px;
	font-family: 'Roboto', Arial, sans-serif;
	overflow: hidden;
}

#tagaligtas_logo {
	width: 100%;
	height: auto;
}

#tagaligtas_logo img {
	width: 100%;
}

#tc_wrap h1 {
	font-size: 41px;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 4px solid rgba(51, 51, 51, .1);
	padding-bottom: 20px;
	letter-spacing: 0.2em
}

#tc_wrap h3 {
	color: #ffffff;
	opacity: 0.5;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	margin-bottom: 10px;
	line-height: 24px;
}

#tc_wrap p {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	margin-top: 20px;
	text-transform: uppercase;
}

#tc_wrap2 {
	width: 380px;
	font-family: 'Roboto', Arial, sans-serif;
}

#tc_wrap2 a, #tc_wrap2 a:visited, #tc_wrap2 a:hover {
	text-decoration: none;
	color: #ffffff;
}

#tc_wrap2 h1 {
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 4px solid #007bc9;
	padding-bottom: 20px;
}

#tc_wrap2 h3 {
	color: #ffffff;
	opacity: 0.5;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	margin-bottom: 10px;
	line-height: 24px;
}

#tc_wrap2 p {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	margin-top: 20px;
	opacity: 0.9;
}

#byline {
	color: #ffffff;
	opacity: 0.5;
	font-size: 14px;
	margin-top: 20px;
}

#byline i {
	margin-right: 5px;
}

#byline span {
	margin-right: 20px;
	text-transform: uppercase;
}

#tc_wrap3 {
	width: 800px;
	float: right;
}

#tc_wrap3 h1 {
	font-size: 72px;
	font-family: 'mallory', Arial, sans-serif;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 0px;
	font-weight: 700;
	text-align: right;
}

.tcwrap_under {
	border-bottom: 4px solid #007bc9;
	padding-bottom: 20px;
}

#tc_wrap3 h2 {
	font-size: 14px;
	color: #666666;
	text-align: right;
	font-family: 'mallory';
}

#tc_wrap3 h3 {
	font-family: 'mallory';
	color: #666666;
	opacity: 0.7;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 24px;
	text-align: right;
}

#tc_wrap3 p {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0.01em;
	margin-top: 20px;
	opacity: 0.9;
}

#byline3 {
	font-family: 'mallory';
	color: #333333;
	opacity: 0.7;
	line-height: 18px;
	font-size: 14px;
	margin-top: 10px;
	text-align: right;
	font-weight: 400;
}

#byline3 i {
	margin-right: 5px;
}

#byline3 span {
	margin: 10px  0 0 20px;
}


.animated { 
    -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-5px);} 
    60% {-webkit-transform: translateY(-5px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-5px);} 
    60% {transform: translateY(-5px);} 
} 

.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}

#scroll_down {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#scroll_down a, #scroll_down a:visited, #scroll_down a:hover {
	color: #ffffff;
	opacity: 0.9;
}

#ptp_wrap2 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#ptp_intro {
	width: 1024px;
	height: auto;
	margin: 30px auto 0;
	background-color: #ffffff;
	overflow: hidden;
}

#ptpi_p {
	width: 690px;
	height: auto;
	float: left;
	color: #494949;	
}

#ptpi_p p {
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 18px;
	font-family: 'Noto Sans', Arial, sans-serif;
}

.firstcharacter { 
	float: left; 
	color: #494949; 
	font-size: 51px; 
	line-height: 46px; 
	padding-right: 8px; 
	font-family: 'Noto Sans', Arial, sans-serif;
}

#ptpi_side {
	width: 300px;
	height: auto;
	float: right;
}

#ptp_main_cap {
	width: 260px;
	height: auto;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
	color: #494949;
	line-height: 16px;
	margin-bottom: 20px;
	display: block;
}

#ptp_photo_by {
	font-size: 12px!important;
	display: none;
	font-family: 'Roboto', Arial, sans-serif;
	margin-bottom: 20px;
}

#sm_search {
    width: 180px;
    height: 90px;
}

#sm_search h2 {
	font: 700 14px "Open Sans",Arial,sans-serif;
	margin: 0 0 10px 0;
	color: #494949;
}

#sm_btn {
	text-align: justify;
	width: 180px;
	height: auto;
	overflow: hidden;
}

#sm_btn img {
    vertical-align: top;
    display: inline-block;
}

.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0px;
	line-height: 0;
}

#ptpi_index {
	width: 255px;
	height: auto;
	border: 1px solid #dddddd;
	font-family: 'Roboto', Arial, sans-serif;
	padding: 20px 20px;
	color: #494949;
	margin: 0 auto;
}

#ptpi_index a, #ptpi_index a:visited, #ptpi_index a:hover {
	color: #494949;
	text-decoration: none;
}

#ptpi_index h1 {
	font-size: 18px;
	color: #494949;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #819090;
}

#ptpi_index ol {
	margin-top: 10px;
	font-size: 14px;
	margin-left: 17px;
	list-style-type: decimal;
	line-height: 28px;
	color: #494949;
}

#read_more {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	background-color: #007bc9;
	width: 130px;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto 20px;
	text-decoration: none;
	border:solid 2px #007bc9;
    -moz-border-radius-topleft: 75px;
    -moz-border-radius-topright:75px;
    -moz-border-radius-bottomleft:75px;
    -moz-border-radius-bottomright:75px;
    -webkit-border-top-left-radius:75px;
    -webkit-border-top-right-radius:75px;
    -webkit-border-bottom-left-radius:75px;
    -webkit-border-bottom-right-radius:75px;
    border-top-left-radius:75px;
    border-top-right-radius:75px;
    border-bottom-left-radius:75px;
    border-bottom-right-radius:75px;


}

#read_more a, #read_more a:visited, #read_more a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* SLIDER */

.swiper-container {
	width: 100%;
	height: 600px;
}

.swiper-slide {
	background-color: #242426;	
}

#ss-wrap3 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-color: #ffffff;
}

#slide1 {
	width: 100%;
	height: 100%;
	position: relative;
}

#slide1:before {
	content: ' ';
	display: block;
	position: absolute;
	background-image: url(images/saf_rising.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.3;
	width: 100%;
	height: 100%;
}

#slide2 {
	width: 100%;
	height: 100%;
	position: relative;
}

#slide2:before {
	content: ' ';
	display: block;
	position: absolute;
	background-image: url(images/zero_cover.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.3;
	width: 100%;
	height: 100%;
}

#slide3 {
	width: 100%;
	height: 100%;
	position: relative;
}

#slide3:before {
	content: ' ';
	display: block;
	position: absolute;
	background-image: url(images/cedric_daep2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.3;
	width: 100%;
	height: 100%;
}


/* INFOGRAPHICS */

.infograph_wrap {
	background-image: url(images/bg_top.png), url(images/bg_bot.png);
	background-repeat: no-repeat;
	background-position: right top,  left bottom;
}

#infographics {
	width: 1136px;
	height: auto;
	margin: 0 auto;
}	

#infog_section {
	width: 100%;
	height: auto;
	font-family: 'Roboto', Arial, sans-serif;
}

#infog_section h1 {
	font-size: 40px;
	color: #494949;
	text-transform: uppercase;
	line-height: 40px;
}

#infog_section h3 {
	color: #494949;
	opacity: 0.5;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 24px;
}

#infog_section h2 {
	color: #b0b0b0;
	font-size: 24px;
	text-transform: uppercase;
}

.infog_under {
	display: inline-block;
	border-bottom: 4px solid #007bc9;
	padding-bottom: 20px;
}

#infog_thumbs {
	width: 1136px;
	height: auto;
	margin: 20px auto 30px;
}

#infog_box {
	width: 270px;
	height: auto;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}

#infog_box h4 {
	font-family: 'Noto Serif';
	font-size: 22px;
	color: #494949;
	line-height: 28px;
	margin: 15px 0 0 0;
}

#infog_thumbs a, #infog_thumbs a:visited, #infog_thumbs a:hover {
	color: #494949;
	text-decoration: none;
}

#infog_box img {
	width: 100%;
}

/* DATELINE PARIS */

#datelineparis {
	width: 1136px;
	height: auto;
	margin: 20px auto 30px;
	font-family: 'Roboto', Arial, sans-serif;
}

#datelineparis h1 {
	font-size: 28px;
	color: #007bc9;
	border-bottom: 4px solid #007BC9;
	padding-bottom: 10px;
	width: 190px;
	text-align: center;
	margin: 0 auto;
}

#datelineparis p {
	line-height: 1.4em;
	font-size: 18px;
	font-style: italic;
	color: #494949;
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
}

#datelineparis a, #datelineparis a:visited, #datelineparis a:hover {
	color: #007bc9;
	text-decoration: none;
}


#datelineparis2 {
	width: 1136px;
	height: auto;
	margin: 20px auto 30px;
	font-family: 'Roboto', Arial, sans-serif;
}

#datelineparis2 h1 {
	font-size: 40px;
	color: #494949;
	line-height: 40px;
	margin-bottom: 20px;
}

#datelineparis2 h3 {
	font-size: 14px;
	color: #ffffff;
	margin: 20px auto 0;
	background-color: #007bc9;
	width: 100px;
	height: 25px;
	padding: 10px 0 0 0;
	text-align: center;
}

#datelineparis2 h3 a, #datelineparis2 h3 a:visited, #datelineparis2 h3 a:hover {
	color: #ffffff;
	text-decoration: none;
}

#dlp_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#dlp_box {
	width: 328px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 45px 30px 0;
}

#dlp_box h1 {
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 0 0;
}

#dlp_box h2 {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	margin: 10px 0 0 0;
	font-style: italic;
	color: #494949;
}

#dlp_box h3 {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	margin: 20px 0 0 0;
	color: #ffffff;
	background-color: #007bc9;
	width: 110px;
	height: 25px;
	padding: 10px 0 0 0;
	text-align: center;

}

#dlp_box h3 a, #dlp_box h3 a:visited, #dlp_box h3 a:hover {
	color: #ffffff;
	text-decoration: none;
}

#dlp_box p {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	margin: 20px 0 0 0;
	color: #494949;
	line-height: 18px;
}

#dlp_box a, #dlp_box a:visited, #dlp_box a:hover {
	color: #007bc9;
	text-decoration: none;
}

/* ARTICLE INTENSE */

.ptp_article_head {
	height: 600px;
	background-color: #242426;
	width: 100%;
	position: relative;
}

.ptp_article_head:before {
	content: ' ';
	display: block;
	position: absolute;
	background-image: url(images/151113rrl6b.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.3;
	width: 100%;
	height: 600px;
}

/* ARTICLE ZERO */

.ptp_article_head2 {
	height: 600px;
	background-color: #242426;
	width: 100%;
	position: relative;
}

.ptp_article_head2:before {
	content: ' ';
	display: block;
	position: absolute;
	background-image: url(images/zero_cover.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.3;
	width: 100%;
	height: 600px;
}

/* ARTICLE 44 */

.ptp_article_head3 {
	height: 600px;
	background-color: #242426;
	width: 100%;
	position: relative;
}

.ptp_article_head3:before {
	content: ' ';
	display: block;
	position: absolute;
	background-image: url(images/the44.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0.3;
	width: 100%;
	height: 600px;
}

.ptp_article_head4 {
	height: 100vh;
	background-color: #242426;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#ptp_ah_blur {
	width: 100%;
	height: 100%;
	background-color: rgba(36,36,36,.10);
}


#article_wrap {
	width: 1136px;
	margin: 20px auto 0;
	overflow: hidden;
}

#header_cap {
	width: 200px;
	height: auto;
	float: right;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 12px;
	color: #494949;
	line-height: 16px;
}

#header_cap span {
	color: #8b8a8a;
}

#para {
	width: 980px;
	margin: 0 auto;
}

#para a, #para a:visited, #para a:hover {
	color: #007bc9;
	text-decoration: none;
}

#para h3 {
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	color: #494949;
	font-weight: 700;
	margin: 30px 0 5px 0;
}

#para h4 {
	font-family: 'Noto Serif', Arial, sans-serif;
	font-size: 24px;
	color: #0b72b5;
	margin: 30px auto;
	text-align: left;
	font-weight: 700;
	line-height: 34px;
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

#para p {
	font-family: 'Noto Serif';
	font-size: 16px;
	color: #494949;
	line-height: 24px;
	margin-bottom: 18px;
}

#para-breaker {
	width: 50%;
	height: 1px;
	background-color: #0b72b5;
	margin: 30px auto 30px;
}

#ptp_large_img {
	width: 100%;
	height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#ptp_large_img_all {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

#p_img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#p_img img {
	width: 100%;
}

#p_img2 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#p_img2 img {
	width: 48%;
}

.imgfloat {
	float: left;
	margin-right: 10px;
}

#p_img h5 {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #494949;
	width: 80%;
	text-align: center;
	line-height: 18px;
	margin: 10px auto 20px;
}

#p_img2_cap h5 {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #494949;
	width: 80%;
	text-align: center;
	line-height: 18px;
	margin: 10px auto 20px;
}

#para i {
	font-style: italic;
}

#madewith {
	display: none !important;
	color: #ffffff;
}



/* FOOTER */

#footer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}

.footer_bg {
	background-color: #007bc9;
}

#footer h1 {
	font-family: 'Roboto', Arial, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-top: 20px;
}

/* ADS */

#ad-wrap {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #f5f5f5;
	overflow: hidden;
}

#lb_ad {
    width: 970px;
    height: 90px;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
}

#bb-wrap {
	float: right;
	width: 300px;
	height: 250px;
	padding: 20px;
}

#bb_ad {
	width: 300px;
	height: 250px;
	margin: 0 auto;
}

#video_main {
	width: 980px;
	height: auto;
	margin: 20px auto;
}

#page-ad {
	width: 100%;
	margin: 20px auto;
	height: auto;
}

/* TIMELINE */

#mm_timeline {
	width: 100%;
	background-color: #e8eaf1;
	height: 1500px;
	position: relative;
}

#bg_track {
	width: 4px;
	height: 100%;
	position: absolute;
	background-color: #d7d7d7;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

#mmt_label {
	margin: 0 auto 40px;
	width: 280px;
	text-align: center;
	z-index: 2;
	position: relative;
	padding-top: 20px;
	text-transform: uppercase;
}

#mmt_label h1 {
	font-family: 'Roboto';
	padding: 20px;
	font-size: 24px;
	color: #484848;
	background-color: #ffffff;	
}

#mmt_wrap {
	width: 800px;
	margin: 20px auto;
	z-index: 2;
	position: relative;
}

.circle {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #009cff;
	margin: 0 auto;
}

.arrow_left	{
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	
	border-left: 60px solid green;
}

/* PROFILES */
#mm_profiles {
	width: 800px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}

#mm_profiles p {
	font-size: 16px;
	font-family: "Noto Sans",Arial,sans-serif;
	line-height: 1.4em;
	margin-top: 20px;
	color: #484848;
}

#mm_profiles a, #mm_profiles a:visited, #mm_profiles a:hover {
	color: #007bc9;
	text-decoration: none;
}

#mm_img {
	width: 100px;
	height: 100px;
	border-radius: 55px;
	overflow: hidden;
	text-align: center;
	border: 4px solid #007fcf;
	margin: 40px auto 0;
}

#mm_img img {
	width: 100%;
}

#mm_profiles h2 {
	font-family: "Noto Sans",Arial,sans-serif;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #484848;
	text-align: center;
}

#mm_profiles h5 {
	font-family: "Noto Sans",Arial,sans-serif;
	margin-top: 20px;
	font-size: 16px;
	color: #484848;
	line-height: 1.4em;
	font-style: italic;
	text-align: center;
}


#mm_map {
	width: 800px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}

#mm_map p {
	font-size: 16px;
	font-family: "Noto Sans",Arial,sans-serif;
	line-height: 1.4em;
	margin-top: 20px;
	color: #484848;
}

#mm_map_wrap {
	width: 700px;
	height: auto;
	margin: 20px auto 30px;
}

#mm_map_wrap img {
	width: 100%;
}

#mm_map_wrap h2 {
	font-size: 14px;
	font-family: 'mallory';
	margin-top: 5px;
	color: #484848;
	line-height: 18px;
	text-align: left;
}

#mm_map_wrap2 {
	width: 320px;
	height: auto;
	margin: 20px auto 30px;
}

#mm_map_wrap2 img {
	width: 100%;
}

#mm_map_wrap2 h2 {
	font-size: 14px;
	font-family: 'mallory';
	margin-top: 5px;
	color: #484848;
	line-height: 18px;
	text-align: left;
}

#mm_map h1 {
	font-family: "Noto Sans",Arial,sans-serif;
	margin-top: 40px;
	font-size: 24px;
	font-weight: 700;
	color: #484848;
	text-align: center;
	text-transform: uppercase;
}

#mm_map h2 {
	font-family: 'mallory';
	margin-top: 30px;
	font-size: 18px;
	font-weight: 700;
	color: #484848;
	text-transform: uppercase;
}

#mm_map h3 {
	font-size: 16px;
	font-family: "Noto Sans",Arial,sans-serif;
	margin-top: 10px;
	color: #484848;
	font-style: italic;
	text-align: center;
	line-height: 20px;
}

#mm_map span {
	font-weight: 700;
}

#mm-related-wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

#mm-related-box {
	width: 23%;
	height: 300px;
	background-color: #000000;
	display: inline-block;
	vertical-align:top;
	margin: 0 0 20px 0;
	position: relative;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 30px auto 0;
	text-align: left;
}

/* LATEST */
#rio-latest-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: table;
	padding:20px 0 0 0;
}

#rio-latest {
	width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}

#rio-ln-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

#rio-ln-box {
	width: 32%;
	height: auto;
	background-color: #ffffff;
	position: relative;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: left;
	margin: 10px 0 20px 0;
	padding-bottom: 20px;
}

#ln-img {
	width: 100%;
	height: 250px;
	border-bottom: 4px solid #63ba4d;
	background-size: cover;
	background-position: 50% 50%;
}

#rio-ln-box h3 {
	font-size: 22px;
	font-family: 'mallory';
	color: #333333;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	padding: 0 10px;
	margin-top: 10px;
	font-weight: 700;
}

#rio-ln-box a, #rio-ln-box a:visited {
	color: #333333;
	text-decoration: none;
}

#rio-ln-box a:hover {
	color: #63ba4d;
}

#postdate2 {
	font-size: 10px;
	font-family: 'mallory';
	color: #333333;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: 400;
	padding: 0 10px;
}

#more-news2 {
	font-family: 'Roboto';
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	padding: 0 20px 20px 20px;
	font-weight: 700;
}

#more-news2 a, #more-news2 a:visited {
	color: #666666;
	text-decoration: none;
	transition: .5s;
}

#more-news2 a:hover {
	color: #f0702f;
}

#pht-lbl {
	height: 22px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Roboto';
	margin-top: 5px;
	font-weight: 700;
	letter-spacing: 0.025em;
}

#pht-lbl span {
	display: inline;
    padding: 1px 5px;
}

.lbl-green {
	background-color: #63ba4d;
}

#lf-video-bg-wrap {
	width: 100%;
	height: 100vh;
	background-color: #333333;
	overflow: hidden;
	position: relative;
}

#vg-cover {
	width: 100%;
	height: 100%;
	background-image: url(images/pattern.png);
	background-repeat: repeat;
	background-attachment: scroll;
	z-index: 1;
	position: absolute;
}

#spl-title-wrap	{
	width: 980px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 30px;
	right: 0;
	margin: 0 auto;
}

#spl-title-wrap a, #spl-title-wrap a:visited, #spl-title-wrap a:hover {
	color: #ffffff;
	text-decoration: none;
}

#spl-title-wrap h1 {
	font-family: 'mallory';
	font-weight: 700;
	font-size: 52px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.03em;
	line-height: 1.2em;
}

#spl-title-wrap h2 {
	font-family: 'mallory';
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.03em;
	line-height: 1.2em;
	margin-top: 10px;
}

#spl-byline {
	font-family: 'mallory';
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin: 15px 0 0 0;
}

#spl-byline span {
	margin-right: 30px;
}

video#bgvid { 
    min-width: 100%;
    min-height: 100%;
    background: url(images/clams-cover.jpg) no-repeat;
    background-size: cover;
    z-index: -100;
}

#bg-cover {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}

#yt-wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#yt-wrap span {
	display: block;
	font-size: 14px;
	font-family: 'mallory';
	margin-top: 5px;
	color: #484848;
	line-height: 18px;
	text-align: left;
}

/* def header */

#def-header {
	width: 100%;
	height: 600px;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.simplePullQuote {
	font: 28px "proxima-nova", sans-serif!important;
	line-height: 1.2em!important;
	color: #0b72b5!important;
	padding: 15px 0px 30px 0px!important;
	float: none!important;
	margin-right: 0px!important;
	/*margin-bottom: 20px!important;*/
	margin-top: 0px!important;
	margin-left: 0px!important;
	width: 100%!important;
	height: auto!important;
	border-left: none!important;
	border-right: none!important;
	border-top: none!important;
	border-bottom: none!important;
	background: none!important;
	box-shadow: none!important;
	text-align: center!important;
	font-weight: 700!important;
	letter-spacing: 0.03em;
}

.simplePullQuote p {
	font: 28px "Noto Serif", sans-serif!important;
	line-height: 1.2em!important;
	color: #0b72b5!important;
    font-weight: 700!important;
    margin: 0px!important;
	text-align: center!important;
}

/* WP CORE */
.alignnone {
    width: 24%!important;	
    display: block;
    float: left;
    margin: 5px 5px 30px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
    width: 100%;
    height: auto;
}

.alignright {
	display: block;
    float:right;
    margin: 5px 0 30px 20px;
	width: 49%!important;
}

.alignleft {
	display: block;
    float: left;
    margin: 5px 20px 30px 0;
	width: 49%!important;
}

a img.alignright {
    float: right;
    margin: 5px 0 30px 20px;
	width: 49%!important;
}

a img.alignnone {
    width: 24%!important;	
    display: block;
    float: left;
    margin: 5px 5px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 30px 0;
	width: 49%!important;
}

a img.aligncenter {
    display: block;
    margin: 5px auto;
    width: 100%;
    height: auto;
}

.wp-caption {
    background: #fff;
    max-width: 100%; /* Image does not overflow the content area */
}

.wp-caption.alignnone {
    margin: 5px 5px 30px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 10px 0;
}

.wp-caption.alignright {
    margin: 5px 0 10px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.wp-caption p.wp-caption-text {
	font-family: 'Noto Sans', sans-serif!important;
	font-size: 12px!important;
	line-height: 1.2em!important;
	color: #686868!important;
	font-weight: 400!important;
	letter-spacing: 0.03em!important;
}
/* WP CORE END */


/* SR ADS */
#sr-bb {
	width: 300px;
	height: 250px;
	margin: 20px auto 30px;
	background-color: #f5f5f5;
}

#billboard_article span {
	display: none;
}

#billboard_article {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	text-align: center;
}


/* 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1135px){
#resp_menu {
	width: 960px;
}

#title_card {
	width: 860px;
	top: 30%;
}

#ptp_intro {
	width: 960px;
}

#ptpi_p {
	width: 640px;
}

#infographics {
	width: 95%;
}

#infog_thumbs {
	width: 100%;
}

#infog_box {
	width: 230px;
	height: 150px;
}

#article_wrap {
	width: 700px;
}

#para {
	padding-right: 20px;
	width: 100%;
}

#byline {
	width: 210px;
}

#byline span {
	margin-bottom: 10px;
	display: block;
}

#footer {
	width: 100%;
}

/* DATELINE PARIS*/

#datelineparis {
	width: 100%;
}

#datelineparis2 {
	width: 90%;
}

#dlp_box {
	width: 255px;
}

#inq_pp_menu {
	display: none;
}

#video_main {
	width: 100%;
}

#mm_profiles {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}

#mm_map {
	width: 80%;
}

#mm_map_wrap {
	width: 100%;
}

/* SWIPER */

.swiper-container {
	height: 635px;
}

}


/* 768px */
@media only screen and (min-width: 768px) and (max-width: 1023px){

.header {
	width: 100%;
}

#resp_menu {
	width: 99%;
}

.ye_sm {
    padding-top: 17px;
}

.mnav {
	display: none;
}


/* HEADER */

#title_card {
	width: 70%;
}

#tc_wrap {
	width: 80%;
	margin: 0 auto;
}

#ptp_wrap2 {
	width: 100%;
}

#ptp_intro {
	width: 100%;
}

#ptpi_p {
	width: 60%;
	margin: 0 0 0 20px;
	float: left;
}

#ptpi_side {
	float: right;
	margin: 0 20px 0 0;
}

/* SWIPER */

.swiper-container {
	height: 510px;
}

#tc_wrap2 {
	width: 100%;
	margin: 0 auto;
}

#tc_wrap2 h1 {
	font-size: 36px;
}

#byline {
	width: 210px;
}

#byline span {
	margin-bottom: 10px;
	display: block;
}


/* INFOGRAPHICS */

#infographics {
	width: 100%;
}


#infog_section h1 {
	font-size: 32px;
	margin: 0 auto;
	width: 90%;
	display: block;
}

#infog_section h2 {
	font-size: 20px;
	margin: 10px auto 0;
	width: 90%;
	display: block;
}

#infog_section h3 {
	margin: 30px auto 0;
	width: 90%;
	display: block;
}

#infog_thumbs {
	width: 692px;
	margin: 0 auto 30px;
}

#infog_box {
	width: 218px;
	height: auto;
}


#footer {
	width: 100%;
}

/* ARTICLE */

.ptp_article_head {
	height: 100vh;
}

.ptp_article_head:before {
	height: 100vh;
}

.ptp_article_head2 {
	height: 100vh;
}

.ptp_article_head2:before {
	height: 100vh;
}

.ptp_article_head3 {
	height: 100vh;
}

.ptp_article_head3:before {
	height: 100vh;
}

.ptp_article_head4 {
	height: 100vh;
	background-position: 21% 50%;
}

#ptp_ah_blur {
	background-color: rgba(36,36,36,.40);
}

.ptp_article_head4:before {
	height: 100vh;
}

#tc_wrap3 {
	width: 90%;
	margin: 0 auto;
	float: none;
}

#tc_wrap3 h1 {
	font-size: 72px;
	color: #ffffff;
	text-align: center;
}

#tc_wrap3 h3 {
    color: #ffffff;
    opacity: 1;
    text-align: center;
}

#byline3 {
	width: 100%;
	margin: 20px auto 0;
	color: #ffffff;
	text-align: center;
	opacity: 1;
}

#byline3 span {
	display: block;
    margin: 10px 0 0 0;
}

#article_wrap {
	width: 100%;
}

#header_cap {
	float: none;
	width: 90%;
	margin: 0 auto 20px;
}

#para {
	width: 93%;
}

#ptp_large_img {
	width: 100%;
	height: 350px;
}

#title_card {
	margin: 0 auto;
}

/* DATELINE PARIS*/

#datelineparis {
	width: 100%;
}

#datelineparis2 {
	width: 90%;
}

#dlp_box {
	width: 290px;
}

/* CAP */
#ptp_photo_by {
	display: block;
}

#ptp_main_cap {
	display: none;
}

#inq_pp_menu {
	display: none;
}

#lb_ad {
    width: 300px;
    height: 250px;
    overflow: hidden;
    float: none;
}

#video_main {
	width: 100%;
}

#mm_profiles {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}

#mm_map {
	width: 80%;
}

#mm_map_wrap {
	width: 100%;
}

#spl-title-wrap	{
	width: 80%;
}

#spl-title-wrap h1 {
	font-size: 42px;
}

#spl-byline span {
	width: 100%;
	margin: 0 auto 10px;
	display: block;
}

video#bgvid { 
    min-width: 100%;
    min-height: 100%;
    background: url(images/war-on-drugs.jpg) no-repeat;
    background-size: cover;
}

#lf-video-bg-wrap video {
	display: none;
}

#lf-video-bg-wrap {
	background-image: url(images/war-on-drugs.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

#yt-wrap span {
	padding: 0 10px;
}

#bb-wrap {
	float: none;
	padding: 0;
	margin: 0 auto 20px;
}

#billboard_article {
	width: 300px;
	height: 250px;
	margin: 30px auto;
}


}

/* 600px */
@media only screen and (min-width: 600px) and (max-width: 767px){

.header {
	width: 100%;
}

#resp_menu {
	width: 99%;
}

.ye_sm {
    padding-top: 17px;
}

.mnav {
	display: none;
}


/* HEADER */

#title_card {
	width: 100%;
	top: 60%;
}

#tc_wrap {
	width: 90%;
	margin: 0 auto;
}

#ptp_wrap2 {
	width: 100%;
}

#ptp_intro {
	width: 100%;
}

#ptpi_p {
	width: 440px;
	margin: 0 auto;
	float: none;
}

#ptpi_side {
	float: none;
	margin: 0 auto 30px;
}

/* SWIPER */

.swiper-container {
	height: 410px;
}

#tc_wrap2 {
	width: 70%;
	margin: 0 auto;
}

#tc_wrap2 h1 {
	font-size: 36px;
}

#byline {
	width: 210px;
}

#byline span {
	margin-bottom: 10px;
	display: block;
}

/* INFOGRAPHICS */

#infographics {
	width: 100%;
}

#infog_section {
	width: 100%;
}

#infog_section h1 {
	font-size: 32px;
	margin: 0 auto;
	width: 90%;
	display: block;
}

#infog_section h2 {
	font-size: 20px;
	margin: 10px auto 0;
	width: 90%;
	display: block;
}

#infog_section h3 {
	margin: 30px auto 0;
	width: 90%;
	display: block;
}

#infog_thumbs {
	width: 430px;
	margin: 0 auto 30px;
}

#infog_box {
	width: 100%;
	height: 230px;
}

#footer {
	width: 100%;
}

/* ARTICLE */

.ptp_article_head {
	height: 100vh;
}

.ptp_article_head:before {
	height: 100vh;
}

.ptp_article_head2 {
	height: 100vh;
}

.ptp_article_head2:before {
	height: 100vh;
}

.ptp_article_head3 {
	height: 100vh;
}

.ptp_article_head3:before {
	height: 100vh;
}

.ptp_article_head4 {
	height: 100vh;
	background-position: 21% 50%;
}

#ptp_ah_blur {
	background-color: rgba(36,36,36,.40);
}

.ptp_article_head4:before {
	height: 100vh;
}

#tc_wrap3 {
	width: 90%;
	margin: 0 auto;
	float: none;
}

#tc_wrap3 h1 {
	font-size: 44px;
	color: #ffffff;
	text-align: center;
}

#tc_wrap3 h3 {
    color: #ffffff;
    opacity: 1;
    text-align: center;
}

#byline3 {
	width: 100%;
	margin: 20px auto 0;
	color: #ffffff;
	text-align: center;
	opacity: 1;
}

#byline3 span {
	display: block;
    margin: 10px 0 0 0;
}

#article_wrap {
	width: 100%;
}

#header_cap {
	float: none;
	width: 90%;
	margin: 0 auto 20px;
}

#para {
	width: 93%;
}

#ptp_large_img {
	width: 100%;
	height: 300px;
}

/* DATELINE PARIS*/

#datelineparis {
	width: 100%;
}

/* CAP */
#ptp_photo_by {
	display: block;
}

#ptp_main_cap {
	display: none;
}

#inq_pp_menu {
	display: none;
}

#lb_ad {
    width: 300px;
    height: 250px;
    overflow: hidden;
    float: none;
}

#video_main {
	width: 100%;
}

#mm_profiles {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}

#mm_map {
	width: 80%;
}

#mm_map_wrap {
	width: 100%;
}

#rio-ln-box {
	width: 100%;
	height: auto;
}

#spl-title-wrap	{
	width: 80%;
}

#spl-title-wrap h1 {
	font-size: 42px;
}

#spl-byline span {
	width: 100%;
	margin: 0 auto 10px;
	display: block;
}

video#bgvid { 
    min-width: 100%;
    min-height: 100%;
    background: url(images/war-on-drugs.jpg) no-repeat;
    background-size: cover;
}

#lf-video-bg-wrap video {
	display: none;
}

#lf-video-bg-wrap {
	background-image: url(images/war-on-drugs.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

#yt-wrap span {
	padding: 0 10px;
}

#bb-wrap {
	float: none;
	padding: 0;
	margin: 0 auto 20px;
}

#billboard_article {
	width: 300px;
	height: 250px;
	margin: 30px auto;
}


}

/* 480px */
@media only screen and (min-width: 480px) and (max-width: 599px){

.header {
	width: 100%;
}

#resp_menu {
	width: 99%;
}

.ye_sm {
    padding-top: 17px;
}

#inq_logo {
    width: 115px;
    position: relative;
    top: 0;
    margin: 18px 0 0 16px;
    float: left;
}


/* HEADER */

#title_card {
	width: 100%;
	top: 60%;
}

#tc_wrap {
	width: 90%;
	margin: 0 auto;
}

#ptp_wrap2 {
	width: 100%;
}

#ptp_intro {
	width: 100%;
}

#ptpi_p {
	width: 440px;
	margin: 0 auto;
	float: none;
}

#ptpi_side {
	float: none;
	margin: 0 auto 30px;
}

/* SWIPER */

.swiper-container {
	height: 370px;
}

#tc_wrap2 {
	width: 70%;
	margin: 0 auto;
}

#tc_wrap2 h1 {
	font-size: 36px;
}

#byline {
	width: 210px;
}

#byline span {
	margin-bottom: 10px;
	display: block;
}

/* INFOGRAPHICS */

#infographics {
	width: 100%;
}

#infog_section {
	width: 100%;
}

#infog_section h1 {
	font-size: 32px;
	margin: 0 auto;
	width: 90%;
	display: block;
}

#infog_section h2 {
	font-size: 20px;
	margin: 10px auto 0;
	width: 90%;
	display: block;
}

#infog_section h3 {
	margin: 30px auto 0;
	width: 90%;
	display: block;
}

#infog_thumbs {
	width: 430px;
	margin: 0 auto 30px;
}

#infog_box {
	width: 100%;
	height: 230px;
}

#footer {
	width: 100%;
}

/* ARTICLE */

.ptp_article_head {
	height: 100vh;
}

.ptp_article_head:before {
	height: 100vh;
}

.ptp_article_head2 {
	height: 100vh;
}

.ptp_article_head2:before {
	height: 100vh;
}

.ptp_article_head3 {
	height: 100vh;
}

.ptp_article_head3:before {
	height: 100vh;
}

.ptp_article_head4 {
	height: 100vh;
	background-position: 21% 50%;
}

#ptp_ah_blur {
	background-color: rgba(36,36,36,.40);
}

.ptp_article_head4:before {
	height: 100vh;
}

#tc_wrap3 {
	width: 90%;
	margin: 0 auto;
	float: none;
}

#tc_wrap3 h1 {
	font-size: 44px;
	color: #ffffff;
	text-align: center;
}

#tc_wrap3 h3 {
    color: #ffffff;
    opacity: 1;
    text-align: center;
}

#byline3 {
	width: 100%;
	margin: 20px auto 0;
	color: #ffffff;
	text-align: center;
	opacity: 1;
}

#byline3 span {
	display: block;
    margin: 10px 0 0 0;
}

#article_wrap {
	width: 100%;
}

#header_cap {
	float: none;
	width: 90%;
	margin: 0 auto 20px;
}

#para {
	width: 93%;
}

#ptp_large_img {
	width: 100%;
	height: 240px;
}

#p_img2 img {
	width: 100%;
}

.imgfloat {
	float: left;
	margin-top: 10px;
}

#ptp_large_img_all {
	width: 100%;
	height: 180px;
}

/* DATELINE PARIS*/

#datelineparis {
	width: 100%;
}

#datelineparis2 {
	width: 90%;
}

#dlp_box {
	width: 100%;
}

/* CAP */
#ptp_photo_by {
	display: block;
}

#ptp_main_cap {
	display: none;
}


#inq_pp_menu {
	display: none;
}

#lb_ad {
    width: 300px;
    height: 250px;
    overflow: hidden;
    float: none;
}

#video_main {
	width: 100%;
}

#mm_profiles {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}

#mm_map {
	width: 80%;
}

#mm_map_wrap {
	width: 100%;
}

#rio-ln-box {
	width: 100%;
	height: auto;
}

#rio-ln-box {
	width: 100%;
	height: auto;
}

#spl-title-wrap	{
	width: 80%;
}

#spl-title-wrap h1 {
	font-size: 27px;
}

#spl-byline span {
	width: 100%;
	margin: 0 auto 10px;
	display: block;
}

video#bgvid { 
    min-width: 100%;
    min-height: 100%;
    background: url(images/war-on-drugs.jpg) no-repeat;
    background-size: cover;
}

#lf-video-bg-wrap video {
	display: none;
}

#lf-video-bg-wrap {
	background-image: url(images/war-on-drugs.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

#yt-wrap span {
	padding: 0 10px;
}

#bb-wrap {
	float: none;
	padding: 0;
	margin: 0 auto 20px;
}

#billboard_article {
	width: 300px;
	height: 250px;
	margin: 30px auto;
}

/* WP CORE */
.alignnone {
    width: 47%!important;	
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}

a img.alignnone {
    width: 47%!important;	
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}

.wp-caption.alignnone {
    margin: 5px 5px 5px 0;
}


}

/* 375px */
@media only screen and (min-width: 375px) and (max-width: 479px){

.header {
	width: 100%;
}

#resp_menu {
	width: 99%;
}

.ye_sm {
    padding-top: 17px;
}

#inq_logo {
    width: 115px;
    position: relative;
    top: 0;
    margin: 18px 0 0 16px;
    float: left;
}

/* HEADER */

#title_card {
	width: 100%;
	top: 58%;
}

#tc_wrap {
	width: 90%;
	margin: 0 auto;
}

#ptp_wrap2 {
	width: 100%;
}

#ptp_intro {
	width: 100%;
}

#ptpi_p {
	width: 325px;
	margin: 0 auto;
	float: none;
}

#ptpi_side {
	float: none;
	margin: 0 auto 30px;
}

/* SWIPER */

.swiper-container {
	height: 260px;
}

#tc_wrap2 {
	width: 70%;
	margin: 0 auto;
}

#tc_wrap2 h1 {
	font-size: 36px;
}

#byline {
	width: 210px;
}

#byline span {
	margin-bottom: 10px;
	display: block;
}

/* INFOGRAPHICS */

#infographics {
	width: 100%;
}

#infog_section {
	width: 100%;
}

#infog_section h1 {
	font-size: 32px;
	margin: 0 auto;
	width: 90%;
	display: block;
}

#infog_section h2 {
	font-size: 20px;
	margin: 10px auto 0;
	width: 90%;
	display: block;
}

#infog_section h3 {
	margin: 30px auto 0;
	width: 90%;
	display: block;
}

#infog_thumbs {
	width: 335px;
	margin: 0 auto 30px;
}

#infog_box {
	width: 100%;
	height: 230px;
}

#footer {
	width: 100%;
}

/* ARTICLE */

.ptp_article_head {
	height: 100vh;
}

.ptp_article_head:before {
	height: 100vh;
}

.ptp_article_head2 {
	height: 100vh;
}

.ptp_article_head2:before {
	height: 100vh;
}

.ptp_article_head3 {
	height: 100vh;
}

.ptp_article_head3:before {
	height: 100vh;
}

.ptp_article_head4 {
	height: 100vh;
	background-position: 21% 50%;
}

#ptp_ah_blur {
	background-color: rgba(36,36,36,.40);
}

.ptp_article_head4:before {
	height: 100vh;
}

#tc_wrap3 {
	width: 90%;
	margin: 0 auto;
	float: none;
}

#tc_wrap3 h1 {
	font-size: 44px;
	color: #ffffff;
	text-align: center;
}

#tc_wrap3 h3 {
    color: #ffffff;
    opacity: 1;
    text-align: center;
}

#byline3 {
	width: 100%;
	margin: 20px auto 0;
	color: #ffffff;
	text-align: center;
	opacity: 1;
}

#byline3 span {
	display: block;
    margin: 10px 0 0 0;
}

#article_wrap {
	width: 100%;
}

#header_cap {
	float: none;
	width: 90%;
	margin: 0 auto 20px;
}

#para {
	width: 93%;
}

#ptp_large_img {
	width: 100%;
	height: 200px;
}

#p_img2 img {
	width: 100%;
}

.imgfloat {
	float: left;
	margin-top: 10px;
}

#ptp_large_img_all {
	width: 100%;
	height: 180px;
}

/* DATELINE PARIS*/

#datelineparis {
	width: 100%;
}

#datelineparis2 {
	width: 90%;
}

#dlp_box {
	width: 100%;
}

/* CAP */
#ptp_photo_by {
	display: block;
}

#ptp_main_cap {
	display: none;
}


#inq_pp_menu {
	display: none;
}

#lb_ad {
    width: 300px;
    height: 250px;
    overflow: hidden;
    float: none;
}

#video_main {
	width: 100%;
}

#mm_profiles {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}

#mm_map {
	width: 80%;
}

#mm_map_wrap {
	width: 100%;
}

#rio-ln-box {
	width: 100%;
	height: auto;
}

#spl-title-wrap	{
	width: 80%;
}

#spl-title-wrap h1 {
	font-size: 22px;
}

#spl-byline span {
	width: 100%;
	margin: 0 auto 10px;
	display: block;
}

video#bgvid { 
    min-width: 100%;
    min-height: 100%;
    background: url(images/war-on-drugs.jpg) no-repeat;
    background-size: cover;
}

#lf-video-bg-wrap video {
	display: none;
}

#lf-video-bg-wrap {
	background-image: url(images/war-on-drugs.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

#yt-wrap span {
	padding: 0 10px;
}

#bb-wrap {
	float: none;
	padding: 0;
	margin: 0 auto 20px;
}

#def-header {
	height: 320px;
}

#billboard_article {
	width: 300px;
	height: 250px;
	margin: 30px auto;
}

/* WP CORE */
.alignnone {
    width: 47%!important;	
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}

a img.alignnone {
    width: 47%!important;	
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}

.wp-caption.alignnone {
    margin: 5px 5px 5px 0;
}


}


/* 360px */
@media only screen and (min-width: 360px) and (max-width: 374px){

.header {
	width: 100%;
}

#resp_menu {
	width: 99%;
}

.ye_sm {
    padding-top: 17px;
}

#inq_logo {
    width: 115px;
    position: relative;
    top: 0;
    margin: 18px 0 0 16px;
    float: left;
}


/* HEADER */

#title_card {
	width: 100%;
	top: 58%;
}

#tc_wrap {
	width: 90%;
	margin: 0 auto;
}


#ptp_wrap2 {
	width: 100%;
}

#ptp_intro {
	width: 100%;
}

#ptpi_p {
	width: 320px;
	margin: 0 auto;
	float: none;
}

#ptpi_side {
	float: none;
	margin: 0 auto 30px;
}

/* SWIPER */

.swiper-container {
	height: 240px;
}

#tc_wrap2 {
	width: 60%;
	margin: 0 auto;
}

#tc_wrap2 h1 {
	font-size: 32px;
}

#byline {
	width: 210px;
}

#byline span {
	margin-bottom: 10px;
	display: block;
}

/* INFOGRAPHICS */

#infographics {
	width: 100%;
}

#infog_section {
	width: 100%;
}

#infog_section h1 {
	font-size: 32px;
	margin: 0 auto;
	width: 90%;
	display: block;
}

#infog_section h2 {
	font-size: 20px;
	margin: 10px auto 0;
	width: 90%;
	display: block;
}

#infog_section h3 {
	margin: 30px auto 0;
	width: 90%;
	display: block;
}

#infog_thumbs {
	width: 320px;
	margin: 0 auto 30px;
}

#infog_box {
	width: 100%;
	height: 220px;
}

#footer {
	width: 100%;
}

/* ARTICLE */

.ptp_article_head {
	height: 100vh;
}

.ptp_article_head:before {
	height: 100vh;
}

.ptp_article_head2 {
	height: 100vh;
}

.ptp_article_head2:before {
	height: 100vh;
}

.ptp_article_head3 {
	height: 100vh;
}

.ptp_article_head3:before {
	height: 100vh;
}

.ptp_article_head4 {
	height: 100vh;
	background-position: 21% 50%;
}

#ptp_ah_blur {
	background-color: rgba(36,36,36,.40);
}

.ptp_article_head4:before {
	height: 100vh;
}

#tc_wrap3 {
	width: 90%;
	margin: 0 auto;
	float: none;
}

#tc_wrap3 h1 {
	font-size: 44px;
	color: #ffffff;
	text-align: center;
}

#tc_wrap3 h3 {
    color: #ffffff;
    opacity: 1;
    text-align: center;
}

#byline3 {
	width: 100%;
	margin: 20px auto 0;
	color: #ffffff;
	text-align: center;
	opacity: 1;
}

#byline3 span {
	display: block;
    margin: 10px 0 0 0;
}

#article_wrap {
	width: 100%;
}

#header_cap {
	float: none;
	width: 90%;
	margin: 0 auto 20px;
}

#para {
	width: 93%;
}

#ptp_large_img {
	width: 100%;
	height: 180px;
}

#p_img2 img {
	width: 100%;
}

.imgfloat {
	float: left;
	margin-top: 10px;
}

#ptp_large_img_all {
	width: 100%;
	height: 180px;
}

/* DATELINE PARIS*/

#datelineparis {
	width: 100%;
}

#datelineparis2 {
	width: 90%;
}

#dlp_box {
	width: 100%;
}


/* CAP */
#ptp_photo_by {
	display: block;
}

#ptp_main_cap {
	display: none;
}


#inq_pp_menu {
	display: none;
}

#lb_ad {
    width: 300px;
    height: 250px;
    overflow: hidden;
    float: none;
}

#video_main {
	width: 100%;
}

#mm_profiles {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}

#mm_map {
	width: 80%;
}

#mm_map_wrap {
	width: 100%;
}

#rio-ln-box {
	width: 100%;
	height: auto;
}

#spl-title-wrap	{
	width: 80%;
}

#spl-title-wrap h1 {
	font-size: 22px;
}

#spl-byline span {
	width: 100%;
	margin: 0 auto 10px;
	display: block;
}

video#bgvid { 
    min-width: 100%;
    min-height: 100%;
    background: url(images/war-on-drugs.jpg) no-repeat;
    background-size: cover;
}

#lf-video-bg-wrap video {
	display: none;
}

#lf-video-bg-wrap {
	background-image: url(images/war-on-drugs.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

#yt-wrap span {
	padding: 0 10px;
}

#bb-wrap {
	float: none;
	padding: 0;
	margin: 0 auto 20px;
}

#def-header {
	height: 320px;
}

#billboard_article {
	width: 300px;
	height: 250px;
	margin: 30px auto;
}

/* WP CORE */
.alignnone {
    width: 47%!important;	
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}

a img.alignnone {
    width: 47%!important;	
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}

.wp-caption.alignnone {
    margin: 5px 5px 5px 0;
}


}


/* 320px */
@media only screen and (min-width: 320px) and (max-width: 359px){
.header {
	width: 100%;
}

#resp_menu {
	width: 95%;
}

.ye_sm {
    padding-top: 17px;
}

#inq_logo {
    width: 115px;
    position: relative;
    top: 0;
    margin: 18px 0 0 16px;
    float: left;
}

/* HEADER */

#title_card {
	width: 100%;
	top: 58%;
}

#tc_wrap {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

#tc_wrap h1 {
	font-size: 38px;
	border-bottom: 4px solid rgba(51, 51, 51, 0.3);
	padding-bottom: 10px;
}


#tc_wrap p {
	font-size: 16px;
	margin-top: 10px;
}

#tc_wrap h3 {
	font-size: 12px;
	padding-left: 3px;
}

#ptp_wrap2 {
	width: 100%;
}

#ptp_intro {
	width: 100%;
}

#ptpi_p {
	width: 290px;
	margin: 0 auto;
	float: none;
}

#ptpi_side {
	float: none;
	margin: 0 auto 30px;
}

/* SWIPER */

.swiper-container {
	height: 220px;
}

#tc_wrap2 {
	width: 60%;
	margin: 0 auto;
}

#tc_wrap2 h1 {
	font-size: 32px;
}

#byline {
	width: 210px;
}

#byline span {
	margin-bottom: 10px;
	display: block;
}

/* INFOGRAPHICS */

#infographics {
	width: 100%;
}

#infog_section {
	width: 100%;
}

#infog_section h1 {
	font-size: 32px;
	margin: 0 auto;
	width: 90%;
	display: block;
}

#infog_section h2 {
	font-size: 20px;
	margin: 10px auto 0;
	width: 90%;
	display: block;
}

#infog_section h3 {
	margin: 30px auto 0;
	width: 90%;
	display: block;
}

#infog_thumbs {
	width: 290px;
	margin: 0 auto 30px;
}

#infog_box {
	width: 100%;
	height: 180px;
}

#footer {
	width: 100%;
}

/* ARTICLE */

.ptp_article_head {
	height: 100vh;
}

.ptp_article_head:before {
	height: 100vh;
}

.ptp_article_head2 {
	height: 100vh;
}

.ptp_article_head2:before {
	height: 100vh;
}

.ptp_article_head3 {
	height: 100vh;
}

.ptp_article_head3:before {
	height: 100vh;
}

.ptp_article_head4 {
	height: 100vh;
	background-position: 21% 50%;
}

#ptp_ah_blur {
	background-color: rgba(36,36,36,.40);
}

.ptp_article_head4:before {
	height: 100vh;
}

#tc_wrap3 {
	width: 90%;
	margin: 0 auto;
	float: none;
}

#tc_wrap3 h1 {
	font-size: 44px;
	color: #ffffff;
	text-align: center;
}

#tc_wrap3 h3 {
    color: #ffffff;
    opacity: 1;
    text-align: center;
}

#byline3 {
	width: 100%;
	margin: 20px auto 0;
	color: #ffffff;
	text-align: center;
	opacity: 1;
}

#byline3 span {
	display: block;
    margin: 10px 0 0 0;
}

#article_wrap {
	width: 100%;
}

#header_cap {
	float: none;
	width: 90%;
	margin: 0 auto 20px;
}

#para {
	width: 93%;
}

#ptp_large_img {
	width: 100%;
	height: 180px;
}

#p_img2 img {
	width: 100%;
}

.imgfloat {
	float: left;
	margin-top: 10px;
}

#ptp_large_img_all {
	width: 100%;
	height: 180px;
}

/* DATELINE PARIS*/

#datelineparis {
	width: 100%;
}

#datelineparis2 {
	width: 90%;
}

#dlp_box {
	width: 100%;
}


/* CAP */
#ptp_photo_by {
	display: block;
}

#ptp_main_cap {
	display: none;
}

#inq_pp_menu {
	display: none;
}

#lb_ad {
    width: 300px;
    height: 250px;
    overflow: hidden;
    float: none;
}

#video_main {
	width: 100%;
}

#mm_profiles {
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px;
}

#mm_map {
	width: 80%;
}

#mm_map_wrap {
	width: 100%;
}

#rio-ln-box {
	width: 100%;
	height: auto;
}

#spl-title-wrap	{
	width: 80%;
}

#spl-title-wrap h1 {
	font-size: 22px;
}

#spl-byline span {
	width: 100%;
	margin: 0 auto 10px;
	display: block;
}

video#bgvid { 
    min-width: 100%;
    min-height: 100%;
    background: url(images/war-on-drugs.jpg) no-repeat;
    background-size: cover;
}

#lf-video-bg-wrap video {
	display: none;
}

#lf-video-bg-wrap {
	background-image: url(images/war-on-drugs.jpg);
	background-position: 50% 50%;
	background-size: cover;
}

#yt-wrap span {
	padding: 0 10px;
}

#bb-wrap {
	float: none;
	padding: 0;
	margin: 0 auto 20px;
}

#def-header {
	height: 280px;
}

#billboard_article {
	width: 300px;
	height: 250px;
	margin: 30px auto;
}

/* WP CORE */
.alignnone {
    width: 47%!important;	
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}

a img.alignnone {
    width: 47%!important;	
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}

.wp-caption.alignnone {
    margin: 5px 5px 5px 0;
}


}