@charset "UTF-8";
/*$font-stack:          Arial, Helvetica, sans-serif;*/
/* Page setup */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

body {
  background: #ffffff;
  font: 100% Montserrat, Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 1.6;
}

#page {
  min-height: 100vh;
  /* Override this margin with the actual height of the footer for sticky footers */
  margin-bottom: -202px;
}

#availability_special_offers #page {
  margin-bottom: 0;
  min-height: 50vh;
}

.push {
  /* Override this height with the actual height of the footer for sticky footers */
  height: 202px;
}

#main-content {
  padding-top: 185px;
}

@media (min-width: 600px) {
  #main-content {
    padding-top: 158px;
  }
}
@media (min-width: 768px) {
  #main-content {
    padding-top: 187px;
  }
}
/* End page setup */
/* General styles */
.clear-both {
  clear: both;
}

@media (min-width: 768px) {
  .container.no-pad,
.container-fluid.no-pad {
    padding: 0;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

h1,
h2,
h3,
h4,
h5 {
  color: #25376b;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: bold;
}

.background-bright-blue h1,
.background-bright-blue h2,
.background-bright-blue h3,
.background-bright-blue h4,
.background-bright-blue h5,
.background-dark-blue h1,
.background-dark-blue h2,
.background-dark-blue h3,
.background-dark-blue h4,
.background-dark-blue h5 {
  color: #ffffff;
}

h2, h3 {
  border-bottom: 4px solid #3face2;
  padding-bottom: 25px;
}

.background-bright-blue h1,
.background-bright-blue h2,
.background-bright-blue h3,
.background-bright-blue h4,
.background-bright-blue h5 {
  border-bottom-color: #25376b;
}

h2.no-border,
h3.no-border {
  border-bottom: none;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

@media (min-width: 768px) {
  h1,
h2,
h3,
h4,
h5 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }
}
p, a, li, td {
  font-size: 17px;
  font-weight: 400;
}

span.large {
  font-size: 26px;
}

a {
  color: #3face2;
  text-decoration: none;
}

h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover,
h4 a, h4 a:hover,
h5 a, h5 a:hover {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #25376b;
  text-decoration: underline;
}

.col-full-width {
  clear: both;
  margin: 0 calc(50% - 50vw);
}

hr {
  border-top: 1px solid #dbdbdb;
  margin-bottom: 30px;
  margin-top: 30px;
}

blockquote {
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.4em;
  text-transform: none;
  padding: 0;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.text-align-center img {
  margin: 0 auto;
}

img.float-right,
img.float-left,
img.float-right-nm,
img.float-left-nm {
  display: block;
  margin: 0 auto;
  float: none !important;
}

@media (min-width: 768px) {
  img.float-right,
img.float-left,
img.float-left-nm,
img.float-right-nm {
    display: inline;
  }

  img.float-right,
img.float-right-nm {
    float: right !important;
  }

  img.float-right {
    margin: 0 0 20px 20px;
  }

  img.float-left,
img.float-left-nm {
    float: left !important;
  }

  img.float-left {
    margin: 0 20px 20px 0;
  }
}
img.rollover {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

img.rollover:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  transition: all 0.3s ease-in-out;
}

table {
  margin: 0 auto;
}

th, td {
  padding: 10px;
}

.testimonials-view {
  margin: 0 calc(50% - 50vw);
  background: #25376b;
  color: #ffffff;
  text-align: center;
}

.testimonials-view .container {
  min-height: 495px;
  background: url(/sites/southoverbeach/themes/custom/southover_beach/images/testimonialsbg.png) top right no-repeat;
}

.testimonials-view .testimonials-header {
  border-bottom: 4px solid #3face2;
}

.testimonials-view h4 {
  color: #ffffff;
  font-size: 30px;
}

.testimonials-view h4:before {
  display: inline-block;
  margin-right: 10px;
  content: "";
  width: 84px;
  height: 83px;
  background: url(/sites/southoverbeach/themes/custom/southover_beach/images/testimonialsheaderbg.png) center left no-repeat;
  padding-left: 84px;
  position: relative;
  top: 20px;
}

.testimonial-author {
  font-style: italic;
  font-weight: 600;
}

.testimonial-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.testimonial-content p {
  font-size: 30px;
}

.testimonial-content p:first-of-type:before {
  content: "“";
  display: inline-block;
  font-size: 120%;
  margin-right: 3px;
}

.testimonial-content p:last-of-type:after {
  content: "”";
  display: inline-block;
  font-size: 120%;
  margin-left: 3px;
}

.testimonials-view .testimonials-pager {
  margin: 60px 0;
  clear: both;
}

.testimonials-view .views-row:nth-child(odd) {
  clear: both;
}

.testimonial-tile {
  margin: 20px;
  padding: 20px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  color: #25376b;
}
.testimonial-tile .testimonial-content p {
  font-size: 17px;
}

.testimonials-view nav {
  text-align: center;
}

.testimonials-view nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonials-view nav li {
  display: inline;
  padding: 4px;
  font-size: 0;
  margin: 0 3px;
  position: relative;
  background: #3face2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-view nav a {
  padding: 4px;
  position: absolute;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.testimonials-view nav a span {
  display: none;
}

.stats-view {
  margin: 0 calc(50% - 50vw);
  background: url(/sites/southoverbeach/themes/custom/southover_beach/images/wavesbg.png) center center no-repeat;
  background-size: cover;
}

.stats-view .row .col-md-4 .stat {
  background: #3face2;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 250px;
  height: 250px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.stats-view .row .col-md-4:first-of-type .stat {
  background: #25376b;
}

.stats-view .row .col-md-4:last-of-type .stat {
  background: #e31e24;
}

@media (min-width: 1024px) {
  .stats-view .row .col-md-4:first-of-type .stat {
    float: left;
  }

  .stats-view .row .col-md-4:last-of-type .stat {
    float: right;
  }
}
.stats-view .stat p,
.stats-view .stat h5 {
  color: #ffffff;
}

.stats-view .stat h5 {
  margin-top: 65px;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: bold;
}

.stats-view .stat p {
  width: 90%;
  margin: 0 auto;
  font-size: 22px;
}

#block-tripadvisorblock {
  margin: 0 calc(50% - 50vw);
  background: url(/sites/southoverbeach/themes/custom/southover_beach/images/swirlsbg.png) center center no-repeat;
  background-size: cover;
}

/* End general styles */
/* Responsive iframes */
.responsive-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Header */
#header {
  background: #ffffff;
  width: 100%;
  font-size: 1.1rem;
  position: fixed;
  z-index: 500;
  color: #333333;
}

#header-top {
  background: url(/sites/southoverbeach/themes/custom/southover_beach/images/headerbg.webp) center center no-repeat #ffffff;
  background-size: cover;
  height: 137px;
}

#header .admin-on {
  /* Compensate for the Drupal toolbar */
  top: 80px;
}

#header.scrolled #header-top {
  /* Collapse the header when the page is scrolled */
  display: none;
}

