/*
Theme Name: The United Studios WordPress Theme
Author: United Studios Ltd.
Description: A development of SASS, HTML and PHP principles by the team at United Studios
Version: 1.0.0
Tags: bootstrap, sass, responsive, template
*/
@import url("https://fonts.googleapis.com/css?family=Cardo:400,700|Roboto:100,300,400,500,700,900");
h1, h2, h3, h4, h5, h6 {
  font-family: "Cardo", serif;
  color: #0f5050; }

p, ul, li, ol {
  font-family: "Roboto", sans-serif; }

p, ul, ol li {
  font-size: 1.55rem !important; }

ul, ol {
  line-height: 28px; }

.navbar-primary {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.navbar-fixed-top {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.btn-cc {
  font-family: "Roboto", sans-serif;
  color: #FFF;
  background: #cc5500;
  border-radius: 3px;
  text-align: center;
  border: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.5em 2em; }
  .btn-cc:hover {
    background: #a35116;
    color: #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .btn-cc:focus {
    outline: none !important;
    background: #a35116 !important;
    color: #f69595 !important; }

.social_media .row .facebook {
  border: 1px solid #e1e1e1; }
.social_media .row .tripadvisor {
  height: 500px; }
.social_media .row #CDSWIDSSP {
  width: 100% !important; }
.social_media .row #CDSWIDCOE {
  margin: 0 !important;
  float: left !important;
  position: relative !important;
  margin-top: 20px !important; }
.social_media .row #CDSWIDEXC {
  height: 140px !important;
  margin: 0 !important;
  float: right !important;
  position: relative !important;
  margin-top: 20px !important; }
.social_media .row .twitter {
  border: 1px solid #e1e1e1;
  height: 500px;
  overflow: scroll; }

.timeline-Widget--edge, .timeline-Widget {
  border-radius: 5px;
  overflow: scroll !important;
  height: 500px !important; }

._2p3a {
  width: 100% !important; }

.btn-cc-trans {
  font-family: "Roboto", sans-serif;
  color: #FFF;
  background: transparent !important;
  border-radius: 0px;
  text-align: center;
  border: 2px solid #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0.5em 2em; }
  .btn-cc-trans:hover {
    background: #c83a3a;
    color: #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-color: #cc5500; }
  .btn-cc-trans:focus {
    outline: none !important;
    background: #c83a3a !important;
    color: #f69595 !important;
    border-color: #FFF; }
  .btn-cc-trans:active {
    border-color: #FFF !important; }

header {
  padding: 2em 0em; }
  header .logo {
    max-width: 350px;
    width: 100%;
    position: relative;
    margin: 0 auto; }
    header .logo img {
      width: 100%; }
  header p {
    font-size: 15px;
    font-weight: 600; }
  header .btn-cc {
    font-family: "Roboto", sans-serif;
    color: #FFF;
    background: #cc5500;
    border-radius: 3px;
    text-align: center;
    border: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0.5em 2em; }
    header .btn-cc:hover {
      background: #a35116;
      color: #FFF;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    header .btn-cc:focus {
      outline: none !important;
      background: #c83a3a !important;
      color: #f69595 !important; }
  header ul.contact {
    float: right; }
    header ul.contact li {
      font-family: "Cardo", serif;
      font-weight: 600; }
      header ul.contact li a {
        font-size: 18px;
        margin-bottom: 20px;
        color: #008080; }
        header ul.contact li a .fa-li {
          margin-top: 4px; }

.navbar-nav li.active:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #FFF 10px;
  top: -3px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.navbar-default {
  border: 0 !important;
  background: #008080;
  border-radius: 0;
  margin-bottom: 0; }
  .navbar-default .navbar-nav .active a {
    background: transparent !important;
    color: #FFF; }
    .navbar-default .navbar-nav .active a:hover {
      color: #FFF; }
  .navbar-default .navbar-nav li {
    font-family: "Roboto", sans-serif;
    font-weight: 300; }
    .navbar-default .navbar-nav li a {
      font-size: 16px;
      color: #FFF; }
      .navbar-default .navbar-nav li a:hover {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #FFF; }

.navbar-nav li a:hover:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #FFF 10px;
  top: -3px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
  color: #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top; }

.navbar .navbar-collapse {
  text-align: center; }

.header-hero-area {
  position: relative;
  width: 100%;
  padding-top: 20.0rem;
  padding-bottom: 20rem; }

#content_section h1 {
  font-family: "Cardo", serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  color: #0f5050; }
#content_section h2 {
  font-family: "Cardo", serif;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 4.0rem;
  color: #0f5050; }
#content_section p {
  font-size: 16px;
  line-height: 36px !important; }

.lead-cottage {
  font-family: "Cardo", serif;
  text-align: center;
  font-size: 20px !important;
  font-weight: 600; }

.the_cottage .container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.image-col {
  width: 100%;
  max-height: 300px;
  height: 300px; }
  .image-col a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 300px; }

#primary_content div#activities .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  #primary_content div#activities .row .image-div {
    border: 5px solid #FFF;
    box-shadow: 0px 0px 10px 1px #CCC;
    height: 300px; }
    #primary_content div#activities .row .image-div img {
      width: 100%; }
#primary_content .the_facilities {
  width: 100%;
  background-size: cover;
  height: 300px;
  background-position: center;
  margin-bottom: 20px; }
  #primary_content .the_facilities .inner {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -moz-linear-gradient(top, transparent 0%, rgba(64, 64, 64, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(64, 64, 64, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(64, 64, 64, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6404040', GradientType=0); }
    #primary_content .the_facilities .inner:hover {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      cursor: pointer; }
      #primary_content .the_facilities .inner:hover h3 {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 3.5em; }
#primary_content h1 {
  font-family: "Cardo", serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
  font-size: 4.0rem; }
#primary_content h2 {
  font-family: "Cardo", serif;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 4.0rem; }
#primary_content h3 {
  font-family: "Cardo", serif;
  font-weight: 100;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.0rem; }
#primary_content p {
  font-size: 15px;
  line-height: 36px !important; }
#primary_content .book-now h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left; }
#primary_content .the_cottages_home {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center; }
  #primary_content .the_cottages_home .inner {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -moz-linear-gradient(top, transparent 0%, rgba(64, 64, 64, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(64, 64, 64, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(64, 64, 64, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6404040', GradientType=0); }
    #primary_content .the_cottages_home .inner:hover {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      cursor: pointer; }
      #primary_content .the_cottages_home .inner:hover h3 {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 3.5em; }
    #primary_content .the_cottages_home .inner h3 {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      position: absolute;
      font-family: "Cardo", serif;
      font-size: 3.0em;
      color: #FFF;
      bottom: 25px;
      left: 25px;
      font-weight: 300;
      text-shadow: 1px 1px 5px #000000; }
#primary_content div#activities .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  #primary_content div#activities .row h2 {
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 20px; }
  #primary_content div#activities .row img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.row-secondary {
  background: #008080;
  color: #FFF !important; }
  .row-secondary h1 {
    margin-bottom: 40px !important; }
  .row-secondary h1, .row-secondary h2, .row-secondary h3, .row-secondary h4, .row-secondary h5, .row-secondary h6 {
    color: #FFF !important; }
  .row-secondary #the_cottages .cottage {
    border: 5px solid #FFF; }
    .row-secondary #the_cottages .cottage a {
      font-size: 3rem; }
      .row-secondary #the_cottages .cottage a:hover {
        font-size: 4.5rem; }
    .row-secondary #the_cottages .cottage p.lead.lead-sleeps {
      font-size: 2.4rem !important;
      right: 12px;
      bottom: -6px; }

