@font-face {
    font-family: 'Brandon Grotesque';
    src: url('/fonts/BrandonGrotesqueRegular.eot');
    src: url('/fonts/BrandonGrotesqueRegular.eot') format('embedded-opentype'),
         url('/fonts/BrandonGrotesqueRegular.woff2') format('woff2'),
         url('/fonts/BrandonGrotesqueRegular.woff') format('woff'),
         url('/fonts/BrandonGrotesqueRegular.ttf') format('truetype'),
         url('/fonts/BrandonGrotesqueRegular.svg#BrandonGrotesqueRegular') format('svg');
    font-style:normal;
	font-weight: 400;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('/fonts/brandongrotesqueblack.eot');
    src: url('/fonts/brandongrotesqueblack.eot') format('embedded-opentype'),
         url('/fonts/brandongrotesqueblack.woff2') format('woff2'),
         url('/fonts/brandongrotesqueblack.woff') format('woff'),
         url('/fonts/brandongrotesqueblack.ttf') format('truetype'),
         url('/fonts/brandongrotesqueblack.svg#brandongrotesqueblack') format('svg');
    font-style:normal;
	font-weight: 700;
}

*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body{
	padding: 0;
	margin: 0;
	font-family: 'Brandon Grotesque', Arial,sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.36;
	color: #000000;
    -webkit-font-smoothing: antialiased;
}

img{
	max-width: 100%;
}

p{
	font-size: 30px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0 0 40px;
}

p.sm{
	font-weight: 400;
	font-size: 22px;
	line-height: 1.36;
}

h1,
h2{
	font-size: 70px;
	font-weight: 900;
	line-height: 1.16;
	margin: 0 0 35px;
}

h3{
	font-weight: 900;
	font-size: 30px;
	margin: 0 0 10px;
}

