@charset "UTF-8";
/* ======================================================================= */
/* Vars
/* ======================================================================= */
/* Colors
/* ======================================================================= */
/* Paths to assets
/* ======================================================================= */
/* Transitions
/* ======================================================================= */
/* Spacing
/* ======================================================================= */
/* Media Queries
/* ======================================================================= */
/* Keyframes
/* ======================================================================= */
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
@keyframes barleft {
  0% {
    left: 1.8rem;
    transform: rotate(-45deg); }
  50% {
    left: 1.8rem;
    transform: rotate(0deg); }
  100% {
    left: 0.6rem;
    transform: rotate(0deg); } }
@keyframes barleft-close {
  0% {
    left: 0.6rem;
    transform: rotate(0deg); }
  50% {
    left: 1.8rem;
    transform: rotate(0deg); }
  100% {
    left: 1.8rem;
    transform: rotate(-45deg); } }
@keyframes barright {
  0% {
    left: 1.8rem;
    transform: rotate(45deg); }
  50% {
    left: 1.8rem;
    transform: rotate(0deg); }
  100% {
    left: 3rem;
    transform: rotate(0deg); } }
@keyframes barright-close {
  0% {
    left: 3rem;
    transform: rotate(0deg); }
  50% {
    left: 1.8rem;
    transform: rotate(0deg); }
  100% {
    left: 1.8rem;
    transform: rotate(45deg); } }
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

img {
  border: none; }

.clr {
  clear: both; }

a {
  color: #97713a;
  text-decoration: none; }

html {
  margin: 0;
  padding: 0; }

body {
  padding: 0;
  margin: 0;
  font: normal 14px/24px 'open sans', sans-serif;
  background: #000 url(https://kabeelo.com/images/bg-body.jpg);
  z-index: 0; }

#header-container,
#content-container,
#footer-container {
  position: relative;
  padding: 0;
  margin: 0;
  min-width: 935px; }

#header,
#content,
#footer {
  width: 935px;
  margin: 0 auto;
  padding: 0;
  position: relative; }

#content {
  min-height: 200px; }

/******* design specifics *******/
#top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background: #000 url(https://kabeelo.com/images/bg-black.jpg) repeat-x; }

#header-container #header {
  width: 935px;
  height: 140px;
  margin: 0 auto;
  z-index: 10; }

#logo {
  position: absolute;
  top: 15px;
  left: 0;
  width: 90px;
  height: 90px;
  z-index: 9; }
  @media (min-width: 850px) {
    #logo {
      width: 140px;
      height: 140px; } }

#contact {
  position: absolute;
  top: 8px;
  right: 0;
  font: bold 16px Montserrat, sans-serif;
  color: #a89579;
  width: 50%;
  z-index: 11;
  text-align: right;
  text-transform: uppercase; }
  #contact a {
    color: #f4f4f4; }
    @media (min-width: 430px) {
      #contact a {
        margin-right: 10px; } }
  @media (min-width: 430px) {
    #contact {
      width: auto;
      top: 17px; } }
  @media (min-width: 992px) {
    #contact {
      left: 140px;
      right: auto; } }

a.button {
  padding: 15px;
  font: bold 24px 'Yanone Kaffeesatz', sans-serif;
  color: #a89579;
  background: #000 url(https://kabeelo.com/images/bg-footer.jpg);
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 300px;
  border-collapse: separte;
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000; }

iframe {
  max-height: 100%;
  max-width: 100%; }

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

header {
  position: fixed;
  width: 100%;
  z-index: 12;
  padding: 0;
  height: 100px;
  margin: 0;
  background: #fff url(/images/bg-body.jpg); }
  header.headerShadow {
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.2); }
  header .constrainedContent {
    position: relative;
    z-index: 10; }
  @media (min-width: 850px) {
    header {
      height: 140px; } }

.mainContentWrapper {
  padding-top: 100px; }
  @media (min-width: 850px) {
    .mainContentWrapper {
      padding-top: 140px; } }

.constrainedContent {
  font: normal 15px/24px bitter, sans-serif;
  color: #474747;
  padding: 0;
  max-width: 935px;
  width: 95%;
  margin: 0 auto; }

a.button {
  padding: 15px;
  font: bold 24px 'Yanone Kaffeesatz', sans-serif;
  color: #a89579;
  background: #000 url(https://kabeelo.com/images/bg-footer.jpg);
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 70%;
  border-collapse: separte;
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000; }

.videoWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  margin: 0 0 20px; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

#home-content {
  width: 100%;
  float: left;
  /* margin: 0 auto 0 500px; */
  margin: 0;
  font: normal 15px/24px bitter, serif;
  color: #25261f;
  min-height: 370px; }

.clearFix:before, .clearFix:after {
  content: "";
  display: table; }

.clearFix:after {
  clear: both; }

.cols2 .col {
  width: 100%;
  /*padding-left: 30px;*/ }
  @media (min-width: 650px) {
    .cols2 .col .col-inner {
      padding-left: 30px; } }
  @media (min-width: 650px) {
    .cols2 .col {
      width: 50%;
      float: left; } }
@media (min-width: 650px) {
  .cols2 {
    margin-left: -30px; } }

.cols3 .col {
  width: 100%; }
  @media (min-width: 768px) {
    .cols3 .col .col-inner {
      padding-left: 10px; } }
  @media (min-width: 768px) {
    .cols3 .col {
      width: 33.33%;
      float: left; } }
@media (min-width: 768px) {
  .cols3 {
    margin-left: -10px; } }

