@import 'https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,900,900i|Roboto:300,400,700,900';

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: 'Roboto', sans-serif;
    font-style: normal;
	color: #5d5c56;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.index{background-color: #333333;}
a {
	text-decoration: none;
	color: #47dbb4;
	outline: none;
}

a:hover,
a:focus {
	color: #33b996;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* ----------------------------------------------------  Canvas container */

.container {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
}
section.content{
    text-align: center;
    width: 100%;
}
/* ----------------------------------------------------  Content */

.content {
	padding: 3em 0;
}
.mobile{display: none;}
#IE_hack{
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 70vw;
    height: 70vh;
    padding: 10% 0;
    background-color: #FBFBFB;
    z-index: 100;
    display: none;
}
#IE_hack h2{
    font-size: 5em;
}
#IE_hack img{
    width: 10%;
    margin: 0 auto;
}
#IE_hack p{
    max-width: 300px;
    margin: 20px auto;
    color: #555555;
}
.moreGraphics{
    width: 100%;
    text-align: center;
    background-color: #313131;
    color: #d3d3d3;
}
.moreGraphics .SCMP_links{
    width: 100%;
    text-align: center;
    position: relative;
    margin: 20px 0;
    padding: 20px 0;
}
.moreGraphics .SCMP_links a.link{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    opacity: 1;
    margin: 10px;
    color: #ff5e51;font-weight: 800;font-style: italic;
}
.moreGraphics .SCMP_links a .work{
    width: 300px;
    height: auto;
    min-height: 150px;
    display: inline-block;
    vertical-align: top;
}
.moreGraphics .SCMP_links a .work .thumb{float: left; width: 169px;opacity: 0.5;transition: opacity 1s ease;}
.moreGraphics .SCMP_links a .work .thumb:hover{opacity: 1;}
.moreGraphics .SCMP_links a .work p{
    float: left;
    text-align: left;
    margin-left: 15px;
    width: 110px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.94em;
    color: rgba(178, 178, 178, 0.7);
}
.moreGraphics .SCMP_links a .work p span{
    font-weight: 900;
    color: #c1bb99;
}
.moreGraphics .wrapper p a.anchorHome{
    color: #ff5e51;font-weight: 800;font-style: italic;
}
.moreGraphics .wrapper h1{font-family: 'Playfair Display', serif;font-style: italic;font-size: 2em;color: #c1bb99;margin: 0;}
.moreGraphics .wrapper.subsc{margin-bottom: 105px;}
/* ----------------------------------------------------        HEADER BRAND */
header{
    width: 100%;
    position: fixed;
    height: 50px;
    overflow: hidden;
    padding: 10px;
    z-index: 2000;
    top: 0;
    text-align: left;
    background-color: transparent;
}
header.initialized{
    background-color: white;
    box-shadow: 0px 7px 32px rgba(43, 43, 43, 0.43);
}
header a {
    font-family: 'Playfair Display', serif;
    color: black;
    font-size: 20px;
    position: relative;
    font-weight: 400;
    font-style: italic;
}
header a span{
    /*position: absolute;*/
    display: inline-block;
    vertical-align: top;
    pointer-events: none;/*
    right: -202px;
    top: -25%;*/
    opacity: 0;
}
header.initialized a span{opacity: 1;}
header a img{width: auto; height: 100%;display: inline-block;vertical-align: middle;}
#social-media-buttons{
    float: right;
    width: 75px;
    margin-right: 10px;
}
#social-media-buttons a{
    display: inline-block;
    margin: 0 5px;
    transition: opacity 1s ease;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
#social-media-buttons a:hover{opacity:0.5; cursor: pointer;}
#social-media-buttons a.facebook{background-image: url(../svg/facebook_black.svg);}
#social-media-buttons a.twitter{background-image: url(../svg/twitter_black.svg);}
#social-media-buttons.index a.facebook{background-image: url(../svg/facebook_white.svg);}
#social-media-buttons.index a.twitter{background-image: url(../svg/twitter_white.svg);}

/* ----------------------------------------------------  Story */

