*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html {font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #4c4c4c;
	background:#fff;
	overflow:hidden;
}
.bg, .bg2 {
  	position: fixed; 
  	top: 0; 
  	left: 0;
  	min-width: 100%;
  	min-height: 100%;
}
.bg {z-index:-999;}
.bg2 {z-index:1;}
.fixed-logo {
	position:fixed;
	top:15px;
	left:30px;
}
.line {
	position:absolute;
	background-color:rgb(0,136,195);
	background-color:rgba(0,136,195,1);
	width:0;
	height:47px;
	top:330px;
	left:0;
}
.no-js .line {
	width:100%;
}
.title {
	margin:0;
	padding:0;
	position:absolute;	
	top: 288px;
	left: 450px;
	z-index:3;
}
.title h1, .title h2 {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}
.title h1 {
	font-size:18px;
	margin-bottom:14px;
	font-weight:300;
	color:#333;
}
.title h2 {
	font-size:30px;
	font-weight:900;
	color:#fff;
}
.title h2 span {
	display:block;
	margin-top:12px;
	font-weight:300;
	color:#333;
}
.navigation {
	position:absolute;
	top:340px;
	left:740px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
		 -ms-flex-align: center;
			align-items: center;
	-webkit-justify-content: space-around; 
  			justify-content:space-around;
	background-color:rgba(0,150,215,0.7);
	margin: 0;
	padding: 0;
	width:450px;
	height:27px;
	border-radius: 10px;
	z-index:4;
}
.home-search {
	position:absolute;
	top:377px;
	left:740px;
	background-color:rgba(0,150,215,0.7);
	height:47px;
	width:450px;
	text-align:center;
	padding:10px 0 0 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	z-index:5;
}
.nav-item a {
	color: #fff;
	text-decoration: none;
}
.search-toggle:before {
	content: url('img/home-search.png');
	margin-right:5px;
	align-items: center;
}
.search-query {
	color: #585858;
	text-decoration: none;
	-webkit-transition: 0.3s ease all;
	   -moz-transition: 0.3s ease all;
		-ms-transition: 0.3s ease all;
		 -o-transition: 0.3s ease all;
			transition: 0.3s ease all;
	display:inline;
	width:350px;
}
.search-query label {
	display:none;
}
.search-query input {
	margin:0;
	padding:4px 0 4px 10px;
	border:1px solid #fff;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-transition: all 0.30s ease-in-out;
	   -moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		 -o-transition: all 0.30s ease-in-out;
		 	transition: all 0.30s ease-in-out;
	outline: none;
}
.search-query button {
	margin:0;
	background:transparent url('img/home-search.png') no-repeat right -2px;
	text-indent: -1000em;
	border:none;
	cursor:pointer;
	width:30px;
	-webkit-transition: all 0.30s ease-in-out;
	   -moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		 -o-transition: all 0.30s ease-in-out;
		 	transition: all 0.30s ease-in-out;
	outline: none;
}
@media (max-width: 480px) { 
	.search-query {width:81%;}
}
.alert-ie6 {
    position:fixed;
	top:0;
	left:0;
	right:0;
	background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    border: 1px solid #FBEED5;
    padding: 8px 35px 8px 14px;
	text-align:center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles */
	.search-query button {height:auto;}
}
@media screen and (max-width: 1400px) { 
	.title {
		top: 230px;
		left: 420px;
		line-height:1em;
	}
	.title h2{color:#333;}
	.title h2 span {margin-top:17px;}
	.navigation,
	.home-search {left:420px;}
}
@media screen and (max-width: 976px) {	
	.bg {top: 70px;transform: translateX(-50%);left: 50%;}
	.bg2,.line {display:none;}
	.title {
		top: 70px;
		right: 0;
		left:0;
		padding-left:30px;
		padding-top:10px;
		padding-bottom:10px;
		background-color:rgba(0,150,215,0.7);
		line-height:normal;
	}
	.title h1 {margin-bottom: 0;color:#fff;}
	.title h2 {color:#fff;}
	.title h2 span {margin-top: 0;color:#fff;}
	.navigation {
		top:260px;
		right:0;
		left:30px;
		-webkit-flex-direction: column;
			-ms-flex-direction: column;
				flex-direction: column;
		-webkit-align-items: flex-start;
			 -ms-flex-align: start;
				align-items: flex-start;
		background-color:transparent;
		width:auto;	
	}
	.nav-item {
		background-color:rgba(0,150,215,0.7);
		border-radius: 10px;
		padding: 0 15px;
		margin:0 0 10px;
	}
	.search-toggle:before {
		content: "";
		margin-right:0;
	}
	.home-search {
		top:350px;
		left:30px;
		width:auto;
		border-radius: 10px;
	}
}
.cloud {
	position: absolute;
	top: 0;
  	left: 0;
	-webkit-animation: moveAcross 4s linear infinite;
			animation: moveAcross 4s linear infinite;    
}
.xl {
	top: 110px;
	-webkit-animation-delay: -50s;
			animation-delay: -50s;
	-webkit-animation-duration: 150s;
    		animation-duration: 150s;
}
.lrg {
	top: 90px;
	-webkit-animation-delay: -2s;
			animation-delay: -2s;
	-webkit-animation-duration: 90s;
    		animation-duration: 90s;
}
.sml {
	top: 60px;
	-webkit-animation-delay: -60s;
			animation-delay: -60s;
    -webkit-animation-duration: 70s;
    		animation-duration: 70s;	
}
.med {
	top: 180px;
	-webkit-animation-delay: -40s;
			animation-delay: -40s;
    -webkit-animation-duration: 100s;
    		animation-duration: 100s;	
}
@keyframes moveAcross {
  0% {left: -150px;}
  100% {left: 110%;}
}
@-webkit-keyframes moveAcross {
  0% {left: -150px;}
  100% {left: 110%;}
}