#header-right {
  text-align: center;
}

@media (min-width: 600px) {
  #header-top {
    height: 110px;
  }

  #header-top .col-md-6 {
    display: inline-block;
    width: 50%;
    float: left;
  }

  #header-right {
    float: right;
  }
}
@media (min-width: 768px) {
  #header-top {
    height: 137px;
  }
}
/* Logo */
#logo {
  padding-top: 30px;
}

#logo img {
  max-width: 200px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  #logo img {
    margin: 0;
  }
}
@media (min-width: 768px) {
  #logo img {
    max-width: 100%;
  }
}
/* Telephone */
#tel {
  margin-right: 10px;
  color: #25376b;
  display: inline-block;
}

@media (min-width: 600px) {
  #tel {
    margin-left: 50px;
  }
}
#tel a {
  font-size: 13px;
  color: #25376b;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 600px) {
  #tel a {
    font-size: 17.5px;
  }
}
#tel a:hover {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

#tel a:before {
  /*@include mixins.tel;*/
}

@media (min-width: 600px) {
  #tel {
    margin-top: 43px;
  }
}
/* Social media */
#icons.icons {
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
}

@media (min-width: 600px) {
  #icons {
    float: right;
  }
}
@media (min-width: 768px) {
  #icons.icons {
    margin-bottom: 0;
  }
}
/* The class covers social media added in the footer also */
.icons ul {
  float: none;
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
}

.icons li {
  float: none;
  display: inline-block;
}

@media (min-width: 768px) {
  #icons ul {
    text-align: right;
  }

  #icons li {
    margin-left: 2px;
    margin-right: 2px;
  }
}
@media (min-width: 600px) {
  #icons {
    text-align: right;
    margin-top: 40px;
  }
}
.icons img {
  max-width: 35px;
}

