/*-------------  Navigation */
.nav-wrapper{
	height: 35px;
	clear:both;
	margin-top:8px;
	margin-bottom: 20px;
	font-family: "Sintony","Open Sans",verdana,sans;
}

/****************************/
.navbar-default{
	
}
.navbar-toggle{ /* The little button in small mode */
	margin-top: ;
	background-color: #63c05f;
	background-image: url(../images/nav-button.png);
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 15px;
	float: left;
	margin-left: 20px;
	display: none;
}
.navbar{ 
	min-height: 30px !important;
	color: #000000;
	margin-top: ;
	margin-bottom: 0px;
}
.navbar-nav{ /* First UL in lists*/
	margin-top: ;
}
.nav li {
	font-size: 13px;
	font-weight: 400;
	position:relative;
	float: left;
	list-style-type: none;
}
.nav li a { /* All the menu items */
	color: #000000 !important;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: ;
	height: 35px;
	font-size: 18px;
	transition: background-color .3s, color .3s;
	font-weight: 700;


}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #000000 !important;
	background-color: #ffffff !important;
	border-bottom: 3px solid #224394;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #ffffff;
	border-bottom: 3px solid #224394;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #ffffff;
	border-bottom: 3px solid #224394;
}
.nav>li>a:hover {
	background-color: #ffffff !important;
	border-bottom: ;
	color: #000000 !important;
	transition: background-color .3s, color .3s;
	
	
}


.nav li ul li a:hover {
	background: #; 
	color: #;
	transition: .3s;
}
.dropdown-menu li{
	width: 100%;
}

.dropdown-menu{
	background-color: #ffffff;
	padding: 0px;
}
.navbar-collapse{
	max-height: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #F4DAD5;
}
