@media (max-width: 1023px) {

    body.mobile #id_header_outer{
        display: none;
    }
    body.mobile #id_header_outer_r{
        display: block;
    }
    body.mobile div#id_menu_inner{
        width: 100%;
    }

    body.mobile .main_menu.resp_hide{
        float: right!important;
        clear: right;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        width: 100%;
        box-sizing: border-box;
        display: none;
        background-color: rgba(64, 64, 64, 0.2);
        border-color: rgba(86, 86, 86, 0.2);
        padding: 10px 13px;
    }
    body.mobile .main_menu.resp_hide:hover{
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        cursor: pointer;
    }
    body.mobile #id_menu_inner.open .main_menu.resp_hide{
        display: block;
    }
    body.mobile #id_menu_inner:after,
    body.mobile #id_menu_outer:after,
    body.mobile #id_bottom_inner:after{
        clear: both;
        content: "";
        display: block;
    }
    body.mobile #id_menu_outer{
        background-position: top center;
        height: auto;
        min-height: 36px;
        background-color: rgba(0, 0, 0, 0.5);
        clear: both;
    }
    body.mobile #id_bottom_inner{
        width: 100%;
        background-color: #424242;
    }

    body.mobile #id_bottom_outer{
        padding: 0 10px 30px;
        background-color: transparent;
        box-sizing: border-box;
    }
    body.mobile #id_bottom_contact{
        margin: 0;
        width: 100%;
    }
    body.mobile #id_bottom_contact_tdiv iframe{
        width: 100%;
    }
    body.mobile .gmapcontainer{
        width: 100%;
        height: auto;
    }
    body.mobile .gmapcontainer img.helperimg{
        display: block;
    }
    body.mobile #id_footer_inner{
        width: 100%;
    }
    body.mobile #id_menu_inner:not(.open) #mobile_menu_button .fa-chevron-circle-up{
        display: none;
    }
    body.mobile #id_menu_inner.open #mobile_menu_button .fa-chevron-circle-down{
        display: none;
    }
    body.mobile #id_bottom_contact h1{
        padding-left: 10px;
    }
    body.mobile #mobile_menu{
        width: 100%;
        height: 34px;
        background-image: url('http://parapark.es/media/parapark/logo_white_h32.png');
        background-repeat: no-repeat;
        background-position: 0 50%;
        padding-left: 70px;
        box-sizing: border-box;
        background-color: #6F0000;
    }
    body.mobile #mobile_menu_inner{
        width: 100%;
        height: 34px;
    }
    body.mobile #mobile_menu select{
        max-width: 70%;
        float: right;
        height: 32px;
        margin-top: 1px;
        margin-bottom: 1px;
        width: auto;
        margin-right: 5px;
    }
    body.mobile #mobile_menu_inner .flag{
        float: right;
        margin-top: -3px;
        line-height: 17px;
        height: 35px;
    }
    body.mobile #mobile_menu_inner .flag img{
        height: 40px;
    }
    body.mobile #mobile_menu_inner:not(.openlang) .otherflag{
        display:none;
    }
    body.mobile #mobile_menu_inner.openlang select{
        display: none;
    }
    body.mobile #id_bottom_facebook iframe{
        width: 100% !important;
        border: none;
    }
    body.mobile #id_bottom_facebook{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    body.mobile .p400uh{
        display: none!important;
    }
    body.mobile .p400u{
        display: block!important;
    }
    body.mobile .modal_outer{
        top: 0;
    }

    body.mobile .modal_outer, body.mobile .modal_outer .modal{
        left: 0;
    }
    body.mobile .modal_outer .modal_inner{
        width: auto;
    }
    body.mobile .modal_actions a{
        float: none!important;
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    body.mobile #felafejjel{
        position: fixed;
        right: 2px;
        bottom: 2px;
        width: 40px;
        height: 30px;
        border-radius: 7px;
        border: none;
        cursor: pointer;
        background-color: #6F0000;
        color: white;
    }

	body:not(.mobile) #id_bottom_outer,
	body:not(.mobile) #id_header_outer,
	body:not(.mobile) #id_footer_inner,
	body:not(.mobile) #id_menu_outer,
	body:not(.mobile) #id_footer_outer,
	body:not(.mobile) #id_home_top_outer{
	    min-width: 960px;
	    width: 100%;
	}

    body.mobile .cc_message a {
        margin: 10px 0 40px;
        text-align: center;
        display: block;
        padding: 7px !important;
    }

    body.mobile .cc_btn_accept_all {
        width: 100%;
        max-width: calc(100% - 72px);
        position: absolute;
        bottom: 10px;
        left: 6px;
    }
}
body .toggleMobile {
    height: 30px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    background-color: #6F0000;
    color: white;
}

body.mobile #id_footer_inner div.fl{
    margin-left: 10px!important;
}
body:not(.mobile) #felafejjel{
    display: none;
}
body:not(.mobile) #id_header_outer_r,
body:not(.mobile) div.main_menu.responsive{
    display: none;
}
body:not(.mobile) #mobile_menu_button{
    display: none;
}
body:not(.mobile) #mobile_menu{
    display: none;
}

body:not(.mobile) #id_header_outer{
    min-width: 960px;
}


@media (min-width: 1024px) {
    #felafejjel{
        display: none;
    }
    #id_header_outer_r,
	div.main_menu.responsive,
    #xmassSign_mobile.responsive{
        display: none;
    }
	.toggleMobile{
        display: none;
    }
    #mobile_menu_button{
        display: none;
    }
    #mobile_menu{
        display: none;
    }

}
@media (max-width: 400px) {
    body.mobile .p400u{
        display: none!important;
    }
    body.mobile .p400uh{
        display: block!important;
    }
}
body.mobile .clr:before,body.mobile .clr:after{
    clear: both;
    content: "";
    display: block;
}

body.mobile #mobile_menu_button{
    margin-right: 10px;
    margin-top: 4px;
    clear: right;
}
body.mobile #majcontent{
    width: 100%;
    min-width: 100%;
}