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

}
@media only screen and (max-width: 1024px){
    a.logo{
        text-align: center;
        width: 10%;
    }
    ul.head_menu{
        text-align: center;
        width: 80%;
    }
    header ul.head_menu li{
        padding:12px 15px !important;
    }
    header ul.head_menu li a{
        font-size: 16px;
    }
    .lang_sw{
        width: 10%;
    }
    header ul.lang_sw li.current-lang a:after{
        top:0;
    }
    .post_content img{
        width: 45%;
    }
}
@media only screen and (max-width: 767px){
    .head_menu{
        display: none;
    }
    .services ul li img{
        margin-right: 10px;
    }
    .services ul li a{
        font-size: 14px;
    }
    .menu-btn{
        display: block;
    }
    a.logo{
        text-align: right;
    }
    .post_content .inf{
        padding-right: 15px;
    }
    .post_content h2{
        font-size: 24px;
    }
}

@media only screen and (max-width: 640px){
    .post_content a.fancybox{
      display: block; 
    }
    .post_content a.fancybox img{
      margin: 5px auto;
      float: none;
      display: block;
    }
     a.logo {
        text-align: right;
        width: 100%;
    }
    .lang_sw{
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 0 !important;
    }
    .information ul{
        text-align: left;
    }

}