/**
Synapse - adaptive theme
.col-xs- <544px Extra small
.col-sm- ≥544px Small
.col-md- ≥768px Medium
.col-lg- ≥992px Large
.col-xl- ≥1200px Extra large
Gutter width	1.875rem / 30px (15px on each side of a column)
*/
/** Header */
header {
  position: fixed;
  width: 100%;
  z-index: 20;
}

@media (min-width: 1200px) {
  #header .container {
    max-width: 1200px;
  }
}

/** Menu */
.nav a{
  text-decoration: none;
  color: #6f6f6f;
}

#header-info .header-phone{

display: flex;
flex-direction: column;
align-items: center;
width: 100%;
height: auto;

right: auto;
}

#header-info .row {
  display: flex;
  justify-content: center;
}
#header-info .header-phone span{
  margin-right: 0;
}

#header-info .phone {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}

#header-info button{
  margin: 1rem;
}

#small-menu {
  text-align: center;
  padding: 10px 0 10px;
  clear: both;
  border-top: #fff solid 1px;
}
#small-menu a {
  padding: 8px 15px 8px;
  display: block;
}
#small-menu .active a {
  color: #000;
}
#small-menu .active {
  background: none !important;
}
/** On Scroll */
.appear-onscroll {
  top: -56px;
  opacity:0;
  overflow: hidden;
  transition: all 0.6s;
}

@media (max-width: 992px){
  .appear-onscroll {
    top: 0px;
    opacity:1;
    max-height: none;
  }
  #top{
    margin-top: 56px;
    display: block;
  }
}

/** Small */
#header-info {
  padding: 10px 0;
  border-bottom: #fff solid 1px;
  background: url('/themes/adaptive/images/green_sharped_bg.jpg') repeat;
}
#header-small {
  padding: 8px 3px 2px;
}
#header-small .logo-small img{
  height: 41px;
  margin-bottom: 5px;
}

/** Full  */
/*#header-full {
  padding: 8px 3px 2px;
}*/
#header-full .phone {
  padding-top: 6px;
  display: inline-block;
}
#header .logo-full{
  position: absolute;
  left: 100px;
}
#header-small {
  background: url('/themes/adaptive/images/green_sharped_bg.jpg') repeat;
  border-bottom: 2px solid #788846;
}
#header-full .container {
  background: url('/themes/adaptive/images/green_sharped_bg.jpg') repeat;
  padding-left: 3%;
  padding-right: 3%;
  border-bottom: 2px solid #788846;
}
#header-small .social {
  margin: 5px 10px 0 0;
}

#header-onepage{
  padding: 9px 0 3px;
}

#header-full .nav-inline li{
  display: inline-block;
}
#header-full nav li {
  padding: 5% 14px 2% 14px;
}

/** Toggler */
.nav-togglers{
  padding-top: 0px;
}
.nav-toggler {
  position: relative;
  width: 44px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
  border: 2px solid #412410;
  margin-left: 6px;
  color: #412410;
  background: none;
}
.nav-toggler:focus{
  outline: none;
}
.nav-toggler.collapsed{
  color: #fff;
  border-color: #fff;
}

.nav-toggler .icon-bar + .icon-bar {
  margin-top: 0;
}

.nav-toggler .icon-bar {
  position: absolute;
  height: 3px;
  transition: all 0.5s;
  background-color: #412410;
  display: block;
  border-radius: 1px;
}
.nav-toggler.collapsed .icon-bar {
  background-color: #fff;
}

.nav-toggler .icon-bar-top {
  transform: rotate(-45deg);
}
.nav-toggler .icon-bar-bottom {
  transform: rotate(45deg);
}


/** Menu */
.nav-menu .icon-bar {
  left: 5px;
  top: 17px;
  width: 30px;
}

.nav-menu .icon-bar-middle {
  opacity: 0;
  left: -30px;
  top: 17px;
}
.nav-menu.collapsed .icon-bar-middle {
  opacity: 1;
  left: 5px;
}

.nav-menu.collapsed .icon-bar-top {
  transform: rotate(0);
  top: 8px;
}
.nav-menu.collapsed .icon-bar-bottom {
  transform: rotate(0);
  top: 26px;
}

/** Info */
.nav-info {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px;
}

