@import "css/sticky.css";
@import "style_columns.css?1";
:root {
    --tech-color: #2E6EB5;
    --main-color: #a91c28;
}

body {
    padding: 0px;
    margin: 0px;
    color: #333;
    /* background:url(site-bg.png) repeat-x; */
    background-color: #ffffff !important;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    min-width: 980px;
}

h1 {
    font-family: "Roboto Slab", serif;
    font-weight: normal;
}

h2 {
    font-family: "Roboto Slab", serif;
    font-weight: normal;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: var(--tech-color, --main-color);
}

.content {
    width: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 1240px;
    /*1300px*/
    /*	min-width: 1239px;  */
    /* min-width: 970px; */
    padding: 0 0 0 15px;
}

.content.home {
    padding: 0 15px 0 15px;
}


/* .wrapper .content {
    float: unset;
} */

.wrapper_det .content {
    float: left;
}

article a:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}


/*
.wrapper {
        background:#000;
        width: 100%;
        position: relative;
        float: left;
        z-index: 0;	
}
*/


/**** ADS ***/

.add-300x600,
add300x250,
ban300x250premium {
    width: 100% !important;
}


/* NEWS more black info box */

#amoreinfo article {
    padding: 10px;
    overflow: hidden;
    width: calc(100% - 20px);
}

#amoreinfo article p {
    padding: 10px;
    color: white;
}

#amoreinfo article span {
    display: block;
    float: left;
    margin-right: 10px;
    height: 75px;
    width: 80px;
    overflow: hidden;
}


/********************************************************************/

#amoreinfo div:first-child article {
    height: 505px;
}

#amoreinfo div:first-child article span {
    width: 100%;
    height: 370px;
    overflow: hidden;
    margin-bottom: 10px;
}

#amoreinfo div:first-child article img {
    width: 625px;
}

#amoreinfo div:first-child article h1 {
    float: left;
    margin-top: 0px;
    width: 100%;
}

#amoreinfo div:first-child article time {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    opacity: 0.5;
    float: left;
    margin-right: 5px;
}

#amoreinfo div:first-child article h3 {
    margin-top: 1px;
    float: left;
}

#amoreinfo div:first-child article h3 a {
    background: rgba(255, 255, 255, 0.1);
    padding: 1px 10px;
}

#amoreinfo div:last-child article {
    height: 77px;
    margin-bottom: 10px;
}

#amoreinfo div:last-child article h1 {
    font-size: 16px;
}

#amoreinfo div:last-child article span a img {
    width: auto;
    height: 75px;
    margin-left: -23px;
}

#amoreinfo div:last-child article time {
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    opacity: 0.5;
    float: left;
    margin-right: 5px;
}

#amoreinfo div:last-child article h3 {
    margin-top: 1px;
}

#amoreinfo div:last-child article h3 a {
    background: rgba(255, 255, 255, 0.1);
    padding: 1px 10px;
}


/* exclusive */

.post .exclusive {
    margin-left: 15px;
    margin-top: 15px;
    width: calc(100% - 30px);
}

.exclusive {
    margin-left: 15px;
    margin-top: 15px;
    width: 100%;
    float: left;
}

.home .exclusive {
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
    float: left;
}


/* more news button */

.morenews,
#moreopinion {
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    background: #ccc;
    padding: 10px 0;
    float: left;
}

.morenews:hover,
#moreopinion:hover {
    color: #fff;
    background: var(--tech-color, --main-color);
}

.morenews:hover a,
#moreopinion:hover a {
    color: #fff;
    background: var(--tech-color, --main-color);
}

#moreopinion a {
    width: 100% !important;
    display: block !important;
    height: 100% !important;
}


/* AGREE TO Cookies bar */

.agree {
    position: relative;
    width: 100%;
    height: 20px;
    background: #fff;
    padding: 15px 0px;
    text-align: center !important;
}

#cookies-agreebar {
    position: relative;
    width: 100%;
    height: 20px;
    background: #fff;
    padding: 15px 0px;
    text-align: center !important;
}

#cookies-agreebar a {
    color: #B7062B;
    text-align: center !important;
}

#cookies-agreebar a.butt {
    color: #fff;
}

.comment_send,
.butt {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, var(--tech-color, --main-color)), color-stop(1, var(--tech-color, --main-color)));
    background: -moz-linear-gradient(center top, var(--tech-color, --main-color) 5%, var(--tech-color, --main-color) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=' var(--tech-color, --main-color)', endColorstr=' var(--tech-color, --main-color)');
    background-color: var(--tech-color, --main-color);
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 0px;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    padding: 4px;
    width: 150px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.comment_send:hover,
.butt:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #333));
    background: -moz-linear-gradient(center top, #333 5%, #333 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#333');
    background-color: #333;
}

.comment_send:active,
.butt:active {
    position: relative;
    top: 1px;
}

.button_box {
    margin-left: 10px;
}

.result_button {
    float: right;
    color: #9A0D19;
    margin-right: 5px;
    display: block;
    padding: 4px;
    width: 130px;
    text-align: center;
}

.voteMain h3 {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}


/* CHROME app  */

#chrome-bar-install {
    margin: 5px 0 5px 0;
    display: none;
    padding: 5px;
    height: 35px;
    clear: both;
    background: url('chromeext/chromegradient.png');
}

#chrome-bar-install a {
    display: block;
    width: 100%;
    line-height: 35px;
    text-align: center !important;
}

.fll {
    float: left !important;
}

.flr {
    float: right !important;
}

.tac {
    text-align: center !important;
}

.clb {
    clear: both;
}


/* PRELOAD 1*/

.preload {
    height: 200px !important;
    clear: both;
    padding-top: 100px;
    text-align: center;
}


/* RESIZE */

.resizetxtarea {
    height: 200px !important;
}


/* PAGING */

.paging {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    margin-top: 50px !important;
}

.paging a,
.paging a:link {
    padding: 4px 8px 4px 8px;
    margin: 2px !important;
    text-decoration: none;
    color: #ececec;
    background-color: #555;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.paging a:visited {
    padding: 4px 8px 4px 8px;
    margin: 2px !important;
    text-decoration: none;
    color: #ececec;
    background-color: #555;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.paging a:hover {
    color: #fff;
    background-color: #2a2a2a !important;
}

.paging a:active {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    text-decoration: none;
    color: #777;
    background-color: #2a2a2a;
}

.paging span {
    padding: 4px 8px 4px 8px;
}

.paging span.pages {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    color: #666;
    font-weight: bold;
}

