@font-face {
  font-family: "CeraGRThin";
  src: url("fonts/Cera_GR_Thin.otf") format("opentype"),
    url("fonts/Cera_GR_Thin.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "CeraGRLight";
  src: url("fonts/Cera_GR_Light.otf") format("opentype"),
    url("fonts/Cera_GR_Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "CeraGR";
  src: url("fonts/Cera_GR.otf") format("opentype"),
    url("fonts/Cera_GR.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "CeraGRMedium";
  src: url("fonts/Cera_GR_Medium.otf") format("opentype"),
    url("fonts/Cera_GR_Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "CeraGRBold";
  src: url("fonts/Cera_GR_Bold.otf") format("opentype"),
    url("fonts/Cera_GR_Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "CeraGRBlack";
  src: url("fonts/Cera_GR_Black.otf") format("opentype"),
    url("fonts/Cera_GR_Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}

html {
  /*overflow-x: hidden;*/
}

body {
  font-family: "CeraGR";
  /*overflow-x: hidden;*/
  /*border-bottom: none;*/
  background-color: #fff;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
}

header {
  background-image: url("../images/leaf_menu_compressed.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 36vw;
}

.col-half {
  width: 4.166666667% !important;
}

.hideme {
  opacity: 0;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-normal {
  overflow-y: auto;
}

.overflow-y-x-hidden {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

.ceragrlight {
  font-family: "CeraGRLight";
}

.ceragrblack {
  font-family: "CeraGRBlack";
}

.ceragrbold {
  font-family: "CeraGRBold";
}

.ceragrmedium {
  font-family: "CeraGRMedium";
}

.ceragr {
  font-family: "CeraGR";
}

.ceragrthin {
  font-family: "CeraGRThin";
}

.alletra {
  font-family: "Allerta Stencil", sans-serif;
}

.no-padding {
  padding: 0 !important;
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-left-right-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-left-right-margin {
  margin-left: 0;
  margin-right: 0;
}

.no-margin {
  margin: 0 !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.line-height-35 {
  line-height: 35px;
}

.block {
  display: block;
}

.dark-grey {
  color: #272727;
}

.light-grey {
  color: #505050;
}

.bg-tirquaz {
  background-color: #d6fafd;
}

.bg-grey {
  background-color: #eeeeee;
}

.bg-light-grey {
  background-color: #f1f1f1;
}

.bg-green {
  background-color: #dbfdd7;
}

.bg-tirquaz-lighter {
  background-color: #81eef8;
}

p.emphasize {
  font-family: CeraGRBlack;
  color: #000;
  font-size: 16px;
}

p.regular {
  font-family: CeraGRMedium;
  color: #505050;
  font-size: 16px;
}

a.bg-btn-tirquaz {
  font-family: "CeraGRBlack";
  font-size: 18px;
  color: #272727;
  text-decoration: none;
  background-image: url("../images/btn_bg_tirquaz.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 5px;
  padding-right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.bg-btn-tirquaz:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: repeat-x;
  background-position: center;
  padding: 0 10px 10px 10px;
}

.bg-btn-green {
  background-image: url("../images/btn_bg_green.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 5px;
  padding-right: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*.bg-btn-green:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-repeat: repeat-x;
}*/
.white {
  color: #fff;
}

.grey {
  color: #a8a8a8;
}

.black {
  color: #000;
}

.green {
  color: #a4ff9d;
}

.tirquaz {
  color: #44d9e6;
}

.tirquaz-lighter {
  color: #81eef8;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-30 {
  font-size: 30px;
}

.font-35 {
  font-size: 35px;
}

.font-36 {
  font-size: 36px;
}

.font-40 {
  font-size: 40px;
}

.font-48 {
  font-size: 48px;
}

.font-72 {
  font-size: 72px;
}

.font-83 {
  font-size: 83px;
}

.font-115 {
  font-size: 115px;
}

.font-126 {
  font-size: 126px;
}

.font-143 {
  font-size: 143px;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.decoration-none {
  text-decoration: none !important;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-75 {
  margin-top: 75px;
}

.margin-top-75-top-index {
  margin-top: 75px;
}

.top-50 {
  top: 50px;
}

.top-60 {
  top: 60px;
}

.margin-top-minus-30 {
  margin-top: -30px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-180 {
  margin-top: 180px;
}

.margin-top-180-top-index {
  margin-top: 180px;
}

.margin-top-minus-100 {
  margin-top: -100px;
}

.margin-top-minus-130 {
  margin-top: -130px;
}

.margin-top-minus-200 {
  margin-top: -200px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-45 {
  margin-left: 45px;
}

.margin-left-55 {
  margin-left: 55px;
}

.margin-left-130 {
  margin-left: 130px;
}

.margin-right-45 {
  margin-right: 45px;
}

.margin-right-55 {
  margin-right: 55px;
}

.margin-right-65 {
  margin-right: 65px;
}

.margin-right-85 {
  margin-right: 85px;
}

.margin-left-minus-per-5 {
  margin-left: -5%;
}

.margin-left-minus-per-3 {
  margin-left: -3%;
}

.margin-left-minus-90 {
  margin-left: -90px;
}

.margin-left-minus-100 {
  margin-left: -100px;
}

.margin-left-minus-140 {
  margin-left: -140px;
}

.padding-0-100-50-100 {
  padding: 0px 100px 50px 100px;
}

.padding-50-0 {
  padding: 50px 0;
}

.padding-0-80-30-100 {
  padding: 0px 80px 30px 100px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-200 {
  padding-top: 200px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-200 {
  padding-bottom: 200px !important;
}

.spacing-left-right {
  /*border-left: 90px solid #fff;
  border-right: 90px solid #fff;*/
  padding-left: 90px;
  padding-right: 90px;
}

.z-index-minus-1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.z-index-0 {
  z-index: 0;
}

.col-centered {
  float: none;
  margin: 0 auto;
  overflow: auto;
}

.mymenu {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 30px;
  padding-left: 90px;
  padding-right: 90px;
  width: 100%;
  z-index: 111;
  background-color: #fff;
}

.mynav {}

ul.mynav {}

ul.mynav li {}

ul.mynav li:hover {}

ul.mynav li a {
  padding: 40px 12px 15px 12px;
  margin-right: 10px;
  font-family: "CeraGRBlack";
  color: #000;
  font-size: 16px;
}

ul.mynav li a.highlighted {
  color: #44d9e6;
}

ul.mynav li a:hover,
ul.mynav li a:focus,
ul.mynav li.active a {
  background-color: #dbfdd7;
}

.cbp-spmenu-top {
  top: -182px;
}

.cbp-spmenu {
  position: fixed;
}

.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px !important;
}

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header {
  margin-top: 10px;
  margin-bottom: 20px;
}

.header .first-col {
  padding-top: 50px;
}

.header .third-col {
  height: 100px;
  position: relative;
  z-index: 1;
}

.header .third-col a.res-btn-top {
  font-size: 18px;
  padding: 20px 30px 20px 30px;
  background-color: #d6fafd;
  position: absolute;
  right: 60px;
  bottom: -16px;
  z-index: 1;
  text-decoration: none;
}

.header .third-col a.checkin-btn-top {
  font-size: 18px;
  padding: 20px 30px 20px 30px;
  background-color: #DBFDD7;
  right: 15px;
  bottom: -97px;
  z-index: 1;
  text-decoration: none;
}

@media (min-width: 992px) {
  .header .third-col a.checkin-btn-top {
    position: absolute;
  }
}

.header .third-col a.res-btn-top:hover,
.header .third-col a.res-btn-top:focus {
  color: #000;
}

.menu-btn {
  display: inline;
}

.menu-btn a {
  text-decoration: none;
}

.menu-btn a span {
  margin-left: 10px;
}

.contact-details {
  margin-left: 50px;
}

.contact-details a {
  color: #a8a8a8;
  /*text-decoration: none;*/
}

.contact-details a img {
  margin-right: 15px;
}

.vertical-text {
  font-family: "CeraGRMedium";
  white-space: nowrap;
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 130px;
  color: #505050;
  transform: rotate(270deg);
  font-size: 16px;
}

.header-location-icon {
  padding-bottom: 35px;
  transform: rotate(90deg);
}

ul.languages-menu {
  display: none;
  font-family: "CeraGRBlack";
  list-style: none;
  padding: 0;
  width: 126px;
  right: 0;
}

ul.languages {
  font-family: "CeraGRBlack";
  position: absolute;
  top: 250px;
  list-style: none;
  padding: 0;
  width: 126px;
  right: 0;
}

ul.languages li,
ul.languages-menu li {
  background-color: #eeeeee;
  float: left;
  padding: 20px;
}

ul.languages li a,
ul.languages-menu li a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

ul.languages li a:hover,
ul.languages li a.active,
ul.languages-menu li a:hover,
ul.languages-menu li a.active {
  color: #9cdee4;
}

#banner-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#banner-mobile img {
  max-width: 100%;
}

#banner-desktop,
#banner-desktop-2 {
  display: none;
  position: absolute;
  top: 330px;
  right: 0;
}

@media (min-width: 768px) {
  #banner-mobile {
    display: none;
  }

  #banner-desktop,
  #banner-desktop-2 {
    display: block;
    position: absolute;
    top: 330px;
    right: 0;
  }

  #banner-desktop-2 {
    top: 490px !important;
  }
}

.carousel-caption {
  bottom: -100px;
}

.carousel-caption h3 {
  text-shadow: 0.616px 0.788px 1px rgba(0, 0, 0, 0.68);
}

.carousel-inner {
  padding-bottom: 100px;
}

.flower-right {
  background-image: url("../images/leaf_section1_compressed.png");
  background-position: 100% 90%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  background-size: 73vw;
}

.flower-left {
  background-image: url("../images/leaf_top_apodrasis_compressed.png");
  background-position: 0% 10%;
  background-repeat: no-repeat;
}

.flower-footer {
  background-image: url("../images/leaf_footer_compressed.png");
  background-position: 0% 100%;
  background-repeat: no-repeat;
}

.tirquaz-right {
  background-image: url("../images/tirquaz-bg.png");
  background-position: 90% 100%;
  background-repeat: no-repeat;
}

.tirquaz-right-image {
  background-image: url("../images/location-section-3.jpg");
  background-position: 90% 100%;
  background-repeat: no-repeat;
}

.tirquaz-left {
  background-image: url("../images/tirquaz-bg-large.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.green-left {
  background-image: url("../images/green-bg-large.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
}

ul.room-list {
  list-style: none;
  padding-left: 0;
}

ul.room-list li {
  border-bottom: 1px solid;
  border-width: medium;
  width: 20px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.room-list li.active {
  width: 100%;
}

ul.room-list li a {
  font-family: "Allerta Stencil", sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
}

.leaf2 {
  position: absolute;
  top: -35px;
  left: 45px;
}

/* UNDERLINE LINE */
.underline-text {
  transition: background-size 0.4s ease;
  padding: 15px 60px 6px 4px;
  cursor: pointer;
}

.underline-text:hover {
  background-size: 100% 100%;
  color: inherit;
  text-decoration: none;
}

.underline-text:active {
  background-size: 80% 100%;
}

.underline-tirquaz {
  background: linear-gradient(to bottom, transparent 62%, #81eef8 0) center center/0% 75% no-repeat;
}

.underline-green {
  background: linear-gradient(to bottom, transparent 62%, #a4ff9d 0) center center/0% 75% no-repeat;
  padding: 15px 2px 6px 4px;
}

.underline-grey {
  background: linear-gradient(to bottom, transparent 62%, #c8c8c8 0) center center/0% 75% no-repeat;
  padding: 15px 4px 6px 50px;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
}

.leaf-restaurant {
  position: absolute;
  top: 60px;
  left: 90px;
}

.restaurant-index {
  background-position: 87% 100%;
  z-index: 0;
  margin-top: -380px;
}

.restaurant-index .clearfix {
  padding-top: 390px;
}

.restaurant-index h3,
.map-index h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.vertical-text-restaurant {
  font-family: "CeraGRBlack";
  color: #272727;
  font-size: 16px;
  transform: rotate(270deg);
  float: right;
  padding-right: 110px;
  padding-top: 40px;
}

.vertical-text-restaurant img,
.vertical-text-map img {
  transform: rotate(90deg);
  margin-right: 20px;
}

.map-index {
  background-position: 5% 100%;
  padding-top: 60px;
  margin-top: 100px;
  z-index: 1;
}

.map-location .map-location-section-1 {
  padding-bottom: 10px;
}

.map-location {
  background-position: 10% 100%;
}

.vertical-text-map {
  font-family: "CeraGRBlack";
  color: #272727;
  font-size: 16px;
  transform: rotate(270deg);
  float: left;
  padding-left: 85px;
  padding-bottom: 85px;
}

#slider-top .bx-wrapper {
  margin-bottom: 0;
}

.churches-title {
  margin-top: -60px;
}

.map-index .clearfix {
  padding-bottom: 170px;
}

.map-big-title {
  /*padding-top: 40px;
  padding-bottom: 200px;*/
}

.gmap-index {
  height: 640px;
  margin-top: -290px;
  z-index: 0;
}

.gmap-location {
  margin-top: -250px;
}

.about-map {
  height: 640px;
  margin-top: -100px;
  margin-bottom: -30px;
}

.accommodation {
  margin: 200px 0;
}

.accommodation-first-room {
  margin-top: 0 !important;
}

.accommodation .accommodation-images,
.accommodation .accommodation-images-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.accommodation .accommodation-images-right {
  right: 0;
  padding-left: 30px !important;
}

.accommodation .accommodation-images .acc-arrows,
.accommodation .accommodation-images-right .acc-arrows {
  position: absolute;
  top: 90%;
  transform: translateY(-90%);
  right: 10%;
  z-index: 11;
}

.acc-arrows-right {
  position: absolute;
  top: 90%;
  transform: translateY(-90%);
  left: 10%;
  z-index: 11;
}

.accommodation .accommodation-images .acc-arrows a img,
.accommodation .accommodation-images-right .acc-arrows-right a img {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.accommodation .accommodation-images .acc-arrows a img:hover,
.accommodation .accommodation-images-right .acc-arrows-right a img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.accommodation .accommodation-images .bx-wrapper,
.accommodation .accommodation-images-right .bx-wrapper {
  margin-bottom: 0;
}

.accommodation .accommodation-images ul.accommodation-slider {}

.accommodation .accommodation-content {
  margin-top: 20px;
  padding-left: 30px !important;
  padding-bottom: 30px !important;
}

.accommodation .accommodation-content-right {
  padding-left: 0 !important;
}

.accommodation .accommodation-content h2 {
  font-family: CeraGRBlack;
  color: #272727;
  font-size: 70px;
  margin-bottom: 0;
}

.accommodation .accommodation-content h5 {
  font-family: CeraGRBlack;
  color: #44d9e6;
  font-size: 18px;
  margin-top: 0;
}

.accommodation .accommodation-content h4 {
  font-family: CeraGRBlack;
  color: #272727;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.accommodation .accommodation-content ul {
  padding-left: 15px;
  margin-bottom: 30px;
}

.accommodation .accommodation-content ul li {
  font-family: "CeraGRMedium";
  color: #505050;
  font-size: 16px;
  margin-bottom: 10px;
}

.accommodation .accommodation-content a {
  font-family: CeraGRBlack;
  color: #272727;
  font-size: 30px;
  text-decoration: none;
  padding-bottom: 2px;
  background-position: 52% 100%;
  padding-right: 0;
}

.accommodation .accommodation-content a img {
  margin-left: 15px;
}

.accommodation-last-room {
  margin-bottom: 0;
}

.accommodation-last {}

.accommodation-last h3 {
  font-family: "CeraGRBlack";
  font-size: 48px;
  color: #272727;
}

.accommodation-last p {
  font-family: "CeraGRMedium";
  color: #505050;
  font-size: 16px;
}

.accommodation-last .accommodation-last-content {
  padding: 100px 70px;
  background-image: url("../images/leaf3.png");
  background-repeat: no-repeat;
  background-position: 95% 95%;
}

.accommodation-last .accommodation-last-content p {
  line-height: 36px;
  margin-bottom: 20px;
}

.hidden-caption-anim {
  position: relative;
  overflow: hidden;
}

.hidden-caption-anim .caption {
  position: absolute;
  bottom: 13%;
  left: 13%;
  z-index: 10;
}

.hidden-caption-anim:after {
  position: absolute;
  content: "";
  height: 80%;
  width: 80%;
  background-color: rgba(68, 217, 230, 0.8);
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  top: 10%;
  left: 10%;
  right: 10%;
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.hidden-caption-anim:hover:after {
  opacity: 1;
}

.hidden-caption-anim .caption h3 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 5px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.hidden-caption-anim .caption p {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  color: rgba(255, 255, 255, 1);
  font-family: "CeraGRBlack";
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hidden-caption-anim:hover .caption h3,
.hidden-caption-anim:hover .caption p {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.hidden-caption-anim .link-wrap {
  position: absolute;
  top: 13%;
  right: 13%;
  z-index: 10;
}

.hidden-caption-anim .link-wrap a {
  display: inline-block;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hidden-caption-anim .link-wrap a:first-child {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-right: 2px;
}

.hidden-caption-anim .link-wrap a:last-child {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.hidden-caption-anim:hover .link-wrap a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.hidden-caption-anim .link-wrap a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.img-with-caption {
  position: relative;
  top: -60px;
}

.img-with-caption p {
  position: absolute;
  bottom: 40px;
  right: 80px;
  color: #fff;
  font-size: 16px;
  font-family: "CeraGRBlack";
}

.img-with-caption p img {
  margin-left: 20px;
}

.about-section-text p {
  line-height: 36px;
}

.about-section-2 {
  margin-top: 0;
}

.about-section-2-text {
  padding: 25px 0 30px 20px;
  z-index: 1;
}

.about-section-2-text p {
  padding-bottom: 30px;
  line-height: 35px;
}

.about-section-3 {
  margin-top: 150px;
}

.img-with-caption-facilities {
  top: -200px;
  z-index: 0;
}

.facilities-section-image {
  margin-top: 70px;
}

.facilities-section-2-text h2 {
  margin-top: 0;
}

.location-section-2-text h2 {
  position: absolute;
  right: 0;
  width: 825px;
}

.location-section-2-text p {
  margin-top: 100px;
}

.location-section-2-text p~p {
  margin-top: 0px;
}

.location-map {
  margin-top: -170px;
}

.location-map-section-1-1 {
  padding: 50px 20px 80px 20px;
}

.location-map-section-1-1 p {
  line-height: 35px;
  margin-bottom: 30px;
}

.location-map-section-1-2 {
  background-position: 87% 100%;
  z-index: 0;
  width: 325px;
  height: 570px;
  float: right;
  margin-top: -320px;
}

.location-map-section-1-2 h3 {
  position: absolute;
  bottom: 100px;
  right: 20px;
}

.location-map-section-1-2 h4 {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.facilities-section-2-text h3 {
  margin-bottom: 0;
}

.facilities-section-3 {
  margin-bottom: 350px;
}

.facilities-section-3-0 {
  margin-bottom: -350px;
}

.facilities-section-3-1 {
  background-color: #d6fafd;
  padding: 30px 90px 30px 50px;
}

.facilities-section-3-1 h3 {
  font-family: CeraGRBlack;
  font-size: 48px;
  color: #44d9e6;
}

.facilities-section-3-1 h5 {
  font-family: CeraGRBlack;
  font-size: 16px;
  color: #000;
  margin-top: 50px;
}

.facilities-section-3-1 ul {
  padding-left: 20px;
}

.facilities-section-3-1 ul li {
  font-family: CeraGRMedium;
  color: #505050;
  font-size: 16px;
  margin-bottom: 10px;
}

.facilities-section-3-2 {
  background-color: #dbfdd7;
  padding: 100px 70px 80px 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.facilities-section-3-2 img {
  position: absolute;
  top: -60px;
  left: 100px;
}

.facilities-section-3-2 p {
  font-family: CeraGRMedium;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 30px;
  color: #505050;
}

.gallery-section {
  padding-bottom: 70px !important;
}

.gallery-section .gallery-title {
  padding-top: 80px;
  padding-bottom: 80px;
}

.imagediv img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.imagediv {
  position: relative;
  margin-bottom: 30px;
}

.imagediv:hover .galleryhover {
  visibility: visible;
  opacity: 1;
}

.galleryhover {
  visibility: hidden;
  position: absolute;
  top: 40px;
  right: 50px;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s linear;
  -moz-transition: visibility 0s, opacity 0.3s linear;
  transition: visibility 0s, opacity 0.3s linear;
}

.contact-page-details {
  margin-top: 100px;
}

.contact-page-details h3 {
  font-family: CeraGRBlack;
  color: #272727;
  font-size: 36px;
  margin-bottom: 30px;
}

.contact-page-details p.bottom-spacing {
  margin-bottom: 30px;
}

.contact-page-details p {
  font-family: CeraGRMedium;
  color: #505050;
  font-size: 16px;
  margin-bottom: 5px;
}

.contact-page-details p a {
  color: #505050;
}

.contact-page-details p img {
  margin-right: 5px;
}

.contact-page-form {
  padding: 50px 15px;
  margin-top: 50px;
}

.custom-form {}

.custom-form .form-group {}

.custom-form .form-group label {
  font-family: CeraGRMedium;
  font-size: 16px;
  color: #505050;
  margin-bottom: 0;
}

.custom-form .form-group label span {
  font-family: CeraGRBlack;
  color: #44d9e6;
}

.bootstrap-switch-label {
  color: #505050 !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #505050;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  outline: none;
}

input.bottom-line,
textarea.bottom-line {
  font-family: CeraGRMedium;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: initial;
  border-bottom: 2px solid #272727;
}

input.bottom-line:focus,
textarea.bottom-line:focus {
  box-shadow: none;
  border-color: #272727;
  outline: 0px;
}

.submit-btn,
.submit-btn:hover,
.submit-btn:focus {
  font-family: CeraGRBlack;
  font-size: 18px;
  color: #272727;
  border: none;
  background-color: transparent;
  padding-bottom: 0;
  border-color: transparent;
  box-shadow: none !important;
  outline: none;
  margin-top: 40px;
  padding-right: 20px;
}

.custom-form .form-control {
  padding: 6px 6px;
}

.contact-section-2 {
  margin-top: 100px;
}

.facilities-section-title {
  margin-bottom: 50px;
}

.activities-section-1 {
  margin-top: -50px;
  margin-bottom: 130px;
}

ul.top-activities-list,
ul.top-beaches-list {
  list-style: none;
  padding-left: 0;
  padding: 0 80px 0 100px;
}

ul.top-beaches-list {
  padding: 0;
  margin-bottom: 30px;
}

ul.top-activities-list li,
ul.top-beaches-list li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 5px;
  padding-right: 10px;
  margin-bottom: 5px;
  display: table;
}

ul.top-beaches-list li {
  display: inline-block;
  margin-right: 30px;
}

ul.top-activities-list li:hover,
ul.top-activities-list li.active,
ul.top-beaches-list li:hover,
ul.top-beaches-list li.active {
  background-image: url("../images/btn_bg_tirquaz.png");
  background-repeat: repeat-x;
  background-position: bottom right;
}

ul.top-activities-list li a,
ul.top-beaches-list li a {
  font-family: CeraGRBlack;
  font-size: 17px;
  color: #272727;
  text-decoration: none;
  padding-bottom: 10px;
}

.activities-section-1-text p {
  font-family: CeraGRMedium;
  color: #505050;
  font-size: 16px;
  padding: 0 80px 0 100px;
  line-height: 35px;
}

a.read-more-activities {
  text-decoration: none;
  font-family: CeraGRBlack;
  color: #272727;
  font-size: 18px;
  padding: 0 0 0 100px;
  display: block;
  margin: 30px 0;
}

a.div_expander2 {
  padding-left: 0;
}

.read-more-activities img {
  margin-left: 15px;
}

/*.activities-section-3-0{
  margin-bottom: 0;
}*/
.activities-section-3 {
  margin-bottom: 700px;
}

.activities-section-3-1 {
  padding: 30px 145px 30px 50px;
}

.activities-section-3-1 h3 {
  margin-bottom: 40px;
}

.activities-section-3-1 p {
  font-family: CeraGRMedium;
  font-size: 16px;
  color: #505050;
  line-height: 35px;
}

.activities-section-3-2 {
  padding: 30px 80px;
  top: 80%;
}

.activities-section-3-2 h3 {
  font-family: CeraGRBlack;
  font-size: 48px;
  color: #87f07f;
}

.pagination {}

.pagination ul {
  list-style: none;
  margin: 20px 0;
  padding-left: 0;
}

.pagination ul li {
  display: inline;
  margin-left: 20px;
}

.pagination ul li:first-child {
  margin-left: 0;
}

.pagination ul li a {
  text-decoration: none;
  font-family: "Allerta Stencil", sans-serif;
  font-size: 36px;
  color: #272727;
}

.pagination ul li:hover a,
.pagination ul li.active a {
  color: #44d9e6;
}

a.link-to-write-review {
  font-family: CeraGRBlack;
  font-size: 18px;
  color: #272727;
  text-decoration: none;
  background-image: url(../images/btn_bg_green.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 5px;
  padding-right: 10px;
}

a.link-to-write-review:hover {
  background-image: none;
}

.reviews {
  margin-top: 50px;
}

.reviews-first-col {
  background-color: #d6fafd;
  padding: 30px 30px 150px 30px;
}

.reviews-second-col {
  background-color: #dbfdd7;
  padding: 30px 30px;
  margin-top: 60px;
  margin-left: -30px;
}

.each-review {}

.each-review p {
  font-family: CeraGrMedium;
  font-size: 16px;
  color: #505050;
  line-height: 35px;
}

.each-review h5.review-title {
  font-family: CeraGRBlack;
  color: #272727;
  font-size: 18px;
}

.each-review .review-details {
  margin: 30px 0;
}

.each-review .review-details p {
  line-height: normal;
}

.each-review .review-details span {
  color: #44d9e6;
}

.each-review .review-body {}

.each-review .review-body p {}

.each-review .review-bottom-line {}

/* SOCIALS */
.social {
  padding-top: 180px;
  text-align: center;
}

.social .socials-wrapper {
  display: inline-flex;
  padding-left: 0;
}

.social .socials-wrapper li {
  list-style: none;
}

.social .socials-wrapper .socialone {
  background: #a8a8a8;
  border-radius: 50%;
  height: 50px;
  list-style: none;
  margin: 0 10px;
  width: 50px;
  font-size: 2.5rem;
}

.social .socials-wrapper .socialone:before {
  font: 400 1em/50px "FontAwesome";
}

.social .socials-wrapper .socialone:hover {
  animation: transform 0.5s forwards, shadow 1s forwards;
  -ms-animation: transform 0.5s forwards, shadow 1s forwards;
  -moz-animation: transform 0.5s forwards, shadow 1s forwards;
  -webkit-animation: transform 0.5s forwards, shadow 1s forwards;
}

.social .socials-wrapper .facebook:hover {
  background: #3b5998;
}

.social .socials-wrapper .facebook:before {
  color: #fff;
  content: "\f09a";
  display: block;
  line-height: 50px;
  text-align: center;
}

.social .socials-wrapper .twitter:hover {
  background: #00aced;
}

.social .socials-wrapper .twitter:before {
  color: #fff;
  content: "\f099";
  display: block;
  line-height: 50px;
  text-align: center;
}

.social .socials-wrapper .google:hover {
  background: #dd4b39;
}

.social .socials-wrapper .google:before {
  color: #fff;
  content: "\f0d5";
  display: block;
  line-height: 50px;
  text-align: center;
}

.social .socials-wrapper .googlemybusiness:hover {
  background: #4285f4;
}

.social .socials-wrapper .googlemybusiness:before {
  color: #fff;
  content: "\f1a0";
  display: block;
  line-height: 50px;
  text-align: center;
}

.social .socials-wrapper .tripadvisor:hover {
  background: #00af87;
}

.social .socials-wrapper .tripadvisor:before {
  color: #fff;
  content: "\f262";
  display: block;
  line-height: 50px;
  text-align: center;
}

.social .socials-wrapper .instagram:hover {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
}

.social .socials-wrapper .instagram:before {
  color: #fff;
  content: "\f16d";
  display: block;
  line-height: 50px;
  text-align: center;
}

.social .socials-wrapper a {
  text-decoration: none;
}

@-webkit-keyframes transform {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
  }
}

@keyframes transform {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
  }

  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
  }
}

@-webkit-keyframes shadow {
  from {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  }

  to {
    box-shadow: 0 0 0 10px transparent;
  }
}

@keyframes shadow {
  from {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  }

  to {
    box-shadow: 0 0 0 10px transparent;
  }
}

.footer-text {
  padding-top: 70px;
  padding-bottom: 50px;
}

.footer-text a:hover {
  color: #44d9e6;
}

.getDirections {
  padding: 1.5rem 1rem;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  letter-spacing: 1px;
  color: #505050;
  display: inline-block;
}

.getDirections img {
  margin-right: 1rem;
}

a.getDirections,
a.getDirections:hover,
a.getDirections:focus,
a.getDirections:active {
  text-decoration: none;
  color: #505050;
}

.getDirections:hover {
  border-bottom: 2px solid #44d9e6;
}

.copyright {
  padding-top: 50px;
  padding-bottom: 70px;
}

.inset12 {
  margin-left: -940px;
}

.inset11 {
  margin-left: -860px;
}

.inset10 {
  margin-left: -780px;
}

.inset9 {
  margin-left: -700px;
}

.inset8 {
  margin-left: -620px;
}

.inset7 {
  margin-left: -540px;
}

.inset6 {
  margin-left: -460px;
}

.inset5 {
  margin-left: -380px;
}

.inset4 {
  margin-left: -300px;
}

.inset3 {
  margin-left: -220px;
}

.inset2 {
  margin-left: -140px;
}

.inset1 {
  margin-left: -60px;
}

.link.anim-righttoleft:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  height: 3px;
  background: blue;
  transition: all 0.5s ease;
}

.link.anim-righttoleft:hover:after {
  width: 100%;
}

@media (min-width: 1200px) {
  .inset12 {
    margin-left: -1170px;
  }

  .inset11 {
    margin-left: -1070px;
  }

  .inset10 {
    margin-left: -970px;
  }

  .inset9 {
    margin-left: -870px;
  }

  .inset8 {
    margin-left: -770px;
  }

  .inset7 {
    margin-left: -670px;
  }

  .inset6 {
    margin-left: -570px;
  }

  .inset5 {
    margin-left: -470px;
  }

  .inset4 {
    margin-left: -370px;
  }

  .inset3 {
    margin-left: -270px;
  }

  .inset2 {
    margin-left: -170px;
  }

  .inset1 {
    margin-left: -70px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .inset12 {
    margin-left: -724px;
  }

  .inset11 {
    margin-left: -662px;
  }

  .inset10 {
    margin-left: -600px;
  }

  .inset9 {
    margin-left: -538px;
  }

  .inset8 {
    margin-left: -476px;
  }

  .inset7 {
    margin-left: -414px;
  }

  .inset6 {
    margin-left: -352px;
  }

  .inset5 {
    margin-left: -290px;
  }

  .inset4 {
    margin-left: -228px;
  }

  .inset3 {
    margin-left: -166px;
  }

  .inset2 {
    margin-left: -104px;
  }

  .inset1 {
    margin-left: -42px;
  }
}

.restaurant-map .green-left {
  background-size: 42% 100%;
}

.font-vw-24 {
  font-size: 2.4vw;
}

.tablet {
  display: none;
}

.boutique-a-tag {
  display: inline-block;
}

.boutique-a-tag>* {
  display: inline-block;
  vertical-align: middle;
}

.credits-copyright img {
  display: inline-block;
  max-width: 35px;
  vertical-align: middle;
}

.credits-copyright span {
  display: inline-block;
  vertical-align: middle;
  color: #876e6e;
  margin-left: 10px;
}

.accommodation-slider {
  overflow: hidden;
  opacity: 0;
}

.bxslider-wrap {
  /*opacity: 0;*/
}

.bxslider-wrap img {
  max-width: 100%;
}

.weather-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.weather-date .date-time {
  display: block;
  margin-bottom: 10px;
}

.weather {
  color: #44d9e6;
  font-size: 19px;
  text-align: center;
  position: relative;
  height: 100%;
}

.weather .temperature {
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 25px;
  padding: 10px;
  background-color: #fff;
  min-width: 160px;
}

.weather .temp-icon,
.weather .temp-number {
  display: inline-block;
  vertical-align: middle;
}

/*
.bxslider-wrap li {
  display: none;
}

.bxslider-wrap li:first-child {
  display: block;
}
*/
@media (min-width: 1921px) {
  .font-vw-24 {
    font-size: 46px;
  }

  header {
    background-size: 660px;
  }
}

@media (max-width: 1600px) {
  .font-vw-24 {
    font-size: 2.1vw;
  }

  .weather .temperature {
    top: 10%;
    left: 64%;
  }
}

@media (max-width: 991px) {
  .font-vw-24 {
    font-size: 27px;
  }

  .tablet {
    display: block;
  }

  .desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .font-72 {
    font-size: 34px;
  }

  [class*="inset"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table;
  }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

.highslide-caption {
  left: 50%;
  transform: translate(-50%);
  bottom: 70px;
  text-shadow: 1px 1px 1px #000;
}

.highslide-container div {
  font-family: "CeraGR";
  font-size: 24px;
}

#health_guide p,
#health_guide li {
  font-size: 18px;
  padding: 0;
  /* color: #555; */
}

#health_guide p {
  margin-bottom: 10px !important;
}

#health_guide a {
  color: #44d9e6;
  text-decoration: underline;
}

#health_guide .health_badge {
  max-width: 40%;
  float: right;
  margin-left: 35px;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  #health_guide .health_badge {
    float: none;
    margin-left: 0;
    margin-bottom: 35px;
    width: 100%;
    max-width: 450px;
  }
}

#health_guide .health_title {
  font-weight: 700 !important;
  color: #272727 !important;
  margin-bottom: 35px !important;
  font-family: "Cera_GR_Black", sans-serif;
}

#health_guide .health_subtitle {
  font-weight: 700 !important;
  color: #44d9e6 !important;
  margin-bottom: 3px !important;
  font-family: "Cera_GR_Black", sans-serif;
}

.instructions_item {
  font-weight: 700 !important;
  color: #44d9e6 !important;
}

#health_guide .last_p {
  margin-bottom: 25px !important;
}

.header .third-col a.health_link {
  background-color: #44d9e6;
}

@media (min-width: 992px) {
  .header .third-col a.health_link {
    bottom: unset;
    top: -8px;
    padding: 10px 20px;
  }
}

.header .third-col a.health_link:hover {
  color: #fff;
}