/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
a {text-decoration: none; color: inherit;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/***********************/

html {
	position: relative;
	height: 100%;
	width: 100%;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

body {
	position: relative;
	height: 100%;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: white;
}

/***********************/

ul {
	margin-left: 20px;
	list-style-image: url(../images/double-slash.png);
}

/***********************/

.mobile-stopper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background: black;
	z-index: 99999999999999999999999999999999999999999999;
}

.mobile-stopper-inner {
	position: absolute;
	width: 220px;
	height: 100px;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -110px;
}

/***********************/

.the-menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background: black;
	color: white;
	z-index: 9000;
}

.the-menu-x {
	position: absolute;
	width: 30px;
	height: 19px;
	top: 40px;
	right: 80px;
	cursor: pointer;
}

.the-menu-x img {
	position: absolute;
	width: 17px;
	height: auto;
	left: 50%;
	margin-left: -8.5px;
	top: 50%;
	margin-top: -8.5px;
}

.the-menu-logo {
	position: absolute;
	bottom: 40px;
	left: 80px;
	font-size: 16px;
}

.the-menu-items {
	position: absolute;
	width: 100%;
	height: 60%;
	left: 0%;
	top: 20%;
}

.the-menu-item {
	position: relative;
	float: left;
	width: 100%;
	height: 14.2857143%;
	cursor: pointer;
	transition: all 0.16s linear;
	-webkit-transition: all 0.16s linear;
	-moz-transition: all 0.16s linear;
	-o-transition: all 0.16s linear;
	-ms-transition: all 0.16s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.the-menu-item:hover {
	background: white;
	color: black;
}

.the-menu-item-inner {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0%;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	font-size: 30px;
	font-weight: 700;
}


/***********************/

.top-menu {
	position: relative;
	width: 100%;
	height: 100px;
	background: white;
	z-index: 2000;
}

.top-menu-white {
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0%;
	top: 0%;
	background: transparent;
}

.top-menu-umbrella {
	position: absolute;
	height: 34px;
	width: auto;
	top: 50%;
	margin-top: -17px;
	left: 80px;
	opacity: 0.5;
	transition: all 0.16s linear;
	-webkit-transition: all 0.16s linear;
	-moz-transition: all 0.16s linear;
	-o-transition: all 0.16s linear;
	-ms-transition: all 0.16s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.top-menu-logo-text {
	position: absolute;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	left: 80px;
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(0,0,0,1);
	transition: all 0.16s linear;
	-webkit-transition: all 0.16s linear;
	-moz-transition: all 0.16s linear;
	-o-transition: all 0.16s linear;
	-ms-transition: all 0.16s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* .top-menu-logo {
	position: absolute;
	width: auto;
	height: 35px;
	left: 80px;
	top: 50%;
	margin-top: -17.5px;
	opacity: 1;
	cursor: pointer;
} */

.top-menu-socials {
	position: absolute;
	height: 50px;
	right: 80px;
	top: 50%;
	margin-top: -25px;
}

.top-social-text {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	font-size: 12px;
	color: rgba(0,0,0,1);
	text-transform: uppercase;
	cursor: pointer;
}

.top-social-text:hover {
	color: #4875B4;
}

.top-menu-items {
	position: absolute;
	width: 534px;
	height: 100px;
	left: 50%;
	margin-left: -267px;
	top: 50%;
	margin-top: -50px;
}

/* .top-menu-item {
	position: relative;
	float: left;
	width: 16.6666666%;
	height: 100%;
	cursor: pointer;
	margin-right: 20px;
} */

.top-menu-item-inner {
	position: relative;
	float: left;
	height: 30px;
	right: 0%;
	margin-top: 35px;
	line-height: 30px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	margin-left: 40px;
	cursor: pointer;
	color: rgba(0,0,0,1);
}	

#top-menu-about {
	margin-left: 0px;
}

.top-menu-item-inner:hover {
	border-bottom: 2px solid black;
}


/***********************/

.section-1-content-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.section-1-content {
	position: absolute;
	left: 80px;
	bottom: 50px;
	color: white;
}

.section-1-dont-show {
	display: none;
	margin-top: 15px;
	letter-spacing: 1px;
	text-align: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}

.section-1-logo {
	display: block;
	width: 300px;
	height: auto;
}

.section-1-logo-png {
	display: none;
	width: 220px;
	height: auto;
}

.section-1-content-tagline {
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 21px;
	font-size: 21px;
	font-weight: 300;
	text-transform: uppercase;
}

.section-1-content-headline {
	margin-top: 20px;
	line-height: 24px;
	font-size: 16px;
	padding: 10px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: 400;
}


.arrow-down {
	position: absolute;
	width: 20px;
	height: auto;
	right: 80px;
	bottom: 50px;
	cursor: pointer;
}




/***********************/

.menu-icon-container-holder-mobile {
	display: none;
	position: fixed;
	width: 50px;
	height: 40px;
	top: 0px;
	right: 0px;
	background: black;
	z-index: 10000;
}

.menu-icon-container {
	display: none;
	position: fixed;
	width: 30px;
	height: 19px;
	top: 40px;
	right: 80px;
	cursor: pointer;
	z-index: 13000;
}

.menu-icon-line {
	position: absolute;
	width: 100%;
	height: 3px;
	background: white;
	left: 0%;
	transition: all 0.16s linear;
	-webkit-transition: all 0.16s linear;
	-moz-transition: all 0.16s linear;
	-o-transition: all 0.16s linear;
	-ms-transition: all 0.16s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.menu-icon-line-top {
	top: 0px;
}

.menu-icon-line-middle {
	top: 8px;
}

.menu-icon-line-middle-2 {
	top: 8px;
}

.menu-icon-line-bottom {
	top: 16px;
}


/***********************/

.container {
	position: relative;
	width: 100%;
	height: 100%;
	border-top: 1px solid transparent;
	background: white;
}

/***********************/

.section-1 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}

.section-1-video { 
	position: absolute; 
	min-width: 100%; 
	min-height: 100%;
	top: 0%;
	left: 0%;
	width: auto; 
	height: auto; 
	overflow: hidden; 
}

.section-1-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background: rgba(0,0,0,0.6);
}

/***********************/


.section-2 {
	position: relative;
	width: 100%;
	background: white;
	padding: 100px 300px;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

/* .section-2-inner {
	border: 1px solid black;
}

.section-2-inner span {
	font-weight: 400;
	padding-top: 10px;
	border-top: 2px solid black;
	font-size: 20px;
} */

.umbrella-headline {
	margin-bottom: 20px;
}

.umbrella-line {
	width: 400px;
	height: 1px;
	margin: 0px auto 20px auto;
	background: black;
}

.umbrella-tagline {
	font-size: 20px;
	line-height: 24px;
}


/***********************/


.section-3 {
	position: relative;
	width: 100%;
	background: white;
}

.section-3-left {
	opacity: 1;
	position: relative;
	width: 50%;
	padding: 80px;
	background: black;
	color: white;
}

.box-inner {
	max-width: 800px;
	margin: auto;
}

.box-headline {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}

.box-desc {
	font-size: 16px;
	line-height: 20px;
	margin-top: 40px;
}

.no-wrap {
	white-space: nowrap;
}

.section-3-right-down {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
	top: 0%;
	overflow: hidden;
}

.section-3-right-down-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background: url(../images/bg-2.jpg);
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: right center;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/***********************/


.section-4 {
	position: relative;
	width: 100%;
	padding: 100px 300px;
	background: white;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

/* .section-4-inner {
	position: absolute;
	width: 800px;
	height: 160px;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -80px;
}

.section-4-inner span {
	font-weight: 400;
	padding-top: 10px;
	border-top: 2px solid black;
	font-size: 20px;
} */

/***********************/

.section-5 {
	position: relative;
	width: 100%;
	background: white;
	overflow: hidden;
	padding: 0px;
}

.section-5-top {
	position: relative;
	width: 100%;
	height: 500px;
	left: 0%;
	top: 0px;
	overflow: hidden;
}

.section-5-video { 
	position: absolute; 
	min-width: 100%; 
	min-height: 100%;
	top: 0%;
	left: 0%;
	width: auto; 
	height: auto; 
	overflow: hidden; 
}

.section-5-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background: rgba(0,0,0,0.5);
}

.section-5-inner {
	position: absolute;
	width: 60%;
	left: 80px;
	bottom: 40px;
	color: white;
}

.section-5-headline {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}

.section-5-desc {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}

.section-5-bottom {
	position: relative;
	width: 100%;
	background: black;
	padding: 60px 80px;
}

.section-5-bottom-1-2 {
	background: #262626;
}

.section-5-bottom-2 {
	background: #191919;
}

.section-5-bottom-3 {
	background: #343434;
}


.section-5-image-circle {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 80px;
	top: 50%;
	margin-top: -100px;
	border: 4px solid rgba(255,255,255,1);
	border-radius: 50%;
}

.section-5-image-circle img {
	position: absolute;
	width: 170px;
	height: 170px;
	left: 50%;
	margin-left: -85px;
	top: 50%;
	margin-top: -85px;
}

.section-5-bottom-content {
	position: relative;
	color: white;
}

.section-5-bottom-content-headline {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.section-5-bottom-content-title {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 6px;
}

.section-5-bottom-content-desc {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
}

/***********************/


.section-6 {
	position: relative;
	width: 100%;
	padding: 100px 300px;
	background: white;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

/* .section-6-inner {
	position: absolute;
	width: 700px;
	height: 160px;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	margin-top: -80px;
}

.section-6-inner span {
	font-weight: 400;
	padding-top: 10px;
	border-top: 2px solid black;
	font-size: 20px;
} */

/***********************/

.section-7 {
	position: relative;
	width: 100%;
	height: auto;
	background: black;
	overflow: hidden;
	color: white;
}

.section-7-headline {
	margin: 80px 0 0px 80px;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}

.section-7-strip-1 {
	position: relative;
	width: 100%;
	height: auto;
	background: black;
	padding: 40px 80px;
}

.section-7-strip-1-top-headline {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.section-7-strip-1-bottom-desc {
	position: relative;
	margin-top: 30px;
}

.section-7-strip-1-bottom-desc-item {
	position: relative;
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 16px;
}

/* .section-7-strip-1-bottom-desc-item:hover {
	padding-left: 30px;
} */

.section-7-strip-1-bottom-desc-item:nth-child(1) {
	border-top: 1px solid rgba(255,255,255,0.2);
}

.section-7-boxes {
	position: relative;
	margin-top: 40px;
	width: 100%;
}

.section-7-box {
	position: relative;
	float: left;
	width: 50%;
	height: 550px;
	padding: 50px 80px;
	overflow: hidden;
}

.section-7-box:nth-child(1) {
	height: 400px;
}

.section-7-box:nth-child(2) {
	height: 400px;
}

.section-7-box:nth-child(5) {
	height: 400px;
}

.section-7-box:nth-child(6) {
	height: 400px;
	background: white;
	color: black;
}

.section-7-box:nth-child(7) {
	height: 400px;
}

.section-7-box:nth-child(8) {
	height: 400px;
	
}

.section-7-box-headline {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.section-7-box-desc {
	margin-top: 24px;
	font-size: 16px;
	line-height: 24px;
}

.section-7-box-inner-1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background: url(../images/bg-4.jpg);
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: left center;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.section-7-box-inner-2 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background: url(../images/bg-656.jpg);
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: left center;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.section-7-box-inner-3 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background: url(../images/bg-7.jpg);
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: left bottom;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.section-7-box-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background: rgba(0,0,0,0.5);
}

.section-7-strip-2 {
	position: relative;
	width: 100%;
	height: 300px;
	background: black;
	padding: 80px 300px 50px 80px;
}

.section-7-strip-2-headline {
	width: 450px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.section-7-strip-2-desc {
	margin-top: 24px;
	font-size: 16px;
	line-height: 24px;
}

/***********************/


.section-8 {
	position: relative;
	width: 100%;
	padding: 100px 300px;
	background: white;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

/* .section-8-inner {
	position: absolute;
	width: 800px;
	height: 160px;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -80px;
}

.section-8-inner span {
	font-weight: 400;
	padding-top: 10px;
	border-top: 2px solid black;
	font-size: 20px;
} */

/***********************/

.section-9 {
	position: relative;
	width: 100%;
	background: #192b7d;
	padding: 80px 0px;
	color: white;
	overflow: hidden;
}

.section-9-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	background: rgba(0,0,0,0.7);
}

.section-9-headline {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 80px;
}

.section-9-desc-container {
	position: relative;
	margin: 0px 300px 0px 80px;
}

.section-9-desc-item {
	position: relative;
	width: 100%;
	padding: 30px 0px 30px 0px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}	

.section-9-desc-item-first {
	border-top: 1px solid rgba(255,255,255,0.5);
}
 
.section-9-desc-item-headline {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.section-9-desc-item-headline span {
	padding-bottom: 6px;
	border-bottom: 4px solid white;
}

.section-9-desc-item-desc {
	margin-top: 30px;
	font-size: 16px;
	line-height: 24px;
}

.section-9-desc-container-closer {
	position: relative;
	height: 30px;
}


/* .section-9-desc-item:nth-child(1) {
	left: 0%;
}

.section-9-desc-item:nth-child(2) {
	left: 34%;
}

.section-9-desc-item:nth-child(3) {
	left: 68%;
} */

/* .section-9-desc-item-headline {
	position: absolute;
	width: 100%;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
} 

.section-9-desc-item-headline span {
	padding-bottom: 8px;
	border-bottom: 8px solid white;
}

.section-9-desc-item-desc {
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 120px;
	left: 0%;
	border: 4px solid white;
	border-radius: 50%;
}

.section-9-desc-item-desc-inner-circle {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px solid white;
	border-radius: 50%;
	overflow: hidden;
}

.section-9-dont-show-0 {
	visibility: visible;
}

.section-9-dont-show {
	visibility: hidden;
}

.section-9-desc-item-desc-inner-circle-text-1 {
	position: absolute;
	width: 230px;
	height: 144px;
	left: 50%;
	margin-left: -115px;
	top: 50%;
	margin-top: -72px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: left bottom;
	transition: all 0.16s linear;
	-webkit-transition: all 0.16s linear;
	-moz-transition: all 0.16s linear;
	-o-transition: all 0.16s linear;
	-ms-transition: all 0.16s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.section-9-desc-item-desc-inner-circle-text-2 {
	position: absolute;
	width: 230px;
	height: 148px;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -74px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: left bottom;
	transition: all 0.16s linear;
	-webkit-transition: all 0.16s linear;
	-moz-transition: all 0.16s linear;
	-o-transition: all 0.16s linear;
	-ms-transition: all 0.16s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#special-text-2 {
	height: 190px;
	margin-top: -95px;
}

.section-9-desc-item-desc-inner-circle:hover .section-9-desc-item-desc-inner-circle-text-1 {
	margin-left: 500px;
}

.section-9-desc-item-desc-inner-circle:hover .section-9-desc-item-desc-inner-circle-text-2 {
	margin-left: -115px;
} */

/***********************/


.section-10 {
	position: relative;
	width: 100%;
	padding: 100px 300px;
	background: white;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

/* .section-10-inner {
	position: absolute;
	width: 900px;
	height: 160px;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -80px;
}

.section-10-inner span {
	font-weight: 400;
	padding-top: 10px;
	border-top: 2px solid black;
	font-size: 20px;
} */

/***********************/

.section-11 {
	position: relative;
	width: 100%;
	background: white;
}

.section-11-left {
	position: relative;
	width: 50%;
	padding: 80px;
	background: black;
	color: white;
}

/* .section-11-headline {
	margin-top: 80px;
	margin-left: 80px;
	font-size: 60px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}

.section-11-desc {
	font-size: 16px;
	line-height: 20px;
	margin-top: 40px;
	padding: 0px 120px 0px 80px;
} */

.section-11-right {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
	top: 0%;
	overflow: hidden;
}

.section-11-right-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background: url(../images/bg-6.jpg);
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: left center;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/***********************/

.section-11-logos {
	position: relative;
	height: auto;
	background: #343434;
}

.section-11-logo {
	position: relative;
	float: left;
	width: 14.2857143%;
	padding-bottom: 9%;
	border-right: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	overflow: hidden;
}

.section-11-logo:nth-child(7) {
	border-right: 0px solid rgba(255,255,255,0.1);
}

.section-11-logo:nth-child(14) {
	border-right: 0px solid rgba(255,255,255,0.1);
}

.section-11-logo:nth-child(21) {
	border-right: 0px solid rgba(255,255,255,0.1);
}

.section-11-logo:nth-child(28) {
	border-right: 0px solid rgba(255,255,255,0.1);
}

.section-11-logo:nth-child(35) {
	border-right: 0px solid rgba(255,255,255,0.1);
}

.section-11-logo:nth-child(42) {
	border-right: 0px solid rgba(255,255,255,0.1);
}

.section-11-logos-ending {
	position: relative;
	clear: both;
}

.section-11-logo-img {
	position: absolute;
	width: 100px;
	height: auto;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -50px;
	opacity: 0.3;
	transition: all 0.16s linear;
	-webkit-transition: all 0.16s linear;
	-moz-transition: all 0.16s linear;
	-o-transition: all 0.16s linear;
	-ms-transition: all 0.16s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.section-11-logo-img-big {
	position: absolute;
	width: 130px;
	height: auto;
	left: 50%;
	margin-left: -65px;
	top: 50%;
	margin-top: -65px;
	opacity: 0.3;
	transition: all 0.16s linear;
	-webkit-transition: all 0.16s linear;
	-moz-transition: all 0.16s linear;
	-o-transition: all 0.16s linear;
	-ms-transition: all 0.16s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.section-11-logo:hover .section-11-logo-img {
	opacity: 1;
}

.section-11-logo:hover .section-11-logo-img-big {
	opacity: 1;
}

/***********************/


.section-12 {
	position: relative;
	width: 100%;
	padding: 100px 300px;
	background: white;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
}

/* .section-12-inner {
	position: absolute;
	width: 700px;
	height: 160px;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	margin-top: -80px;
}

.section-12-inner span {
	font-weight: 400;
	padding-top: 10px;
	border-top: 2px solid black;
	font-size: 20px;
} */


/***********************/

.section-13-a {
	position: relative;
	padding: 40px 80px;
	background: black;
	color: white;
	font-size: 16px;
	line-height: 24px;
}

.section-13-b {
	position: relative;
	width: 100%;
	color: white;
	padding: 80px;
	background: #191919;
}

.section-13-b-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background: url(../images/world-4.png);
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: center center;
	z-index: 2;
	opacity: 0.7;
}

.words-on-map {
	font-weight: 700;
	font-size: 100px;
	color: rgba(255,255,255,0.1);
}

.section-13-c {
	position: relative;
	width: 100%;
	color: white;
	padding: 80px;
	background: black;
	text-transform: uppercase;
}

.section-13-c-content {
	position: relative;
	z-index: 5;
	color: white;
}

.section-13-c-headline {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: -5px;
}

.section-13-c-desc {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

.section-13-c-desc a {
	cursor: pointer;
}

.section-13-c-desc a:hover {
	padding-bottom: 5px;
	border-bottom: 3px solid white;
}

.section-13-c-right-content-text {
	position: absolute;
	bottom: 80px;
	right: 80px;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	padding: 10px 2px;
	font-style: italic;
}


/***********************************/

.section-14 {
	position: relative;
	width: 100%;
	height: 40px;
	background: #2d2d2d;
}

.section-14-rights {
	position: absolute;
	height: 40px;
	top: 0px;
	left: 80px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 12px;
	color: rgba(255,255,255,0.7);
}

.section-14-great-minds {
	position: absolute;
	height: 40px;
	top: 0px;
	right: 80px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 12px;
	color: rgba(255,255,255,0.7);
}

.arrow-up{
	position: absolute;
	width: 15px;
	height: auto;
	left: 50%;
	margin-left: -7.5px;
	top: 50%;
	margin-top: -8.5px;
	opacity: 0.4;
	cursor: pointer;
}

