@import url('/static/css/overlay.css');
h2, h3, h4, h5, h6 {
  font-weight: 800;
}
.row-fluid.slider-block{
  padding-top: 20px;
}
.list-block{
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#go_Overview p {
  font-size: 14px;
  line-height: 21px;
}




.left-content-box,
.rooms-book-coll,
.booking-inner{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rooms-details-list,
.rooms-book-coll{
  position: relative;
}

.rooms-book-coll .booking-inner,
.rooms-book-coll .btnBookNow{
 -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.rooms-book-coll .booking-inner{
  height: 100%;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  padding: 20px 15px;
}
.booking-element-wrapper{
  display: none;
  padding-top: 10px;
}
.booking-element-wrapper hr{
  margin: 6px;
}
.helper-msg p{
  position: relative;
  font-size: 15px;
}
.helper-msg .fa{
  position: absolute;
}

.rooms-book-coll .btnBookNow {
  position: relative;
  padding: 8px 17px;
  font-size: 15px;
}

.left-content-box{
  border: 1px solid #d3d3d3;
  padding: 0 ;
  border-radius: 2px;
  width: 74.35897435897436%;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.rooms-book-coll{
  float: left;
  position: relative;
  margin-left: 2.564102564102564%;
  width: 23.076923076923077%;
}

.left-content-box .list-block-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #d3d3d3;
}

.left-content-box .property-listing-title{
  padding-left: 15px;
}

@media (max-width: 767px) {

  .left-content-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: none;
  }
  .rooms-book-coll{
    height: 0;
    width: 0;
    margin-left: 0;
    float: none;
  }

  #rooms_details .list-block-wrap{
   position: relative;
   padding-bottom: 0;
   border-bottom: 1px solid #d9dbdc;
  }
  #rooms_details .list-block-wrap:last-child{
    margin-bottom: 15px;
    border-bottom: 1px solid #d9dbdc;
  }
  #rooms_details .list-block-wrap::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid #d9dbdc;
    width: 100%;
  }
  .left-content-box .list-block-wrap .span2:empty{
    height: 0;
    min-height: 0;
  }
  .list-block-wrap p{
    margin-bottom: 8px;
  }
  .list-block-wrap h4{
    margin-top: 0;
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {

  .booking-inner .helper-msg{
    display: none;
  }
  .rooms-book-coll .booking-inner{
    background-color: transparent;
    padding: 0;
  }
  .booking-inner .booking-element-wrapper{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background-color: #e0e0e0;
    border: 0;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1031;
  }
  .booking-inner .currency-view{
    font-size: 20px;
    margin: 1px 0;
    display: inline-block;
    padding: 0 2px;
  }
  .for-night-text{
    display: inline-block;
    padding: 0 2px;
    margin: 1px 0;
  }
  .booking-inner .booking-element-wrapper .btn{
    padding: 6px 12px;
    font-size: 14px;
  }
  .booking-inner .delimiter {
    padding: 5px;
  }

  .booking-element-wrapper .btn-group{
    display: block;
  }
}



@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -moz-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
.arrow-bouncing{
  -webkit-animation: bounce 1.5s infinite;
  -moz-animation:    bounce 1.5s infinite;
  -o-animation:      bounce 1.5s infinite;
  animation:         bounce 1.5s infinite;
  animation-fill-mode: both;
  webkit-animation-fill-mode: both;
}

/*End new css 10-3-15*/




.input-prepend.bold input[type="text"]{
    height: 24px;
    padding: 8px 0 8px 10px;
    width: 98%;
    line-height: 24px;
    font-weight: 400;
}
.input-prepend.bold .add-on{
    display: inline-block;
    width: auto;
    height: 32px;
    min-width: 20px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
}
.stay-duration{
    font-size: 13px;
    margin-bottom: 10px;
}
.estimate-for{
    margin: 15px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

.direction-intro{
    background-color: #d7eefb;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    color: #6c7076;
    font-weight: 200;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}

.double-border{
    position: relative;
    margin: 26px 0;
    border-top: 1px solid #e5e5e5;
}
.double-border::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5 ;
}

.similar-title{
    margin-bottom: 30px;
}

.s-listing-box{
    position: relative;
}
.s-listing-box .s-listing-image{
    position: relative;
    z-index: 9;
    height: 210px;
    overflow: hidden;
}
@media (max-width: 1200px) {
    .s-listing-box .s-listing-image{
        height: auto;
    }
}
@media (max-width: 980px) {
    .s-listing-box .s-listing-image{
        height: 190px;
    }
}
.listing-image{
    display: block;
    position: relative;
    z-index: 10;
}

.listing-overlay-top,
.listing-overlay-left{
    position: absolute;
    z-index: 15;
}
.listing-overlay-top{
    top: 15px;
    right: 15px;
}
.listing-overlay-left{
    bottom: 0;
    left: 0;
    padding: 4px 15px;
    background: rgba(11,11,11,0.6);
    text-align: right;
}
.ie7 .listing-overlay-left,
.ie8 .listing-overlay-left{
    background: #111111;
}
.listing-overlay-left sup,
.listing-overlay-left span{
    color: #fff;
}
.listing-overlay-left sup{
    font-size: 100%;
}
.listing-overlay-left span.price-from{
    margin-bottom: 4px;
}
.listing-overlay-left span.price-per-night,
.listing-overlay-left span.price-from{
    font-size: 14px;
    display: block;
}

.listing-overlay-left span{
    font-size: 30px;
}

.heart-toggle i{
    font-size: 2.4em;
    color: rgba(0,0,0,0.4);
}


.s-listing-title{
    padding: 5px 10px 14px 10px;
    text-align: center;
}
.s-listing-title1{
    color: #454545;
    font-size: 20px;
}
.s-listing-title1 h4{
    font-size: inherit;
}
.s-listing-title2{
    display: block;
    font-size: 18px;
    color: #777;
}

.s-listing-title2:hover{
    text-decoration: none;
    color: #777;
}
.s-listing-title2 h5{
    font-size: inherit;
    margin: 0 0 7px 0;
}
.s-listing-title3{
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 400;
}
.s-listing-title3 a{
    color: #777;
}
.text-ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 980px) {

    #similarCarousel .row-fluid .span4{
        float: none;
        width: auto;
        margin: 0;
    }
}

