@media only screen and (min-width: 992px) {
  .hidden-md {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

.mobile-logo-wrapper {
  display: none; }

.mobile-logo {
  display: none; }

.menu-backdrop {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s,visibility 0.1s;
  -moz-transition: opacity 0.3s,visibility 0.1s;
  transition: opacity 0.3s,visibility 0.1s; }

#nav {
  position: relative; }
  #nav .btn-item {
    padding: 0;
    border: 0;
    position: absolute;
    top: 25px;
    left: 16px;
    display: none; }
    #nav .btn-item .close-nav-btn {
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url(img/close.png);
      background-position: center center;
      background-repeat: no-repeat; }

@media screen and (max-width: 991px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  body.nav-visible #wrap {
    overflow: hidden; }
  body.nav-visible .menu-backdrop {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    visibility: visible;
    opacity: 1;
    z-index: 9; }

  .main-logo-wrapper {
    display: none; }

  #wrap {
    width: 100%;
    margin-top: 0;
    border: 0; }

  #header {
    width: 100%;
    height: auto;
    position: relative; }
    #header .mobile-logo-wrapper {
      display: block;
      text-align: center;
      background-color: #ecf1f4;
      width: 100%;
      z-index: 8;
      -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3); }
      #header .mobile-logo-wrapper a.mobile-logo {
        display: inline-block;
        vertical-align: top;
        background-image: url(img/mobile-logo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
    #header .mobile-booking {
      display: inline-block;
      position: absolute;
      right: 15px;
      height: 30px;
      line-height: 30px;
      background-color: #9B000A;
      text-align: center;
      text-decoration: none;
      color: #fff;
      padding: 0 10px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #header .mobile-booking:hover {
        background-color: #ce000d; }
    #header a.mobile-menu-toggle-btn {
      width: 30px;
      height: 30px;
      background-image: url(img/bars.png);
      background-position: center center;
      position: absolute;
      background-repeat: no-repeat;
      left: 15px; }
    #header .header-slide {
      width: 100%;
      height: auto;
      padding-bottom: 37.8%;
      position: relative; }
      #header .header-slide img {
        width: 100%;
        height: 100%; }

  #sidebar {
    width: 210px;
    position: absolute;
    left: -210px;
    top: 0;
    z-index: 10;
    padding: 0;
    overflow: auto;
    background-size: 100%;
    -webkit-transition: opacity 0.3s,left 0.3s,visibility 0.1s;
    -moz-transition: opacity 0.3s,left 0.3s,visibility 0.1s;
    transition: opacity 0.3s,left 0.3s,visibility 0.1s;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.3); }
    #sidebar.nav-visible {
      left: 0; }

  ul#nav .first-item a {
    font-size: 22px; }
  ul#nav .btn-item {
    display: block; }
  ul#nav li a {
    font-size: 18px; }

  #side {
    padding: 15px; }

  .subscribe.form-control {
    width: 100%; }

  .share-wrapper {
    text-align: center; }

  #content {
    background: 0;
    background-color: #ecf1f4;
    width: 100%; }

  #content-body {
    width: 100%;
    float: none; }
    #content-body .post object, #content-body .post embed {
      width: 100%; }

  #gallery {
    margin-left: -5px;
    margin-right: -5px; }
    #gallery::after {
      clear: both;
      content: "";
      display: table; }
    #gallery li {
      padding: 0 5px;
      margin-bottom: 10px; }
      #gallery li a {
        display: block; }
        #gallery li a img {
          display: block;
          max-width: 100%;
          height: auto; } }
@media only screen and (min-width: 767px) and (max-width: 991px) {
  #header .mobile-logo-wrapper {
    height: 80px; }
    #header .mobile-logo-wrapper .mobile-menu-toggle-btn {
      top: 25px; }
    #header .mobile-logo-wrapper .mobile-logo {
      width: 55px;
      height: 50px;
      margin-top: 15px; }
  #header .mobile-booking {
    top: 25px; }

  ul#nav {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px; }
    ul#nav li {
      width: auto; }
      ul#nav li.first-item {
        padding: 18px 0px 24px 50px;
        margin-left: -15px;
        margin-right: -15px; } }
@media only screen and (max-width: 767px) {
  #header .mobile-logo-wrapper {
    height: 45px; }
    #header .mobile-logo-wrapper .mobile-menu-toggle-btn {
      top: 9px; }
    #header .mobile-logo-wrapper .mobile-logo {
      width: 55px;
      height: 30px;
      margin-top: 10px; }
  #header .mobile-booking {
    top: 7px; }

  ul#nav {
    padding-top: 0; }
    ul#nav li {
      width: auto;
      padding: 10px 15px; }
      ul#nav li a {
        font-size: 16px; }
      ul#nav li.first-item {
        padding: 8px 0 9px 50px; }
      ul#nav li.btn-item {
        top: 8px; }

  #content-body {
    padding: 15px 15px 10px; }
    #content-body .post object, #content-body .post embed {
      width: 100%; }
    #content-body .post embed {
      height: 250px !important; }
    #content-body .post ul {
      width: auto; }

  #gallery li {
    width: 50%;
    text-align: center; }
    #gallery li a {
      display: inline-block; }

  #lightbox #outerImageContainer {
    width: 100% !important;
    height: auto !important;
    min-height: 200px; }
  #lightbox #imageContainer img {
    display: block;
    max-width: 100%;
    height: auto; }
  #lightbox #imageContainer #loading {
    text-align: center; }
    #lightbox #imageContainer #loading #loadingLink {
      display: inline-block; }
  #lightbox #prevLink, #lightbox #nextLink {
    height: 80% !important; }
  #lightbox #imageDataContainer {
    width: 100% !important; } }
img.map {
  width: auto; }

#right, #left {
  width: 100%; }

ul#packages {
  width: auto;
  float: none; }
  ul#packages li {
    width: auto;
    float: none; }

#footer p:first-child > span:after {
  content: "|";
  margin: 0 15px; }
  @media only screen and (max-width: 767px) {
    #footer p:first-child > span:after {
      display: none; } }

#small a {
  padding: 0 5px; }

.other-website a:after {
  content: "|";
  margin: 0 5px; }
  @media only screen and (max-width: 767px) {
    .other-website a:after {
      display: none; } }

.copyright-wrapper {
  text-align:center;
  font-size: 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #cccccc;
  padding: 5px; }

@media screen and (max-width: 991px) {
  #footer {
    width: 100%; }
    #footer p {
      font-size: 13px; }

  .copyright-wrapper {
    text-align: center; } }
@media only screen and (max-width: 767px) {
  #footer p > span {
    display: block; }
  #footer #small a {
    display: block; }
  #footer .other-website a {
    display: block; } }

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