@media screen and (min-width: 320px) and (max-width: 767px) { 
#top_line { 
display: none;
}
#logo {
    float: none;
}
#logo > a {
    text-decoration: none;
    float: none;
}
#logo > a > img {
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.slogan_logo {
    margin-left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 8px;
    text-align: center;
    padding: 0 26px;
}
.bio {
    background: url(img/bio.png) no-repeat;
    width: 123px;
    height: 96px;
    float: left;
    margin-left: 27px;
    margin-top: -6px;
    display: none;
}
.cont_top {
    float: none;
    color: #fff;
    text-align: left;
    width: 123px;
    margin: 0 auto;
    margin-top: 15px;
}
.cont_top {
    float: none;
    color: #fff;
    text-align: left;
    width: 123px;
    margin: 0 auto;
    margin-top: 15px;
}
.cont_top {
    float: none;
    color: #fff;
    text-align: left;
    width: 123px;
    margin: 0 auto;
    margin-top: 15px;
}
#slider_home {
    height: auto;
}
.slider_horizontal {
    height: auto;
}
.block_news_region {
    width: 90%;
    text-align: center;
    float: none;
    margin-right: 58px;
    margin-bottom: 43px;
    padding-bottom: 15px;
    transition: 0.5s;
    margin: 0 auto;
}
.block_region_list .block_news_region:last-child {
    margin: auto;
}
.column_footer {
    color: #fff;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.left_sidebar_home {
    width: 19%;
    float: left;
    display: none;
}
.home_content .center_content {
    width: 100%;
    float: none;
	    margin: 0;
}
.slick-slide {
    display: none;
    float: left !important;
    height: 100% !important;
    min-height: 1px;
    clear: none !important;
}
.breadcrumbs { 
    padding: 0 20px;
}
.single_title {
    margin-top: 17px;
    font-size: 17px;
    padding: 0 20px;
    text-align: center;
}
.categ_sidebar {
    width: 15%;
    float: left;
    display: none;
}
.categ_content {
    float: none;
    width: 91%;
    border-left: 1px solid #ccc;
    padding-left: 23px;
    padding: 0 20px;
    margin: 0 auto;
    border: none;
}
.categ_title {
    margin-top: 17px;
    text-align: center;
}
.blog_post_img {
    float: none;
    width: 100%;
    text-align: center;
}
.blog_post_content {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.blog_post_content_text {
    font-size: 14px;
    max-height: 152px;
    overflow: hidden;
    text-align: center;
}
#main_news {
    clear: both;
    margin-top: 39px;
}
.right_content_home {
    float: right;
    width: 17%;
    display: none;
}
.block_region_list .block_news_region:nth-child(3) {
    margin: auto;
}

img { 
width: 100%;
height: 100%;
}
.category_main_flex .block_post {
    width: 48%;
    margin: 15px 1%;
}
.category_main_flex .blog_post_img {
    float: left;
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.post_blog_title a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
.blog_post_content.blog_post_flex > p {
    font-size: 14px;
}

}