.home-links {
  background: #fff url(https://kabeelo.com/images/bg-white.jpg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
  padding: 40px 0;
  position: relative;
  width: 100%;
  max-width: none; }
  .home-links ul {
    list-style-type: none;
    text-align: center;
    width: 100%;
    padding: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: center;
    justify-content: center; }
    .home-links ul li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      padding: 0 10px 10px;
      width: 100%;
      vertical-align: top;
      font: normal 14px/18px bitter, serif;
      text-align: center; }
      .home-links ul li img {
        width: 100%;
        height: auto; }
      .home-links ul li h2 {
        text-transform: uppercase; }
      .home-links ul li a {
        font: bold 18px 'Yanone Kaffeesatz', sans-serif;
        padding-left: 23px;
        text-transform: uppercase;
        color: #a89579;
        background: transparent url(https://kabeelo.com/images/bg-dbl-arrow.png) no-repeat;
        background-position: left center; }
      @media (min-width: 430px) {
        .home-links ul li {
          width: 290px; } }

#foot-map-container {
  width: 100%;
  position: relative;
  min-width: auto; }
  #foot-map-container #map {
    height: auto;
    padding-top: 500px; }
  #foot-map-container #foot-map-overlay {
    position: relative;
    z-index: 1;
    left: 0;
    height: auto;
    top: 0;
    width: auto;
    background: #000 url(https://kabeelo.com/images/bg-black.jpg);
    padding: 25px 0 25px 50px;
    font: normal 16px/18px Montserrat, sans-serif;
    color: #f4f4f4; }
    #foot-map-container #foot-map-overlay div {
      position: static;
      right: 0; }
    #foot-map-container #foot-map-overlay h2 {
      color: #a89579;
      font: bold 20px Montserrat, sans-serif;
      margin: 0; }
    #foot-map-container #foot-map-overlay h4 {
      margin: 0 0 10px 0;
      font: bold 18px 'Yanone Kaffeesatz', sans-serif;
      text-transform: uppercase;
      color: #908981; }
      #foot-map-container #foot-map-overlay h4 i {
        text-transform: none;
        color: #fff;
        display: block;
        font-weight: normal; }
    #foot-map-container #foot-map-overlay address {
      display: block;
      margin-right: 15px;
      font: normal 14px/16px Montserrat, sans-serif; }
      #foot-map-container #foot-map-overlay address:last-of-type {
        margin-top: 15px; }
        @media (min-width: 430px) {
          #foot-map-container #foot-map-overlay address:last-of-type {
            margin-top: 0; } }
      @media (min-width: 430px) {
        #foot-map-container #foot-map-overlay address {
          float: left;
          width: 180px; } }
    #foot-map-container #foot-map-overlay a {
      color: #f4f4f4; }
    #foot-map-container #foot-map-overlay p.link {
      margin: 30px 0 0 0; }
      #foot-map-container #foot-map-overlay p.link a {
        background: transparent url(https://kabeelo.com/images/arrow-directions.png) no-repeat;
        background-position: left center;
        color: #908981;
        padding-left: 20px; }
    @media (min-width: 850px) {
      #foot-map-container #foot-map-overlay {
        position: absolute;
        width: 400px;
        top: 140px;
        height: 245px; } }

