/* Global Area */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	color: #000000;
	background-image: none;
	background-color: transparent;
}


.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled]
{
	color: #000000;
	background-color: transparent;
	background-image: none;
}


.navbar{
	width: auto;
	position: relative;
}

.navbar-inner .btn{
	background-image: none;
	background-color: #C52C6F;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #fff;
	text-shadow: none;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-left: 2px;
	text-shadow: 1px 1px #fff;
	padding-left: 8px;
	padding-top: 8px;
	float:right;
	font-weight: bold;
}

.navbar-inner .btn:hover{
	color: #fff;
	background-color: #8A1E4F;
	background-image: none;
}

.navbar-inner{
	background-color: transparent;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	-moz-border-radius: 0px;
	border-radius: 0px;
	min-height: 65px;
	line-height: 65px;
	border-bottom: 0px;
	box-shadow:none;
	border: none;
	padding-right: 0px;
}

.navbar .nav li a {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 65px;
	height: 65px;
	line-height: 65px;
	color: #000;
	text-shadow: none;
}

.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: #B71E5C;
	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;
	background-color: #fff;
	color: #000;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

.navbar .nav .dropdown-menu 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: #eee;
	color: #000;
	font-weight: normal;
}

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

.navbar .btn-navbar{
	text-shadow:none;
}



/* Large desktop */
@media (min-width: 980px) {
	
.navbar-inner{
  padding-left: 0px;
}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
.navbar-inner .btn{
	margin-left: 3px;		
}

}


/* Everything below desktop */
@media (max-width: 979px) {
	
	.nav-collapse{
	margin-top: 38px;
	background-color: transparent;
	padding: 0px;
	margin-right: -8px;
	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-bottom: 0px;
}	



.nav-collapse .nav li a{
	background-image: none;
	background-color: transparent;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FA4F98;
	border-right-style: none;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 2px;
	margin-left: 4px;
}

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

.nav-collapse .nav li .acc1 a{
	background-color: #161C4F;
	color: #FFF;
	margin-right: -20px;
	margin-left: -20px;
	padding-left: 32px;
}

.nav-collapse .nav li .acc1 a:hover{
	background-color: #000;
	color: #FFF;
}

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


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	
	
}


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

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