a{
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover,
a:visited,
a:active,
a:focus{
	text-decoration: none;
	color: #000000;
	outline: none;
}


ul, ol{
	list-style: none;
	padding: 0;
	margin: 0;
}

.clear{
	clear: both;
}

.o-d{
	overflow: hidden;
}

.mt-0{
	margin-top: 0 !important;
}

/*HEADER*/
header{
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 25px 0;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

header.hide{
	z-index: 7;
}

.logo{
	width: 175px;
	display: inline-block;
}

.navbar-nav li a{
	display: block;
	margin-right: 55px;
	padding: 5px 0 0;
	line-height: 1;
	position: relative;
}

.navbar-nav li a:after{
	content: "";
	position: absolute;
	width: 0%;
	height: 4px;
	left: -5%;
	bottom: -8px;
	display: block;
	background: #f9c511;
	transition: width .3s;
    transition-timing-function: cubic-bezier(0.1, 0.6, 1.0);
}

.navbar-nav li a:hover:after,
.navbar-nav li.active a:after{
	width: 110%;
	color: #000000;
	border: none;
	text-decoration: none;
}

.cta-invest{
    min-width: 160px;
    position: relative;
    font-size: 24px;
    font-weight: 900;
    display: inline-block !important;
    text-align: center;
    height: 40px;
    color: #000000;
    transition: color .6s;
	transition-timing-function: cubic-bezier(0.1, 0.6, 1.0);
	padding: 5px 0 0;
    line-height: 1.1;
    margin: 0;
}

.cta-invest span{
	width: 40%;
	height: 50%;
	display: block;
	border-width: 4px;
	border-color: #f9c511;
	position: absolute;
	transition: width .3s, height 1s;
	transition-timing-function: cubic-bezier(0.1, 0.6, 1.0);
}

.cta-invest:hover{
	color: #f9c511;
	cursor: pointer;
}

.cta-invest.cta-lg{
	min-width: 440px;
	font-size: 70px;
	height: 100px;
	margin-bottom: 200px;
}

.cta-invest:hover span{
	width: 100%;
	height: 100%;
	border-color: #000000 !important;
}

.cta-invest span.br-top-left{
	left: 0;
	top: 0;
	border-top: 4px solid #f9c511;
	border-left: 4px solid #f9c511;
}

.cta-invest.cta-lg span.br-top-left{
	border-top: 10px solid #f9c511;
	border-left: 10px solid #f9c511;
}

.cta-invest span.br-bot-right{
	right: 0;
	bottom: 0;
	border-bottom: 4px solid #f9c511;
	border-right: 4px solid #f9c511;
}

.cta-invest.cta-lg span.br-bot-right{
	border-bottom: 10px solid #f9c511;
	border-right: 10px solid #f9c511;
}

.navbar-nav li a.cta-invest:hover:after,
.navbar-nav li.active.cta-invest a:after{
	display: none;
}

.navbar-nav.secondary-nav li:first-child p{
	margin-right: 36px;
}

.navbar-nav.secondary-nav li:nth-child(2) a{
	margin-right: 18px;
}

.navbar-nav.secondary-nav li:last-child a{
	margin-right: 0;
}

.mobile-menu-wrapper{
	display: none;
}

/*CONTENT*/
.content{
	margin: 0 0 250px;
	background: #fff;
	position: relative;
	z-index: 8;
	padding-bottom: 100px;
}

.project-page .content{
	margin: 0;
	overflow-x: hidden;
}

.project-page .yellow-bg-text a{
	color: #ffffff;
	text-decoration: underline;
}

.sm-slider{
	max-width: 700px;
	margin: 0 auto;
}

.sm-slider .lightSlider li img{
	min-height: initial;
}

.slider-2x 	.lSSlideOuter {
    overflow: hidden;
    user-select: none;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.slider-2x .lightSlider li img{
    min-height: initial;
    min-width: initial;
    width: 1200px;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery{
	display: none;
}

.content.removeScroll{
	overflow: hidden;
}

.content h1,
.content h2,
.side-form-wrapper h2{
	position: relative;
	margin: 0 0 50px;
}

.content h1:after,
.content h2:after,
.side-form-wrapper h2:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 60px;
	height: 10px;
	background: #f9c511; 
}

.content .s1 p{
	margin: 0 0 10px;
}

.scroll-down{
	width: 26px;
	display: inline-block;
}

.s1{
	padding-top: 130px;
}

.s2,
.s3,
.s4,
.s5{
	padding-top: 270px;
	overflow: hidden;
}

.s-text-block{
	position: relative;
	margin-top: 100px;
}

.s-text-block:before{
    content: "";
    position: absolute;
    left: -40px;
    top: -20px;
    width: 50%;
    height: 10px;
    display: block;
    background: #000000;
}

.s-text-block a{
	color: #f9c511;
}

.lg-number{
	position: absolute;
	top: 0;
	left: -35px;
	font-weight: 900;
	font-size: 70px;
	line-height: 1;
}

.yellow-bg-text{
	padding: 80px 95px;
	background: #f9c511;
	margin: 120px 0 0;
}

.yellow-bg-text:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -98%;
	width: 100%;
	height: 100%;
	background: #f9c511;
}

/*SLIDER*/
#wrapper,
#wrapper-2{
	height: 100%;
	width: 100%;
	min-height: 700px;
	min-width: 900px;
	padding-top: 1px;
	position: relative;
}
#slider,
#slider-2 {
	margin: 200px 0;
	height: 700px;
	overflow: hidden;
	background: url(../img/ajax-loader.gif) center center no-repeat;
}

#slider-2 {
	margin: 200px 0 0;
}
 
#slider .slide,
#slider-2 .slide {
	position: relative;
	display: none;
	height: 700px;
	float: left;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	opacity: .2;
	transition: opacity .6s ease-in-out;	
}
 
#slider .slide:first-child,
#slider-2 .slide:first-child {
	border: none;
}
 
#slider .slide.active,
#slider-2 .slide.active {
	cursor: default;
	opacity: 1;
}

#slider .slide-block,
#slider-2 .slide-block {
	position: absolute;
	left: 16.67%;
	bottom: 100px;
	display: inline-block;
	width: 360px;
	background: #000000;
	padding: 40px 50px;
	color: #fff;
}

#slider .slide.active:hover .slide-block,
#slider-2 .slide.active:hover .slide-block{
	background: #f9c511;
}	 
 
#slider .slide-block h4,
#slider-2 .slide-block h4 {
	font-size: 30px;
	font-weight: 900;
	margin: 0 0 10px;
	line-height: 1;
}
#slider .slide-block p,
#slider-2 .slide-block p {
	margin: 0;
}

.slide-block a{
	color: #fff;
}

.pager{
	margin: 0;
	display: block;
	position: absolute;
	bottom: 220px;
	padding: 0;
	width: 100%;
}

#pager2.pager{
	bottom: 20px;
}

.pager a{
	display: inline-block;
	width: 40px;
	height: 8px;
	margin: 0 4px;
	background: #000000;
}

.pager a span{
	display: none;
}

