@charset "UTF-8";

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
}

a,
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

button {
  border-width: 0;
}

button:focus {
  outline: 0;
}

body {
  font-family: 'Open Sans', 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #2e2f30;
  background-color: #fff;
}

.book-title {
  display: inline;
  text-align: center;
  color: #2574a9;
  font-size: 2rem;
  line-height: normal;
}

.paragraph {
  font-size: 1.6rem;
}

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

.vc {
  height: 100%;
  width: 100%;
  text-align: center;
  /* align the inline(-block) elements horizontally */
}

.vc:before {
  /* create a full-height inline block pseudo=element */
  content: " ";
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}

.vc>.container {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  /* reset the font property */
}

.c-parent {
  position: relative;
}

.c-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.v-center {
  position: relative;
  transform: translatey(-50%);
  top: 50%;
}

.center-div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.element {
  position: relative;
  transform: translateY(25%);
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-padding>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .c-pad-p {
    padding: 5% 0;
  }
}

@media (min-width: 1200px) {
  .c-pad-c {
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    /* width: 62%; */
    /* height: 50%; */
    /* margin: auto; */
    padding: 10% 0;
  }
}

.vcenter {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.margin-top {
  margin-top: 2rem;
}

.rss.opacity {
  filter: opacity(50%);
}

.rss.invert {
  filter: invert(100%);
}

@media (min-width: 768px) {
  .translate-y {
    margin-top: 4.2rem;
  }
}

@media (max-width: 768px) {
  .translate-y {
    padding-top: 2rem;
  }
}

@media (max-width: 1200px) {
  .float-r-xs {
    float: right;
  }
}

.input-number-decrement,
.input-number-increment {
  padding: 0 .8rem;
}

.input-number-decrement:hover,
.input-number-increment:hover {
  color: #F38300;
  cursor: pointer;
}

.btn-b:link,
.btn-b:visited,
input[type=submit],
span.btn-book {
  padding: 2px 18px;
  font-weight: 700;
  line-height: 3rem;
  border: 1px solid #F38300 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-book,
.btn-book:link,
.btn-book:visited {
  background-color: #F38300;
  border-width: 1px;
  border-color: #F38300;
  color: #fff;
}

.btn-book:hover,
.btn-book:active {
  border: 1px solid #F38300;
  background-color: #fff;
  color: #F38300;
  cursor: pointer;
}

.btn-book-form {
  padding: 1rem .5rem;
  background-color: #2574a9;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #2574a9;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-book-form:link,
.btn-book-form:visited {
  background-color: #2574a9;
  color: #fff;
}

.btn-book-form:hover,
.btn-book-form:active {
  border: 1px solid #2574a9;
  background-color: #fff;
  color: #2574a9;
}

.btn-agios-gordios-resort {
  padding: 1rem 3rem;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-agios-gordios-resort:link,
.btn-agios-gordios-resort:visited {
  background-color: #2574a9;
  color: #fff;
}

.btn-agios-gordios-resort:hover,
.btn-agios-gordios-resort:active {
  color: #2574a9;
  border: 1px solid #2574a9;
  background-color: #fff;
}

.btn-accommodation {
  margin-right: 0 !important;
  border-radius: 0;
}

.btn-offers {
  padding: 5px 15px;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 0;
  -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
  transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-offers:link,
.btn-offers:visited {
  background-color: rgba(0, 0, 0, 0.48);
  color: #fff;
}

.navbar-collapse .navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-menu>li>a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.navbar {
  height: 10rem;
}

@media (max-width: 768px) {
  .navbar {
    display: none;
  }
}

.navbar-default {
  background-color: #fff;
}

@media (max-width: 767px) {
  .navbar-default {
    max-height: 80px;
  }
}

@media (max-width: 1050px) {
  .navbar-default div.container {
    padding: 0 5px;
  }
}

@media (max-width: 768px) {
  .navbar-default .navbar-header {
    max-height: 80px;
  }
}

.navbar-default .navbar-header a.navbar-brand .logo-big {
  position: relative;
  height: 5.8rem;
  padding: 1rem;
  background-color: #2574a9;
  z-index: 8;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

.navbar-default .navbar-header a.navbar-brand .logo-small {
  padding: 1rem;
  background-color: #2574a9;
}

.navbar-default .navbar-header .navbar-brand {
  padding: 0 1.5rem;
}

.navbar-default .navbar-nav {
  color: #2574a9;
  font-size: 1.6rem;
  float: right;
}

.navbar-default .navbar-nav i {
  font-size: 2.75rem;
}

@media (max-width: 850px) {
  .navbar-default .navbar-nav {
    font-size: 1.4rem;
    font-size: 1.4rem;
  }

  .navbar-default .navbar-nav i {
    font-size: 2.35rem;
  }
}

/* NAV LIST ITEMS */
@media (min-width: 768px) {
  .navbar-nav .dropdown {
    margin-left: 1px;
  }
}

@media (min-width: 768px) {

  .navbar-nav .dropdown:first-child,
  .navbar-nav .dropdown:last-child {
    min-width: 6.5em;
  }
}

@media (min-width: 768px) {
  .navbar-nav .dropdown:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-nav .dropdown:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {

  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>.open>a:focus {
    background-color: #2574a9;
    color: #fff;
  }
}

/* NAV LINKS */
.dropdown-toggle {
  color: #2574a9;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .dropdown-toggle {
    transition: background-color .25s;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
  }

  .dropdown-toggle:hover {
    background-color: #2574a9;
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .dropdown-toggle {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.dropdown-menu>li>a {
  padding-left: 1em;
  padding-right: 1em;
  line-height: 3 !important;
  transition: background-color .05s, color .05s, border-color .75s 1s;
}

@media (min-width: 768px) {
  .dropdown-menu>li>a {
    color: transparent;
    background-color: transparent;
  }

  .dropdown-menu>li>a:hover {
    color: #2574a9;
  }
}

.open .dropdown-menu a {
  border-top-color: rgba(255, 255, 255, 0.95);
}

@media (min-width: 768px) {
  .open .dropdown-menu a {
    color: #fff;
  }
}

/* Submenu */
.navbar-nav .dropdown-menu {
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  list-style: none;
  text-transform: uppercase;
  transition: padding-bottom 0.75s cubic-bezier(0.6, 0.4, 0.25, 0.75), background-color 2s;
}

@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    display: block;
    position: static;
    left: auto;
    margin: 0;
  }
}

@media (min-width: 850px) {
  .navbar-nav .dropdown-menu {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .navbar-nav .dropdown-menu {
    left: -9999px;
    display: block;
    min-width: 280px;
    background-color: rgba(37, 116, 169, 0.5);
    margin-top: -1px !important;
  }
}

@media (min-width: 768px) {
  .dropdown:nth-last-of-type(2) .dropdown-menu {
    margin-left: -209px;
  }
}

@media (min-width: 768px) {
  .open .dropdown-menu {
    left: 0;
    right: 0;
    background-color: rgba(37, 116, 169, 0.96);
  }
}

.navbar {
  margin-bottom: 0;
  border: 0;
}

.navbar-collapse[style] {
  height: 0 !important;
}

.navbar-collapse {
  font-size: 12px;
}

@media (max-width: 850px) {
  .navbar-collapse {
    padding: 4px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    border: none;
  }
}

@media (max-width: 767px) {
  .navbar-collapse .navbar-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin: 80px 0 0 0;
    padding: 0;
    overflow: hidden;
    min-width: 13em;
  }
}

/* TOGGLE BUTTON */
.navbar-default .navbar-toggle {
  background-color: #444;
  width: 22px;
  height: 100%;
  width: 3em;
  height: 2.5em;
  position: relative;
}

.navbar-default .navbar-toggle:before,
.navbar-default .navbar-toggle:after {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1;
  z-index: 1;
}

.navbar-default .navbar-toggle:before {
  content: " \00D7";
  border: none;
  box-shadow: none;
  font-size: 1.6rems;
  color: #f53200;
}

.navbar-default .navbar-toggle:after {
  position: absolute;
  margin-top: -18px;
  color: #000;
}

.navbar-default .collapsed:before {
  content: "";
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  box-shadow: 0 4px 0 0 #444, 0 6px 0 0 #ccc;
  margin: 10px 8px 15px;
}

.navbar-default .collapsed:hover,
.navbar-default .collapsed:focus {
  border-color: #777;
}

.navbar-default .collapsed:hover:before,
.navbar-default .collapsed:focus:before {
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  box-shadow: 0 4px 0 0 #ddd, 0 6px 0 0 #aaa;
}

@media (min-width: 768px) {
  .navbar-collapse .caret {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

.open[class*="itemcount-1"] .dropdown-menu {
  /* padding-bottom: nth($item-value-list, $i); */
  padding-bottom: 5.3rem;
}

.open[class*="itemcount-2"] .dropdown-menu {
  /* padding-bottom: nth($item-value-list, $i); */
  padding-bottom: 10.6rem;
}

.open[class*="itemcount-3"] .dropdown-menu {
  /* padding-bottom: nth($item-value-list, $i); */
  padding-bottom: 15.9rem;
}

.open[class*="itemcount-4"] .dropdown-menu {
  /* padding-bottom: nth($item-value-list, $i); */
  padding-bottom: 21.2rem;
}

.open[class*="itemcount-5"] .dropdown-menu {
  /* padding-bottom: nth($item-value-list, $i); */
  padding-bottom: 26.5rem;
}

.open[class*="itemcount-6"] .dropdown-menu {
  /* padding-bottom: nth($item-value-list, $i); */
  padding-bottom: 31.8rem;
}

.open[class*="itemcount-7"] .dropdown-menu {
  /* padding-bottom: nth($item-value-list, $i); */
  padding-bottom: 37.1rem;
}

.open[class*="itemcount-8"] .dropdown-menu {
  /* padding-bottom: nth($item-value-list, $i); */
  padding-bottom: 42.4rem;
}

.open[class*="itemcount-9"] .dropdown-menu {
  /* padding-bottom: nth($item-value-list, $i); */
  padding-bottom: 47.7rem;
}

.open[class*="itemcount-10"] .dropdown-menu {
  /* padding-bottom: nth($item-value-list, $i); */
  padding-bottom: 53rem;
}

@media (min-width: 985px) {
  .logo-big {
    opacity: 1;
  }
}

@media (max-width: 985px) {
  .logo-big {
    display: none !important;
    opacity: 0;
  }
}

@media (min-width: 985px) {
  .logo-small {
    display: none !important;
  }
}

@media (max-width: 985px) {
  .logo-small {
    display: block !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1050px) {
  .nav>li>a {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (max-width: 780px) {
  .nav>li>a {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.navbar-default.shrink .navbar-collapse {
  padding: 0;
}

.navbar-default.shrink .navbar-toggle {
  margin: 8px 15px 8px 0;
  padding: 4px 5px;
}

.navbar-default.shrink .navbar-nav i {
  font-size: 2.75rem;
}

.navbar-default.shrink .navbar-brand {
  height: 14px;
}

@media (max-width: 985px) {
  .navbar-default.shrink .navbar-brand .logo-big {
    display: none;
    opacity: 1;
  }
}

@media (min-width: 985px) {
  .navbar-default.shrink .navbar-brand .logo-big {
    display: none;
    opacity: 0;
  }
}

@media (min-width: 985px) {
  .navbar-default.shrink .navbar-brand .logo-small {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .PrevArrow,
.slick-slider .NextArrow {
  position: absolute;
  top: 45%;
  z-index: 5;
  background: transparent;
  font-size: 40px;
  line-height: 0;
  margin-top: -22.5px;
  color: #869791;
}

.slick-slider .PrevArrow:hover,
.slick-slider .NextArrow:hover {
  color: #2574a9;
}

.slick-slider .PrevArrow {
  left: 1%;
}

.slick-slider .NextArrow {
  right: 1%;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: 731px;
  overflow: hidden;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  position: relative;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
}

.slick-slide:focus,
.slick-slide:hover {
  outline: 0;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
/* Dots */
/**
 * Photo
 */
.photo {
  position: relative;
  background-size: cover;
  background-position: center center;
  will-change: transform;
}

.photo.is-animating {
  animation: scale 5s ease-in-out forwards;
}

.photo:before {
  content: "";
  display: block;
}

.photo *> {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1) rotate(0.01deg);
  }
}

.main-slider__image {
  background-size: cover;
  min-height: 63rem;
  min-width: 100%;
  background-blend-mode: screen;
  margin-bottom: 1.5rem;
  border-radius: .3rem;
  background-position: center center;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #2574a9;
}

.owl-theme .owl-nav .owl-prev {
  background: transparent;
  color: #869791;
  font-size: 40px;
  position: absolute;
  top: 35%;
  left: 0;
}

.owl-theme .owl-nav .owl-prev:hover {
  background: none;
  color: #2574a9;
}

.owl-theme .owl-nav .owl-next {
  background: transparent;
  color: #869791;
  font-size: 40px;
  position: absolute;
  top: 35%;
  right: 0;
}

.owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #2574a9;
}

.section-main-slider {
  color: white;
}

.section-main-slider .slick-track {
  max-height: 89vh;
}

@media (max-width: 992px) {
  .section-main-slider .photo-center {
    display: none;
  }

  .section-main-slider .slider-item.photo img {
    display: block;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .section-main-slider .photo-center {
    height: 89vh;
    display: block;
  }
}

@media (min-width: 992px) {
  .section-main-slider .slick-slider {
    height: 89vh;
    overflow: hidden;
  }

  .section-main-slider .slider-item.photo img {
    display: none;
  }
}

.bottom-fade {
  position: absolute;
  width: 48%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
  background: rgba(0, 0, 0, 0.31);
}

@media (max-width: 992px) {
  .bottom-fade {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .bottom-fade {
    width: 45%;
  }
}

.bottom-fade h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 3rem;
}

@media (max-width: 768px) {
  .bottom-fade h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .bottom-fade h2 {
    letter-spacing: 1px;
    font-size: 1.8rem;
  }
}

.bottom-fade p {
  font-size: 1.5rem;
  font-weight: 300;
}

@media (max-width: 992px) {
  .bottom-fade p {
    display: none;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.input-group {
  width: 100%;
}

.page-reservation input[type=number] {
  text-align: center;
}

.page-reservation .input-group-addon.calendar,
.page-reservation .form-control.calendar {
  height: 9rem;
}

.page-reservation .input-group-addon.calendar {
  border: 0;
  text-align: center;
  background-color: #fff;
  font-size: 3.5rem;
  color: #c06800;
}

@media (max-width: 1050px) {
  .page-reservation .input-group-addon.calendar {
    font-size: 3.31rem;
  }
}

.page-reservation .form-control.calendar {
  border: none;
  box-shadow: none;
  padding: 0;
  color: #1b1b1b;
}

.page-reservation .form-control.calendar {
  padding-left: 1rem;
  background-color: #fff;
}

.page-reservation .fa-calendar:hover {
  cursor: pointer;
}

.book-wrapper [class*=' col-'],
.book-wrapper .row {
  overflow: visible;
}

@media (min-width: 768px) {
  .book-wrapper .border-right {
    border-right: 1px solid #d1d1d1;
  }
}

@media (max-width: 992px) {
  .book-wrapper [class*=' col-'] {
    margin-bottom: 1rem;
  }
}

@media (max-width: 580px) {
  .book-wrapper [class*=' col-'] {
    text-align: center;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1050px) {
  .book-wrapper .two_chars {
    font-size: 3.5rem;
  }
}

@media (max-width: 1050px) {
  .book-wrapper .two_chars {
    font-size: 3.4rem;
  }
}

.book-wrapper .c-book-wrapper {
  position: relative;
  padding: 2rem;
  z-index: 3;
  box-shadow: 3px 5px 20px 0px rgba(46, 61, 73, 0.15);
  background-color: #fff;
}

.book-wrapper .c-book-wrapper .input-n {
  width: 46px;
}

@media (min-width: 580px) {
  .book-wrapper label:nth-of-type(1) {
    padding-left: 11%;
  }
}

.book-wrapper label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #595959;
  font-weight: 400;
  font-size: 1.4rem;
}

.book-wrapper .input-group-addon {
  border: 0;
  text-align: center;
  background-color: #fff;
  font-size: 3.5rem;
  color: #c06800;
  height: 9rem;
}

.book-wrapper .form-control {
  border: none;
  box-shadow: none;
  padding: 0;
  height: 9rem;
  color: #1b1b1b;
}

.book-wrapper .form-control[disabled],
.book-wrapper .form-control[readonly],
.book-wrapper fieldset[disabled] .form-control {
  background-color: #fff;
}

.book-wrapper .fa-calendar:hover {
  cursor: pointer;
}

.check-in,
.check-out,
.adults,
.children {
  display: inline-block;
}

.spinner,
.spinner-children {
  line-height: 9rem;
  color: #c06800;
}

.no-border {
  border-right: 0 !important;
}

@media (min-width: 1050px) {

  .check-in,
  .check-out,
  .adults,
  .children,
  .spinner input,
  .spinner-children input {
    font-size: 3.8rem;
  }
}

@media (max-width: 1050px) {

  .check-in,
  .check-out,
  .adults,
  .children,
  .spinner input,
  .spinner-children input {
    font-size: 3.6rem;
  }
}

.spinner input,
.spinner-children input {
  text-align: center;
  border: 0;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical>.btn {
  display: block;
  float: none;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical>.btn:last-child {
  margin-top: -2px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

@media (min-width: 580px) {
  div.btn-wrap {
    padding: 35.2px 0;
  }
}

@media (min-width: 768px) {
  div.btn-wrap {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  div.btn-wrap {
    padding: 35.2px 0 !important;
  }
}

.book-btn {
  height: 12rem;
  padding: 4.5rem 0;
  text-transform: uppercase;
}

.box {
  position: relative;
  height: 60rem;
}

.img-title {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  right: 0;
  top: 37%;
  letter-spacing: 3px;
}

.img-title .heading-agios-gordios {
  margin-bottom: 3rem;
  font-weight: 400;
  text-shadow: 3px 5px 10px #1b1b1b;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

@media (min-width: 640px) {
  .img-title .heading-agios-gordios {
    font-size: 5rem;
  }
}

@media (max-width: 640px) {
  .img-title .heading-agios-gordios {
    font-size: 3rem;
  }
}

.section-agios-gordios {
  background-image: url(../images/agios-gordios.jpg);
  background-size: cover;
  background-position: center;
}

@media (min-width: 1200px) {
  .section-agios-gordios {
    background-attachment: fixed;
  }
}

.wrimagecard {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
  text-align: left;
  background: #fff;
  box-shadow: 0 15px 20px 0px rgba(46, 61, 73, 0.15);
  border-radius: 4px;
  transition: all 0.3s ease;
  text-align: center;
}

@media (max-width: 768px) {
  .wrimagecard {
    padding-bottom: 1rem;
  }
}

.wrimagecard h4 {
  margin: 2rem 0 1rem 0;
  color: #2574a9;
  font-weight: 600;
}

.wrimagecard p {
  padding: 0 2rem;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .wrimagecard p {
    display: none;
  }
}

.wrimagecard-topimage_header {
  padding: 20px;
}

a.wrimagecard:hover,
.wrimagecard-topimage:hover {
  box-shadow: 0 4px 8px 4px rgba(37, 116, 169, 0.2);
}

.wrimagecard-topimage a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.wrimagecard-topimage a i {
  font-size: 7.2rem;
  color: #2574a9;
}

@media (max-width: 768px) {
  .wrimagecard-topimage a i {
    font-size: 4.2rem;
  }
}

.wrimagecard-topimage_title {
  position: relative;
}

.wrimagecard-topimage a {
  height: 28rem;
  border-bottom: none;
  text-decoration: none;
  color: #525c65;
  transition: color 0.3s ease;
}

@media (max-width: 992px) {
  .wrimagecard-topimage a {
    height: 21rem;
  }
}

@media (max-width: 767px) {
  .wrimagecard-topimage a {
    height: 16rem;
  }
}

.section-accommodation .section-title {
  padding: 3rem 0 1.5rem 0;
  background-color: rgba(42, 130, 190, 0.08);
  text-align: center;
}

.section-accommodation .section-title h2 {
  font-size: 4rem;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to right, #2574a9, #2f90d2);
  -webkit-background-clip: text;
}

@media (max-width: 768px) {
  .section-accommodation .section-title h2 {
    font-size: 3rem;
  }
}

/* Common style */
figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

figure img {
  opacity: 0.8;
}

figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
  pointer-events: none;
}

figure figcaption,
figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

figure h2 span {
  font-weight: 800;
}

figure h2,
figure p {
  margin: 0;
}

figure p {
  letter-spacing: 1px;
  font-size: 1.6rem;
}

/*---------------*/
/***** Milo *****/
/*---------------*/
.effect-milo {
  background: rgba(0, 0, 0, 0);
}

.effect-milo {
  position: relative;
  background-size: cover !important;
}

.effect-milo:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
  content: ' ';
}

.effect-milo:hover {
  background-color: rgba(37, 116, 169, 0.3) !important;
}

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

@media (max-width: 480px) {
  figure.effect-milo h2 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  figure.effect-milo h2 {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

figure.effect-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

@media (max-width: 480px) {
  figure.effect-milo p {
    display: none;
  }
}

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.section-image-gallery .section-divider {
  margin-bottom: 2rem;
}

.section-image-gallery .photo-box .img {
  max-width: 100%;
  height: auto;
  min-height: 250px;
  transition: all .25s;
}

.section-image-gallery .photo-box .img:hover {
  position: relative;
  z-index: 2;
  transform: scale(1.1);
}

.section-image-gallery .row:first-child {
  margin-bottom: 2rem;
}

.section-image-gallery a,
.section-image-gallery a:visited,
.section-image-gallery a:link,
.section-image-gallery a:focus {
  font-size: 1.6rem;
  color: #2574a9;
}

.section-image-gallery a:hover,
.section-image-gallery a:visited:hover,
.section-image-gallery a:link:hover,
.section-image-gallery a:focus:hover {
  color: #2f90d2;
}

.section-image-gallery .holder {
  position: relative;
  overflow: hidden;
  height: 205px;
}

.section-image-gallery .holder img {
  background-color: #2574a9;
  opacity: 0.9;
  transition: all 0.25s ease-in;
}

.section-image-gallery .holder img:hover {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: scale(1.1);
}

.section-image-gallery .btn-agios-gordios-resort {
  margin-right: 0;
  padding: 1rem 1rem;
}

.footer {
  background: #2f90d2;
  color: white;
  margin-top: 30px;
  font-size: 1.4rem;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
  color: #ff0000;
}

.footer .container {
  padding: 4rem 0;
}

@media (max-width: 1200px) {
  .footer .container {
    padding: 4rem 0 0 0;
  }
}

@media (min-width: 769px) {
  .footer .col-md-6 {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .footer .col-md-6 {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 1200px) {
  .footer .container {
    text-align: center;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .footer [class*=' col-'] {
    min-height: 25.5rem;
  }
}

.footer .footer-left img {
  margin-bottom: 1rem;
}

.footer .footer-left h3 {
  font-weight: 300;
}

.footer .footer-left i {
  font-size: 1.8rem;
}

.footer .footer-left .footer-details {
  margin-bottom: .6rem;
}

.footer .footer-left .footer-details span a {
  color: #fff;
}

.footer .footer-links {
  line-height: 3rem;
  letter-spacing: 1px;
}

@media (min-width: 1200px) {
  .footer .footer-links:first-child {
    float: right;
    padding-right: 25%;
  }
}

.footer .footer-links a {
  display: table;
  color: #fff;
  transition: transform .3s;
}

.footer .footer-links a:hover {
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .footer .footer-links a {
    margin: auto;
  }
}

.footer .weather-box {
  margin: auto;
}

@media (min-width: 1200px) {
  .footer .weather-box {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .footer .weather-box {
    max-width: 55%;
  }
}

@media only screen and (max-width: 991px) {
  .footer .weather-box {
    max-width: 33% !important;
  }
}

@media only screen and (max-width: 768px) {
  .footer .weather-box {
    max-width: 90% !important;
  }
}

.footer .copyright {
  background-color: #2574a9;
  padding: 1rem 1rem;
}

.footer .copyright a {
  color: white;
}

.wrapper.count-4 {
  min-width: 0 !important;
  max-width: 0 !important;
}

/* -------------------------------- 

Primary style

-------------------------------- */
/* remove “X” from search input field */
/* -------------------------------- 

Main Components 

-------------------------------- */
@media (max-width: 768px) {
  main {}
}

.m-navbar {
  background: #2574a9;
  height: 8rem;
}

@media (min-width: 768px) {
  .m-navbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .m-navbar {
    display: block;
  }

  .m-navbar .col-xs-8 span {
    line-height: 5rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 768px) and (max-width: 380px) {
  .m-navbar .col-xs-8 span {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

@media (max-width: 768px) and (max-width: 600px) {
  .m-navbar .col-xs-8 span {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .m-navbar .col-xs-2 img.m-logo-small {
    height: 48px;
    width: 50px;
    padding: 5px;
    background-color: #2574a9;
  }
}

.m-navbar>.container {
  min-width: 95%;
}

a.arrow-padding {
  padding-right: 4rem !important;
}

.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  float: left;
  height: 4rem;
  width: 5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
  padding: 1rem 1rem;
  background-color: #2574a9;
  color: #ffffff;
  border-radius: 3px;
}

.no-touch .cd-dropdown-trigger:hover {
  background-color: #2a82be;
}

.cd-dropdown-trigger::before,
.cd-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  position: absolute;
}

.cd-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}

.cd-dropdown h2 {
  font-size: 1.9rem;
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 20px;
}

.cd-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2574a9;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #2574a9;
  border-bottom: 1px solid #367fb0;
}

.cd-dropdown .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}

.cd-dropdown .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}

.cd-dropdown-content,
.cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #367fb0;
  border-style: solid;
}

.cd-dropdown-content li:first-of-type>a,
.cd-dropdown-content ul li:first-of-type>a {
  border-top-width: 0;
}

.cd-dropdown-content li:last-of-type>a,
.cd-dropdown-content ul li:last-of-type>a {
  border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1a5176;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #669ec3;
  text-transform: uppercase;
}

.cd-dropdown-content .cd-divider+li>a,
.cd-dropdown-content ul .cd-divider+li>a {
  border-top-width: 0;
}

.cd-dropdown-content a,
.cd-dropdown-content .cd-search,
.cd-dropdown-content .cd-divider,
.cd-dropdown-content ul a,
.cd-dropdown-content ul .cd-search,
.cd-dropdown-content ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden,
.cd-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-dropdown-content.is-hidden>li>a,
.cd-dropdown-content.is-hidden>li>.cd-search,
.cd-dropdown-content.is-hidden>.cd-divider,
.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.is-hidden>li>a,
.cd-dropdown-content ul.is-hidden>li>.cd-search,
.cd-dropdown-content ul.is-hidden>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}

.cd-dropdown-content.move-out>li>a,
.cd-dropdown-content.move-out>li>.cd-search,
.cd-dropdown-content.move-out>.cd-divider,
.cd-dropdown-content ul.move-out>li>a,
.cd-dropdown-content ul.move-out>li>.cd-search,
.cd-dropdown-content ul.move-out>.cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content,
.dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}

.cd-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #3f8654;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3,
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
  padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
  padding-left: 75px;
  position: relative;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
  color: #2574a9;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: visible;
  }
}

.has-children>a,
.go-back a {
  position: relative;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children>a::before,
.go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children>a::after,
.go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-children>a {
  padding-right: 40px;
}

.has-children>a::before,
.has-children>a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-dropdown-content .go-back a {
  padding-left: 40px;
  padding-right: 3.5rem;
}

.cd-dropdown-content .go-back a::before,
.cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

.top-header {
  font-size: 1.6rem;
  color: #fff;
  background-color: #2574a9;
}

@media (max-width: 850px) {
  .top-header {
    font-size: 1.4rem;
  }
}

.top-header .fa {
  vertical-align: sub;
  margin-right: .9rem;
}

.top-header i {
  font-size: 2.4rem;
}

.top-header a,
.top-header i {
  color: #fff;
}

.top-header .top-header-right i:hover,
.top-header .top-header-right a:last-child:hover,
.top-header .top-header-right a:nth-last-child(2):hover {
  color: #F38300;
}

.top-header .top-header-right a:first-child {
  display: none;
}

.top-header .top-header-right a:first-child,
.top-header .top-header-right a:nth-child(2),
.top-header .top-header-right span.btn-book,
.top-header .top-header-right i {
  margin-right: 3.5rem;
}

@media (max-width: 768px) {

  .top-header .top-header-right a:first-child,
  .top-header .top-header-right a:nth-child(2),
  .top-header .top-header-right span.btn-book,
  .top-header .top-header-right i {
    margin-right: 1rem;
  }
}

.top-header .panoramic-view {
  display: inline;
}

.top-header .panoramic-view img {
  display: inline-block;
  width: 6rem;
}

.text-right {
  float: right;
}

.section-welcome {
  padding: 4.2rem 0;
  text-align: center;
}

@media (max-width: 768px) {
  .section-welcome {
    padding: 2rem 0;
  }
}

.section-welcome span:first-child {
  display: block;
  line-height: normal;
  font-weight: 600;
  color: #999;
  font-style: normal;
  text-transform: uppercase;
}

.section-welcome span:nth-child(2) {
  font-size: 4rem;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to right, #2574a9, #2f90d2);
  -webkit-background-clip: text;
}

@media (max-width: 768px) {
  .section-welcome span:nth-child(2) {
    font-size: 3rem;
  }
}

.section-divider {
  /* margin-bottom: 3rem;*/
}

.section-services,
.section-awards,
.section-image-gallery,
.gmaps_directions {
  text-align: center;
}

.section-services h2,
.section-awards h2,
.section-image-gallery h2,
.gmaps_directions h2 {
  font-size: 4rem;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to right, #2574a9, #2f90d2);
  -webkit-background-clip: text;
}

@media (max-width: 768px) {

  .section-services h2,
  .section-awards h2,
  .section-image-gallery h2,
  .gmaps_directions h2 {
    font-size: 3rem;
  }
}

.section-services {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-services .section-divider {
  margin-bottom: 3rem;
}

@media (max-width: 992px) {
  .section-services .section-divider {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .section-services .section-divider {
    margin-bottom: 1rem;
  }
}

.section-awards {
  padding: 4.2rem 0;
}

.section-awards .section-divider {
  margin-bottom: 4.2rem;
}

@media (max-width: 768px) {
  .section-awards {
    padding: 2rem 0;
  }

  .section-awards .section-divider {
    margin-bottom: 2rem;
  }
}

.section-awards .booking img,
.section-awards .zoover img {
  max-width: none;
  max-height: 124.2px;
}

.section-awards .booking img:hover,
.section-awards .zoover img:hover {
  cursor: pointer;
}

.section-awards .owl-theme .owl-nav .owl-prev {
  background: transparent;
  color: #869791;
  font-size: 40px;
  position: absolute;
  top: 17%;
  left: 0;
}

.section-awards .owl-theme .owl-nav .owl-prev:hover {
  background: none;
  color: #2574a9;
}

.section-awards .owl-theme .owl-nav .owl-next {
  background: transparent;
  color: #869791;
  font-size: 40px;
  position: absolute;
  top: 17%;
  right: 0;
}

.section-awards .owl-theme .owl-nav .owl-next:hover {
  background: none;
  color: #2574a9;
}

@media (min-width: 769px) {
  main {
    /*	  background:#f4f4f4;*/
    min-height: 60vh;
  }
}

.hr-awards {
  margin-top: 0;
  margin-bottom: 0;
}

.hr-awards {
  border: 1px solid #2f90d2;
}

.section-breadcrump {
  position: relative;
  background-image: url(../images/breadcrumb.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
  margin-bottom: 3rem;
}

.section-breadcrump a,
.section-breadcrump a:link,
.section-breadcrump a:visited,
.section-breadcrump a:active,
.section-breadcrump a:hover {
  color: #fff;
}

.section-breadcrump:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(black, black);
  opacity: .15;
}

.section-breadcrump .background-image {
  height: 13rem;
}

.section-breadcrump .room-title {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 3rem;
  width: 30%;
  margin: auto;
}

.section-breadcrump .room-title h2 {
  font-weight: 400;
  font-size: 3.6rem;
  color: #fff;
  margin-top: 5px;
  /*      letter-spacing: 2px; */
  /*
	  border-top:5px solid #fff;
	  border-bottom:5px solid #fff;
*/
}

@media (max-width: 580px) {
  .section-breadcrump .room-title h2 {
    font-size: 2.8rem;
    padding-top: 1rem;
  }
}

.section-breadcrump .room-title .section-divider {
  /*margin-bottom: 2rem; */
}

.section-breadcrump .room-title h4 {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.slider-container {
  position: relative;
  display: block;
}

.slider-container .slider-controls a {
  position: absolute;
  top: 45%;
  z-index: 100;
  color: rgba(51, 51, 51, 0.8);
  border-radius: 50%;
  width: 3.3rem;
  height: 3.3rem;
}

.slider-container .slider-controls a.slider-left {
  left: 1rem;
}

.slider-container .slider-controls a.slider-right {
  right: 1rem;
}

.thumbnail-slider-container {
  margin-top: 5px;
}

.thumbnail-slider .content {
  padding: 5px;
}

.thumbnail-slider .owl-item.active.center {
  border: 3px solid #333333;
}

.thumbnail-slider .owl-stage {
  transform: none !important;
}

.section-room-details,
.gmaps_directions {
  margin-top: 2rem;
}

.section-room-details .col-lg-6,
.gmaps_directions .col-lg-6 {
  margin-bottom: 2rem !important;
}

@media (max-width: 768px) {

  .section-room-details,
  .gmaps_directions {
    margin-top: 2rem;
  }

  .section-room-details .col-lg-6,
  .gmaps_directions .col-lg-6 {
    padding: 0;
  }
}

.section-room-details .room-box,
.gmaps_directions .room-box {
  max-width: 82%;
  margin-top: 1rem;
}

.section-room-details .room-box img,
.gmaps_directions .room-box img {
  height: 3rem;
}

.section-room-details .room-box p,
.gmaps_directions .room-box p {
  margin-top: .5rem;
  color: #2574a9;
  font-size: 1.8rem;
}

@media (min-width: 580px) {

  .section-room-details .room-right-column,
  .gmaps_directions .room-right-column {
    padding-left: 1rem;
  }

  .section-room-details .show-sm,
  .gmaps_directions .show-sm {
    display: none;
  }
}

@media (max-width: 580px) {

  .section-room-details .hide-sm,
  .gmaps_directions .hide-sm {
    display: none;
  }

  .section-room-details .show-sm,
  .gmaps_directions .show-sm {
    display: block;
  }
}

.section-room-details .room-services,
.gmaps_directions .room-services {
  margin-top: 2.4rem;
}

@media (min-width: 580px) {

  .section-room-details .room-services [class*="col-"],
  .gmaps_directions .room-services [class*="col-"] {
    margin-left: 2rem;
    width: 45%;
  }
}

@media (max-width: 580px) {

  .section-room-details .room-services [class*="col-"],
  .gmaps_directions .room-services [class*="col-"] {
    text-align: center;
  }
}

@media (min-width: 581px) {

  .section-room-details .room-services [class*="col-"]:nth-child(4n),
  .section-room-details .room-services [class*="col-"]:nth-child(4n-1),
  .gmaps_directions .room-services [class*="col-"]:nth-child(4n),
  .gmaps_directions .room-services [class*="col-"]:nth-child(4n-1) {
    background: #fff;
  }

  .section-room-details .room-services [class*="col-"]:nth-child(4n-2),
  .section-room-details .room-services [class*="col-"]:nth-child(4n-3),
  .gmaps_directions .room-services [class*="col-"]:nth-child(4n-2),
  .gmaps_directions .room-services [class*="col-"]:nth-child(4n-3) {
    background: rgba(42, 130, 190, 0.08);
  }
}

@media (max-width: 580px) {

  .section-room-details .room-services [class*="col-"]:nth-child(2n),
  .gmaps_directions .room-services [class*="col-"]:nth-child(2n) {
    background: #fff;
  }

  .section-room-details .room-services [class*="col-"]:nth-child(2n-1),
  .gmaps_directions .room-services [class*="col-"]:nth-child(2n-1) {
    background: rgba(42, 130, 190, 0.08);
  }
}

.section-room-details .room-services .room-service,
.gmaps_directions .room-services .room-service {
  line-height: 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  opacity: .8;
}

.section-room-details .room-description,
.gmaps_directions .room-description {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  text-align: justify;
}

.book-room-page {
  margin-bottom: 6rem;
}

.page-services,
.page-gordios,
.page-corfu,
.page-terms {
  padding-top: 3rem;
  text-align: center;
}

@media (max-width: 768px) {

  .page-services,
  .page-gordios,
  .page-corfu,
  .page-terms {
    padding: 2rem 0;
  }
}

.page-services .service-box .title,
.page-services .gordios-box .title,
.page-services .corfu-box .title,
.page-services .terms-box .title,
.page-gordios .service-box .title,
.page-gordios .gordios-box .title,
.page-gordios .corfu-box .title,
.page-gordios .terms-box .title,
.page-corfu .service-box .title,
.page-corfu .gordios-box .title,
.page-corfu .corfu-box .title,
.page-corfu .terms-box .title,
.page-terms .service-box .title,
.page-terms .gordios-box .title,
.page-terms .corfu-box .title,
.page-terms .terms-box .title {
  font-size: 4rem;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to right, #2574a9, #2f90d2);
  -webkit-background-clip: text;
}

@media (max-width: 768px) {

  .page-services .service-box .title,
  .page-services .gordios-box .title,
  .page-services .corfu-box .title,
  .page-services .terms-box .title,
  .page-gordios .service-box .title,
  .page-gordios .gordios-box .title,
  .page-gordios .corfu-box .title,
  .page-gordios .terms-box .title,
  .page-corfu .service-box .title,
  .page-corfu .gordios-box .title,
  .page-corfu .corfu-box .title,
  .page-corfu .terms-box .title,
  .page-terms .service-box .title,
  .page-terms .gordios-box .title,
  .page-terms .corfu-box .title,
  .page-terms .terms-box .title {
    font-size: 3rem;
  }
}

.page-services .service-box .content,
.page-services .gordios-box .content,
.page-services .corfu-box .content,
.page-services .terms-box .content,
.page-gordios .service-box .content,
.page-gordios .gordios-box .content,
.page-gordios .corfu-box .content,
.page-gordios .terms-box .content,
.page-corfu .service-box .content,
.page-corfu .gordios-box .content,
.page-corfu .corfu-box .content,
.page-corfu .terms-box .content,
.page-terms .service-box .content,
.page-terms .gordios-box .content,
.page-terms .corfu-box .content,
.page-terms .terms-box .content {
  font-size: 1.6rem;
}

@media (max-width: 1200px) {

  .page-services div[class^="col-"]:not(:last-child),
  .page-gordios div[class^="col-"]:not(:last-child),
  .page-corfu div[class^="col-"]:not(:last-child),
  .page-terms div[class^="col-"]:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.section-galleries {
  padding-top: 3rem;
}

.section-galleries .owl-theme .owl-nav .owl-prev {
  left: -13px;
}

.section-galleries .owl-theme .owl-nav .owl-next {
  right: -13px;
}

.section-galleries .fa-stack-1x,
.section-galleries .fa-stack-2x {
  transform: translateY(-35px);
}

.section-galleries .top_gallery_title_container {
  margin-bottom: 4rem;
}

.section-galleries .top_gallery_title_container a {
  font-size: 2rem;
  color: #2574a9;
  transition: all 0.25s;
}

.section-galleries .top_gallery_title_container a:not(:last-child) {
  margin-right: 1.5rem;
}

.section-galleries .top_gallery_title_container a:hover {
  color: #2f90d2;
  border-bottom-color: #2f90d2;
  border-bottom: 4px solid #2f90d2;
}

.underlined {
  color: #2f90d2;
  border-bottom-color: #2f90d2;
  border-bottom: 4px solid #2f90d2;
}

@media (max-width: 768px) {
  #owl-gallery-nav .owl-nav {
    display: none;
  }
}

.gallery-wrap .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 620px) {
  .gallery-wrap .item {
    height: 165px;
  }
}

.gallery-wrap .item a img {
  margin: auto;
}

.gallery-wrap .item:hover i {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-wrap .item:hover img {
  opacity: 0.3;
  filter: grayscale(100%);
}

.gallery-wrap .item * {
  transition: all .35s ease-in-out;
}

.gallery-wrap .item i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #2574a9;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.page-contact {
  padding-top: 2rem;
}

.page-contact .gmaps_directions {
  text-align: center;
  font-size: 1.8rem;
}

.page-contact .gmaps_directions legend {
  color: #2574a9;
  margin-bottom: 1rem;
}

.page-contact .gmaps_directions a {
  padding-left: 1rem;
  color: #2574a9;
}

.page-contact .contact-form .input-group-addon {
  color: #2574a9;
  border-radius: 0;
  font-size: 1.8rem;
  background: #fff;
  border: 1px solid #ccc;
  border-right: 0;
}

@media (max-width: 768px) {
  .page-contact .contact-form .cont {
    margin-bottom: 1.5rem;
  }
}

.page-contact .contact-form input.form-control {
  height: 50px;
}

.page-contact .contact-form .form-control {
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
}

.page-contact .contact-form #ContactFormSuccess {
  display: none;
  margin-bottom: 2rem;
  border: 2px solid #8ddb28;
  background: #dbf0c0;
  text-align: center;
  font-size: 24px;
  color: #5e9c0e;
  padding: 20px;
  line-height: 30px;
  width: auto;
}

.page-res {
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}

.page-res .room-type {
  padding: 0 !important;
}

.page-res .custom-select {
  position: relative;
}

.page-res .custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.page-res .select-selected:before {
  position: absolute;
  content: "";
  bottom: 3.3rem;
  left: 2.5rem;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #F38300 transparent transparent transparent;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .page-res .select-selected:before {
    left: 0.5rem;
  }
}

.page-res .select-selected.select-arrow-active:before {
  border-color: transparent transparent #F38300 transparent;
  bottom: 4.3rem;
}

.page-res .select-items div,
.page-res .select-selected {
  color: #1b1b1b;
  padding: 1.9rem;
  border: 1px solid #fff;
  cursor: pointer;
  user-select: none;
  max-width: 24.5rem;
}

.page-res .select-selected {
  font-size: 3rem;
  margin: 0 auto;
}

.page-res .select-items {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 1.5rem;
  right: 0;
  z-index: 99;
  max-width: 24.5rem;
  color: #fff;
  background-color: #d2d2d2;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .page-res .select-items {
    font-size: 1.6rem;
  }
}

.page-res .select-hide {
  display: none;
}

.page-res .select-items div:hover,
.page-res .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.page-res span.asterisk {
  color: #F38300;
}

.page-res #ReservationFormSuccess {
  display: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 2px solid #8ddb28;
  background: #dbf0c0;
  text-align: center;
  font-size: 24px;
  color: #5e9c0e;
  padding: 20px;
  line-height: 30px;
}

.page-res .personal-d input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.page-res textarea.personal-m {
  width: 100%;
}

.page-offers {
  padding-top: 3rem;
}

@media (max-width: 768px) {
  .page-offers div[class^="col-"]:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.page-offers .offer-box {
  position: relative;
  height: 260px;
  width: 435px;
  max-width: 100%;
  margin: auto;
  background: #2574a9;
}

.page-offers .offer-box .title {
  font-weight: bold;
  color: white;
  font-size: 2.4rem;
  font-style: italic;
  padding: 1.5rem;
}

@media (max-width: 480px) {
  .page-offers .offer-box .title {
    font-size: 2rem;
  }
}

.page-offers .offer-box .subtitle {
  font-size: 1.6rem;
  font-family: georgia;
  padding: 5px 15px;
  font-style: italic;
  color: white;
}

.page-offers .offer-box .subtitle span {
  font-size: 20px;
}

.page-offers .offer-box .description {
  position: absolute;
  width: 45%;
  padding: 15px 0 15px 15px;
  color: white;
  line-height: 15px;
  left: 0;
  bottom: 0;
}

.page-offers .offer-box .thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5rem 1.5rem 1.5rem;
}


/* new css */
.gallery {
  padding-bottom: 5rem;
}

.c-wrap {
  padding: 5rem 0 0 0 !important;
  width: 100%;
  float: left;
}

.card {
  display: inline-block;
  position: relative;
  /*  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 250px;*/
  height: 370px;
  transition: all .25s ease;
  border-radius: 4px;
  margin-bottom: 20px;
}

.cards_title {
  font-size: 2.6rem;
  padding-bottom: 1rem;
  text-align: center;
  border-bottom: solid 3px #7a1123;
  margin-bottom: 40px;
}

.cards_title span {
  color: #707070;
  font-size: 2.2rem;
}

.card img {
  position: absolute;
  /*  width: 250px;*/
  left: 0;
}


.ads .card-image {
  height: 200px;
}

.ads .card {
  height: 270px;
}

.card-image {
  height: 290px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 15px;
  width: 250px;
  left: 0;
  right: 0;
  margin: auto;
}

.card .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 20px;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  display: none;
}

.card:hover {
  transform: scale(1.1);
  box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.75);
  /*   height: 400px; */
  background-color: #fff;
  z-index: 400;
}

.button {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
  opacity: 0;
  /*   transition: all .35s ease; */
}

.button a {
  width: 200px;
  padding: 7px 5px;
  text-align: center;
  color: white;
  z-index: 1;
  background: red;
  border-radius: 1px;
}

.card-title {
  bottom: 20px;
  position: absolute;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  width: 250px;
  left: 0;
  right: 0;
  color: #8c1424;
  margin: auto;
}

.card:hover .button {
  opacity: 1;
}

.footer-details {
  font-size: 1.7rem;
  font-weight: 600;
}

.cls_btn {
  font-size: 25px;
  position: absolute;
  top: -25px;
  color: #fff;
  text-align: right;
  width: 100%;
  cursor: pointer;
  right: 50px;
  display: none;
}

.listing-container {
  padding: 3rem 0;
}

.listing {
  height: 150px;
  margin-bottom: 30px;
}


.listing:hover .listing-title {
  color: Black;
}

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

.listing-inner {
  height: 150px;
  position: relative;
}

.listing-inner:hover {
  /*box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.3);*/
}

.listing-image {
  height: 100px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  /*    border: solid 1px #efefef;*/
  border-radius: 3px;

  transition: all .25s ease;
}

.listing-image:hover {
  transform: scale(1.1);
  box-shadow: 0px 3px 9px 0px rgba(50, 50, 50, 0.75);
  background-color: #fff;
  z-index: 400;
}

.listing-image img {

  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 70px;
  max-width: 85%;

}

.listing-title {

  font-size: 15px;
  text-align: center;
  font-weight: 600;
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -10px;
  color: #8c1424;
  line-height: 20px;


}

.lightbox .lb-image {
  height: auto !important;
}

.lb-dataContainer {
  top: -45px;
  right: 0;
  left: 0;
  position: absolute;
}

.lb-data .lb-caption {
  font-size: 15px !important;
  font-weight: bold;
  line-height: 1.6em !important;
}


.lb-container.is-mobile img {
  max-width: 400px !important;
  margin-inline: auto;
}

.lb-container.is-mobile {
  background: #e7e7e7;
}

@media (max-width: 768px) {

  .card {
    margin: 3rem 0;
  }

  .card:hover {
    transform: none;
  }

  .card-image {
    height: 300px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
  }

  .card-title {
    width: 100%;
    right: 0;
    left: 0;
  }

  .card img {
    width: 80%;
    right: 0;
    left: 0;
    margin: auto;
  }

  .button {
    width: 100%;
    left: 0;
    right: 0;
    opacity: 1;
  }

  .listing-container {
    padding-bottom: 3rem;
    min-height: 48vh;
  }

}

@media (max-width: 480px) {
  .section-breadcrump .room-title {
    width: 60%;
  }

  .section-breadcrump .room-title h2 {
    border: none;
  }

  .card {
    margin: 3rem 0;
  }

  .card:hover {
    transform: none;
  }

  .card img {
    width: 100%;
  }

  .logo {
    max-width: 100%;
  }

  .divider {
    max-width: 100%;
  }

  .footer {
    background-size: cover !important;
    height: auto !important;
    padding-bottom: 4rem;
  }

}

@media (max-width: 1200px) and (min-width: 1024px) {
  .card-image {
    width: 220px;
  }
}

.copyright {
  margin-bottom: 0;
}

.copyright p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
}


.btn.login {
  background: #801325;
  color: #fff;
  border: none !important;
  border-radius: 3px;
}

.btn.category.disable {
  background: #808080;
}

.btn.category {
  font-size: 16px;
  padding: 8px 20px;
  font-weight: 600;
}

.lb-nav {
  display: none !important;
}

.lb-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  z-index: 999;
  background: #fff;
  min-height: 150px;
  /*    padding-top: 20%;*/
}