
html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow-x:hidden;
}

.skrollable {
	/*
	 * First-level skrollables are positioned relative to window
	 */
	position:fixed;

	/*
	 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
	 */
	z-index:100;
}

.skrollr-mobile .skrollable {
	/*
		May cause issues on Android default browser (see #331 on GitHub).
	*/
	position:absolute;
}

.skrollable .skrollable {
	/*
	 * Second-level skrollables are positioned relative their parent skrollable
	 */
	position:absolute;
}

.skrollable .skrollable .skrollable {
	/*
	 * Third-level (and below) skrollables are positioned static
	 */
	position:absolute;
}

.skrollable .skrollable .skrollable .skrollable {
	/*
	 * Third-level (and below) skrollables are positioned static
	 */
	position:static;
}
.navbar {
	height: 100px;
}

.navbar-nav {
float: left;
margin: 0;
}
	.navbar-nav>li {
		float: left;
	}
		.navbar-nav>li>a {
			padding-top: 25px;
			font-size: 16px;
			font-weight: 500;
		}
			.navbar-nav>li>a:hover {
				color: blue;
			}
.logo {
	height: 100%;
	float: right;
}
	.logo > span {
		font-size: 12px;
		color: black;
		float: left;
		text-align: right;
		padding-top: 20px;
		padding-right: 15px;
	}
	.logo > img {
		float: right;
		height: 67px;
		padding-right: 10px;
		padding-top: 6px;
	}
.navbar>.vs-header {
	min-height: 30px;
	background-color: #f6f6f6;
  	-moz-box-shadow:    0px -5px 20px 1px #2e2e2e;
  	-webkit-box-shadow: 0px -5px 20px 1px #2e2e2e;
  	box-shadow:         0px -5px 20px 1px #2e2e2e;
  	padding-left: 15px;
  	text-align: left;
}
	.navbar>.vs-header a {
		float: left;
	}
	.navbar>.vs-header img {
		height: 20px;
		margin-right: 20px;
	}
	.navbar>.vs-header .headline {
		font-size: 14px;
		font-style: italic;
		display: inline-block;
	}
	.navbar>.vs-header .social-logos {
		float: right;
	}
	.navbar>.vs-header .social-logos a {
		margin-right: 5px;
	}
	.navbar>.vs-header .social-logos a:last-child {
		margin-right: 10px;
	}
	.navbar>.vs-header .social-logos img {
		margin-right: 0px;
	}






.divider {
	padding: 40px 15px 40px 15px;
}
.divider>div {
	height: 1px;
	background: url('images/bkg_divider.png') repeat 50%;

}
.flex {
	display: -webkit-box; 
	display: -moz-box;    
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;
}

.geozone>div:first-child {
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	border: solid 3px #f7a902;
	margin-bottom: 20px;
	background-image: url("images/emerging-markets-sprite.jpg");
	background-size: 400% 200%;
	display:block;
}
	.south_pacific>div:first-child {
		background-position: 0% 0%;
	}
		.south_pacific:hover>div:first-child {
			background-position: 0% 100%;
		}
	.malaysia>div:first-child {
		background-position: 33.333% 0%;
	}
		.malaysia:hover>div:first-child {
			background-position: 33.333% 100%;
		}
	.africa>div:first-child {
		background-position: 66.666% 0%;
	}
		.africa:hover>div:first-child {
			background-position: 66.666% 100%;
		}
	.latin_america>div:first-child {
		background-position: 100% 0%;
	}
		.latin_america:hover>div:first-child {
			background-position: 100% 100%;
		}

.geozone>div:first-child + div {
	text-align: center;
	width: 100%;
	background-color: #f7a902;
	margin-bottom: 35px;
}
.geozone>div:first-child + div>img {
	width: 100%;
}



.jqplot-table-legend {
	border: none !important;
}
.jqplot-table-legend-swatch-outline { 
	border: none !important;
}
.jqplot-table-legend-label:not(:last-child) {
	padding-right: 15px;
}
.jqplot-yaxis {
	z-index: 999;
	left: 35px !important;
}
.jqplot-yaxis-tick {
	padding-right: 5px;
	background-color: #ffffff;
}
#chartdiv {
	margin-left: -35px;
	margin-bottom: 30px;
}
.chart-credit {
	text-align: right;
	margin: 30px 0 30px 0;
}
	.chart-credit span {
		font-size: 14px;
		line-height: 30px;
	}