footer {
  background: #000 url(https://kabeelo.com/images/bg-footer.jpg);
  border-collapse: separate;
  text-align: center;
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  margin-bottom: -24px; }
  footer div {
    font: normal 12px/16px helvetica, arial, sans-serif;
    color: #908981;
    padding: 15px 0; }
    footer div h2 {
      margin: 0 0 20px 0;
      font: bold 24px 'Yanone Kaffeesatz', sans-serif;
      color: #a89579;
      text-transform: uppercase; }
    @media (min-width: 768px) {
      footer div {
        text-align: left; } }
  footer .social img {
    margin-right: 18px; }
  footer input[type='submit'] {
    background-color: #908981;
    border: 0;
    border-collapse: collapse;
    font: bold 12px arial, helvetica, sans-serif;
    padding: 4px 10px;
    text-transform: uppercase;
    color: #fff; }
  footer a#download {
    background-image: url(https://kabeelo.com/images/btn-download.png);
    background-position: right center;
    padding-right: 40px;
    color: #a89579;
    background-repeat: no-repeat; }

.home-slides {
  width: 100%;
  max-width: 1200px;
  background: url(https://kabeelo.com/images/bg-black.jpg);
  margin: 0 auto 30px; }
.home-slides .slick-track {
  display: flex !important;
}
  .home-slides .slick-slide {
    position: relative;
    height: inherit !important;}
    .home-slides .slick-slide img {
      width: 100%; }
  .home-slides .slick-arrow {
    position: absolute;
    top: 25%;
    height: 61px;
    width: 38px;
    z-index: 1; }

    @media (min-width: 850px) {
      .home-slides .slick-arrow {
        top: 50%;
        height: 91px;
        width: 57px; } }
  .home-slides .slick-arrow:before {
    content: ''; }
  .home-slides .slick-prev {
    background: url(https://kabeelo.com/images/slide-prev.jpg);
    background-size: 100%;
    left: 0; }
  .home-slides .slick-next {
    background: url(https://kabeelo.com/images/slide-next.jpg);
    background-size: 100%;
    right: 0; }
  .home-slides .slide-content {
    position: relative;
    max-width: 700px;
    width: 90%;
    top: 0;
    right: 0;
    padding: 30px 0 30px;
    color: #fff;
    text-align: center;
    font: bold 14px/18px monterrat, sans-serif;
    margin: 0 auto;
    height: 100%; }
    .home-slides .slide-content a {
      color: #fff;
      text-decoration: underline; }
      .home-slides .slide-content a.slide-btn {
        font: normal 20px 'Yanone Kaffeesatz', sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 60px;
        display: inline-block;
        background: #000 url(https://kabeelo.com/images/bg-footer.jpg); }
        @media (min-width: 850px) {
          .home-slides .slide-content a.slide-btn {
            font: normal 26px 'Yanone Kaffeesatz', sans-serif; } }
    .home-slides .slide-content h1 {
      color: #fff;
      text-align: center;
      font: bold 28px montserrat, sans-serif;
      margin: 0; }
      @media (min-width: 650px) {
        .home-slides .slide-content h1 {
          font: bold 40px montserrat, sans-serif; } }
      @media (min-width: 850px) {
        .home-slides .slide-content h1 {
          font: bold 60px montserrat, sans-serif; } }
    .home-slides .slide-content h2 {
      color: #fff;
      text-align: center;
      font: italic 15px georgia, serif;
      margin: 0; }
      @media (min-width: 650px) {
        .home-slides .slide-content h2 {
          font: italic 25px georgia, serif; } }
      @media (min-width: 850px) {
        .home-slides .slide-content h2 {
          font: italic 30px georgia, serif; } }
    .home-slides .slide-content p {
      margin-top: 30px; }
      @media (min-width: 850px) {
        .home-slides .slide-content p {
          margin-top: 50px; } }
    @media (min-width: 850px) {
      .home-slides .slide-content {
        position: absolute;
        top: 15%;
        padding: 0;
        left: 50%;
        transform: translate(-50%, 0); } }
    @media (min-width: 992px) {
      .home-slides .slide-content {
        top: 25%; } }
  @media (min-width: 850px) {
    .home-slides {
      display: block; } }

.home-cabins-container {
  background: #000 url(https://kabeelo.com/images/bg-black.jpg);
  padding: 40px 0;
  position: relative;
  min-width: auto; }
  .home-cabins-container .home-cabins {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .home-cabins-container .home-cabins h2 {
      font: bold 37px 'Yanone Kaffeesatz', sans-serif;
      color: #e4e4e4;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      text-align: center; }
    .home-cabins-container .home-cabins a {
      font: bold 14px Georgia, sans-serif;
      color: #a89579;
      font-style: italic; }
    .home-cabins-container .home-cabins p {
      text-align: center;
      margin: 5px 0 25px 0; }
    .home-cabins-container .home-cabins .home-cabins-slides .slick-list .slick-track .slick-slide {
      margin: 0 auto;
      padding: 0;
      width: 850px;
      text-align: center; }
      .home-cabins-container .home-cabins .home-cabins-slides .slick-list .slick-track .slick-slide img {
        display: inline-block; }
      .home-cabins-container .home-cabins .home-cabins-slides .slick-list .slick-track .slick-slide h3 {
        font: bold 17px 'Montserrat', sans-serif;
        margin: 10px 0 0 0;
        color: #908981;
        text-transform: uppercase; }
      .home-cabins-container .home-cabins .home-cabins-slides .slick-list .slick-track .slick-slide a {
        font: bold 16px 'Yanone Kaffeesatz', sans-serif;
        background: transparent url(https://kabeelo.com/images/dbl-arrow-home-cabin.png) no-repeat;
        background-position: left center;
        color: #a89579;
        padding-left: 17px;
        text-transform: uppercase; }
        .home-cabins-container .home-cabins .home-cabins-slides .slick-list .slick-track .slick-slide a:hover {
          color: #f4f4f4;
          background: transparent url(https://kabeelo.com/images/dbl-arrow-home-cabin-hover.png) no-repeat;
          background-position: left center; }
    .home-cabins-container .home-cabins .home-cabins-slides .slick-prev, .home-cabins-container .home-cabins .home-cabins-slides .slick-next {
      width: 22px;
      height: 52px;
      top: 35%;
      z-index: 10; }
    .home-cabins-container .home-cabins .home-cabins-slides .slick-prev {
      background: url("https://kabeelo.com/images/arrow-left.png");
      left: 0; }
      @media (min-width: 992px) {
        .home-cabins-container .home-cabins .home-cabins-slides .slick-prev {
          left: -15px; } }
      @media (min-width: 1200px) {
        .home-cabins-container .home-cabins .home-cabins-slides .slick-prev {
          left: -25px; } }
    .home-cabins-container .home-cabins .home-cabins-slides .slick-next:before, .home-cabins-container .home-cabins .home-cabins-slides .slick-prev:before {
      content: ''; }
    .home-cabins-container .home-cabins .home-cabins-slides .slick-next {
      background: url("https://kabeelo.com/images/arrow-right.png");
      right: 0; }
      @media (min-width: 992px) {
        .home-cabins-container .home-cabins .home-cabins-slides .slick-next {
          right: -15px; } }
      @media (min-width: 1200px) {
        .home-cabins-container .home-cabins .home-cabins-slides .slick-next {
          right: -25px; } }

.home-news-container {
  position: relative;
  padding: 25px 0;
  margin: 0;
  border-collapse: separate;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  min-width: auto; }
  .home-news-container .home-news {
    width: 100%;
    margin: 0 auto; }
    .home-news-container .home-news .news {
      width: 100%;
      margin-bottom: 30px;
      border-bottom: solid #969696 2px; }
      @media (min-width: 850px) {
        .home-news-container .home-news .news {
          float: left;
          width: 275px;
          border-bottom: none;
          padding: 0 25px 0 0; } }
      .home-news-container .home-news .news h2 {
        font: bold 30px 'Yanone Kaffeesatz', sans-serif;
        color: #474747;
        text-transform: uppercase;
        margin: 0 0 20px 0; }
      .home-news-container .home-news .news ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .home-news-container .home-news .news ul li {
          margin: 0 0 30px 0;
          font: normal 14px/18px bitter, serif;
          color: #474747; }
          .home-news-container .home-news .news ul li span.date {
            margin: 0 0 20px 0;
            font: normal 16px/18px 'Montserrat', sans-serif; }
          .home-news-container .home-news .news ul li h3 {
            margin: 0; }
            .home-news-container .home-news .news ul li h3 a {
              color: #908981;
              font: bold 18px 'Yanone Kaffeesatz', sans-serif;
              text-transform: uppercase; }
          .home-news-container .home-news .news ul li p {
            margin: 5px 0; }
  .home-news-container .home-travel p {
    margin: 0;
    font: italic 14px/18px bitter, sans-serif;
    color: #a89579; }
    .home-news-container .home-travel p a {
      color: #a89579;
      text-decoration: underline; }
  .home-news-container .home-travel h2 {
    font: bold 30px 'Yanone Kaffeesatz', sans-serif;
    color: #474747;
    text-transform: uppercase;
    margin: 0; }
  .home-news-container .home-travel ul {
    margin: 20px 0 0 0;
    padding: 0;
    -js-display: flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    list-style-type: none; }
    .home-news-container .home-travel ul li {
      width: 175px;
      margin: 0 26px 0 0;
      float: left;
      list-style-type: none;
      font: bold 17px 'Yanone Kaffeesatz', sans-serif;
      color: #908981;
      text-align: center; }
      .home-news-container .home-travel ul li span {
        font: bold 97px 'Yanone Kaffeesatz', sans-serif;
        color: #474747;
        display: block; }
  @media (min-width: 850px) {
    .home-news-container .home-travel {
      border-left: solid #969696 2px;
      padding: 0 0 0 25px;
      margin-left: 305px; } }

body.news-media #page-photo {
  min-height: 120px; }

ul#news-items {
  list-style-type: none;
  margin: 30px 0;
  padding: 0; }
  ul#news-items li {
    list-style-type: none;
    border-top: solid #474747 1px;
    margin: 15px 0;
    padding: 15px 0;
    min-height: 120px;
    position: relative;
    font: normal 14px/18px bitter, serif; }
    @media (min-width: 650px) {
      ul#news-items li {
        padding: 15px 0 15px 220px; } }
    @media (min-width: 650px) {
      ul#news-items li img {
        position: absolute;
        left: 0; } }
    ul#news-items li:first-child {
      border-top: 0; }
    ul#news-items li h3 {
      color: #a89579;
      font: bold 24px 'Yanone Kaffeesatz', sans-serif;
      background-image: none;
      padding: 0;
      margin: 0 0 15px 0; }
    ul#news-items li.paginate {
      padding: 15px 0;
      border: 0; }
      ul#news-items li.paginate a {
        padding: 15px;
        font: bold 24px 'Yanone Kaffeesatz', sans-serif;
        color: #a89579;
        background: #000 url(https://kabeelo.com/images/bg-footer.jpg);
        text-transform: uppercase;
        display: block;
        margin: 0 auto;
        text-align: center;
        border-collapse: separte;
        box-shadow: 0 0 10px #000;
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000; }

ul#media-items {
  list-style-type: none;
  margin: 30px 0;
  padding: 0; }
  ul#media-items li {
    list-style-type: none;
    float: left;
    margin: 0 0 20px 0;
    width: 100%;
    font: normal 14px/18px bitter, serif; }
    ul#media-items li div.desc {
      overflow-y: auto;
      overflow-x: hidden;
      height: 200px; }
    ul#media-items li img {
      position: absolute;
      left: 0; }
    ul#media-items li:first-child {
      border-top: 0; }
    ul#media-items li h3 {
      color: #a89579;
      font: bold 24px 'Yanone Kaffeesatz', sans-serif;
      background-image: none;
      padding: 0;
      margin: 0 0 15px 0; }
    ul#media-items li.paginate {
      padding: 15px 0;
      border: 0; }
      ul#media-items li.paginate a {
        padding: 15px;
        font: bold 24px 'Yanone Kaffeesatz', sans-serif;
        color: #a89579;
        background: #000 url(https://kabeelo.com/images/bg-footer.jpg);
        text-transform: uppercase;
        display: block;
        margin: 0 auto;
        text-align: center;
        border-collapse: separte;
        box-shadow: 0 0 10px #000;
        -moz-box-shadow: 0 0 10px #000;
        -webkit-box-shadow: 0 0 10px #000; }
    @media (min-width: 650px) {
      ul#media-items li {
        width: 49%;
        padding-right: 2%; } }
    @media (min-width: 650px) {
      ul#media-items li:nth-of-type(even) {
        padding-right: 0; } }

