
/*
    news-preview styles
    version: 12.02.2016

    site

    news-preview

*/

/* ------------ site ------------ */
.site__load-more {
    text-align: center;
}
.site__heading {
    margin-bottom: 24px;
    padding-bottom: 17px;
    border-bottom: 1px solid #aeaeae;
}
.site__heading .pagination {
    margin-bottom: 0;
}
.site__heading .site__title {
    padding-bottom: 0;
    border-bottom: none;
}
/* ------------ /site ------------ */

/* ------------ news-preview ------------ */
.news-preview__wrapper {
    margin-bottom: 30px;
    text-align: right;
    color: #202020;
    font-size: 16px;
	height:auto;
}
.news-preview__wrapper time {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    text-align: left;
    letter-spacing: 1px;
}
.news-preview__video {
    display: block;
    position: relative;
    margin: 0 auto 10px;
   /* padding-bottom: 56.5%;*/
    background-position: top center;
    background-size: cover;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    overflow: hidden;
}
.news-preview__pic {
    display: block;
    position: relative;
    margin: 0 auto 10px;
    padding-bottom: 56.5%;
    background-position: top center;
    background-size: cover;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    overflow: hidden;
}
.news-preview__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.news-preview__title {
    display: block;
    margin-bottom: 22px;
    color: rgb( 32, 32, 32 );
    text-align: left;
    font-size: 21px;
    font-family: "Oswald Light", sans-serif;
    line-height: 1.2;
}
.news-preview__txt {
    margin-bottom: 6px;
    font-size: 16px;
    text-align: left;
    color: rgb( 32, 32, 32 );
    line-height: 1.5;
}
.news-preview__more {
    display: inline-block;
    margin-right: 11px;
    color: #0079bc;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid #0079bc;
    -webkit-transition: border-bottom 0.3s ease;
    transition: border-bottom 0.3s ease;
}
.news-preview__more:hover {
    border-bottom: 1px solid transparent;
}
/* ------------ /news-preview ------------ */

@media (min-width: 768px) {

    /* ------------ news-preview ------------ */
    .news-preview {
        text-align: justify;
    }
    .news-preview__title {
        height: 53px;
        overflow: hidden;
    }
    .news-preview:after {
        display: inline-block;
        width: 100%;
        content: '';
    }
    .news-preview__wrapper {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        max-width: 335px;
        height: 438px;
    }
    .news-preview__pic img {
        -webkit-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
    }
    a.news-preview__pic:hover img {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .news-preview__txt {
        max-height: 100px;
        overflow: hidden;
    }
    /* ------------ /news-preview ------------ */

}

@media (min-width: 992px) {

    /* ------------ site ------------ */
    .site__heading {
        padding-bottom: 7px;
        margin-bottom: 60px;
    }
    .site__heading .pagination {
        display: inline-block;
        vertical-align: top;
        margin-top: 2px;
    }
    .site__heading .site__title {
        display: inline-block;
        vertical-align: top;
        margin: 0 114px 0 0;
    }
    /* ------------ /site ------------ */

    /* ------------ news-preview ------------ */
    .news-preview__wrapper:nth-child(1n+1) {
        margin-left: 50px;
    }
    /* ------------ /news-preview ------------ */

}

@media (min-width: 1200px) {

    /* ------------ news-preview ------------ */
    .news-preview {
        text-align: left;
        margin-bottom: -36px;
    }
    .news-preview:after {
        display: none;
    }
    .news-preview__wrapper {
        margin: 0 0 65px 50px;
        width: 30%;
    }
    .news-preview__wrapper:nth-child(3n+1) {
        margin-left: 0;
    }
    .news-preview__pic img {
        -webkit-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
    }
    /* ------------ /news-preview ------------ */

}
#pc2{
	display:block;
	margin-top:40px;
	}
#a1{
	margin-top:20px;
}