@media all and (max-width: 1255px) {
    .tel{
        position: relative;
        display: inline-block;
        top: 0!important;

        margin-bottom: 10px;

    }

    .tel_holder{
        position: relative;
        top: 0;
    }
}

@media all and (max-width: 1150px) {
    #site header{
        min-height: 550px;
        /*background-image: url("../img/header_logo.jpg");*/
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto 100%;
        padding-top: 210px;
    }

    #slider_holder{
       position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: auto;
        min-width: 100%;
    }

    #slider, .lSSlideOuter , .lSSlideWrapper {
        height: 100%;
        width: auto;
        min-width: 100%;
    }

    #slider img.lslide{
        height: 100%;
        width: auto;
        top: 0;
        right: 0;
        max-width: none;
        left: auto;

    }

    #site header .frame{
        position: relative;
    }


}

@media all and (max-width: 990px) {

    #site header nav ul#header_menu {
        display: none;
        position: static;
        width: auto ;
        text-align: left ;
        z-index: 4000;
        transition: none!important;
        float: none;
        padding: 0;
    }

    #site header nav ul li a:before{
        width: 0;
    }

    #menu_button {
        display: block;
    }

    #logo{
        float: none;
    }

    #site header nav ul#header_menu li{
        display: block;
    }

    #site>footer, #site>header {
        overflow: hidden;
    }

    #site>header>nav>ul, #header_content, #site>footer, #content, #content:after {
        width: 100%;
    }

    #right {
        width: 100%;
    }

    #header_boxes:before, #site>footer:after {
        display: none;
    }

    #header_content {
        position: relative;
    }

    #footer_boxes {
        display: flex;
        flex-wrap: wrap;
    }

    #footer_boxes>div {
        flex-grow: 1;
    }

    #title>h1>b {
        color: black;
    }

    #left {
        width: 100%;
    }

    #site>footer {
        margin-bottom: 0;
    }

    #right {
        margin-top: 20px;
    }

    #left {
        min-width: 0;
    }

    #logo {
        left: 10px;
    }

    #title {
        margin-left: 10px;
    }

    #header_boxes {
        display: flex;
        flex-wrap: wrap;
    }

    #header_boxes>div {
        flex-grow: 1;
    }
}

@media all and (max-width: 500px) {
    #footer_boxes {
        width: 100%;
        min-width: 0;
    }

    #footer_boxes>div {
        width: 100% ;
        min-width: 0 ;
        min-width: 0;
    }

    #footer_boxes>div:nth-of-type(1) {
        background-image: none;
    }

    #footer_boxes>div {
        min-height: 0;
    }

    .switcher {
        position: relative;
        float: right;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 880px) {

#header_menu {
	margin-right: 10%;
}


    #site>header>nav>ul>li:first-of-type>a {
        padding-left: 10px ;
        background-image: none ;
    }

    #header_menu>li {
        width: auto;
        display: block ;
    }

    #header_menu>li>a {
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .9);
        border-radius: 0 ;
        line-height: 30px;
        border-bottom: solid 1px rgba(255, 255, 255, .2);
    }

    #header_menu>li:first-of-type>a {
        border-top-left-radius: 10px ;
    }

    #header_menu>li:last-of-type>a {
        border-bottom-left-radius: 10px ;
        border-bottom-right-radius: 10px ;
        border-bottom: none;
    }
}

@media all and (min-width: 880px) {
    #header_menu {
        display: block ;
    }
}

/* Mobil nézet vége */