#page-photo img.space {
  box-shadow: none; }

body.lake-cabins #content-container.cols #content #left {
  position: relative;
  float: left;
  top: -130px;
  left: 0;
  width: 535px;
  padding: 0;
  background: transparent none; }

body.lake-cabins #content-container.cols #content #left div.ce {
  background: #000 url(https://kabeelo.com/images/bg-black.jpg);
  padding: 30px;
  margin-left: 60px; }

body.lake-cabins #comments {
  margin: 35px 0;
  color: #222; }

#photo-container {
  margin: 35px 0;
  padding: 0 0 65px 0;
  background: transparent url(https://kabeelo.com/images/bg-photo-shadow-bottom.png) no-repeat;
  background-position: bottom center; }
  #photo-container ul.gallery {
    background: transparent url(https://kabeelo.com/images/bg-photo-shadow-top.png) no-repeat;
    background-position: top center;
    padding: 65px 0 0 0;
    margin: 0;
    list-style-type: none; }
    #photo-container ul.gallery li {
      padding: 0;
      margin: 0;
      float: left;
      list-style-type: none;
      margin: 8px; }
      #photo-container ul.gallery li.title {
        color: #3d4247;
        text-transform: uppercase;
        font: bold 30px 'Yanone Kaffeesatz', sans-serif;
        padding: 0;
        margin: 0 0 10px 0;
        background: transparent none;
        display: block;
        width: auto;
        margin: 0 0 10px 0;
        float: none; }

body.lake-cabins #content #right iframe {
  margin: 0 0 25px 0; }

body.lake-cabins #content #right #nav-cabin {
  margin: 0 0 35px 0; }

body.lake-cabins #content #right h4 {
  margin: 0 0 10px 0; }

body.lake-cabins #content #right div.col {
  font: normal 14px/20px bitter, serif;
  color: #25261f; }

body.lake-cabins #right #c p:first-child {
  font: normal 24px 'Yanone Kaffeesatz', sans-serif;
  color: #474747;
  text-transform: uppercase;
  text-align: center;
  padding: 0 30px;
  margin: -30px 0 35px 0; }

body.lake-cabins #content-container.cols #content #right #c p:first-child strong {
  font: bold 145px 'Yanone Kaffeesatz', sans-serif;
  color: #a89579;
  display: block;
  text-align: center; }