body {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 300;
}

section {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#intro h1 {
	font-family: 'lato';
	color: orange;
	font-size: 90px;
	font-weight: 700;
}
#intro h2 {
	font-style: italic;
	color: #426b94;
	font-weight: 200;
	text-align: center;
	margin-top: 10px;
}
#intro p {
	padding-top: 40px;
	color: white;
	font-size: 20px;
}
@media only screen and (max-width : 992px) {
	#intro h1 {
		font-size: 70px;
	}
}
@media only screen and (max-width : 768px) {
	#intro h1 {
		font-size: 60px;
	}
	#intro h2 {
		font-size: 25px;
	}
	#intro p {
		font-size: 16px;
	}
	.nav>li>a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 14px;
	}
	.nav>li:first-child {
		padding-left: 10px;
	}
	.nav>li:last-child>a {
		padding-right: 0px;
	}
	.navbar>a{
		
	}
		.navbar>a>span{
			display: none;
		}
	#ad2 .col-sm-4 img {
		width: 50%;
	}
	#ad2 .col-sm-4 p{
		background-color: white;
		padding: 20px 20px 20px 20px;
		opacity: 0.8;
	}
}
@media only screen and (max-width : 630px) {
	:not(#intro) h1 {
		font-size: 36px;
	}
}
@media only screen and (max-width : 600px) {
	#intro h1 {
		font-size: 50px;
	}
	#intro h2 {
		font-size: 20px;
	}
		.navbar>a>img{
			display:none;
		}
}
@media only screen and (max-width : 500px) {
	#intro h1 {
		font-size: 40px;
	}
	#intro p {
		font-size: 14px;
	}
}

h1 {
	font-family: 'lato';
	font-size: 60px;
	color: orange;
	font-weight: 500;
}

a:hover {
	text-decoration: none;
}

.narrow h1 {
	padding-top: 120px;
	margin-top: -120px;
}

.skroll-wrap {
	height: 100%;
	width: 100%;
}

.extras-box img {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom: 3px solid #f7a902;
}
.extras-box div {
	padding-top: 10px;
	font-size: 14px;
}

.bootstrap-holder {
	position: absolute;
	width: 100%;
}

.container.narrow {
	max-width: 950px;
}

.bg-container {
	position: absolute;
	width: 100%;
	height: 120%;
}

.background {
	width: 100%;
	height: 100%;
}


.yellow_band {
	background-color: orange;
}


.initial {
	font-size: 3em;
	line-height: 1em;
}

.credits {
	position: relative;
	padding-top: 60px;
	text-align: center;
	font-size: 16px;
}



#intro .bg-container {
	background-color:black;
	height: 200%;
}

#intro .background {
	width: 100%;
	height: 50%;
	background: url(images/bkg_earth.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#malaysia .background {
	background: url(images/bkg_malaysia.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#southpacific .background {
	background: url(images/bkg_southpacific.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#ad1 .flex-background {
	background: url(images/cleanroom.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#africa .background {
	background: url(images/bkg_africa.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#ad2 .background {
	background: url(images/bkg_ad2_blur.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;	
}

#latinamerica .background {
	background: url(images/bkg_latinamerica.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.launch img{
	cursor: pointer;
}
.launch img:hover {
	opacity: 0.75;
}
.launch>video {
	width:100%;
	padding-top: 10px;
}

#credits {
	background-color: #e8e8e8;
	-moz-box-shadow:
		inset 0px 11px 8px -10px #777,
        inset 0px -11px 8px -10px #777;
  	-webkit-box-shadow:
  		inset 0px 11px 8px -10px #777,
        inset 0px -11px 8px -10px #777;
	box-shadow:
		inset 0px 11px 8px -10px #777,
        inset 0px -11px 8px -10px #777; 
}

/*Internet Explorer 9 conditional styles*/

.ie-flex .flex-background {
	height: 100%;

}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:9998; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.addthis_sharing_toolbox {
	float:right;
	padding-right: 10px;
	padding-top:4px;
}

#compatibility_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 9999;
	margin: 0;
	text-align: center;
}
#compatibility_mask p{
	top: 30%;
}