.icons img:hover {
  filter: brightness(500%);
  -webkit-filter: brightness(500%);
  -moz-filter: brightness(500%);
  transition: all 0.3s ease-in-out;
}

.icons a {
  font-size: 20px;
  color: #25376b;
  text-decoration: none;
  display: inline;
  padding: 0 5px;
}

.icons a:before {
  color: #25376b;
  padding: 5px 7px;
}

@media (min-width: 768px) {
  .icons a {
    padding-left: 10px;
  }

  .icons a:before {
    background: #ffffff;
    border: 1px solid #25376b;
  }
}
.icons .twitter:before {
  display: inline;
  font-size: 13px;
  font-weight: 400;
  font-family: fontawesome;
  transition: all 0.3s ease-in-out;
  content: "";
}

.icons .facebook:before {
  display: inline;
  font-size: 13px;
  font-weight: 400;
  font-family: fontawesome;
  transition: all 0.3s ease-in-out;
  content: "";
}

.icons .instagram:before {
  display: inline;
  font-size: 13px;
  font-weight: 400;
  font-family: fontawesome;
  transition: all 0.3s ease-in-out;
  content: "";
}

.icons .linkedin:before {
  display: inline;
  font-size: 13px;
  font-weight: 400;
  font-family: fontawesome;
  transition: all 0.3s ease-in-out;
  content: "";
}

.icons a:hover:before {
  color: #ffffff;
  background: #25376b;
  transition: all 0.1s ease-in-out;
}

@media (min-width: 600px) {
  .icons a:before {
    font-size: 19px;
  }
}
/* End header */
/* Navigation */
/* Navbar setup */
#nav {
  background: #25376b;
}

#header.scrolled #nav {
  border-top: none;
  border-bottom: none;
}

.navbar {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 40px;
}

.navbar-default {
  background: #25376b;
  color: #ffffff;
  border: none;
  margin-top: 0;
}

.navbar-header {
  width: 100%;
  text-align: center;
}

/* End navbar setup */
/* Burger menu button */
button.navbar-toggle {
  border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar:hover {
  background-color: #ffffff;
}

.navbar-collapse {
  border: none;
}

.navbar-toggle {
  float: right;
  margin-right: 0;
  margin-left: 0;
  /*float: left;  */
  /* Uncomment to put toggle on left. */
}

/* End navbar toggle */
/* First-level menu */
ul.nav.navbar-nav {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  float: none;
}

@media (min-width: 1024px) {
  ul.nav.navbar-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
ul.nav.navbar-nav > li {
  float: none;
  display: inline-block;
}

ul.nav.navbar-nav.collapsing > li,
ul.nav.navbar-nav.collapse.in > li {
  display: block;
  text-align: left;
}

.navbar-nav > li > a {
  padding-left: 7px;
  padding-right: 7px;
}

@media (min-width: 767px) and (max-width: 1023px) {
  .navbar-nav > li > a {
    font-size: 11px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .navbar-nav > li > a {
    font-size: 14px;
  }
}
ul.nav.navbar-nav.collapsing li a,
ul.nav.navbar-nav.collapse.navbar-collapse li a {
  color: #ffffff;
  background: #25376b;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  font-weight: 600;
}

ul.nav.navbar-nav.collapsing li a.calendar-open,
ul.nav.navbar-nav.collapse.navbar-collapse li a.calendar-open {
  background: #3face2;
}

ul.nav.navbar-nav.collapsing li a.calendar-open:after,
ul.nav.navbar-nav.collapse.navbar-collapse li a.calendar-open:after {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  content: "";
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  margin: 0 0 0 10px;
  position: relative;
  top: 1px;
}

ul.nav.navbar-nav.collapsing li.open a.calendar-open:after,
ul.nav.navbar-nav.collapse.navbar-collapse li.open a.calendar-open:after {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  transition: all 0.5s ease-in-out;
}

ul.nav.navbar-nav.collapse.navbar-collapse li a:hover,
ul.nav.navbar-nav.collapse.navbar-collapse li.active a {
  color: #333333;
  background: #3face2;
  transition: all 0.1s ease-in-out;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #333333;
  background: #3face2;
}

/* End first-level menu */
/* Drop downs */
.dropdown-menu {
  background: #25376b;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 220px;
  padding: 0;
  border: none;
}

ul.nav.navbar-nav.collapse.navbar-collapse ul.dropdown-menu li a {
  color: #ffffff;
  background: #25376b;
  padding: 7px 15px;
  text-decoration: none;
  display: block;
}

ul.nav.navbar-nav.collapse.navbar-collapse ul.dropdown-menu li a:hover,
ul.nav.navbar-nav.collapse.navbar-collapse ul.dropdown-menu li a:focus,
ul.nav.navbar-nav.collapse.navbar-collapse ul.dropdown-menu li a:active {
  color: #333333;
  background: #3face2;
}

/* End dropdowns */
/* End navigation */
/* Footer */
#footer {
  font-weight: normal;
  line-height: normal;
  font-size: 0.8rem;
  background: #3face2;
  color: #ffffff;
  padding-top: 30px;
}

#footer p {
  font-size: 16px;
}

#footer .footer-inner ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#footer .footer-inner li {
  margin-bottom: 10px;
}

