﻿html {
  font-size: 6px;
}
@media (min-width: 768px) {
  html {
    font-size: 7px;
  }
}
@media (min-width: 2200px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: 'Roboto', sans-serif;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 2560px;
}
.navbar-default {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  border: none;
  border-bottom: 1px solid #dadbdc;
  margin-bottom: 0;
  border-radius: 0;
}
.navbar-default .navbar-header {
  height: 90px;
}
@media (min-width: 1200px) {
  .navbar-default .navbar-header {
    height: 95px;
  }
}
.navbar-default .navbar-toggle {
  margin-top: 25px;
}
.navbar-default .navbar-collapse {
  margin-left: 0;
  margin-top: 15px;
  margin-right: 15px;
}
.navbar-default .navbar-brand {
  padding-top: 3px;
}
.navbar-default .navbar-brand img {
  max-height: 80px;
}
@media (min-width: 1200px) {
  .navbar-default .navbar-brand {
    padding-top: 10px;
  }
  .navbar-default .navbar-brand img {
    max-height: none;
  }
}
@media (max-width: 500px) {
  .navbar-default .navbar-brand img {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-brand {
    padding-top: 3px;
    /*padding-top: 27px;*/
    padding-left: 10px;
    padding-bottom: 27px;
  }
}
.navbar-default .navbar-nav > li > a {
  font-size: 2.3rem;
  color: #231f20;
  color: #564e43;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 3.5rem 1.5rem;
  }
}
@media (min-width: 1300px) {
  .navbar-default .navbar-nav > li > a {
    padding: 3.5rem 2rem;
  }
}
.navbar-default .navbar-nav > li > a.lang-en {
  margin-left: 0px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a.lang-en {
    margin-left: 30px;
    margin-top: 0px;
    padding: 3.5rem 0.7rem;
  }
}
@media (min-width: 1300px) {
  .navbar-default .navbar-nav > li > a.lang-en {
    padding: 3.5rem 0.7rem;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a.lang-el {
    padding: 3.5rem 0.7rem;
  }
}
@media (min-width: 1300px) {
  .navbar-default .navbar-nav > li > a.lang-el {
    padding: 3.5rem 0.7rem;
  }
}
.navbar-default .navbar-nav > li.selected > a,
.navbar-default .navbar-nav > li:hover > a {
  color: #00b1eb;
}
@media (min-width: 1200px) {
  .navbar-default .navbar-collapse .collapse-custom ul {
    display: none !important;
  }
}
.navbar-default .collapse-custom ul {
  list-style-type: none;
  padding-top: 1rem;
  padding-left: 0;
}
.navbar-default .collapse-custom ul > li > a {
  display: inline-block;
  color: #04070e;
  font-size: 2rem;
  padding: 1rem 1.5rem;
}
.submenu {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 1199px) {
  .submenu {
    display: none !important;
  }
}
.submenu .inner ul {
  padding: 3rem 0;
}
.submenu ul {
  position: relative;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  list-style-type: none;
}
.submenu ul > li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.submenu ul > li > a {
  font-size: 2.1rem;
  color: #58595b;
  font-weight: 500;
}
.submenu .icon {
  display: inline-block;
  width: 58px;
  margin-right: 35px;
}
.submenu .title {
  font-size: 8rem;
  color: #231f20;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.submenu .title .inner {
  opacity: 0;
}
.submenu .title span,
.submenu .title .blue {
  color: #00b1eb;
}
.submenu .title .red {
  color: #f15a29;
}
.top-header {
  margin-top: 90px;
}
@media (min-width: 1200px) {
  .top-header {
    margin-top: 95px;
  }
}
.lSAction {
  visibility: hidden;
}
@media (min-width: 992px) {
  .lSAction {
    visibility: visible;
  }
}
.menu-top-container:hover::after,
.menu-top-container.open::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 12px;
  background: #27aae1;
  background-color: #23201b;
  z-index: 10;
}
.menu-top {
  /*height: 147px !important;*/
  /*padding-bottom: 12px !important;*/
}
@media (min-width: 2200px) {
  .menu-top {
    /*height: 227px !important;*/
  }
}
.menu-top > li {
  /*height: 100% !important;*/
  /*flex-direction: column;*/
}
.menu-top > li:nth-child(odd) {
  background: #726658;
}
.menu-top > li:nth-child(even) {
  background: #564e43;
}
.menu-top > li:hover {
  background: #27aae1;
  background-color: #23201b;
  opacity: 0.9;
}
.menu-top > li.selected {
  background: #27aae1;
  background-color: #23201b;
}
.menu-top .square-slide {
  padding: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.menu-top .square-slide-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.menu-top .icon-container {
  display: flex;
  height: 100%;
}
@media (min-width: 992px) {
  .menu-top .icon-container {
    height: 65%;
  }
}
.menu-top .title {
  display: none;
  height: 30%;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  /*@media(min-width: @bs-sm) {
            font-size: 13px;
        }*/
}
@media (min-width: 992px) {
  .menu-top .title {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .menu-top .title {
    display: block;
    font-size: 13px;
  }
}
@media (min-width: 1350px) {
  .menu-top .title {
    display: block;
    font-size: 14px;
  }
}
@media (min-width: 2200px) {
  .menu-top .title {
    display: block;
    font-size: 14px;
  }
}
.menu-top .title span {
  display: block;
  padding: 3px;
}
.carousel-1 {
  height: calc(100vw*9/16);
  max-height: calc(100vh - 230px);
  min-height: 230px;
}
@media (min-width: 1200px) {
  .carousel-1 {
    max-height: calc(100vh - 230px);
  }
}
@media (min-width: 2200px) {
  .carousel-1 {
    max-height: calc(100vh - 320px);
  }
}
.carousel-1::after {
  content: "";
  background: linear-gradient(transparent, #111);
  height: 40px;
  position: absolute;
  opacity: 0.3;
  bottom: 0;
  right: 0;
  left: 0;
}
.carousel-1 .carousel-inner,
.carousel-1 .item {
  height: 100%;
}
.carousel-1 .item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel-1 .video .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1.3);
  background-color: #58595b;
}
.carousel-1 .carousel-control {
  background: none;
}
.carousel-2 .carousel-control {
  font-size: 40px;
}
.carousel-control {
  display: flex;
  align-items: center;
  width: 8%;
  opacity: 0.8;
}
.carousel-control .icon-left::before,
.carousel-control .icon-right::before {
  font-weight: 500;
  font-size: 5.5rem;
}
.carousel-control .icon-left::before {
  content: "\3008";
}
.carousel-control .icon-right::before {
  content: "\3009";
}
.carousel-control.right {
  justify-content: flex-end;
}
.carousel-caption {
  left: 5%;
  right: 5%;
  text-align: left;
  color: #fff;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .carousel-caption {
    left: 10%;
    right: 10%;
  }
}
.carousel-caption .bannerBigText {
  font-size: 4.5rem;
  font-weight: 300;
  color: #fff;
}
@media (min-width: 992px) {
  .carousel-caption .bannerBigText {
    font-size: 8rem;
  }
}
.carousel-caption .bannerSmallText {
  font-size: 1.9rem;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 992px) {
  .carousel-caption .bannerSmallText {
    font-size: 2.3rem;
  }
}
.section-1 > div {
  display: none;
  margin-bottom: 12px;
}
.section-1 .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section-1 .row {
    flex-direction: row;
  }
}
.section-1 .left {
  padding-top: 10rem;
  padding-left: 8rem;
  padding-right: 8rem;
}
@media (min-width: 2200px) {
  .section-1 .left {
    padding-top: 19rem;
    padding-left: 16rem;
    padding-right: 16rem;
  }
}
.section-1 .right {
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .section-1 .right {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .section-1 .right {
    min-height: 70rem;
  }
}
.section-1 h1 {
  font-size: 8rem;
  color: #231f20;
  text-align: center;
  font-weight: 900;
  margin-bottom: 2rem;
}
.section-1 .title-2 {
  color: #27aae1;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 8rem;
}
.section-1 .content {
  font-size: 17px;
  color: #414042;
  line-height: 1.294;
  font-weight: 300;
}
.section-1 .more {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-top: 8rem;
  margin-bottom: 17rem;
}
.section-1 .more a {
  color: #f15a29;
}
.section-2 {
  background: url(/images/media/section-2.jpg) center / cover;
  padding-top: 5rem;
  margin-top: -12px;
  width: 100%;
}
.section-2 img {
  max-width: 200px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .section-2 img {
    max-height: 150px;
  }
}
@media (min-width: 992px) {
  .section-2 img {
    max-height: 200px;
  }
}
@media (min-width: 1200px) {
  .section-2 img {
    max-height: none;
  }
}
@media (min-width: 768px) {
  .section-2 {
    display: flex;
    align-items: center;
  }
  .section-2 .left {
    width: 30%;
  }
  .section-2 .right {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section-2 img {
    max-width: none;
  }
}
.section-2 .content {
  font-size: 4rem;
  font-weight: 300;
  color: #414042;
  line-height: 1.2;
  margin-top: 2rem;
  padding: 15px;
}
@media (min-width: 768px) {
  .section-2 .content {
    padding: 0;
  }
}
.section-2 .label-1 {
  font-size: 2.3rem;
  color: #f15a29;
  font-weight: 500;
  background: #fff;
  padding: 0.2rem 1rem;
}
.section-3 h2 {
  font-size: 8rem;
  color: #231f20;
  font-weight: 900;
  margin-top: 12rem;
  margin-bottom: 12rem;
  text-align: center;
}
.section-3 .main {
  /*display: flex;
        flex-wrap: wrap;*/
}
.section-3 .item {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section-3 .item .content {
    border-right: 1px solid #c0c2c4;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-3 .item:nth-child(2n) .content {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .section-3 .item:nth-child(3n) .content {
    border-right: none;
  }
}
.section-3 a {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.section-3 a .image-container {
  /*position: relative;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 75%;
}
.section-3 a:hover {
  text-decoration: none;
}
.section-3 a:hover .image-container::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-3 a:hover .title {
  color: #515151;
}
.section-3 .content {
  flex-grow: 1;
  text-align: center;
}
.section-3 .distance {
  display: inline-block;
  position: relative;
  padding: 0.5rem 2rem;
  background: #f15a29;
  font-size: 4rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  line-height: 1.066;
  font-weight: bold;
  margin-top: -5rem;
  margin-bottom: 1rem;
  z-index: 10;
}
.section-3 .distance small {
  font-size: 2.8rem;
  display: block;
}
.section-3 .title {
  color: #231f20;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}
.section-3 .title-2 {
  font-size: 1.9rem;
  font-weight: 300;
  color: #808285;
  line-height: 1.2;
  margin-bottom: 2.8rem;
}
.section-4 {
  background: #739ede url(/images/media/section-4-bg.jpg) bottom / cover;
  position: relative;
}
.section-4::after {
  content: "";
  background: linear-gradient(transparent, #000);
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.section-4 h2 {
  font-size: 8rem;
  font-weight: 900;
  color: #fff;
  padding-top: 14rem;
  padding-bottom: 13rem;
  margin-top: 0;
  text-align: center;
}
.section-4 .inner {
  padding: 20px 20px 0;
  background: #f3f0eb;
}
@media (min-width: 768px) {
  .section-4 .inner .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section-4 .inner [class*='col-'] {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-4 .inner [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-4 .photo {
  display: block;
  height: 42.8rem;
  background-size: cover;
  position: relative;
}
.section-4 .photo:hover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.section-4 .content {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  text-align: center;
  font-size: 2.7rem;
  color: #fff;
  font-weight: 500;
}
.section-4 .bottom {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 8rem;
  color: #fff;
  text-align: center;
  padding-top: 60rem;
  padding-bottom: 120rem;
}
.section-5 {
  background: #f3f0eb;
  padding: 15rem 5rem 16rem;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .section-5 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.section-5 .top-title {
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
}
.section-5 .top-title .inner {
  font-size: 3.3rem;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  height: 110px;
  background: #f15a29;
  padding: 1.5rem 3rem;
}
.section-5 .top-title .inner::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-top: 35px solid #f15a29;
}
.section-5 .top-title img {
  margin-right: 2rem;
  max-width: 50px;
}
@media (min-width: 768px) {
  .section-5 .top-title img {
    max-width: none;
  }
}
.section-5 .form-group-container {
  vertical-align: bottom;
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .section-5 .form-group-container {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .section-5 .form-group-container + .form-group-container {
    margin-left: 2rem;
  }
}
.section-5 .form-group {
  vertical-align: bottom;
  text-align: left;
}
@media (max-width: 767px) {
  .section-5 .form-group input {
    width: calc(100% - 13rem);
  }
}
@media (min-width: 768px) {
  .section-5 .form-group + .form-group {
    margin-left: 5rem;
  }
}
.section-5 input,
.section-5 select,
.section-5 .select2-selection {
  height: 10rem;
  border-radius: 0;
  border: none;
}
.section-5 input {
  display: inline-block;
}
@media (min-width: 768px) {
  .section-5 input {
    min-width: 30rem;
  }
}
.section-5 select,
.section-5 .select2-selection {
  min-width: 20rem;
}
.section-5 label {
  display: block;
  margin-bottom: 1.5rem;
}
.section-5 .form-control {
  font-size: 3rem;
  padding: 2rem;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .section-5 .form-control {
    max-width: 33rem;
  }
}
.section-5 form button {
  background: #fff;
  border: none;
}
.section-5 form button.btn.btn-default {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.8rem;
  background: #231f20;
  border-radius: 10px;
  padding: 3rem 4rem;
}
.section-5 form button.btn.btn-default:hover {
  background: #f15a29;
}
@media (min-width: 768px) {
  .section-5 form button.btn.btn-default {
    margin-left: 5rem;
  }
}
@media (min-width: 2200px) {
  .section-5 form button.btn.btn-default {
    padding: 3rem 9rem;
  }
}
.section-5 .button-calendar {
  width: 12rem;
  height: 10rem;
  vertical-align: bottom;
}
.section-5 .select2 {
  width: 100%;
}
.section-5 .select2 .select2-selection__rendered {
  display: inline-block;
  font-size: 3rem;
  padding: 3rem 2rem;
  height: 10rem;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .section-5 .select2 {
    max-width: 200px;
  }
}
.section-7 h2 {
  font-size: 8rem;
  font-weight: 900;
  color: #231f20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
  padding: 0 4rem;
}
.section-7 .instagram {
  font-size: 3.5rem;
  font-family: "Roboto Condensed";
  color: #231f20;
  font-weight: bold;
  margin-left: 2rem;
}
.section-7 .content {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.section-7 .content > .item {
  width: 50%;
}
@media (min-width: 992px) {
  .section-7 .content > .item {
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .section-7 h2 {
    flex-direction: row;
  }
  .section-7 .instagram {
    position: absolute;
    right: 20px;
  }
}
.section-8 h2 {
  font-size: 6rem;
  font-weight: 900;
  color: #231f20;
  text-align: center;
  margin-top: 11rem;
}
.section-8 h2 .counter {
  font-weight: 300;
}
.section-8 .gallery-container {
  margin: 8rem 8rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .section-8 .gallery-container {
    margin-left: 12rem;
    margin-right: 12rem;
  }
}
.section-8 .gallery-container .previous,
.section-8 .gallery-container .next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 30px;
}
.section-8 .gallery-container .previous a,
.section-8 .gallery-container .next a {
  color: #000;
  text-decoration: none;
}
.section-8 .gallery-container .previous {
  left: -7rem;
}
.section-8 .gallery-container .next {
  right: -7rem;
}
.section-8 .footer-title {
  font-size: 1.7rem;
  color: #231f20;
  font-weight: bold;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 13rem;
}
.section-blog {
  background: #f3f0eb;
  border-bottom: 1px solid transparent;
}
.section-blog [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.section-blog .top {
  padding: 2rem;
  background: #27aae1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-blog .top {
    padding: 3rem 12rem 4rem;
    align-items: center;
    flex-direction: row;
  }
}
.section-blog h1 {
  color: #fff;
  font-weight: 900;
  /*font-size: 8rem;*/
  margin: 0;
}
.section-blog > h2 {
  color: #231f20;
  font-weight: 900;
  font-size: 6rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
  margin: 0;
}
.section-blog > .main {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .section-blog > .main {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.section-blog .intro {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.section-blog .intro p {
  color: #414042;
  font-weight: 300;
  font-size: 2.3rem;
}
.section-blog .intro-2 {
  display: flex;
  margin-top: 8rem;
  margin-bottom: 8rem;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .section-blog .intro-2 {
    flex-direction: row;
    align-items: center;
  }
}
.section-blog .intro-2 .filters {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-blog .intro-2 .filters {
    text-align: right;
  }
}
.section-blog .video {
  text-decoration: none;
  color: #f15a29;
  vertical-align: middle;
}
.section-blog .video .video-icon-text {
  font-size: 17px;
  font-weight: bold;
  line-height: 45px;
  margin-right: 2rem;
}
.section-blog .video .glyphicon {
  display: block;
  float: right;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: -7px;
}
.section-blog .video .video-icon {
  max-width: 50px;
}
@media (min-width: 1200px) {
  .section-blog .video .video-icon {
    max-width: none;
  }
}
.section-blog .filters {
  margin-bottom: 6rem;
}
.section-blog .filters .label {
  font-size: 2rem;
  color: #58595b;
  padding-left: 0;
}
.section-blog .filters .tag {
  display: inline-block;
  background: #fff;
  padding: 1rem 3rem;
  border-radius: 5px;
  font-size: 2.3rem;
  color: #333;
  text-decoration: none;
  margin-bottom: 1rem;
}
.section-blog .filters .tag.selected {
  color: #fff;
  background: #f15a29;
}
.section-blog .filters .tag:not(.selected):hover {
  color: #fff;
  background: #000;
}
.section-blog .filters .tag + .tag {
  margin-left: 1.5rem;
}
.section-blog .blog-item {
  display: flex;
  background: #fff;
  margin-bottom: 6rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section-blog .blog-item {
    flex-direction: row;
  }
}
.section-blog .blog-item > .main {
  padding: 2rem;
}
@media (min-width: 768px) {
  .section-blog .blog-item > .main {
    padding: 2% 10% 2%;
  }
}
@media (min-width: 1200px) {
  .section-blog .blog-item > .main {
    /*padding-top: 5%;*/
    padding-right: 20%;
  }
}
.section-blog .blog-item h2 {
  font-size: 4.4rem;
  color: #231f20;
  font-weight: bold;
}
.section-blog .blog-item .header-sub {
  color: #414042;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
@media (min-width: 2200px) {
  .section-blog .blog-item .header-sub {
    margin-bottom: 5rem;
  }
}
.section-blog .blog-item .image {
  background-size: contain;
  background-position: center center;
  border: 20px solid whitesmoke;
  background-color: whitesmoke;
  background-repeat: no-repeat;
  min-height: 40rem;
}
.section-blog .blog-item .content {
  font-size: 2.1rem;
  color: #414042;
  font-weight: 300;
}
.section-blog .blog-item .content-right {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .section-blog .blog-item .content-right {
    position: absolute;
    top: 0;
    right: 4rem;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 0;
  }
}
.section-blog .blog-item .read-more {
  font-size: 17px;
  color: #27aae1;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  /*> img {
				max-width: 30px;
				
				@media(min-width: @bs-xl) {
					max-width: none;
				}
			}*/
}
@media (min-width: 1200px) {
  .section-blog .blog-item .read-more {
    margin-top: 0;
  }
}
.section-blog .blog-item .read-more span.more {
  margin-left: 1rem;
  vertical-align: middle;
  color: #27aae1;
}
@media (min-width: 1200px) {
  .section-blog .blog-item .read-more span.more {
    display: block;
    margin-top: 1rem;
    margin-left: 0;
  }
}
.section-blog .blog-item .read-more span.plus {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #27aae1;
}
.section-blog .blog-item .read-more span.plus img {
  max-width: 30px;
  /*@media(min-width: @bs-xl) {
                        max-width: none;
                    }*/
}
.section-blog .blog-item .read-more span.glyphicon {
  color: #27aae1;
  font-size: 5rem;
  /*width: 68px;
                height: 68px;
                margin-left: auto;
                margin-right: auto;
                background-color: rgb(39, 170, 225);
                border-radius: 50%;*/
}
.section-blog .blog-item .content-bottom {
  margin-top: 2rem;
}
@media (min-width: 2200px) {
  .section-blog .blog-item .content-bottom {
    margin-top: 8rem;
  }
}
.section-blog .distance {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .section-blog .distance {
    top: 0;
    left: auto;
    right: -3.5rem;
    bottom: 0;
  }
}
.section-blog .distance .inner {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 4rem;
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #f15a29;
  line-height: 1.066;
}
.section-blog .distance .inner .line-2 {
  font-size: 2.8rem;
  display: block;
}
.section-blog-2 h1 {
  font-size: 8rem;
  color: #231f20;
  font-weight: 900;
  margin: 0;
}
.section-blog-2 h2 {
  font-size: 6rem;
  color: #231f20;
  font-weight: 900;
  margin-bottom: 4rem;
}
.section-blog-2 .top {
  padding: 7rem 3rem 4rem;
}
@media (min-width: 1200px) {
  .section-blog-2 .top {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}
@media (min-width: 768px) {
  .section-blog-2 .top {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .section-blog-2 .top .top-right {
    text-align: right;
  }
}
.section-blog-2 .breadcrumb {
  margin-bottom: 3rem;
}
.section-blog-2 .breadcrumb a,
.section-blog-2 .breadcrumb .active {
  color: #414042;
}
.section-blog-2 .breadcrumb > li + li::before {
  color: #414042;
}
.section-blog-2 .main {
  background: #f3f0eb;
  padding: 0 3rem 5rem;
}
@media (min-width: 768px) {
  .section-blog-2 .main {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}
.section-blog-2 .main h3 {
  color: #231f20;
  font-size: 3.1rem;
  font-weight: bold;
}
.section-blog-2 .main p {
  font-size: 16px;
  color: #231f20;
  font-weight: 300;
}
@media (min-width: 992px) {
  .section-blog-2 .main p {
    font-size: 2.1rem;
  }
}
.section-blog-2 .main2 {
  background: #f3f0eb;
  padding: 6rem 3rem 14rem;
}
@media (min-width: 1200px) {
  .section-blog-2 .main2 {
    padding-left: 13rem;
    padding-right: 13rem;
  }
}
@media (min-width: 992px) {
  .section-blog-2 .main-right {
    padding-left: 10rem;
  }
}
@media (min-width: 768px) {
  .section-blog-2 .gallery-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.section-blog-2 .gallery-container .title-2 {
  background: #726658;
  font-size: 19px;
  color: #ffffff;
  font-weight: 300;
  padding: 0.5rem;
  text-align: center;
}
.section-blog-2 .gallery-container .title {
  font-size: 2.3rem;
  color: #231f20;
  font-weight: bold;
  text-align: center;
  padding: 2rem 1rem 1rem;
  flex: 1;
  min-height: 12rem;
}
.section-blog-2 .gallery-container .date {
  font-size: 15px;
  color: #f15a29;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.section-blog-2 .gallery-container > div {
  margin-bottom: 30px;
}
@media (min-width: 2200px) {
  .section-blog-2 .gallery-container > div {
    padding: 0 30px 60px;
  }
}
.section-blog-2 .gallery-container > div .inner {
  background: #fff;
  height: 100%;
}
@media (min-width: 768px) {
  .section-blog-2 .gallery-container > div .inner {
    display: flex;
    flex-direction: column;
  }
}
.section-blog-2 .gallery-container > div .inner .image-container {
  /*position: relative;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-blog-2 .gallery-container > div .inner:hover {
  text-decoration: none;
}
.section-blog-2 .gallery-container > div .inner:hover .image-container::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-blog-2 .filters {
  margin-bottom: 6rem;
}
.section-blog-2 .filters .label {
  font-size: 2rem;
  color: #f15a29;
  padding-left: 0;
}
.section-blog-2 .filters .tag {
  display: inline-block;
  padding: 1rem 3rem;
  border-radius: 5px;
  font-size: 2.3rem;
  color: #333;
  text-decoration: none;
  margin-bottom: 2rem;
}
.section-blog-2 .filters .tag.selected {
  color: #fff;
  background: #f15a29;
}
.section-blog-2 .filters .tag:not(.selected) {
  border: 2px solid #231f20;
}
.section-blog-2 .filters .tag:not(.selected):hover {
  color: #fff;
  background: #231f20;
}
.section-blog-2 .filters .tag + .tag {
  margin-left: 1.5rem;
}
.section-blog-2 .nav-top {
  position: relative;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .section-blog-2 .nav-top {
    text-align: left;
  }
}
.section-blog-2 .nav-top::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #58595b;
  left: 15px;
  right: 15px;
  bottom: 0;
}
.section-blog-2 .nav-bottom {
  position: relative;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-blog-2 .nav-bottom {
    text-align: left;
  }
}
.section-blog-2 .nav-bottom::after,
.section-blog-2 .nav-bottom::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #58595b;
  left: 15px;
  right: 15px;
}
.section-blog-2 .nav-bottom::before {
  top: 0;
}
.section-blog-2 .nav-bottom::after {
  bottom: 0;
}
@media (min-width: 992px) {
  .section-blog-2 .nav-top-right {
    text-align: right;
  }
}
.section-blog-2 .button-container {
  display: inline-block;
}
.section-blog-2 .button-container a {
  font-size: 21px;
  color: #f15a29;
  text-decoration: none;
}
.section-blog-2 .button-container a > span {
  vertical-align: middle;
}
.section-blog-2 .button-container .fas {
  font-size: 5rem;
  vertical-align: middle;
}
.section-blog-2 .button-container .fa-angle-left {
  margin-right: 1rem;
}
.section-blog-2 .button-container .fa-angle-right {
  margin-left: 1rem;
}
.section-blog-2 .read-also {
  font-size: 3.1rem;
  color: #231f20;
  font-weight: bold;
  margin-bottom: 3rem;
}
.section-blog-2 .social {
  margin-top: 7rem;
  margin-bottom: 4rem;
}
.section-blog-2 .social .social-label {
  font-weight: bold;
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .section-blog-2 .social-top {
    float: right;
  }
}
.section-blog-2 .social-top .social-label {
  font-weight: bold;
  margin-right: 1rem;
}
.section-map {
  background: #f3f0eb;
  border-bottom: 1px solid transparent;
}
.section-map .top {
  display: flex;
  padding: 2rem;
  background: #27aae1;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-map .top {
    padding: 3rem 12rem 4rem;
    align-items: center;
    flex-direction: row;
  }
}
.section-map .top [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.section-map h1 {
  color: #fff;
  font-weight: 900;
  /*font-size: 4rem;*/
  margin: 0;
}
@media (min-width: 768px) {
  .section-map h1 {
    /*font-size: 8rem;*/
  }
}
.section-map > .main {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .section-map > .main {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.section-map > .main > .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-map > .main > .row {
    flex-direction: row;
  }
}
.section-map .button-top {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.section-map .download-map {
  color: #fff;
  font-size: 2.9rem;
  display: inline-flex;
  align-items: center;
  background: #ef4136;
  border-radius: 5px;
  padding: 2rem 3rem;
  text-decoration: none;
}
.section-map .download-map img {
  margin-left: 2rem;
  max-width: 20px;
}
@media (min-width: 2200px) {
  .section-map .download-map img {
    max-width: none;
  }
}
.section-map .title {
  font-size: 4.1rem;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #27aae1;
  padding: 5rem 8rem;
}
.section-map .title .icon {
  padding-left: 4rem;
}
.section-map .item {
  margin-bottom: 7rem;
}
.section-map .item.photo {
  flex-grow: 1;
}
.section-map .item.photo .inner {
  background: url(/images/media/page-map-photo.jpg);
  background-position: center;
  background-size: cover;
  min-height: 50rem;
}
.section-map .item.red .title {
  background: #ef4136;
}
.section-map .inner {
  height: 100%;
  background: #fff;
}
.section-map .content {
  font-size: 2.1rem;
  font-weight: 300;
  padding: 2rem;
}
@media (min-width: 768px) {
  .section-map .content {
    padding: 8rem;
  }
}
.section-map .content b {
  color: #231f20;
  font-size: 3.1rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
.section-map .separator {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.section-map .separator::after {
  content: "";
  display: inline-block;
  width: 80px;
  border-bottom: 2px solid #ef4136;
}
.section-gallery {
  background: #f3f0eb;
}
.section-gallery [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.section-gallery .top {
  display: flex;
  padding: 3rem 4rem;
  background: #27aae1;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .section-gallery .top {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .section-gallery .top > div {
    width: 33.333%;
  }
}
.section-gallery .top .back a {
  color: #fff;
  font-weight: 900;
  font-size: 4.5rem;
  margin: 0;
}
.section-gallery .top .back a img {
  margin-right: 3rem;
}
.section-gallery .top .navigation-container {
  display: flex;
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .section-gallery .top .navigation-container {
    width: auto;
  }
}
.section-gallery .top .navigation-container > div {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.section-gallery .top .navigation-container .left {
  text-align: right;
  border-right: 1px solid #fff;
}
.section-gallery .top .navigation-container .left img {
  margin-right: 1rem;
}
.section-gallery .top .navigation-container .right img {
  margin-left: 1rem;
}
.section-gallery .top .navigation {
  font-size: 2.3rem;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.section-gallery .top .navigation:hover {
  opacity: 0.8;
}
.section-gallery .top .button-back:hover {
  opacity: 0.8;
}
.section-gallery .top-2 {
  display: flex;
  flex-direction: column;
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media (min-width: 1200px) {
  .section-gallery .top-2 {
    flex-direction: row;
    align-items: center;
  }
}
.section-gallery .top-2 > [class*='col-']:first-child {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .section-gallery .top-2 .review-container {
    text-align: right;
  }
}
.section-gallery .top-2 .review-container .review-empty,
.section-gallery .top-2 .review-container .review-filled {
  background: #fff;
}
.section-gallery .main {
  padding: 0 2rem 13rem;
}
@media (min-width: 768px) {
  .section-gallery .main {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.section-gallery h1 {
  font-size: 4rem;
  color: #231f20;
  font-weight: 900;
  margin: 0;
}
@media (min-width: 768px) {
  .section-gallery h1 {
    font-size: 8rem;
  }
}
.section-gallery .distance {
  display: inline-block;
  position: relative;
  padding: 0.5rem 2rem;
  background: #f15a29;
  font-size: 4rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  line-height: 1.066;
  font-weight: bold;
  margin-left: 6rem;
  text-align: center;
  z-index: 10;
}
.section-gallery .distance small {
  font-size: 2.8rem;
  display: block;
}
.section-gallery .photo-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .section-gallery .photo-container {
    flex-direction: row;
  }
}
.section-gallery .photo-container .first-col {
  background-position: center;
  background-size: cover;
  height: 450px;
}
@media (min-width: 992px) {
  .section-gallery .photo-container .first-col {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .section-gallery .photo-container .first-col {
    height: 700px;
  }
}
@media (min-width: 2200px) {
  .section-gallery .photo-container .first-col {
    height: 800px;
  }
}
.section-gallery .photo-container .second-col {
  height: 300px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-gallery .photo-container .second-col {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .section-gallery .photo-container .second-col {
    height: 700px;
  }
}
@media (min-width: 2200px) {
  .section-gallery .photo-container .second-col {
    height: 800px;
  }
}
@media (min-width: 992px) {
  .section-gallery .photo-container .second-col {
    margin-top: 0;
    padding-left: 15px;
  }
}
.section-gallery .photo-container .second-col .row {
  height: 100%;
}
.section-gallery .photo-container .second-col.rows-1 [class*='col-'] {
  height: 100%;
  background-size: cover;
}
.section-gallery .photo-container .second-col.rows-2 [class*='col-'] {
  background-size: cover;
  height: 100%;
}
@media (min-width: 992px) {
  .section-gallery .photo-container .second-col.rows-2 [class*='col-'] {
    height: 50%;
  }
}
.section-gallery .photo-container .second-col.rows-2 .mt {
  margin-top: 15px;
}
.section-gallery .photo-container .second-col a {
  display: block;
  width: 100%;
  height: 100%;
}
.section-gallery .photo-container .main-image {
  display: block;
  width: 100%;
  height: 100%;
}
.section-gallery .photo-container .counter {
  font-size: 4.6rem;
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-gallery .content {
  background: #fff;
  padding: 2rem;
}
@media (min-width: 992px) {
  .section-gallery .content {
    padding: 7rem 13rem;
  }
}
.section-gallery .content .social {
  margin-top: 5rem;
}
@media (min-width: 2200px) {
  .section-gallery .content .social {
    margin-top: 7rem;
  }
}
@media (min-width: 768px) {
  .section-gallery .content .social-2 {
    float: right;
  }
}
.section-gallery .content .label-1 {
  font-size: 17px;
  color: #231f20;
  font-weight: bold;
  margin-right: 1rem;
  vertical-align: middle;
}
.section-gallery .footer {
  margin-top: 8rem;
}
.section-gallery .visit-website {
  font-size: 2.9rem;
  color: #ffffff;
  background: #f15a29;
  border-radius: 5px;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align: center;
  margin-left: 3rem;
}
.section-gallery .book-now {
  font-size: 2.9rem;
  color: #ffffff;
  display: inline-block;
  background: #f15a29;
  border-radius: 5px;
  padding: 2rem 4rem;
  text-decoration: none;
}
.section-gallery-2 {
  background: #f3f0eb;
}
.section-gallery-2 [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.section-gallery-2 .top {
  display: flex;
  padding: 2rem;
  background: #27aae1;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-gallery-2 .top {
    padding: 3rem 12rem 4rem;
    align-items: center;
    flex-direction: row;
  }
}
.section-gallery-2 .top [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .section-gallery-2 .top {
    align-items: center;
    flex-direction: row;
  }
}
.section-gallery-2 .top h1 {
  display: flex;
  align-items: center;
}
.section-gallery-2 .top h1 img {
  margin-right: 3rem;
}
.section-gallery-2 .top .navigation {
  font-size: 2.3rem;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.section-gallery-2 .top .navigation:hover {
  opacity: 0.8;
}
.section-gallery-2 .top .button-back:hover {
  opacity: 0.8;
}
.section-gallery-2 .top-2 {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .section-gallery-2 .top-2 {
    flex-direction: row;
    align-items: center;
  }
}
.section-gallery-2 .top-2 > [class*='col-']:first-child {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .section-gallery-2 .top-2 .review-container {
    text-align: right;
  }
}
.section-gallery-2 .top-2 .review-container .review-empty,
.section-gallery-2 .top-2 .review-container .review-filled {
  background: #fff;
}
.section-gallery-2 h1 {
  color: #fff;
  font-weight: 900;
  font-size: 4.5rem;
  margin: 0;
}
.section-gallery-2 .main {
  padding: 0 2rem 13rem;
}
@media (min-width: 768px) {
  .section-gallery-2 .main {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}
.section-gallery-2 h2 {
  font-size: 4rem;
  color: #231f20;
  font-weight: 900;
  margin: 0 0 4rem 0;
}
@media (min-width: 768px) {
  .section-gallery-2 h2 {
    font-size: 6rem;
  }
}
.section-gallery-2 .distance {
  display: inline-block;
  position: relative;
  padding: 0.5rem 2rem;
  background: #f15a29;
  font-size: 3rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  line-height: 1.066;
  font-weight: bold;
  margin-left: 6rem;
  text-align: center;
  z-index: 10;
}
.section-gallery-2 .distance small {
  font-size: 2rem;
  display: block;
}
.section-gallery-2 .photo-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .section-gallery-2 .photo-container {
    flex-direction: row;
  }
}
.section-gallery-2 .photo-container > div:first-child {
  padding-right: 15px;
  background-position: center;
  background-size: cover;
  min-height: 70rem;
}
@media (min-width: 992px) {
  .section-gallery-2 .photo-container > div:first-child {
    min-height: 0;
  }
}
.section-gallery-2 .photo-container > div:last-child {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-gallery-2 .photo-container > div:last-child {
    margin-top: 0;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .section-gallery-2 .photo-container > div:last-child > .row > [class*='col-'] + [class*='col-'] {
    margin-top: 15px;
  }
}
.section-gallery-2 .content {
  background: #fff;
  padding: 2rem;
}
@media (min-width: 992px) {
  .section-gallery-2 .content {
    padding: 7rem 13rem;
  }
}
.section-gallery-2 .content .title {
  font-size: 3.1rem;
  color: #231f20;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (min-width: 2200px) {
  .section-gallery-2 .content .title {
    margin-bottom: 6rem;
  }
}
.section-gallery-2 .content p {
  font-size: 2.1rem;
  color: #414042;
  font-weight: 300;
}
.section-gallery-2 .content .social {
  margin-top: 5rem;
}
@media (min-width: 2200px) {
  .section-gallery-2 .content .social {
    margin-top: 7rem;
  }
}
.section-gallery-2 .content .label-1 {
  font-size: 17px;
  color: #231f20;
  font-weight: bold;
  margin-right: 1rem;
  vertical-align: middle;
}
.section-gallery-2 .blog-item .content {
  padding: 1rem 0;
}
.section-gallery-2 .button-top-1,
.section-gallery .button-top-1 {
  background: #27aae1;
  border-radius: 5px;
  font-size: 2.9rem;
  color: #ffffff;
  padding: 5px 10px;
  margin-right: 2rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
.section-gallery-2 .button-top-2,
.section-gallery .button-top-2 {
  background: #f15a29;
  border-radius: 5px;
  font-size: 2.9rem;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
  margin-bottom: 1rem;
}
.section-comments {
  padding-left: 2rem;
  padding-right: 2rem;
  background: #27aae1;
}
@media (min-width: 992px) {
  .section-comments {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.section-comments h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: 900;
  padding-top: 10rem;
  padding-bottom: 9rem;
  margin: 0;
}
.section-comments .comment-container {
  display: flex;
  flex-wrap: wrap;
}
.section-comments .item {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 4.5rem;
  position: relative;
}
.section-comments .item > .inner {
  padding: 3rem 10% 8rem;
  background: #fff;
  height: 100%;
}
.section-comments .item .content-bottom {
  position: absolute;
  bottom: 6rem;
}
.section-comments .user {
  font-size: 2.9rem;
  color: #27aae1;
  font-weight: bold;
}
.section-comments .city {
  font-size: 2rem;
  color: #27aae1;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 2rem;
}
@media (min-width: 2200px) {
  .section-comments .city {
    margin-bottom: 4rem;
  }
}
.section-comments .title {
  font-size: 2.9rem;
  font-weight: 900;
  color: #231f20;
  margin-bottom: 2rem;
}
.section-comments .content {
  font-size: 2.1rem;
  font-weight: 300;
  color: #231f20;
  margin-bottom: 5rem;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .breadcrumb {
    text-align: right;
  }
}
.breadcrumb > .active,
.breadcrumb a {
  color: #fff;
}
.breadcrumb > li + li::before {
  content: ">";
  color: #fff;
}
.review-empty,
.review-filled {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: #f3f0eb;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
}
.review-filled::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #27aae1;
  width: 2rem;
  height: 2rem;
  margin: auto;
  border-radius: 50%;
}
.review-description {
  font-size: 1.7rem;
  font-weight: 500;
  color: #27aae1;
  vertical-align: middle;
  margin-left: 2rem;
}
.footer-logo-container {
  margin-top: 11rem;
  margin-bottom: 13rem;
}
.footer-menu h3 {
  font-size: 2.3rem;
  color: #231f20;
  color: #564e43;
  font-weight: bold;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-menu h3 {
    text-align: left;
  }
}
.footer-menu h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  margin-left: -35px;
  border-bottom: 1px solid #a7a9ac;
}
@media (min-width: 992px) {
  .footer-menu h3::after {
    margin-left: 0;
    left: 0;
    width: 33px;
  }
}
.footer-menu ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.footer-menu ul li {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-menu ul li {
    text-align: left;
  }
}
.footer-menu ul li a {
  color: #58595b;
  color: #726658;
}
.footer-menu ul li a:hover {
  color: #000;
  color: #00b1eb;
  text-decoration: none;
}
.footer-social {
  border-top: 1px solid #c2c4c6;
  border-bottom: 1px solid #c2c4c6;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer-social .chios {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-social .chios {
    text-align: left;
  }
}
.footer-social .social {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-social .social {
    text-align: right;
  }
}
.footer-social .social a {
  margin-left: 5px;
}
.footer-social .mesta {
  text-align: center;
}
.footer-bottom {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.footer-links {
  font-size: 1.7rem;
  font-weight: 500;
}
.footer-links a {
  color: #58595b;
}
.creator {
  font-size: 1.7rem;
  color: #58595b;
  font-weight: 500;
  text-align: center;
  margin-top: 1rem;
}
.creator a {
  color: #231f20;
}
@media (min-width: 768px) {
  .creator {
    text-align: right;
    margin-top: 0;
  }
}
.copyright {
  font-size: 1.7rem;
  color: #58595b;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .copyright {
    text-align: left;
    margin-bottom: 0;
  }
}
.select2-selection {
  background: #fff url(/css/images/booking-arrow-down.png) no-repeat right;
}
.select2-selection__arrow {
  display: none !important;
}
.select2-dropdown {
  border: none;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #000;
}
.search-container {
  display: flex;
}
@media (min-width: 992px) {
  .search-container {
    justify-content: right;
  }
}
.search-container input {
  font-size: 23px;
  color: #414042;
  background: #f3f0eb;
  border: none;
  height: 75px;
  padding: 2rem 4rem;
  width: calc(100% - 75px);
  max-width: 550px;
}
.search-container button {
  color: #fff;
  background: #f15a29;
  border: none;
  height: 75px;
  width: 75px;
}
.cursor {
  cursor: pointer;
}
.collapse-custom {
  display: none;
  padding: 0 15px;
}
.row:not(.normal-row) {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .sm-text-right {
    text-align: right;
  }
}
.display-inline-block {
  display: inline-block;
}
.bold {
  font-weight: bold !important;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-7 {
  margin-top: 7rem;
}
.mt-15 {
  margin-top: 15rem;
}
.mb-7 {
  margin-bottom: 7rem;
}
.mb-20 {
  margin-bottom: 20rem;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-3 {
  margin-left: 3rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-3 {
  margin-right: 3rem;
}
.no-padding {
  padding: 0 !important;
}
/************************************************************************/
/************************************************************************/
/************************************************************************/
body.blue-2 .menu-top > li.selected,
body.blue-2 .menu-top > li:hover,
body.blue-2 .menu-top > li.selected::after,
body.blue-2 .menu-top > li:hover::after,
body.blue-2 .section-comments,
body.blue-2 .review-filled::after,
body.blue-2 .section-gallery .top,
body.blue-2 .section-gallery-2 .top,
body.blue-2 .section-gallery-2 .button-top-1,
body.blue-2 .section-gallery .button-top-1,
body.blue-2 .section-map .title,
body.blue-2 .section-map .top,
body.blue-2 .section-blog .blog-item .read-more span.plus,
body.blue-2 .section-blog .top {
  background-color: #2b3990;
}
body.blue-2 .section-comments .user,
body.blue-2 .section-comments .city,
body.blue-2 .review-description,
body.blue-2 .section-blog .blog-item .read-more span.more,
body.blue-2 .section-blog .blog-item .read-more {
  color: #2b3990;
}
/************************************************************************/
/************************************************************************/
/************************************************************************/
body.brown .menu-top > li.selected,
body.brown .menu-top > li:hover,
body.brown .menu-top > li.selected::after,
body.brown .menu-top > li:hover::after,
body.brown .section-comments,
body.brown .review-filled::after,
body.brown .section-gallery .top,
body.brown .section-gallery-2 .top,
body.brown .section-gallery-2 .button-top-1,
body.brown .section-gallery .button-top-1,
body.brown .section-map .title,
body.brown .section-map .top,
body.brown .section-blog .blog-item .read-more span.plus,
body.brown .section-blog .top {
  background-color: #a4681d;
}
body.brown .section-comments .user,
body.brown .section-comments .city,
body.brown .review-description,
body.brown .section-blog .blog-item .read-more span.more,
body.brown .section-blog .blog-item .read-more {
  color: #a4681d;
}
/************************************************************************/
/************************************************************************/
/************************************************************************/
body.green .menu-top > li.selected,
body.green .menu-top > li:hover,
body.green .menu-top > li.selected::after,
body.green .menu-top > li:hover::after,
body.green .section-comments,
body.green .review-filled::after,
body.green .section-gallery .top,
body.green .section-gallery-2 .top,
body.green .section-gallery-2 .button-top-1,
body.green .section-gallery .button-top-1,
body.green .section-map .title,
body.green .section-map .top,
body.green .section-blog .blog-item .read-more span.plus,
body.green .section-blog .top {
  background-color: #167e6d;
}
body.green .section-comments .user,
body.green .section-comments .city,
body.green .review-description,
body.green .section-blog .blog-item .read-more span.more,
body.green .section-blog .blog-item .read-more {
  color: #167e6d;
}
/************************************************************************/
/************************************************************************/
/************************************************************************/
body.purple .menu-top > li.selected,
body.purple .menu-top > li:hover,
body.purple .menu-top > li.selected::after,
body.purple .menu-top > li:hover::after,
body.purple .section-comments,
body.purple .review-filled::after,
body.purple .section-gallery .top,
body.purple .section-gallery-2 .top,
body.purple .section-gallery-2 .button-top-1,
body.purple .section-gallery .button-top-1,
body.purple .section-map .title,
body.purple .section-map .top,
body.purple .section-blog .blog-item .read-more span.plus,
body.purple .section-blog .top {
  background-color: #4a1b91;
}
body.purple .section-comments .user,
body.purple .section-comments .city,
body.purple .review-description,
body.purple .section-blog .blog-item .read-more span.more,
body.purple .section-blog .blog-item .read-more {
  color: #4a1b91;
}
/************************************************************************/
/************************************************************************/
/************************************************************************/
.fullWidthImage {
  max-width: 100%;
}
.LeftFloatedImage {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.rightFloatedImage {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.keimeno_rois {
  font-family: 'Roboto', sans-serif !important;
}
.keimeno_rois p {
  font-size: 2.1rem;
  color: #414042;
  font-weight: 300;
}
.keimeno_rois ul,
.keimeno_rois ol {
  font-size: 2.1rem;
  color: #414042;
  font-weight: 300;
}
.keimeno_rois h1 {
  font-size: 4rem;
  color: #231f20;
  font-weight: 900;
  margin-bottom: 5rem;
}
@media (min-width: 2200px) {
  .keimeno_rois h1 {
    margin-bottom: 6rem;
  }
}
.keimeno_rois h2 {
  font-size: 3.1rem;
  color: #231f20;
  font-weight: 900;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 2200px) {
  .keimeno_rois h2 {
    margin-bottom: 5rem;
  }
}
.keimeno_rois .quote {
  font-size: 3.1rem;
  color: #231f20;
  font-weight: 300;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 2200px) {
  .keimeno_rois .quote {
    margin-bottom: 5rem;
  }
}
.keimeno_rois h3 {
  font-size: 2.5rem;
  color: #231f20;
  font-weight: 900;
  margin-bottom: 3rem;
}
@media (min-width: 2200px) {
  .keimeno_rois h3 {
    margin-bottom: 4rem;
  }
}
.ta-container {
  float: right;
  padding: 0px 15px;
}
#map-canvas {
  height: 50vh;
}
#carousel-2 {
  position: relative;
}
#carousel-2 .slick-carousel {
  height: calc(100vw*9/16);
  min-height: 200px;
  max-height: calc(100vh - 230px);
}
@media (min-width: 1200px) {
  #carousel-2 .slick-carousel {
    max-height: calc(100vh - 230px);
  }
}
@media (min-width: 2200px) {
  #carousel-2 .slick-carousel {
    max-height: calc(100vh - 320px);
  }
}
#carousel-2 .slick-carousel .item {
  background-position: center bottom;
  background-size: cover;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
#carousel-2 .slick-carousel .item img {
  height: calc(100vw*9/16);
  min-height: 200px;
  max-height: calc(100vh - 230px);
}
@media (min-width: 1200px) {
  #carousel-2 .slick-carousel .item img {
    max-height: calc(100vh - 230px);
  }
}
@media (min-width: 2200px) {
  #carousel-2 .slick-carousel .item img {
    max-height: calc(100vh - 320px);
  }
}
#carousel-2 .slick-carousel .item.carousel_video {
  display: block;
  position: relative;
  background-color: rebeccapurple;
  height: calc(100vw*9/16);
  width: 100vw;
  min-height: 200px;
  max-height: calc(100vh - 230px);
  overflow: hidden;
}
@media (min-width: 1200px) {
  #carousel-2 .slick-carousel .item.carousel_video {
    max-height: calc(100vh - 230px);
  }
}
@media (min-width: 2200px) {
  #carousel-2 .slick-carousel .item.carousel_video {
    max-height: calc(100vh - 320px);
  }
}
#carousel-2 .slick-carousel .item.carousel_video .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*transform: scale(1.3);*/
  background-color: #58595b;
}
#carousel-2::after {
  content: "";
  background: linear-gradient(transparent, #111);
  height: 40px;
  position: absolute;
  opacity: 0.3;
  bottom: 0;
  right: 0;
  left: 0;
}
.video-thumbnail {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /*margin: 30px;*/
}
.video-thumbnail::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\e029";
  font-family: 'Glyphicons Halflings';
  font-size: 100px;
  color: #fff;
  opacity: 0.7;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover::before {
  color: #eee;
}
.section-gallery-2 .top h1,
.section-map .top h1,
.section-blog .top h1 {
  font-size: 4.5rem;
}
.hotel-links {
  padding: 1px 20px 20px 0;
  text-align: left;
}
.vimeo-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
}
.vid-controls-fasa {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 0;
  padding: 10px;
  z-index: 19;
  background-color: white;
  opacity: 0.4;
  height: 40px;
}
.vid-controls {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 0;
  padding: 10px;
  z-index: 20;
}
.vid-controls a {
  color: black;
  display: none;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0.5;
}
.vid-controls a:hover {
  opacity: 1;
  text-decoration: none;
}
.vid-controls a img {
  height: 20px;
  margin-right: 4px;
}