
/**
 *
 */

.place-name{
  font-size: 30px;
}

.flexslider {
  border: 0;
  box-shadow: none;
  border-radius: 0
}
.flexslider .slides {}

.well.flexWell {
  border: none;
  padding: 0 30px;
  margin-bottom: 20px;
  background-color: #e6e6e6;
  border-radius: 2px;
}
.well.flexWell ul.slides{
  padding: 10px 0 9px 0;
  border-bottom: 1px solid #d3d3d3;
}

#slider.flexslider{
  margin-bottom: 0;
}
.listing-page-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 3px;
  margin-bottom: 18px;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 600;
}
#slider .flex-direction-nav .flex-disabled {
    opacity: 1 !important;
    filter: alpha(opacity=100);
    cursor: pointer;
}
#slider .flex-direction-nav a {
    top: 0;
    height: 100%;
    width: 80px;
    margin-top: 0;
}
#slider .flex-direction-nav a:before {
    font-size: 60px;
    line-height: 60px;
    display: block;
    position: absolute;
    top: 44%;
    color: #ffffff;
    text-shadow: 0 1px 0px rgba(0,0,0,0.6),0 -1px 0px rgba(0,0,0,0.6);
}
#slider .flex-direction-nav .flex-next{
    right: 0;
}
#slider .flex-direction-nav .flex-prev{
    left: 0;
}
#slider .flex-direction-nav .flex-prev:before{
    left: 25px;
}
#slider .flex-direction-nav .flex-next:before{
    right: 38px;
}
@media screen and (max-width: 860px){
    .flex-direction-nav .flex-prev {
        left: 0;
    }
    .flex-direction-nav .flex-next{
        right: 0;
    }
}
@media(min-width: 768px){
  .carousel-box .flex-direction-nav .flex-next {
    right: -29px;
  }
  .carousel-box .flex-direction-nav .flex-prev {
    left: -29px;
  }
}

#carousel .flex-direction-nav .flex-next{
  right: -35px;
}
#carousel .flex-direction-nav .flex-prev{
  left: -35px;
}
#carousel .flex-direction-nav .flex-disabled {
  opacity: 1 !important;
  filter: alpha(opacity=1);
  cursor: pointer;
}








#book_it_box{
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  position: static;
}

#book_it_box.affix {
  position: fixed;
  top: 0;
  margin: 0;
  z-index: 1030;
  width: 270px;
  margin-top: 0;
}
#book_it_box.affix-bottom {
  position: absolute;
  top: auto;
  width: 270px;
  background-color: red;
}


.book-it-panel{
  border: 1px solid #d3d3d3;
  border-radius: 2px;
}

.book-it-header{
  padding: 10px;
  border-bottom: 1px solid #d3d3d3;
}
.book-it-body{
  padding: 15px 10px;
}

.book-it-body .btn{
  padding: 8px 20px;
  font-size: 15px;
  font-weight: bold;
}


@media(max-width: 767px){

  #book_it_box .book-it-panel{
    border: 0;
  }
  #book_it_box .book-it-header{
    display: none;
  }
  #book_it_box .book-it-body{
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    position: fixed;
    width: 100%;
    margin-left: 0;
    left: 0;
    bottom: 0;
    z-index: 1030;
  }

  #book_it_box .book-it-body .btn-primary{
    background-color: rgba(2, 66, 195, 0.87);
    font-size: 14px;
    padding: 7px 16px;
  }
}


.sidebar-favorite{
  margin-bottom: 20px;
  margin-top: 20px;
}

.message-the-host .btn,
.sidebar-favorite .btn {
  padding: 8px 20px;
  font-size: 15px;
  text-transform: capitalize;
  color: #222;
  border-color: lightgray;
  background-color: #f9f9f9;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
  font-weight: bold;
}

.sidebar-favorite .btn .fa{
  font-size: 14px;
}
.sidebar-favorite .btn .fa,
.message-the-host .btn .fa{
  margin-right: 5px;
}
.host-metrics-box .btn{
  margin-bottom: 5px;
}
.message-the-host .btn:hover,
.sidebar-favorite .btn:hover {
  background-color: #e6e6e6;
}

.host-metrics-box{
  border: 1px solid #d3d3d3;
  padding: 10px 10px;
  margin-bottom: 20px;
}

.host-info-display {
  margin-bottom: 15px;
}