#footer a {
  color: #ffffff;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
}

#footer a:hover {
  color: #25376b;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

#to-top {
  color: #25376b;
  background-color: #3face2;
  box-shadow: 0px 2px 20px black;
  opacity: 0.8;
  position: fixed;
  height: 45px;
  width: 45px;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  line-height: 45px;
  text-align: center;
  display: none;
  border-radius: 50%;
}
#to-top:hover {
  text-decoration: none;
}
#to-top span {
  font-size: 22px;
  position: relative;
  top: 1px;
}

#footer-social-media {
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
}

#footer-social-media a:before {
  color: #25376b;
}

#footer-social-media a:hover:before {
  color: #ffffff;
}

#copyright {
  background: #25376b;
  color: #ffffff;
  line-height: 40px;
  margin-top: 20px;
  text-align: left;
}

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

#copyright .copyright div,
#copyright .copyright p {
  display: inline;
  font-size: 15px;
}

.copyright a {
  color: #ffffff;
  font-size: 15px;
}

#copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#copyright .icons a:hover {
  text-decoration: none;
}

p.tel:before {
  /*@include mixins.tel;*/
}

p.location:before {
  /*@include mixins.location;*/
  width: 17px;
  text-align: center;
}

/* End footer */
/* EU cookie compliance module overrides */
.eu-cookie-compliance-message h1,
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message p {
  font-weight: normal;
}

.eu-cookie-compliance-message p {
  font-size: 18px;
}

#sliding-popup > div {
  padding-top: 10px;
}

#sliding-popup button {
  padding-left: 15px;
  padding-right: 15px;
}

.sliding-popup-bottom .eu-cookie-withdraw-tab,
.sliding-popup-top .eu-cookie-withdraw-tab {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0;
}

.sliding-popup-bottom .eu-cookie-withdraw-tab.active,
.sliding-popup-top .eu-cookie-withdraw-tab.active {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.sliding-popup-bottom .eu-cookie-withdraw-tab.inactive,
.sliding-popup-top .eu-cookie-withdraw-tab.inactive {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.eu-cookie-withdraw-tab,
.eu-cookie-withdraw-button,
#popup-buttons button {
  padding: 15px 20px;
  margin: 0;
}

.eu-cookie-withdraw-tab:hover,
.eu-cookie-withdraw-button:hover,
#popup-buttons button:hover {
  background: #ffffff;
  color: #333333;
}

.eu-cookie-withdraw-tab {
  transform: translate(-50%, -100%);
}

.eu-cookie-compliance-more-button:hover {
  background: transparent;
  border: 0;
  text-decoration: underline;
}

/* End eu cookie compliance overrides */
/* Accordions */
.accordion-title {
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.7em;
  font-weight: 700;
  cursor: pointer;
  background: #3face2;
  padding: 0 10px;
  margin-bottom: 1px;
}

