﻿@media only screen and (min-width: 768px) {
    .ArticleItem .text,.ArticleItem img, .ArtItem img {
        height:153px;
    }
}
@media only screen and (min-width: 992px) {
    .ArticleItem .text,.ArticleItem img, .ArtItem img {
        height:215px;
    }
}

@media only screen and (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

@media only screen and (min-width: 1200px) {
    .slide .owl-buttons {
        top: 40%;
    }
    .ArticleItem .text,.ArticleItem img, .ArtItem img {
        height:266px;
    }
}






@media only screen and (max-width: 1220px) {
    .categories .catSmall {
        width: 360px;
    }

        .categories .catSmall .catItem img {
            height: 466px;
        }

        .categories .catSmall .catItem {
            height: 450px;
        }
}

@media only screen and (max-width: 1200px) {
    .slide .owl-buttons {
        top: 30%;
    }

    .categories .catSmall {
        width: 290px;
    }

    .categories .catBig {
        width: 370px;
    }

        .categories .catBig .catItem {
            height: 518px;
        }

    .categories .catSmall .catItem {
        height: 430px;
    }

    .categories .catBig .catItem img {
        height: 510px;
    }

    .categories .catSmall .catItem img {
        height: 420px;
    }

    .categories .catSmall .catItem p {
        font-size: 9.5pt;
        padding-top: 5px;
    }

    .ArticleItem p {
        font-size: 10pt;
    }

    .ArticleItem .row strong {
        font-size: 11.5pt;
    }

    .ArticleItem .date > *:first-child {
        font-size: 30pt;
    }

    .ArticleItem {
        padding: 0 36px 0 10px;
        margin: 10px 10px 15px;
    }

    .Articlewrap {
        height: 410px;
        margin: 10px auto;
    }

    footer .col1 {
        width: 34%;
    }

    footer .col2, footer .col3 {
        width: 20%;
    }

    footer .col4 {
        width: 13%;
    }
}

@media only screen and (max-width: 992px) {
    .slide .owl-buttons {
        top: 25%;
    }

    .categories .catSmall {
        width: 220px;
    }

    .categories .catBig {
        width: 266px;
        margin-top: -35px;
    }

        .categories .catBig .catItem {
            height: 345px;
        }

    .categories .catSmall .catItem {
        height: 260px;
    }

    .categories .catBig .catItem img {
        height: 339px;
    }


    .categories .catSmall .catItem img {
        height: 280px;
    }

    .categories .catItem p {
        font-size: 9pt;
        height: 70px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ArticleItem .row strong:before {
        content: '';
        position: absolute;
        right: 0;
        top: 5px;
        width: 8px;
        height: 8px;
        background: #2996cc;
    }

    footer .col1 {
        padding: 40px 15px;
    }

    footer .col2, footer .col3 {
        margin: 0 15px;
    }

    footer {
        font-size: 9pt;
    }
}

@media only screen and (max-width: 768px) {
    .slide .owl-buttons {
        display: none;
    }

    .categories .catSmall {
        width: 33.333333%;
    }

    .categories .catBig {
        width: 44.333333%;
        margin: -10% -6% 0;
    }

        .categories .catBig .catItem, .categories .catSmall .catItem, .categories .catBig .catItem img, .categories .catSmall .catItem img {
            height: auto;
        }

    .categories .catItem .text a {
        font-size: 8pt;
        height: 25px;
        bottom: 0;
        transform: translateY(0px);
    }

    .categories .catItem:hover .text {
        bottom: -68px;
    }

    .social ul li {
        width: 38px;
        margin: 0;
    }

    .ArticleItem:hover .row strong {
        margin-bottom: 0;
    }

    .ArticleItem .date {
        margin-top: 99px;
    }

    .ArticleItem p {
        font-size: 8.5pt;
    }

    .ArticleItem .row strong {
        font-size: 10pt;
    }

    footer .col3, footer .col2 {
        width: 42%;
    }

    footer .col1 {
        width: 77%;
    }

    footer .col4 {
        width: 20%;
        float: left;
    }

    .ArtItem .text > p {
        font-size: 9.5pt;
    }

    .ArticleItem .row strong, .ArtItem .row strong {
        font-size: 11pt;
    }

    .ArtItem:hover .date {
        display: none;
    }

    .News .row > .col-md-4 {
        height: 300px;
        margin: 0 auto;
    }

    .ArtItem:hover .text {
        padding: 30px 15px 15px;
    }
    .News .categoryMargin {
        margin-bottom:15px;
    }
    .head > *:first-child{
        font-size:13pt;
    }
}

@media only screen and (max-width: 400px) {
    footer .col2, footer .col3 {
        width: 100%;
        padding: 5px 15px;
    }

    footer .col1 {
        padding: 5px 15px;
    }

        footer .col1:after {
            content: none;
        }

    .News .row > .col-md-4 {
        width: 100%;
        margin-bottom: 15px;
        height: 345px;
    }

    .ArtItem:hover .text:before {
        top: -73%;
    }
    .service .col-md-4.col-xs-6{
        width:100%;
    }
    .lSAction > .lSNext {
    top: 91%;
}
}