body {
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	color: #666;
}
a {
	color:#35609c;
}
.wrapper {
	max-width:960px;
	margin:0 auto;
	position:relative;
}
.line_top {
	width: 100%;
	height: 4px;
	background: #35609c;
}
header {
min-height: 100px;
border-bottom: 1px solid #ddd;
box-shadow: inset 0 -2px 20px -5px rgba(0,0,0,0.1);
}
hgroup {
display: inline-block;
padding: 18px;
}
.site-title {
margin: 0;
padding: 0;
position: relative;
display: inline-block;
}
.site-title a {
	font-weight: 600;
	color:#35609c;
	
}
.site-title a span {
	color:#555;
	font-weight: 100;
}
.site-title small {
font-size: 12px;
top: -1px;
position: absolute;
right: -22px;
}
.site-description {
font-weight: 100;
font-size: 14px;
line-height: 20px;
margin: 0;
padding: 0;
}
.content {
max-width: 960px;
margin: 0 auto;
padding: 11px;
}
.row-fluid.infobar .span4 {
text-align: center;
}
.infobar i {
font-size: 50px;
}
.infobar h1 {
font-size: 26px;
font-weight: 700;
}
.infohead {
text-align: center;
}
.infohead h1 {
font-size: 30px;
font-weight: 100;
}
#myCarousel {
position: absolute;
top: -185px;
box-shadow: 0 0 0 4px #fff, 0 0 25px -5px rgba(0,0,0,1);
width: 100%;
overflow: hidden;
}
}
.carousel-control i {
font-size: 44px;
display: block;
text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.carousel-control.left {
background: none;
border: none;
top: 48%;
left: -50px;
color: #0e1a2a;
}
.carousel-control.right {
background: none;
border: none;
top: 48%;
color: #0e1a2a;
right: -50px;
}
.slider_top {
background: #35609c;
height: 200px;
position: relative;
box-shadow: 0 5px 25px -10px rgba(0,0,0,0.4);
border-bottom: 2px  solid #ddd;
overflow:hidden;
}
nav {
position: absolute;
top: 30px;
right: 0;
}
nav .nav-pills > li > a { 
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-transform: uppercase;
font-size: 13px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
nav .nav-pills > .active > a, .nav-pills > .active > a:hover {
color: #ffffff;
background-color: #35609c;
}
nav .nav-pills .dropdown-menu {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.nav-tabs .dropdown-menu {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
nav .dropdown-menu a {
	font-size: 13px;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
nav .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
background: #35609c;
}
.weare .span3 {
text-align: center;
}
.weare .weare_img_hold {
padding: 25px;
}
.weare .weare_img_hold img {
opacity: 0.6;
filter: gray;
-webkit-filter: grayscale(100%);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.weare .weare_img_hold img:hover {
opacity: 1;
filter: none;
-webkit-filter: grayscale(0%);
}
.nav-tabs > li > a {
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { 
background: #35609c;
}
.footer {
background: #35609c;
color: #fff;
}
.footer .wrapper {
padding: 30px;
}
.footer h1 {
font-size: 30px;
font-weight: 100;
}
.footer button.btn, input[type="submit"].btn {
margin-top: -7px;
}
.footer a {
color: #fff;
}
.footer ul {
margin-left: 50px;
}
/* styles for desktop */
.tinynav { display: none }

/* styles for mobile */
@media screen and (max-width: 600px) {
    .tinynav { display: block }
    #nav { display: none }
}
.clouds_one {
			background:url("../img/cloud_one.png") -100px;
			position:absolute;
			left:0;
			top:0;
			height:100%;
			width:300%;
			-webkit-animation:cloud_one 100s linear infinite;
			-moz-animation:cloud_one 100s linear infinite;
			-o-animation:cloud_one 100s linear infinite;
			-webkit-transform:translate3d(0,0,0);
			-moz-transform:translate3d(0,0,0);
			-o-transform:translate3d(0,0,0);
			opacity: 0.5;
		}
		
		.clouds_two {
			background:url("../img/cloud_two.png") -100px;
			position:absolute;
			left:0;
			top:0;
			height:100%;
			width:300%;
			-webkit-animation:cloud_two 125s linear infinite;
			-moz-animation:cloud_two 125s linear infinite;
			-o-animation:cloud_two 125s linear infinite;
			-webkit-transform:translate3d(0,0,0);
			-moz-transform:translate3d(0,0,0);
			-o-transform:translate3d(0,0,0);
			opacity: 0.2;
		}
		
		.clouds_three {
	background:url("../img/cloud_three.png") -100px;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:300%;
	-webkit-animation:cloud_three 150s linear infinite;
	-moz-animation:cloud_three 150s linear infinite;
	-o-animation:cloud_three 150s linear infinite;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	opacity: 0.3;
		}
		@-webkit-keyframes cloud_one {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}
		
		@-webkit-keyframes cloud_two {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}
		
		@-webkit-keyframes cloud_three {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}
		
		
		@-moz-keyframes cloud_one {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}
		
		@-moz-keyframes cloud_two {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}
		
		@-moz-keyframes cloud_three {
			0% {
				left:0
			}
		
			100% {
				left:-200%
			}
		}

@media screen and (max-width: 900px) {
nav {
position: absolute;
top: 100px;
left: 18px;
}
.carousel-control {
	display:none;
}
header {
min-height: 180px;
border-bottom: 1px solid #ddd;
box-shadow: inset 0 -2px 20px -5px rgba(0,0,0,0.1);
}
.slider_top {
background: #35609c;
height: 150px;
position: relative;
box-shadow: 0 5px 25px -10px rgba(0,0,0,0.4);
border-bottom: 2px solid #ddd;
overflow: hidden;
}
#myCarousel {
position: absolute;
top: -120px;
box-shadow: 0 0 0 4px #fff, 0 0 25px -5px rgba(0,0,0,1);
}
}
@media screen and (max-width: 768px) {
#myCarousel {
position: absolute;
top: -120px;
box-shadow: 0 0 0 4px #fff, 0 0 25px -5px rgba(0,0,0,1);
}
.carousel-control {
	display:none;
}
}