.paragraph.paragraph--type--accordion {
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph--type--accordion-item {
  margin-bottom: 20px;
}

.accordion-title:hover,
.paragraph--type--accordion-item.open .accordion-title {
  color: #25376b;
}

.accordion-title:after {
  content: "+";
  float: right;
  font-size: 1.5em;
}

.paragraph--type--accordion-item.open .accordion-title:after {
  content: "-";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
  padding: 0 10px;
}

.paragraph--type--accordion-item.open .accordion-content {
  max-height: 1000px;
  transition: all 0.2s ease-in-out;
}

/* Paragraph styles */
.paragraph .col-full-width {
  margin: 0 calc(50% - 50vw);
}

.background-white {
  background: #ffffff;
}

.background-grey {
  background: #dbdbdb;
}

.background-bright-blue {
  background: #3face2;
  color: #ffffff;
}

.background-dark-blue,
.paragraph .background-dark-blue {
  background: #25376b;
  color: #ffffff;
}

.paragraph.text-paragraph .paragraph-inner {
  padding-top: 65px;
  padding-bottom: 65px;
}

.paragraph.text-paragraph .paragraph-inner.pad-none {
  padding: 0;
}

.paragraph {
  margin-bottom: 0;
}

.paragraph:after {
  clear: both;
  content: "";
  display: block;
}

/* Full width background image with text overlay */
.paragraph--type--full-width-bg-image-text-overlay {
  margin: 0 calc(50% - 50vw);
  position: relative;
  max-height: 800px;
  overflow: hidden;
}

.paragraph--type--full-width-bg-image-text-overlay .text-overlay {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 11em;
  padding-bottom: 9em;
}

/* Full width background image no overlay */
.paragraph--type--full-width-image-no-overlay {
  margin: 0 calc(50% - 50vw);
}

/* Full width n columns */
.paragraph--type--_-col-full-width {
  margin: 0 calc(50% - 50vw);
  position: relative;
}

/* 2 columns, content width, mixed content */
.paragraph--type--two-col-mixed {
  margin: 0 calc(50% - 50vw);
  position: relative;
  min-height: 300px;
}

/* Header banners */
.paragraph.header-banner-paragraph img {
  margin: 0 auto;
  width: 100%;
  object-fit: fill;
}

.paragraph.header-banner-paragraph > div:first-of-type {
  position: relative;
}

.paragraph.header-banner-paragraph .overlay {
  position: absolute;
  top: 25%;
  height: 40%;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  .paragraph.header-banner-paragraph .overlay {
    display: block;
  }
}
.paragraph.header-banner-paragraph .overlay h1,
.paragraph.header-banner-paragraph .overlay h2,
.paragraph.header-banner-paragraph .overlay h3,
.paragraph.header-banner-paragraph .overlay h4,
.paragraph.header-banner-paragraph .overlay h5 {
  font-size: 30px;
  margin-top: 10px;
  color: #ffffff;
  margin-bottom: 0;
}

.paragraph.header-banner-paragraph .overlay p {
  margin-top: 0;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .paragraph.header-banner-paragraph .overlay h1,
.paragraph.header-banner-paragraph .overlay h2,
.paragraph.header-banner-paragraph .overlay h3,
.paragraph.header-banner-paragraph .overlay h4,
.paragraph.header-banner-paragraph .overlay h5 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .paragraph.header-banner-paragraph .overlay p {
    font-size: 24px;
  }
}
.paragraph.header-banner-paragraph .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.paragraph.header-banner-paragraph .footer img {
  margin: 0 auto;
  width: 100%;
  object-fit: fill;
}

.paragraph.header-banner-paragraph .carousel-control .glyphicon-chevron-left, .paragraph.header-banner-paragraph .carousel-control .glyphicon-chevron-right, .paragraph.header-banner-paragraph .carousel-control .icon-next,
.paragraph.header-banner-paragraph .carousel-control .icon-prev {
  top: 60%;
}

/* Apartment selector */
.apartment-selector {
  padding-top: 40px;
}

.apartment-selector .wrapper {
  background: #3face2;
  padding: 15px;
}

.apartment-selector .views-row {
  border-bottom: 1px solid #25376b;
  padding-bottom: 10px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
}

.apartment-selector .views-row .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.apartment-selector h3 {
  border: none;
  margin: 0 0 10px;
  font-size: 32px;
  padding-bottom: 0;
}

.apartment-selector .links .col-xs-4 {
  padding-left: 0;
}

.apartment-selector .sleeps {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 65px;
  line-height: 54px;
  display: block;
  background: url(/sites/southoverbeach/themes/custom/southover_beach/images/sleeps.png) left center no-repeat;
}

.apartment-selector .details a {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 65px;
  line-height: 54px;
  display: block;
  background: url(/sites/southoverbeach/themes/custom/southover_beach/images/details.png) left center no-repeat;
}

.apartment-selector .availability a {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 65px;
  line-height: 54px;
  display: block;
  line-height: normal;
  padding-top: 10px;
  height: 60px;
  background: url(/sites/southoverbeach/themes/custom/southover_beach/images/calendar.png) left center no-repeat;
}

.apartment-selector .links a:hover {
  text-decoration: none;
}

.apartment-selector nav {
  text-align: center;
}

.apartment-selector nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.apartment-selector nav li {
  display: inline;
  padding: 4px;
  font-size: 0;
  margin: 0 3px;
  position: relative;
  background: #3face2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.apartment-selector nav a {
  padding: 4px;
  position: absolute;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.apartment-selector nav a span {
  display: none;
}

.apartment-selector form {
  margin: 55px 0 20px;
  width: 100%;
}

.apartment-selector .js-form-item {
  margin-bottom: 10px;
}

.apartment-selector .js-form-item select {
  float: right;
  width: 100px;
}

@media (min-width: 600px) {
  .apartment-selector .js-form-item {
    margin-right: 80px;
  }

  .apartment-selector .js-form-item select {
    float: none;
  }
}
.apartment-selector .form-actions input {
  float: right;
  margin: 0 0 10px;
  width: 100px;
}

.apartment-selector .form-actions:after {
  clear: both;
  content: "";
  display: block;
}

.apartment-selector .form-actions input:hover {
  color: #ffffff;
  background-color: #3face2;
}

.apartment-selector .views-exposed-form label {
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
  font-size: 17px;
}

.apartment-selector .views-exposed-form select {
  color: #000000;
  float: right;
}

.apartment-selector img {
  margin: 0 auto;
}

.apartment-selector .col-md-8 {
  padding-left: 0;
  padding-right: 0;
}

.apartment-selector .views-row .links {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 600px) {
  .apartment-selector form {
    margin: 55px 0;
  }

  .apartment-selector .js-form-item {
    display: inline-block;
  }

  .apartment-selector .views-exposed-form select {
    float: none;
  }

  .apartment-selector .form-actions {
    float: right;
  }
}
@media (min-width: 1024px) {
  .apartment-selector .views-row {
    padding-bottom: 40px;
  }

  .apartment-selector .views-row .col-md-4 {
    padding-right: 15px;
  }

  .apartment-selector .col-md-8.description {
    padding: 0 15px 100px;
  }

  .apartment-selector .views-row .links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gallery {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.gallery.open {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.gallery .views-exposed-form {
  display: none;
}

.gallery.reloading {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.gallery .col-md-4 {
  margin-bottom: 20px;
}

.gallery-wrapper .more {
  text-align: center;
  margin-top: 20px;
}

.gallery-wrapper .more a {
  font-size: 0;
  color: #25376b;
}

.gallery-wrapper .more a:before {
  display: inline-block;
  font-family: "Fontawesome";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  content: "";
  margin-right: 0;
  font-size: 40px;
  transition: all 0.5s ease-in-out;
}

.gallery-wrapper .more a.open:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

.gallery .pager .pager__item {
  font-size: 40px;
  color: #25376b;
}

.gallery .pager li > a,
.gallery .pager li > span {
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  background: #25376b;
  border-color: #25376b;
  color: #3face2;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.gallery .js-pager__items {
  list-style: none;
  text-align: center;
}

.gallery .js-pager__items li {
  display: inline;
}

.gallery .js-pager__items li,
.gallery .js-pager__items li a {
  font-size: 0;
  color: #25376b;
}

.gallery .js-pager__items a[rel=prev]:before {
  display: inline-block;
  font-family: "Fontawesome";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  content: "";
  font-size: 40px;
}

.gallery .js-pager__items a[rel=next]:before {
  display: inline-block;
  font-family: "Fontawesome";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  content: "";
  font-size: 40px;
}

.gallery img {
  border: 4px solid #ffffff;
  margin: 0 auto;
}

/* Popup banners */
.paragraph--type--popup-banner {
  display: none;
}

#colorbox #cboxLoadedContent {
  position: relative;
}
#colorbox #cboxLoadedContent .content {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  padding: 10px;
}
#colorbox #cboxLoadedContent .content .inner {
  display: table-cell;
  vertical-align: middle;
}
#colorbox #cboxLoadedContent .content h1, #colorbox #cboxLoadedContent .content h2, #colorbox #cboxLoadedContent .content h3, #colorbox #cboxLoadedContent .content h4, #colorbox #cboxLoadedContent .content h5, #colorbox #cboxLoadedContent .content p {
  color: #ffffff;
}
@media (max-width: 600px) {
  #colorbox #cboxLoadedContent .content {
    padding: 30px;
  }
  #colorbox #cboxLoadedContent .content h1 {
    font-size: 22px;
  }
}
#colorbox #cboxLoadedContent .background-image img {
  object-fit: cover;
  max-width: 5000px;
}