.host-info-image {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 50%;
}

.host-info-display-caption {
  margin-top: 10px;
  color: #b9bcc2;
  font-style: italic;
}

.host-info-display-name {
  font-weight: bold;
  text-transform: uppercase;
}

.host-info-description{
  margin: 0 0 10px;
  color: #70747c;
}

.table-host-info{
  margin-bottom: 0;
}

.table-host-info tr:first-child td{
  border-top: 0;
}

.rooms-rices{
  border-top: 1px solid #e3e3e3;
}
.room-description{
  font-size: 12px;
  margin-bottom: 0;
}

.why-use-box{
  padding: 5px 15px;
}
.why-use-box h3{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.why-use-box .why-use-text {
  font-size: 15px;
}
.why-use-text a img{
  border: 1px solid #dcdcdb;
  border-radius: 3px;
}

.why-use-text .fa {
  color: #51a351;
  margin-right: 5px;
}
.secure-payment-logo{
  padding: 12px 25px;
}

.feature-box{
  border-bottom: 1px solid #d3d3d3;
  background-color: #f9f9f9;
}
.feature-box .feature-box-in{
  padding: 15px 15px 10px 15px;
}

.property-type{
  padding: 12px 15px 15px 15px;
  background: #e6e6e6;
  border-bottom: 1px solid #d3d3d3;
}
.property-type p{
  margin: 0;
  line-height: 1.2;
  color: #222;
  font-size: 15px;
}

.feature-box .row-fluid{
  margin-bottom: 3px;
}

.feature-box .fa {
  color: #51a351;
  margin-right: 3px;
}
.feature-box .label{
  padding: 0px 4px;
  font-size: 11px;
  font-weight: 200;
  border-radius: 2px;
}
.feature-box .feature-text{
  display: inline-block;
}
@media (max-width: 767px){
  .feature-box .feature-text{
    padding: 0 4px;
  }
  .feature-box .span3{
    width: auto;
    display: inline-block;
  }
}


.property-summary{
  padding: 15px;
}
.property-conditions tr:first-child td,
.property-summary tr:first-child td {
  border-top: 0;
}
.property-conditions tr td,
.property-summary tr td {
  padding: 5px 0;
}
.property-summary .table{
  font-size: 14px;
}
.property-conditions .table,
.property-summary .table{
  margin-bottom: 0;
}

.property-listing-title,
.property-listing-sub-title{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

.property-listing-sub-title{
  font-size: 20px;
}

.list-block-wrap .lowlineheight,
.list-block-wrap h4 {
  font-weight: 600;
  font-size: 15px;
}

.list-block-wrap h4{
  margin-top: 0;
}

.property-conditions{
  padding: 14px;
}
.property-description-text,
.property-conditions{
  font-size: 14px;
}

.property-conditions,
.list-block-wrap .lowlineheight,
.list-block-wrap h4,
.listing-page-title,
.property-listing-title,
.property-listing-sub-title,
.property-summary .table,
.why-use-box,
.property-description-text{
  color: #222;
}

.host-form-container * {
  box-sizing: border-box;
}
.host-form-container *:before,
.host-form-container *:after {
  box-sizing: border-box;
}
.host-form-container{
  position: relative;
  background-color: #f9f9f9;
  padding: 40px 50px;
}

.host-form-container form{
  margin-bottom: 0;
}

.host-form-container .control-group:last-child{
  margin-bottom: 0;
}

.host-form-container select,
.host-form-container textarea,
.host-form-container input[type="text"],
.host-form-container input[type="password"],
.host-form-container input[type="number"],
.host-form-container input[type="email"],
.host-form-container input[type="url"], i
.host-form-container input[type="search"],
.host-form-container input[type="tel"]{
  display: block;
  box-shadow: none;
  border-color: #d3d3d3;
  border-radius: 2px;
  padding: 5px 15px;
  width: 100%;
  height: 34px;
}
.host-form-container textarea{
  height: auto;
}
.host-form-container .phone-code{
  width: 15%;
  float: left;
}
.host-form-container .phone-number{
  width: 84%;
  float: left;
  margin-left: 1%;
}

/**
 * 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;
}
.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;
  }
}






/**
 * new logo and navigation
 */
.brand.logo{
  background: url(../../img/logo-transparent.png) no-repeat;
  width: 250px;
  height: 29px;
  padding: 0;
  margin-top: 2px;
  margin-right: 5px;
}

@media(max-width: 1024px){
  .brand.logo{
    background: url(../../img/mobile-logo.png) no-repeat;
    width: 225px;
    height: 35px;
    padding: 0;
    background-size: cover;
    margin: 0 0 0 5px;
  }
}

@media(max-width: 450px){
  .brand.logo {
    width: 151px;
    height: 25px;
    background-size: cover;
    margin-top: 6px;
  }
  .nav.topnav>li>a{
    padding: 10px 7px;
  }
}
@media (max-width: 979px){
  .navbar-fixed-top .navbar-inner{
    padding: 0;
  }
}

.navbar .nav > li.has-border{
  border-right: 1px solid #e2e2e2;
}
.navbar .nav > li.has-border-left{
  border-left: 1px solid #e2e2e2;
}
.nav .fa-heart{
  margin-right: 3px;
  color: #999;
  font-size: 14px;
}
.nav .fa-bars{
  margin-right: 3px;
  color: #999;
  font-size: 14px;
}
.nav li .label{
  display: inline-block;
  padding: 1px 4px;
  font-size: 11px;
  font-weight: 300;
  margin-left: 3px;
  background-color: #239fd7;
  color: #fff;
}

.span4.search-query.search-box {
  width: 200px;
}

.mobile-option-menu{
  display: none;
}
@media(min-width: 1025px){
  .mobile-option-menu{
    display: none !important;
  }
  .navbar .nav > li > a {
    padding: 10px 13px 10px;
  }
}
@media(max-width: 1024px){
  .mobile-option-menu{
    padding-top: 40px;
    display: block;
  }

  .mobile-top-search{
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-top-search form{
    margin-bottom: 0;
    margin-top: 3px;
    margin-left: 10px;
  }
  .mobile-option-inner{
    display: none;
    padding-bottom: 20px;
  }
  .navbar .nav.nav-stacked{
    float: none;
  }
  .navbar .nav.nav-stacked >li{
    float: none;
  }
  .nav-tabs.nav-stacked > li:last-child > a,
  .nav-tabs.nav-stacked > li:first-child > a {
    border-radius: 0;
  }
}

.nav .nav-user-avatar, .nav .nav-user-name {
  position: relative;
  display: inline-block;
}
.nav .nav-user-avatar{
  position: absolute;
  top: 7px;
  left: 5px;
}
.nav .nav-user-avatar > img {
  border-radius: 100%;
  border: 1px solid #919190;
  max-width: 24px;
}
.nav .nav-user-name{
  margin-left: 27px;
}
.nav .nav-user-caret {
  margin-left: 4px;
}
.navbar .nav .dropdown-toggle .nav-user-caret {
  margin-top: 8px;
}
.dropdown-menu.currency li a{
  text-align: center;
}

.dropdown-menu.dropdown-large{
  padding: 5px 0 0 0;
}
.nav.pull-right .dropdown-menu.dropdown-large {
  right: auto;
  left: 50%;
  margin-left: -200px;
}
.nav.pull-right .dropdown-menu.dropdown-large:before,
.nav.pull-right .dropdown-menu.dropdown-large:before{
  right: auto;
  left: 50%;
  margin-left: -3.5px;
}
.nav.pull-right .dropdown-menu.dropdown-large:after,
.nav.pull-right .dropdown-menu.dropdown-large:after{
  right: auto;
  left: 50%;
  margin-left: -2px;
}


.dropdown-large-content{
  width: 400px;
}

.dropdown-large-content .dropdown-large-body{
  height: 200px;
  overflow-y: auto;
  padding: 5px 10px;
}
.dropdown-large-content .dropdown-large-footer{
  position: relative;
  height: 40px;
  padding: 10px;
  background: #f3f3f3;
  border-radius: 0 0 6px 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.dropdown-large-footer .delete-all-icon{
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 20px;
  text-decoration: none;
}
.dropdown-large-footer .footer-close-nav{
  margin:0;
  padding:0;
  list-style: none;
  position: absolute;
  top: 15px;
  right: 10px;
}
.footer-close-nav >li{
  float: left;
}
.footer-close-nav >li.has-border{
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.footer-close-nav .fa.fa-times{
  float: none;
  margin: 0;
}
.footer-close-nav >li a{
  display: block;
  text-align: center;
  padding: 2px 9px;
  color: #999;
}
.footer-close-nav >li a.clear-all{
  color: #d57573;
}
.footer-close-nav >li a.clear-all .fa{
  position: relative;
  top: 1px;
}
.footer-close-nav >li a .fa{
  font-size: 17px;
}
.footer-close-nav >li a span{
  font-size: 13px;
  display: inline-block;
  padding-left: 5px;
}
.ul-recent-view{
  margin: 0;
  padding: 0;
  list-style: none;
}
.ul-recent-view >li{
  position: relative;
  padding: 10px 0;
  *zoom: 1;
  border-bottom: 1px solid #ddd;
  line-height: 18px;
}
.ul-recent-view >li:before,
.ul-recent-view >li:after{
  display: table;
  line-height: 0;
  content: "";
}
.ul-recent-view >li:after{
  clear: both;
}
.ul-recent-view >li a.close-this{
  display: block;
  color: #a7a6a6;
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 17px;
  text-decoration: none;
}
.ul-recent-view >li a.close-this:hover{
  color: #808080;
}
.recent-view-thumbs{
  float: left;
  width: 60px;
  height: 60px;
}
.recent-view-thumbs img{
  max-width: 100%;
  height: auto;
}
.recent-view-content{
  margin-left: 75px;
}
.recent-view-content h4{
  margin-top: -4px;
  margin-bottom: 2px;
  font-weight: 300;
  font-size: 18px;
}
.recent-view-content a{
  text-decoration: none;
}
.recent-view-content .title{
  padding-right: 18px;
}
.recent-view-content h4 a{
  display: block;
}
.recent-view-content h4 .rating-title{
  font-size: 16px;
}
.recent-view-content p{
  margin: 0;
  font-size: 12px;
}
.recent-view-content .description{
}
.recent-view-content p.score{
  font-size: 12px;
}
.recent-view-content .booking-info,
.recent-view-content .last-view i,
.recent-view-content .booking-info a{
  color: #5a995a;
}
.recent-view-content .last-view{
  color:#999;
  float: left;
}
.recent-view-content .from-price{
  font-size: 16px;
  float: right;
  padding-right: 10px;
}
.recent-view-content .from-price strong{
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding-left: 7px;
}

@media(max-width: 400px){
  .dropdown-large-content{
    width: auto;
  }
  .dropdown-menu.dropdown-large{
    width: auto;
  }
  .recent-view-thumbs{
    float: left;
    width: 40px;
    height: 40px;
  }
  .recent-view-content{
    margin-left: 45px;
  }
  .recent-view-content h4 {
    margin-top: -4px;
    font-size: 15px;
  }
  .recent-view-content a.rating-title{
    display: block;
    font-size: 14px;
  }
  .recent-view-content .last-view {
    float: none;
  }
  .recent-view-content .from-price {
    font-size: 14px;
    float: none;
    padding: 7px;
    background-color: #fdf2cc;
  }
  .recent-view-content .from-price strong {
    font-size: 15px;
    font-weight: 400;
    padding-left: 7px;
  }
}

@media only screen and (max-device-width: 1024px){
  .dropdown-menu.dropdown-large {
    width: 400px;
  }
}
@media(max-width: 767px){
  .dropdown-large-content{
    width: auto;
  }
  .dropdown-menu.dropdown-large{
    width: auto;
  }
}
.visible-ipad{
  display: none !important;
}
@media(max-width: 1024px){
  .form-search.navbar-form{
    display: none;
  }
  .navbar-inner{
    padding: 0;
  }
  .navbar-inner .container{
    width: auto;
  }
  .hidden-ipad{
    display: none !important
  }
  .visible-ipad{
    display: inherit !important;
  }
}


@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation:portrait) {
  #book_it_box.affix {
    width: 166px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 768px) and (orientation:portrait) {
  #book_it_box.affix {
    margin-top: 10px;
    width: 175px;
  }
}
@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation:landscape) {
  #book_it_box.affix {
    width: 220px;
    margin-top: 10px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 768px) and (orientation:landscape) {
  #book_it_box.affix {
    width: 175px;
    margin-top: 10px;
  }
}

span.only-left-rooms {
    font-size: 10px;
    color: red;
}
.property-conditions tr td:first-child{
    width: 170px;
}
