/* CSS Document */
/*
 * Project:   The Piano
 * Website:   http://www.pixelirium.pl/
*/
@import url(https://www.google.com/fonts#UsePlace:use/Collection:Exo:300italic);
@import url("fonts/fonts.css");
@import url("loader.css");

* {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

body {
  font-size: 11px;
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Kalimati, sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}

.noMargin { margin: 0; }
.noPadding { padding: 0; }

.alert {
  padding: 5px!important;
  border-radius: 0px!important;
}

.rotate180 {
  transform: rotate(180deg) ;
  -webkit-transform: rotate(180deg) ;
  -moz-transform: rotate(180deg) ;
  -o-transform: rotate(180deg) ;
  -ms-transform: rotate(180deg) ;
  margin: -1px 0 0 0;
}

.container-fluid {
  width: 100%!important;
  padding: 0;
  margin: 0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
  font-weight: bold;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px 5px;
    margin: 19px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: initial;
    background-clip: initial;
    border: 1px solid #a4a4a4!important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0!important;
    
  }
  
  li.dropdown { padding-bottom: 15px!important;  }
  
  .dropdown-menu a {
    color: #afafaf!important;
    font-family: 'ArabicTypesetting';
    font-size: 20px!important;
    text-transform: uppercase;
    text-shadow: none!important;
    padding: 0 5px!important;
    margin: 0;
  }
  .dropdown-menu a:hover,
  .dropdown-menu a.active { color: #323031!important; }
}

/* header */
header {
  position: relative;
  z-index: 1;
  height: 123px;
  background-color: #fff;
}
header .container {
   position: relative;
   min-height: 120px;
}

header div#logo {
  height: 100%;
  width: 8%;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 26px;
  left: 0;
  bottom: 0;
  right: 0;
}

header div#logo h1 {
  text-indent: -9999999px;
  background-image: url(../images/logo.png);
  width: 92px;
  height: 55px;
  cursor: pointer;
}

@media (min-width: 1px) and (max-width: 991px) {
  header .container {
    min-height: 90px!important;
    width: 100%!important;
  }
  
  header { height: 90px!important; }
  
  header div#logo {
    height: 100%;
    width: 176px!important;
    position: relative;
    top: 3px!important;
    margin: 0 0 0 15px!important;
  }
  
  .nav a { font-size: 26px!important; }
}

#navbar {
  margin: 0;
  padding: 0;
}
.nav {
  position: relative;
  margin: 44px 0px 0px -2px;
}

@media (min-width: 1px) and (max-width: 991px) {
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 25px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #E9E5EA;
    border-radius: 0;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #1e1f24;
  }

  .navbar-collapse {
    background: #fff;
    width: 101%;
    padding: 0!important;
    margin: 0!important;
    position: absolute;
    border: 0;
    top: 89px;
    left: -1px;
  }
  .navbar-collapse.in { overflow-y: hidden; }

  .navbar-collapse .bot-right,
  .navbar-collapse .bot-left {
    position: relative;
    top: 33px;
    left: 11px;
    opacity: 0.5;
    width: 95%;
    display: none;
  }

  .navbar-collapse li {
    padding: 6px 0!important;
    margin: 0;
    text-align: center;
  }
  
  .nav {
    position: relative;
    margin: 55px 0px 30px -2px;
  }
  
  
  /* Podmenu na 100% */	
  .navbar-nav .dropdown-menu {
    position: fixed!important;
    top: 80px;
    left: 0px;
    right: -15px;
    bottom: 0px;
    padding: 5px;
    padding-top: 40px;
    background: #fff!important;
    overflow: auto;
    z-index: 6;
    right: 0!important;
    text-align: center;
    overflow: hidden;
    z-index: 99;
  }
  .navbar-nav .dropdown-menu > li a {
    font-size: 18px;
    padding: 10px 0 20px!important;
  }
  header .navbar-nav > li .dropdown-menu a:hover {
    background: transparent!important;
    text-decoration: underline;
  }
  .navbar-nav .dropdown-menu > li {
    background: url("../images/footer-hr.png") no-repeat center bottom;
  }
  .navbar-nav .dropdown-menu > li:last-child { background: none; }
  .navbar-nav .dropdown-menu > .close {
    position: absolute;
    top: 0;
    left: 20px;
    width: 100%;
    height: 44px;
    opacity: 1;
    text-align: left;
  }
  .navbar-nav .dropdown-menu > .close > a {
    font-size: 30px;
  }
  .navbar-nav .dropdown-menu > .close > a:before {
    content: '<';
    background: #b80916;
    padding: 10px 18px 8px;
    font-size: 16px;
    left: -5px;
    top: 0px;
    position: absolute;
    color: #fff;
    font-family: "Helvetica 45 CE";
  }
  
  
}

@media (max-width: 991px) {
  .navbar-header { float: none; }
  .navbar-toggle { display: block; }
  .navbar-collapse.collapse { display: none!important; }
  .navbar-collapse.collapse.in { display: block!important; }
  .navbar-nav { float: none!important; }
  .navbar-nav>li { float: none; }
}
.nav li {
  padding: 0;
  margin: 0;
}

.nav a {
  color: #47444b;
  font-family: 'ArabicTypesetting';
  font-size: 24px;
  text-transform: uppercase;
  text-shadow: none!important;
  padding: 0 25px!important;
  margin: 0;
}


@media (min-width: 768px) and (max-width: 991px) {
  header div#logo {
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .nav a {
    font-size: 20px;
    padding: 0 5px!important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  header div#logo { width: 20%; }
  .nav a {
    font-size: 25px;
    padding: 0 10px!important;
  }
}

.nav a:hover,
.nav a:active,
.nav a.active {
  color: #000;
  background: none!important;
}

.nav .bot-left {
  position: relative;
  top: 33px;
  left: 9px;
  opacity: 0.5;
  width: 96%;
}

.nav .bot-left:before, 
.nav .bot-left:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
}
.nav .bot-left:before {
  top: -3px;
  width:0px;
  background-color: #575757;
}
.nav .bot-left:after {
  right: -3px;
  height: 1px;
  background-color: #575757;
}

.nav .bot-right {
  position: relative;
  top: 33px;
  left: 11px;
  opacity: 0.5;
  width: 95%;
}
.nav .bot-right:before, 
.nav .bot-right:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
}

.nav .bot-right:before {
  top: -3px;
  width:0px;
  background-color: #575757;
}
.nav .bot-right:after {
  right: -3px;
  height: 1px;
  background-color: #575757;
}



ul.info-box {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9;
  right: 255px;
  top: 132px;
}
ul.info-box > li {
  list-style: none;
  display: inline-block;
  width: 31px;
  height: 31px;
  margin: 0 2px;
  cursor: pointer;
}

@media (min-width: 491px) and (max-width: 768px) {
	ul.info-box {
    z-index: 9;
    left: 14px;
    top: 85px;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	ul.info-box {
    z-index: 9;
    left: 29px;
    top: 85px;
	}
}

@media (max-width: 490px) and (min-width: 1px) {
ul.info-box {
    z-index: 9;
    right: 15px!important;
    top: 79px;
}
}

/* Paralax effect */
.cd-main-content {
  height: 100%;
  position: relative;
  z-index: 1;
}

.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

@media only screen and (min-width: 1170px) {
  .cd-fixed-bg { background-attachment: fixed; }
}

.cd-scrolling-bg {
  position: relative;
/*  min-height: 100%;*/
  z-index: 2;
}




@media (min-width: 991px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 24px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}