.nav-info.collapsed {
  width: 41px;
}
.nav-info .icon-bar {
  left: 3px;
  top: 17px;
  width: 30px;
  opacity: 1;
}
.nav-info{
  background: transparent;
}
.nav-info.collapsed{
  background: url(../images/icongdgb.png)no-repeat center;
  background-size: auto;

}
.nav-info.collapsed .icon-bar {
  opacity: 0;

}
.nav-info.collapsed .icon-bar-top {
  transform: rotate(90deg);
  top: 8px;
  width: 3px;
  left: 17px;
}

.nav-info.collapsed .icon-bar-bottom {
  transform: rotate(90deg);

  top: 20px;
  width: 15px;
  left: 11px;
}

#main-menu .classic-menu-dropdown {
  position: relative;
}
#main-menu .classic-menu-dropdown ul {
  left: 0/*rtl:auto*/;
  min-width: 175px;
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  padding: 10px 5px;
  background-color: #ffffff;
  margin: 0;
  border: 1px solid #eee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: display 0.6s;
}

#main-menu .classic-menu-dropdown ul li {
  line-height: 1.5em;
}
#main-menu .classic-menu-dropdown:hover ul {
  display: block;
  position: absolute;
}

#main-menu a {
  font-family: 'pf_din_text_comp_promedium';
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 19px;
  border-bottom: 2px solid #c7d0a8;
}
#main-menu a:hover {
  border-bottom: 2px solid transparent;
}

#main-menu .menu-item.active {
  background: url(/themes/adaptive/images/brown_sharped_bg.jpg) repeat scroll center 0;
}


.region-menu-main{
  width: 72%;
  margin-left: 121px;
  text-align: center;
  display: inline-block;
}

/* call*/

.phone .btn-outline-primary{
  color: #ffffff;
  font-size: 19px;
  text-decoration: none;
  font-family: "pf_din_text_comp_promedium";
  background: #6c4225;
  border: none;
  border-bottom: 3px solid #412410;
  border-radius: 7px;
  padding: 3px 15px;
}

.phone .btn-outline-primary:hover {
    background: #5e7c41;
    border-bottom: 3px solid #355219;
}

.header-phone{
    width: 134px;
    right: 159px;
    height: 4px;
    white-space: nowrap;
    position: relative;
}

.header-phone a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin: 0 0 5px 0;
    line-height: 24px;
    font-size: 25px;
    text-align: right;
    color: #fff;
    text-decoration: none;
    font-family: 'pf_din_text_comp_promedium';
}

.header-phone span {
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'dincondensedcregular';
    margin-right: 15px;
    position: relative;
    z-index: 100;
    }

.page-node-281 .header-phone span,
.path-kontakty .header-phone span {
  color: #fff !important;
}

header .contact-message-callback-form h2 {
  font-size: 25px;
  margin: 0 0 10px 0;
}
header .contact-message-callback-form label {
  display: none;
}
header .contact-message-callback-form .form-control {
  background: #9daf5d;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  line-height: 19px;
  height: 40px;
  margin: 0px;
  padding: 11px 13px 10px;
}
header .contact-message-callback-form .form-submit {
  background: #6c4225;
  border: 0;
  border-bottom: 3px solid #412410;
  border-radius: 7px;
  color: #ffffff;
  font-family: "pf_din_text_comp_promedium";
  font-size: 19px;
  padding: 3px 15px;
}
header .contact-message-callback-form .form-submit:hover {
  background: #5e7c41;
  border-bottom: 3px solid #355219;
}

.modal-dialog .form-item-field-form-time-0-value {
  overflow: hidden;
}
.modal-dialog .form-item-field-form-time-0-value label {
  font-size: 13px;
  color: #795237;
  line-height: normal;
  width: 90px;
  display: block;
  float: left;
}
.modal-dialog .form-item-field-form-time-0-value input {
  width: 225px;
  float: right;
}

#header-full > .container {
  position: relative;
}
#header-full .social {
  position: absolute;
  right: 235px;
  top: 35px;
  z-index: 10;
}
#header .whatsapp {
  background: url(../images/social/whatsap-30.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
  display: block;
  transition: opacity 200ms linear;
}
#header .whatsapp:hover {
  opacity: 0.8;
}
/*#header-full > .container:after {
  content: '';
  position: absolute;
  background: url(../images/lapa.png) no-repeat 0 -58px;
  background-size: 276px 199px;
  height: 199px;
  width: 276px;
  z-index: 1;
  top: 0;
  left: 0px;
}*/

#header .logo-full {
  z-index: 2;
}