.bottom-half {
  background: transparent url(https://kabeelo.com/images/bg-bottomhalf-shad.png) no-repeat;
  background-position: top center;
  padding: 50px 0 0 0;
  max-width: 960px;
  width: 95%;
  margin: 0 auto; }
  .bottom-half h2 {
    color: #3d4247;
    font: bold 30px 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    text-align: center; }
  .bottom-half ul.cabins {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -js-display: flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .bottom-half ul.cabins li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 220px;
      height: 260px;
      margin: 30px 10px;
      position: relative; }
      .bottom-half ul.cabins li div {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 200px;
        background: #444 url(https://kabeelo.com/images/bg-black.jpg);
        color: #f0f0f0;
        font: normal 13px/20px bitter, serif;
        padding: 10px; }
        .bottom-half ul.cabins li div a {
          font: bold 18px 'Yanone Kaffeesatz', sans-serif;
          color: #474747;
          background-color: #a89579;
          padding: 5px 12px;
          margin-top: 15px;
          text-align: center;
          display: block; }
      .bottom-half ul.cabins li:hover div {
        display: block; }
      .bottom-half ul.cabins li h3,
      .bottom-half ul.cabins li h3 a {
        color: #a89579;
        font: bold 24px 'Yanone Kaffeesatz', sans-serif;
        text-align: left;
        margin: 0;
        padding: 0;
        text-transform: uppercase; }

#bottom-half #comments h2 {
  font: bold 36px 'Yanone Kaffeesatz', sans-serif;
  color: #a89579;
  margin-top: 0;
  text-align: left; }

.interior {
  background: transparent url(https://kabeelo.com/images/bg-footer.jpg) repeat-x;
  padding: 55px 0 0; }
  @media (min-width: 850px) {
    .interior {
      padding-bottom: 55px; } }
  .interior .constrainedContent {
    position: relative; }
    .interior .constrainedContent h1 {
      color: #e7e7e7;
      font: bold 48px 'Yanone Kaffeesatz', sans-serif;
      text-transform: uppercase;
      margin: 0 auto 35px auto; }
    .interior .constrainedContent .mainContent h2 {
      color: #3d4247;
      font: bold 36px 'Yanone Kaffeesatz', sans-serif;
      text-transform: uppercase;
      margin: 45px 0 25px 0; }
    .interior .constrainedContent .mainContent h4 {
      color: #908981;
      font: bold 24px 'Yanone Kaffeesatz', sans-serif;
      margin: 0 0 25px 0;
      text-transform: uppercase; }
    .interior .constrainedContent .mainContent strong {
      color: #97713a;
      font: bold 16px/26px bitter, sans-serif; }
    .interior .constrainedContent .mainContent #page-photo {
      min-height: 120px; }
      .interior .constrainedContent .mainContent #page-photo img {
        width: 100%;
        border-collapse: separte;
        box-shadow: 0 0 35px #000;
        -moz-box-shadow: 0 0 35px #000;
        -webkit-box-shadow: 0 0 35px #000; }
      @media (min-width: 850px) {
        .interior .constrainedContent .mainContent #page-photo {
          padding: 50px 0 0 0; } }
    .interior .constrainedContent .mainContent h3 {
      background-image: none;
      font-size: 24px;
      padding: 10px 40px 30px 0;
      margin: 0 0 10px 0;
      background: transparent url(https://kabeelo.com/images/bg-hr.png) repeat-x;
      background-position: bottom left;
      cursor: pointer;
      position: relative; }
      .interior .constrainedContent .mainContent h3 img {
        position: absolute;
        right: 0;
        top: 5px; }
    .interior .constrainedContent .mainContent h4 {
      font: bold 21px Montserrat, sans-serif;
      color: #a89579; }
    .interior .constrainedContent .mainContent table {
      width: 100% !important;
      max-width: 500px; }
    @media (min-width: 850px) {
      .interior .constrainedContent .mainContent {
        margin-left: 322px; } }
  .interior.cols .constrainedContent {
    position: relative;
    font: normal 16px/28px bitter, serif;
    color: #f4f4f4; }
    .interior.cols .constrainedContent strong {
      /* color: #a89579; */
      color: #97713a;
      font: bold 16px/36px bitter, sans-serif; }
    .interior.cols .constrainedContent h1 {
      color: #e7e7e7;
      font: bold 48px 'Yanone Kaffeesatz', sans-serif;
      text-transform: uppercase;
      margin: 0 auto 35px auto; }
    .interior.cols .constrainedContent #page-photo {
      padding: 0 0 0 0;
      min-height: 100px; }
      .interior.cols .constrainedContent #page-photo img {
        width: 100%;
        border-collapse: separate;
        box-shadow: 0 0 35px #000;
        -moz-box-shadow: 0 0 35px #000;
        -webkit-box-shadow: 0 0 35px #000; }
      @media (min-width: 850px) {
        .interior.cols .constrainedContent #page-photo {
          padding-top: 20px; } }
    .interior.cols .constrainedContent h2 {
      font: bold 36px 'Yanone Kaffeesatz', sans-serif;
      color: #a89579;
      margin-top: 0; }
    .interior.cols .constrainedContent .left {
      position: relative;
      float: none;
      top: -30px;
      max-width: 475px;
      margin: 0 auto;
      font: normal 16px/28px bitter, serif;
      color: #f4f4f4; }
      .interior.cols .constrainedContent .left h2 {
        text-transform: uppercase; }
      .interior.cols .constrainedContent .left div.ce {
        background: #000 url(https://kabeelo.com/images/bg-black.jpg);
        padding: 30px; }
        @media (min-width: 920px) {
          .interior.cols .constrainedContent .left div.ce {
            margin-left: 60px; } }
      @media (min-width: 920px) {
        .interior.cols .constrainedContent .left {
          left: 60px;
          float: left;
          width: 475px;
          top: -130px; } }
    .interior.cols .constrainedContent .right {
      position: relative;
      float: none;
      top: 0;
      right: 0;
      margin: 0 auto;
      max-width: 350px;
      width: 90%;
      padding: 0 0 30px 0;
      color: #222;
      font: normal 14px/22px bitter, serif; }
      .interior.cols .constrainedContent .right #c p:first-child {
        font: normal 24px 'Yanone Kaffeesatz', sans-serif;
        color: #474747;
        text-transform: uppercase;
        text-align: center;
        padding: 0 30px;
        margin: -30px 0 35px 0; }
        .interior.cols .constrainedContent .right #c p:first-child strong {
          font: bold 145px 'Yanone Kaffeesatz', sans-serif;
          color: #a89579;
          display: block;
          text-align: center; }
      .interior.cols .constrainedContent .right #c h4 {
        color: #908981;
        font: bold 24px 'Yanone Kaffeesatz', sans-serif;
        margin: 0 0 25px 0;
        text-transform: uppercase; }
      .interior.cols .constrainedContent .right h2 {
        color: #908981;
        font: bold 19px/28px bitter, sans-serif;
        margin: 0 0 10px 0; }
      .interior.cols .constrainedContent .right strong {
        font-size: inherit;
        line-height: inherit;
        color: inherit; }
      .interior.cols .constrainedContent .right a.button {
        width: auto; }
      @media (min-width: 920px) {
        .interior.cols .constrainedContent .right {
          float: right;
          width: 280px;
          top: 50px; } }
  .interior.cols.cabins-landing .left {
    position: relative;
    padding: 0;
    left: 0;
    margin: 0 auto;
    background: transparent none; }
    .interior.cols.cabins-landing .left div.ce {
      background: #000 url(https://kabeelo.com/images/bg-black.jpg);
      padding: 30px; }
      @media (min-width: 920px) {
        .interior.cols.cabins-landing .left div.ce {
          margin-left: 60px; } }
    @media (min-width: 920px) {
      .interior.cols.cabins-landing .left {
        width: 535px; } }
  .interior.cols.main-base .left {
    position: relative;
    left: auto;
    max-width: 475px;
    background: #000 url(https://kabeelo.com/images/bg-black.jpg);
    padding: 30px; }
    .interior.cols.main-base .left table {
      width: 100% !important;
      table-layout: auto !important; }
      .interior.cols.main-base .left table td {
        width: 100%;
        display: block !important;
        vertical-align: inherit; }
        @media (min-width: 430px) {
          .interior.cols.main-base .left table td {
            display: table-cell !important;
            width: auto !important; } }
    .interior.cols.main-base .left div.ce {
      margin: 0;
      padding: 0; }
    @media (min-width: 920px) {
      .interior.cols.main-base .left {
        left: 60px; } }
  .interior.cols.main-base .right h4 {
    color: #908981;
    font: bold 24px 'Yanone Kaffeesatz', sans-serif;
    margin: 0 0 25px 0;
    text-transform: uppercase; }
  .interior.cols #bottom-half #comments {
    color: #222; }
    .interior.cols #bottom-half #comments p {
      font: normal 14px/24px 'open sans', sans-serif; }
      .interior.cols #bottom-half #comments p.from, .interior.cols #bottom-half #comments p.when {
        font: italic 16px bitter, serif; }
    @media (min-width: 850px) {
      .interior.cols #bottom-half #comments {
        width: 60%;
        float: left; } }
  .interior.cols #bottom-half #right-sub-col {
    float: none;
    margin: 0 auto; }
    @media (min-width: 850px) {
      .interior.cols #bottom-half #right-sub-col {
        float: right; } }

