/************************************************************************************
smaller than 920
*************************************************************************************/
@media screen and (max-width: 1000px) {
	
    img, embed, object, video {
        max-width:100% !important;
    }
    
    /**** NAV ****/
    #top_nav ul li {
        font-size: 13px !important;
    }
    
    #top_nav ul li a {
        padding:0 10px;
    }
    
    /**** LAYOUT ****/
    #wrapper {
        padding: 15px 20px;
    }
    
    #right_panel {
        width: 70%;
    }
    
    /**** QUICK SEARCH ****/
    .arrive, .adults, .pets, .beds, .amenities, .cat1, .cat2, .cat3, .search-button-wrapper,
    .a-search, .refine, .price, .lofts {
        clear: both;
    }
}

/************************************************************************************
smaller than 840
*************************************************************************************/
@media screen and (max-width: 840px) {
	
}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {
    
    body {
        padding-top: 50px;
    }
    
    #wrapper {
        padding: 0 20px;
    }
    
    #logo, .list-property {
        display: none !important;
    }
    
    #logo-mobile {
        display: block;
        float: left;
        margin-bottom: 15px;
    }
    
    #logo-mobile img {
        width: 105px;
        height: auto;
    }
    
    #utility-mobile {
        width: 100%;
        text-align: center;
        position: absolute;
        background: #007bb0;
        height: 50px;
        line-height: 50px;
        display: block;
        position: absolute;
        top: -50px;
        left: 0;
    }
    
    #utility-mobile a {
        color: #fff;
        text-decoration: none;
        display: block;
        width: 50%;
        float: left;
        text-align: center;
    }
    
    .list-property-click {
        box-shadow: 0 0 1px #fff;
    }
    
    .header-image {
        width: 65%;
        float: right;
        margin-top: 35px;
    }
    
    #left_panel, #left_panel2, #right_panel {
        float: left;
        width: 100%;
        clear: both;
        margin: 0 0 15px 0;
    }
    
    #left_panel .panel_box {
        display: none;
    }
    
    .panel_box {
        width: 94%;
        padding: 15px 3%;
        max-width: none;
        margin-top: 50px;
    }
    
    #footer ul li {
        border-right: none;
    }
}

/************************************************************************************
smaller than 700
*************************************************************************************/
@media screen and (max-width: 767px) {
	
}


/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/*floats*/
	
}

/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {

    .header-image, #top_nav, #sidebar {
        display: none;
    }
    
    #logo-mobile {
        position: absolute;
        top: 15px;
    }
    
    #logo-mobile img {
        width: 80px;
    }
    
    .front #left_panel {
        margin-bottom: 0;
    }
    
    .panel_box {
        margin-top: 10px;
    }
    
    #content {
        width: 94%;
        padding: 15px 3%;
    }
}

@media screen and (max-width:320px) {
	
	
}