body {
/*    background-image: linear-gradient(to top, #ecedee 0%, #eceeef 75%, #e7e8e9 100%);*/
    min-height: 100vh;
    font: normal 16px sans-serif;
    padding: 0px 0;
}


/*////// media dive ///////*/


div.desc {


}

@media screen and (max-width: 768px) {
  div.desc {
    display: none;
  }
}

/*////*/

div.phone {
   display: none;

}

@media screen and (max-width: 768px) {
  div.phone {
  display: block;
  }
}

/*////////////////////////*/

.vv img {
  width: 100%;
  height: auto;
}

.bg {

  padding: 128px;
  text-align: center;
  background-image: url(13.jpg);
  color: #1f1f1f00;
  font-size: 30px;
}




.header {
  background-image: url(bg-header.jpg);
  overflow: hidden;
  background-color: #333333;
  padding: 20px 10px;
}

.header a {
  float: left;
  color: black;
  text-align: center;

  text-decoration: none;
    font-size: 35px;
    line-height: 54px;
  border-radius: 4px;
}

.header a.logo {

  font-size: 25px;
  font-weight: bold;
}

.header a:hover {

  color: black;
}
/*////////////////*/
a.active:before {
    vertical-align: top;
    padding: 6px;
    font-size: 16px;
    color: white;
    content: "\f879";
    margin-right: 11px;
    border-radius: 60px;
    border: 2px;
    border-style: solid;
border-color: white;}
/*////////////////*/
.header a.active {

  color: white;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {

a.active:before {
    vertical-align: top;
    padding: 6px;
    font-size: 11px;
    color: white;
    content: "\f879";
    margin-right: 11px;
    border-radius: 60px;
    border: 2px;
    border-style: solid;
border-color: white;}



  .header a {
    float: none;
    font-size: 23px;
    text-align: left;
  }
  
  .header-right {
    float: right;
  }
.bg {
  padding-bottom: 115px;
  background-image: url(12.jpg);

}

}



.icon-bar {
  z-index: 3;
  position: fixed;
  top: 78%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  margin-left: 10px;
  display: block;
  text-align: left;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  border-radius: 37px;
}
/* icons */
.cwaze a:hover{
    padding-left: 34px !important;
}
.cphone a:hover{
    padding-left: 34px !important;
}
/*      */

.waze {
  background: rgba(51, 54, 101, 0.64);
  color: white;
}


.twitter {
  background: #33CC66;;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

.phone{
  background: #bb0000;
  color: white;
}











/*/////////////////////////////////////*/
.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
 /*   border-radius: 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);*/
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 30px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 4px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}