.row-thirdly {
  background-color: #0f5050; }

label {
  width: 100%; }

select.form-control {
  height: 68px; }

.form-control {
  border: 2px solid #959595;
  border-radius: 0;
  width: 100%;
  padding: 1.5em;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 700; }

.activities h2 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px; }

#facilities p {
  text-align: center; }

.beaches
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .beaches
  .row h2 {
    text-align: left !important;
    font-size: 3.5rem;
    margin-bottom: 20px; }

hr {
  border-color: #e1e1e1; }

section.beach-img {
  display: flex; }
  section.beach-img img {
    width: 100%;
    height: 100%; }

#the_facilities .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  #the_facilities .row img {
    width: 100%;
    height: 100%; }
  #the_facilities .row h3 {
    text-align: left;
    margin-top: 30px; }
  #the_facilities .row h2 {
    text-align: left;
    font-size: 3.5rem;
    margin-bottom: 20px; }
  #the_facilities .row p {
    text-align: left !important; }

.contact_page .row p {
  text-align: center; }
.contact_page ul.contact {
  float: left; }
  .contact_page ul.contact li a {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3d3d3d;
    line-height: 32px;
    font-weight: 700; }
    .contact_page ul.contact li a .fa {
      font-size: 18px !important;
      padding-top: 3px; }
  .contact_page ul.contact li.address p {
    text-align: left !important;
    margin-top: 20px;
    line-height: 20px !important;
    font-weight: 700; }

