﻿

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 767px) {
    .custom-thr .title-blogs-item a {
        min-height: 32px;
        font-size: 17px !important;
        max-height: 60px;
        overflow: hidden;
    }

    .description_news {
        margin-top: 5px;
    }

    .container-fluid {
        width: 100%;
        padding: 0;
    }

    #footer-row-67 .container {
        padding: 0;
    }

    .menu-top ul li {
        padding: 0;
        width: 30%;
        line-height: 1.4;
        height: 100%;
        min-height: 51px;
    }

        .menu-top ul li:first-child {
            border-left: none !important;
        }

    .hidden-xs {
        display: none !important;
    }

    .block-breadcrumb > .breadcrumb-box {
        position: relative;
        width: 100%;
        top: 0;
        transform: translateY(0);
        text-align: center;
        padding: 9px 0;
        background-size: cover;
    }

    .top_header {
        display: none;
    }

    .header_logo {
        display: none;
    }
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (min-width: 992px) {
    .header_mobile {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .header_mobile {
        display: none;
    }
}


.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
    width: 100% !important
}

#pagination {
    float: left;
    width: 100%;
    text-align: center;
}

    #pagination .page-node, #pagination .next, #pagination .prev {
        display: inline-block;
        margin: 0 8px;
        font-size: 15px;
        font-weight: 600;
        color: black;
        opacity: 0.4;
    }

    #pagination .next {
        margin-left: 30px
    }

    #pagination .prev {
        margin-right: 30px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

        #pagination .page-node.current, #pagination .page-node:hover, #pagination .next:hover, #pagination .prev:hover {
            opacity: 1;
            color: #4e9f47;
        }
