
/* CSS Document */

div#wrapper header {
	background-color: transparent;
	
}

div.navbar.navbar-default.navbar-static-top {
	padding:25px;
	background: rgb(125,198,239); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,198,239,1) 0%, rgba(15,130,187,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,198,239,1)), color-stop(100%,rgba(15,130,187,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,198,239,1) 0%,rgba(15,130,187,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,198,239,1) 0%,rgba(15,130,187,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,198,239,1) 0%,rgba(15,130,187,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,198,239,1) 0%,rgba(15,130,187,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dc6ef', endColorstr='#0f82bb',GradientType=0 ); /* IE6-9 */

	height: 125px;
	
}
.navbar .nav > li > a:focus { {
	color:#499FA4 !important
	
}

div.navbar.navbar-default.navbar-static-top .container .col-lg-11 .navbar-collapse.collapse ul.nav.navbar-nav li a:hover {
	color:#499FA4 !important
	
}