body {
    padding: 0;
    margin: 0;
    background: #FFF;
    color: #000;
    font-family: 'Roboto', sans-serif;
   
}

.container {
    clear: both;
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.clearfix {
    clear: both;
}

a {
    text-decoration: none;
    color: #0085FF;
}



.logo-tag {
    display: inline-block;
   padding-right: .4rem;
    padding-top: .15rem;
    padding-bottom: .2rem;
}

.social-likes {
    clear: both;
    font-size: 40px;
    margin-top: 25px;
}

.article-button {
    display: inline-block;
    padding-left: .8rem;
    padding-right: .8rem;
    padding-top: .25rem;
    padding-bottom: .35rem;
    background: #0085FF;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    bottom: 0.65rem;
    left: 1.25rem;
    position: absolute;
}



.header {
    height: 4.375rem;
    background: #323232;
}

.header-logo {
    display: block;
    float: left;
    width: 14.25rem;
    height: 4.375rem;
    margin-right: 1.5rem;
    background: #0085FF;
    text-align: center;
}

.header-logo__content {
    padding-top: 1rem;
    font-weight: 700;
    font-size: 1.6875rem;
    color: #fff;
}

.header-menu {
    margin: 0;
    padding-top: 1.3rem;
}

.header-menu__list {
    margin: 0;
    list-style: none;
}

.header-menu__item {
    float: left;
    margin-right: 1.25rem;
    font-size: 1.1875rem;
}

.header-menu__link {
    text-decoration: none;
    font-weight: 300;
    color: #fff;
}

.page-index {
    background: #f0f0f0;
}

.page-cat {
    background: #f0f0f0;
}

.page-ap {
    background: #f0f0f0;
}

.index-section {}

.index-section--hidden {
    display: none;
}

.index-h1 {
    display: block;
    text-align: center;
    clear: both;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.375rem;
    background: #fff;
    color: #000;
}

.index-urgent--hidden {
    display: none;
}

.index-urgent--dark {
    background: #323232;
    color: #fff;
}

.index-urgent__label {
    display: inline-block;
    margin-right: 1rem;
    padding-top: .2rem;
    padding-bottom: .3rem;
    padding-left: .6rem;
    padding-right: .6rem;
    background: #D30000;
    font-size: 1.3125rem;
    font-weight: 500;
    color: #fff;
}

.index-top-articles {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-bottom: 1.25rem;
}

.index-top-articles-1 {
    display: inline-block;
    float: left;
    width: 50%;
}



.index-top-acticles-1__content {
    position: relative;
    display: block;
    margin-right: 0.625rem;
    height: 26.25rem;
    background-color: #444;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 25%;
    color: #fff;
}

.index-top-acticles-1__details {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.25rem;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /* Standard syntax (must be last) */
}

.index-top-acticles-1__title {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
}

.index-top-acticles-1__hour {
    float: right;
    margin-top: 0.7rem;
}

.index-top-articles-2 {
    display: inline;
    width: 50%;
    float: left;
    margin-bottom: 1.25rem;
}

.index-top-articles-2--hidden {
    display: none;
}

.index-top-acticles-2__content {
    display: block;
    position: relative;
    margin-left: 0.625rem;
    height: 12.5rem;
    background: #333;
    color: #fff;
}

.index-top-acticles-2__background-container {
    position: absolute;
    overflow: hidden;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.index-top-acticles-2__background {
    position: absolute;
    z-index: 1;
    left: -12px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-size: cover;
    -webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    -o-filter: blur(12px);
    -ms-filter: blur(12px);
    filter: blur(12px);
}

.index-top-acticles-2__image {
    position: absolute;
    z-index: 10;
    left: 52%;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position-y: 25%;
}

.index-top-acticles-2__details {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 48%;
    bottom: 0;
}

.index-top-acticles-2__title {
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.32rem;
    font-weight: 400;
    color: #fff;
}

.index-top-acticles-2__tag {
    position: absolute;
    left: 1.25rem;
    bottom: 0.55rem;
}

.index-top-acticles-2__hour {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
}

.index-top-articles-2:last-child {
    margin-top: 1.25rem;
}

.index-article {
    margin-right: 0.625rem;
    margin-bottom: 1.25rem;
    padding: 0;
    overflow-y: hidden;
    background: #fff;
    position: relative;
}

.index-article--hidden {
    display: none;
}

.index-article__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 4.75rem;
    height: 19rem;
    overflow: hidden;
    position: relative;
}

.index-article__content:after {
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2rem;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.index-feed {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.index-feed-item {
    display: inline-block;
    position: relative;
    float: left;
    margin-bottom: 1.25rem;
    width: 50%;
}

.index-feed-item--hidden {
    display: none;
}

.index-feed-item__content {
    display: block;
    position: relative;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    height: 10.625rem;
    background: #fff;
}



.index-feed-item__image {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 60%;
    bottom: 0;
    background-size: cover;
    background-position-y: 30%;
}

.index-feed-item__details {
    position: absolute;
    z-index: 10;
    left: 42%;
    top: 0;
    right: 0;
    bottom: 0;
}

.index-feed-item__title {
   
    left: 1.25rem;
    top: 1rem;
    right: 1.25rem;
    
    font-weight: 400;
    color: #000;
}

.index-feed-cat {
   font-size: 15px;
   color: #000;
}


.index-feed-span1{font-size: 15px; font-weight: inherit;}
.index-feed-span2{font-size: 14px; opacity: .5;}

.index-feed-item__tag {
    position: absolute;
   
    bottom: 0.25rem;
}

.index-feed-item__hours {
    position: absolute;
    right: 1.25rem;
    bottom: 0.95rem;
    font-size: 16px;
    font-weight: 700;
    color: black
}

h2{font-size: 16px}

.index-feed-item-big {
    display: inline-block;
    float: right;
    width: 50%;
    margin-bottom: 1.25rem;
}

.index-feed-item-big--hidden {
    display: none;
}

.index-feed-item-big__content {
    position: relative;
    display: block;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    height: 22.5rem;
    background-color: #444;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 25%;
    color: #fff;
}

.index-feed-item-big__details {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.25rem;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /* Standard syntax (must be last) */
}

.index-feed-item-big__title {
    margin-bottom: 1.25rem;
    font-size: 1.7rem;
    font-weight: 400;
    color: #fff;
}

.index-feed-item-big__tag {}

.index-feed-item-big__views {
    float: right;
    margin-top: .2rem;
}

.page-article {
    background: #fff;
}

.article-section {}

.article-section--hidden {
    display: none;
}

.article-container {
    clear: both;
    max-width: 1040px;
    margin: 0 auto;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
}

.article-header {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.article-header__tag {
    float: left;
    margin-right: 1rem;
}

.article-header__views {
    float: left;
}

.article-header__title {
    clear: both;
    width: 90%;
    margin-top: 1rem;
    font-size: 18px;
    font-weight: 400;
}

.article {
    float: left;
    width: 61%;
    margin-right: 10%;
}

.article__image-container {
    width: 100%;
    margin-top: 0;
    margin-left: 0rem;
    overflow: hidden;
}

.article__image {
    width: 100%;
    max-width: 40rem;
    position: relative;
    background-position-y: 25%;
}

/* Typography */

.article__body {
    margin-top: 0px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 160%;
}

.article__body p {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.article__body-preview {
    margin-bottom: 3rem;
    border-bottom: solid 1px #ddd;
    padding-bottom: 3rem;
    font-weight: 500;
}

.article__body-image-top {
    width: 100%;
}

.article__body-image {
    display: block;
    width: 100%;
    margin-bottom: 2.5rem;
}

.article__body-image-img {
    width: 100%;
}

.article__body-date {
    color: #888;
    font-size: 0.9rem;
    line-height: 90%;
}

.article-sidebar {
    float: left;
    width: 29%;
    text-align: left;
    margin-bottom: 2.2rem;
}

.article-sidebar-ad {
    display: block;
    margin-bottom: 2rem;
    width: 100%;
    color: #000;
}

.article-sidebar-ad__image-container {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: .7rem;
    width: 100%;
    height: 12rem;
    overflow: hidden;
    background-position-x: 50%;
    background-position-y: 25%;
}

.article-sidebar-ad__image {
    position: relative;
    top: -3rem;
    width: 100%;
}

.article-sidebar-ad__title {
    margin-bottom: .7rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.article-sidebar-ad__text {
    font-size: 0.875rem;
    color: #888;
}



.article-comment {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
}

.article-comment__title {
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.article-comment__comment {
    display: block;
    width: 100%;
    height: 30px;
    border: solid 2px #ddd;
    padding: .7rem;
    font-family: inherit;
    font-size: 1.1rem;
    font-weight: 300;
}

.article-comment__submit {
    display: block;
    margin-top: 1rem;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: .5rem 1.1rem;
    background-color: #00a807;
    color: #fff;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.1rem;
}

.article-sharing {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.article-sharing__buttons {
    padding-right: 1.25rem;
}

.article-sharing__click {
    position: relative;
    display: block;
    float: left;
    margin-right: 0.4375rem;
    margin-bottom: 0.4375rem;
    min-width: 2.8125rem;
    height: 2.8125rem;
    padding: 0;
    color: #fff;
}

.article-sharing__click:last-of-type {
    margin-right: 1.5625rem;
}

.article-sharing__click:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.article-sharing__click--ok {
    background-color: #f4960f;
}

.article-sharing__click--vk {
    background-color: #3f6c9c;
}

.article-sharing__click--fb {
    background-color: #335298;
}

.article-sharing__click--tw {
    background-color: #00abf0;
}

.article-sharing__click--gplus {
    background-color: #be3308;
}

.article-sharing__click-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.8125rem;
    height: 2.8125rem;
    background-image: url('../img/sn_logos.png');
    background-repeat: no-repeat;
    background-size: 15.25rem 1.6875rem;
}

.article-sharing__click-logo--ok {
    background-position: -13.3125rem 0.5rem;
}

.article-sharing__click-logo--vk {
    background-position: 0.9375rem 0.5rem;
}

.article-sharing__click-logo--fb {
    background-position: -2.5625rem 0.5625rem;
}

.article-sharing__click-logo--tw {
    background-position: -6.125rem 0.5rem;
}

.article-sharing__click-logo--gplus {
    background-position: -9.6875rem 0.5625rem;
}

.article-sharing__counter {
    display: block;
    float: left;
    text-align: center;
    min-width: 3.125rem;
    height: 2.6875rem;
    color: #888;
}

.article-sharing__counter-value {
    display: block;
    margin-top: -.75rem;
    margin-bottom: -.8rem;
    margin-right: 0.625rem;
    font-weight: 400;
    font-size: 2.5rem;
}

.article-sharing__counter-label {
    margin-top: 0.125rem;
    font-size: 0.8125rem;
    line-height: 115%;
}

.article-more {
    display: inline-block;
    position: relative;
    margin-bottom: 4rem;
    width: 90%;
}

.article-more--hidden {
    display: none;
}

.article-more__content {
    display: block;
    position: relative;
    height: 10.625rem;
    border: solid 1px #E2E2E2;
    background: #fff;
}

.article-more__image {
    position: absolute;
    z-index: 10;
    left: -1px;
    top: -1px;
    right: 60%;
    bottom: -1px;
    background-size: cover;
}

.article-more__details {
    position: absolute;
    z-index: 10;
    left: 40%;
    top: 0;
    right: 0;
    bottom: 0;
}

.article-more__title {
    position: absolute;
    left: 1.25rem;
    top: 1rem;
    right: 1.25rem;
    font-size: 1.18rem;
    font-weight: 400;
    color: #000;
}

.article-more__tag {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
}

.article-more__views {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
}

/*
	Google Ads
*/
.gm {
    margin-bottom: 4rem;
}

.gm__sidebar {
    margin: 0 0 2.5rem;
}

.article-extra {
    background: #F0F0F0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.article-extra__container {
    margin: auto;
    max-width: 1280px;
}

.article-extra-giraff {
    margin-top: 1.25rem;
}

.article-extra--hidden {
    display: none;
}

.article-extra-item {
    display: inline-block;
    position: relative;
    width: 25%;
}

.article-extra-item__content {
    display: block;
    position: relative;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    height: 22.5rem;
    background: #fff;
}

.article-extra-item__image {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 13.125rem;
    background-size: 300px;
    background-position-x: 50%;
    background-position-y: 20%;
}

.article-extra-item__details {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 13.125rem;
    right: 0;
    bottom: 0;
}

.article-extra-item__title {
    position: absolute;
    left: 1.25rem;
    top: 1rem;
    right: 1.25rem;
    bottom: 1.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.18rem;
    font-weight: 400;
    color: #000;
}

.article-extra-item__tag {
    display: none;
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
}

.article-extra-item__views {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
}

.mods{
font-size: 18px;
}

.mods2{font-size: 16px;
opacity: .5;}

.rowHeader_H2{font-size: 19px;


margin: 20px}

.linegh{border-bottom: 2px solid #323232;
margin-bottom: 20px}

.frame_tube{border-bottom: 2px solid #323232;}

.rowHeader_H3{font-size: 19px;

text-align: center;}

.lg-channel{padding: 10px}

.grf-list__genre{margin: 5px 0px 5px 5px; font-size: 14px; opacity: .5;}
.footer{padding: 20px; background: #323232; color: white}
