@CHARSET "ISO-8859-1";

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

    .row,
    #menu {
        max-width: 490px;
        webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
	#img_holder #welcome_text {
        position: relative;
        height: auto;
        width: auto;
    }
	#img_holder #image {
	    height: 230px;
        background-image: url(../elements/start_bgnd_xmedium.png);
	}
    .already_customer > .fleft,
    .already_customer > .fright {
        float: none;
        width: 100%;
    }
    .already_customer > .fright {
        margin-top: 20px;
        text-align: right;
    }
    div.details_button {
        width: calc(100% - 10px);
    }
    div.prices > div.price {
        float: left;
        padding: 5px 5px 5px 0;
    }
    #header {
        height: 42px;
    }
}