@media (min-width: 768px ) {
.slicknav_menu{display:none;}
}
@media (min-width: 768px) and (max-width: 991.98px) { 
.header-menu>ul>li {
margin-left: 10px;
}
}
@media (max-width: 768px ) {
#header .container{padding:0;}
.header-logo img{margin-left:15px;max-height: 40px;}
.header-logo{
        height: 40px;
        line-height: 40px;
		position: relative;
        z-index: 99;
}
.header-menu{display:none;}
.foot-contact{padding-left:15px;}
.entry-content h2{font-size: 22px;}
.entry-content h3{font-size: 20px;}
.social{margin-top:10px}
#slider img{
    min-height: 200px;
    object-fit: cover;
}
#slick-mobile-menu{
    position: absolute;
    width: 100%;
    z-index: 9;
    right: 0;
    top: 5px;
}
}
