/*====================*/
/*2 - NEW HEADER */
/*====================*/

.container-fluid{
    position:absolute;
    width:100%;
    z-index:-1;
}

.header-red {
    width:50%;
    float:left;
    background-color: #C40000;
    height:50px;
}

.header-grey {
    width:50%;
    float:left;
    background-color: #303030;
    height:50px;
}

.header-container {
    background-color: #303030;
    color: #fff;
    padding: 0 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.header-content {
    height:50px;
}

.header-logo-container {
    width:198px;
    height:50px;
    display:inline-block;
    float:left;
    position: absolute;
    left: 0;
    top: 0;
}

.header-menu-container {
    height:50px;
    display:block;
    position: relative;
    margin-left:198px;
    margin-right: 78px;
}

.header-sign-container {
    width: 74px;
    height:50px;
    display:inline-block;
    float:right;
    position: absolute;
    top: 0;
    right: 0;
}

.header-menu {
    width: 740px;
    height:50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.header-logo {
    float:left;
    padding-right: 8px;
    padding-left: 20px;
    background-color: #C40000;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.header-logo > img {
    margin-top:8px;
}

.header-logo > * > img,
.header-logo-mobile > * > img {
    margin-top:8px;
}

.header-sign {
    margin-top:15px;
    font-size:0;
}

.header-sign > div {
    display:inline-block;
    width:22px;
}

.header-sign>div:not(:last-child){
    margin-right: 30px;
}

.header-icon {
    display: inline-block;
    height:20px;
}

.header-search {
    padding-left: 20px;
    padding-right: 20px;
}

.menu-item {
    font-weight: 400;
    font-family: Roboto;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 2px 20px 0 15px;
    line-height: inherit;
    letter-spacing: 0;
    outline: none;
    margin-top:15px;
}

@-moz-document url-prefix() { 
  .menu-item {
    padding: 1px 20px 0 15px;
  }
}

.menu-item:not(:last-child) {
    border-right: 1px solid #575858;
    height:20px;
}

.menu-item:last-child {
    padding-right:0;
}

.menu-item:first-child {
    padding-left:0;
}

.menu-item:nth-child(3) a::before {
    content: '';
    height: 10px;
    height: 10px;
    width: 10px;
    background-color: #BD0000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

a.menu-link {
    display: block;
    text-decoration: none;
}

.menu-link:link,
.menu-link:visited,
.menu-link:active {
    color: #ededed;
    text-decoration: none;
}

.menu-link:hover,
.current-menu-item > a:link,
.current-menu-item > a:visited,
.current-menu-item > a:hover,
.current-menu-item > a:active {
    color: #8e8e8e;
    text-decoration: none;
}

.icon-search {
    background-image: url('../img/header/Search.svg');
    background-position: 0px 0px;
    width:22px;
}

.icon-search:hover {
    background-image: url('../img/header/Search_hover.svg');
}

.icon-close-search {
    background-image: url('../img/header/Exit_hover.svg');
    background-repeat: no-repeat;
    width:22px;
}

.icon-play {
    background-image: url('../img/header/Radio.svg');
    background-position: 0px 0px;
    width:20px;
}

.icon-play:hover {
    background-image: url('../img/header/Radio_hover.svg');
}

.icon-lk {
    background-image: url('../img/header/Login.svg');
    background-position: 0px 0px;
    width:23px;
}

.icon-lk:hover {
    background-image: url('../img/header/Login_hover.svg');
}

.icon-lines {
    background-image: url('../img/header/Menu.svg');
    background-position: 0px 0px;
    width:22px;
}

.icon-lines:hover {
    background-image: url('../img/header/Menu_hover.svg');
}

.toggle-search > .header-menu, .toggle-menu > .header-search {
    display:none;
}

.input-search {
    height: 20px;
    /*width: 100%;*/
    float:right;
    width:0px;
    border: 0;
    background-color: #8e8e8e;
    padding-left:5px;
    padding-right: 20px;
    margin-top:15px;
    color:#ededed;
    font-family: 'Arial';
    font-size: 13px;
}

.input-search-submit {
    border: 0;
    background-color: transparent;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    color: #303030;
    font-size: 10px;
}

.input-search::-webkit-input-placeholder{
    color:#ededed;
}

.lk-menu {
    background-color: #303030;
    color: #8e8e8e;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width:91px;
    min-width:0;
    font-size: 12px;
    margin-top:7px;
    left:-15px;
    padding: 0 0;
}

.lk-menu>li>a {
    color: #8e8e8e;
    padding: 6px 0 6px 15px;
}

.lk-menu>li>a:hover {
    color: #ededed;
    background-color: #303030;
}

.lk-menu>.divider {
    margin:0 10px;
    background-color: #3e3e3e;
}

.dropdown.open > a > span {
    background-image: url('../img/dropdown_icon.png');
    background-position: 0;
    width:23px;
}

@media (max-width: 768px){
    .header-container{
        width: 100%;
    }

    #show-search, #close-search, #radio-icon {
        display: none;
    }

    .header-sign-container {
        width: 78px;
    }

    .header-menu-container {
        margin-right:78px;
    }

    .header-search {
        display: none;
    }
}

@media (max-width: 992px) {
  .header-menu {
      display: none;
  }

  .header-sign-container {
        width: 78px;
    }
}

@media (min-width: 992px) {
    .header-container{
        width: 100%;
    }

  .header-sign-container {
        width: 78px;
    }
}

@media (min-width: 1200px) {
    .header-container{
        width: 1208px;
    }

}


/*==========================*/
/*3 - ADVANCED SEARCH BLOCK */
/*==========================*/

.adv-search-container {
    display:block;
    background-color: #ededed;
    max-width:1000px;
/*    margin-left:auto;
    margin-right:auto;*/
}

.adv-search-container .hidden {
    display:none;
}

.main-content .hidden {
    display:none;
}

.nav-search-block {
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #737373;
    padding-left:10px;
    padding-right:10px;
}

.nav-search-block .title {
    font-weight:bold;
    font-family: 'Arial';
    font-size: 26px;
    margin-bottom: 20px;
}

.search-block {
    margin-top:10px;
    margin-bottom: 20px;
}

.search-block > div,
.search-date > .label,
.search-date > .fldItem,
.dates > div {
    display:inline-block;
}

.search-txt, .search-section, .search-date {
    margin-right:15px;
    margin-bottom:10px;
}

.search-block > * > .label,
.dates> * > .label {
    color: #303030;
    font-weight:normal;
    font-family: 'Arial';
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.search-section > .sections {
    width: 100px;
    background-color: #ededed;
    border: solid 1px #737373;    
    font-size: 14px;
}

.search-block > * > input[type=text],
.whInp > input[type=text] {
    background-color: #ededed;
    border: solid 1px #737373;
}

.search-btn input[type=submit]{
    background-color: #C40000;
    border: solid 1px #C40000;
    color: #ededed;
    width: 100px;
    height:21px;
    font-weight:normal;
    font-family: 'Arial';
    font-size: 14px;
}

.search-btn input[type=submit]:hover{
    background-color: #fff;
    color:#C40000;
}

.nav-menus {
    border-bottom: solid 2px #737373;
}

.nav-col {
    border-right: 1px solid #E5E0EA;
    height: 235px;
    padding-left: 10px;
    margin-bottom: 10px;
    float:left;
    width:20%;
}

.nav-col:nth-child(6) {
    border-right: none;
}

.nav-col.no-padding {
    padding-left:10px;
}

.col-brick .links {
    list-style: none;
    line-height: 1.2;
    padding: 0;
}

.nav-menus-inner {
    margin-bottom:60px;

}

.nav-menus-inner h3.title {
    font-size: 16px;
    margin-top:0;
}

.social-buttons {
    margin-bottom:20px;
}

.social-buttons > .g-socials > .social-icon {
    width: 30px;
    height:30px;
}

.social-buttons > .g-socials > .yt {
    background-image: url('../img/social_icons/Yt.svg');
}

.social-buttons > .g-socials > .fb {
    background-image: url('../img/social_icons/Fb.svg');
}

.social-buttons > .g-socials > .ok {
    background-image: url('../img/social_icons/Ok.svg');
}

.social-buttons > .g-socials > .tw {
    background-image: url('../img/social_icons/Tw.svg');
}

.social-buttons > .g-socials > .inst {
    background-image: url('../img/social_icons/Insta.svg');
}

.social-buttons > .g-socials > .vk {
    background-image: url('../img/social_icons/Vk.svg');
}

.social-buttons > .g-socials > .tele {
    background-image: url('../img/social_icons/Tele.svg');
}

.social-buttons > .g-socials > .gplus {
    background-image: url('../img/social_icons/G+.svg');
}

.nav-col > .col-brick > * > a {
    font-weight: bold;
    font-size: 0.8125em;
    color: #303030;
    text-transform: uppercase;
}

.nav-col > .col-brick > * > * > a {
    font-size: 0.8125em;
    color: #303030;
}

@media only screen and (min-width: 1070px) {
	.custom-col-nav-lg-3 {
		width: 22%;
		float: left;
	}

	.custom-col-nav-lg-2 {
		width: 14%;
		float: left;
	}
}

/*====================*/
/*10 - FOOTER */
/*====================*/

.container.footer-content {
    padding-left: 0;
    padding-right: 0;
}

.p-footer {
    background-color: #303030;
    padding-left: 20px;
    padding-right: 20px;
    color:#8e8e8e;
}

.row.p-footer {
    margin-left:0;
    margin-right:0;
}

.p-footer .links {
    padding: 0;
    margin: 0;
}

.p-footer .copyright {
    border-right: 1px solid #8e8e8e;
    position: relative;
}

.p-footer .copyright .links {
    margin: 25px auto 35px;
    line-height: 0.8125em;
}

.p-footer .copyright .notify-text {
    line-height: 0.8125em;
    margin-bottom: 45px;
}

.p-footer .copyright p {
    font-family: 'Arial';
    font-size: 0.6875em;
    line-height: 13px;
    margin: 0;
    padding: 0;
}

.p-footer .links li {
    list-style-type: none;
}

.p-footer .links a {
    text-decoration: none;
    font-size: 0.68em;
    color: #8e8e8e;
    font-family: 'Arial';
    padding-bottom: 0;
}

.p-footer .links a:hover {
    border-bottom: none;
}

.p-footer .tiny {
    padding-top: 40px;
}

.p-footer .tiny:last-child {
    padding-right: 0;
}

.p-footer .tiny .title {
    font-size: inherit;
    color: #8e8e8e;
    padding: 0;
    margin: 0 0 6px 0;
}

.p-footer .tiny:last-child .title {
    margin-right: 0;
}

.p-footer .tiny a {
    font-size: 0.75em;
    color: #8e8e8e;
    font-family: 'Arial';
    text-transform: none;
    display: block;
    border-bottom: none;
    padding-bottom: 6px;
}

.p-footer .title a {
    font-size: 0.750625em;
    font-weight: 700;
    font-family: 'Arial';
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.p-footer .tiny li:last-child a {
    padding-bottom: 0;
}

.p-footer .tiny a:first-letter {
    text-transform: uppercase;
}

.p-footer .copyright {
    padding-right: 43px;
    width: 346px;
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.p-footer .g-socials {
    padding-bottom: 7px;
    position: relative;
    display: inline-block;
}

.p-footer .g-socials .social-icon {
    margin: 0 1.5px;
}

.social-buttons-footer {
    margin:0;
}

.p-footer .copyright .logo {
    margin: 30px 0 45px 0;
}

.p-footer .logo img {
    width: 190px;
}

.p-footer .author {
    float: left;
    font-size: 0.74625em;
    font-family: 'Arial';
    text-align: center;
    margin-right: 0;
    color:#8e8e8e;
}

.p-footer .metriks {
    float: right;
    margin-left: 5px;
}

.p-footer .legal {
    font-size: 0.626875em;
    font-family: 'Arial';
    float: right;
    margin-right: 3px;
    margin-left: 0;
}

.p-footer .legal1 {
	display: none;
}

.p-footer .legal2 {
	display: block;
	width: 50%;
}


.p-footer .author,
.p-footer .legal {
    margin-top: 7px;
    margin-bottom: 7px;
}

.p-footer .footer-copyrights {
    border-top:1px solid #8e8e8e;
    padding-bottom: 20px;
    padding-top: 10px;
}

@media only screen and (min-width: 1208px){
    .p-footer .tiny {
        padding-right: 38px;
        font-size: 18px;
    }

    .container.footer-content {
        width: 1208px;
    }
}

@media only screen and (max-width: 1208px) {
    .p-footer .tiny {
        padding-right: 20px;
    }

    .container.footer-content {
        width: 992px;
    }
}

@media only screen and (max-width: 1020px) {
    .p-footer .tiny {
        padding-right: 20px;
    }

    .p-footer .copyright {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        border-right:none;
        width:100%;
    }

    .p-footer .author,
    .p-footer .legal {
        float:none;
        margin:0;
        text-align: left;
    }

    .p-footer .legal1 {
        display: block;
    }

    .p-footer .legal2 {
        display: none;
    }

    .p-footer .metriks {
        margin-top:10px;
        width: 100%;
    }

    .container.footer-content {
        width: 768px;
    }

}

@media only screen and (max-width: 792px) {
     .p-footer .tiny {
        padding-right: 20px;
    }

    .p-footer .copyright {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        border-right:none;
        width:100%;
    }

    .p-footer .author,
    .p-footer .legal {
        float:none;
        margin:0;
        text-align: left;
    }

    .p-footer .legal1 {
        display: block;
    }

    .p-footer .legal2 {
        display: none;
    }

    .container.footer-content {
        width: auto;
    }

    .p-footer .metriks {
		margin-top: 10px;
        width: 100%;
    }
}

.p-footer .tiny.last{
    padding-right: 0;
}

.footer-wrapper {
    background-color: #303030;
    border-top: 5px solid #C40000;
    border-bottom: 5px solid #202020;
}

/*.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}*/

/*====================*/
/*4 - MIXER SECTION */
/*====================*/

.mixer-tile-wrapper {
    margin-top:20px;
}

.mixer-tile-wrapper .tile .wrapper {
    border: none;
    max-width: 376px;
}

.mixer-tile-wrapper .tile-container .mixer-tile-details {
    display: block;
    top: 0;
    height: 100px;
    background-color: #ededed;
    border-left: none;
    color: #303030;
    font-weight:bold;
    padding: 15px 15px 0px 15px;   
}

.mixer-tile-wrapper .tile-container:hover .mixer-tile-header {
    color: #000;
}

.mixer-tile-wrapper .mixer-tile-header {
    color: #303030;
    font-weight:bold;
}

.mixer-tile-wrapper .mixer-tile-icons {
    display:none;
}

.mixer-tile-wrapper .mixer-tile-details .tile-txt {
    vertical-align: inherit;
}

.mixer-tile-wrapper .tile-list {
    margin: 0;
    margin-left: 11px;
    margin-right: 11px;
}

.mixer-tile-wrapper .tile {
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 20px;
}

.mixer-tile-wrapper .row.g-content {
    margin: 0;
    margin-right: -20px;
    margin-left: -20px;
}

.mixer-tile-wrapper .mixer-tile-image {
    max-height: 200px;
    overflow: hidden;
}

@media only screen and (max-width: 1208px) {
    .container.main-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mixer-tile-wrapper .tile .wrapper {
        max-width: none;
    }

    .mixer-tile-wrapper .tile-container .mixer-tile-details {
        margin-top: -1px;  
    }   
}

@media only screen and (max-width: 1020px) {
    .container.main-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mixer-tile-wrapper .tile .wrapper {
        max-width: none;
    }
}

@media only screen and (max-width: 792px) {
    .container.main-content {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
    }

    .mixer-tile-wrapper .tile .wrapper {
        max-width: none;
    }

    .mixer-tile-wrapper .mixer-tile-image {
        max-height: none;
    }

    .mixer-tile-wrapper .tile-container .mixer-tile-details {
        margin-top: -1px;  
    }

    .mixer-tile-wrapper .tile .wrapper .tile-shortcuts{
        top: 10px;
        right: 20px;
    }   
}


/*SECTION HEADER*/

.g-section-submenu .items {
    padding: 0;
    padding-top: 5px;
}

.g-section-header {
    padding-top: 10px;      
}

.g-section-header .g-primary-content {
    padding: 0px;
}

.g-secondary-content {
    padding: 0px 0px 0px 20px;
}

.mobrep-button a {
    font-weight: normal;
}

.mobrep-button a:hover {
    border-width: 1px
}

@media only screen and (min-width: 1195px) {
    .g-secondary-content.col-md-3 {
        width: 320px;
    }

    .g-primary-content.col-md-9 {
        width: 848px;
    }

}

@media only screen and (max-width: 1020px) {
    .mobrep-button a {
        height: 28px;
        vertical-align: middle;
        padding-top: 7px;
    }
}

@media only screen and (min-width: 992px) {
    .g-secondary-content.col-md-3 {
        width: 30%;
    }

    .g-primary-content.col-md-9 {
        width: 70%;
    }

}


/* ___ */

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
}

.footer-wrapper {
    margin-top: auto;
    z-index: 999;
}

body:after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content: url('../img/header/Search_hover.svg') 
        url('../img/header/Radio_hover.svg') 
        url('../img/header/Login_hover.svg') 
        url('../img/header/Menu_hover.svg')
        url('../img/header/Exit_hover.svg');
}


/*  */


.brand-left {
    position: fixed;
    margin-left: -369px;
}

.fixed-header-container {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0px;
}

.spacer {
    width:100%;
    height:50px;
}

.container.branding {
    padding:0;
}

.to-top-button.fixed {
    z-index: 1001;
}

@media only screen and (max-width: 792px) {
    .fixed-header-container {
        position: relative;
        top:inherit;
    }

    .spacer {
        height:0;
    }
}

.promo-container-header-top.mobile, .promo-container-header-top.tablet {
    padding:0;
}

.promo-wrapper.main.inside {
    margin-bottom:20px;
}

.panel-spacer {
    width: 100%;
    height: 39px;
}

.yaAdSdkContainer {
	margin-top:10px;
	margin-bottom:10px;
}


/*=====================*/
/*PHOTOREPORTS SECTION */
/*=====================*/

.photorep-tile-wrapper {
    margin-top:10px;
}

.other-blocks .tile .wrapper ,
.photorep-tile-wrapper .tile .wrapper {
    margin-top:0;
    border: none;
    max-width: 277px;
}

.photorep-tile-wrapper .tile .img-responsive ,
.other-blocks .tile .img-responsive {
    padding:0;
}

.other-blocks .tile-container .photorep-tile-details ,
.photorep-tile-wrapper .tile-container .photorep-tile-details {
    display: block;
    top: 0;
    height: 160px;
    background-color: #f7f7f7;
    border-left: none;
    color: #303030;
    font-weight:bold;
    padding: 15px 15px 0px 15px;
}

.other-blocks .photorep-tile-header ,
.photorep-tile-wrapper .photorep-tile-header {
    font-family: 'Roboto', sans-serif;
    color: #303030;
    font-size: 1em;
    font-weight:600;
    line-height: 1.2em;
    margin-top:15px;
}

.photorep-tile-wrapper .photorep-tile-details .tile-txt {
    vertical-align: inherit;
}

.photorep-tile-wrapper .tile-list {
    margin: 0;
    margin-left: 11px;
    margin-right: 11px;
}

.photorep-tile-wrapper .tile {
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 20px;
}

.photorep-tile-wrapper .row.g-content {
    margin: 0;
    margin-right: -20px;
    margin-left: -20px;
}

.other-blocks .photorep-tile-image ,
.photorep-tile-wrapper .photorep-tile-image {
    max-height: 185px;
    overflow: hidden;
}

.other-blocks .photorep-uf-date ,
.photorep-tile-wrapper .photorep-uf-date {
    color: #999999;
    font-size: 0.625em;
    font-family: Arial;
    font-weight: normal;
    height: 10px;
    line-height: 10px;
}

.other-blocks .photorep-tile-icons ,
.photorep-tile-wrapper .photorep-tile-icons {
    color: #999999;
    position: absolute;
    bottom: 35px;
    height: 14px;
    background-image: url('../images/photorep/Photorep_foto_17_14_9999.svg');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.photorep-tile-wrapper .photorep-tile-icons .p-tile-icon {
    font-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 0;
}

.other-blocks .photorep-tile-icons .foto-cnt ,
.photorep-tile-wrapper .photorep-tile-icons .foto-cnt {
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
    margin-right: 10px;
    float:left;
}

.photorep-tile-wrapper .photorep-tile-icons .share-btn {
    cursor: pointer;
    float:left;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-share {
    float:left;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container {
    float:left;
    height:14px;
    width:140px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container {
    position: fixed;
    top: -100px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s ease-out;
    margin-left: 20px;
}

.photorep-tile-wrapper .photorep-tile-icons .share-btn:hover .shares-container {
    position: inherit;
    visibility: visible;
    opacity: 1;
}

.photorep-tile-wrapper .photorep-tile-icons .share-btn  img {
    vertical-align: inherit;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container > img {
    transition: .10s ease-out;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container > div {
    position: absolute;
    top: 0;
    cursor: pointer;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-fb {
    /*margin-left: 20px;*/
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-fb > img {
    width: 7px;
    height: 14px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-fb:hover {
    margin-left: -1.5px;
    /*margin-left: 18.5px;*/
    top: -3px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-fb:hover > img {
    width: 10px;
    height: 20px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-ok {
    margin-left: 27px;
    /*margin-left: 47px;*/
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-ok > img {
    width: 9px;
    height: 14px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-ok:hover {
    /*margin-left: 45px;*/
    margin-left: 25px;
    top: -3px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-ok:hover > img {
    width: 13px;
    height: 20px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-tw {
    /*margin-left: 76px;*/
    margin-left: 56px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-tw  > img  {
    width: 17px;
    height: 14px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-tw:hover  {
    margin-left: 52.5px;
    /*margin-left: 72.5px;*/
    top: -3px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-tw:hover  > img  {
    width: 24px;
    height: 20px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-vk {
    margin-left: 93px;
    /*margin-left: 113px;*/
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-vk  > img {
    width: 24px;
    height: 14px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-vk:hover {
    margin-left: 88px;
    /*margin-left: 108px;*/
    top: -3px;
}

.photorep-tile-wrapper .photorep-tile-icons .shares-container .shares-vk:hover  > img {
    width: 34px;
    height: 20px;
}

/* top 1 tile*/

.photorep-tile-wrapper .top-tile {
    padding-right: 9px;
    padding-left: 9px;
    padding-bottom: 0;
    margin-bottom: 20px;
    float:none;
}

.photorep-section-wrapper .photorep-glass-container,
.photorep-tile-wrapper .photorep-glass-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding-right: 18px;
}

.photorep-section-wrapper .photorep-glass,
.photorep-tile-wrapper .photorep-glass {
    height: 100%;
    width: 100%;
    background-color: rgba(48, 48, 48, 0.3);
    transition: all 0.4s ease-out;
}

.photorep-section-wrapper:hover .photorep-glass,
.photorep-tile-wrapper .top-wrapper:hover .photorep-glass {
    background-color: rgba(48, 48, 48, 0.5);
}

.photorep-tile-wrapper .photorep-top-tile-image {
    max-height: 450px;
    overflow: hidden;
}


.photorep-section-wrapper .photorep-top-tile-details,
.photorep-tile-wrapper .photorep-top-tile-details {
    position:absolute;
    bottom:0;
    margin-left: 15px;
}

.photorep-section-wrapper .photorep-top-header,
.photorep-tile-wrapper .photorep-top-header {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 600;
    font-size:3em;
    margin-bottom: 60px;
    line-height: 48px;
    margin-left: 13px;
}

.photorep-section-wrapper .photorep-top-info,
.photorep-tile-wrapper .photorep-top-info {
    color: #ededed;
    font-size: 0;
    margin-bottom: 15px;
    height: 14px;
}

.photorep-section-wrapper .photorep-top-info span,
.photorep-tile-wrapper .photorep-top-info span {
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    margin-right: 25px;
    height: 14px;
    display: block;
    float: left;
}

.photorep-section-wrapper .photorep-top-border ,
.photorep-tile-wrapper .photorep-top-border {
    margin: 20px 0 0 0;
    border-bottom: 1px solid #ededed;
}

.photorep-section-wrapper .photorep-top-info .top-location ,
.photorep-tile-wrapper .photorep-top-info .top-location {
    background-image: url('../images/photorep/Photorep_location14.svg');
    padding-left: 15px;
}

.photorep-section-wrapper .photorep-top-info .top-date ,
.photorep-tile-wrapper .photorep-top-info .top-date {
    background-image: url('../images/photorep/Photorep_date14.svg');
    padding-left: 19px;
}

.photorep-section-wrapper .photorep-top-info .top-foto ,
.photorep-tile-wrapper .photorep-top-info .top-foto {
    background-image: url('../images/photorep/Photorep_foto_17_14.svg');
    padding-left: 22px;
}

.photorep-section-wrapper .photorep-top-info .top-icon ,
.photorep-tile-wrapper .photorep-top-info .top-icon {
    background-position: left center;
    background-repeat: no-repeat;
}

/**/

.photorep-tile-wrapper .photorep-load-more {
    height: 30px;
    width: 50%;
    color: #ededed;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    line-height: 29px;
    background-color: #c40000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid #c40000;
}

.photorep-tile-wrapper .photorep-load-more .hidden {
    display: none;
}

.photorep-tile-wrapper .photorep-loader {
    height: 30px;
    width: 50%;
    line-height: 29px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.photorep-tile-wrapper .photorep-loader .hidden {
   display: block;
}

.photorep-tile-wrapper .photorep-loader img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.photorep-tile-wrapper .photorep-load-more:hover {
    background-color: #fff;
    color: #c40000;
    cursor: pointer;
}

.photorep-tile-wrapper .empty-clear {
    /*display:none;*/
}

.photorep-album-template .g-redactor-top .inner:before,
.photorep-template .g-redactor-top .inner:before {
    border-top:none !important;
}

.photorep-album-template .g-redactor-top .news-item:first-child .img-wrapper,
.photorep-template .g-redactor-top .news-item:first-child .img-wrapper {
    padding-left:0;
}

.photorep-album-template .g-redactor-top .inner,
.photorep-template .g-redactor-top .inner {
    padding:0;
}

.photorep-template .promo-wrapper.main {
    padding: 0 9px;
}

.photorep-template .promo-wrapper.main.promo2-wrap .promo-wrapper.main {
    padding: 0;
}

/*PHOTOREP-ALBUMS*/
 
.photorep-album-template .p-wrapper {
    font-size:0;
    padding-top: 20px;
}

.photorep-album-template .promo-wrapper.inner {
    padding:0;
}

.photorep-album-template .promo-1 img {
    margin-top: 20px;
}

.photorep-album-template .g-redactor-top {
    margin-top: 20px;
}

.photorep-album-template .g-primary-content {
    font-size: 16px;
    padding: 0 0 50px 0;
    padding-right: 10px;
}

.photorep-album-template .dislocation {
    margin-top: 0;
}

.photorep-album-template .mobrep-button {
    margin-top: 0;
}

.photorep-album-template .g-secondary-content {
    font-size: 16px;
    padding: 0;
    padding-left: 10px;
}

.photorep-album-template .photo-page-section {
    margin-top: 9px;
}


.photorep-section-wrapper {
    position: relative;
}

.photorep-section-wrapper .photorep-top-tile-image {
    max-height: 326px;
    overflow: hidden;
    position: relative;
}

.photorep-section-wrapper .photorep-glass-container {
    padding:0;
}

.photorep-section-wrapper .photorep-top-header {
    font-size: 2em;
    margin-bottom:50px;
    line-height: 30px;
}

.photorep-section-wrapper .photo-top-controls {
    top:15px;
    bottom: initial;
    background-color: rgba(255,255,255,0.8);
    padding: 5px;
    font-weight: bold;
}

.photorep-album-template .album-sharing-container {
    margin-top: 20px;
    margin-bottom: 14px;
    margin-left: -10px;
    margin-right: -10px;
    height: 30px;
}

.photorep-album-template .album-sharing-container .album-share {
    height: 100%;
    width:25%;
    float:left;
    padding-left:10px;
    padding-right:10px;
}

.photorep-album-template .album-sharing-container .album-share > div {
    height: 100%;
    cursor: pointer;
}

.photorep-album-template .album-sharing-container .album-share > div > img {
    margin-left: 15px;
    margin-top: 5px;
}

.photorep-album-template .album-sharing-container .album-share .album-share-fb {
    background-color: #336799;
}

.photorep-album-template .album-sharing-container .album-share .album-share-tw {
    background-color: #00acec;
}

.photorep-album-template .album-sharing-container .album-share .album-share-ok {
    background-color: #ee8e41;
}

.photorep-album-template .album-sharing-container .album-share .album-share-vk {
    background-color: #4c75a3;
}

.photorep-album-template .photo-info-box-inner {
    margin-left: -6px;
    margin-right: -6px;
}

.photorep-album-template .photo-item-wrapper {
    width:20%;
    float:left;
    padding:6px;
}

.photorep-album-template .photo-item-wrapper .photo-item-cont {
    position: relative;
    cursor: pointer;
    margin:0;
    padding:0;
    float:none;
    /*max-height: 106px;*/
    overflow: hidden;
}

.photorep-album-template .album-border-wrapper {
    width:100%;
    height: 1px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 6px;
}

.photorep-album-template .album-border {
    width:100%;
    height: 1px;
    background-color: #ededed;
}

.photorep-album-template .album-tags-field {
    margin-top: 11px;
    margin-bottom: 11px;
    padding-left: 6px;
    padding-right: 6px;
}

.photorep-album-template .album-tags-field .album-tag {
    color: #c40000;
    font-size: 0.875em;
}

.photorep-album-template .commentList {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 50px;
}

.photorep-album-template .photo-item-cont {
    position: relative;
}

.photorep-album-template .photo-item-cont .album-likes {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}

.photorep-album-template .album-date-create {
    padding-left: 6px;
    padding-right: 6px;
    font-family: 'Arial';
    font-size: 0.875em;
    color: #8e8e8e;
    font-weight: normal;
    margin-top: 20px;
}

.photorep-album-template .padding6 {
    padding-left: 6px;
    padding-right: 6px;
}

.photorep-album-template .margin-b-40 {
    margin-bottom: 40px;
}

.photorep-album-template .margin-b-50 {
    margin-bottom: 50px;
}

.photorep-album-template .photo-item-inner {
    display: block;
}

.photorep-album-template .photo-dummy {
    height: 100%;
    width: 100%;
    position: absolute;
    top:0;
}

.photorep-album-template .lg-photo-selector {
    display: none;
}

.other-blocks.photoreports {
    margin-right: -4px;
    margin-left: -4px;
}

.other-blocks.mixers ,
.other-blocks.parties {
    margin-right: -10px;
    margin-left: -10px;
}

.other-blocks .tile {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
}

.other-blocks .horizontal-line-sign-wrapper {
    position: relative;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

.other-blocks .horizontal-line {
    position: absolute;
    width:100%;
    top: 9px;
    padding-right: 20px;
}

.other-blocks .horizontal-line > div {
    border-bottom: 2px solid #c40000;
}

.other-blocks .horizontal-sign {
    position: absolute;
    width:100%;
    top: 0;
    text-align: center;
    line-height: 20px;
    padding-right: 20px;
}

.other-blocks .horizontal-sign span {
    background: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.other-blocks.parties .party-tile-image {
    max-height: 280px;
    overflow: hidden;
}

.other-blocks.parties .party-tile-details {
    margin-top: 8px;
}

.other-blocks.parties .party-tile-header {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #303030;
}

.other-blocks.parties .party-tile-place {
    font-family: 'Arial';
    font-size: 10px;
    color: #575858;
    margin-top: 7px;
}

.party-more-button {
    width: 100%;
    height: 30px;
    background-color: #ededed;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    /*font-weight: medium;*/
    color: #8e8e8e;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
}

.party-more-button:hover {
    background-color: #e3e3e3;
}

.other-blocks .photorep-tile-header {
    overflow: hidden;
    font-size: 0.875em;
    margin-top: 10px;
}

.other-blocks .photorep-tile-icons {
    bottom: 13px;
}

.other-blocks.mixers .photorep-tile-icons {
    padding: 0;
    background: none;
    text-transform: uppercase;
    font-family: 'Arial';
    font-size: 10px;
    color: #c40000;
    font-weight: normal;
    height: 10px;
    line-height: 10px;
}

div.photo-page-section div.photo-info-box-photo-list {
    margin-bottom:0 !important;
}

.other-blocks .photorep-tile-image {
	max-height: 130px;
}

@media only screen and (min-width: 1208px) {
  .photorep-album-template .g-primary-content {
    width: 858px;
  }

  .photorep-album-template .g-secondary-content {
    width: 310px;
  }
}

@media only screen and (max-width: 792px) {
  .photorep-album-template .g-primary-content {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1208px) {
	.container.main-content.photorep-template,
    .container.main-content.photorep-album-template {
        padding-left: 20px;
        padding-right: 20px;
    }

    .photorep-tile-wrapper .tile-container .photorep-tile-details {
        margin-top: -1px;  
    }  

    .photorep-tile-wrapper .col-sm-6 {
    	width: 25%;
    } 

}

@media only screen and (max-width: 1020px) {
    .photorep-tile-wrapper .tile .wrapper {
        max-width: none;
    }

    .container.main-content.photorep-album-template .g-primary-content {
        width: 100%;
        padding-right: 0;
    }

    .container.main-content.photorep-album-template .g-secondary-content {
        display: none;
    }

    .photorep-tile-wrapper .col-sm-6 {
       width: 50%;
    }
	 
    .photorep-tile-wrapper .photorep-tile-header {
        font-size: 1.125em;
    }

    .photorep-tile-wrapper .photorep-top-header {
        font-size:2.5em;
    }

    .photorep-tile-wrapper .photorep-tile-image {
        /*max-height:none;*/
    }

    .other-blocks .photorep-tile-header {
        line-height: 1.1em;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .photorep-tile-wrapper .col-sm-6 {
       width: 50%;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .photorep-tile-wrapper .tile-list .tile.col-sm-6:nth-child(9) {
        display: inherit;
    }

    .photorep-album-template .lg-photo-selector {
        display: block;
    }

    .photorep-album-template .photo-item-inner {
        display: none;
    }

	.photorep-tile-wrapper .photorep-tile-image {
		max-height:none;
	}
}



@media only screen and (max-width: 768px) {

    .container.main-content.photorep-album-template ,
    .container.main-content.photorep-template {
        padding-left: 10px;
        padding-right: 10px;
    } 
	
    .photorep-tile-wrapper .col-sm-6 {
       width: 100%;
    }

    .photorep-album-template .photorep-top-tile-details ,
    .photorep-tile-wrapper .photorep-top-tile-details {
        position: relative;
    }

    .photorep-album-template .photorep-top-info ,
    .photorep-tile-wrapper .photorep-top-info {
        color: #999999;
        margin: 15px 0 0 0;
    }

    .photorep-tile-wrapper .photorep-tile-header {
        font-size: 1.25em;
    }

    .photorep-album-template .photorep-tile-header {
        font-size: 1.125em;
    }

    .photorep-album-template .photorep-top-header ,
    .photorep-tile-wrapper .photorep-top-header {
        font-size:1.25em;
	      color: #303030;
        line-height: 17px;
        margin-left: -1px;
        margin-top: 15px;
	      margin-bottom: 0;
    }

    .photorep-album-template .photorep-top-info span ,
    .photorep-tile-wrapper .photorep-top-info span {
        color: #999999;
        font-size: 11px;
    }

    .photorep-album-template .photorep-glass-container ,
    .photorep-tile-wrapper .photorep-glass-container {
        display:none;
    }

    .photorep-album-template .photorep-tile-image ,
    .photorep-tile-wrapper .photorep-tile-image {
        max-height:none;
    }

    .photorep-album-template .photorep-top-info .top-location ,
    .photorep-tile-wrapper .photorep-top-info .top-location {
        background-image: url('../images/photorep/Photorep_location_99999.svg');
    }

    .photorep-album-template .photorep-top-info .top-date ,
    .photorep-tile-wrapper .photorep-top-info .top-date {
        background-image: url('../images/photorep/Photorep_date_14_99999.svg');
    }

    .photorep-album-template .photorep-top-info .top-foto ,
    .photorep-tile-wrapper .photorep-top-info .top-foto {
        background-image: url('../images/photorep/Photorep_foto_17_14_9999.svg');
    }

    .photorep-section-wrapper .photo-top-controls {
      position:absolute;
    }

    .photorep-album-template .album-sharing-container .album-share {
        width: 50%;
        padding-left: 6px;
        padding-right: 6px;
    }

    .photorep-album-template .album-sharing-container .album-share:first-child ,
    .photorep-album-template .album-sharing-container .album-share:nth-child(2) {
        margin-bottom: 12px;
    }
    .photorep-album-template .album-sharing-container {
        margin-left: -6px;
        margin-right: -6px;
    }

    .photorep-album-template .photo-info-box-inner {
        margin-top: 14px;
    }

    .photorep-album-template .photo-item-wrapper {
        width: 50%;
    }

    .photorep-album-template .photo-item-wrapper .photo-item-cont {
        /*max-height: 110px;*/
    }

    .photorep-album-template .commentList {
        margin-bottom: 40px;
    }

    .other-blocks.mixers .tile .wrapper ,
    .other-blocks.photoreports .tile .wrapper {
        max-width: none;
        width: 100%;
    }

    .other-blocks.mixers .tile ,
    .other-blocks.photoreports .tile {
        margin-bottom: 20px;
    }

    .other-blocks.mixers .tile:last-child ,
    .other-blocks.photoreports .tile:last-child {
        margin-bottom: 0;
    }

    .photorep-album-template .promo-2-wrapper {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 40px;
    }
  
    .photorep-album-template .lg-photo-selector {
        display: block;
    }

    .photorep-album-template .photo-item-inner {
        display: none;
    }

	.other-blocks .photorep-tile-image {
		max-height: none;
	}

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .photorep-album-template .photo-item-wrapper {
        width: 33.333%;
    }

    .photorep-album-template .photorep-tile-header {
        font-size: 0.875em;
    }
}


/*====================*/
/** - NEW NEWS LIST */
/*====================*/
.new-inner, .main-inner {
  background-color: #F5F5F5;
}

.new-inner .container {
 /*   width: 1210px;  */  
}

.new-inner .g-section-submenu {
    padding-left: 15px;
    padding-right: 15px;
}

.new-inner .g-section-submenu .item a{
    color: #8e8e8e;
}

@media only screen and (min-width: 1201px) {
    .new-inner .brand-right {
    /*    margin-left: 1208px;*/
    }
}



.main-inner .dislocation {
   background-color: #e3e3e3;
}

.news-container .news-box {
    /*height: 70px;*/
    display: block;
    width: 100%;
    background-color: #ffffff;
    margin: 20px 0;
    padding: 18px 20px 20px 20px;
    font-family: 'Roboto', sans-serif;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08),inset 0 0px 0 0 rgba(0,0,0,0.08);
    position: relative;
}

.news-container .news-box .news-time {
    line-height: 1.2em;
    font-family: Arial;
    color: #999999;
    position: absolute;
}

.news-container .news-box .news-name {
    line-height: 1.2em;
    color: #303030;
    width:100%;
    padding-left: 60px;
    font-weight: 500;
}

.news-container .news-date {
    text-align: center;
    color: #8e8e8e;
    font-weight: bold;
    font-family: Arial;
    font-size: 0.875em;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-inner #news-load-more {
    height: 30px;
    width: 400px;
    background-color: #e3e3e3;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    cursor: pointer;
    color: #999999;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 31px;
    font-size: 14px;
    transition: all 0.4s ease-out;
}

.main-inner #news-load-more:hover {
   background-color: #dcdcdc; 
}

.main-inner #news-loader img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main-inner .news-container .promo-wrapper {
    padding: 0;
    margin:0 !important;
}

.main-inner .news-container .promo-2-wrapper,
.main-inner .news-container .promo-3-wrapper, 
.main-inner .news-container .promo-4-wrapper {
    /*margin-top: 20px;
    margin-bottom: 20px;*/
}

.main-content .news-item-wrapper ,
.main-inner .news-item-wrapper {
    background-color: white;
    border-bottom: #ededed 1px solid;
    border-right: #ededed 1px solid;
    border-top: #ededed 1px solid;
}

.main-content .news-item-wrapper .img-wrapper ,
.main-inner .news-item-wrapper .img-wrapper {
    padding-left:0;
    background-color: white;
    min-width: 110px;
}

.main-content .g-redactor-top .news-item ,
.main-inner .g-redactor-top .news-item {
    min-height: 72px;
    padding: 0 20px 0 0; 
}


.main-content .g-redactor-top ,
.main-inner .g-redactor-top {
   margin-left: 10px;
   margin-right: -10px; 
}

.main-content .g-redactor-top .inner:before ,
.main-inner .g-redactor-top .inner:before {
    margin: 10px 20px 15px 0;
    border-top: 1px solid #e3e3e3;
}

.main-content .g-redactor-top a .preview-text ,
.main-inner .g-redactor-top a .preview-text {
    padding: 10px 10px 0 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 14px;
    color: #303030;    
    font-weight: 500;
}

.g-secondary-content .promo-articles .item-descr,
.main-inner .item-descr {
    position: absolute;
    bottom: 0;
    padding:0 !important;
}

.g-secondary-content .promo-articles .item-descr p,
.main-inner .item-descr p {
    margin: 0 15px 15px !important;
    color: white;  
    font-family: 'Roboto', sans-serif;
}

.g-secondary-content .promo-articles .news-item ,
.main-inner .g-secondary-content .news-item {
   margin-bottom: 20px; 
}

.g-secondary-content .promo-articles .news-item .glass-container , 
.main-inner .g-secondary-content .news-item .glass-container {    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.g-secondary-content .promo-articles .news-item .glass , 
.main-inner .g-secondary-content .news-item .glass {    
    height: 100%;
    width: 100%;
    background-color: rgba(48, 48, 48, 0.3);
    transition: all 0.4s ease-out;
}

.g-secondary-content .promo-articles .news-item:hover .glass ,
.main-inner .g-secondary-content .news-item:hover .glass {
    background-color: rgba(48, 48, 48, 0.5);
}

.right-items-block {
    background-color: white; 
    border-bottom: #ededed 1px solid;
    border-top: #c40001 4px solid;
    margin-bottom: 20px;
}

.right-items-block-wrapper {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: #ededed 1px solid;
    border-right: #ededed 1px solid;
}

.right-items-block .right-item-wrapper {
    padding-top: 10px;
    padding-bottom: 10px; 
    border-bottom: #e3e3e3 1px solid;
}

.right-items-block .right-item {
    max-height: 75px;
    overflow: hidden; 
    color: #505050;  
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    transition: all 0.4s ease-out;
}

.right-items-block .right-item:hover {
    color: #000000;
}

.right-items-block .right-item-name {
    padding-top: 3px;
	overflow: hidden;
}

.right-items-block .right-item .img-responsive {
    width: inherit;
    float: left;
    margin-right: 10px;
}

.right-items-block .link-to-page {
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    line-height: 10px;
    color: #737373;
    margin-top: 10px;
}

.right-items-block .link-to-page:hover a{
    color: #c40000;
}

.right-items-block .link-to-page a {
    color: #737373;
    transition: all 0.4s ease-out;
}

.main-inner .section-header.voting-col-header,
.block-header-wrapper {
    color: #303030 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: #e3e3e3 1px solid !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;    
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.main-inner .section-header.voting-col-header {
    margin-bottom: 15px !important;    
}

.main-inner .voting-form-box {
    background-color: white;    
    padding: 0 15px;
    border-top: none !important;
    /*border-bottom: #ededed 1px solid !important;
    border-left: #ededed 1px solid !important;
    border-right: #ededed 1px solid !important;*/
}

.main-inner .voting-form-box form {
    font-family: 'Roboto', sans-serif;
}

.main-inner .voting-form-box .to-all-votings {
    margin-top: 20px;
    margin-bottom: 15px;    
}

.main-inner .voting-form-box .to-all-votings a {
    display: block; 
    background-color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-weight:normal;
    line-height: 29px;
}

.main-inner .voting-form-box .button-white-gray {
    border: none;
    padding: 0; 
    background-color: #f5f5f5;
    transition: all 0.4s ease-out;
}

.main-inner .voting-form-box .to-all-votings a:hover,
.main-inner .voting-form-box .button-white-gray:hover {
    background-color: #ededed;
}

.main-inner .voting-form-box .to-all-votings a ,
.main-inner .voting-form-box .submit-wrapper input {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
    font-size: 10px;
    height: 28px;
    width: 100px;
    color: #727272;
}

.main-inner .voting-form-box .submit-wrapper input {
    line-height: 28px;
}

.main-inner .voting-form-box .title-question {
    color: #303030;
    font-weight: 500 !important;    
    font-family: 'Roboto', sans-serif;
}

.main-inner .voting-form-box .submit-wrapper {
   margin-bottom: 15px; 
}

.main-inner .g-topic-tiles-block {
    margin: 0 0 20px auto;    
}

.main-inner .g-secondary-content > div > section.g-topic-tiles-block{
	border-top: 4px solid #c40000;
}

.main-inner .promo-container-right-col {
   margin-top: 0;
   margin-bottom: 20px; 
}

.main-inner .mobrep-button {
    margin-bottom: 20px; 
}

.main-inner .promo-wrapper.inner {
    padding-top: 2px;
}

@media only screen and (min-width: 1208px) {
    .container.main-content,
    .new-inner .container.main-inner {
        width: 1208px;
        padding-left: 20px;
        padding-right: 20px;
    }
       
    .main-content .g-secondary-content,
    .main-inner .g-secondary-content {
        width: 320px;
    }

    .main-content .g-primary-content,
    .main-inner .g-primary-content {
        width: 835px;
    }

    .news-container .news-box {
       padding: 18px 20px 20px 20px; 
    }
}


@media only screen and (max-width: 768px) {
    .container.main-content,
    .new-inner .container.main-inner {
        width: 100%;
    }

    .main-content .g-primary-content,
    .main-inner .g-primary-content {
        width: 100% !important;
    }

    .news-container .news-box {
       padding: 18px 10px 20px 10px; 
       margin: 10px 0;
    }

    .news-container .news-box .news-time {
        font-size: 15px;
        line-height: 15px;
        padding-top: 3px;
    }


    .news-container .news-box .news-name {
        padding-left: 50px;
    }

    .main-inner #news-load-more {
        width: 100%;    
    }

    .main-inner .g-secondary-content,
    .main-inner .g-secondary-content {
        display: none;    
    }
}

@media only screen and (max-width: 1020px) and (min-width: 767px){
    .container.main-content,
    .new-inner .container.main-inner {
        width: 100%;
    }

    .main-content .g-primary-content,
    .main-inner .g-primary-content {
        width: 100% !important;
    }

    .main-content .g-secondary-content,
    .main-inner .g-secondary-content {
        display: none;    
    }

    .news-container .news-box {
       padding: 18px 20px 20px 20px; 
    }

    .news-container .news-box .news-name {
        font-size: 18px;
        line-height: 20px; 
    }

    .news-container .news-box .news-time {
        padding-top: 3px;
    }
}

@media only screen and (max-width: 1208px) and (min-width: 1019px){
    .container.main-content,
    .new-inner .container.main-inner {
        width: 992px;
    }

    .main-content .g-primary-content,
    .main-inner .g-primary-content {
        width: 100%;
    }
    
    .main-content .g-secondary-content,
    .main-inner .g-secondary-content {
        display: none;    
    }

    .news-container .news-box {
       padding: 18px 20px 20px 20px; 
    }

    .news-container .news-box .news-name {
        font-size: 18px;
        line-height: 20px; 
    }

    .news-container .news-box .news-time {
        padding-top: 3px;
    }
}

.main-content .ya-dir-horizont {
	margin-top: 20px;
    margin-bottom: 20px;
}

.main-content .promo-3-wrapper {
	margin-top: 20px;
}

.g-news-meta-info {
	margin-bottom: 30px;
}

/* */
/* live tv link */
.header-logo-mobile {
    display: none;
    float: left;
    padding-right: 8px;
    padding-left: 20px;
    background-color: #C40000;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.header-logo-mobile > img {
    margin-top: 8px;
}

.header-menu-livetv {
    display: none;
    height: 50px;
    line-height: 50px;
    position: relative;
    width: 100%;
}

.header-menu-livetv > div {
    float: right;
    margin-right: 18px;
}

.header-menu-livetv a {
    color: #F5F5F5;
    font-size: 0.875em;
}

.red-dot {
    height: 5px;
    width: 5px;
    background-color: #C40000;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}


.toggle-search > .header-menu-livetv {
    display:none;
}

.livetv-border {
    height: 30px;
    margin: 0;
    float: right;
    border-left: 1px solid #575858;
    display: inline-block;
    margin-left: 5px;
    margin-top: 10px;
}

@media (max-width: 260px){
    .header-logo-mobile {
        display: none;
    }
}


@media (max-width: 768px){
    .header-logo-mobile {
        display: block;
    }

    .header-logo {
        display: none;
    }

    .header-menu-container {
        margin-left: 65px;
        margin-right: 35px;
    }

    .header-logo-container {
        width: 65px;
    }

    #auth-btn {
        display:none;
    }

    .header-sign-container {
        width: 35px;
    }
}

@media (max-width: 992px) {
    .header-menu-livetv {
        display: block;
    }
}