.intro {
	font-family: 'Playfair Display', serif;
	position: relative;
	z-index: 1000;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100vh;
	margin: 0 0 3em;
	padding: 3em;
	text-align: center;
    color: white;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #5f646c;
}
.intro .pattern{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*background-image: url(../img/pattern_4x.png);  */         /* cuadruple   */
    /*background-image: url(../img/pattern_2x.png);*/      /* doble   */
    background-image: url(../img/pattern_1x.png);     /* normal   */
    opacity: 0.25;
    pointer-events: none;
    /* BLEND MODE   */
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    top: 0;
    left: 0;
}
.intro.europe{background-image: url(../img/section_euro_cover.jpg);}
.intro.pakist{background-image: url(../img/section_pkt_cover.png);}
.intro.iran{background-image: url(../img/section_irn_cover.jpg);}
.intro.pipe{background-image: url(../img/section_pipe_cover.jpg);}
.intro.khor{background-image: url(../img/section_khor_cover.jpg);}
/*.intro .links blockquote{
    font-size: 2em;
    font-style: italic;
    font-weight: bold;
	max-width: 200px;
	margin: 0 auto;
    line-height: 1em;
}*/

.intro.index{
    background-color: #333333;
    color: #cccabe;
    height: 600px;
    margin: 0;
    position: relative;
    background-image: url(../img/OBOR_globe_dark.png);
    background-position: 50% -10%;
    background-size: 80%;
    background-repeat: no-repeat;
}
.intro.index h2{
    color: #9f8750;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    z-index: 2;
    margin: 0;
    font-size: 1.4em;
}
.intro.index blockquote{margin: 1px auto;line-height: 1.6em;width: 100%;max-width: 500px;}
.intro.index blockquote em{
    font-size: 2.3em;
    line-height: 1em;
}
.intro.index .globe{
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 1200px;
    position: absolute;
    top: 70px;
}

.intro h2{
    color: #ffd97d;
    line-height: 0.95em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    z-index: 2;
    margin: 0;
}
.intro h2.drag{margin-top: -30%;}
.intro blockquote {
    z-index: 2;    
    font-style: italic;
    font-weight: bold;
	max-width: 800px;
	margin: 7px auto 0 auto;
    line-height: 4em;
}
.intro em {
	font-size: 6em;
    z-index: 2;
}
.intro .plug{
    margin: 0 auto;
    width: 10%;
}
.text {
	position: relative;
	z-index: 1000;
	padding: 5em 3em;
}
.text p{
    font-style: normal;
}
.text p.text-intro{
    font-style: italic;
    color: #91874c;
}
.text section p .chart{width: 100%;}
.text section {
	font-size: 1.25em;
	line-height: 1.7;
}
.text section h2{
	font-size: 2.7em;
	font-weight: 400;
	margin: 0;
	text-align: left;
}
.text section:not(:first-child) h2 {
	padding: 2em 0 0 0;
}
.title-up {
	font-size: 0.365em;
	font-weight: 400;
	display: block;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #525252;
    font-style: normal;
}
.title-down {
	font-family: 'Playfair Display', serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1;
	display: block;
	padding: 0.15em 0 0.35em;
	color: #5f646c;
    font-style: normal;
}
.title-down-sub {
	font-family: 'Playfair Display', serif;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 1.1;
	display: block;
	padding: 0.15em 0 1.2em;
	color: #5f646c;
    font-style: normal;
}
.text figure {
    margin: 1em -10% 2em -10%
}
.text figure img {
	max-width: 100%;
}
.text figcaption, .text section p .caption{
	font-size: 0.7em;
	font-style: italic;
	padding: 1em 1.5em 0 0;
    line-height: 1.4;
	color: #5f646c;
    width: 90%;
}
.text figcaption{
    margin-left: 5%;
}
.text figcaption small, .text section p .caption small{text-transform: uppercase;font-size: 12px;}
.text section p {
	font-size: 0.95em;
	margin: 0.5em 0 1.5em;
}
.text section{
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5;
	margin: 0.5em 0 1.25em;
	text-align: left;
	color: #9d9c95;
}
.text.regular section{
    margin: 0 auto;
}
.text.regular section p.visuals .chart{width: 100%;}

.js-section {
	width: 50%;
	max-width: 600px;
}
.js-gallery {
	padding-top: 50px;
	padding-bottom: 50px;
    margin-left: -10%;
}
.js-gallery-content {
	font-size: 0;
	text-align: center;
    margin-left: -10%;
}
.js-gallery-content img {
	max-width: 100%;
	margin: 10px 0;
}

