
html {
  scroll-behavior: smooth;
}

.c-btn,
.blueboxes__wrapper,
.price__box,
.location__box {
  border-radius: 20px;
}

.page, .order_page {
  min-height: 800px;
}

.page .content h3 {
    font-family: "Montserrat-Regulas", Helvetica, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 140%;
    margin-top: 30px;
    margin-top: 3rem;
    text-transform: none;
    text-align: left;
    color: #666;
    font-weight: bold;    
}

.location__box {
  z-index: 999;
}

.menu ul li ul {
    position: absolute;
    top: 55px;
    left: 0px;	
    display: none;
    _xwidth: 160px;
    z-index: 99999;	
}

.menu ul li ul li {
    display: block;
    line-height: 20px;
    width: 250px;
    _Xheight: 30px;
    padding: 0px 0px 0px 0px;
    background-image: none;
    position: relative;
    color: #145494;
    background-color: #ececec;
    border: 0px #145494 solid;	
    _xborder-left: 1px #b5b7b9 solid;
    _xborder-right: 1px #b5b7b9 solid;
    _xborder-bottom: 1px #eeeeee solid;
    z-index: 99999;
}

.menu ul li ul li a {
    _xwidth: 142px;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.menu li:hover ul {
    display: block;
}

/* GALERIE */

.images {
  margin-left: -15px;
  margin-right: -15px;
}
.images:before, .images:after {
  content: " ";
  display: table;
}
.images:after {
  clear: both;
}
.images:before, .images:after {
  content: " ";
  display: table;
}
.images:after {
  clear: both;
}
.images__col {
  position: relative;
  float: left;
  width: 50%;  
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .images__col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .images__col {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .images__col {
    float: left;
    width: 25%;
  }
}
.images__item {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.images__item:hover .images__img {
  border: 8px solid #666;
}
.images__img {
  max-width: 100%;
  height: auto;
  border: 8px solid #ececec;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-height: 300px;
}
.images__name {
  display: block;
  width: 100%;
  margin-top: 0.4em;
  overflow: hidden;
  text-wrap: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}
