.search-bar-floating {
	right: 0;
	min-width: 25em;
	z-index: 900;
	display: none;
	padding: 14px;
	position: absolute;
	background: #fcfcfc;
	border-top: solid 2px #eee;
	box-shadow: 0 1px 3px #ddd;
}

.search {
	width: 3em;
	border-bottom: solid 2px transparent;
}

.search:hover {
	border-bottom: solid 2px #CC0000;
}

.polylan-menu {
    font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}

.polylan-menu {
	border-bottom: solid 2px transparent;
}

.polylan-menu:hover {
	border-bottom: solid 2px #CC0000;
}

.dropdown-menu.polylan-dropdown-menu {
	padding: 0;
	border: none;
	min-width: 200px;
	border-radius: 0;
	z-index: 9999 !important;
	margin-top: -2px !important;
	border-top: solid 2px #CC0000;
	border-bottom: solid 2px #687074;
}

.dropdown-menu.polylan-dropdown-menu a {
	line-height: 1.42;
	color: #687074;
	font-size: 13px;
	font-weight: 400;
	padding: 6px 15px;
	border-bottom: solid 1px #eee;
}

.dropdown-menu.polylan-dropdown-menu .active > a,
.dropdown-menu.polylan-dropdown-menu li > a:hover {
	color: #fff;
	filter: none !important;
	background: #687074 !important;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
