@CHARSET "ISO-8859-1";

@media screen and (max-width: 500px) {

    .row {
        max-width: 310px;
        webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    #menu {
        max-width: 290px;
    }
    #img_holder #image {
        height: 146px;
        background-image: url(../elements/start_bgnd_small.png);
    }
    .already_customer .customer_img {
	    height: 60px;
	    width: 72px;
	    margin-right: 10px;
    }
        div.prices > div.rates_price_basic {
        float: left;
        padding: 5px 5px 5px 0;
    }
    div.prop span.prop {
	    width: 100%;
	    display: block;
	    padding: 5px 5px 0 0;
    }
    .small-12,
    .medium-6,
    .white_wrapper .inputSpacer {
        width: 100%;
    }
    .small-6 {
        width: 50%;
    }
    .small-6.r {
        padding-left: 10px;
    }
    .small-4 {
        width: 33.33% !important;
    }
    .small-4.plr {
        padding: 0 10px;
    }
    .columns {
        padding-left: 0;
        padding-right: 0;
    }
    tr.summary td.hide-for-small {
        display: none !important;
    }
    tr.summary td span.show-for-small {
        display: block !important;
    }
    tr.summary td {
        width: 100%;
    }
    #footer_extra img {
        padding: 10px 0;
    }
    #footer_extra .awards_images {
	    text-align: center;
	}

}