.skyblue {
    color: #77cadaff;
}
.title-desc {
    font-size: 15px;
    color: #999999;
    padding: 0 0 10px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 15px;
    font-family: "Georgia";
    font-style: italic;
    line-height: 28px;
}
.block {
    margin-bottom: 0px;
}
.footer .footer-center {
    padding: 45px 0 15px;
    /*background: #1c242d!important;*/
    background: url(/sites/tp.pte.hu/files/gbb-uploads/web-bg-5x0tnb.png) repeat center center transparent;
    color: #ccc;
    line-height: 28px;
}
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;
}
body .body-page a {
    color: #429ea6;
}
body .body-page a:hover {
    color: #77c9da;
}
.container.header-content-layout {
    width: 100%;
}