#marquee_container {
    margin-top: 30px;
}

#body_home #marquee_container {
    margin-top: 0px;
}

/*-- Blog --*/

#div_post_area .main_posts img {
    width: 90%;
    max-width: 500px;
}

@media only screen and (max-width: 479px){
    #content .insidepage h1 {
        padding-left: 0;
    }
    #body_current-avail .current_avail-container .unitdetails tr td {
        text-align: center;
        padding: 2px 0;
    }

    .specials .right_contianer {
        width: 90%;
    }
    .promotion_model .promotion {
        width: 260px;
    }
    .infobox .infocenter {
        margin: 0 auto;
    }
}

.bottom-chat {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 200000;
    background-color: #fff;
    box-shadow: 1px 1px 10px #333;
    cursor: pointer
       
}
#chat-now {
    padding: 4px;
    display: block;
}
#chat-now h3 {
    margin-top: -20px;
    display: block;
    text-align: center;
    padding: 10px 10px 5px;
}
#chat-form-div {
    padding: 4px;
}
.bottom-chat input[type="text"]:focus {
    background-color: #fff;
    background-image: none;
}