/* Parallax paragraphs */
.parallax-mirror {
  background: black;
}

.parallax-mirror img {
  opacity: 0.6;
}

.parallax-bg-img {
  display: none;
}

.paragraph--type--parallax {
  min-height: 200px;
  background: transparent;
  margin: 0 calc(50% - 50vw);
}

@media (min-width: 600px) {
  .paragraph--type--parallax {
    min-height: 300px;
  }
}
.parallax-content {
  padding: 50px 70px;
  color: #ffffff;
}

.parallax-content h1 {
  font-size: 2rem;
  color: #ffffff;
  padding: 0;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.parallax-content h2 {
  color: #ffffff;
  font-weight: 300;
  font-size: 56px;
  letter-spacing: -1px;
  border: none;
}

.parallax-content h3 {
  color: #ffffff;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: -1px;
  border: none;
}

@media (min-width: 768px) {
  .parallax-content h1 {
    font-size: 50px;
  }

  .parallax-content h2 {
    font-size: 86px;
  }
}
.parallax-content p {
  font-size: 30px;
}

.parallax-content a {
  border: 2px solid #3face2;
  background: transparent;
  color: #3face2;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  transition: 0.3s all ease;
}

.parallax-content a:hover {
  background: #3face2;
  color: #ffffff;
  border: #3face2;
  transition: 0.3s all ease;
}

/* End parallax */
/* Slider with text overlay */
.slider .slide-inner {
  position: relative;
}

.slider .slide-image img {
  width: 100%;
}

.slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.slider .link-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.slider .link-layer div {
  width: 100%;
  height: 100%;
}

.slider .link-layer a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.carousel-indicators li {
  margin-left: 2px;
  margin-right: 2px;
}

/* Deal with fade sliders */
.carousel-fade .carousel-inner > .item {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
.carousel-fade .carousel-inner > .item.prev.right,
.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Forms */
form {
  margin: 0 auto 40px;
}

label {
  display: block;
  font-weight: normal;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
select,
textarea {
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -mox-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 7px;
  max-width: 600px;
}

a.button,
button,
input[type=submit] {
  background: transparent;
  color: #25376b;
  padding: 10px 20px;
  transition: all 0.1s ease-in-out;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #25376b;
  text-transform: uppercase;
  margin: 20px 0;
  display: inline-block;
}

.bef-exposed-form input[type=submit] {
  background: #dbdbdb;
  color: #25376b;
}

a.button:hover,
button:hover,
input[type=submit]:hover {
  color: #ffffff;
  background-color: #25376b;
  transition: all 0.1s ease-in-out;
}

.bef-expoded-form input[type=submit]:hover {
  background: #3face2;
  color: #ffffff;
}

form .form-actions {
  text-align: center;
}

.js-form-type-checkbox label {
  float: left;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

/* End Forms */
.calendar-wrapper {
  left: 0;
  width: 100%;
  z-index: 5;
  position: relative;
}

.calendar-wrapper.scrolled {
  position: fixed;
  top: 50px;
  line-height: 0;
}
.calendar-wrapper.scrolled .calendar-header {
  padding-top: 10px;
}
.calendar-wrapper.scrolled .calendar-header a {
  font-size: 0;
}

.calendar-header {
  background: #3face2;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}
.calendar-header a {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.calendar-header a:after {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  content: "";
  font-size: 30px;
  clear: both;
  display: block;
  transition: all 0.5s ease-in-out;
  margin: 0;
}

.calendar-header.open a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

.calendar-container {
  background: #ffffff;
  display: none;
}
.calendar-container .inner {
  padding-top: 10px;
}

.apartment-selector-calendar {
  position: relative;
  width: 100%;
}
.apartment-selector-calendar .calendar-container {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0 20px;
  z-index: 10;
  background: #ffffff;
  max-height: 500px;
  opacity: 1;
}
.apartment-selector-calendar .calendar-container .popup-calendar-close {
  float: right;
}
.apartment-selector-calendar .calendar-container .popup-calendar-close a:after {
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  content: "";
  font-size: 20px;
  margin-right: 10px;
}
.apartment-selector-calendar .calendar-container .calendar-popup {
  margin: 0 10px;
}

iframe {
  height: 800px;
}

/*# sourceMappingURL=style.css.map */
