﻿.header .navbar-page {
    margin: 15px 0 0 0;
}

.header-fixed .header.header-fixed-shrink {
    height: 80px;
}
/*#region news*/

.news-header-wrapper {
    background-image: url('../img/news-clouds.png');
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #ebeced;
}

    .news-header-wrapper .content {
        padding-bottom: 0;
    }

    .news-header-wrapper h2 {
        margin: 80px 0 0 0;
        border-bottom: 2px solid #636e76;
        font-weight: normal;
    }

.news {
    background-color: #ebeced;
}

    .news .news-item:after, .news .news-item:before, .news-item-detail:after, .news-item-detail:before, .news-item-detail .detail-info:after, .news-item-detail .detail-info:before {
        content: '';
        display: block;
        clear: both;
    }

    .news .news-item {
        padding: 0 0 40px 0;
        border-bottom: 2px solid #636e76;
        color: #36454f;
        position: relative;
    }

.news-detail .news-item-detail {
    padding: 0;
    color: #36454f;
    position: relative;
}

.news .news-item .col-right {
    width: 40%;
    margin-right: 50%;
}

.news .news-item .col-left {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    text-align: center;
}

    .news .news-item .col-left .image img {
        height: 250px;
    }

.news .news-item.first {
    padding: 0 0 40px 0;
}

.news .news-item .socials {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
}

.news-detail .news-item-detail .socials {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 0;
}

    .news .news-item .socials li, .news-detail .news-item-detail .socials li {
        float: left;
    }

    .news .news-item .socials > li > a, .news-detail .news-item-detail .socials > li > a {
        line-height: 22px;
        margin-top: 6px;
        margin: 7px 10px 0 0;
    }

        .news .news-item .socials > li > a > i, .news-detail .news-item-detail .socials > li > a > i {
            color: #9aa2a7;
            font-size: 30px;
        }

    .news .news-item .socials a:hover > i, .news-detail .news-item-detail .socials a:hover > i {
        color: #36454f;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.news .news-item .title h4, .news-detail .news-item-detail .title h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.news .news-item .info, .news-detail .news-item-detail .info {
    color: #878f95;
}

.news .news-item p, .news .news-item .preview, .news-detail .news-item-detail p, .news-detail .news-item-detail .preview {
    margin: 10px 0;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
}

.news .news-item .details a, .news-detail .news-item-detail a {
    color: #00b4f1;
    font-size: 22px;
    line-height: 30px;
}

.paging .page-inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
    line-height: 34px;
    padding: 0;
}

.paging a {
    color: #36454f;
}

.paging .page-label {
    padding: 0 13px 0 0;
}

.paging span {
    padding: 0 2px;
}
/*#endregion news*/

/*#region news detail*/
.news-detail {
    background-color: #e5f8fe;
}

    .news-detail .detail-info {
        position: relative;
    }

    .news-detail .news-item-detail .image {
        text-align: center;
    }

    .news-detail .news-item-detail h3, .news-detail .news-item-detail .col-left .info {
        color: #9aa2a7;
    }

    .news-detail .news-item-detail h3 {
        font-size: 30px;
    }

    .news-detail .news-item-detail .col-right {
        width: 60%;
        float: left;
    }

    .news-detail .news-item-detail .col-left {
        text-align: left;
        margin-left: 65%;
    }

    .news-detail .news-item-detail .share-pit-image {
        position: relative;
        margin-top: 20px;
    }

        .news-detail .news-item-detail .share-pit-image img {
            height: 230px;
        }

        .news-detail .news-item-detail .share-pit-image span {
            position: absolute;
            font-size: 20px;
            width: 105px;
            text-align: center;
            left: 0;
            top: 30px;
            font-family: 'Copse', serif;
        }

    .news-detail .paging {
        margin-top: 20px;
    }

        .news-detail .paging span, .news-detail .paging a {
            font-size: 23px;
        }

        .news-detail .paging i.fa {
            font-size: 25px;
            font-weight: bold;
        }

        .news-detail .paging .page-prev i {
            padding-right: 10px;
        }

        .news-detail .paging .page-next {
            margin-left: 20px;
        }

        .news-detail .paging a:hover, .news-detail .paging span:hover, .paging a.page-prev:hover, .paging a.page-next:hover {
            color: #e5f8fe;
            background: #36454f;
            cursor: pointer;
        }

        .news-detail .paging .page-next i {
            padding-left: 10px;
            display: inherit;
        }

        .news-detail .paging a, .news-detail .paging span {
            color: #36454f;
            background: none;
            border: 1px solid #36454f;
            -ms-border-radius: 5px;
            border-radius: 5px;
            padding: 5px 20px;
        }

/*#endregion news*/
@media (max-width: 1024px) {
    .header-fixed .header.header-fixed-shrink {
        height: auto;
    }

    .news .news-item.first .col-left {
        padding-top: 0;
    }

    .news .news-item .col-left {
        float: none;
        width: 100%;
        position: relative;
        padding-top: 40px;
    }

    .news .news-item .col-right {
        margin-right: 30%;
        margin-left: auto;
        width: 100%;
    }


    .news-detail .news-item-detail .col-right {
        float: none;
        width: 100%;
        position: relative;
    }

    .news-detail .news-item-detail .col-left {
        margin-left: auto;
        width: 100%;
    }
}
