
html {
  height: 100%;
}
body {
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Georgia, Times, serif;
  font-weight: 300;
  font-size: 14px;
  color: #666;
  background-image: url('../img/manhattan_main.jpg');
  background-size: cover;
  background-attachment: fixed;
}
/* body > .container {min-height: 90%; min-height: 90vh;} */
/* body > .container {height: 79%; height: 79vh;} */
a {
  font-weight: inherit;
}
.transition {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.gradient-line {
  display: block;
  border: none;
  height: 2px;
  background: #e0dedc;
  background: -moz-linear-gradient(left, rgba(224, 222, 220, 0) 0%, #e0dedc 30%, #e0dedc 70%, rgba(224, 222, 220, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(224, 222, 220, 0) 0%, #e0dedc 30%, #e0dedc 70%, rgba(224, 222, 220, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(224, 222, 220, 0) 0%, #e0dedc 30%, #e0dedc 70%, rgba(224, 222, 220, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0dedc', endColorstr='#00e0dedc', GradientType=1);
  /* IE6-9 */
}
#index {background-image: none !important; background-color: #91723c;}

#index .owl-carousel {
  width: 100%;
  height: 79%;
  position: absolute;
  top: 0;
}
#index .item {
  margin: 0;
  width: 100%;
  width: 100vw;
  height: 79%;
  height: 79vh;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#index .owl-controls {
  position: absolute;
  bottom: 0;
  z-index: 98;
  right: 0;
}
#index .owl-controls .owl-buttons div {
  opacity: 0.7;
  background: white;
  font-size: 24px;
  border-radius: 0;
  color: black;
  margin: 0 1px;
  padding: 6px 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#index .owl-controls .owl-buttons div:hover,
#index .owl-controls .owl-buttons div:focus {
  opacity: 1;
}
#index-float {
  /* min-height: 100%; */
  min-height: 79%;
  min-height: 79vh;
  z-index: 9;
}
#float-nav {
  top: 0;
  bottom: 0;
  z-index: 999;
}
#float-nav .logo {
  max-width: 100%;
  /* max-width: 170px;
  margin: 10px auto; */
}
#float-nav .navbar {
  margin-bottom: 0;
}
#float-nav .navbar-brand {
  height: auto;
  padding: 0 15px;
}
#float-nav .navbar-nav {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}
#float-nav .navbar-nav a {
  color: #53545c;
  text-align: center;
}
#float-nav .navbar-toggle {
  /*margin-top: 27px;*/
  border: 0;
  background: transparent;
}
#float-nav .navbar-toggle:hover,
#float-nav .navbar-toggle:focus {
  background: transparent;
}
#float-nav .navbar-toggle .icon-bar {
  background: #91723c;
}
#float-nav .navbar-default {
  border-top: 5px solid #d1b261;
}
@media(min-width: 1300px) {
  #float-nav {
    /* left: -40px; */
  }
}
@media (min-width: 992px) {
  /* #index #float-nav ,
  #index #float-nav .navbar-default {
    min-height: 100%;
    min-height: 100vh;
  } */

  #float-nav {
    /*width: 200px;*/
    position: fixed;
    /* width: 100%; */
    width: 240px;
    right: auto;
    background-color: rgba(247,245,244,0.3) ;
    min-height: 90%;
    min-height: 90vh;
    /*background: -moz-linear-gradient(top, rgba(247, 245, 244, 0.2) 0%, rgba(247, 245, 244, 0.9) 40%, rgba(247, 245, 244, 0) 100%);*/
    /*background: -webkit-linear-gradient(top, rgba(247, 245, 244, 0.2) 0%, rgba(247, 245, 244, 0.9) 40%, rgba(247, 245, 244, 0) 100%);*/
    /*background: linear-gradient(to bottom, rgba(247, 245, 244, 0.2) 0%, rgba(247, 245, 244, 0.9) 40%, rgba(247, 245, 244, 0) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f5f4', endColorstr='#00f7f5f4', GradientType=0);*/
  }
  #index #float-nav {
    /*position: relative;*/
    left:0;
  }
  #float-nav .navbar-header {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #float-nav .navbar-header .navbar-brand {
    float: none;
    display: block;
    margin: 0 auto;
    /* padding: 15px; */
    background: black;
  }
  #float-nav .navbar-collapse {
    padding: 0;
  }
  #float-nav .navbar-default {
    margin-left: 10px;
    margin-right: 10px;
    border: 0;
    border-top: 5px solid #d1b261;
    border-bottom: 5px solid #d1b261;
    border-radius: 0;
    min-height: 90%;
    min-height: 90vh;
    background-color: #f7f5f4 ;
  }
  #float-nav .navbar-default .navbar-nav {
    width: 100%;
  }
  #float-nav .navbar-default .navbar-nav .head {
    background-color: #d1cdbe;
    text-align: center;
    font-size: 14px;
  }
  #float-nav .navbar-default .navbar-nav .head::after {
    content: none;
  }
  #float-nav .navbar-default .navbar-nav .head a::before {
    content: "";
  }
  #float-nav .navbar-default .navbar-nav .subhead a {
    text-align: center;
    color: #91723c;
    text-align: 14px;
    cursor: default;
  }
  #float-nav .navbar-default .navbar-nav .subhead a::before {
    content: "";
  }
  #float-nav .navbar-default .navbar-nav .subhead a:hover,
  #float-nav .navbar-default .navbar-nav .head a:hover {
    margin-left: 0;
  }
  #float-nav .navbar-default .navbar-nav > li {
    display: block;
    float: none;
    width: 100%;
  }
  #float-nav .navbar-default .navbar-nav > li a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #333;
  }
  #float-nav .navbar-default .navbar-nav > li:hover > a,
  #float-nav .navbar-default .navbar-nav > li:focus > a,
  #float-nav .navbar-default .navbar-nav > li.active > a {
    background: transparent;
    /*margin-left: 10px;*/
  }
  #float-nav .navbar-default .navbar-nav > li a::before {
    content: '\25b6';
    font-size: 9px;
    color: #8e6f37;
    margin-right: 4px;
    line-height: 16px;
    position: relative;
    top: -1px;
  }
  #float-nav .navbar-default .navbar-nav > li::after {
    content: '';
    margin-top: 0px;
    display: block;
    border: none;
    height: 2px;
    background: #e0dedc;
    background: -moz-linear-gradient(left, rgba(224, 222, 220, 0) 0%, #e0dedc 30%, #e0dedc 70%, rgba(224, 222, 220, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(224, 222, 220, 0) 0%, #e0dedc 30%, #e0dedc 70%, rgba(224, 222, 220, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(224, 222, 220, 0) 0%, #e0dedc 30%, #e0dedc 70%, rgba(224, 222, 220, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0dedc', endColorstr='#00e0dedc', GradientType=1);
    /* IE6-9 */
  }
  #float-nav .navbar-default .navbar-nav > li:last-child::after {
    content: none;
  }
  .navbar-nav > li > .dropdown-menu {
    position: static;
    background: transparent;
    width: 100%;
    border: 0;
    box-shadow: none;
    font-size: 12px;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: transparent;
  }

  #mobile-shortcuts {
    display: none;
  }
}