.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.text-right1{
  text-align: right;
}
.list-block-wrap .well{
  margin-bottom: 0;
  padding: 15px;
  position: relative;
  border: 0;
  background-color: #e6e6e6;
}
.list-block-wrap .well .control-group{
  margin-bottom: 0;
}
.list-block-wrap .well label{
  margin-bottom: 0;
}

.list-block-wrap select{
  border-radius: 2px;
  margin-bottom: 0;
  border-color: #d3d3d3;
}

.room-description {
    font-size: 12px;
    margin: 0;
}

.info-open {
    font-weight: bold;
}

.room-details p{
  margin-bottom: 4px;
}

.list-block-wrap .input-append,
.list-block-wrap .input-prepend{
  padding-bottom: 0;
  margin-bottom: 0;
}

.list-block-wrap .btn-group{
  padding-bottom: 4px;
}



@media (max-width: 767px) {
  .list-block-wrap .well{
    margin-bottom: 15px;
    padding: 0 10px 10px 10px;
  }

  .text-center-mobile,
  .text-right1{
    text-align: center;
  }

  .list-block-wrap{
    margin-bottom: 20px;
  }

  .mobile-margin-15{
    margin-bottom: 10px;
  }

  .list-block {
    border-bottom: 1px solid transparent;
    padding-bottom:0;
  }

  .list-block-wrap .carousel{
    margin-bottom: 0;
  }
}

.dropdown-box label{
  padding-top: 4px;
}
.havequestion{
  margin-top: 30px;
  vertical-align: middle;
}
.havequestion .btn{
  font-size: 17px;
  font-weight: 200;
}

.message-btn i{
  position: relative;
}

.host-message-title{
  line-height: 1.2;
  margin-bottom: 15px;
}
.margin-top-20{
  margin-top: 20px;
}
.margin-bottom-5{
  margin-bottom: 5px;
}
input.width-100{
  width: 85%;
}
.meassaging-host-box1 .input-prepend {
  width: 100%;
}
.meassaging-host-box2 textarea{
  width: 97%;
}
.skip-text{
  padding-top: 5px;
  margin-bottom: 0;
}
.meassaging-host-box3 select,
.meassaging-host-box3 label{
  margin-bottom: 0;
}
.rating-block{
  margin-bottom: 20px;
}
a.rating-title{
  text-decoration: none;
}
a.rating-title i{
 color: #fd9502;
}