#nav-sub {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: auto;
  margin-left: -2.6%;
  margin-right: -2.6%;
  padding: 15px 35px;
  background: #666 url(https://kabeelo.com/images/bg-black.jpg); }
  #nav-sub li {
    list-style-type: none;
    margin: 12px 0;
    padding: 0; }
    #nav-sub li a {
      font: bold 18px Montserrat, sans-serif;
      text-transform: uppercase;
      color: #ccc; }
      #nav-sub li a:hover {
        color: #a89579; }
    #nav-sub li.here a {
      padding-left: 25px;
      background: transparent url(https://kabeelo.com/images/bg-nav-sub-here.png) no-repeat;
      background-position: left center;
      color: #908981; }
  @media (min-width: 850px) {
    #nav-sub {
      position: absolute;
      width: 205px;
      top: 90px;
      left: 20px; } }

#content {
  font: normal 15px/24px bitter, sans-serif;
  color: #474747;
  padding-left: 322px;
  width: 613px; }

#content h1,
#comments h1 {
  color: #e7e7e7;
  font: bold 48px 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  margin: 0 auto 35px auto;
  width: 935px;
  left: 0;
  position: absolute; }

#content h2,
#comments h2 {
  color: #3d4247;
  font: bold 36px 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  margin: 45px 0 25px 0; }

#content h3,
#comments h3 {
  color: #3d4247;
  font: bold 24px 'Yanone Kaffeesatz', sans-serif;
  margin: 0 0 25px 0;
  padding: 40px 0 0 0;
  text-transform: uppercase;
  background: transparent url(https://kabeelo.com/images/bg-hr.png) repeat-x;
  position: relative; }
  #content h3 img,
  #comments h3 img {
    position: absolute;
    right: 0; }

#content p {
  margin: 0 0 35px 0; }

#page-quote {
  color: #a89579;
  font: italic 17px/24px bitter,serif;
  background: transparent url(https://kabeelo.com/images/uploads/quote-mark.png) no-repeat;
  background-size: 30px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #page-quote {
      font: italic 22px/29px bitter,serif;
      background-size: auto; } }
  #page-quote blockquote {
    margin: -10px 0 0 35px;
    padding: 0; }
    #page-quote blockquote p {
      margin: 0; }
    @media (min-width: 768px) {
      #page-quote blockquote {
        margin: 10px 0 0 55px; } }
  #page-quote p.author {
    text-transform: uppercase;
    color: #b4b2a5;
    font: normal 12px bitter, serif;
    margin: 10px 0 20px;
    text-align: right; }
    @media (min-width: 768px) {
      #page-quote p.author {
        font: normal 14px bitter, serif;
        margin: 0; } }
  @media (min-width: 850px) {
    #page-quote {
      position: absolute;
      right: 0;
      top: -30px;
      width: 570px;
      z-index: 3; } }

#content-container.cols #content #right h2 {
  color: #908981;
  font: bold 18px/28px Montserrat, sans-serif;
  margin: 0 0 10px 0; }

#content-container.cols #content #right strong {
  font-size: inherit;
  line-height: inherit;
  color: inherit; }

#right a.button {
  width: auto; }

#bottom-half {
  padding: 50px 0 0 0; }

#right-sub-col {
  float: right;
  width: 300px; }

