a.white:hover {
  color: white
}

.map {
  width: auto;
  height: 450px;
}

.logo-gamoldes {
    max-width: 140px !important;
}

.header-logo-gamoldes {
    margin-top: 0px !important;
}
.header-logo-gamoldes img {
    width: 100%;
}

.col-divider-max {
  max-height: 250px;
  margin-top: 50px;
  margin-bottom: 80px;
}

.list-flags {
  margin-left: 15px;
  display: inline-flex !important;
  margin: 0;
}
.list-flags a {
  padding: 35px 5px !important;
}

@media (max-width: 990px) {
  .list-flags {
    margin-left: 0;
    display: inline-flex;
    display: flex;
    flex-direction: row;
    padding: 10px;
    justify-content: center;
  }
  .list-flags a {
    padding: 15px 25px !important;
  }
}

img.img-responsive {
    max-width: 100%;
    width: 100%;
}

.ce-feature-box-53 > .img-responsive {
  max-height: 240px;
}

.ce-feature-box-53 > a > .img-responsive {
  max-height: 240px;
}

.ce-feature-box-2 .icon, .ce-feature-box-2 .title, .ce-feature-box-2 .content {
    color: #337ab7;
    opacity: 1;
}

span.services-img img {
  max-height: 65px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ce-feature-box-5.margin-bottom {
    max-height: 285px;
}

.cbp-filter-item.bg-gray {
  background: #ececec;
  font-weight: 800;
}

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}