/*!
 * Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
 */
.dropdown .dropdown-menu .caret {
	border:4px solid transparent;
	border-left-color:#000;
	float:right;
	margin-top:6px
}
.dropdown-menu {
	min-width:250px;
	background:#fff;
	color:#0186c7;
}
.dropdown-menu a{ margin-right:0px !important; color:#0186c7; !important; text-transform:none !important; font-size:1.2em; margin:2px 0}

.dropdown-menu a:hover{ background:#0186c7 !important; color:#fff !important;}

.dropdown-menu > li.open > a {
	color:#262626;
	text-decoration:none;
	
}
.open > a{ background:#fff !important; color:#0186c7;}
.dropdown-menu .dropdown-menu {
	left:100%;
	margin:0;
	right:auto;
	top:-1px; color:#0186c7
}
.dropdown-menu-right .dropdown-menu, .navbar-right .dropdown-menu .dropdown-menu, .pull-right .dropdown-menu .dropdown-menu {
	left:auto;
	right:100%; color:#0186c7;
}
.dropdown-menu.animated {
	-webkit-animation-duration:0.3s;
	animation-duration:0.3s
}
.dropdown-menu.animated:before {
	content:" ";
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:99
}
.dropdownhover-top {
	margin-bottom:2px;
	margin-top:0
}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu, .dropdownhover-top .dropdown-menu {
	bottom:-1px;
	top:auto; color:#0186c7;
}
.navbar-nav > li > .dropdown-menu {
	margin-bottom:0; color:#0186c7; 
}
.dropdownhover-bottom {
	-webkit-transform-origin:50% 0;
	transform-origin:50% 0; 
}
.dropdownhover-left {
	-webkit-transform-origin:100% 50%;
	transform-origin:100% 50%
}
.dropdownhover-right {
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%
}
.dropdownhover-top {
	-webkit-transform-origin:50% 100%;
	transform-origin:50% 100%
}
