/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1 {
  font-size: 2em;
  font-family: "Lobster", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #434347;
  font-weight: 100;
  margin-bottom: 0.5rem;
}
h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #434347;
  font-family: "KefaRegular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1rem 0 1.5rem 0;
}
h3 {
  font-size: 1.3rem;
  font-weight: 500;
  word-spacing: 0.2em;
  font-family: "KefaRegular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 2rem;
}
p {
  color: #616161;
  margin: 0 1rem 1.5rem 0;
}
  p.error {
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    padding: 1em;
  }
  p.info {
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 1em;
  }
  p.quote {
    color: #7F7F79;
    font-style: italic;
  }
  p.extended {
    display: none;
  }
  p.muted {
    color: #c6c6bc;
  }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
  text-decoration: underline;
  color: #212121;
}
  a:hover {
    color: #000;
    text-decoration: none;
  }
  a.green, button.green{
    background-color: #89BEBC;
    border: 1px solid #72A7A4;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1em;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
  }
  a.yellow, button.yellow {
    background-color: #FFCC00;
    border: 1px solid #DFBD31;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
  }
  a.outline, button.outline {
    background-color: #ffffff;
    border: 1px solid #DBDBD3;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 1em;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    color: #616161;
  }
  h2 > a {
    text-decoration: none;
  }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button-overlay {
  position: relative;
  z-index: 50;
  top: -50px;
}
  .button-overlay a {
    border-radius: 10px 0 0 0;
  }

.button {
  text-align: left;
  padding-left: 1.5em;
  padding-right: 4em;
}
div.footer a.button {
  color: #ffffff;
}

.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  background-color: #00BCD4;
  border-color: #00BCD4;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

label {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
}

label > input[type=radio], label > input[type=checkbox] {
  margin-right: 1em;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border-color: #DBDBD3;
}

button.green {
  background-color: #89BEBC;
  border: 1px solid #72A7A4;
  border-radius: 10px;
  text-decoration: underline;
  padding: 0 1.5em 0 1.5em;
  font-size: 1em;
  text-transform: none;
  font-weight: 200;
  letter-spacing: 0;
  color: #fff;
}
button.yellow {
  background-color: #FFCC00;
  border: 1px solid #DFBD31;
  border-radius: 10px;
  text-decoration: underline;
  color: #fff;
}

span.info {
  padding: 0.5em 1em 0.5em 1em;
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 10px;
  margin-bottom: 1em;
  display: block;
}

span.error {
  padding: 0.5em 1em 0.5em 1em;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  border-radius: 10px;
  margin-bottom: 1em;
  display: block;
}
  span.error > span {
    padding: 0;
    border: 0;
    margin: 0;
  }

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */

div.section {
  margin-bottom: 3em;
}
div.section.header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(50% + 0px);
  width: 100%;
  height: 10rem;
  background-color: #fff;
  background-image: url('../img/header.jpg');
  margin-bottom: 0;
}
  [data-slides] {
    background-image: url('../img/header.jpg'); /* Default image. */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 1.7s ease;
    -moz-transition: all 1.7s ease;
    -ms-transition: all 1.7s ease;
    -o-transition: all 1.7s ease;
    transition: all 1.7s ease;
  }
  [hidden] {
    display: none;
  }
  div.section.header img.logo {
    width: 260px;
    margin: 25px 0 25px 10px;
  }
  div.section.header:after {
    background: #CFD8DC;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    border-top: 2px solid #ffffff;
    width: 100%;
  }
  div.section.header .container {
    height: 100%;
  }

div.section.content a.green, div.section.content a.yellow, div.section.content a.outline {
  display: block;
  margin-bottom: 1rem;
}

div.section.gallery {
  text-align: center;
}
  div.section.gallery img {
    width: 118px;
    margin-right: 0.5em;
    padding: 2px;
    border: 1px solid #E1E1E1;
  }
  div.section.gallery a {
    text-decoration: none;
  }

div.section.inset {
  padding: 1.5rem 1rem 2.5rem 1rem;
  text-align: center;
  background-color: #F5F5F1;
  border-top: 1px solid #DBDBD3;
  border-bottom: 1px solid #DBDBD3;
}
  div.section.inset a {
    text-decoration: none;
  }
  div.section.inset a.green, div.section.inset a.yellow {
    display: block;
    margin-bottom: 1rem;
    text-decoration: underline;
  }
