@media 
    only screen and (-moz-min-device-pixel-ratio:1.5), 
    only screen and (-o-min-device-pixel-ratio:3/2), 
    only screen and (-webkit-min-device-pixel-ratio:1.5), 
    only screen and (min-device-pixel-ratio:1.5) {
}



/*
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1300px) {
  


}

/*
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1040px) {

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

}

/*
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1010px) {

  .wrap,
  .home .outer-content .wrap {
    width: 85%; 
  }
  
}

/*
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 750px) {


}

/*
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 620px) {

  #nav {
    margin: 25px 0 0 0;
  }

  #text-panel {
    margin: 0;
  }

  .full-description {
    width: 100%;
    float: none;
  }

  .property-images {
    margin: 10px 0;
    padding: 10px 0;
    float: none;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #b9b9b9;
  }

  .property-images img {
    margin: 15px 1%;
    float: left;
    width: 48%;
  }

  #loginform {
    padding: 10px;
    width: 100%;
  }
    

}
/*
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 570px) {


   

}
/*
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 410px) {

  .list-view {
    text-align: center;
  }
 
  .thumbnail {
    margin: 0 auto;
    float: none;
    width: 100%;
  }

  .short-description {
    width: 100%;
    float: none;
  }

  .property-images img {
    margin: 15px auto;
    float: none;
    width: 300px;
  }

}

/* Print Style
-------------------------------------------------------------- */

@media print {

  body {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #000;
    background: #fff;
  }

  .wrap,
  #printlogo,
  #text-panel {
    display: block;
    clear: both;
  }

  #header,
  .nav,
  .sub-nav,
  #footer {
    display: none !important;
  }

}