@media (min-width: 992px) and (min-height: 550px) {
  #float-nav ,
  #float-nav .navbar-default {
    /* min-height: 530px; */
    min-height: 100%;
    /* min-height: 100vh; */

  }
}
@media (min-width: 992px) and (max-height: 550px) {
  #float-nav,
  #float-nav .navbar-default {
    min-height: 530px;
    min-height: 100%;
  }
}
.navbar-nav > li > .dropdown-menu a {
  font-size: 12px;
}
#sub-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
#social-footer {
  /*text-align: center;*/
  padding: 10px 0;
  font-size: 14px;
  color: #333;
  background: #a57b29;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a57b29 0%, #dbbb66 50%, #a57b29 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a57b29 0%, #dbbb66 50%, #a57b29 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a57b29 0%, #dbbb66 50%, #a57b29 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a57b29', endColorstr='#a57b29', GradientType=1);
  /* IE6-9 */
}
@media (min-width: 768px) {
  #social-footer {
    /*text-align: right;*/
  }
}
#social-footer a {
  color: #333;
  margin-left: 10px;
  font-size: 16px;
}
#footer {
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  background: white;
}
#footer p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #footer {
    text-align: right;
  }
  #footer .social-list {
    text-align: left;
  }
  #footer p {
    margin-top: 46px;
  }
}
.floating-form {
  position: absolute;
  top: 60px;
  padding: 20px;
  font-size: 14px;
  background: #f5f5f5;
  z-index: 99;
  display: none;
  width: 300px;
}
.floating-form h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .floating-form {
    left: 320px;
  }
  /*#book-ttdi a, #book-damansara a {
    pointer-events: none;
  }
  #book-ttdi, #book-damansara{
      cursor: pointer;
  }*/
}
@media (max-width: 991px) {
  .floating-form {
    display: none !important;
  }
  .mobile-header {
    padding: 0 !important;
  }
  #index-float {width: 100%;}
  /* #index .owl-carousel {
    top: 86px;
  } */
  #index .owl-carousel {
    height: auto;
    position: static;
  }
  #index-float {
    /* min-height: 82%;
    min-height: 82vh; */
    min-height: 0 !important;
  }
}
@media (min-width: 1200px) {
  .mobile-header {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .subhead {
    display: none !important;
  }
  #index .item {
    height: 70%;
    height: 70vh;
  }
  #book-ttdi, #book-damansara {
    padding-left: 20px;
  }
}