div.section.map {
  height: 400px;
  padding: 0;
  margin: 0;
}

div.section.footer {
  background-color: #F5F5F1;
  margin-bottom: 0;
  text-align: center;
  border-top: 2rem solid #98C1BF;
}
  div.section.footer strong {
    color: #434347;
  }
  div.section.footer i.fa {
    margin-right: 1em;
    color: #434347;
  }
  div.section.footer div.container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  div.section.footer:before {
    background: #BDBDBD;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    width: 100%;
  }
div.section.footer p, div.section.footer h3, div.section.footer a {
  color: #7F7F7A;
  text-decoration: none;
}
div.section.footer ul {
  list-style-type: none;
  color: #F5F5F5;
}
div.section.footer ul li span {
  color: #7F7F7A;
}

div.section.copyright {
  background-color: #E7E7E1;
  margin-bottom: 0;
  border-top: 1px solid #DBDBD3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}
  div.section.copyrightfooter strong {
    color: #434347;
  }

/* Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.nav {
  text-align: center;
  background-color: #F5F5F1;
  padding: 1rem 0 1rem 0rem;
  margin: 0 !important;
  font-family: "KefaRegular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
  .nav img.logo-small {
    display: none;
  }
  .nav img.logo-icon {
    width: 1.5rem;
    margin: 0.2em 0.7em 0 0.7em;
  }
  .nav img.logo {
    margin-top: -1em;
    margin-left: 0.5em;
  }
  .nav ul {
    margin: 0;
    display: inline-block;
  }
    .nav ul.contact {
      display: none;
    }
      .nav ul.contact i {
        margin-right: 1rem;
        color: #fff;
      }
    .nav ul li {
      display: inline;
      margin: 0 6px 0 0;
    }
  .nav a {
      text-decoration: none;
      font-size: 0.9rem;
  }
    .nav a.signin {
      border: 1px solid #B0BEC5;
      border-radius: 5px;
      padding: 7px 15px 7px 15px;
      margin: 20px 0 0 0;
      clear: both;
      display: block;
    }
      .nav a.signin i {
        font-size: 1.3rem;
        margin-right: 5px;
      }
    .nav a:hover {
        text-decoration: underline;
    }
  .nav form {
    margin: 1em 1em 0 1em;
  }
  .nav input {
    width: 100%;
  }
  .nav .navbar {
    padding: 1em 1.5em 0 1.5em;
  }

.subnav {
  background-color: #F5F5F1;
  padding: 1rem 0 1rem 0;
  text-align: center;
  margin: 0 0 2rem 0 !important;
  font-family: "KefaRegular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
  .subnav ul {
    display: none;
    margin: 0;
    padding: 0.8rem 0 0 0;
  }
    .subnav ul li {
      display: inline;
      margin: 0 6px 0 0;
    }
  .subnav a {
      text-decoration: none;
      font-size: 0.9rem;
  }
    .subnav a:hover {
        text-decoration: underline;
    }
  .subnav ul.pull-right {
    display: block;
  }
    .subnav ul.pull-right li {
      display: block;
      line-height: 40px;
    }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.content ul {
  list-style-position: outside;
  padding-left: 2.5rem;
}
.section.content ul li {
  list-style-image: url(../img/bullet-yellow.svg);
}
.section.content ul.no-bullets li {
  list-style-image: none;
}
.section.content form ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.5em 0;
}
  .section.content form ul li {
    list-style-image: none;
  }

div.menu {
  border: 1px solid #CFCFCF;
  border-radius: 12px;
  padding: 2px;
}
ul.menu {
  border: 1px solid #CFD8DC;
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
}
ul.menu li {
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 14px 10px 14px;
  margin: 0;
  font-weight: bold;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FAFAFA;
}
  ul.menu li a:hover {
    cursor: pointer;
  }
  ul.menu li .fa {
    margin-right: 1em;
  }
  ul.menu li .fa-link {
    float: right;
    margin-top: 5px;
    color: #9E9E9E;
  }
  ul.menu li:last-child {
    border-bottom: 0;
  }
  ul.menu li.title {
    border: 0;
    background-color: #ffffff;
    color: #F44336;
  }
  ul.menu li ul {
    display: none;
    list-style: none;
    margin: 10px -14px -10px -14px;
  }
  ul.menu li ul li, ul.menu li ul li:last-child {
    border: 0;
    padding: 10px 14px 10px 14px;
    margin: 0;
    background-color: #ffffff;
  }
ul.pull-right {
  float: none;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

table.price-sheet {
  font-size: 8px;
}
  table.price-sheet h3 {
    font-size: 9px;
  }
  table.price-sheet tr:hover {
    background-color: #F5F5F1;
  }
  table.price-sheet th, table.price-sheet td {
    padding: 0.5rem 0 0.5rem 0.3rem;
  }
  table.price-sheet h2 {
    font-size: 0.7rem;
  }
tr th {
  border-bottom: 1px solid #DBDBD3;
}
td.dark {
  background-color: #F5F5F1;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hidden-xs {
  display: none;
}
.hidden {
  display: none;
}
  .content-slider-fancybox.hidden {
    display: inline;
  }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
  width: 10rem;
  top: 0;
  z-index: +100;
}
img.starrating {
  width: 130px;
  margin-bottom: 1em;
}
img.starrating-small {
  width: 100px;
}
div#map {
  z-index: +500;
  width: 100%;
  height: 500px;
  margin-bottom: 1.5em;
  display: none;
}
div.day {
  border-radius: 1.5em;
  border: 1px solid #DBDBD3;
  padding: 0.7em 1em 0.7em 1em;
  font-weight: 'strong';
  text-align: center;
  margin: 0 0 1em 0;
  font-family: "Lobster", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
  div.day i {
    margin-right: 0.5em;
  }

i.green {
  color: #89BEBC;
}
i.yellow {
  color: #FFCC00;
}
div.content-slider {
  text-align: center;
}
div.content-slider-images {
  margin: 0 0 1em 0;
}
  div.content-slider-images img {
    width: 120px;
    margin-right: 0.5em;
    padding: 2px;
    border: 1px solid #E1E1E1;
  }
div.review {
  display: none;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin: 0 0 1rem 0;
}
  div.review h3 {
    font-family: "Lobster", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
    color: #7F7F79;
  }

  iframe div.review {
    background-color: transparent;
  }

/* Rows
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.row.review-sticky .columns.review {
  min-height: 27em;
}
.row.review-table img.starrating {
  width: 130px;
  margin: 0;
}
div.section.content .row.review-table a.outline {
  margin: 0;
}
  div.section.content .row.review-table a.yellow:hover {
    cursor: pointer;
  }
.row.holiday {
  background-color: #F5F5F1;
  padding: 1.5rem 0.5rem 1.5rem 1rem;
  border-top: 1px solid #DBDBD3;
}
.row.island-group {
  background-color: #F5F5F1;
  padding: 1.5rem 0.5rem 1.5rem 1rem;
  border-top: 1px solid #DBDBD3;
}
.row.day-to-day {
  background-color: #F5F5F1;
  padding: 1.5rem 0.5rem 0.5rem 1rem;
  border-top: 1px solid #DBDBD3;
  display: none;
}
  .row.holiday, .row.day-to-day.row-1 {
    display: block;
  }
  .row.day-to-day .day-column {
    padding: 1em 0 2em 0;
    text-align: center;
  }
  .row.day-to-day h3 {
    margin: 0.5em 0 1em 0;
  }

.row.sight {
  background-color: #F5F5F1;
  padding: 1.5rem 0.5rem 0.5rem 1rem;
  border-top: 1px solid #DBDBD3;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  background-color: #FAFAFA;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7F7F79;
}

hr {
  margin: 1.5rem 0 1.5rem 0;
}
  .subnav hr {
    margin: 0;
  }

.rating {
  margin: 1rem 0 1rem 0;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Larger than mobile */
@media (min-width: 400px) {

  /* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  div.section.footer {
    text-align: left;
  }

  div.team div.columns {
    float: none;
  }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

  /* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  h3 {
    margin-top: 0;
  }

  /* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  div.footer {
    text-align: left;
  }

  div.section.gallery {
    text-align: left;
  }
  div.section.inset a.green, div.section.inset a.yellow {
    display: inline;
  }
  div.section.faq {
    margin-top: 3em;
  }

  /* Nav
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  .subnav {
    text-align: left;
  }

  .subnav ul {
    display: block;
  }
    .subnav ul.pull-right {
      display: inline;
    }
      .subnav ul.pull-right li {
        display: inline;
      }

  /* Tables
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  table.price-sheet {
    font-size: 12px;
  }
    table.price-sheet h3 {
      font-size: 15px;
    }
    table.price-sheet h2 {
      font-size: 1rem;
    }

  /* Misc
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  div.content-slider {
    text-align: left;
  }

  div#map {
    display: block;
  }

  /* Utilities
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .hidden-xs {
    display: block;
  }
}


/* Larger than tablet */
@media (min-width: 750px) {

  /* Nav
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  .nav {
    text-align: left;
    min-height: 4.2em;
  }
    .nav img.logo-icon {
      float: left;
      width: 2rem;
    }
    .nav form {
      float: right;
      margin: 0 1.5em 0 0;
    }

  .nav .navbar {
    display: inline-block;
    padding: 0.3em 0 0 1.5em;
  }

  /* Misc
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  img.logo {
    width: 14rem;
    float: left;
  }

  img.logo-small {
    display: inline !important;
  }
  img.logo-icon {
    float: left;
    margin: 0.5rem 1.5rem 0 1.5rem;
    width: 3rem;
  }

  div.review {
    display: inline;
  }

  /* Rows
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  .row.holiday, .row.day-to-day {
    margin-right: 1rem;
    display: none;
  }
  .row.sight {
    margin-right: 1rem;
  }
  .row.holiday, .row.day-to-day.row-1 {
    display: block;
  }


  /* Nav
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  .section.nav input {
      margin: 0;
  }

  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFCC00;
    border-bottom: 1px solid #DBDBD3;
    z-index: 1000;
    padding: 1rem 0 1rem 0;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
  }
    .has-docked-nav .navbar ul {
      padding: 0 0 0 2rem;
      margin: 0;
      display: inline-block;
    }
    .has-docked-nav .nav ul.contact {
      display: inline-block;
      float: right;
    }
    .has-docked-nav .navbar ul li {
      margin-right: 10px;
    }
    .has-docked-nav .navbar ul li a {
      color: #fff;
      margin-right: 10px;
    }
    .has-docked-nav .navbar a.button {
      float: right;
      margin-top: 0;
      font-size: 11px;
    }
      .has-docked-nav .navbar a.signin {
        display: none;
      }
      .has-docked-nav .navbar a.button.login {
        margin-right: 50px;
        display: none !important;
        color: #263238;;
        background-color: #fff;
      }
      .has-docked-nav .navbar a.button.try {
        margin-right: 50px;
        display: block !important;
      }
    .has-docked-nav .navbar form {
      margin: 0.55rem 1.5rem 0 0;
      float: right;
    }
    .has-docked-nav .navbar input {
      width: 15rem;
    }

  .has-docked-nav .navbar-spacer {
    display: block;
  }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%;
  }

  /* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  div.section.header {
    height: 25em;
    background-position: center center;
  }
    div.section.header img.logo {
      margin: 7em 0 0 0;
    }
  div.section.copyright {
    text-align: left;
  }
}

/* Larger than desktop */
@media (min-width: 1000px) {

  /* Nav
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  .has-docked-nav .navbar a.button.try {
      margin-right: 20px;
      display: block !important;
    }
  .has-docked-nav .navbar a.button.login {
    margin-right: 50px;
    display: block !important;
  }

  /* Tables
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  table.price-sheet {
    font-size: 1rem;
  }
    table.price-sheet h3 {
      font-size: 1.3em;
    }
    table.price-sheet h2 {
      font-size: 1.5rem;
    }
    table.price-sheet th, table.price-sheet td {
      padding: 0.5rem 0 0.5rem 1rem;
    }

  /* Misc
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

  /* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  div.section.content a.green, div.section.content a.yellow, div.section.content a.outline {
    display: inline-block;
  }
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {

  /* Sections
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  div.section.header {
     background-position: center calc(50% + 100px);
  }
}

#breadcrumb li + li:before{
    content:  '>';
    margin:   0 2px;
}

img.logo-icon {
    margin: 0.5rem 1.5rem 1.5rem 1.5rem;
    width: 3rem;
  }
