@charset "utf-8";
.dropdown-menu {
	border: 1px solid #101010;
	border-radius: 0px;
	background-color: #101010;
	background-color: rgba(0,0,0,.85);
	min-width: 296px;
}
.dropdown-menu>li { border-bottom: 1px solid #333; }
.dropdown-menu>li>a {
	color: #9d9d9d;
	font-size: 14px;
	/*font-size: 15px;
	line-height: 1.5;*/
}
.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #101010;
}
.dropdown-header {
	font-size: 15px;
	color: #fff;
	line-height: 1.5;
}
.home {
    position: absolute;
    top: 3px;
    left: 52px;
    z-index: 999;
}
.home img {
	width:75%;
	height:auto;
}
.fb {
    position: absolute;
    top: 12px;
    right: 30px;
    display: none;
}
.navbar-brand {
    display: none;
}
@media (max-width: 767px){
.navbar-brand {
    display: block;
}
.home, #controller {
    display: none;
}
}
@media (min-width: 1400px){
.fb {
    display: block;
}
}