.show {
  opacity: 1 !important;
}

.close {
  position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
}
.close:focus {
  outline: none;
}

.content-wrapper {
  background: white;
  padding: 20px 15px 40px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-bottom: 200px;
}

.page-header {
  color: #91723c;
  font-family: Georgia, Times, serif;
  font-size: 26px;
  border-bottom: 0;
  margin-top: 10px;
}

.page-header small {
  display: block;
  margin-bottom: 5px;
}

.page-header i {
  font-size: 12px;
  margin: 0 5px;
}

.page-header a {
  color: inherit;
}

.page-header a:hover {
  color: #91723c;
}

.page-header::after {
  content: "";
  display: block;
  border: none;
  margin-top: 10px;
  height: 4px;
  background: #a57b29;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a57b29 0%, #dbbb66 50%, #a57b29 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a57b29 0%, #dbbb66 50%, #a57b29 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a57b29 0%, #dbbb66 50%, #a57b29 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a57b29', endColorstr='#a57b29', GradientType=1);
  /* IE6-9 */
}

.ui-datepicker .ui-datepicker-title select {
  line-height: 1.2;
}

.post-snippet .inner {
  padding: 20px 0;
}

.post-snippet .inner h5 {
  font-size: 14px;
}

.custom_attractions_km {
  color: #91723c;
}

.post-snippet .inner .btn {
  display: block;
  margin-top: 10px;
  border-radius: 20px;
}
#mobile-shortcuts {
  z-index: 99;
  background: white;
  width: 100%;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 12px;
}
#mobile-shortcuts .title {
  padding: 0;
}
#mobile-shortcuts .title a {
  font-size: 14px;
  color: inherit;
  text-align: left;
}
#mobile-shortcuts .row:first-child {
  margin-bottom: 10px;
}
#mobile-shortcuts a {
  display: block;
  color: #91723c;
}
#mobile-shortcuts i.fa {
  display: block;
  font-size: 24px;
  color: #d1b261;
  margin-bottom: 5px;
}
.img-hover {
  display: none;}
@media (min-width: 992px) {
  .img-hover {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  }
  #ttdi-img-hover, #dp-img-hover {
    background: black;
  }
  #ttdi-img-hover a, #dp-img-hover a {
    color: white !important;
  }
  #ttdi-img-hover a:hover + .img-hover,
  #dp-img-hover a:hover + .img-hover{
    opacity: 1;
    visibility: visible;
  }

  .img-hover {
    position: absolute;
    left: 200px;
    z-index: 999;
    right: auto;
    width: 300px;
    top: 0;
    background-color: #444;
    padding: 5px;
  }
}

.image-bg {
    padding: 140px;
}

hr.space {
  background: transparent;
  outline: 0;
  border: 0 !important;
  height: 20px;
}

.widget-rooms-list.wide .rooms-item {
  padding-left: 0;
  padding-right: 0;
}

.banner-caption {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 50px;
  /* border: 6px solid rgba(247,245,244,0.5);
  border-right-width: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(247,245,244,0.9); */
  color: white;
  padding: 10px 15px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
  font-size: 14px;
  /* text-transform: uppercase; */
}

#acc-slider .owl-controls {
  position: absolute;
  top: 40%;
  width: 100%;
}

#acc-slider .owl-prev, #acc-slider .owl-next {
  position: absolute;
  background: #caa343;
  border-radius: 0;
  margin: 0;
  padding: 7px 10px;
}

#acc-slider .owl-prev {
  left: 0;
}

#acc-slider .owl-next {
  right: 0;
}

.owl-carousel .owl-nav div {
  opacity: 0.8;
}

#acc-slider .banner-caption {
  background: transparent;
  padding:0;
  border: 0;
  bottom: 50px;
  display: block;
  text-align: right;
}

@media (max-width: 767px) {
  #acc-slider .banner-caption {
    bottom: 50px;
  }

  #acc-slider .owl-controls {
    top: auto;
    bottom: 40px;
  }
}

#acc-slider .banner-caption a {
  display: block;
}

#acc-slider .banner-caption a,
#acc-slider .banner-caption a:hover {
  /* background-color: rgba(202,163,67,0.9); */
  color: white;
  bottom: 50px;
  padding:10px 15px;
}

#acc-slider .banner-caption a.btn-book,
#acc-slider .banner-caption a.btn-book:hover {
  /* background-color: #fff;
  color:#caa343; */
  color: white;
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.thumb {
  margin-bottom: 15px;
  background-size: cover;
}

.thumb img {
  visibility: hidden;
}

footer {
  padding:0;
}

@media (min-width: 992px) and (min-height: 550px) {
  footer {
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    z-index: 9;
  }
  #float-nav, #float-nav .navbar-default {
    height: 100%;
    height: 100vh;
    min-height: 0 !important;
  }
}