.pager a.selected{
	background: #f9c511;
}

.project-modal{
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	padding: 200px 0;
}

.project-modal.visible{
	transform: translate(0,0%);
}

.close-modal{
    font-size: 50px;
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translate(-50%,0);
    line-height: 50px;
    transform: rotate(0deg);
    transition: all .2s linear;
    cursor: pointer;
}

.close-modal:hover{
	transform: rotate(90deg);
	color: #f9c511;
}

.project-modal h2 span{ 
	display: block;
	font-weight: 400;
}

.lightSlider li{
	height: 700px;
    position: relative;
    overflow: hidden;
}

.lightSlider li img{
	min-height: 700px;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

body .lSSlideOuter .lSPager.lSpg{
	margin: -60px 0 0 !important;
    padding-bottom: 10px;
}

body .lSSlideOuter .lSPager.lSpg>li a{
	background-color: #fff;
	width: 30px;
	height: 10px;
	border-radius: 0px;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a{
	background-color: #f9c511;
}

.progressbar {
	margin: 60px auto 0;
    min-height: 250px;
}

.progressbar li {
    list-style-type: none;
    width: 16.666%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: left;
    color: #000;
}

.progressbar li span{
	position: absolute;
    left: 50%;
    width: 100%;
    padding: 0 20px;
    bottom: -15px;
    font-size: 18px;
}

.progressbar li:last-child span{
	left: -50%;
    text-align: right;
}

.progressbar li:before {
    width: 2px;
    height: 70px;
    content: '';
    border: none;
    display: block;
    margin: 0px auto 10px auto;
    background-color: #000;
}

.progressbar li:nth-child(even):before{
	height: 140px;
}

.progressbar li:after {
    width: 100%;
    height: 10px;
    content: '';
    position: absolute;
    background-color: #000;
    top: 0px;
    left: -50%;
    z-index: 1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #000;
}

.progressbar li.active:before {
    background-color: #f9c511;
}

.progressbar li.active + li:after {
    background-color: #f9c511;
}

video{
	width: 100%;
	display: block;
	margin: 100px auto;
}

.the-team .col-md-6{
	padding: 0;
}

.team-member-wrapper{
	position: relative;
	height: 400px;
	overflow: hidden;
}

.team-member-wrapper img{
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 400px;
	width: 100%;
	max-width: none;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.team-member-name{
	color: #fff;
	position: absolute;
	left: 50px;
	bottom: 30px;
	background: #000;
	z-index: 3;
	padding: 0 50px 0 30px;
	line-height: 80px;
	text-align: center;
}

.team-member-overlay{
	position: absolute;
	background: #f9c511;
	color: #ffffff;
	padding: 100px 100px 60px;
	transform: translate(0,100%);
	transition: all .3s;
	transition-timing-function: cubic-bezier(0.2, 0.3, 1.0);
	z-index: 4;
	opacity: 0;
	height: 400px;
}

.team-member-overlay a{
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.team-member-wrapper:hover .team-member-overlay{
	transform: translate(0,0%);
	opacity: 1;
}

.cta-section,
.s7{
	margin-top: 150px;
}

.s7{
	margin-bottom: 225px;
}

.cta-section h2{
	margin-bottom: 90px;
}

/*FORM WRAPPER*/

.body-form-overlay{
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9996;
	transform: translate(100%,0);
	transition: transform .5s;
	transition-timing-function: cubic-bezier(0.1, 0.6, 1.0);
}

.form-visible .body-form-overlay{
	transform: translate(0%,0);
}

.side-form-wrapper{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	background: #fff;
	padding: 90px;
	z-index: 9999;
	overflow-y: scroll;
	transform: translate(100%,0);
	transition: transform .3s;
	transition-timing-function: cubic-bezier(0.1, 0.6, 1.0);
}

.form-visible .side-form-wrapper{
	transform: translate(0%,0);
}

.close-form{
	position: absolute;
    right: 80px;
    top: 20px;
    font-size: 70px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all .2s linear;
}

.close-form:hover{
	transform: rotate(90deg);
	color: #f9c511;
}

input:not([type="submit"]){
	display: block;
	border: none;
	border-bottom: 2px solid #000;
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0 0 40px;
	font-size: 30px;
	color: #f9c511;
}

input:not([type="submit"]):focus{
	outline: none;
	border-bottom: 2px solid #f9c511;
}

::placeholder{
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

button[type="submit"]{
	min-width: 160px;
    position: relative;
    font-size: 24px;
    font-weight: 900;
    display: inline-block !important;
    text-align: center;
    height: 40px;
    color: #000000;
    transition: color .6s;
    transition-timing-function: cubic-bezier(0.1, 0.6, 1.0);
    padding: 5px 0 0;
    line-height: 1;
    margin: 0;
    -webkit-appearance: none;
    border: none;
    background: transparent;
}

button[type="submit"] span{
	display: block;
	margin-bottom: 8px;
}

button[type="submit"]:before,
button[type="submit"]:after{
	content: "";
	width: 40%;
    height: 50%;
    display: block;
    border-width: 4px;
    border-color: #000000;
    position: absolute;
    transition: width .3s, height 1s;
    transition-timing-function: cubic-bezier(0.1, 0.6, 1.0);
}

button[type="submit"]:before{
	left: 0;
    top: 0;
    border-top: 4px solid;
    border-left: 4px solid;
}

button[type="submit"]:after{
	right: 0;
    bottom: 0;
    border-bottom: 4px solid;
    border-right: 4px solid;
}

button[type="submit"]:hover,
button[type="submit"]:focus{
	color: #f9c511;
	outline: none;
}

button[type="submit"]:hover:before,
button[type="submit"]:hover:after{
    width: 100%;
    height: 100%;
}

/*FOOTER*/
footer{
    width: 100%;
    padding: 60px 80px;
    background: #fff;
    position: fixed;
    z-index: -3;
    bottom: 0;
    border-top: 10px solid #000;
    overflow: hidden;
}

.project-page footer{
	position: relative;
	z-index: 33;
}

footer .container-fluid{
	position: relative;
}

footer p{
	font-size: 18px;
	line-height: 1.4;
	margin: 0;
}

footer h4{
	font-size: 160px;
    font-weight: 900;
    line-height: 160px;
    position: absolute;
    bottom: -113px;
    left: 50%;
    transform: translate(-50%,0%);
    margin: 0;
}

.scroll-to-top{
	font-weight: 800;
    position: fixed;
    bottom: 30px;
    right: 30px;
    margin: 0;
    line-height: 1;
    z-index: 99999;
    transition: all .3s ease-in-out;
}

.scroll-to-top:hover{
	color: #f9c511;
	cursor: pointer;
}

.form-visible .scroll-to-top{
	display: none;
}

@media (max-width: 1024px){
	header{
		padding: 15px 20px;
	}
	.mobile-menu-button{
		position: absolute;
	    right: 30px;
	    width: 34px;
	    height: 23px;
	    top: 20px;
	    margin-right: 0;
	    transition: all .3s linear;
	    z-index: 3;
	}
	.mobile-menu-trigger{
		position: relative;
		height: 3px;
		width: 34px;
		background: #000;
		display: block;
		margin-top: 10px;
		transform: rotate(0deg);
		transition: all .3s linear;
	}
	.trigger-toggled .mobile-menu-trigger{
		transform: rotate(-45deg);
	}
	.mobile-menu-trigger:before,
	.mobile-menu-trigger:after{
		height: 3px;
		width: 34px;
		background: #000;
		display: block;
		content: "";
		position: absolute;
		transform: rotate(0deg);
		transition: all .3s linear;
	}
	.mobile-menu-trigger:before{
		top: -10px;
	}
	.trigger-toggled .mobile-menu-trigger:before{
		top: 0px;
		transform: rotate(90deg);
	}
	.mobile-menu-trigger:after{
		bottom: -10px;
	}
	.trigger-toggled .mobile-menu-trigger:after{
		opacity: 0;
	}
	.mobile-menu-button.trigger-toggled{
		right: 50%;
		margin-right: -17px;
	}
	.mobile-menu-wrapper{
		display: block;
		position: fixed;
	    left: 0;
	    right: 0;
	    background: #ffff;
	    top: 0;
	    height: 100vh;
	    text-align: center;
	    padding-top: 120px;
	    transform: translate(100%,0);
	    transition: transform .3s;
	    transition-timing-function: cubic-bezier(0.1, 0.6, 1.0);
	}
	.mobile-menu-wrapper.menu-visible{
		transform: translate(0%,0);
	}
	.mobile-menu-wrapper .mobile-main-menu li{
		display: block;
		font-size: 30px;
		margin-bottom: 60px;
	}
	.mobile-lang-menu li{
		display: inline-block;
		width: 50%;
		margin-right: -4px;
		vertical-align: middle;
		padding: 0 20px;
	}
	.mobile-lang-menu li:first-child{
		text-align: right;
	}
	.mobile-lang-menu li:last-child{
		text-align: left;
	}
	.scroll-to-top.hide{
		bottom: -30px;
	}
	h1 br{
		display: none;
	}
	p{
		font-size: 22px;
	}
	.content{
		overflow-x: hidden;
		padding: 0 15px;
		margin: 0;
	}
	.s2, .s3, .s4, .s5{
		padding-top: 115px;
	}
	.s3{
		margin: 0 -15px;
	}
	.content h1, .content h2, .side-form-wrapper h2 {
	    position: relative;
	    margin: 0 0 50px;
	    font-size: 42px;
	    line-height: 50px;
	    padding-right: 16%;
	}
	.content h1:after, .content h2:after, .side-form-wrapper h2:after{
		width: 60%;
	}
	.cta-invest.cta-lg {
	    min-width: unset;
	    font-size: 36px;
	    height: 60px;
	    min-width: 250px;
	    margin-top: 50px;
		margin-bottom: 100px;
	}
	.cta-invest.cta-lg span.br-top-left {
	    border-top: 5px solid;
	    border-left: 5px solid;
	}
	.cta-invest.cta-lg span.br-bot-right {
	    border-bottom: 5px solid;
	    border-right: 5px solid;
	}
	.s-text-block:before{
		left: 15px;
	}
	.s-text-block{
		padding-left: 70px;
	}
	#the-how .s-text-block,
	#the-why .s-text-block{
		padding-left: 15px;
	}
	.lg-number{
		left: 20px;
	}
	.yellow-bg-text{
		margin-left: -15px;
    	margin-right: -15px;
    	padding: 80px 30px;
    	font-size: 22px;
	}
	.yellow-bg-text:after{
		display: none;
	}
	#wrapper, #wrapper-2{
		min-width: 100%;
		margin-top: -150px;
	}
	#slider .slide-block, 
	#slider-2 .slide-block{
		left: 15px;
		right: 15px;
		width: calc(100% - 30px);
		bottom: 60px;
		display: none;
	}
	#slider .active .slide-block, 
	#slider-2 .active .slide-block{
		display: block;
	}
	.team-member-wrapper{
		height: auto;
	}
	.team-member-name{
		display: none;
	}
	.team-member-overlay{
	    padding: 20px;
	    height: auto;
	    position: relative;
	    transform: translate(0,0);
	    opacity: 1;
	}
	.team-member-wrapper img{
		width: 100%;
	    height: auto;
	    min-height: initial;
	    position: relative;
	    left: 0;
	    right: 0;
	    transform: translate(0,0);
	    z-index: 2;
	}
	.side-form-wrapper{
		width: 100%;
		padding: 30px;
	}
	.close-form{
		top: 0;
		right: 30px;
		z-index: 99999;
	}
	.progressbar{
		margin: 60px 0;
	}
	.progressbar li{
		display: block;
		width: 100%;
		float: none;
		margin-bottom: -10px;
	}
	.progressbar li span{
		left: 70px;
    	width: calc(100% - 70px);
    	bottom: auto;
    	top: 10px;
	}
	.progressbar li:before {
	    width: 10px;
	    content: '';
	    border: none;
	    display: block;
	    margin: 0px auto 10px 70px;
	    background-color: #000;
	}
	.progressbar li:before,
	.progressbar li:nth-child(even):before{
		height: 100px;
	}
	.progressbar li:after {
	    width: calc(100% - 140px);
	    height: 2px;
	    content: '';
	    position: absolute;
	    background-color: #000;
	    top: 0px;
	    left: 70px;
	    z-index: -1;
	}
	.progressbar li:last-child span {
	    left: 70px;
	    text-align: left;
	}
	body .lightSlider li{
		height: auto;
	}
	footer{
		position: initial;
		padding: 60px 20px;
	}
	footer h4{
		font-size: 90px;
	}
	.scroll-to-top{
		opacity: .3;
	}
	.scroll-to-top:hover{
		opacity: 1;
	}
	body .lSSlideOuter .lSPager, 
	body .lSSlideOuter .lightSlider{
		height: auto !important; 
	}
	body .lightSlider li img{
		position: relative;
	    left: 0;
	    top: 0;
	    transform: translate(0%,0%);
	    min-height: initial;
	}
}

@media (min-width: 1024px) and (max-width: 768px){

}

@media (max-width: 767px){

}