#right-sub-col a.button {
  margin: 50px auto;
  width: 270px;
  font-size: 24px;
  color: #f4f4f4; }

#loader {
  padding: 15px;
  font: bold 24px 'Yanone Kaffeesatz', sans-serif;
  color: #a89579;
  background: #000 url(https://kabeelo.com/images/bg-footer.jpg);
  text-transform: uppercase;
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
  border-collapse: separte;
  box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 1 20px #000; }

#nav-cabin {
  padding: 25px;
  margin: 0;
  background: #000 url(https://kabeelo.com/images/bg-black.jpg);
  list-style-type: none; }

#nav-cabin li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px 0;
  font: bold 16px montserrat, sans-serif; }

#nav-cabin li.overview {
  font: bold 24px 'Yanone Kaffeesatz', sans-serif;
  color: #a89579;
  text-transform: uppercase; }

#nav-cabin li a {
  color: #b4b2a5; }

#nav-cabin li.here a {
  padding-left: 25px;
  background: transparent url(https://kabeelo.com/images/bg-nav-sub-here.png) no-repeat;
  background-position: left center;
  color: #908981; }

#nav-cabin li a:hover {
  color: #908981; }

#comments p.from,
#comments p.when {
  margin: 0;
  font: italic 16px bitter, serif; }

#comments a {
  color: #a89579;
  text-transform: uppercase;
  font: bold 18px 'Yanone Kaffeesatz', sans-serif; }

#comments hr {
  border: solid 1px #908981;
  margin: 25px 0; }

.contact-us .interior h2 {
  color: #3d4247;
  font: bold 36px 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  margin: 45px 0 25px 0; }
.contact-us .interior #page-photo {
  padding: 75px 0 0 0;
  min-height: 100px; }
.contact-us .interior div.ce {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
  @media (min-width: 850px) {
    .contact-us .interior div.ce {
      width: 28%;
      float: left;
      margin-right: 4%; } }
.contact-us .interior form {
  max-width: 400px;
  margin: 45px auto; }
  @media (min-width: 850px) {
    .contact-us .interior form {
      margin: 45px 0 0 0;
      margin-right: 4%;
      padding: 0;
      float: left;
      width: 37%; } }
  .contact-us .interior form.freeform label {
    display: block;
    float: left;
    font-weight: bold; }
  .contact-us .interior form.freeform input[type="text"] {
    width: 67%;
    float: right;
    font: normal 15px bitter, serif;
    padding: 1px; }
  .contact-us .interior form.freeform textarea {
    font: normal 15px/18px bitter, serif;
    width: 67%;
    float: right;
    height: 90px; }
  .contact-us .interior form.freeform p input[type="text"] {
    float: none; }
  .contact-us .interior form.freeform div {
    margin: 0 0 15px 0;
    overflow: hidden; }
  .contact-us .interior form.freeform input[type="submit"] {
    padding: 15px;
    font: bold 24px 'Yanone Kaffeesatz', sans-serif;
    color: #a89579;
    background: #000 url(https://kabeelo.com/images/bg-footer.jpg);
    text-transform: uppercase;
    display: block;
    margin: 35px 0;
    text-align: center;
    width: 350px;
    width: 100%;
    border-collapse: separte;
    border: 0;
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000; }
.contact-us #right-col {
  margin: 0 auto;
  margin-top: 45px;
  width: 100%;
  max-width: 200px;
  padding: 20px;
  border: solid #dcdcdc 1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #fff;
  font: normal 14px/21px bitter, serif;
  color: #808080; }
  .contact-us #right-col p {
    margin: 0 0 20px 0; }
  @media (min-width: 850px) {
    .contact-us #right-col {
      float: left;
      width: 21.5%; } }

.options.plan-your-trip .interior .mainContent table {
  max-width: 550px; }
  @media (max-width: 500px) {
    .options.plan-your-trip .interior .mainContent table {
      display: block; }
      .options.plan-your-trip .interior .mainContent table thead {
        display: block; }
        .options.plan-your-trip .interior .mainContent table thead tr {
          position: absolute;
          top: -9999px;
          left: -9999px; }
        .options.plan-your-trip .interior .mainContent table thead th {
          display: block; }
      .options.plan-your-trip .interior .mainContent table tbody {
        display: block; }
        .options.plan-your-trip .interior .mainContent table tbody tr {
          display: block; }
          .options.plan-your-trip .interior .mainContent table tbody tr td {
            display: block;
            position: relative;
            padding-left: 40%;
            padding-top: 6px;
            padding-bottom: 6px; }
            .options.plan-your-trip .interior .mainContent table tbody tr td:before {
              position: absolute;
              top: 0;
              bottom: 0;
              left: 6px;
              width: 25%;
              padding-top: 6px;
              padding-right: 10px;
              white-space: nowrap;
              text-align: left !important;
              border-right: 1px solid #000;
              font: bold 20px 'Yanone Kaffeesatz', sans-serif;
              text-transform: uppercase; }
            .options.plan-your-trip .interior .mainContent table tbody tr td:nth-of-type(1):before {
              content: "Option"; }
            .options.plan-your-trip .interior .mainContent table tbody tr td:nth-of-type(2):before {
              content: "Detials"; }
            .options.plan-your-trip .interior .mainContent table tbody tr td:nth-of-type(3):before {
              content: "Rates*"; } }

#nav-head {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 85px;
  right: 0;
  list-style-type: none;
  z-index: 150; }

#nav-head li {
  float: left;
  margin: 0 0 0 40px;
  padding: 0;
  height: 74px;
  min-width: 50px;
  list-style-type: none; }

#nav-head li a {
  font: bold 20px 'Yanone Kaffeesatz', sans-serif;
  color: #474747;
  text-transform: uppercase;
  text-decoration: none; }

#nav-head li a:hover {
  color: #a89579; }

#nav-head li ul {
  display: none;
  margin: 0;
  padding: 10px;
  background: transparent url(https://kabeelo.com/images/bg-body.jpg);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
  position: absolute;
  width: 150px;
  top: 40px; }

#nav-head li:hover ul {
  display: block; }

