/* line 16, ../sass/styles.scss */
#blog {
  background-color: #c9b7a8;
}
/* line 18, ../sass/styles.scss */
#blog h3 {
  color: white;
  font-size: 30px;
  font-family: "kevlarregular", Arial, sans-serif;
}
/* line 23, ../sass/styles.scss */
#blog h1, #blog h2, #blog h3, #blog h4 {
  margin-bottom: 15px;
}

/* line 29, ../sass/styles.scss */
.block form:last-child {
  margin-bottom: 0;
}

@font-face {
  font-family: 'Bodoni';
  src: url("../fonts/bodonibtroman.eot");
  src: url("../fonts/bodonibtroman.eot?#iefix") format("embedded-opentype"), url("../fonts/bodonibtroman.woff") format("woff"), url("../fonts/bodonibtroman.ttf") format("truetype"), url("../fonts/bodonibtroman.svg#bodonibtroman") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url("../fonts/helveticaneueltstdmd.eot");
  src: url("../fonts/helveticaneueltstdmd.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneueltstdmd.woff") format("woff"), url("../fonts/helveticaneueltstdmd.ttf") format("truetype"), url("../fonts/helveticaneueltstdmd.svg#helveticaneueltstdmd") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url("../fonts/helveticaneueltstdlt.eot");
  src: url("../fonts/helveticaneueltstdlt.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneueltstdlt.woff") format("woff"), url("../fonts/helveticaneueltstdlt.ttf") format("truetype"), url("../fonts/helveticaneueltstdlt.svg#helveticaneueltstdlt") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'veljovic';
  src: url("../fonts/veljovicstd-bookitalic-webfont.eot");
  src: url("../fonts/veljovicstd-bookitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/veljovicstd-bookitalic-webfont.woff") format("woff"), url("../fonts/veljovicstd-bookitalic-webfont.ttf") format("truetype"), url("../fonts/veljovicstd-bookitalic-webfont.svg#itc_veljovic_stdbook_italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'kevlarregular';
  src: url("../fonts/kevlarregular-webfont.eot");
  src: url("../fonts/kevlarregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kevlarregular-webfont.woff") format("woff"), url("../fonts/kevlarregular-webfont.ttf") format("truetype"), url("../fonts/kevlarregular-webfont.svg#kevlarregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url("../fonts/helveticaneueltstdmdit.eot");
  src: url("../fonts/helveticaneueltstdmdit.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneueltstdmdit.woff") format("woff"), url("../fonts/helveticaneueltstdmdit.ttf") format("truetype"), url("../fonts/helveticaneueltstdmdit.svg#helveticaneueltstdmdit") format("svg");
  font-weight: normal;
  font-style: italic;
}

/* line 102, ../sass/styles.scss */
blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
  color: #606060;
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 0px;
  font-family: 'HelveticaNeueLTStd';
}
/* line 111, ../sass/styles.scss */
blockquote p {
  line-height: 1.2;
}

/* line 117, ../sass/styles.scss */
.listing li {
  margin-bottom: 4px;
}
/* line 119, ../sass/styles.scss */
.listing li:before {
  font-size: 16px;
}

/* line 128, ../sass/styles.scss */
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 0px;
}

/* line 137, ../sass/styles.scss */
.header-logo {
  background: url(../images/logo.png) 0 0 no-repeat;
  background-size: 45px 50px;
  width: 45px;
  height: 50px;
}

/* line 148, ../sass/styles.scss */
.nav {
  float: right;
}

/* line 153, ../sass/styles.scss */
.nav > li > a {
  height: 74px;
  display: block;
}

/* line 163, ../sass/styles.scss */
.hero {
  background: url(../images/hero-banner.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 860px;
  padding-top: 266px;
  text-align: center;
  color: white;
  font-size: 26px;
  position: relative;
  font-family: "Bodoni", Arial, sans-serif;
}
/* line 173, ../sass/styles.scss */
.hero h1 {
  margin-bottom: 0;
}
/* line 176, ../sass/styles.scss */
.hero:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 32px solid white;
}
/* line 186, ../sass/styles.scss */
.hero .cat {
  position: relative;
  right: -30px;
  display: block;
  margin-bottom: 5px;
}
/* line 192, ../sass/styles.scss */
.hero p {
  position: relative;
  /*top: -30px;*/
  margin-bottom: 10px;
}
/* line 197, ../sass/styles.scss */
.hero .flex-control-nav {
  bottom: -88px;
}