.no-js-section {
	width: 100%;
	max-width: 600px;
}

.newsletter{
    padding: 10px;
    width: 100%;
    background-color: #EEF0F2;
    background-image: url(../svg/newsletter_bg.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    margin: 15px auto;
    overflow: hidden;
}
.newsletter .ico{
    float: left;
    background-image: url('../svg/newsletter_ico.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 70px;
}
.newsletter .txt{
    float: left;
    margin-top: 22px;
}
.newsletter .txt p{
    margin: 0;
    color: black;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.2em;
}
.newsletter .txt p span{
    font-weight: 700;
    font-size: 18px;
}
.newsletter .txt.right{
    float: right;
    text-align: right;
    width: 90px;
    margin-top: 6px;
}
.newsletter .txt.right p{
    color: white;
}

.wrapper.subsc{
    text-align: center;
    width: 100%;
    margin: 25px 0;
}
.wrapper.subsc .newsletter{
    width: 100%;
    max-width: 600px;
    background-color: #4A4A4A;
    background-image: url(../svg/newsletter_bg_index.svg);
    text-align: left;
}
.wrapper.subsc .newsletter .txt p{color: white;}
.wrapper.subsc .newsletter .txt.right p{color: #767676;}

.content.links{
    width: 100%;
    background-color: #313131;
    text-align: center;
}
.content.links h2 {
    font-weight: bolder;
    font-size: 2em;
    color: #c1bb99;
    margin: 0;
}
.content.links h3 {
    margin: 10px 0 25px 0;
    color: white;
    letter-spacing: 5px;
    font-weight: 100;
    font-size: 0.8em;
}
.content.links .link{
    width: 200px;
    height: 230px;
    padding: 70px 30px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition: all ease 1s;
    transform-origin: 50% 50%;-moz-transform-origin: 50% 50%;
    background-size: cover;background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    border-radius: 60px 0 60px 0;
}
.content.links .link:hover{
    transform: scale(1.1);
    color: #fff6cf;
    z-index: 3;
}
.content.links .link blockquote{
    font-size: 1.7em;
    font-weight: 100;
    max-width: 200px;
    margin: 0 auto;
    line-height: 1em;
    color: #ffd97d;
    position: relative;
    z-index: 2;
}
.content.links .link.current{border: 8px solid black;}
.content.links .link.current blockquote{color: white; font-weight: 600;}
.content.links .link.current blockquote:before{
    content: 'CURRENTLY ON';
    position: absolute;
    font-style: normal;
    top: -3em;
    left: 0;
    font-size: 13px;
    color: white;
    padding: 1px 8px;
    background-color: black;
}
.content.links .link .pattern{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: url(../img/pattern_4x.png);  */         /* cuadruple   */
    /*background-image: url(../img/pattern_2x.png);*/      /* doble   */
    background-image: url(../img/pattern_1x.png);     /* normal   */
    opacity: 0.9;
    pointer-events: none;
    /* BLEND MODE   */
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
}
.content.links .link.europe{background-image: url(../img/menu_section_euro_cover.jpg);}
.content.links .link.iran{background-image: url(../img/menu_section_irn_cover.jpg);}
.content.links .link.pakist{background-image: url(../img/menu_section_pkt_cover.jpg);}
.content.links .link.pipe{background-image: url(../img/menu_section_pipe_cover.jpg);}
.content.links .link.khor{background-image: url(../img/menu_section_khor_cover.jpg);}
.content.links .link.index{background-image: url(../img/menu_index_cover.jpg);}

.content.links .link.current.europe{background-image: url(../img/section_euro_cover.jpg);}
.content.links .link.current.iran{background-image: url(../img/section_irn_cover.jpg);}
.content.links .link.current.pakist{background-image: url(../img/section_pkt_cover.jpg);}
.content.links .link.current.pipe{background-image: url(../img/section_pipe_cover.jpg);}
.content.links .link.current.khor{background-image: url(../img/section_khor_cover.jpg);}
.content.links .link.current.index{background-image: url(../img/index_cover.jpg);}

.content.links.index{
    background-color: #333333;
}
.content.links.index h3 {
    color: #fdfdfd;
}
.content.links.index .link.current{opacity: 0.8;border: 8px solid #c1bb99;}
.content.links.index h2{font-size: 1.8em;font-weight: 300;}

.parallax-window {
    min-height: 600px;
    background: transparent;
}
.parallax-caption{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 10px 30px;
}
.parallax-caption p{
    font-size: 0.85em;
    font-style: italic;
    color: #5f646c;
}
.parallax-caption p small{text-transform: uppercase;}

.sideMenu{
    position: fixed;
    width: 1px;
    height: 10px;
    background-color: #eef0f2;
    top: calc(50% - 22px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    z-index: 1000;
    display: none;
    transition: all ease 1s;
    overflow: hidden;
    padding: 15px 30px 30px 30px;
    box-sizing: content-box;
}
.sideMenu .text{
    opacity: 0;
    color: black;
    transition: all ease 1s;
    transition-delay: 0s;
}
.sideMenu:hover{
    width: 180px;
    height: 80px;
    cursor: pointer;
    background-position: 10px 35px;
    background-size: 15px;
}
.sideMenu:hover .text{opacity: 1;transition-delay: 0.6s;}
.sideMenu span i{font-size: 12px;}
.sideMenu span strong{font-size: 15px;}
.sideMenu.prev{left: 0;background-image: url(../svg/arrow.svg);}
.sideMenu.prev span, .sideMenu.prev span strong{text-align: left;}
.sideMenu.next{right: 0;background-image: url(../svg/arrow_fw.svg);}
.sideMenu.next span, .sideMenu.next span strong{text-align: right;}

/* ----------------------------------------------------  footer */
footer{
    width: 100%;
    text-align: center;
    padding: 10% 0;
    background-color: #313131;
}
footer.index{
    padding: 10px 0;
    background-color: #333333;
}
footer p{
    max-width: 400px;
    margin: 10px auto;
    color: #c1bb99;
}
footer.index p{
    color: #919191;
}
@media(max-width: 1100px){
    .intro.index{height: 360px;}
    .intro.index .globe{top: -40px;}
    .content.links .link{width: 150px;}
    .content.links .link blockquote{font-size: 1.2em;}
    .content.links .link.current blockquote:before{font-size: 8px;}
    
}
@media(max-width: 780px) {
	.header-title {
		font-size: 1.5em;
	}
	.intro {
		font-size: 1.25em;
		height: auto;
		padding: 1em;
	}
	.text {
		font-size: 0.85em;
		padding: 2em;
		text-align: justify;
	}
	.text section h2 {
		font-size: 1.85em;
	}
	.text blockquote {
		font-size: 1.45em;
	}
	.js-section {
		width: 100%;
		max-width: none;
	}
    .content.links .link {
        width: 115px;
        height: 190px;
        padding: 60px 10px;
    }
}
@media(max-width: 425px){
    .desktop{display: none!important;}
    .mobile{display: block!important;}
    .mobile.head{display: inline-block!important;}
    .first{margin-top: 50px!important;}
    .intro{min-height: 700px;}
    .intro em{font-size: 2.3em;}
    .intro blockquote{line-height: 1.6em;}
    .intro h2.drag{margin-top: -90%;}
    .chart{width: 100%;}
    .content.links .link{padding: 70px 8px;}
    .content.links a .link{
        width: 35%;
        height: 200px;
    }
    .content.links .link blockquote{font-size: 1.1em;}
    .content.links .link.current blockquote:before{font-size: 11px;}
    .intro.index{
        height: 480px!important;
        min-height: 100%;
        background-position: 50% 210%;
    }
    .intro.index .globe {
        top: 340px!important;
    }
    .intro.index blockquote{
        font-size: 0.7em!important;
    }
    .newsletter{background-position: 140% center;}
    .wrapper.subsc .newsletter{background-position: 120% center;}
    .newsletter .txt{
        margin-top: 12px;
        width: 130px;
    }
}
@media(max-width: 321px){
    .newsletter .txt.right{display: none;}
    .newsletter, .wrapper.subsc .newsletter{
        background-image: none;
    }
    .wrapper.subsc .newsletter .txt{width: auto;margin-top: 22px;}
}