#background-cottage {
  background-repeat: no-repeat;
  background-size: cover; }

.dog_friendly {
  background-repeat: no-repeat;
  background-size: cover; }
  .dog_friendly .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    .dog_friendly .row h2 {
      color: #FFF; }
    .dog_friendly .row p {
      color: #000; }
    .dog_friendly .row .button-fom {
      text-align: center; }
    .dog_friendly .row img {
      width: 100%; }

.out_and_about_page {
  background-repeat: no-repeat;
  background-size: cover; }
  .out_and_about_page .row h2 {
    color: #000;
    text-align: left; }
  .out_and_about_page .row p {
    text-align: left;
    color: #000; }

.acf-map {
  width: 100%;
  height: 500px; }

.out_and_about .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .out_and_about .row img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .out_and_about .row .section-img {
    width: 100%;
    height: 100%; }
    .out_and_about .row .section-img img {
      width: 100%; }

a.promo_box_link {
  display: block; }

.promo_box {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
  height: 100%;
  min-height: 253px;
  max-height: 253px; }
  .promo_box h3 {
    text-align: left !important;
    padding-top: 20px;
    padding-left: 20px;
    color: #FFF;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 0; }
  .promo_box .overlay {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.5);
    width: 95%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0.5em 1.0em; }
    .promo_box .overlay .btn-cc-trans {
      position: absolute;
      bottom: 30px;
      right: 30px; }
  .promo_box:hover .overlay {
    opacity: 1.0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

#about_us .row img {
  width: 100%; }

#about_us_things_to_do {
  background: #e3e3e3; }

footer {
  background: #e5e5e5; }
  footer ul#menu-menufooter {
    padding-left: 0;
    list-style: none; }
    footer ul#menu-menufooter li {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      footer ul#menu-menufooter li:hover {
        -moz-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        -o-transform: scale(1.01);
        -ms-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #008080; }
      footer ul#menu-menufooter li a {
        font-size: 14px;
        color: #3d3d3d;
        font-weight: 500;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        footer ul#menu-menufooter li a:hover {
          color: #008080; }
  footer .fa {
    font-size: 4.0em;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    footer .fa:hover {
      opacity: 0.5;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  footer .col-xs-6:nth-child(1) img {
    width: 70%; }
  footer .col-xs-6 img {
    width: 100%; }
  footer .col-xs-12 img {
    width: 100%;
    margin-top: 20px; }
  footer .btn-cc {
    margin-top: 30px; }
  footer ul.contact {
    float: right; }
    footer ul.contact li a {
      font-size: 15px;
      margin-bottom: 20px;
      color: #3d3d3d; }
      footer ul.contact li a .fa {
        font-size: 15px !important; }
      footer ul.contact li a .fa-li {
        margin-top: 4px; }
    footer ul.contact li.address {
      text-align: left;
      margin-top: 20px; }

.cottage_features .fa-ul {
  padding-left: 0;
  margin-left: 0;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }
  .cottage_features .fa-ul li {
    font-size: 1.1em;
    line-height: 2em;
    font-weight: 400;
    color: #3d3d3d; }
    .cottage_features .fa-ul li .fa {
      color: #3d3d3d;
      margin-right: 10px;
      width: 30px;
      text-align: center; }

#cottage_page img {
  width: 100%; }
#cottage_page ul {
  list-style: none;
  padding-left: 0; }
  #cottage_page ul li {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 400px; }
    #cottage_page ul li:hover {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -moz-transform: scale(0.98);
      -webkit-transform: scale(0.98);
      -o-transform: scale(0.98);
      -ms-transform: scale(0.98);
      transform: scale(0.98); }

.wpac {
  margin-top: 36px !important; }

.wp-fbrev .wp-facebook-border {
  background: #008080 !important; }

#cottage_nav h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 34px; }
#cottage_nav .col-sm-4 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #cottage_nav .col-sm-4:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  #cottage_nav .col-sm-4 .cottage {
    position: relative;
    width: 100%;
    min-height: 250px;
    background-size: cover;
    border-bottom: 3px solid #cc5500; }
  #cottage_nav .col-sm-4 .button-fom-cottage {
    text-align: center; }
    #cottage_nav .col-sm-4 .button-fom-cottage .btn-cottage {
      background: #FFF;
      border: 2px solid #cc5500;
      position: relative;
      top: -20px;
      color: #000;
      font-weight: 800;
      font-size: 18px; }
      #cottage_nav .col-sm-4 .button-fom-cottage .btn-cottage:hover {
        background: #cc5500;
        color: #FFF; }

#the_cottages .cottage_col {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #the_cottages .cottage_col:hover {
    -moz-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
#the_cottages .cottage {
  position: relative;
  width: 100%;
  min-height: 250px;
  background-size: cover;
  margin-top: 1.5em;
  margin-bottom: 1.0em;
  background-repeat: no-repeat;
  background-size: cover; }
  #the_cottages .cottage .overlay {
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(64, 64, 64, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(64, 64, 64, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(64, 64, 64, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6404040', GradientType=0); }
  #the_cottages .cottage p.lead.lead-sleeps {
    position: absolute;
    right: 18px;
    bottom: -2px;
    color: #FFF;
    z-index: 999;
    font-size: 2.8rem !important;
    text-shadow: 1px 1px 5px #000000; }
  #the_cottages .cottage h3 {
    font-family: "Cardo", serif;
    font-size: 4.0rem;
    color: #FFF;
    position: absolute;
    bottom: 10px;
    left: 15px;
    text-shadow: 1px 1px 5px #000000;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
#the_cottages a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #the_cottages a:hover h3 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 4.3rem; }
  #the_cottages a:visited, #the_cottages a:focus, #the_cottages a:active {
    text-decoration: none; }
#the_cottages .sml_cottage h3 {
  font-family: "Cardo", serif;
  font-size: 3.0rem;
  color: #FFF;
  position: absolute;
  bottom: 10px;
  left: 15px;
  text-shadow: 1px 1px 5px #000000;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
#the_cottages .sml_cottage a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #the_cottages .sml_cottage a:hover h3 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 3.3rem; }
  #the_cottages .sml_cottage a:visited, #the_cottages .sml_cottage a:focus, #the_cottages .sml_cottage a:active {
    text-decoration: none; }
#the_cottages h2 {
  font-family: "Cardo", serif;
  color: #008080;
  text-align: center; }

.button-fom-cottage {
  text-align: center; }
  .button-fom-cottage .btn-cottage {
    background: #FFF;
    border: 2px solid #cc5500;
    position: relative;
    top: -20px;
    color: #000;
    font-weight: 800;
    font-size: 18px; }
    .button-fom-cottage .btn-cottage:hover {
      background: #cc5500;
      color: #FFF; }

.cottage_sections .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .cottage_sections .row img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .cottage_sections .row .section-img {
    width: 100%;
    height: 100%; }
    .cottage_sections .row .section-img img {
      width: 100%; }

.feature-list .lead {
  text-align: left;
  font-weight: 500;
  font-size: 15px !important; }
.feature-list .fa {
  font-size: 18px;
  color: #1c3341; }
.feature-list .lead-sleeps {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  text-align: right;
  color: #1c3341; }

#adv-custom-pager a {
  background: red;
  height: 100%;
  z-index: 9999;
  position: relative; }
  #adv-custom-pager a img {
    height: 100% !important;
    width: 100% !important; }

ul.fa-ul.cottage-page-features {
  position: relative;
  float: left;
  padding-left: 20px;
  padding-top: 5%;
  width: 100%; }
  ul.fa-ul.cottage-page-features li p {
    font-family: 'Cardo', sans-serif;
    font-weight: 600;
    font-size: 2.0rem !important; }

.footer_us {
  background: #64a2ad;
  color: #FFF;
  text-align: center; }
  .footer_us p {
    margin-bottom: 0;
    font-size: 12px !important;
    font-weight: 500; }
  .footer_us a {
    color: #FFF;
    font-weight: 300; }
    .footer_us a:hover {
      text-decoration: underline; }

.cottage-page-features li {
  font-size: 16px; }
  .cottage-page-features li .fa {
    font-size: 25px; }

/*
    these are just the default styles used in the Cycle2 demo pages.
    you can use these styles or any others that you wish.
*/
.navbar-default {
  z-index: 999; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF; }

.navbar-default .navbar-toggle {
  border: 0;
  border-radius: 0; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #437f89; }

.navbar-collapse {
  border-top: 0;
  box-shadow: none; }

/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cycle-slideshow {
  width: 100%;
  min-width: 200px;
  max-width: 100%;
  padding: 0em;
  position: relative;
  height: 650px !important;
  /*background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;*/ }

.cycle-slideshow {
  height: 100%; }
  .cycle-slideshow .cycle-next {
    display: block;
    background: none;
    height: auto !important;
    padding-top: 18em;
    text-align: right;
    padding-right: 1.0rem; }
    .cycle-slideshow .cycle-next:before {
      font-family: 'FontAwesome';
      content: '\f054';
      font-size: 64px;
      color: #FFF;
      text-decoration: none !important; }
      .cycle-slideshow .cycle-next:before:focus, .cycle-slideshow .cycle-next:before:active, .cycle-slideshow .cycle-next:before:visited, .cycle-slideshow .cycle-next:before:hover {
        text-decoration: none !important; }
  .cycle-slideshow .cycle-prev {
    display: block;
    background: none;
    height: auto !important;
    padding-top: 18em;
    padding-left: 1.0rem; }
    .cycle-slideshow .cycle-prev:before {
      font-family: 'FontAwesome';
      content: '\f053';
      font-size: 64px;
      color: #FFF;
      text-decoration: none !important; }
      .cycle-slideshow .cycle-prev:before:focus, .cycle-slideshow .cycle-prev:before:active, .cycle-slideshow .cycle-prev:before:visited, .cycle-slideshow .cycle-prev:before:hover {
        text-decoraion: none !important; }
  .cycle-slideshow a:focus, .cycle-slideshow a:active, .cycle-slideshow a:visited, .cycle-slideshow a:hover {
    text-decoration: none !important; }
  .cycle-slideshow div {
    width: 100%;
    background-size: cover;
    height: 100%; }
    .cycle-slideshow div .cycle-overlay {
      opacity: 1.0;
      background: rgba(0, 0, 0, 0.2);
      padding-top: 20.0rem; }
      .cycle-slideshow div .cycle-overlay h1 {
        font-family: "Cardo", serif;
        color: #FFF;
        font-weight: 600;
        font-size: 4.5rem;
        text-align: center;
        margin-bottom: 40px;
        letter-spacing: 1px; }
      .cycle-slideshow div .cycle-overlay p {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        color: #FFF;
        font-size: 2rem !important;
        line-height: 4.5rem;
        text-align: center;
        width: 100%;
        max-width: 800px;
        position: relative;
        margin: 0 auto; }

.cycle-sml {
  height: 400px !important; }
  .cycle-sml .cycle-prev, .cycle-sml .cycle-next {
    padding-top: 10em !important; }
  .cycle-sml div .cycle-overlay {
    padding-top: 10em; }

#dog_friendly h1, #dog_friendly h2, #dog_friendly h3, #dog_friendly h4, #dog_friendly h5, #dog_friendly h6 {
  text-align: left !important; }
#dog_friendly .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  #dog_friendly .row .dog_col {
    width: 100%;
    height: 100%; }
    #dog_friendly .row .dog_col img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 25%; }
#dog_friendly .container .row img {
  width: 100%; }

.cycle-slideshow-cottage {
  height: auto !important; }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img {
  /*
  some of these styles will be set by the plugin (by default) but setting them here
  helps avoid flash-of-unstyled-content
  */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  height: 100%; }

/* in case script does not load */
.cycle-slideshow img:first-child {
  position: static;
  z-index: 100; }

/* pager */
.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 10px;
  overflow: hidden; }

