/* Document:mobile landscape
Created on:Author:Hen
Description:Purpose of the stylesheet follows. */
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width:480px) and (max-width:599px) {
  .content {
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .span_wrap {
    background: none;
  }
  .content_pad {
    padding-top: 10px;
  }
  #content {
    height: auto;
  }
  .span_wrap #slide_data {
    border-top: 1px solid #E3E3E3;
    border-bottom: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .content .flex-caption {
    margin-left: 100px;
    padding: 20px 0 0 0;
  }
  .content .flex-caption {
    width: 75%;
  }

	#form_billing .row.error {
    background: url(../images/icon_error.png) no-repeat 94% 33px !important;
  }
  #form_billing .row.success {
    background: url(../images/icon_success.png) no-repeat 94% 33px !important;
  }
  
  .form_registration .dob .styled-select {
    width: 24%;
    height: 50px;
    background: url(../images/arrow_select.png) no-repeat 90% #fff;
  }
  .form_registration .dob .styled-select.style-month {
    width: 35%;
    background: url(../images/arrow_select.png) no-repeat 90% #fff;
  }
  .form_registration #dob span {
    float: left;
    margin-left: 2%;
    font-weight: bold;
  }
  .search-result .listing-price-week{
    height: 72px;
    width: 71px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}