.paging span.current {
    padding: 4px 8px 4px 8px;
    margin: 2px;
    font-weight: bold;
    color: #fff;
    background-color: var(--tech-color, --main-color);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.paging span.extend {
    padding: 4px 8px 4px 8px;
    color: #555;
    background-color: #ececec;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/* CALENDAR */

table.calendar {
    width: 100%;
}


/* ADS */

.zone-ads {
    background: #fff;
    width: 100%;
    text-align: center;
    margin: 0px;
    clear: both;
    float: left;
}

.zone-ads:first-child {
    margin: 0 0 0 0;
}

.post .zone-ads {
    background: #fff;
    margin: 15px 0 0 0;
}

.post .zone-ads-top,
.article-list .zone-ads-top {
    /* background: #fff; */
    width: 100%;
    text-align: center;
    overflow: hidden;
    float: left;
}


/* 300x600 */

.ads-60-l,
.ads-60-r {
    position: relative;
    text-align: center;
    height: 600px;
    background: #fff;
}

.post .ads-60-l,
.post .ads-60-r {
    height: auto;
}

.post .ads-60-r div {
    margin-bottom: 0px !important;
}

.ads-60-l::before,
.ads-60-r::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ads-60-l::before {
    -webkit-box-shadow: -15px 0px 30px 0px rgba(0, 0, 0, 0.15), 15px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -15px 0px 30px 0px rgba(0, 0, 0, 0.15), 15px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: -15px 0px 30px 0px rgba(0, 0, 0, 0.15), 15px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.ads-60-r::before {
    -webkit-box-shadow: 15px 0px 30px 0px rgba(0, 0, 0, 0.15), -15px 0px 30px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 15px 0px 30px 0px rgba(0, 0, 0, 0.15), -15px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 15px 0px 30px 0px rgba(0, 0, 0, 0.15), -15px 0px 30px 0px rgba(0, 0, 0, 0.05);
}


/* 300x250 */

.ads-25 {
    position: relative;
    text-align: center;
    height: 335px;
    /* padding-top: 20px; */
    background: #fff;
}

.ads-25::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px 50px 80px -90px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 50px 80px -90px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 50px 80px -90px rgba(0, 0, 0, 0.8);
}


/* 300x250 small */

.ads-25-1 {
    position: relative;
    text-align: center;
    height: 275px;
    padding-top: 20px;
    background: #fff;
}

.ads-25-1::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px 50px 80px -90px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 50px 80px -90px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 50px 80px -90px rgba(0, 0, 0, 0.8);
}

@media all and (max-width: 1300px) {
    .ads-60-l,
    .ads-60-r,
    .ads-25,
    .ads-25-1 {
        overflow: hidden;
    }
}


/* addocean-fix */

.addocean-fix {
    width: 100% !important;
}

.ads-60-l div,
.ads-60-r div {
    margin: auto;
}


/* Header Navigation */

.header-box {
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 0px;
    min-width: 990px;
}

.header-box::after {
    position: relative;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0px -10px 10px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -10px 10px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -10px 10px 10px rgba(0, 0, 0, 0.5);
}

header {
    height: 35px;
    background: var(--tech-color, --main-color);
}

.wrapper {
    position: relative;
    margin-top: 87px;
}

.wrapper_det {
    position: relative;
    max-width: 1000px;
    /* min-width: 990px; */
    margin: 87px auto 0px auto;
    z-index: 2
}

.wrapper_int_det {
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 315px;
    float: left;
}

.wrapper_list {
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 315px;
    float: left;
}

.main-nav {
    width: 0px;
    height: 0px;
}


/**/

header .navigation .select a {
    color: #333 !important;
}


/*  */

header .navigation li a:after {
    position: absolute;
    bottom: -4px;
    left: 45%;
    font-family: FontAwesome;
    font-size: 13px
}

header .navigation .select a::after {
    content: '\f0d8';
    color: var(--tech-color, --main-color);
}

.sport header .navigation .select a::after {
    content: '\f0d8';
    color: var(--tech-color, --main-color);
}

.zdrave header .navigation .select a::after {
    content: '\f0d8';
    color: #048487;
}

.lifestyle header .navigation .select a::after {
    content: '\f0d8';
    color: #951c55;
}

.over-top {
    height: 55px;
    background: #fff;
}

.over-top nav {
    overflow: hidden;
}

.over-top .navigation {
    margin-top: 0px;
    width: auto;
    padding-right: 15px;
    float: left;
    padding-left: 0px;
    background: none;
}

.over-top .navigation a {
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    color: var(--tech-color, --main-color);
    position: relative;
    font-size: 14px;
}

.over-top .navigation a:hover {
    color: #333;
    opacity: 1;
}

.over-top .fa-home {
    padding: 18px 10px 18px 9px;
    font-size: 18px !important;
    font-family: FontAwesome !important;
    font-weight: normal !important;
}

.over-top .fa-angle-right {
    padding: 18px 10px 18px 9px;
    font-size: 18px !important;
    font-family: FontAwesome !important;
    font-weight: normal !important;
}

.top-nav {
    list-style: none;
}

.top-nav ul {
    list-style: none;
    float: left;
    padding: 0px;
    margin: 20px 0 0 10px;
}

.top-nav ul li {
    float: left;
    padding: 0 10px;
}

.logo {
    display: block;
    float: left;
    background: url('../design/offnews-logo.png') no-repeat 0px 8px #fff;
    background-size: 230px auto;
    width: 233px;
    height: 55px;
    margin-top: 0px;
}

@media all and (max-width: 1350px) {
    .logo {
        margin-left: 15px;
    }
}


/**/

nav {
    max-width: 1240px;
    /*1300px*/
    min-width: 990px;
    margin: 0 auto;
    position: relative;
}


/**/

.right-navigation {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}

.right-navigation a {
    color: var(--tech-color, --main-color) !important;
    text-transform: uppercase;
    font: normal normal normal 14px/1 FontAwesome !important;
}

.right-navigation a:hover {
    color: #333;
}

.right-navigation form {
    right: 10px;
    float: left;
}

.right-navigation form input {
    margin-right: 0px;
    border-radius: 20px;
    border: 0px;
    height: 18px;
    padding: 2px 27px 5px 10px;
    width: 130px;
    color: #333;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.right-navigation form input:focus-visible {
    outline: none;
}

@media all and (max-width: 1100px) {
    .right-navigation form input {
        width: 60px;
    }
}

.right-navigation form .fa-search {
    color: var(--tech-color, --main-color);
    right: 72px;
    top: 20px;
    position: absolute;
    font-size: 16px;
}

.right-navigation a:nth-child(2) {
    border-left: 0px !important;
}

.right-navigation .fa-user-circle-o,
.right-navigation .fa-comments-o,
.right-navigation .search-nav {
    font-size: 21px !important;
    margin-right: 10px;
    padding-left: 15px;
    padding-bottom: 2px;
    margin-top: 0px;
}

.right-navigation .fa-user-circle-o:hover::before,
.right-navigation .fa-comments-o:hover::before {
    opacity: 0.8;
}

.right-navigation .fa-user-logged {
    padding-left: 15px;
    border-left: 1px solid #ebebeb;
}

.right-navigation .fa-user-logged img {
    border-radius: 13px;
    border: 1px solid white;
}

.right-navigation .fa-signed-out {
    font-size: 20px !important;
    line-height: 25px;
    border: 1px solid white;
}

@media all and (max-width: 1350px) {
    .left-navigation {
        margin-left: 15px;
    }
}

.navigation {
    position: relative;
    height: 55px;
    list-style: none;
    float: left;
    padding: 0px;
    margin: 0px 0 0 0px;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.navigation li {
    float: left;
    border-right: 1px solid #dddddd;
}

.navigation li:last-child {
    border-right: 0px;
}

.navigation li a {
    display: block;
    padding: 19px 10px 17px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.navigation li a:hover {
    opacity: 0.7;
}

.navigation li i {
    display: block;
    padding: 8px 10px 8px 10px;
}

.navigation li:nth-child(1) {
    margin-left: 10px;
}


/**/

.navigation-1 {
    margin-top: 2px !important;
    position: absolute !important;
    left: 270px;
    overflow: hidden;
    height: 40px;
    display: none;
}


/**/

.navigation-2 {
    float: none;
    height: 27px;
    width: auto;
    overflow: hidden;
}

.navigation-2 li {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.navigation-2 li a {
    display: block;
    padding: 5px 10px 5px 10px;
}

.navigation-2 li i {
    display: block;
    padding: 5px 10px 5px 10px;
}

.navigation-2 li:nth-child(2) {
    margin-left: 0px;
}


/**/

.second-nav {
    height: 27px;
    border-bottom: 5px solid #fff;
}


/**/

.more-box .more ul {
    /*width:100vmax;*/
    max-width: 1300px;
    text-align: right;
}

.more-box,
.more .fa {
    width: 80px;
    height: 22px;
}

.more-box {
    margin: -26px 15px 0 0;
    position: absolute;
    right: 0px;
    list-style: none;
    height: 25px;
    background: -moz-linear-gradient(right, rgba(46, 110, 181, 1) 0%, rgba(46, 110, 181, 0) 15%);
    background: -webkit-linear-gradient(right, rgba(46, 110, 181, 1) 0%, rgba(46, 110, 181, 0) 15%);
    background: linear-gradient(to left, rgba(46, 110, 181, 0.65) 15%, rgba(46, 110, 181, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.more {
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #fff;
}

.more ul {
    display: none;
    position: absolute;
    z-index: 2;
    background: #333;
    list-style: none;
    padding: 0px;
    right: -15px;
}

.more:hover ul {
    display: block;
    max-width: 1300px;
}

.more ul {
    padding: 10px 0;
}

.more ul li {
    float: left;
}

.more ul li a {
    padding: 5px 15px 5px 15px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
}

.more ul li a:hover {
    opacity: 0.8;
}

.more ul li:first-child {
    margin-left: 0px;
}

.more .fa {
    text-align: right;
    margin-top: 4px;
}


/* FOOTER */

.footer-wrapper {
    width: 100%;
    position: relative;
    background: #eee;
    float: left;
    padding: 15px 0;
    min-width: 990px;
    z-index: 1;
}

footer {
    max-width: 1260px;
    min-width: 990px;
    margin: 0 auto;
    position: relative;
}

footer a {
    font-size: 15px;
}

footer .footer-box {
    float: left;
    width: 16% !important;
    margin-left: 10px;
}

footer .footer-box:last-child {
    float: right;
    width: 20% !important;
    margin-right: 20px;
}

footer ul {
    list-style: none;
    margin: 0px;
}

footer ul li {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

footer .social ul li {
    width: auto !important;
    margin-left: 15px !important;
    float: right !important;
}

footer .social ul li a {
    font-size: 20px !important;
    background: none !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    opacity: 1 !important;
}

footer .social ul li a:hover {
    color: var(--tech-color, --main-color) !important;
}

footer .friends {
    border-top: 1px solid #a6a6a6;
    padding-top: 15px;
    color: #ccc;
    margin: 0 10px;
}

footer .friends a {
    display: block;
    border-right: 1px solid #ccc;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
}

footer .friends a:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.copyr {
    background: #555;
    color: #a6a6a6;
    font-size: 13px;
}

.footer-logo {
    display: block;
    float: left;
    background: url('../design/offnews-logo-footer.png') no-repeat -9px -6px;
    background-size: 186px auto;
    width: 100%;
    height: 35px;
}

.footer-logo-txt {
    font-size: 14px;
    float: left;
    margin-top: 5px;
}

.copyr-txt {
    margin-right: 155px;
    margin-left: 10px;
}

.pimdesign {
    position: absolute;
    right: 10px;
    top: 0px;
    display: block;
    width: 141px;
    height: 41px;
    background: url(pimdesign.gif) no-repeat 0 0;
    float: right;
}

.pimdesign:hover {
    background-position: 0 -41px;
}

@media all and (max-width: 1350px) {
    footer {}
    .pimdesign {
        right: 10px;
    }
}


/* h2 TITLES */

h2 {
/*    text-transform: uppercase;*/
}

.notitle-1 {
    padding-top: 25px;
}


/* title-1 */

.title-1 {
    display: block;
    width: auto;
    margin: 0 0 10px 0;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -0.02em;
    height: 19px;
}

.title-1 a {
    color: #333;
    margin-top: -4px;
    margin-left: 25px;
    display: block;
}

.title-1 a::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 20px;
    height: 18px;
    background: var(--tech-color, --main-color);
    margin: 5px 0 0 -25px;
}

.title-1 a::after {
    content: '';
    position: absolute;
    margin-left: 7px;
    height: 18px;
    width: 10%;
    margin-top: 5px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.title-1:hover a::before {
    /* background: #333; */
}

.title-1:hover a {
    color: var(--tech-color, --main-color);
}

.light a {
    font-weight: normal;
    font-size: 19px;
    line-height: 28px;
}

.light a:before {
    background: #ccc;
}


/* title-2 */

.title-2 {
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    margin: 0 0 -30px 0;
    padding: 3px 10px 3px 15px;
    font-size: 15px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.8)
}


/* title-3 */

.title-3 {
    display: block;
    margin: 0 0 5px 0;
    padding: 6px 0 6px 15px;
    font-size: 15px;
    font-weight: 600;
    background: #333;
    color: #fff;
}

.title-3 a {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.title-3 a:hover {
    opacity: 0.8;
}


/* title-4 */

.title-4 {
    display: block;
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 26px;
    font-weight: 600;
    height: 20px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.title-4:hover {
    background: -moz-linear-gradient(left, rgba(169, 28, 40, 0.95) 0%, rgba(169, 28, 40, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(169, 28, 40, 0.95) 0%, rgba(169, 28, 40, 0) 100%);
    background: linear-gradient(to right, rgba(169, 28, 40, 0.95) 0%, rgba(169, 28, 40, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6a91c28', endColorstr='#00a91c28', GradientType=1);
}

.title-4 a {
    color: #fff;
    margin: 0px;
    font-size: 15px;
}

.title-4 a:first-child {
    float: left;
    padding-left: 20px;
    width: 200px;
    height: 20px;
    background: var(--tech-color, --main-color);
    margin: 0px;
    line-height: 20px;
    font-size: 26px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.title-4 a:last-child {
    position: absolute;
    overflow: hidden;
    float: left;
    height: 20px;
    padding-left: 10px;
    line-height: 20px;
}


/* BLINK ME */

.blink_me {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    /* Decimal not necessary, 0 and 1 is enough */
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1.0;
    }
}


/* END BLINK ME */


/* title-5 */

.title-5 {
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    margin: 0 0 -30px 0;
    padding: 3px 10px 3px 15px;
    font-size: 15px;
    font-weight: 600;
    background: var(--tech-color, --main-color);
    color: #fff;
}


/* title-1-nav */

.title-1-nav {
    float: right;
    display: block;
    height: 18px;
    margin-bottom: 5px;
    margin-top: 1px;
    overflow: hidden;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.title-1-nav a {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 0px;
    padding: 1px 15px 1px 15px;
    height: 20px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--tech-color, --main-color);
    background: #fff;
    opacity: 0.9;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}

.title-1-nav a:hover {
    background: var(--tech-color, --main-color);
    color: #fff;
}

.title-1-nav a:first-child {
    margin-right: 20px;
}

.title-1-nav span {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 0px;
    padding: 1px 10px 1px 15px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #5A5A5A;
    background: none;
    opacity: 0.9;
    border-radius: 2px;
}


/* Sidebar Coffee  */

.sidebar_close,
.coffee-icons li img {
    filter: hue-rotate(330deg) contrast(1.7);
}


/* Anketa  */

.anketa_reply table {
    font-size: 14px;
}

.anketa_reply table .txt {
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    padding-top: 3px;
}

.anketa_reply table div {
    margin: 0px !important;
}

.anketa_tittle {
    font-weight: bold;
    margin: 20px 10px;
}

#voteRight table td {
    display: table-cell;
}

#voteButtons {
    margin-top: 20px;
    margin-bottom: 20px;
}

#voteButtons,
#voteButtons button {
    font-size: 14px;
    text-transform: uppercase;
}


/* ROW */

.row-1,
.row-2,
.row-3,
.row-4,
.row-4-1,

/*5*/

.row-1-2,

/*3*/

.row-2-1,

/*3*/

.row-1-1-1,

/*3*/

.row-111-1
/* 2 */

{
    float: left;
    margin: 15px 0;
    width: 100%;
}

.row-1 div {
    width: 100%;
    margin-right: 0px;
    float: left;
}

.row-2 div {
    width: 49.5%;
    margin-right: 1%;
    float: left;
    /* overflow: hidden; */
}

.row-3 div {
    width: 32.66%;
    margin-right: 1%;
    float: left;
}

.row-4 div {
    width: 24.25%;
    margin-right: 1%;
    float: left;
}

.row-4-1 div {
    width: 17.933%;
    margin-right: 1%;
    float: left;
}

.row-4-1 div:last-child {
    width: 24.25%;
    margin-right: 1%;
    float: left;
}

.row-1-2>div {
    width: 24.25%;
    margin-right: 1%;
    float: left;
}

.row-1-2>div:first-child {
    width: 49.5%;
}

.row-2-1 div {
    width: 24.25%;
    margin-right: 1%;
    float: left;
}

.row-2-1 div:last-child {
    width: 49.5%;
}

.row-1-1-1 div {
    width: 24.25%;
    margin-right: 1%;
    float: left;
}

.row-1-1-1 div:nth-child(2) {
    width: 49.5%;
}

.row-111-1>div {
    margin-right: 1%;
    float: left;
}

.row-111-1>div:first-child {
    width: 74.75%;
}

.row-111-1>div:nth-child(2) {
    width: 24.25%;
}

.row-1 div:last-child,
.row-2 div:last-child,
.row-3 div:last-child,
.row-4 div:last-child,
.row-4-1 div:last-child,

/*5*/

.row-1-2 div:last-child,

/*3*/

.row-2-1 div:last-child,

/*3*/

.row-1-1-1 div:last-child,

/*3*/

.row-111-1>div:last-child
/* 2 */

{
    margin-right: 0px !important;
}

.p70 div:first-child {
    width: 69.5% !important;
}

.p70 div:last-child {
    width: 29.5% !important;
}


/*
@media all and (max-width: 1300px) {
        .row-4 div { width:49.5% !important; margin-right:1%; float:left;}
        .row-4 div:nth-last-child(3) { width:49.5% !important; margin-right:0px;}
        .row-4 div:nth-last-child(3),
        .row-4 div:nth-last-child(4) { margin-bottom:10px;}
}
*/


/* GALLERY VIDEO .play-video*/

.play-video span::before {
    position: absolute !important;
    content: '' !important;
    height: 35px;
    width: 35px;
    background: url(play_video.png) no-repeat 0px 0px !important;
    background-size: 102% !important;
    margin: 7px 7px;
    display: block;
    border-radius: 0 50%;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.play-video a:hover span::before {
    background-color: var(--tech-color, --main-color) !important;
}


/* GALLERY PHOTO - .play-photo */

.play-photo span::before {
    position: absolute !important;
    content: '' !important;
    height: 35px;
    width: 35px;
    background: url(play_photo.png) no-repeat 0px 0px !important;
    background-size: 102% !important;
    margin: 7px 7px;
    display: block;
    border-radius: 0 50%;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.play-photo a:hover span::before {
    background-color: var(--tech-color, --main-color) !important;
}


/* Elements */


/* Margins */

.mt-20 {
    margin-top: -20px !important;
}

.mt-10 {
    margin-top: -10px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt23 {
    margin-top: 23px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb-10 {
    margin-bottom: -10px !important;
}

.mb10-a article {
    margin-bottom: 10px !important;
}

.mr15 {
    margin-right: 15px;
}

.pt0 {
    padding-top: 0px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.bold {
    font-weight: bold;
}

.fleft {
    float: left;
}


/* separator */

.separator {
    margin-bottom: 0px;
    margin-top: 2px;
}

.separator div:nth-child(1) {
    height: 6px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.separator div:nth-child(2) {
    height: 6px;
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}


/* Active category */

.activcat h3 {
    font-size: 12px !important;
    background: var(--tech-color, --main-color) !important;
    color: #fff !important;
    font-weight: bold !important;
}

.activcat article:hover h3 {
    color: #fff;
    background: #333 !important;
}


/* Active category 1 */

.activcat-1 h3 {
    font-size: 12px !important;
    background: #333 !important;
    color: #fff !important;
    font-weight: bold !important;
}

.activcat-1 article:hover h3 {
    color: #fff;
    background: var(--tech-color, --main-color) !important;
}


/* active readed */

.active {
    background: var(--tech-color, --main-color) !important;
    color: white !important;
}


/* Invert */

.invert article,
.invert-1 article:nth-child(1),
.invert-2 article:nth-child(2) {
    background: #5A5A5A;
}

.invert article:hover,
.invert-1 article:nth-child(1):hover,
.invert-2 article:nth-child(2):hover {
    background: #333;
}

.invert article h2 a,
.invert-1 article:nth-child(1) h2 a,
.invert-2 article:nth-child(2) h2 a {
    color: #fff;
}

.invert article h3 a,
.invert-2 article:nth-child(2) h3 a {
    color: #fff;
}

.invert-1 article:nth-child(1) h3 a {
    color: #333;
}

.invert article span,
.invert-1 article:nth-child(1) span,
.invert-2 article:nth-child(2) span {
    box-shadow: 0px 0px 150px 50px #000;
}


/* ROW-4 H1  max-width: 1300px */

@media all and (max-width: 1300px) {
    .row-4 .column-01 article h2 {
        font-size: 14px;
    }
    .row-4 .column-03 article h2 {
        font-size: 14px;
    }
    .row-4 .column-03 article:first-child h2 {
        font-size: 17px;
    }
    .row-4 .column-04 article h2 {
        font-size: 14px;
    }
    .row-4 .column-04 article:first-child h1 {
        font-size: 17px;
    }
    .row-4 .column-05 article h2 {
        font-size: 23px;
    }
    .row-4 .column-07 article h2 {
        font-size: 17px;
    }
}


/* HACKS */


/* Hack for .row-4 */


/* Index TOP-1 */

.top-1 div:nth-child(1) {
    width: 33.25%;
}

.top-1 div:nth-child(2) {
    width: 15.25%;
}

.top-1 div:nth-child(2) article h2 {
    font-size: 17px;
    line-height: 20px;
}

@media all and (max-width: 1300px) {
    .top-1 div:nth-child(2) article h2 {
        font-size: 15px;
        font-weight: normal;
    }
}


/* Index TOP-1 FOR .column-05 */

.top-1 div:nth-child(1) .column-05 article:first-child span {
    max-height: 345px;
}

.top-1 div:nth-child(1) .column-05 article:first-child img {
    width: auto;
    height: 100%;
}


/* Index TOP-1 FOR .column-06 */

.top-1 .column-06 article h3 {
    margin: -51px 0 3px 0px;
    background: rgba(255, 255, 255, 0.7);
}

.top-1 .column-06 article h3:hover {
    background: rgba(255, 255, 255, 0.8);
}


/* Hack for .row-1-2 + C11 */


/* Index TOP-1 */

.top-2 .column-11 article span {
    height: 425px !important;
    border-top: 15px solid #333 !important;
    border-bottom: 15px solid #333 !important;
    text-align: center;
    background: #333;
}

.top-2 .column-11 article a:hover span {
    border-bottom: 15px solid #5A5A5A !important;
}


/* Hack for column-04 height */

.height88 article {
    height: 88px;
}

.height88 article:last-child {
    height: 89px;
}


/* Overflow hidden */

.oh-hide {
    overflow: hidden;
}


/* article-list */

.article-list .content {
    /* min-width: 900px;
    width: 900px !important; */
}

.article-list .content article {
    display: block;
    height: 110px;
    position: relative;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 12px;
    overflow: hidden;
}

.article-list .content article time {
    display: block;
    background: #000;
    color: #fff;
    padding: 1px 3px;
    font-size: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.article-list .content article img {
    width: auto;
    height: 110px;
    margin-left: -28px;
}

.article-list .content article span {
    display: block;
    float: left;
    width: 110px;
    overflow: hidden;
    margin-right: 1%;
}

.article-list .content article h1 {
    margin: 15px 10px 10px 120px;
    font-weight: 400;
    font-size: 19px;
    height: 75px;
    overflow: hidden;
}

.article-list .content h3 a:hover {
    color: var(--tech-color, --main-color);
}

.article-list .content h3 {
    font-weight: normal;
    margin: 7px 0 -10px 120px;
    display: block;
    font-size: 10px;
}

.article-list .content h3 a {
    visibility: visible;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 5px;
    color: #000;
}

.article-list .content article:hover h3 a {
    visibility: visible;
}

.article-list .content article:hover h3::after {
    font-family: FontAwesome;
    content: "\f0da";
    margin-left: 3px;
    opacity: 0.5;
}

.article-list .content article:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}


/* ANKETA */

.anketa {
    position: relative;
}

.anketa div {
    height: 250px;
    background-repeat: no-repeat;
    background-position: center top;
}

.anketa div:after {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.anketa div a {}

.anketa h4 {
    position: relative;
    z-index: 1;
    margin: 0px 30px;
    font-family: "Roboto Slab", serif;
    font-size: 37px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    height: 100px;
    padding-top: 67px;
}

.anketa h5 {
    position: absolute;
    left: 50%;
    z-index: 2;
    margin: 10px 22px 14px -60px;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    width: 100px;
    text-align: center;
    background: #333;
    padding: 8px 10px 10px 10px;
}

.anketa h5:hover {
    background: var(--tech-color, --main-color);
}

.anketa h5 a {
    color: #fff;
}

.anketa h6 {
    position: absolute;
    z-index: 2;
    left: 50%;
    width: 250px;
    margin: 0 0 0 -125px;
    text-align: center;
    bottom: 25px;
}

.anketa h6 a {
    display: block;
    margin: 10px;
    float: left;
    width: 90px;
    font-size: 15px;
    background: rgba(100, 100, 100, 0.2);
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.anketa h6 a:last-child {
    float: right;
}

.anketa h6 a:hover {
    background: var(--tech-color, --main-color);
    color: #fff;
    border: 0px;
}


/* SITE LIST */

.site-list {}

.site-list div {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
}

.site-list span {
    float: left;
}

.site-list a {
    display: block;
    float: left;
    margin-top: 2px;
    margin-left: 20px;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 20px;
}


/* CATEGORIES POPUP */

.cats ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0px;
}

.cats ul li {
    list-style: none;
    float: left;
    width: 25%;
}

.cats ul li ul {
    margin-top: 10px;
}

.cats ul li ul li {
    width: 100%;
    height: 25px;
    margin-bottom: 0px !important;
}

.cats ul li a {
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.cats ul li ul li a {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 15px;
    display: block;
    width: 100%;
}


/* Author Navigation */

.authors-nav article {
    height: 49px;
    overflow: hidden;
}

.authors-nav article h3,
.authors-nav article time {
    display: none;
}

.authors-nav article h1 {
    margin: 3px 10px 3px 100px !important;
}

.authors-nav article h1 b:first-child {
    display: block;
    font-weight: normal;
    color: #5A5A5A;
}

.authors-nav article h1 b:last-child {
    display: block;
    font-size: 18px;
    margin-top: -6px;
}

.authors-nav article a:hover b {
    color: var(--tech-color, --main-color);
}

.authors-nav article span {
    width: 85px;
    display: block !important;
}

.authors-nav article img {
    width: auto;
    height: 60px;
    margin-left: 0;
}

.post .content {
    /* max-width: 900px;
    min-width: 900px; */
}

.post .content-top {
    /* 
    width: 100%;
    float: left; 
    min-width: 990px;
    */
    max-width: 50rem;
    padding-bottom: 20px;
    overflow: hidden;
}

.white {
    background: #fff;
}

.white-back {
    /* background: url(white-back.gif) repeat-y center; */
}

.post .art-wrap {
    position: relative;
    /* float: left; */
    clear: both;
}

.post .art-title {
    width: calc(100% - 15px);
}

.post .art-title h1 {
    font-weight: bold;
    font-size: 37px;
    margin: 0px 0 10px 0;
    line-height: 46px;
}

.post .art-title h2 {
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
    margin: 0 0 25px 0;
}

.post .art-title h2.eubaris {
    background: url(other/eu/eu-top.jpg) no-repeat center;
    height: 120px
}

.post .art-title h2.curling {
    background: url(other/curling/top.jpg) no-repeat center;
    height: 120px
}

.post .art-title h3 {
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    margin: 0 0 20px 0;
    float: left;
}

.post .art-title h4 {
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    margin: -28px 0 0 0;
    padding: 5px 20px;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    z-index: 2
}


/**/

.post .art-title h3 span {
    display: inline;
    margin-right: 0;
    position: none;
}

.post .art-title span {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.post .art-title span div {
    background: no-repeat;
    background-position: center center;
    background-size: 110% auto;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    /*opacity: 0.5;*/
}

.post .art-title span img {
    object-fit: cover;
    width: 100%;
    margin-bottom: -5px;
    min-height: 226px;
}

.post .art-title span iframe {
    width: 100%;
    min-height: 480px;
}


/**/

.post .social {
    width: 120px;
    padding: 0px;
    position: absolute;
    top: 0;
    right: 0px;
}

.post .social a {
    font-size: 25px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: rgba(165, 165, 165, 0.6);
    margin-bottom: 15px;
    opacity: 0.5;
}

.post .social a:hover {
    opacity: 1;
    color: #fff;
    border-color: #ccc;
}

.post .social-1 {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.post .social-1 a {
    width: 60px;
    margin-right: 15px;
    margin-bottom: 0px;
    font-size: 25px;
    float: left;
    display: block;
    text-align: center;
    padding: 6px 0 8px 0;
    ;
    background: rgba(165, 165, 165, 0.6);
    opacity: 0.5;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.post .social-1 a:last-child {
    margin-right: 0px;
}

.share-this {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: -2px;
    color: #999;
}


/* All News Button */

.post .allnews,
.wrapper_list .allnews {
    width: calc(100% - 10px);
    margin: 0px 0 30px 0;
}

.post .allnews:hover,
.wrapper_list .allnews:hover {
    color: #ffffff;
}


/* FB Like */

.post .fb-like {
    float: left;
    margin-right: 15px;
    width: 105px;
    height: 60px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}


/**/

.post .white h2 {
    /* opacity: 0.8; */
}

.post .dark {
    position: relative;
}

.post .dark::after {
    position: absolute;
    z-index: -2;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #191919;
}

.post .dark h1 {
    color: #fff;
}

.post .dark h2 {
    color: #ccc;
}

.post .dark h3 {
    color: #ccc;
}

.post .art-title h3 a {
    color: #fff;
    background: var(--tech-color, --main-color);
    padding: 0 20px;
    margin-right: 10px;
}

.post .art-title h3 a:hover {
    color: #fff;
    background: #333;
}

.post .dark h3 a:hover {
    color: var(--tech-color, --main-color);
    background: #fff;
}

.post .content-top img {
    width: auto;
    position: relative;
    z-index: 1;
}

.post .breadcrumbs {
    float: left;
    width: 100%;
}

.post .breadcrumbs ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.post .breadcrumbs ul li {
    display: block;
    float: left;
    margin-right: 5px;
}

.post .breadcrumbs ul li:first-child {
    margin-right: 0px;
}

.post .breadcrumbs ul li::before {
    content: '\203A';
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 24px;
    margin-top: -6px;
    opacity: 0.5;
}

.post .breadcrumbs ul li:first-child::before {
    content: '';
}

.post .breadcrumbs a {
    text-transform: uppercase;
    font-size: 13px;
}

.post .dark .breadcrumbs {
    color: #fff;
}

.post .dark .breadcrumbs a {
    color: #fff;
    opacity: 0.8;
}

.post .dark .breadcrumbs a:hover {
    opacity: 1;
}

.post .left {
    margin: 0 315px 0 0;
    min-height: 330px;
}

.post .left-int {
    max-width: 580px;
    font-size: 17px;
    line-height: 28px;
    background: #fff;
    /* padding: 15px 20px; */
    float: left;
    /* min-height: 600px; */
}

.post .left-int p {
    margin: 0 0 20px 0;
}


/* .post .left-int img {
    margin: 0 10px 10px 0;
} */

.post .left-int p img {
    cursor: pointer;
    width: 100%;
    height: auto;
}

.post .left-int a {
    color: var(--tech-color, --main-color);
}

.post .left-int a:hover {
    color: #000;
}


/*
.post .left-int .ads-25-1 { float:left; padding: 0px; margin-right: 15px; height:250px;}
*/

.post .left-int .box-in-text {
    float: left;
    padding: 0px;
    margin-right: 15px;
    width: 300px;
    margin-left: -150px;
    border: 15px solid #fff;
}

@media all and (max-width: 1200px) {
    .post .left-int .box-in-text {
        margin-left: 0px;
        border: 0px;
    }
}


/* Video */

.post .left-int iframe {
    width: 100%;
}


/**/

.post .tags {
    padding-top: 0px;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 20px;
}

.post .tags a {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.03em;
}

.post .tags a::after {
    content: '|';
    color: #A5A5A5;
    margin: 0 5px;
}

.post .tags a:last-child::after {
    content: '';
}

.post .right,
.wrapper_list .right {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100%
}

.post .right div,
.wrapper_list .right div {
    float: left;
    margin-bottom: 15px;
}

.post .right-column,
.wrapper_list .right {
    /* right: 15px; */
    position: relative;
    margin-top: 15px;
}


/* hacks */

.post .row-2 div {
    width: 49%;
    margin-right: 2%;
}

.post .column-02 article:first-child h1,
.post .right .column-02 article:first-child h1 {
    font-weight: normal;
    font-size: 15px;
}

.post .column-02 article:first-child h1 {
    margin: 10px 15px 10px 15px;
}

.post .column-02 article h3 {
    display: none;
}


/**/

.box-in-text {
    background: #fff;
}

.post .left-int .box-in-text a {
    color: #333;
}

.post .left-int .box-in-text a:hover {
    color: var(--tech-color, --main-color);
}

.post .left-int .box-in-text .column-02 {
    line-height: 18px;
}

.post .left-int .box-in-text .column-02 article img {
    width: auto;
}

.post .left-int .box-in-text .column-02 article:first-child img {
    width: 100%;
}

.post .left-int .box-in-text .title-2 {
    padding: 0px 10px 0px 15px;
    margin: 0px 0 -28px 0;
}

.post .column-01 h3,
.post .left-int .box-in-text .column-02 h3 {
    display: none;
}


/**/

.post .first-gallery-wrap {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
}

.post .gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    height: 87px;
    overflow: hidden;
}

.post .gallery li {
    position: relative;
    width: 18.68%;
    height: 87px;
    overflow: hidden;
    float: left;
    margin-right: 1.53%;
    margin-bottom: 10px;
    display: block;
}

.post .gallery li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
}

.post .gallery li img {
    filter: grayscale(1);
    opacity: 0.6;
    transition: 0.2s ease-in-out;
}

.post .gallery li:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.post .left-int .first-gallery-wrap>img {
    width: 100%;
    cursor: pointer;
}

.post .left-int .first-gallery-wrap {
    margin-bottom: 20px;
}


/*  */

.post .view_full_gallery {
    position: absolute;
    height: 87px;
    width: 18.5%;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background: #e5e5e5;
    line-height: 87px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #b4b4b4;
    user-select: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.post .view_full_gallery:hover {
    color: #333;
}


/* image-text */

.post .image-text {
    display: block;
    text-align: left !important;
    padding: 5px 20px 0 20px;
    width: 98%;
    color: #333;
    margin-top: 0px;
    font-size: 13px;
}

.post .dark .image-text {
    color: #ccc;
    margin-top: 20px;
    font-size: 13px;
}


/* dark-img */

.post .dark-img {
    background: #333;
    padding: 20px 20px;
    margin-left: -20px;
}

.post .dark-img .social {
    width: 120px;
    padding: 0px;
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: 20px;
    margin-right: 20px;
}

.post .dark-img .image-text {
    color: #ccc;
    margin-top: 20px;
    font-size: 13px;
}


/**/

.post #newsrec1 .art-wrap {
    padding-right: 15px;
}

.comment-wrap {
    width: calc(100% - 15px);
}

.comment-box {
    background: #fff;
}

.comment {
    width: calc(100% - 40px) !important;
    padding: 15px 20px 20px 20px;
    position: relative;
    min-height: 125px;
}

.comment .avatar {
    float: left;
    width: 65px;
}

.comment .text {
    max-width: 465px;
    float: left;
    position: relative;
    line-height: 22px;
    position: relative;
    margin-left: 15px;
    margin-top: 15px;
}

.comment .avatar img {
    width: 55px;
    height: 55px;
    border: 3px solid #ccc;
    border-radius: 3px;
}

.comment .avatar p {
    font-size: 12px;
    color: #a5a5a5;
    margin: 0px;
    width: 62px;
}

.comment .info {
    margin-bottom: 10px;
    margin-left: 15px;
    width: calc(100% - 270px);
}

.comment .info a {
    color: var(--tech-color, --main-color);
    position: relative;
    z-index: 1;
}

.comment .info a:hover {
    color: #333;
}

.comment .info p {
    font-size: 11px;
    color: #a5a5a5;
    margin: 0px;
}

.comment .info .name {
    font-family: "Roboto Slab", serif;
}

.comment .vote {
    position: absolute;
    top: 27px;
    right: 20px;
}

.comment .vote div {
    float: right;
    width: auto;
}

.comment .vote div:first-child {
    margin-left: 20px;
}

.comment .vote .vote-up a {
    color: #34B300;
}

.comment .vote .vote-down a {
    color: var(--tech-color, --main-color);
}

.comment .vote .vote-up a:hover,
.comment .vote .vote-down a:hover {
    color: #333;
}


/**/

.comment .avatar .warning {
    font-size: 11px;
    margin-top: 7px;
    visibility: hidden;
    opacity: 0.4;
    text-align: center;
    width: 62px;
}

.comment:hover .avatar .warning {
    visibility: visible;
}

.comment .avatar .warning:hover {
    opacity: 1;
}


/**/

.input-box {
    min-height: 100px;
    background: rgba(125, 125, 125, 0.1);
    margin-bottom: 20px;
}

.input-box .text {
    margin-top: 0px;
    margin-left: 0px;
}

.input-box a {
    color: var(--tech-color, --main-color);
}

.input-box a:hover {
    text-decoration: underline;
}

.input-box textarea {
    width: 98%;
    padding: 1%;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    height: 16px;
}

.input-box .comment {
    float: none;
}

.input-box .avatar img {}

.input-box .comment {
    min-height: auto;
}


/**/

.comment .numbers {
    position: absolute;
    bottom: 20px;
    text-align: center;
    font-size: 20px !important;
    width: 62px;
    height: 15px;
    overflow: hidden;
    line-height: 14px;
    font-weight: 600;
    color: #ebebeb !important;
}

.sport {
    color: #ddd;
    /* background: url(sitebg-black.gif); */
    background-color: #111 !important;
    font-weight: normal;
}

.sport article {
    background: #333;
}

.sport article:hover {
    background: #5A5A5A;
}

.sport a {
    color: #ddd;
}

.sport a:hover {
    color: #fff;
}

.sport #cookies-agreebar {
    color: black;
}

.sport #chrome-bar-install a {
    color: black;
}


/**/

.sport.post .left-int a {}

.sport.post .left-int a:hover {
    color: #ddd;
}

.sport.post .social-1 a {
    border: 1px solid #111;
}


/*  */

.sport.post .invert article h1 a,
.sport.post .invert-1 article:nth-child(1) h1 a,
.sport.post .invert-2 article:nth-child(2) h1 a {
    color: #ddd;
}

.sport.post .invert article h1 a:hover,
.sport.post .invert-1 article:nth-child(1) h1 a:hover,
.sport.post .invert-2 article:nth-child(2) h1 a:hover {
    color: #fff;
}


/**/

.sport .top-sport>div:first-child,
.sport .top-sport>div:last-child::before {
    box-shadow: 200px 0px 150px 0px rgba(255, 255, 255, 0.55), -200px 0px 150px 0px rgba(255, 255, 255, 0.55);
}


/**/

.sport .zone-ads,
.sport .ads-60-l,
.sport .ads-60-r,
.sport .ads-25,
.sport .ads-25-1 {
    background: #111;
}

.sport .ads-60-r {
    overflow: hidden;
}

.sport .column-05 article time,
.sport .column-06 article time {
    background: #000;
    color: #eee;
}

.sport .column-01 article a:hover time,
.sport .column-02 article a:hover time,
.sport .column-02-a article a:hover time,
.sport .column-03 article a:hover time,
.sport .column-07 article a:hover time,
.sport .column-09 article a:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

.sport .column-05 article a:hover img,
.sport .column-06 article a:hover img {
    -webkit-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
}

.sport .column-05 article a:hover h2,
.sport .column-06 article a:hover h2 {
    color: #eee;
}

.sport .column-05 article h3,
.sport .column-06 article h3 {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

.sport .column-01 article h3 a,
.sport .column-02 article h3 a {
    color: #fff;
}

.sport .column-02 article:first-child h3 a,
.sport .column-12 article h3 a {
    color: #333;
}

.sport .column-02 article:first-child h2 a,
.sport .column-12 article h2 a {
    color: #ddd;
}

.sport .column-02 article:first-child h2 a:hover,
.sport .column-12 article h2 a:hover {
    color: #fff;
}

.sport .column-12 article h3:hover {
    background: rgba(255, 255, 255, 0.9);
}

.sport .column-05 article span,
.sport .column-06 article span {
    border-top: 15px solid #000;
}

.sport .column-05 article a:hover span,
.sport .column-06 article a:hover span {
    border-top: 15px solid #333;
    -webkit-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 175px 120px rgba(0, 0, 0, 0.8);
}

.sport .column-06 article h2 a:hover {
    color: #fff;
}

.sport .column-06 article:hover time {
    background: var(--tech-color, --main-color);
}

.sport .column-05 article a:hover time,
.sport .column-06 article a:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

.sport .column-04-a article:nth-child(2) a,
.sport .column-04 article:nth-child(1) a,
.sport .column-05 article a,
.sport .column-06 article a {
    color: #eee;
}

.sport .column-05 article::before,
.sport .column-06 article::before {
    background: #000;
}

.sport .column-16 article {
    background: none;
}

.sport .column-16 article h3 a::before {
    filter: invert();
}


/**/

.sport .title-2 {
    background: #333;
}

.sport .title-1-nav a {
    background: #333;
}

.sport .title-1-nav a:hover {
    background: #5A5A5A;
}

.sport .title-1:hover a::before {
    background: #5A5A5A;
}

.sport .title-1 a::after {
    content: '';
    position: absolute;
    margin-left: 7px;
    height: 18px;
    width: 10%;
    margin-top: 5px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.sport .separator div:nth-child(1) {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.sport .separator div:nth-child(2) {
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.sport .title-1-nav {
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.sport .title-1-nav span {
    color: #ddd;
}

.sport .column-01 article {
    background: #5A5A5A;
}


/**/

.sport .invert article span,
.sport .invert-1 article:nth-child(1) span,
.sport .invert-2 article:nth-child(2) span {
    box-shadow: none !important;
}

.sport .invert article,
.sport .invert-1 article:nth-child(1),
.sport .invert-2 article:nth-child(2) {
    background: #5A5A5A;
}

.sport .invert article:hover,
.sport .invert-1 article:nth-child(1):hover,
.sport .invert-2 article:nth-child(2):hover {
    background: #5A5A5A;
}

.sport .invert article h1,
.sport .invert-1 article:nth-child(1) h1,
.sport .invert-2 article:nth-child(2) h1 {
    color: #ddd;
}

.sport .invert article:hover h1,
.sport .invert-1 article:nth-child(1):hover h1,
.sport .invert-2 article:nth-child(2):hover h1 {
    color: #fff;
}


/**/

.sport .column-12 article:first-child span {
    border-top: 15px solid #333;
    border-bottom: 15px solid #333;
}

.sport .column-12 article:first-child:hover span {
    border-top: 15px solid #5A5A5A;
    border-bottom: 15px solid #5A5A5A;
}


/**/

.sport .morenews {
    background: var(--tech-color, --main-color);
}

.sport .morenews:hover {
    background: #333;
}


/**/

.sport .footer-wrapper {
    background: #333;
}


/* ---- */

.sport.post .white {
    background: #111;
}

.sport.post .left-int {
    background: #111;
}

.lifestyle .logo {
    filter: hue-rotate(330deg);
}

.lifestyle .over-top {
    background: #fff;
}

.lifestyle .over-top .navigation a {
    color: #951c55;
}

.lifestyle .over-top .navigation a:hover {
    color: #333;
}

.lifestyle header {
    background: #951c55;
}

.lifestyle .more-box {
    background: none;
}

.lifestyle .right-navigation a {
    color: #951c55 !important;
}


/*  */

.lifestyle.post .art-title h1 {
    color: #003d61;
}

.lifestyle.post .art-title h3 a {
    background: #951c55;
}


/**/

.lifestyle article h1 a {
    color: #003d61;
}

.lifestyle article:hover h1 a {
    color: #951c55;
}

.lifestyle article time {
    background: #003d61;
    color: #fff;
}

.lifestyle article:hover time {
    background: #951c55;
    color: #fff;
}

.lifestyle .column-06 article::after {
    -webkit-filter: opacity(10%);
    -moz-filter: opacity(10%);
    -o-filter: opacity(10%);
    -ms-filter: opacity(10%);
    filter: opacity(10%);
}

.lifestyle .column-06 article {
    background: #fff;
}

.lifestyle .column-12 article span::before,
.lifestyle .column-13 article span::before {
    background: none;
}

.lifestyle .column-12 article span,
.lifestyle .column-13 article span {
    border-top: 15px solid #951c55;
    border-bottom: 15px solid #951c55;
}

.lifestyle .column-12 article:hover span,
.lifestyle .column-13 article:hover span {
    border-top: 15px solid #951c55;
    border-bottom: 15px solid #ca8daa;
}

.lifestyle .column-12 article:hover h1 a,
.lifestyle .column-13 article:hover h1 a {
    color: #fff;
}

.lifestyle .column-12 article:hover time,
.lifestyle .column-13 article:hover time {
    background: #951c55;
}

.lifestyle .column-12 article:hover h1,
.lifestyle .column-13 article:hover h1 {
    border-left: 15px solid #951c55;
}

.lifestyle .column-12 article h3:hover,
.lifestyle .column-12 article h3:hover {
    background: rgba(255, 255, 255, 0.9);
}


/**/

.lifestyle .title-1 a {
    color: #005689;
}

.lifestyle .title-1 a::before {
    background: #951c55;
}

.lifestyle .title-1 a::after {
    background: -moz-linear-gradient(left, rgba(149, 28, 85, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(149, 28, 85, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(149, 28, 85, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}


/**/

.lifestyle .separator div:nth-child(1) {
    background: -moz-linear-gradient(left, rgba(149, 28, 85, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(149, 28, 85, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(149, 28, 85, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.lifestyle .separator div:nth-child(2) {
    background: -moz-linear-gradient(right, rgba(149, 28, 85, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(149, 28, 85, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(149, 28, 85, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}


/**/

.lifestyle .column-06 article::after,
.lifestyle .column-06 article::before {
    display: none;
}

.lifestyle .column-06 article span {
    border-color: #951c55;
}

.lifestyle .column-06 article:hover span {
    border-color: #e2a8c4;
}

.lifestyle .column-06 article:nth-child(2) h3 {
    background: rgba(204, 204, 204, 0.5);
}

.lifestyle .column-06 article:nth-child(2) h3:hover {
    background: rgba(204, 204, 204, 0.7);
}


/**/

.lifestyle .invert article time,
.lifestyle .invert-1 article:nth-child(1) time,
.lifestyle .invert-2 article:nth-child(2) time {
    background: #fff;
    color: #000;
}

.lifestyle .invert article span,
.lifestyle .invert-1 article:nth-child(1) span,
.lifestyle .invert-2 article:nth-child(2) span {
    box-shadow: none !important;
    border-color: #951c55;
}

.lifestyle .invert article,
.lifestyle .invert-1 article:nth-child(1),
.lifestyle .invert-2 article:nth-child(2) {
    background: #951c55;
    border-color: #951c55;
}

.lifestyle .invert article:hover,
.lifestyle .invert-1 article:nth-child(1):hover,
.lifestyle .invert-2 article:nth-child(2):hover {
    background: #ca8daa;
}

.lifestyle .invert article h2 a,
.lifestyle .invert-1 article:nth-child(1) h2 a,
.lifestyle .invert-2 article:nth-child(2) h2 a {
    color: #fff;
}

.lifestyle .invert article:hover h2,
.lifestyle .invert-1 article:nth-child(1):hover h2 a,
.lifestyle .invert-2 article:nth-child(2):hover h2 a {
    color: #fff;
}

.lifestyle .invert article h2 a:hover {
    color: #fff;
}


/**/

.lifestyle .title-1-nav a {
    background: #951c55;
    color: #fff;
}

.lifestyle .title-1-nav a:hover {
    background: #fff;
    color: #951c55
}

.lifestyle .title-1-nav span {
    color: #951c55;
}

.lifestyle .title-1-nav {
    background: -moz-linear-gradient(right, rgba(149, 28, 85, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(149, 28, 85, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, rgba(149, 28, 85, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}


/*  */

.lifestyle .morenews:hover,
#moreopinion:hover {
    background: #951c55;
}


/*  */

.lifestyle .sidebar_close,
.lifestyle .coffee-icons li img {
    filter: hue-rotate(290deg);
}


/*  */

.lifestyle .NewReadedTabs .tabs {
    border-bottom: 1px solid #951c55 !important;
}

.lifestyle .NewReadedTabs .active {
    background: #951c55 !important;
}

.lifestyle .car-wrapdots .act-num {
    color: #951c55;
}

.lifestyle .car-wrapdots span svg {
    fill: #951c55;
}

.lifestyle .car-wrapdots span svg:hover {
    opacity: 0.9;
}


/*  */

.lifestyle .comment_send,
.lifestyle .butt {
    background: #951c55;
}

.lifestyle .comment_send:hover,
.lifestyle .butt:hover {
    opacity: 0.9;
}


/* ********************************************************************* */


/* ******************************************************************* */


/* ******************************************************************* */


/* ******************************************************************* */


/* ******************************************************************* */


/* ******************************************************************* */


/* ZDRAVE */

.zdrave a:hover {
    color: #059396;
}

.zdrave .logo {
    filter: hue-rotate(185deg) brightness(1.5);
}

.zdrave .over-top {
    background: #fff;
}

.zdrave header {
    background: #059396;
}

.zdrave .more-box {
    background: none;
}

.zdrave .over-top .navigation a {
    color: #059396;
}

.zdrave .over-top .navigation a:hover {
    color: #333;
}

.zdrave .navigation li a:hover {
    color: #fff;
}

.zdrave .right-navigation a {
    color: #059396 !important;
}

.zdrave article h2 a:hover {
    color: #059396;
}

.zdrave .title-1 a::before {
    background: #059396;
}

.zdrave .title-1 a {
    color: #059396;
}

.zdrave .title-1 a::after {
    background: -moz-linear-gradient(left, rgba(5, 147, 150, 0.15) 0%, rgba(5, 147, 150, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(5, 147, 150, 0.15) 0%, rgba(5, 147, 150, 0) 100%);
    background: linear-gradient(to right, rgba(5, 147, 150, 0.15) 0%, rgba(5, 147, 150, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.zdrave .title-1-nav {
    background: -moz-linear-gradient(right, rgba(5, 147, 150, 0.15) 0%, rgba(5, 147, 150, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(5, 147, 150, 0.15) 0%, rgba(5, 147, 150, 0) 100%);
    background: linear-gradient(to left, rgba(5, 147, 150, 0.15) 0%, rgba(5, 147, 150, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.zdrave .title-1-nav span {
    color: #059396;
}

.zdrave .title-1-nav a {
    background: #059396;
    color: #fff;
}

.zdrave .title-1-nav a:hover {
    background: #fff;
    color: #059396;
}


/*  */

.zdrave .separator div:nth-child(1) {
    background: -moz-linear-gradient(left, rgba(5, 147, 150, 0.45) 0%, rgba(5, 147, 150, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(5, 147, 150, 0.45) 0%, rgba(5, 147, 150, 0) 100%);
    background: linear-gradient(to right, rgba(5, 147, 150, 0.45) 0%, rgba(5, 147, 150, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.zdrave .separator div:nth-child(2) {
    background: -moz-linear-gradient(right, rgba(5, 147, 150, 0.45) 0%, rgba(5, 147, 150, 0) 100%);
    background: -webkit-linear-gradient(right, rgba(5, 147, 150, 0.45) 0%, rgba(5, 147, 150, 0) 100%);
    background: linear-gradient(to left, rgba(5, 147, 150, 0.45) 0%, rgba(5, 147, 150, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}


/*  */

.zdrave .invert article h2 a:hover,
.zdrave .invert-1 article:nth-child(1) h2 a:hover,
.zdrave .invert-2 article:nth-child(2) h2 a:hover {
    color: #059396;
}


/*  */

.zdrave .column-01 article time {
    background: #059396;
}

.zdrave .column-01 h3 a:hover {
    color: #059396;
}


/*  */

.zdrave .column-02 article time {
    background: #059396;
}

.zdrave .column-02 article h1 a:hover {
    color: #003510 !important;
}


/*  */

.zdrave .column-05 article:first-child:hover time {
    background: #059396;
}

.zdrave .column-05 article:first-child:hover span {
    border-top: 15px solid #059396;
}

.zdrave .column-05 article:first-child h2 a {
    opacity: 0.9;
    color: #fff;
}

.zdrave .column-05 article:first-child::after {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background-image: url('../design/article-bg.jpg');
    background-size: 110% 110%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    filter: sepia(100) hue-rotate(135deg) saturate(8) blur(10px) brightness(1.2);
}


/*  */

.zdrave .column-06 article time {
    background: #059396;
}

.zdrave .column-06 article:hover span {
    border-top: 15px solid #059396;
}

.zdrave .column-06 article:hover img {
    -webkit-box-shadow: 0 0 175px 120px #059396;
    -moz-box-shadow: 0 0 175px 120px #059396;
    box-shadow: 0 0 175px 120px #059396;
}

.zdrave .column-06 article::after {
    background: #0cdadf;
}


/*  */

.zdrave .column-07 article time {
    background: #059396;
}

.zdrave .column-07 article a:hover {
    color: #059396;
}


/*  */

.zdrave .column-08 article time {
    background: #059396;
}

.zdrave .column-08 article h3 {
    background: #059396;
}


/*  */

.zdrave .column-09 article:hover time {
    background: #059396;
}

.zdrave .column-09 article time {
    background: #059396;
}


/*  */

.zdrave .column-12 article span {
    border-top: 15px solid #059396;
    border-bottom: 15px solid #059396;
}

.zdrave .column-12 article:hover time {
    background: #059396;
}

.zdrave .column-12 article:hover h2 {
    border-left: 15px solid #059396;
}


/*  */

.zdrave .column-16 article h2 a {
    color: #333;
}

.zdrave .column-16 article h2 a:hover {
    color: #003510;
}

.zdrave .column-16 article h3 a {
    color: #059396;
}

.zdrave .column-16 article h3 a:hover {
    color: #003510;
}


/* --- */

.zdrave .sidebar_close,
.zdrave .coffee-icons li img {
    filter: hue-rotate(140deg) brightness(1.3);
}

.zdrave .coffee-icons li:hover a {
    color: #059396;
}


/*  */

.zdrave .input-box a {
    color: #059396;
}


/* Post */

.zdrave.post .art-title h3 a {
    background: #059396;
}

.zdrave .NewReadedTabs .tabs {
    border-bottom: 1px solid #059396;
}

.zdrave .NewReadedTabs .active {
    background: #059396 !important;
}

.zdrave .comment_send,
.zdrave .butt {
    background: #059396;
}

.zdrave .comment_send:hover,
.zdrave .butt:hover {
    opacity: 0.9;
}

.zdrave .car-wrapdots span svg {
    fill: #059396;
}

.zdrave .car-wrapdots span svg:hover {
    opacity: 0.9;
}

.zdrave .car-wrapdots .act-num {
    color: #059396;
}

.zdrave.post .tags a {
    color: #059396;
}

.zdrave.post .left-int a:hover {
    color: #003510;
}


/***********************************/


/***********************************/



/***********************************/


/********* modal splash image ******/

#mainimage {
    cursor: pointer;
}


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal .modal-thumbs {
    position: fixed;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 124px;
    overflow: auto;
    white-space: nowrap;
    padding: 0px;
    text-align: center;
    scroll-behavior: smooth;
}

.modal .modal-thumbs li {
    display: inline-block;
    width: 86px;
    height: 86px;
    overflow: hidden;
    margin: 0 5px;
    opacity: 0.7;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.modal .modal-thumbs li:first-child {
    margin-left: 10px;
}

.modal .modal-thumbs li:last-child {
    margin-right: 10px;
}

.modal .modal-thumbs a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    opacity: 0.7;
    filter: grayscale(1);
    transition: 0.2s ease-in-out;
}

.modal .modal-thumbs a:hover {
    opacity: 1;
    filter: grayscale(0);
}

.modal .modal-thumbs a.actv {
    opacity: 1;
    filter: grayscale(0);
}


/* Modal Content (image) */

.modal .modal-content {
    position: absolute;
    max-width: 80%;
    max-height: calc(100% - 165px);
    margin-top: -30px;
    border-radius: 10px;
    border: 7px solid #222;
    box-shadow: 0 0 10px 0 #000;
}


/*  */

.modal .position-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: calc(100% - 125px);
}


/* Caption of Modal Image */

.modal #caption {
    position: absolute;
    width: calc(100% - 40px);
    text-align: center;
    color: #ccc;
    padding: 10px 20px;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.3);
}


/* Class for single image */

.modal.single-image .modal-content {
    max-height: 80%;
    margin-top: 0px;
}

.modal.single-image #caption {
    display: none;
}

.modal.single-image .position-content {
    height: 100%;
}


/* The Close Button */

.modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1;
}

.modal .close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal #numbertext {
    color: white;
    font-size: 22px;
    padding: 0px;
    position: absolute;
    top: 26px;
    left: 35px;
    font-weight: bold;
    opacity: 0.5;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


/* image gallery */

.modal .prev,
.modal .next {
    position: absolute;
    z-index: 10;
    top: calc(50% - 140px);
    padding: 16px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    border-radius: 0 3px 3px 0;
    transition: 0.6s ease;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.modal .prev {
    padding-left: 32px;
}

.modal .next {
    right: 0;
    padding-right: 32px;
    border-radius: 3px 0 0 3px;
}

.modal .prev:hover,
.modal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}


/* /////////////////////////////////////////////////////////////// */


/* banner bottom right */

.adclose {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #555;
    font-weight: bold;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 2px;
    z-index: 11000;
    background-color: white;
    border-radius: 3px;
}

.foot {
    position: fixed;
    width: 300px;
    height: 250px;
    z-index: 10000;
    text-align: center;
    font-size: 18px;
    color: #000;
    background: #FFF;
    display: flex;
    justify-content: center;
    /* align horizontal */
    right: 0;
    margin-right: 3px;
    margin-left: auto;
    margin-bottom: 3px;
    bottom: -475px;
    /*    cursor: pointer;
*/
    box-shadow: 0px 0px 0px 3px #FFF, 0px 0px 60px 10px rgba(0, 0, 0, 0.75);
}

.slide-up {
    bottom: 0px !important;
}

.slide-down {
    bottom: -475px !important;
}


/* ///////////////////////////////////////////// */


/* FOR JS */


/* Carousel JS */

.carouselJS-01>article {
    display: none;
}

.carouselJS-01>div {
    display: none;
}

.carouselJS-01 .car-active {
    display: block;
}

.car-wrapdots {
    display: block;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    user-select: none;
}

.car-wrapdots div {
    float: unset !important;
    display: inline;
    padding: 3px;
    cursor: pointer;
}

.car-wrapdots .act-num {
    color: var(--tech-color, --main-color);
}

.car-wrapdots span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.car-wrapdots span svg {
    width: 10px;
    height: 11px;
    fill: #666;
    cursor: pointer;
}

.car-wrapdots span svg:hover {
    fill: var(--tech-color, --main-color);
}


/* END Carousel JS */


/* TABS JS */

.NewReadedTabs>div {
    float: left;
}

.NewReadedTabs .tabs {
    width: 100%;
    border-bottom: 1px solid var(--tech-color, --main-color);
}

.NewReadedTabs .tabs span {
    background: #ffffff;
    color: #333;
    display: block;
    float: left;
    padding: 10px;
    cursor: pointer;
}

.NewReadedTabs .tabs .active {
    background: var(--tech-color, --main-color);
    color: #ffffff;
}

.NewReadedTabs .tabContent>div {
    display: none;
}

.post .NewReadedTabs {
    margin-top: 15px;
}


/*  */

.NewReadedTabs.list .column-01 article {
    height: 93px;
}

.NewReadedTabs.list .column-01 article:last-child {
    margin-bottom: 15px;
}

.NewReadedTabs.list .tabContent {
    margin-top: 12px;
}

.NewReadedTabs.list .column-01 h3 {
    margin-top: 0px;
}

.NewReadedTabs .column-04-a {
    margin-top: -20px;
}

.NewReadedTabs .column-04-a article:nth-child(2) {
    height: 313px!important;
}


/* ////////////////////////////////////////////////// */


/*  */

.featherlight-iframe .featherlight-content {
    overflow-y: unset !important;
    overflow: unset !important;
}

.featherlight .featherlight-close-icon {
    top: -25px !important;
    right: -25px !important;
    width: 25px !important;
    height: 25px;
    background: #fff !important;
    border-radius: 50%;
    border: 2px solid #ccc !important;
    line-height: 21px !important;
}


/* TECH */

.logo {
    display: block;
    float: left;
    background: url('../design/tech.offnews.logo.png') no-repeat 0px 8px #fff;
    background-size: 230px auto;
    width: 233px;
    height: 55px;
    margin-top: 0px;
}


/* Anketa */

.questionnaire {
    min-width: unset;
    /* color: var(--tech-color, --main-color); */
    padding-right: 5px;
    padding-left: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
}

.column-16 article h3 a::before {
    position: absolute;
    content: url('data:image/svg+xml; utf8, <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 75 86.6" xml:space="preserve"><polygon points="0,43.3 0,0 37.5,21.7 75,43.3 37.5,65 0,86.6"></polygon></svg>');
    width: 8px;
    left: 0px;
    top: 4px;
    opacity: 0.5;
}


/* column-17 */


/* ////////////// */

.qc-cmp2-summary-info .qc-cmp2-logo-displayed {
    height: 100px !important;
}


/* ///////////////////////////////////////////// */


/* FOR JS */


/* Carousel JS */

.carouselJS-01>article {
    display: none;
}

.carouselJS-01>div {
    display: none;
}

.carouselJS-01 .car-active {
    display: block;
}

.car-wrapdots {
    display: block;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    user-select: none;
}

.car-wrapdots div {
    float: unset !important;
    display: inline;
    padding: 3px;
    cursor: pointer;
}

.car-wrapdots .act-num {
    color: var(--tech-color, --main-color);
}

.car-wrapdots span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.car-wrapdots span svg {
    width: 10px;
    height: 11px;
    fill: #666;
    cursor: pointer;
}

.car-wrapdots span svg:hover {
    fill: var(--tech-color, --main-color);
}


/* END Carousel JS */


/* TABS JS */

.NewReadedTabs>div {
    float: left;
}

.NewReadedTabs .tabs {
    width: 100%;
    border-bottom: 1px solid var(--tech-color, --main-color);
}

.NewReadedTabs .tabs span {
    background: #ffffff;
    color: #333;
    display: block;
    float: left;
    padding: 10px;
    cursor: pointer;
}

.NewReadedTabs .tabs .active {
    background: var(--tech-color, --main-color);
    color: #ffffff;
}

.NewReadedTabs .tabContent>div {
    display: none;
}

.post .NewReadedTabs {
    margin-top: 15px;
}


/*  */

.NewReadedTabs.list .column-01 article {
    height: 93px;
}

.NewReadedTabs.list .column-01 article:last-child {
    margin-bottom: 15px;
}

.NewReadedTabs.list .tabContent {
    margin-top: 12px;
}

.NewReadedTabs.list .column-01 h3 {
    margin-top: 0px;
}

.NewReadedTabs .column-04-a {
    margin-top: -20px;
}

.NewReadedTabs .column-04-a article:nth-child(2) {
    height: 313px!important;
}


/* ////////////////////////////////////////////////// */


/*  */

.featherlight-iframe .featherlight-content {
    overflow-y: unset !important;
    overflow: unset !important;
}

.featherlight .featherlight-close-icon {
    top: -25px !important;
    right: -25px !important;
    width: 25px !important;
    height: 25px;
    background: #fff !important;
    border-radius: 50%;
    border: 2px solid #ccc !important;
    line-height: 21px !important;
}


/* TECH */

.logo {
    display: block;
    float: left;
    background: url('../design/tech.offnews.logo.png') no-repeat 0px 8px #fff;
    background-size: 230px auto;
    width: 233px;
    height: 55px;
    margin-top: 0px;
}


/* Anketa */

.questionnaire {
    min-width: unset;
}


/* ///////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////// */


/* RFB */


/*
.column-15 article {
    background: url(other/rai_ffeisen_bank/rbank.jpg) no-repeat bottom left !important;
}

.column-15 article h3 {
    background: url(other/rai_ffeisen_bank/article-bg-column-15-top.jpg) no-repeat top left !important;
}

.column-15 article h2 {
    display: none;
}
.column-15 article h3 a {
    display: none;
}

.column-15 article h3:hover, .column-15 article:hover h3 {
    background: url(other/rai_ffeisen_bank/article-bg-column-15-top.jpg) no-repeat top left !important;
}

.column-15 article h3::after,
.column-15 article h3::before {
    display: none;
} */


/* ///////////////////////////////////////////////////// */


/* eMag */


/* 
.column-15 article {
    background: url(/design/other/eMag/emag.jpg) no-repeat center center !important;
}

.column-15 article span a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.column-15 article img,
.column-15 article h2,
.column-15 article h3 {
    display: none;
} 

*/


/* width: 100%;
height: auto;

} */

.column-17 article time {
    color: #fff;
    font-size: 10px;
    opacity: 0.6;
    width: auto;
    padding: 2px 10px 2px 10px;
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
    display: inline-block;
    position: absolute;
    left: 35px;
    bottom: 50px;
}

.column-17 article:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

.column-17 article h2 {
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 19px;
    margin: 10px 15px 10px 0px;
    line-height: normal;
    font-weight: 700;
    width: 65%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0px 8px 20px;
    border-left: 15px solid #ccc;
    opacity: 0.95;
}

.column-17 article:hover h2 {
    border-left: 15px solid var(--tech-color, --main-color);
    opacity: 1;
}

.column-17 article h2 a {
    color: #fff !important;
}

.column-17 article span {
    display: block;
    margin-bottom: -140px;
    height: 325px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid #333;
    border-bottom: 15px solid #333;
    background: #000;
}

.column-17 article h3 {
    color: #333;
    padding: 2px 15px;
    margin: -17px 0 0 85px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
    display: inline-block;
    position: absolute;
    left: 35px;
    bottom: 50px;
}

.column-17 article:hover h3 {
    color: #fff;
}


/* hack for ROW */

.row-4 .column-17 article h2 {
    font-size: 19px;
    margin: 10px 0px 0px 0px;
    padding-right: 15px;
    line-height: normal;
    width: auto;
    font-weight: 700;
    border-left: 0px;
}

.row-4 .column-17 article:hover h2 {
    border-left: 0px solid var(--tech-color, --main-color);
    opacity: 1;
}


/*  */

.column-17 article span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 355px;
    border-top: 0px;
    border-bottom: 0px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 40%);
}

.column-17 article span a {
    width: calc(100% - 285px);
    margin-left: auto;
}

.column-17 article h2 {
    font-size: 23px;
    position: absolute;
    background: rgb(0, 0, 0);
    top: 7px;
    opacity: 1;
    width: 264px;
    bottom: 7px;
    box-shadow: 0px 73px 100px 40px #ccc, 0px -73px 100px 40px #ccc, 0px 0px 50px 20px #fff;
}

.column-17 article h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('../design/article-bg.jpg');
    background-size: 200% 100%;
    background-position: center center;
    opacity: 0.4;
    filter: blur(10px);
}

.column-17 article h2 a {
    padding-right: 20px;
    padding-top: 20px;
    display: block;
}


/* ////////////// */

.qc-cmp2-summary-info .qc-cmp2-logo-displayed {
    height: 100px !important;
}


/* ///////////////////////////////////////////// */


/* FOR JS */


/* Carousel JS */

.carouselJS-01>article {
    display: none;
}

.carouselJS-01>div {
    display: none;
}

.carouselJS-01 .car-active {
    display: block;
}

.car-wrapdots {
    display: block;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    user-select: none;
}

.car-wrapdots div {
    float: unset !important;
    display: inline;
    padding: 3px;
    cursor: pointer;
}

.car-wrapdots .act-num {
    color: var(--tech-color, --main-color);
}

.car-wrapdots span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.car-wrapdots span svg {
    width: 10px;
    height: 11px;
    fill: #666;
    cursor: pointer;
}

.car-wrapdots span svg:hover {
    fill: var(--tech-color, --main-color);
}


/* END Carousel JS */


/* TABS JS */

.NewReadedTabs>div {
    float: left;
}

.NewReadedTabs .tabs {
    width: 100%;
    border-bottom: 1px solid var(--tech-color, --main-color);
}

.NewReadedTabs .tabs span {
    background: #ffffff;
    color: #333;
    display: block;
    float: left;
    padding: 10px;
    cursor: pointer;
}

.NewReadedTabs .tabs .active {
    background: var(--tech-color, --main-color);
    color: #ffffff;
}

.NewReadedTabs .tabContent>div {
    display: none;
}

.post .NewReadedTabs {
    margin-top: 15px;
}


/*  */

.NewReadedTabs.list .column-01 article {
    height: 93px;
}

.NewReadedTabs.list .column-01 article:last-child {
    margin-bottom: 15px;
}

.NewReadedTabs.list .tabContent {
    margin-top: 12px;
}

.NewReadedTabs.list .column-01 h3 {
    margin-top: 0px;
}


/* ////////////////////////////////////////////////// */


/*  */

.featherlight-iframe .featherlight-content {
    overflow-y: unset !important;
    overflow: unset !important;
}

.featherlight .featherlight-close-icon {
    top: -25px !important;
    right: -25px !important;
    width: 25px !important;
    height: 25px;
    background: #fff !important;
    border-radius: 50%;
    border: 2px solid #ccc !important;
    line-height: 21px !important;
}


/* TECH */

.logo {
    display: block;
    float: left;
    background: url('../design/tech.offnews.logo.png') no-repeat 0px 8px #fff;
    background-size: 230px auto;
    width: 233px;
    height: 55px;
    margin-top: 0px;
}


/* Anketa */

.questionnaire {
    min-width: unset;
}


/* hack for ROW */

.row-4 .column-17 article h2 {
    font-size: 19px;
    margin: 10px 0px 0px 0px;
    padding-right: 15px;
    line-height: normal;
    width: auto;
    font-weight: 700;
    border-left: 0px;
}

.row-4 .column-17 article:hover h2 {
    border-left: 0px solid var(--tech-color, --main-color);
    opacity: 1;
}


/*  */

.column-17 article span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 355px;
    border-top: 0px;
    border-bottom: 0px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 40%);
}

.column-17 article span a {
    width: calc(100% - 285px);
    margin-left: auto;
}

.column-17 article h2 {
    font-size: 23px;
    position: absolute;
    background: rgb(0, 0, 0);
    top: 7px;
    opacity: 1;
    width: 264px;
    bottom: 7px;
    box-shadow: 0px 73px 100px 40px #ccc, 0px -73px 100px 40px #ccc, 0px 0px 50px 20px #fff;
}

.column-17 article h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('../design/article-bg.jpg');
    background-size: 200% 100%;
    background-position: center center;
    opacity: 0.4;
    filter: blur(10px);
}

.column-17 article h2 a {
    padding-right: 20px;
    padding-top: 20px;
    display: block;
}


/* ////////////// */

.qc-cmp2-summary-info .qc-cmp2-logo-displayed {
    height: 100px !important;
}


/* ///////////////////////////////////////////// */


/* FOR JS */


/* Carousel JS */

.carouselJS-01>article {
    display: none;
}

.carouselJS-01>div {
    display: none;
}

.carouselJS-01 .car-active {
    display: block;
}

.car-wrapdots {
    display: block;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    user-select: none;
}

.car-wrapdots div {
    float: unset !important;
    display: inline;
    padding: 3px;
    cursor: pointer;
}

.car-wrapdots .act-num {
    color: var(--tech-color, --main-color);
}

.car-wrapdots span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.car-wrapdots span svg {
    width: 10px;
    height: 11px;
    fill: #666;
    cursor: pointer;
}

.car-wrapdots span svg:hover {
    fill: var(--tech-color, --main-color);
}


/* END Carousel JS */


/* TABS JS */

.NewReadedTabs>div {
    float: left;
}

.NewReadedTabs .tabs {
    width: 100%;
    border-bottom: 1px solid var(--tech-color, --main-color);
}

.NewReadedTabs .tabs span {
    background: #ffffff;
    color: #333;
    display: block;
    float: left;
    padding: 10px;
    cursor: pointer;
}

.NewReadedTabs .tabs .active {
    background: var(--tech-color, --main-color);
    color: #ffffff;
}

.NewReadedTabs .tabContent>div {
    display: none;
}

.post .NewReadedTabs {
    margin-top: 15px;
}


/*  */

.NewReadedTabs.list .column-01 article {
    height: 93px;
}

.NewReadedTabs.list .column-01 article:last-child {
    margin-bottom: 15px;
}

.NewReadedTabs.list .tabContent {
    margin-top: 12px;
}

.NewReadedTabs.list .column-01 h3 {
    margin-top: 0px;
}


/* ////////////////////////////////////////////////// */


/*  */

.featherlight-iframe .featherlight-content {
    overflow-y: unset !important;
    overflow: unset !important;
}

.featherlight .featherlight-close-icon {
    top: -25px !important;
    right: -25px !important;
    width: 25px !important;
    height: 25px;
    background: #fff !important;
    border-radius: 50%;
    border: 2px solid #ccc !important;
    line-height: 21px !important;
}


/* TECH */

.logo {
    display: block;
    float: left;
    background: url('../design/tech.offnews.logo.png') no-repeat 0px 8px #fff;
    background-size: 230px auto;
    width: 233px;
    height: 55px;
    margin-top: 0px;
}


/* Anketa */

.questionnaire {
    min-width: unset;
}

.column-17 article time {
    color: #fff;
    font-size: 10px;
    opacity: 0.6;
    width: auto;
    padding: 2px 10px 2px 10px;
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
    display: inline-block;
    position: absolute;
    left: 35px;
    bottom: 50px;
}

.column-17 article:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

.column-17 article h2 {
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 19px;
    margin: 10px 15px 10px 0px;
    line-height: normal;
    font-weight: 700;
    width: 65%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0px 8px 20px;
    border-left: 15px solid #ccc;
    opacity: 0.95;
}

.column-17 article:hover h2 {
    border-left: 15px solid var(--tech-color, --main-color);
    opacity: 1;
}

.column-17 article h2 a {
    color: #fff !important;
}

.column-17 article span {
    display: block;
    margin-bottom: -140px;
    height: 325px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid #333;
    border-bottom: 15px solid #333;
    background: #000;
}

.column-17 article h3 {
    color: #333;
    padding: 2px 15px;
    margin: -17px 0 0 85px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
    display: inline-block;
    position: absolute;
    left: 35px;
    bottom: 50px;
}

.column-17 article:hover h3 {
    color: #fff;
}


/* hack for ROW */

.row-4 .column-17 article h2 {
    font-size: 19px;
    margin: 10px 0px 0px 0px;
    padding-right: 15px;
    line-height: normal;
    width: auto;
    font-weight: 700;
    border-left: 0px;
}

.row-4 .column-17 article:hover h2 {
    border-left: 0px solid var(--tech-color, --main-color);
    opacity: 1;
}


/*  */

.column-17 article span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 355px;
    border-top: 0px;
    border-bottom: 0px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 40%);
}

.column-17 article span a {
    width: calc(100% - 285px);
    margin-left: auto;
}

.column-17 article h2 {
    font-size: 23px;
    position: absolute;
    background: rgb(0, 0, 0);
    top: 7px;
    opacity: 1;
    width: 264px;
    bottom: 7px;
    box-shadow: 0px 73px 100px 40px #ccc, 0px -73px 100px 40px #ccc, 0px 0px 50px 20px #fff;
}

.column-17 article h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('../design/article-bg.jpg');
    background-size: 200% 100%;
    background-position: center center;
    opacity: 0.4;
    filter: blur(10px);
}

.column-17 article h2 a {
    padding-right: 20px;
    padding-top: 20px;
    display: block;
}


/* ////////////// */

.qc-cmp2-summary-info .qc-cmp2-logo-displayed {
    height: 100px !important;
}


/* ///////////////////////////////////////////// */


/* FOR JS */


/* Carousel JS */

.carouselJS-01>article {
    display: none;
}

.carouselJS-01>div {
    display: none;
}

.carouselJS-01 .car-active {
    display: block;
}

.car-wrapdots {
    display: block;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    user-select: none;
}

.car-wrapdots div {
    float: unset !important;
    display: inline;
    padding: 3px;
    cursor: pointer;
}

.car-wrapdots .act-num {
    color: var(--tech-color, --main-color);
}

.car-wrapdots span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.car-wrapdots span svg {
    width: 10px;
    height: 11px;
    fill: #666;
    cursor: pointer;
}

.car-wrapdots span svg:hover {
    fill: var(--tech-color, --main-color);
}


/* END Carousel JS */


/* TABS JS */

.NewReadedTabs>div {
    float: left;
}

.NewReadedTabs .tabs {
    width: 100%;
    border-bottom: 1px solid var(--tech-color, --main-color);
}

.NewReadedTabs .tabs span {
    background: #ffffff;
    color: #333;
    display: block;
    float: left;
    padding: 10px;
    cursor: pointer;
}

.NewReadedTabs .tabs .active {
    background: var(--tech-color, --main-color);
    color: #ffffff;
}

.NewReadedTabs .tabContent>div {
    display: none;
}

.post .NewReadedTabs {
    margin-top: 15px;
}


/*  */

.NewReadedTabs.list .column-01 article {
    height: 93px;
}

.NewReadedTabs.list .column-01 article:last-child {
    margin-bottom: 15px;
}

.NewReadedTabs.list .tabContent {
    margin-top: 12px;
}

.NewReadedTabs.list .column-01 h3 {
    margin-top: 0px;
}


/* ////////////////////////////////////////////////// */


/*  */

.featherlight-iframe .featherlight-content {
    overflow-y: unset !important;
    overflow: unset !important;
}

.featherlight .featherlight-close-icon {
    top: -25px !important;
    right: -25px !important;
    width: 25px !important;
    height: 25px;
    background: #fff !important;
    border-radius: 50%;
    border: 2px solid #ccc !important;
    line-height: 21px !important;
}


/* TECH */

.logo {
    display: block;
    float: left;
    background: url('../design/tech.offnews.logo.png') no-repeat 0px 8px #fff;
    background-size: 230px auto;
    width: 233px;
    height: 55px;
    margin-top: 0px;
}


/* Anketa */

.questionnaire {
    min-width: unset;
}


/* ///////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////// */


/* ///////////////////////////////////////////////////// */


/* TECH */

.column-15 article {
    /* //    background: url(other/rai_ffeisen_bank/rbank.jpg) no-repeat bottom left !important; */
}

.column-15 article h3 {
    /* //    background: url(other/rai_ffeisen_bank/article-bg-column-15-top.jpg) no-repeat top left !important; */
}

.column-15 article h2 {
    display: none;
}

.column-15 article h3 a {
    display: none;
}

.column-15 article h3:hover,
.column-15 article:hover h3 {
    /* //    background: url(other/rai_ffeisen_bank/article-bg-column-15-top.jpg) no-repeat top left !important; */
}

.column-15 article h3::after,
.column-15 article h3::before {
    display: none;
}


/* ///////////////////////////////////////////////////// */


/* eMag */


/* 
.column-15 article {
    background: url(/design/other/eMag/emag.jpg) no-repeat center center !important;
}

.column-15 article span a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.column-15 article img,
.column-15 article h2,
.column-15 article h3 {
    display: none;
} 

*/


/* width: 100%;
height: auto;

} */

.column-17 article time {
    color: #fff;
    font-size: 10px;
    opacity: 0.6;
    width: auto;
    padding: 2px 10px 2px 10px;
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.2);
    z-index: 2;
    display: inline-block;
    position: absolute;
    left: 35px;
    bottom: 50px;
}

.column-17 article:hover time {
    background: var(--tech-color, --main-color);
    color: #fff;
    opacity: 1;
}

.column-17 article h2 {
    z-index: 1;
    position: relative;
    color: #fff;
    font-size: 19px;
    margin: 10px 15px 10px 0px;
    line-height: normal;
    font-weight: 700;
    width: 65%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0px 8px 20px;
    border-left: 15px solid #ccc;
    opacity: 0.95;
}

.column-17 article:hover h2 {
    border-left: 15px solid var(--tech-color, --main-color);
    opacity: 1;
}

.column-17 article h2 a {
    color: #fff !important;
}

.column-17 article span {
    display: block;
    margin-bottom: -140px;
    height: 325px;
    width: 100%;
    margin-right: 0px;
    overflow: hidden;
    border-top: 15px solid #333;
    border-bottom: 15px solid #333;
    background: #000;
}

.column-17 article h3 {
    color: #333;
    padding: 2px 15px;
    margin: -17px 0 0 85px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 2;
    display: inline-block;
    position: absolute;
    left: 35px;
    bottom: 50px;
}

.column-17 article:hover h3 {
    color: #fff;
}


/* hack for ROW */

.row-4 .column-17 article h2 {
    font-size: 19px;
    margin: 10px 0px 0px 0px;
    padding-right: 15px;
    line-height: normal;
    width: auto;
    font-weight: 700;
    border-left: 0px;
}

.row-4 .column-17 article:hover h2 {
    border-left: 0px solid var(--tech-color, --main-color);
    opacity: 1;
}


/*  */

.column-17 article span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 355px;
    border-top: 0px;
    border-bottom: 0px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 40%);
}

.column-17 article span a {
    width: calc(100% - 285px);
    margin-left: auto;
}

.column-17 article h2 {
    font-size: 23px;
    position: absolute;
    background: rgb(0, 0, 0);
    top: 7px;
    opacity: 1;
    width: 264px;
    bottom: 7px;
    box-shadow: 0px 73px 100px 40px #ccc, 0px -73px 100px 40px #ccc, 0px 0px 50px 20px #fff;
}

.column-17 article h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url('../design/article-bg.jpg');
    background-size: 200% 100%;
    background-position: center center;
    opacity: 0.4;
    filter: blur(10px);
}

.column-17 article h2 a {
    padding-right: 20px;
    padding-top: 20px;
    display: block;
}


/* ////////////// */

.qc-cmp2-summary-info .qc-cmp2-logo-displayed {
    height: 100px !important;
}


/* ///////////////////////////////////////////// */


/* FOR JS */


/* Carousel JS */

.carouselJS-01>article {
    display: none;
}

.carouselJS-01>div {
    display: none;
}

.carouselJS-01 .car-active {
    display: block;
}

.car-wrapdots {
    display: block;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    user-select: none;
}

.car-wrapdots div {
    float: unset !important;
    display: inline;
    padding: 3px;
    cursor: pointer;
}

.car-wrapdots .act-num {
    color: var(--tech-color, --main-color);
}

.car-wrapdots span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.car-wrapdots span svg {
    width: 10px;
    height: 11px;
    fill: #666;
    cursor: pointer;
}

.car-wrapdots span svg:hover {
    fill: var(--tech-color, --main-color);
}


/* END Carousel JS */


/* TABS JS */

.NewReadedTabs>div {
    float: left;
}

.NewReadedTabs .tabs {
    width: 100%;
    border-bottom: 1px solid var(--tech-color, --main-color);
}

.NewReadedTabs .tabs span {
    background: #ffffff;
    color: #333;
    display: block;
    float: left;
    padding: 10px;
    cursor: pointer;
}

.NewReadedTabs .tabs .active {
    background: var(--tech-color, --main-color);
    color: #ffffff;
}

.NewReadedTabs .tabContent>div {
    display: none;
}

.post .NewReadedTabs {
    margin-top: 15px;
}


/*  */

.NewReadedTabs.list .column-01 article {
    height: 93px;
}

.NewReadedTabs.list .column-01 article:last-child {
    margin-bottom: 15px;
}

.NewReadedTabs.list .tabContent {
    margin-top: 12px;
}

.NewReadedTabs.list .column-01 h3 {
    margin-top: 0px;
}


/* ////////////////////////////////////////////////// */


/*  */

.featherlight-iframe .featherlight-content {
    overflow-y: unset !important;
    overflow: unset !important;
}

.featherlight .featherlight-close-icon {
    top: -25px !important;
    right: -25px !important;
    width: 25px !important;
    height: 25px;
    background: #fff !important;
    border-radius: 50%;
    border: 2px solid #ccc !important;
    line-height: 21px !important;
}


/* TECH */

.logo {
    display: block;
    float: left;
    background: url('../design/tech.offnews.logo.png') no-repeat 0px 8px #fff;
    background-size: 230px auto;
    width: 233px;
    height: 55px;
    margin-top: 0px;
}


/* Anketa */

.questionnaire {
    min-width: unset;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal .modal-thumbs {
    position: fixed;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 124px;
    overflow: auto;
    white-space: nowrap;
    padding: 0px;
    text-align: center;
    scroll-behavior: smooth;
}

.modal .modal-thumbs li {
    display: inline-block;
    width: 86px;
    height: 86px;
    overflow: hidden;
    margin: 0 5px;
    opacity: 0.7;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.modal .modal-thumbs li:first-child {
    margin-left: 10px;
}

.modal .modal-thumbs li:last-child {
    margin-right: 10px;
}

.modal .modal-thumbs a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    opacity: 0.7;
    filter: grayscale(1);
    transition: 0.2s ease-in-out;
}

.modal .modal-thumbs a:hover {
    opacity: 1;
    filter: grayscale(0);
}

.modal .modal-thumbs a.actv {
    opacity: 1;
    filter: grayscale(0);
}


/* Modal Content (image) */

.modal .modal-content {
    position: absolute;
    max-width: 80%;
    max-height: calc(100% - 165px);
    margin-top: -30px;
    border-radius: 10px;
    border: 7px solid #222;
    box-shadow: 0 0 10px 0 #000;
}


/*  */

.modal .position-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: calc(100% - 125px);
}


/* Caption of Modal Image */

.modal #caption {
    position: absolute;
    width: calc(100% - 40px);
    text-align: center;
    color: #ccc;
    padding: 10px 20px;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.3);
}


/* Class for single image */

.modal.single-image .modal-content {
    max-height: 80%;
    margin-top: 0px;
}

.modal.single-image #caption {
    display: none;
}

.modal.single-image .position-content {
    height: 100%;
}


/* The Close Button */

.modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1;
}

.modal .close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal #numbertext {
    color: white;
    font-size: 22px;
    padding: 0px;
    position: absolute;
    top: 26px;
    left: 35px;
    font-weight: bold;
    opacity: 0.5;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


/* image gallery */

.modal .prev,
.modal .next {
    position: absolute;
    z-index: 10;
    top: calc(50% - 140px);
    padding: 16px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    border-radius: 0 3px 3px 0;
    transition: 0.6s ease;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.modal .prev {
    padding-left: 32px;
}

.modal .next {
    right: 0;
    padding-right: 32px;
    border-radius: 3px 0 0 3px;
}

.modal .prev:hover,
.modal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}


/* /////////////////////////////////////////////////////////////// */


/* banner bottom right */

.adclose {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #555;
    font-weight: bold;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 2px;
    z-index: 11000;
    background-color: white;
    border-radius: 3px;
}

.foot {
    position: fixed;
    width: 300px;
    height: 250px;
    z-index: 10000;
    text-align: center;
    font-size: 18px;
    color: #000;
    background: #FFF;
    display: flex;
    justify-content: center;
    /* align horizontal */
    right: 0;
    margin-right: 3px;
    margin-left: auto;
    margin-bottom: 3px;
    bottom: -475px;
    /*    cursor: pointer;
*/
    box-shadow: 0px 0px 0px 3px #FFF, 0px 0px 60px 10px rgba(0, 0, 0, 0.75);
}

.slide-up {
    bottom: 0px !important;
}

.slide-down {
    bottom: -475px !important;
}


/* FOR JS */


/* Carousel JS */

.carouselJS-01>article {
    display: none;
}

.carouselJS-01>div {
    display: none;
}

.carouselJS-01 .car-active {
    display: block;
}

.car-wrapdots {
    display: block;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    user-select: none;
}

.car-wrapdots div {
    float: unset !important;
    display: inline;
    padding: 3px;
    cursor: pointer;
}

.car-wrapdots .act-num {
    color: var(--tech-color, --main-color);
}

.car-wrapdots span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.car-wrapdots span svg {
    width: 10px;
    height: 11px;
    fill: #666;
    cursor: pointer;
}

.car-wrapdots span svg:hover {
    fill: var(--tech-color, --main-color);
}


/* END Carousel JS */


/*********************************************************************/


/* TABS JS */

.NewReadedTabs>div {
    float: left;
}

.NewReadedTabs .tabs {
    width: 100%;
    border-bottom: 1px solid var(--tech-color, --main-color);
}

.NewReadedTabs .tabs span {
    background: #ffffff;
    color: #333;
    display: block;
    float: left;
    padding: 10px;
    cursor: pointer;
}

.NewReadedTabs .tabs .active {
    background: var(--tech-color, --main-color);
    color: #ffffff;
}

.NewReadedTabs .tabContent>div {
    display: none;
}

.post .NewReadedTabs {
    margin-top: 15px;
}


/*  */

.NewReadedTabs.list .column-01 article {
    height: 93px;
}

.NewReadedTabs.list .column-01 article:last-child {
    margin-bottom: 15px;
}

.NewReadedTabs.list .tabContent {
    margin-top: 12px;
}

.NewReadedTabs.list .column-01 h3 {
    margin-top: 0px;
}


/* ////////////////////////////////////////////////// */


/*  */

.featherlight-iframe .featherlight-content {
    overflow-y: unset !important;
    overflow: unset !important;
}

.featherlight .featherlight-close-icon {
    top: -25px !important;
    right: -25px !important;
    width: 25px !important;
    height: 25px;
    background: #fff !important;
    border-radius: 50%;
    border: 2px solid #ccc !important;
    line-height: 21px !important;
}


/* TECH */

.logo {
    display: block;
    float: left;
    background: url('../design/tech.offnews.logo.png') no-repeat 0px 8px #fff;
    background-size: 230px auto;
    width: 233px;
    height: 55px;
    margin-top: 0px;
}


/* Anketa */

.questionnaire {
    min-width: unset;
}

.post .NewReadedTabs {
    margin-top: 15px;
}


/*  */

.NewReadedTabs.list .column-01 article {
    height: 93px;
}

.NewReadedTabs.list .column-01 article:last-child {
    margin-bottom: 15px;
}

.NewReadedTabs.list .tabContent {
    margin-top: 12px;
}

.NewReadedTabs.list .column-01 h3 {
    margin-top: 0px;
}


/* ////////////////////////////////////////////////// */


/*  */

.featherlight-iframe .featherlight-content {
    overflow-y: unset !important;
    overflow: unset !important;
}

.featherlight .featherlight-close-icon {
    top: -25px !important;
    right: -25px !important;
    width: 25px !important;
    height: 25px;
    background: #fff !important;
    border-radius: 50%;
    border: 2px solid #ccc !important;
    line-height: 21px !important;
}


/* TECH */

.logo {
    display: block;
    float: left;
    background: url('../design/tech.offnews.logo.png') no-repeat 0px 8px #fff;
    background-size: 230px auto;
    width: 233px;
    height: 55px;
    margin-top: 0px;
}


/* Anketa */

.questionnaire {
    min-width: unset;
}

.post .NewReadedTabs {
    margin-top: 15px;
}


/*  */

.NewReadedTabs.list .column-01 article {
    height: 93px;
}

.NewReadedTabs.list .column-01 article:last-child {
    margin-bottom: 15px;
}

.NewReadedTabs.list .tabContent {
    margin-top: 12px;
}

.NewReadedTabs.list .column-01 h3 {
    margin-top: 0px;
}


/* ////////////////////////////////////////////////// */


/*  */

.featherlight-iframe .featherlight-content {
    overflow-y: unset !important;
    overflow: unset !important;
}

.featherlight .featherlight-close-icon {
    top: -25px !important;
    right: -25px !important;
    width: 25px !important;
    height: 25px;
    background: #fff !important;
    border-radius: 50%;
    border: 2px solid #ccc !important;
    line-height: 21px !important;
}


/* TECH */

.logo {
    display: block;
    float: left;
    background: url('../design/tech.offnews.logo.png') no-repeat 0px 8px #fff;
    background-size: 230px auto;
    width: 233px;
    height: 55px;
    margin-top: 0px;
}


/* Anketa */

.questionnaire {
    min-width: unset;
}

.NewReadedTabs.list .column-01 article {
    height: 93px;
}

.NewReadedTabs.list .column-01 article:last-child {
    margin-bottom: 15px;
}

.NewReadedTabs.list .tabContent {
    margin-top: 12px;
}

.NewReadedTabs.list .column-01 h3 {
    margin-top: 0px;
}


/* ////////////////////////////////////////////////// */


/*  */

.featherlight-iframe .featherlight-content {
    overflow-y: unset !important;
    overflow: unset !important;
}

.featherlight .featherlight-close-icon {
    top: -25px !important;
    right: -25px !important;
    width: 25px !important;
    height: 25px;
    background: #fff !important;
    border-radius: 50%;
    border: 2px solid #ccc !important;
    line-height: 21px !important;
}


/* TECH */

.logo {
    display: block;
    float: left;
    background: url('../design/tech.offnews.logo.png') no-repeat 0px 8px #fff;
    background-size: 230px auto;
    width: 233px;
    height: 55px;
    margin-top: 0px;
}


/* Anketa */

.questionnaire {
    min-width: unset;
}