html{height:100%;}
body{height:100%; font-family: 'Open Sans', sans-serif;}

h1,h2,h3,h4,h5,h6{color:rgb(0, 142, 203); text-shadow:none;}

.bg-header{background: #008bc8; }
.bg-white{background-color: #fff;}
.bg-grey {background-color: #89878b;}
.logo {max-width:330px; padding: 20px 0; width: 100%;}
.navbar-toggle{
	position: absolute; 
	top: 0; 
	right: 0; 
	height: 74px; 
	margin: 0; 
	text-align: center; 
	border:none; 
	border-radius: 0px; 
	background: url("../img/btn-navigation-mobile.png") no-repeat center #b2b2b6; 
	width: 75px; 
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: url("../img/btn-navigation-mobile.png") no-repeat center #162765;
}

.icon-bar{background-color: #fff !important;}

@media (min-width: 1200px) {
	.nav li a, .navbar-right li a{
		font-size:13px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.nav li a, .navbar-right li a{
		font-size:12px !important;
	}
}	

@media (min-width: 992px){
	.nav li a{
		padding: 10px 20px !important;
	}

	.navbar-right li a {
		padding: 10px 0 !important;
	}
}

@media (min-width: 768px) {
	.bg-navbar {
		border-top:1px solid rgb(113, 186, 221);
		border-bottom:1px solid rgb(113, 186, 221);
		height: 40px;
	}

	.nav li a, .navbar-right li a{
		text-transform: uppercase;
		font-size:11px;
		color:rgb(80, 78, 80) !important;
		border-left: 1px solid rgb(0, 164, 214);
		padding: 10px 5px;
		height: 38px;
	}

	.nav li:last-child a, .navbar-right li:last-child a {
		border-right: 1px solid rgb(0, 164, 214);
	}

	.navbar-right li a {
		width: 40px;
		padding: 10px 0;
		text-align:center;
	}
}


@media (max-width: 767px) {
	.nav li a, .navbar-right li a{
		text-transform: uppercase;
		font-size:16px;
		color:#000 !important;
		border-bottom: 1px solid #000;
		padding: 10px 20px;
		height: 44px;
		font-weight: bold;
	}


	.navbar-right{
		margin:0;
	}

	.navbar-nav {
		margin: 0;
	}

	.bg-navbar, .bg-header {
		padding: 0;
		margin: 0;
	}

	.bg-header {height: 74px;}

	.bg-navbar .container, .bg-header .container {
		padding: 0;
	}

	.navbar-fixed-top{
		height: 74px; 
	}
	.navbar-fixed-top .navbar-collapse {max-height: 380px;}

	.logo{margin-left: 20px; margin-top: 5px; max-width: 250px;}
}

.navbar-right li.active a {
	color: #fff !important;
	background: rgb(0, 164, 214) !important;
}

.empty-top{margin-top: 150px;}
.empty-top-xs{margin-top: 100px;}

#wrap {
	min-height: 100%; 
	position: relative;
}

#main {
	padding-bottom: 470px;
}

@media (min-width: 992px) {
  #main {
	padding-bottom: 290px;
	}
}


#footer { 
  position: absolute;
  bottom: 0;
  background-color: #89878b;
  width: 100%;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 13px;
}

#footer a {color: #fff; font-size: 13px;}

#footer a.btn-default{color: #000;}

.form-control {border-radius:0px;}
.btn {border-radius:0px;}