html {
  scroll-behavior: smooth; 
}

#wrapper{
  min-width: 1280px;
  max-width: 1920px;
  margin: 0 auto;
}

.clearfix{
  clear: both;
}

.btn{
  background: #007c9f;
  color: #fff;
  text-decoration: none;
}

.btn:hover{
  background: #0099c4;
  color: #fff;
}

.sfshd{
  box-shadow: 0 0 5px #a6a6a6;
}

.bold{
  font-weight: bold;
}

header{
  height: 510px;
  background: url('/assets/img/headerbg.jpg') center bottom #000;  
  font-family: Bookman Old Style;
  /*color: #fff;*/
}

#headernav{
  height: 90px;
  /*background: #fff;*/
}

header h1{
  /*padding: 15px 0 0 20px;
  line-height: 33px;
  font-size: 3em;
  font-style: italic;
  float: left;*/
  display: none;
}

header h1 span{
  font-size: 0.5em;
  padding-left: 11px;
}

#topbanner{
  margin-top: 73px;
  text-align: center;
}

#headerlogo{
  height: 150px;
  width: 325px;
  padding: 15px 0 0 15px;
  float: left;
}

#topbanner h2{
  background: #555;
  padding-bottom: 4px;
  font-size: 3em;
}

#menu{
  /*width: 915px;
  margin: 0 auto;
  text-align: center;*/
  float: left;
}

#menu ul{
  display: inline-block;
  height: 90px;
  margin: 0;
  padding: 35px 0 0 0;
  font-size: 18px;
}

#menu ul li{
  list-style-type: none;
  padding: 0 26px;
  float: left;
}

#menu a{
  text-decoration: none;
  /*color: #000;*/
  color: #fff;
  text-shadow: 0 0 6px #000;
}

#menu .active, #menu .active a{
  color: #fff;
  color: #fff;
  background: #000;
  font-weight: bold;
}

#headercontacts{
  float: right;
  /*clear: left;*/
  clear: right;
  /*margin-top: -90px;*/
  padding-right: 20px;
}

header #headercontacts a{
  text-decoration: none;
  /*color: #000;*/
  color: #fff;
  font-family: Georgia;
  font-style: italic;
  font-size: 36px;
}

#headercontacts .social{
  height: 24px;
  text-align: right;
}

#headercontacts .social a{
  display: inline-block;
  height: 24px;
  width:  24px;
}

.social .instagramm{
  background: url("/assets/img/instagram-icon.jpg") no-repeat;
}

.social .whatsapp{
  background: url("/assets/img/whatsapp_logo.jpg") no-repeat;
}

section{
  padding: 30px;
  clear: both;
}

section table{
  margin: 0 auto;
}

.sectiontitle{
  margin-bottom: 25px;
  font-family: Century Gothic;
  font-size: 24px;
  font-style: italic;
  text-transform: uppercase;
}

.servicetitle{
  margin-bottom: 25px;
  padding: 4px 0;
  background: #007c9f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-family: Century Gothic;
}

.servicecont{
  min-height: 377px;
  width: 1200px;  
  margin: 0 auto 60px auto;  
}

tr .servicecont{
  min-height: 100px;
  width: 600px;
  margin: 0;
  text-align: center;
}

tr .servicecont img{
  margin: 0 5px;
}

.srvdescr{
  float: left;
  width: 500px;
  text-align: center;
}

.srvdescr .price{
  font: italic 3em Georgia;
  color: #424242;  
}

.srvdescr ul{
  text-align: left;
}

.srvdescr li{
  list-style: none;
}

.srvdescr li::before {
  content: "•";
  color: #007c9f;
  display: inline-block; width: 1em;
  margin-left: -1em;
  font-weight: bold;
  font-size: 1.1em;
}

a.btn{
  margin-left: 150px;
  /*padding: 5px 12px;*/
  padding: 1px 12px 5px 12px;
  border-radius: 8px;  
  font-size: 20px;
}

.srvposter{
  width: 700px;
  float: left;
  text-align: center;
}


.contactsbagewrapper{  
  position: relative;
  width: 350px;
  height: 400px;  
  margin-bottom: -400px;
  padding: 80px 0 0 160px;
  z-index: 100;
}

.contactsbage{
  width: 350px;
  height: 200px;
  padding: 20px;
  background: #fff;  
  border-radius: 8px;
  box-shadow: 2px 2px 13px #828282;
  text-align: center;
}

/*Magnific-popup*/

.white-popup{
  position: relative;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  background: #FFF;
  text-align: center;
}

.white-popup img{
  margin: 4px;
}

#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}

.gallery-wrapper{
  overflow: hidden;
  max-height: 360px;
}

.gallery-cont{
  text-align: center;
}

.gallery-cont img{
  margin: 5px 4px;
  border-radius: 5px;
  box-shadow: 0 0 4px #000000ad;
}

.mCS-blue .mCSB_dragger .mCSB_dragger_bar{
  background-color: #007c9f;
} 

.mCS-blue .mCSB_draggerContainer:hover .mCSB_dragger_bar{
  background-color: #009fcc;
}

.mCS-blue .mCSB_scrollTools_onDrag .mCSB_dragger_onDrag .mCSB_dragger_bar{
  background-color: #006380;
}