/* line 200, ../sass/styles.scss */
.book-button {
  background-color: rgba(105, 93, 82, 0.9);
  color: white;
  font-size: 36px;
  padding: 4px;
  width: 267px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  font-family: "kevlarregular", Arial, sans-serif;
}
/* line 210, ../sass/styles.scss */
.book-button span {
  border: 2px dotted white;
  display: block;
  /*padding-top: 12px;
  padding-bottom: 12px;*/
}
/* line 216, ../sass/styles.scss */
.book-button:hover {
  text-decoration: none;
}

/* line 226, ../sass/styles.scss */
.main-content {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #c9b7a8
}

/* line 245, ../sass/styles.scss */
#about {
  padding-top: 0;
}
/* line 247, ../sass/styles.scss */
#about .video {
  position: relative;
  margin-bottom: 35px;
  display: block;
}

/* line 254, ../sass/styles.scss */
.play-button {
  background: url(../images/video/play-btn.png) 0 0 no-repeat;
  width: 135px;
  height: 98px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 268, ../sass/styles.scss */
#accomodation {
  padding-top: 0;
}

/* line 272, ../sass/styles.scss */
.slider {
  display: block;
  margin-bottom: 30px;
}
/* line 275, ../sass/styles.scss */
.slider .bg-img {
  height: 800px !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

/* line 282, ../sass/styles.scss */
#accomodation .slider {
  margin-bottom: 0;
}

/* line 286, ../sass/styles.scss */
#accomodation .slider .bg-img {
  height: 630px;
}

/* line 291, ../sass/styles.scss */
.accomodation-details {
  margin-bottom: -50px;
  background-color: #928775;
  color: white;
}
/* line 295, ../sass/styles.scss */
.accomodation-details h3 {
  color: white;
  font-size: 30px;
  margin-bottom: 15px;
}
/* line 300, ../sass/styles.scss */
.accomodation-details .tabs-wrapper {
  background: url(../images/tabs-bg.png) 50% 0 repeat-x;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.accomodation-details .tabs-wrapper:before, .accomodation-details .tabs-wrapper:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.accomodation-details .tabs-wrapper:after {
  clear: both;
}
/* line 304, ../sass/styles.scss */
.accomodation-details .num {
  border: 2px solid white;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: white;
  margin-right: 8px;
  position: relative;
  top: -2px;
}
/* line 320, ../sass/styles.scss */
.accomodation-details .tabs > li {
  width: 25%;
}
/* line 322, ../sass/styles.scss */
.accomodation-details .tabs > li a {
  height: 60px;
  line-height: 60px;
  display: block;
  font-family: "Bodoni", Arial, sans-serif;
}
/* line 331, ../sass/styles.scss */
.accomodation-details .tabs li:nth-child(2) a {
  background-color: #85786c;
}
/* line 336, ../sass/styles.scss */
.accomodation-details .tabs li:nth-child(3) a {
  background-color: #a6978a;
}
/* line 341, ../sass/styles.scss */
.accomodation-details .tabs li:last-child a {
  background-color: #c9b7a8;
}
/* line 345, ../sass/styles.scss */
.accomodation-details .tab-container {
  clear: both;
}
/* line 348, ../sass/styles.scss */
.accomodation-details .tab-content {
  padding: 50px 0 50px 0;
}
/* line 351, ../sass/styles.scss */
.accomodation-details .listing {
  font-size: 18px;
}
/* line 353, ../sass/styles.scss */
.accomodation-details .listing li:before {
  color: white;
}
/* line 357, ../sass/styles.scss */
.accomodation-details #tab2 {
  background-color: #85786c;
}
/* line 360, ../sass/styles.scss */
.accomodation-details #tab3 {
  background-color: #a6978a;
}
/* line 363, ../sass/styles.scss */
.accomodation-details #tab4 {
  background-color: #c9b7a8;
}