.top-rating,
.inline-block{
  display: inline-block;
}
.star-color{
  color: #fcce60;
}
.star-color a{
  color: #fcce60;
}

.top-rating{
  padding-left: 10px;
}
.top-rating a{
  color: #fd9502;
  font-size: 15px;
  text-decoration: none;
}
.bold .btn{
  font-size: 15px;
  font-weight: bold;
}
.fr-overlay-background canvas{
  background-color: red;
}
.fr-bubble canvas{
  bottom: -9999px !important;
  left: -9999px !important;
}

.sidebar-top-pad{
  padding-top: 15px;
  padding-left: 45px;
}
@media screen and (max-width:767px) {
    .sidebar-top-pad{
      padding-top: 20px;
      padding-left: 0;
    }
}


/**
 * Guest-Customer-Receipt page
 */

.padding-top-15{
  padding-top: 15px;
}
.text-muted{
  color: #999;
}
.text-uppercase{
  text-transform: uppercase;
}
.block-info{
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
}

.font-17{
  font-size: 17px;
}
.font-14{
  font-size: 14px;
}
.table th.text-right,
.table td.text-right {
  text-align: right;
}


/**
 * Guest Review Page
 */

.guest-review-wrap{
    position: relative;
  min-height: 450px;
  border-left: 1px solid #c7d9d5;
  border-right: 1px solid #c7d9d5;
  padding: 22px 0;

  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  margin: 30px 0 30px 0;
  font-size: 14px;

  background: #f9f7f7;
  background:
    -webkit-gradient(linear,left top, left bottom,from(#81cbbc),color-stop(2%, #f9f7f7));
  background:
    -moz-repeating-linear-gradient(top,#f9f7f7,#f9f7f7 30px,#81cbbc 32px);
  background:
    repeating-linear-gradient(top,#f9f7f7,#f9f7f7 30px,#81cbbc 32px);
  -webkit-background-size: 100% 32px;
  -moz-background-size: 100% 32px;
  -ms-background-size: 100% 32px;
  -webkit-background-size: 100% 32px;
}
.guest-review-wrap:before,
.guest-review-wrap:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.guest-review-wrap:before {
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -3px;
  top: 4px;
  transform: rotate(-2.4deg);
  -webkit-transform: rotate(-2.4deg);
  background: #f9f7f7;
}
.guest-review-wrap:after {
  z-index: 1;
  background: #f3d6d8;
  width: 2px;
  height: 100%;
  top: 0;
  left: 138px;
}
.guest-review-header{
  position: relative;
  min-height: 130px;
  margin-bottom: 64px;
}
.profile-img-wrap{
  position: absolute;
  top: -3px;
  left: -30px;
  width: 168px;
  height: 168px;
  background: #ffffff;
  z-index: 10;
}
.profile-img-wrap img{
  border: 3px solid #fff;
  max-width: 100%;
  height: auto;
}
.profile-img-wrap .profile-img{
  position: relative;
  z-index: 2;
}
.profile-img-wrap .profile-img:after {
  content: "";
  position: absolute;
  background: url(../../img/paper-clip.png) no-repeat;
  width: 80px;
  height: 33px;
  bottom: 10px;
  left: -6px;
}
.profile-img-wrap:before,
.profile-img-wrap:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -9;
}
.profile-img-wrap:before {
  left: -3px;
  top: 4px;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
  transform: rotate(-2.4deg);
  -webkit-transform: rotate(-2.4deg);
  background: #e7e9e9;
}
.profile-img-wrap:after {
  background: #e7e9e9;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
  right: -6px;
  top: -1px;
  -webkit-transform: rotate(1.4deg);
  transform: rotate(1.4deg);
  z-index:-1
}
.review-tilte-box{
  padding-top: 32px;
}
.guest-review-tilte,
.guest-hosted-by{
  margin-left: 140px;
  line-height: 32px;
  padding: 0 24px;
}
.guest-review-tilte{
  font-size: 30px;
  margin-bottom: 32px;
}
.guest-hosted-by{
  font-size: 24px;
}
.guest-hosted-by span{
  font-size: 80%;
  color: #999;
}
.rv-content-gird{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 32px;
}
.rv-content-gird:before,
.rv-content-gird:after {
  display: table;
  line-height: 0;
  content: "";
}
.rv-content-gird:after {
  clear: both;
}
.rv-content-gird *{
 -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rv-left{
  float: left;
  min-height: 1px;
  position: relative;
  text-align: center;
  width: 138px;
}
.rv-left .btn{
  font-size: 14px;
}
.rv-right{
  margin-left: 168px;
  padding-right: 24px;
}
.rv-right h3{
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin:0 0 13px 0;
}
.rv-right p{
  font-size: 15px;
  font-weight: 400;
}
.rv-right .rating{
  margin-bottom: 15px;
}
.rating a.rating-title i{
  font-size: 24px;
}
.text-submit{
  position: relative;
}
.text-submit textarea{
  width: 100%;
  margin-bottom: 0;
}
.text-submit .counter{
  position: relative;
  display: inline-block;
  background: #fbf8d6;
  padding: 1px 7px 1px 7px;
  border: 1px solid #ede9c1;
  border-top: 1px solid transparent;
  margin-left: 12px;
  margin-bottom: 10px;
  border-radius: 0 0 3px 3px;
}
.btn-large2{
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 14px;
}
.text-left{
  text-align: left;
}
.rv-content-gird .text-left,
.rv-content-gird .text-right{
  margin-bottom: 15px;
  padding-top: 10px;
}
.text-submit form{
  margin: 0;
}
.rv-right .help-text{
    color: #999;
    font-size: 13px;
}

.rating-box{
  position: relative;
  width: 339px;
  margin-bottom: 18px;
}
.rating-box .rated-hint{
  position: absolute;
  top: 4px;
  right: 0;
  background:#fd9502;
  padding: 0 5px;
  height: 28px;
  line-height: 26px;
  color: #fff;
  width: 120px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.rated-hint:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -14px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right:14px solid #fd9502;
}

.guest-review-step{
    padding:0 24px 24px;
    margin-left: 135px;
    margin-bottom: 18px;
}
.guest-review-step h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}
.guest-review-step textarea{
     -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}


@media (max-width: 600px) {
  .guest-review-wrap{
    background: #f9f7f7;
    margin: 0 0 20px 0;
    border: 1px solid #c7d9d5;
    padding-top: 0;
  }
  .guest-review-wrap:before {
    left: 4px;
    top: -4px;
    width: 99%;
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
  }
  .guest-review-wrap:after {
    display: none;
  }
  .profile-img-wrap{
    position: static;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    float: left;
  }
  .profile-img-wrap .profile-img:after {
    display: none;
  }
  .profile-img-wrap:before,
  .profile-img-wrap:after {
    display: none;
  }
  .guest-review-header {
    margin-bottom: 8px;
    min-height: 90px;
  }
  .review-tilte-box {
    padding-top: 8px;
    margin-left: 90px;
  }
  .guest-review-tilte,
  .guest-hosted-by{
    margin-left: 0;
    padding: 0 12px;
    line-height: 1.4;
    font-weight: 500;
  }
  .guest-review-tilte {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .guest-hosted-by{
    font-size: 17px;
  }
  .rv-content-gird{
    margin-bottom: 5px;
  }
  .rv-left{
    float: none;
    text-align: left;
    width: auto;
    padding: 15px 24px 0 24px;
    border-top: 1px solid #c7d9d5;
  }
  .rv-right{
    margin-left: 0;
    padding: 10px 24px;
  }

  .guest-review-step{
        margin-left: 0;
        padding: 0 12px 12px ;
    }
    .guest-review-step h4{
        font-size: 17px;
    }

}

@media (max-width: 480px) {
    .rate-it{
        height: 43px;
    }
    .rating-box .rated-hint{
      position: relative;
      top:0;
    }
    .rated-hint:before {
        display: none;
    }

}

.btn-social{
    position:relative;
    padding-left:44px;
    text-align:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.btn-social :first-child{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:32px;
    line-height:34px;
    font-size:1.6em;
    text-align:center;
    border-right:1px solid rgba(0,0,0,0.2)
}
.btn-facebook{
    color:#fff;
    background-color:#3b5998;
    background:#3b5998 ;
    border-color:rgba(0,0,0,0.2);
    text-shadow:none;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook{
    color:#fff;
    background-color:#30487b;
    border-color:rgba(0,0,0,0.2)
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook{
    background-image:none
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active{
    background-color:#3b5998;
    border-color:rgba(0,0,0,0.2)
}
.btn-facebook .badge{
    color:#3b5998;
    background-color:#fff
}
.control-group .btn-facebook{
    margin-top: 25px;
}
.wrapper-message-host{
    background: #fbfbfb;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.login-btn-wrapper{
    background: #fff;
    padding: 20px 22px;
    margin-top: 25px;
    min-height: 138px;
    border: 1px solid #e3e3e3;
}

.login-btn-wrapper .fa-check-square{
    color:#0088cc;
    font-size: 15px;
    padding-right: 4px;
}



/**
 * New footer design
 */

.footer,
footer{
    background: url(../../img/footer_bg.png) repeat;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d7d6d6;
}
.footer-title{
    font-size: 20px;
    font-weight: 300;
    margin:5px 0 15px 0;
    padding-bottom: 28px;
    border-bottom: 1px dashed #c7c7c7;
    text-transform: uppercase;
}
.footer-links{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links a{
    color: #333
}
.footer-payment-icon p{
    margin-bottom: 5px;
}
.footer-payment-icon p img{
    border: 1px solid #dcdcdb;
    border-radius: 3px;
}
.footer hr,
footer hr{
    border-top: 1px solid #d1d0d0;
    margin: 25px 0;
}

.footer-join-us{
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
}
.footer-join-us .footer-title{
    margin:0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed transparent;
}
.footer-social{
    margin-bottom: 20px;
}
.footer-social a {
    display: inline-block;
    margin-right: 15px;
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}
.footer-social a:hover{
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.footer-join-us address a{
    color: #333;
}
.footer-join-us i{
    color: #898989;
}

.footer-bottom{
    text-align: center;
    padding: 10px 14px;
    background: rgba(194,194,194,0.5);
}
.footer-bottom p{
    margin: 0;
}

@media (max-width: 767px) {
    .footer,
    footer{
        margin-left: -20px;
        margin-right: -20px;
    }
    .footer .container,
    footer .container{
        padding-left: 20px;
        padding-right: 20px;
    }
}


.ie8 .container,
.ie7 .container{
    width: 1170px;
}

.listing-page-title{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 3px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.listing-page-title strong{
    font-size: 13px;
    padding-bottom: 33px;
}
.floating-nav{
    border-top: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    box-sizing: border-box;
}

.floating-nav.affix{
    position: fixed;
    top: 0;
    margin: 0;
    border-radius: 0;
    z-index: 1000;
}
@media (max-width: 890px) {
    .floating-nav.affix{
        position: static;
    }
}
@media (max-width: 767px) {
    .floating-nav{
        display: none;
    }
}
.go-section {
    background-color: white;
    background-color: rgba(255,255,255,0.95);
    border-bottom: 1px solid lightgrey;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 2px;
}
.go-section >li {
    display: table-cell;
    text-align: center;
    border-left: 1px solid lightgrey;
}

.go-section >li a {
    display: block;
    padding: 9px 0;
    color: #218bcf;
    font-weight: 600;
    text-decoration: none;
    text-shadow:none;
    font-size: 15px;
}
.go-section >li a.book-now {
    color: #fd9502
}
.floating-nav.affix .go-section >li:first-child,
.floating-nav.affix .go-section >li:last-child,
.floating-nav.affix .go-section >li:first-child > a,
.floating-nav.affix .go-section >li:last-child > a,
.floating-nav.affix .go-section{
  border-radius: 0;
}
.go-section >li:first-child{
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
}
.go-section >li:last-child{
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
}
.go-section >li:first-child > a{
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topleft: 2px;
}
.go-section >li:last-child > a{
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
}
.corner-bottom{
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
}
.corner-all{
    border-radius: 2px;
}
.go-section >li a:hover,
.go-section >li a.active {
    background-color: #e6e6e6;
    text-shadow:1px 1px 0 rgba(255,255,255,0.4);
    color:#70747c;
}




.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}




.listing-review-box{
  background-color: #f9f9f9;
  border-top: 1px solid #d3d3d3;
}

.listing-review-box h4{
    padding-left: 15px;
    font-size: 17px;
    color: #777777;
}
.listing-review-box .review-row{
    padding: 15px 15px;
    border-bottom: 1px solid #d3d3d3;
}
.listing-review-box .review-row:last-child{
    border-bottom: 1px solid transparent;
}
.listing-review-avatar {
  float: left;
  width: 70px;
  margin: 3px 10px 0 0;
}
.listing-review-avatar img {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.listing-review-text{
    margin-left: 100px;
}
.review-author{
    font-size: 18px;
    color: #218bcf;
    font-weight: 700;
}
.review-author small{
    font-size: 70%;
    color: #999999;
    font-weight: 400;
}
.review-para{
    padding: 5px 15px 10px 0;
    font-size: 15px;
    color: #565656;
    line-height: 1.5;
}
.review-date{
    text-align: right;
    padding: 5px 15px 0 0;
    color: #999;
}

.listing-review-pagination{
  height: 40px;
  overflow: hidden;
}
.listing-pagination-text{
  float: left;
  padding: 12px 5px 11px 15px;
  color: #999;
}
@media (max-width: 480px) {
    .listing-pagination-text{
        float: none;
        display: none;
    }
}
.listing-review-pagination .pagination{
    position: relative;
    margin: 0;
    float: right;
}
.listing-review-pagination .pagination ul{
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.listing-review-pagination .pagination ul > li:first-child > a,
.listing-review-pagination .pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
}
.listing-review-pagination .pagination ul > li:last-child > a,
.listing-review-pagination .pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
}
.listing-review-box .pagination ul > li > a,
.listing-review-box .pagination ul > li > span{
    padding: 10px 16px;
    border-left: 1px solid #dddddd;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    font-weight: 700;
}
.listing-review-box .pagination ul > li > a i{
    font-size: 16px;
}
@media (max-width: 767px) {
    .input-prepend .span4 .text-direction1,
    .input-prepend .span4 .text-direction2 {
        float: none;
    }

    .input-prepend .span3 {
        display: block !important;
        margin-bottom: 5px;
    }
}
h1.place-name span.verified-place{
    font-weight: bold;
    font-size: 11px;
    color: green;
}
h1.place-name span.verified-place div{
    display: inline-block;
}
.top-rating {
  color: #fd9502;
  font-size: 15px;
  text-decoration: none;
}
.rating-title i{
    color: #fd9502;
}

.booking-detail-box {
    text-align: center;
    margin: 10px;
}
img.booking-detail-box {
    padding: 5px;
    margin: 5px;
}
div.booking-detail-box {
    border: 1px solid #d3d3d3;
    margin: 0px;
}
a.reviews-link {
    text-decoration: none;
    color: #003580;
}
.booking-inner .delimiter{
    padding: 5px;
}

.thawte-border {
    border-right: solid thick;
    border-right-width: 1px;
    border-right-color: #dddddd;
}

.rooms-book-coll .btnBookNow, .rooms-book-coll .message-btn{
    font-weight: bold;
}
/**
 * step bar
 */
.stepbar {
  border-top: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  margin-top: 10px;
  margin-bottom: 10px;
}
.stepbar-nav {
	background-color: white;
	background-color: rgba(255,255,255,0.95);
	border-bottom: 1px solid lightgrey;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.stepbar-nav >li {
	display: table-cell;
	text-align: center;
	border-left: 1px solid lightgrey;
    vertical-align: middle;
}
.stepbar-nav >li span{
	display: block;
	padding: 8px 0;
	color: #555;
	font-weight: 600;
	font-size: 14px;
}
.stepbar-nav >li.active span{
	background-color: #f5f5f5;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	color: #fd9502;
}
.step-alert{
	text-align: center;
    margin-bottom: 30px;
}
.step-alert .alert{
	border-radius: 0;
	padding: 11px 30px 11px 15px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
}
.step-alert .alert-success {
  border-bottom-color: #669767;
}

@media(max-width: 630px){
	.stepbar-nav >li span {
		padding: 5px 0;
		font-weight: 400;
		font-size: 13px;
	}
}
@media(max-width: 400px){
	.stepbar-nav >li span {
		padding: 3px 0;
		font-size: 12px;
	}
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .list-block-wrap .well {
   padding: 4px;
  }
}


.datepicker table tr td.old,
.datepicker table tr td.new {
  color: black !important;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #999999 !important;
}
.book-it-body{
    text-align: center;
}
.book-it-body .input-small{
    width: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .select-date span{
        display: block;
    }
}
@media only screen and (max-width: 425px){
    .book-it-body{
        border-top: 1px solid #cccccc;
    }
}
.select-date .input-prepend.start-date{
    position: relative;
    z-index: 20;
}
.popover.top a.close{
    position: absolute;
    right: 7px;
    top: 5px;
}
.datepicker-dropdown{
    z-index: 1040!important;
}
.datepicker-dropdown:before, .datepicker-dropdown:after{
    display: none;
}
