
.toptop {background: #000; width:100%; padding:5px 0;}
.toptop .dropdown-toggle {margin-left: -15px !important;}

.headertop {background: #1c1c1c; width:100%; padding:3px 0}
.logo {padding: 20px 0 10px 0;}
.logo img {max-height:77px}

.meniu {width:100%;}
.meniu>ul, .btn-group {float:right;}
.meniu>ul>li.active>a, .meniu>ul>li.active>a:focus, .meniu>ul>li.active>a:hover {color: #1c1c1c; background-color: #f7931e;}
.meniu>ul>li>a {color: #fff;
	-webkit-transition: all 0.40s ease-in-out;
  	-moz-transition: all 0.40s ease-in-out;
  	-ms-transition: all 0.40s ease-in-out;
  	-o-transition: all 0.40s ease-in-out;}
.meniu>ul>li>a:hover {text-decoration: none; background-color: #f7931e;}

.nav-pills {
  margin:7px 0 10px;
}
.col-md-8-sus {
  margin: 5px 0 0;
  min-height: 36px;  
}

.top {width:100%; float:left; text-align:right;}

.inchide{
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0px;
  background: red;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}




@media only screen and (max-width: 767px){
	.logo{text-align:center; margin-bottom:15px;}
	.top ul {float:none;}
}
