/*
Blacklight Responsive CSS
*/
/*
    Author     : Nagy Hunor 
*/
.menu__holder_mobile{
    display: none;
}
.menu{
    right: 0;
    display: block;

}
/**************************Hd Display ******************************/
@media screen and (max-width: 1380px){
    .menu_logo_table , .logo__menu__holder{
        max-height: 100px;
        height: 100px;
        font-size: 18px;
    }
    .logo__holder img{
        max-height: 80px;
    }
    .menu{
        right: 5%;
    }

    .footer_50{
        font-size: 16px;
    }
    .social_icon img {
        border: 4px solid transparent;
        max-width: 60px;
        position: absolute;
        top: -19px;
    }
} 

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

    .header_space_holder {
        display: inherit;
    }
}
@media screen and (max-width: 990px){
    .temp{
        top:0;
    }
    .datasheet_image{
        margin:0 auto;
    }
    .datasheet_title{
        width:50%;
        margin:20px auto;
        text-align: center;
        left:0;
        right:0;

    }
    .footer_50{
        width:100%;
        float: left;
        max-width: 100%;
    }
    .center{
        text-align: center;
    }
    .margin_0{
        margin:0 auto;
    }
    .social_icon{
        width:32%;
        padding-left: 0;
        text-align: center;
        margin-top:40px;
    }
}
@media screen and (max-width: 860px){
    .logo__holder {
        display: block;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        left:0;
    }
    .logo__holder img{
        margin: 0 auto;
    }
    .menu_logo_table, .logo__menu__holder {
        font-size: 18px;
        height: auto;
        max-height: 800px;
        display: block;
    }

    .menu__holder {
        display: block;
        text-align: center;
        width: 100%;
    }
    .logo__holder {
        display: block;
        margin: 20px auto;
        text-align: center;
        vertical-align: middle;
        width: 90%;
    }
    .menu{
        right: 0;
        display: none;

    }
    .menu_elem {
        color: #000;
        display: block;
        margin: 15px 0;
        padding-right: 0;
        text-decoration: none;
        text-transform: uppercase;
    }

    .menu__holder_mobile {
        background-color: #1c4175;
        color: #fff;
        display: block;
        height: 50px;
        line-height: 50px;
        margin: 15px auto;
        max-width: 600px;
        width: 100%;
    }

}

@media screen and (max-width: 650px){
    .header_space_holder {
        display: inherit;
    }
    .one_sub_sub_categorii_elem{
        text-align: center;
    }
    .citeste_maimult{
        margin: 0 auto;
    }
    .ezenfloat{
        float: left;
    }
    .slick-prev
    {
        left: 0px;
    }
    .slick-next
    {
        right: 0px;
    }
}

@media screen and (max-width: 650px){
    .footer_25{
        width:100%;
        max-width: 100%;

    }
    .footer{
        height:200px;
    }
    .social_icon{
        width:32%;
    }
}