#nav-head li ul li {
  float: none;
  margin: 8px 0;
  padding: 0;
  height: auto; }

#nav-head li ul li:first-child {
  margin-top: 0; }

#nav-head li ul li:last-child {
  margin-bottom: 0; }

#nav-head li ul li a {
  font-size: 18px; }

#nav-head li ul li.here a {
  color: #a89579; }

#nav-top {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 0;
  list-style-type: none; }
  #nav-top li {
    float: left;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    list-style-type: none;
    border-left: solid #f4f4f4 2px; }
    #nav-top li:first-child {
      border-left: 0; }
    #nav-top li a {
      font: bold 14px Montserrat, sans-serif;
      color: #f4f4f4;
      text-transform: uppercase;
      text-decoration: none; }
      #nav-top li a:hover {
        color: #a89579; }

#open-nav {
  position: absolute;
  right: 10px;
  top: 58px;
  color: transparent;
  width: 30px;
  cursor: pointer;
  height: 30px;
  font-size: 0; }
  #open-nav .bar1, #open-nav .bar2, #open-nav .bar3 {
    width: 100%;
    height: 4px;
    background-color: #3d4247;
    margin: 6px 0; }
  @media (min-width: 850px) {
    #open-nav {
      top: 80px; } }
  @media (min-width: 992px) {
    #open-nav {
      display: none; } }

/* Mobile navigation menu*/
.sidenav #nav-head {
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  list-style-type: none; }
  @media (min-width: 992px) {
    .sidenav #nav-head {
      margin: 0;
      padding: 0;
      position: relative;
      float: right;
      top: 85px;
      right: 0;
      list-style-type: none;
      z-index: 150; } }
  .sidenav #nav-head > li {
    height: auto;
    float: none;
    position: relative;
    margin-right: 20px;
    margin-bottom: 15px; }
    .sidenav #nav-head > li.here, .sidenav #nav-head > li.parent-here {
      background: none;
      background-position: center bottom; }
    .sidenav #nav-head > li ul {
      display: none;
      position: relative;
      margin: 0;
      background: none;
      box-shadow: none;
      top: 0; }
    .sidenav #nav-head > li.open ul {
      display: block;
      transition: all 0.3s ease-in-out 0s; }
    .sidenav #nav-head > li.open span.open-dropdown {
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -webkit-transform: rotate(90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(90deg);
      transform-origin: center;
      transition-duration: .2s; }
    .sidenav #nav-head > li span.openMenu {
      position: absolute;
      right: 0;
      color: #fff;
      cursor: pointer; }
      @media (min-width: 992px) {
        .sidenav #nav-head > li span.openMenu {
          display: none; } }
      .sidenav #nav-head > li span.openMenu:after {
        border-color: #fff rgba(0, 0, 0, 0);
        border-style: solid;
        border-width: 5px 5px 0 5px;
        content: '';
        display: inline-block;
        height: 0;
        margin: auto;
        width: 0; }
    .sidenav #nav-head > li a {
      color: #fff; }
      @media (min-width: 992px) {
        .sidenav #nav-head > li a {
          color: #474747;
          letter-spacing: 1px; } }
      .sidenav #nav-head > li a:hover {
        color: #a89579; }
    @media (min-width: 992px) {
      .sidenav #nav-head > li {
        display: inline-block;
        float: none;
        margin: 0 0 0 30px;
        padding: 0;
        height: 74px;
        min-width: 50px;
        list-style-type: none; }
        .sidenav #nav-head > li span.open-dropdown {
          display: none; }
        .sidenav #nav-head > li.here, .sidenav #nav-head > li.parent-here {
          background: transparent url(https://kabeelo.com/images/nav-main-here.png) no-repeat;
          background-position: center bottom; }
        .sidenav #nav-head > li ul {
          display: none;
          margin: 0;
          padding: 10px;
          background: transparent url(https://kabeelo.com/images/bg-body.jpg);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
          position: absolute;
          width: 150px;
          top: 40px;
          z-index: 1; }
          .sidenav #nav-head > li ul li {
            height: auto; }
        .sidenav #nav-head > li:hover ul {
          display: block; }
        .sidenav #nav-head > li:last-of-type ul {
          right: 0; } }
.sidenav #nav-top {
  position: relative;
  border-left: solid #f4f4f4 2px;
  margin: 0 0 20px 40px;
  top: 0; }
  .sidenav #nav-top li {
    float: none;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    list-style-type: none;
    border-left: none; }
  @media (min-width: 992px) {
    .sidenav #nav-top {
      margin: 0;
      padding: 0;
      position: absolute;
      top: 15px;
      right: 0;
      list-style-type: none;
      border-left: none; }
      .sidenav #nav-top li {
        float: left;
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
        list-style-type: none;
        border-left: solid #f4f4f4 2px; }
        .sidenav #nav-top li:first-child {
          border-left: 0; } }
@media (max-width: 991px) {
  .sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 12;
    top: 0;
    right: -300px;
    background: #000 url(https://kabeelo.com/images/bg-black.jpg);
    overflow-y: scroll;
    padding-top: 40px; }
    .sidenav .closebtn {
      position: absolute;
      top: 0;
      color: #fff;
      right: 25px;
      font-size: 36px;
      margin-left: 50px; }
    .sidenav.open {
      right: 0;
      transition: 0.5s; }
    .sidenav.closed {
      right: -100%;
      transition: 0.5s; } }
@media (min-width: 992px) {
  .sidenav {
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
    top: auto;
    right: 0 !important;
    background-color: transparent;
    overflow-x: visible;
    transition: 0; }
    .sidenav .closebtn {
      display: none; } }

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

form.freeform label {
    display: inline-block;
    width: 125px;
}


/** home slider changes after ee6 ugprade **/
.home-slides .slide div.img{
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  height: 500px;
}
.cabin-main-img{
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  height: 310px;
  width: 100%;
}
.page-main-img{
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  height: 325px;
  width: 100%;
}
.bottom-half ul.cabins li div.img{
  display:block;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  height: 200px;
  width: 200px;
  position: relative;
}
#photo-container ul.gallery li div.img{
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  height: 75px;
  width: 75px;
}