.skyblue {
    height: 80px;
    text-align: center;
    padding-top: 10px;
    color: #CEDC28;
}
.skyblue a {
    color: #CEDC28;
}
.news-body {
    min-height: 150px;
    padding-top: 10px;
}
.title-desc {
    font-size: 20px;
    color: #999999;
    padding: 0 0 10px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 15px;
    font-family: 'Archivo Narrow'!important;
    font-style: normal !important;
    line-height: 28px;
}
.block {
    margin-bottom: 0px;
}
img.tiplogo {
    height: 90px;
}
.navigation .gva_menu {
    float: unset;
}
ul.inline {
    list-style: none !important;
}
.breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style {
    min-height: 100px;
}
.breadcrumb-content-inner .gva-breadcrumb-content .breadcrumb-links nav.breadcrumb li {
    font-size: 20px;
}
.group-left img {
    padding: 15px;
}
.gallery-posta {
  position: relative;
  display: block;
  width: 100%;
}

.gallery-posta .image {
  overflow: hidden;
}
.gallery-posta .image img {
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
}

@media (max-width: 680px) {
  .gallery-posta a.link-image {
    display: none;
  }
}
.gallery-posta:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-posta:hover .link-image {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-posta:hover img {
  -webkit-transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  -o-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
}
.widget.gsc-team.team-circle .team-body {
   height: auto;
}
.menl-logo {
    position: relative;
    top: 20px;
    float: left;
    left: 20px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
}

.menl-logo .hidden {
    opacity: 0;
}