/* Add here all your CSS customizations */

.cover td {
   vertical-align: middle;
   text-align: center;
}

.cover img {
   height: 345px;
    left: 50%;
    margin-left: -225px;
    margin-top: -200px;
    position: absolute;
    top: 50%;
    width: 450px;
}

.fNavBar {
	position: static;
	width: auto;
	height: 50px;
	top: 0px;
	right: 70px;
	z-index: 1;
	top: -50px;
	opacity: 0;
	height: 0;
  	-webkit-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}

.menu-nav {
	text-align: center;
	padding-right: 25px;
  	-webkit-transition: all .25s ease-out;
  	transition: all .25s ease-out;
  	font-size: 0;
}
.fNavBar-show {
	top: 0px;
	opacity: 1;
	height: 50px;
	z-index: 1;
}
.menu-nav li {
	list-style: none;
	display: inline-block;
	z-index: 1000;
	padding: 0;
	margin: 0;
}
.menu-nav li a {
	color: #222;
    display: block;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-nav li.active a {
	color: #ff5200;
}

.hMenu {
	position: fixed;
	top: 30px;
	z-index: 999;
	right: 25px;
	cursor: pointer;
}
.hMenu span {
	font-size: 35px;
	background: #ff5200;
	padding: 5px;
}

.navigation {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

.team-box .caption p {
	font-size: 12px;
}

#kontak .modal-dialog {
	bottom: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 48%;
    
}

.info-box-1 img {
	height: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.info-box-1 .music {
	height: 60px;
	margin-bottom: 10px;
}

.cover-inner .gbrdepan {
	position: relative;
    top: 0;
    left: 0;
    width: 150px;
    height: auto;
    margin: 0;
}




@media (min-width: 979px) {
.dropdown-menu {
	text-align: left;
  	position: absolute;
	display: none;
  	z-index: 100;
  	float: left;
    min-width: 100%;
    white-space: nowrap; 	
  	padding: 0;
  	margin: 2px 0;
  	list-style: none;
  	background-color: #FFF;
  	border: 0;
  	border-radius: 0px;
   	-webkit-transition: all .3s ease-out;
  	transition: all .3s ease-out;
	opacity: 0;
}
.dropdown:hover .dropdown-menu {
    top: 95%;
    opacity: 1;
    display: block;
}

}

@media (max-width: 760px) {

.menu-nav {
	background-color: #FFF;
	text-align: left;
	padding-left: 20px;
}
.menu-nav li {
	display: -webkit-inline-box;
}
.menu-mav li.drop-down {
	opacity: 1;
	position: relative;
}
.dropdown-menu {
	position: relative;
	float: none;
	text-align: center;
}
.dropdown-menu li a {
	padding-right: 10px;
}
.menu-nav {
}
.fNavBar {
}

.fNavBar-show {
	height: 100px!important;
	overflow: scroll;
}

.menu-nav li a {
	font-size: 7px;
	letter-spacing: 0;
	padding: 0 3px;
}




}