/* line 368, ../sass/styles.scss */
.tab-slider {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 372, ../sass/styles.scss */
.tab-slider.inactive {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/* line 379, ../sass/styles.scss */
.tab-slider.active {
  z-index: 9;
  opacity: 1;
  position: relative;
}

/* line 389, ../sass/styles.scss */
.rates-data {
  text-align: center;
  font-size: 22px;
  display: block;
  margin-bottom: 30px;
}
/* line 394, ../sass/styles.scss */
.rates-data th {
  font-size: 27px;
  font-family: "Bodoni", Arial, sans-serif;
  font-weight: normal;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
/* line 401, ../sass/styles.scss */
.rates-data .date {
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* line 406, ../sass/styles.scss */
.rates-data h4 {
  font-size: 22px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 410, ../sass/styles.scss */
.rates-data .data-label {
  text-align: left;
}
/* line 414, ../sass/styles.scss */
.rates-data .data-dates td {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

/* line 422, ../sass/styles.scss */
#rates .listing {
  font-size: 16px;
}
/* line 424, ../sass/styles.scss */
#rates .listing p {
  margin-bottom: 10px;
}
/* line 429, ../sass/styles.scss */
#rates .rates-info {
  padding-top: 20px;
}

/* line 439, ../sass/styles.scss */
#weddings {
  padding-top: 0;
}

/* line 446, ../sass/styles.scss */
#contact {
  color: white;
  padding-bottom: 0;
  padding-top: 0;
}
/* line 450, ../sass/styles.scss */
#contact h2, #contact h3, #contact h4 {
  color: white;
}

/* line 458, ../sass/styles.scss */
.map {
  width: 100%;
  height: 340px;
  position: relative;
  background: #ffffff;
}

/* line 465, ../sass/styles.scss */
.map-content {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 471, ../sass/styles.scss */
#map_canvas {
  width: 100%;
  height: 100%;
}

/* line 476, ../sass/styles.scss */
#map_canvas img {
  max-width: none;
}

/* line 483, ../sass/styles.scss */
.contact-form {
  background-color: #967f6d;
  padding-top: 38px;
  padding-bottom: 55px;
}
/* line 487, ../sass/styles.scss */
.contact-form button {
  font-size: 30px;
  font-family: "Bodoni", Arial, sans-serif;
}

/* line 495, ../sass/styles.scss */
.select-box li:before {
  display: none;
}

/* line 505, ../sass/styles.scss */
#news {
  background-color: #c9b7a8;
  padding-bottom: 30px;
}
/* line 508, ../sass/styles.scss */
#news h3, #news h4 {
  color: white;
}
/* line 511, ../sass/styles.scss */
#news .article {
  font-size: 14px;
}
/* line 513, ../sass/styles.scss */
#news .article .image {
  margin-bottom: 20px;
}
/* line 516, ../sass/styles.scss */
#news .article h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 520, ../sass/styles.scss */
#news .article a {
  text-decoration: underline;
}
/* line 522, ../sass/styles.scss */
#news .article a:hover {
  text-decoration: none;
}
/* line 527, ../sass/styles.scss */
#news .bottom-bar {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
}

/* line 535, ../sass/styles.scss */
.bottom-bar {
  width: 100%;
  background-color: #c9b7a8;
  border-top: 1px solid #e9e9e9;
  padding-top: 29px;
  padding-bottom: 25px;
  margin-bottom: 0px;
  overflow: hidden;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Bodoni", Arial, sans-serif;
}
/* line 546, ../sass/styles.scss */
.bottom-bar a {
  position: relative;
  color: white;
  z-index: 999;
  top: 4px;
}

/* line 559, ../sass/styles.scss */
.footer {
  background-color: #3e342d;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'veljovic';
}
/* line 566, ../sass/styles.scss */
.footer h5 {
  font-size: 22px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  margin-bottom: 10px;
}
/* line 573, ../sass/styles.scss */
.footer p:last-child {
  margin-bottom: 0;
}

/* line 579, ../sass/styles.scss */
.social-footer img {
  display: block;
}
/* line 582, ../sass/styles.scss */
.social-footer a {
  float: left;
  margin-right: 5px;
}
/* line 585, ../sass/styles.scss */
.social-footer a:last-child {
  margin-right: 0;
}

/* line 591, ../sass/styles.scss */
.powered {
  background: #68594e;
  padding: 18px 10px 18px 10px;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 599, ../sass/styles.scss */
.powered img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}

/* line 612, ../sass/styles.scss */
.blog {
  font-size: 16px;
}
/* line 614, ../sass/styles.scss */
.blog h1 {
  font-size: 34px;
  font-family: "kevlarregular", Arial, sans-serif;
}

.blog h3 {
  color: white;
  font-size: 30px;
  font-family: "kevlarregular", Arial, sans-serif;
}

/* line 620, ../sass/styles.scss */
.heading-category {
  margin-bottom: 15px;
}

