/* Media queries */


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


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


}

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

}

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

}

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

}

@media screen and  (min-width: 320px) and (max-width: 479px){
    #header .logo img {
        max-height: 49px;

    }
    #litegalery .thumbnail-text p {
        font-size: 0.9em;
    }  
    .sub-menu > li > .clik {
        font-size: 12px;
    }

    #customElement{
        height: 500px;
    }
    #customElement .container {
        padding: 0;
    }
    #customElement h1 span.middle {
        font-size: 16px;
    }
    #customElement h1 span.bottom {
        font-size: 9pt;
    }
    #customElement img {
        width: 39px;
    }
    #customElement h3 {
        font-size: 8px;

    }
    .section-title span {
        font-size: 16px;
    }
    .funktsii .funktsii__grid {
        max-height: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
   
}
@media screen and  (min-width: 320px) and (max-width: 1460px){

}