.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer; }

.cycle-pager span.cycle-pager-active {
  color: #D69746; }

.cycle-pager > * {
  cursor: pointer; }

/* caption */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 700; }

/* overlay */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5; }

/* prev / next links */
.cycle-prev, .cycle-next {
  position: absolute;
  top: 0;
  width: 30%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 800;
  height: 100%;
  cursor: pointer; }

.cycle-prev {
  left: 0;
  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat; }

.cycle-next {
  right: 0;
  background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat; }

.cycle-prev:hover, .cycle-next:hover {
  opacity: .7;
  filter: alpha(opacity=70); }

.disabled {
  opacity: .5;
  filter: alpha(opacity=50); }

/* display paused text on top of paused slideshow */
.cycle-paused:after {
  content: 'Paused';
  color: white;
  background: black;
  padding: 10px;
  z-index: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  opacity: .5;
  filter: alpha(opacity=50); }

/*
    media queries
    some style overrides to make things more pleasant on mobile devices
*/
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .cycle-overlay {
    padding: 4px; }

  .cycle-caption {
    bottom: 4px;
    right: 4px; } }
/*SUPER CONTROL STYLES*/
.sc_ajax_footer, .ajax_verify {
  display: none !important; }

#supercontrol_avail_ajax_results_box {
  height: auto !important; }

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.w-100 {
  width: 100%; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fill {
  width: 100%;
  height: 100%; }

button.no-style {
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  color: inherit; }

.top {
  top: 0; }

.left {
  left: 0; }

.right {
  right: 0; }

.ease-350 {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease; }

.slideshow-k {
  height: 600px; }
  @media screen and (max-width: 992px) {
    .slideshow-k {
      height: 400px; } }
  @media screen and (max-width: 767px) {
    .slideshow-k {
      height: 200px; } }
  .slideshow-k.smaller {
    height: 400px; }
    @media screen and (max-width: 992px) {
      .slideshow-k.smaller {
        height: 300px; } }
    @media screen and (max-width: 767px) {
      .slideshow-k.smaller {
        height: 200px; } }
.slideshow-k .backdrop {
  background: #2e2e2e; }
.slideshow-k .layer-overlay {
  background: rgba(0, 0, 0, 0.5); }
.slideshow-k .content {
  color: #fff;
  padding: 4em;
  max-height: 100%;
  max-width: 100%; }
.slideshow-k .controls button {
  z-index: 100;
  height: 100%;
  vertical-align: middle;
  font-size: 2em;
  color: #fff;
  padding: 0 2em; }
.slideshow-k nav {
  bottom: 1em; }
  .slideshow-k nav .nav-text {
    color: #fff;
    border: solid 1px #333; }
    .slideshow-k nav .nav-text.active {
      border: solid 1px #fff; }
  .slideshow-k nav .nav-image {
    width: 30px;
    height: 30px;
    border: solid 1px #333;
    border-radius: 50%; }
    .slideshow-k nav .nav-image.active {
      border: solid 1px #fff; }
.slideshow-k .slides .show_me.slider.forward .layer.animate {
  animation-name: slideshow-k-slider-show-me; }
.slideshow-k .slides .show_me.slider.reverse .layer.animate {
  animation-name: slideshow-k-slider-show-me-reverse; }
.slideshow-k .slides .show_me.fader .layer.animate {
  animation-name: slideshow-k-fader-show-me; }
.slideshow-k .slides .hide_me.slider.forward .layer.animate {
  animation-name: slideshow-k-slider-hide-me; }
.slideshow-k .slides .hide_me.slider.reverse .layer.animate {
  animation-name: slideshow-k-slider-hide-me-reverse; }
.slideshow-k .slides .hide_me.fader .layer.animate {
  animation-name: slideshow-k-fader-hide-me; }

@keyframes slideshow-k-slider-show-me {
  0% {
    left: 100%; }
  100% {
    left: 0%; } }
@keyframes slideshow-k-slider-hide-me {
  0% {
    left: 0%; }
  100% {
    left: -100%; } }
@keyframes slideshow-k-slider-show-me-reverse {
  0% {
    left: -100%; }
  100% {
    left: 0%; } }
@keyframes slideshow-k-slider-hide-me-reverse {
  0% {
    left: 0%; }
  100% {
    left: 100%; } }
@keyframes slideshow-k-fader-show-me {
  0% {
    opacity: 0;
    transform: scale(1) rotate(0deg); }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg); } }
@keyframes slideshow-k-fader-hide-me {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0deg); }
  100% {
    opacity: 0;
    transform: scale(1) rotate(0deg); } }
.slideshow-k {
  width: 100%;
  position: relative; }
  .slideshow-k .backdrop {
    background: #38235c;
    z-index: 2; }
  .slideshow-k .slides {
    overflow: hidden; }
    .slideshow-k .slides .layer:not(.layer-overlay) {
      animation-duration: 1000ms;
      animation-timing-function: ease;
      animation-fill-mode: both; }
    .slideshow-k .slides h3 {
      font-family: "Cardo", serif;
      color: #FFF;
      font-weight: 600;
      font-size: 4rem;
      text-align: center;
      margin-bottom: 40px;
      letter-spacing: 1px; }
    .slideshow-k .slides p {
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      color: #FFF;
      font-size: 2rem !important;
      line-height: 4.5rem;
      text-align: center;
      width: 100%;
      max-width: 800px;
      position: relative;
      margin: 0 auto; }
    .slideshow-k .slides .layer-bg {
      z-index: 1; }
      .slideshow-k .slides .layer-bg.static {
        z-index: 11; }
    .slideshow-k .slides .layer-overlay {
      z-index: 13; }
    .slideshow-k .slides .layer-content {
      z-index: 1; }
      .slideshow-k .slides .layer-content.static {
        z-index: 14; }
    .slideshow-k .slides .show_me .layer-bg.animate {
      z-index: 11; }
    .slideshow-k .slides .show_me .layer-content.animate {
      z-index: 15; }
    .slideshow-k .slides .hide_me .layer-bg.animate {
      z-index: 10; }
    .slideshow-k .slides .hide_me .layer-content.animate {
      z-index: 14; }
  .slideshow-k .content {
    background: transparent !important;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%)translateZ(0);
    -webkit-transform: translate(-50%, -50%)translateZ(0);
    transform: translate(-50%, -50%)translateZ(0); }
  .slideshow-k .controls button {
    z-index: 100; }
  .slideshow-k nav {
    text-align: center;
    width: 100%;
    z-index: 100; }
    .slideshow-k nav button {
      outline: none;
      cursor: pointer;
      display: inline-block; }

/*# sourceMappingURL=style.css.map */