/* line 624, ../sass/styles.scss */
.blog-panel {
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
  display: block;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 50px;
}
/* line 28, ../sass/switch/mixins/_mixins.scss */
.blog-panel:before, .blog-panel:after {
  content: " ";
  display: table;
}
/* line 32, ../sass/switch/mixins/_mixins.scss */
.blog-panel:after {
  clear: both;
}
/* line 632, ../sass/styles.scss */
.blog-panel p:last-child {
  margin-bottom: 0;
}
/* line 635, ../sass/styles.scss */
.blog-panel .content-banner {
  display: block;
  margin-bottom: 0px;
}
/* line 638, ../sass/styles.scss */
.blog-panel .content-banner img {
  display: block;
  width: 100%;
}
/* line 643, ../sass/styles.scss */
.blog-panel .blog-content {
  padding: 40px 55px 40px 55px;
}
/* line 646, ../sass/styles.scss */
.blog-panel .date {
  color: #68594e;
  font-style: italic;
  display: block;
  font-size: 16px;
  color: #695d52;
  font-style: italic;
}
/* line 654, ../sass/styles.scss */
.blog-panel p {
  line-height: 23px;
}
/* line 658, ../sass/styles.scss */
.blog-panel .social a {
  float: left;
  margin-right: 12px;
}

/* line 666, ../sass/styles.scss */
.more {
  background: #695d52;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
}
/* line 673, ../sass/styles.scss */
.more .icon-image-arrow {
  background: url(../images/more-arrow.png) 50% 50% no-repeat #242424;
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 0px 0 0;
  top: 0;
}
/* line 681, ../sass/styles.scss */
.more a {
  font-size: 24px;
  color: #ffffff;
  line-height: 50px;
  padding: 0;
  border: none;
  display: block;
}

