/* Global Area */

.navbar{
	width: auto;
	background-color: transparent;
	position: relative;
}

.btn {
	display: inline-block;
  *display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
  *margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #6154F5;
  *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #b9de20, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b9de20), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #b9de20, #e6e6e6);
	background-image: -o-linear-gradient(top, #b9de20, #e6e6e6);
	background-image: linear-gradient(to bottom, #b9de20, #e6e6e6);
	background-repeat: repeat-x;
	border: 0px;
  *border: 0px;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9de20', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.btn-navbar {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.btn.btn-navbar {
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}
.navbar-inner .btn.btn:hover{
	color: #fff;
	background-color: transparent;
}

.navbar-inner{
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	box-shadow: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	
	  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

.navbar-inverse .navbar-inner {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background-color: #3A3A3A!important;
	margin-top: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)!important;
	margin-bottom: 0px;
}

.btn.btn-navbar {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background-color: transparent;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.btn.btn-navbar:hover, .btn.btn-navbar:active {
	background-color: transparent;
	filter: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-image: none;
	border-top: none;
}

.navbar .nav li a {
	font-weight: bold;
	color: #fff;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 14px;
	text-shadow: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	font-size: 18px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: left;
}

.navbar .nav li ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
}

.navbar .nav li ul{
	background-color: #1A1A1A;	
}

.navbar .nav li a:hover{
	background-image: none;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	background-color: #2D5EAC;
	color: #fff;
}

.navbar .nav .dropdown-menu li a{
	background-image: none;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.navbar a .caret {
    border-top-color: #fff !important;
    border-bottom-color: #fff !important;
}

.navbar .btn{
	margin-right: -5px;
}

.navbar .btn-navbar{
	text-shadow:none;
	background-color: #4C4C4C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navbar .btn-navbar:hover{
	background-color: #3459AC!important;
}

.nav {
	width: auto;
}

/* Large desktop */
@media (max-width: 980px) {
	


}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	

}


/* Everything below desktop */
@media (max-width: 979px) {
	
	.nav-collapse{
	margin-top: 13px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}	

.nav-collapse .nav li a{
	background-image: none;
	background-color: transparent;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-right-style: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #FFF;
}

.nav-collapse .nav li a:hover{
	background-image: none;
	background-color: #3459AC;
	color: #fff;
}

.navbar .nav li.dropdown.open .dropdown-toggle{
	color: #fff;
	background-color: #000000;
}


.container.padder .navbar.navbar-static.navbar-inverse .navbar-inner .nav-collapse.collapse .nav li a {
color: #fff;	
}

.container.padder .navbar.navbar-static.navbar-inverse .navbar-inner .nav-collapse.collapse .nav li a:hover {
	color: #FFFFFF;
}

.container.padder .navbar.navbar-static.navbar-inverse .navbar-inner .nav-collapse.collapse .nav {
margin-bottom: 0px;	
}

.navbar-inverse .btn-navbar {
	color: #FFF;
}
	
}	


/* Landscape phones and down */
@media (max-width: 560px) {

.nav-collapse{
	margin-top: 37px;
}

.navbar .nav li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
	
}

.navbar-inverse .nav-collapse .nav > li > a:hover{
	background-color: #2D5EAB;	
}