/* line 693, ../sass/styles.scss */
.signup-form .button.border {
  border: 2px solid white;
  font-size: 30px;
  color: white;
}
/* line 697, ../sass/styles.scss */
.signup-form .button.border:hover {
  text-decoration: none;
  border-color: #68594e;
}
/* line 702, ../sass/styles.scss */
.signup-form .input-text {
  font-size: 30px;
  font-family: "kevlarregular", Arial, sans-serif;
  font-weight: normal;
  padding-top: 9px;
  padding-bottom: 9px;
  height: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 719, ../sass/styles.scss */
  .accomodation-details .tabs > li > a {
    padding-right: 16px;
    padding-left: 19px;
    font-size: 16px !important;
  }

  /* line 729, ../sass/styles.scss */
  .rates-data {
    font-size: 20px;
  }
  /* line 731, ../sass/styles.scss */
  .rates-data th {
    font-size: 18px;
    font-family: "Bodoni", Arial, sans-serif;
    font-weight: normal;
  }
  /* line 736, ../sass/styles.scss */
  .rates-data th, .rates-data td {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  /* line 742, ../sass/styles.scss */
  .rates-data h4 {
    font-size: 19px;
  }

  /* line 748, ../sass/styles.scss */
  #rates .listing {
    font-size: 11px;
  }
  /* line 750, ../sass/styles.scss */
  #rates .listing p {
    margin-bottom: 10px;
  }
  /* line 755, ../sass/styles.scss */
  #rates .rates-info {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  /* line 763, ../sass/styles.scss */
  .nav {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  /* line 781, ../sass/styles.scss */
  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  /* line 788, ../sass/styles.scss */
  blockquote {
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* line 791, ../sass/styles.scss */
  blockquote p {
    line-height: 1.4;
  }

  /* line 796, ../sass/styles.scss */
  h1, h2, h3, h4, h5, p {
    margin-bottom: 15px;
  }

  /* line 803, ../sass/styles.scss */
  .nav-fold {
    z-index: 999999;
  }

  /* line 807, ../sass/styles.scss */
  .nav-bar-content {
    background: none;
  }

  /* line 811, ../sass/styles.scss */
  .nav-switch {
    float: left;
    margin-left: -2px;
  }

  /* line 816, ../sass/styles.scss */
  .nav {
    float: none;
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  /* line 824, ../sass/styles.scss */
  .nav > li {
    float: none;
    display: block;
  }

  /* line 829, ../sass/styles.scss */
  .nav > li > a {
    color: #ffffff;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  /* line 838, ../sass/styles.scss */
  .nav-close {
    background: url(../images/nav-close.png) 0 0 no-repeat;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    display: block;
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: absolute;
    left: 0;
    top: 0;
  }

  /* line 855, ../sass/styles.scss */
  .header {
    box-shadow: none;
  }

  /* line 864, ../sass/styles.scss */
  .main-content {
    padding-top: 60px;
    background-color: #c9b7a8
  }

  /* line 873, ../sass/styles.scss */
  .hero {
    background: url(../images/hero-small.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 328px;
    padding-top: 94px;
    font-size: 15px;
  }
  /* line 879, ../sass/styles.scss */
  .hero:after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid white;
  }
  /* line 884, ../sass/styles.scss */
  .hero .cat {
    position: relative;
    right: -10px;
  }
  /* line 888, ../sass/styles.scss */
  .hero p {
    position: relative;
    top: -12px;
    margin-bottom: 0px;
    line-height: 1.2;
  }
  /* line 894, ../sass/styles.scss */
  .hero .small-12 {
    padding: 0;
  }
  /* line 897, ../sass/styles.scss */
  .hero h1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 901, ../sass/styles.scss */
  .hero .container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 905, ../sass/styles.scss */
  .hero .flex-control-nav {
    display: none !important;
  }

  /* line 910, ../sass/styles.scss */
  .book-button {
    background-color: rgba(105, 93, 82, 0.9);
    color: white;
    font-size: 16px;
    padding: 2px;
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
  }
  /* line 919, ../sass/styles.scss */
  .book-button span {
    border: 1px dotted white;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  /* line 925, ../sass/styles.scss */
  .book-button:hover {
    text-decoration: none;
  }

  /* line 936, ../sass/styles.scss */
  #about .video {
    position: relative;
    margin-bottom: 25px;
    display: block;

    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
  }

  #about .video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
  /* line 943, ../sass/styles.scss */
  .play-button {
    background: url(../images/video/play-btn.png) 0 0 no-repeat;
    background-size: 41px 29px;
    width: 41px;
    height: 29px;
  }

  /* line 955, ../sass/styles.scss */
  .slider {
    display: block;
    margin-bottom: 20px;
  }
  /* line 958, ../sass/styles.scss */
  .slider .bg-img {
    height: 260px !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
  }

  /* line 965, ../sass/styles.scss */
  #accomodation .slider {
    margin-bottom: 0;
  }

  /* line 969, ../sass/styles.scss */
  #accomodation .slider .bg-img {
    height: 630px;
  }

  /* line 975, ../sass/styles.scss */
  .accomodation-details {
    background-size: 100% 40px;
    margin-bottom: -30px;
  }
  /* line 978, ../sass/styles.scss */
  .accomodation-details .tabs-wrapper > .container {
    padding: 0;
  }
  /* line 981, ../sass/styles.scss */
  .accomodation-details h3 {
    color: white;
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 986, ../sass/styles.scss */
  .accomodation-details .num {
    width: 22px;
    height: 22px;
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    top: 0;
  }
  /* line 995, ../sass/styles.scss */
  .accomodation-details .tabs > li {
    text-align: center;
  }
  /* line 997, ../sass/styles.scss */
  .accomodation-details .tabs > li a {
    height: 40px;
    line-height: 40px;
  }
  /* line 1003, ../sass/styles.scss */
  .accomodation-details .text {
    display: none;
  }
  /* line 1006, ../sass/styles.scss */
  .accomodation-details .tab-content {
    padding: 18px 0 18px 0;
  }
  /* line 1009, ../sass/styles.scss */
  .accomodation-details .listing {
    font-size: 13px;
  }
  /* line 1011, ../sass/styles.scss */
  .accomodation-details .listing li:before {
    color: white;
  }

  /* line 1023, ../sass/styles.scss */
  .rates-data {
    text-align: center;
    font-size: 13px;
    display: block;
    margin-bottom: 30px;
  }
  /* line 1031, ../sass/styles.scss */
  .rates-data th {
    font-size: 13px;
    font-family: "Bodoni", Arial, sans-serif;
    font-weight: normal;
  }
  /* line 1036, ../sass/styles.scss */
  .rates-data th, .rates-data td {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 1042, ../sass/styles.scss */
  .rates-data .date {
    font-size: 10px;
  }
  /* line 1045, ../sass/styles.scss */
  .rates-data h4 {
    font-size: 22px;
  }

  /* line 1051, ../sass/styles.scss */
  #rates .listing {
    font-size: 11px;
  }
  /* line 1053, ../sass/styles.scss */
  #rates .listing p {
    margin-bottom: 10px;
  }
  /* line 1058, ../sass/styles.scss */
  #rates .rates-info {
    padding-top: 20px;
  }

  /* line 1068, ../sass/styles.scss */
  .input-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  /* line 1077, ../sass/styles.scss */
  textarea {
    margin-top: 15px;
  }

  /* line 1084, ../sass/styles.scss */
  .contact-form {
    padding-top: 30px;
    padding-bottom: 24px;
  }
  /* line 1087, ../sass/styles.scss */
  .contact-form button {
    font-size: 28px;
  }

  /* line 1097, ../sass/styles.scss */
  #news {
    padding-bottom: 30px;
  }
  /* line 1099, ../sass/styles.scss */
  #news .article {
    font-size: 11px;
    padding-bottom: 30px;
  }
  /* line 1102, ../sass/styles.scss */
  #news .article .image {
    margin-bottom: 15px;
  }
  /* line 1105, ../sass/styles.scss */
  #news .article h4 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  /* line 1109, ../sass/styles.scss */
  #news .article a {
    text-decoration: underline;
  }
  /* line 1111, ../sass/styles.scss */
  #news .article a:hover {
    text-decoration: none;
  }
  /* line 1116, ../sass/styles.scss */
  #news .bottom-bar {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
  }

  /* line 1124, ../sass/styles.scss */
  .bottom-bar {
    width: 100%;
    background-color: #c9b7a8;
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 0px;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Bodoni", Arial, sans-serif;
  }
  /* line 1135, ../sass/styles.scss */
  .bottom-bar a {
    position: relative;
    color: white;
    z-index: 999;
  }

  /* line 1147, ../sass/styles.scss */
  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 11px;
  }
  /* line 1151, ../sass/styles.scss */
  .footer h5 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  /* line 1155, ../sass/styles.scss */
  .footer p:last-child {
    margin-bottom: 0;
  }

  /* line 1161, ../sass/styles.scss */
  .social-footer img {
    display: block;
    width: 22px;
    height: 22px;
  }
  /* line 1166, ../sass/styles.scss */
  .social-footer a {
    margin-right: 2px;
  }

  /* line 1171, ../sass/styles.scss */
  .powered {
    background: #68594e;
    padding: 18px 10px 18px 10px;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  /* line 1179, ../sass/styles.scss */
  .powered img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
  }

  /* line 1192, ../sass/styles.scss */
  .blog {
    font-size: 14px;
  }
  /* line 1194, ../sass/styles.scss */
  .blog h1 {
    font-size: 25px;
    font-family: "kevlarregular", Arial, sans-serif;
  }

  /* line 1200, ../sass/styles.scss */
  .heading-category {
    margin-bottom: 15px;
  }
  /* line 1202, ../sass/styles.scss */
  .heading-category h1, .heading-category h2, .heading-category h3, .heading-category h4 {
    margin-bottom: 0 !important;
  }

  /* line 1207, ../sass/styles.scss */
  .blog-panel {
    background: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px;
    display: block;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 50px;
  }
  /* line 28, ../sass/switch/mixins/_mixins.scss */
  .blog-panel:before, .blog-panel:after {
    content: " ";
    display: table;
  }
  /* line 32, ../sass/switch/mixins/_mixins.scss */
  .blog-panel:after {
    clear: both;
  }
  /* line 1215, ../sass/styles.scss */
  .blog-panel p:last-child {
    margin-bottom: 0;
  }
  /* line 1218, ../sass/styles.scss */
  .blog-panel .content-banner {
    display: block;
    margin-bottom: 0px;
  }
  /* line 1221, ../sass/styles.scss */
  .blog-panel .content-banner img {
    display: block;
    width: 100%;
  }
  /* line 1226, ../sass/styles.scss */
  .blog-panel .blog-content {
    padding: 20px 20px 20px 20px;
  }
  /* line 1229, ../sass/styles.scss */
  .blog-panel .date {
    color: #68594e;
    font-style: italic;
    display: block;
    font-size: 16px;
    color: #695d52;
    font-style: italic;
  }
  /* line 1237, ../sass/styles.scss */
  .blog-panel p {
    line-height: 23px;
  }
  /* line 1241, ../sass/styles.scss */
  .blog-panel .social a {
    float: left;
    margin-right: 12px;
  }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
