/* -----------------------------------------------------------------------------

    GENERAL

----------------------------------------------------------------------------- */
body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    background: #fff;
    line-height: 1.6em;
    margin: 0;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}
.external {
    margin: 0 2px 0 0;
}
.external::after  {
    content: "\e912";
    font-family: "icomoon";
    vertical-align: super;
    font-size: 8px;
    font-weight: 400;
    margin: 0 0 0 2px;
}
.text-center {
    text-align: center!important;
}
.text-right {
    text-align: right!important;
}
.text-left {
    text-align: left!important;
}
a:hover {
    color: #eb1c2b;
}

img {
    border: 0;
}

h1, h2, h3 {
    margin: 0;
}

h2 {
    font-size: 16px;
    font-weight: 700;
}
ul, ol, p {
    margin: 0;
    padding: 0;
}
input, textarea, select, button, a {
    outline: none;
    font-family: 'Titillium Web', sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* -----------------------------------------------------------------------------

    MAIN

----------------------------------------------------------------------------- */
#main {
    max-width: 1140px;
    margin: 0 auto;
}
/* -------------------------------------------------------------------------
    HEADER
------------------------------------------------------------------------- */
header {
    display: flex; 
    justify-content: space-between; 
    padding: 13px 0 0 0;
    flex-wrap: wrap; 
}
/* LOGO */
header .col-left {
    margin: 0 0 13px 0;
}
header .col-left .logo {
    display: block;
}
header .col-left .logo img {
    height: 44px;
    display: block;
}
/* DAY INFO */
header .col-right {
    padding: 7px 0 0 0;
}
header .col-right .day-info {
    font-size: 14px;
    font-weight: 300;
    display: inline;
    vertical-align: middle;
}
header .col-right .day-info strong {
    font-weight: 600;
}
/* METEO INFO */
header .col-right .meteo-info {
    font-size: 14px;
    font-weight: 300;
    display: inline;
    margin: 0 0 0 20px;
    vertical-align: middle;
}
header .col-right .meteo-info strong {
    font-weight: 600;
}
header .col-right .meteo-info i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../sample/meteo.jpg");
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -1px;
}
header .col-right .meteo-info .meteo-select {
    display: inline;
    margin: 0 0 0 2px;
}
header .col-right .meteo-info .meteo-select select {
    font-size: 14px;
    font-weight: 300;
    padding: 0 18px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: #fff;
    outline: none;
    background-image: url(../img/meteo-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px auto;
}
header .col-right .meteo-info .meteo-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
header .col-right .meteo-info .meteo-select select::-ms-expand {
    display: none;
}
header .col-right .logo-zoznam {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
header .col-right .logo-zoznam img {
    display: block;
    height: 20px;
}
/* ICON MENU */
header .col-right .header-icon-menu {
    list-style-type: none;
    display: inline;
    vertical-align: middle;
    margin: 0 0 0 23px;
}
header .col-right .header-icon-menu li {
    display: inline;
}
header .col-right .header-icon-menu li a {
    margin: 0 1px;
}
header .col-right .header-mobile-menu {
    background: none;
    border: 0;
    padding: 0 0 0 19px;
    font-size: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    display: none;
    border-left: 1px solid #b8b8b8;
    float: right;
    margin: 3px 0 0 17px;
    height: 40px;
}
header .col-right .header-mobile-menu i {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 4px;
}
/* -------------------------------------------------------------------------
    GALLERY HEADER
------------------------------------------------------------------------- */
.gallery header {
    border-bottom: 1px solid #d3d3d3;
}
.gallery header .facebook-recommend {
    display: inline-block;
    vertical-align: middle;
}
.gallery header .facebook-recommend iframe {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.gallery header h1 {
    display: inline-block;
    max-width: 575px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    font-size: 22px;
    margin: 0 60px 0 0;
}
.gallery header .image-count {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 0 36px;
}
.gallery header .header-close {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    background: none;
    border: 0;
    cursor: pointer;
    margin: 0 0 0 36px;
    padding: 0;
}
.gallery header .header-close i {
    font-size: 23px;
    vertical-align: middle;
    margin: -4px 0 0 5px;
    display: inline-block;
}
/* -------------------------------------------------------------------------
    GALLERY
------------------------------------------------------------------------- */
.gallery .gallery-content {
    text-align: center;
    position: relative;
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
    max-height: 615px;
}
.gallery .gallery-content img {
    display: block;
    max-width: 100%;
    max-height: 615px;
    margin: 0 auto;
}
.gallery .gallery-content button {
    font-size: 25px;
    color: #fff;
    background-color: #181818;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 27px);
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.gallery .gallery-content:hover button {
    display: block;
}
.gallery .gallery-content .gallery-left {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}
.gallery .gallery-content .gallery-left button {
    left: 0;
}
.gallery .gallery-content .gallery-left:hover button {
    background-color: #eb1c2b;
}
.gallery .gallery-content .gallery-right:hover button {
    background-color: #eb1c2b;
}
.gallery .gallery-content .gallery-right button {
    right: 0;
}
.gallery .gallery-content .gallery-right {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    display: block;
}
.gallery .gallery-content-desc {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 20px 0;
}
.gallery .gallery-content-desc span {
    display: block;
    font-size: 12px;
    color: #646464;
}
.gallery .gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0 0 44px 0;
}
.gallery .gallery-thumbs a {
    display: block;
    width: calc(25% - 16px);
    margin: 0 8px 16px 8px;
    position: relative;
}
.gallery .gallery-thumbs a img {
    display: block;
    max-width: 100%;
    width: -webkit-fill-available;
}
.gallery .gallery-thumbs .active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.gallery .gallery-sort {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px 0 20px 0;
}
.gallery .gallery-sort .gallery-sort-left strong {
    font-size: 19px;
}
.gallery .gallery-sort .gallery-sort-right {
    list-style-type: none;
}
.gallery .gallery-sort .gallery-sort-right li {
    display: inline-block;
}
.gallery .gallery-sort .gallery-sort-right li:last-child a, .gallery .gallery-sort .gallery-sort-right li:last-child span {
    margin-right: 0;
}
.gallery .gallery-sort .gallery-sort-right span {
    background-color: #f4f4f4;
}
.gallery .gallery-sort .gallery-sort-right li a, .gallery .gallery-sort .gallery-sort-right li span {
    font-size: 17px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    margin: 0 5px;
}
/* -------------------------------------------------------------------------
    FAST MESSAGES
------------------------------------------------------------------------- */
.fast-messages-list {
    list-style-type: none;
    margin: 0 0 50px 90px;
    border-left: 1px solid #d3d3d3;
    padding: 0 30px 0 30px;
}
.fast-messages-list li {
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.3em;
    padding: 20px 0 0 0;
}
.fast-messages-list li:last-child {
    border-bottom: 0;
}
.fast-messages-list li time {
    position: absolute;
    display: block;
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 300;
    left: -121px;
    top: 18px;
    width: 90px;
    text-align: center;
    line-height: 1.2em;
}
.fast-messages-list .fast-message-perex {
    padding: 0 0 20px 0;
}
.fast-messages-list .fast-message-perex strong {
    font-weight: 700;
}
.fast-messages-list .fast-message-perex .fast-message-img-link {
    display: block;
    margin: 25px 30px 11px 30px;
}
.fast-messages-list .fast-message-perex .fast-message-img-info {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3em;
}
.fast-messages-list .fast-message-perex .fast-message-img-info span {
    display: block;
    font-size: 12px;
    color: #646464;
}
.fast-messages-list .fast-message-perex .fast-message-img-link img {
    display: block;
    max-width: 100%;
}
.fast-messages-list .fast-message-perex.share-active {
    padding: 0 0 25px 0;
}
.fast-messages-list li .fast-message-perex .share-menu {
    text-align: left;
    margin: 25px 0 0 0!important;
    padding: 0;
    display: none;
}
.fast-messages-list li .fast-message-perex.share-active .share-menu {
    display: inline-block;
}
.fast-messages-list li .share-menu li {
    border-bottom: 0;
    margin-bottom: 0;
}
.fast-messages-list .share-menu li a {
    text-align: center;
}
.fast-messages-filter .fast-message-filter-menu {
    display: inline-block;
    margin-right: 6px;
}
.fast-messages-filter .fast-message-filter-menu i {
    display: none;
}
.fast-messages-filter form {
    display: inline-block;
}
.fast-messages-filter form .fast-messages-filter-checkbox.active {
    background-color: #eb1c2b;
}
.fast-messages-filter form .fast-messages-filter-checkbox.active label {
    color: #fff;
}
.fast-messages-filter form .fast-messages-filter-checkbox {
    padding: 0; 
    margin: 0 7px 13px 0;
    display: inline-block;
    background-color: #e8e8e8;
}
.fast-messages-filter form .fast-messages-filter-checkbox:last-child {
    margin-right: 0;
}
.fast-messages-filter form .fast-messages-filter-checkbox label {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    height: 29px;
    line-height: 29px;
    padding: 0 10px 0 24px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fast-messages-filter form .fast-messages-filter-checkbox label:hover {
    cursor: pointer;
}
.fast-messages-filter form .fast-messages-filter-checkbox label::before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    margin-left: 2px;
    margin-top: 7px;
    background-color: #fff;
}
.fast-messages-filter form .fast-messages-filter-checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    left: 2px;
    top: 7px;
    font-size: 8px;
    color: #555555; 
}
.fast-messages-filter form .fast-messages-filter-checkbox input[type="checkbox"] {
    opacity: 0; 
    width: 0;
    height: 0;
}
.fast-messages-filter form .fast-messages-filter-checkbox input[type="checkbox"]:checked + label::after {
    content: "\e913"; 
    font-family: "icomoon";
}
.fast-messages-filter form .fast-messages-filter-checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; 
}
.fast-messages-filter form .fast-messages-filter-checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; 
}
.fast-messages-filter form .fast-messages-filter-checkbox input[type="checkbox"]:checked + label::before {
    color: #000;
}
.fast-messages-filter form .fast-messages-filter-checkbox input[type="checkbox"]:checked + label::after {
    color: #000;
}
.fast-messages-more-link {
    text-align: center;
    margin: 0 0 50px 90px;
}
.fast-messages-more-link button {
    font-size: 18px;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    border: 0;
    margin: 0;
    background-color: #f4f4f4;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.fast-messages-more-link button:hover {
    background-color: #eb1c2b;
    color: #fff;
}
.fast-message-detail h1 {
    font-size: 19px!important;
    margin: 3px 5px 0 0!important;
    padding: 0 0 0 30px;
    float: left;
    text-align: left!important;
}
/* -------------------------------------------------------------------------
    BOX SEARCH
------------------------------------------------------------------------- */
.box-search-form {
    background-color: #f4f4f4;
    text-align: center;
    padding: 30px 10px;
    margin: 0 0 30px 0;
}
.box-search-form label {
    font-size: 18px;
    font-weight: 600;
    color: #2e2e2e;
    margin: 0 25px 0 0;
}
.box-search-form div {
    position: relative;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    display: inline-block;
}
.box-search-form div input[type="text"] {
    margin: 0;
    border: 0;
    padding: 5px 40px 5px 12px;
    background: #fff;
    font-size: 18px;
    font-weight: 300;
    color: #2e2e2e;
    width: 266px;
}
.box-search-form div button {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    width: 40px;
    height: 36px;
    cursor: pointer;
}
.box-search-form div button::before {
    content: "\e906";
    font-family: "icomoon";
}
/* -------------------------------------------------------------------------
    BOX MORE GIRLS
------------------------------------------------------------------------- */
.box-more-girls {
    border-top: 1px solid #d3d3d3;
    padding: 30px 0 44px 0;
}
.box-more-girls h2 {
    font-size: 30px;
    font-weight: bold;
    border-left: 4px solid #eb1c2b;
    text-transform: uppercase;
    padding: 4px 10px;
    line-height: 1.0em;
    margin: 0 0 25px 0;
}
.box-more-girls-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.box-more-girls-content a {
    display: block;
    width: calc(25% - 16px);
    margin: 0 8px 16px 8px;
    position: relative;
    overflow: hidden;
}
.box-more-girls-content .logo-sportky::before {
    background-image: url("../img/sportky.svg");
    background-size: auto 60px;
}
.box-more-girls-content .logo-topky::before {
    background-image: url("../img/topky.svg");
    background-size: auto 40px;
}
.box-more-girls-content .logo-podkapotou::before {
    background-image: url("../img/podkapotou.svg");
    background-size: auto 60px;
}
.box-more-girls-content a::before {
    position: absolute;
    content: "";
    height: 38px;
    background-color: #fff;
    bottom: 15%;
    left: 5%;
    display: block;
    width: 140%;
    transform: rotate(-45deg);
    background-position: center center;
    background-repeat: no-repeat;
}
.box-more-girls-content a img {
    display: block;
    max-width: 100%;
}
/* -------------------------------------------------------------------------
    MENU
------------------------------------------------------------------------- */
.menu-content form:hover {
    width: 300px;
}
.menu-content form.active {
    width: 300px;
}
.menu-content form {
    position: absolute;
    height: 37px;
    width: 37px;
    right: 0;
    top: 0;
    background-color: #252525;
    overflow: hidden;
    -webkit-transition: width 400ms ease-in-out;
    -moz-transition: width 400ms ease-in-out;
    -o-transition: width 400ms ease-in-out;
    transition: width 400ms ease-in-out;
    text-align: right;
    white-space: nowrap;
}
.menu-content form input {
    width: 241px;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    background-color: #252525;
    padding: 7px 37px 6px 20px;
}
.menu-content form input::-webkit-input-placeholder { 
    color: #fff;
    opacity: 1;
}
.menu-content form input:-moz-placeholder { 
    color: #fff;
    opacity: 1;
}
.menu-content form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.menu-content form input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.menu-content form button {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #252525;
    color: #fff;
    font-size: 16px;
    width: 37px;
    height: 37px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.menu-content form button::before {
    font-family: 'icomoon';
    content: "\e906";
}
.menu-wrapper {
    width: 100%;
    overflow: hidden;
}
.menu-content {
    width: calc(100% - 37px);
    padding: 0 37px 0 0;
    height: 42px;
    overflow: hidden;
    z-index: 20;
    position: relative;
}
.menu-content .menu {
    height: 37px;
    background: #515151;
    background: -moz-linear-gradient(left, #515151 0%, #494949 24%, #2d2d2d 76%, #252525 100%);
    background: -webkit-linear-gradient(left, #515151 0%,#494949 24%,#2d2d2d 76%,#252525 100%);
    background: linear-gradient(to right, #515151 0%,#494949 24%,#2d2d2d 76%,#252525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#252525',GradientType=1 );
}
.menu-content .menu .slick-list {
    overflow: visible;
} 
.menu-content .menu li {
    display: block;
    float: left;
    height: 37px;
}
.menu-content .menu li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    padding: 0 10px;
    position: relative;
    height: 37px;
    line-height: 37px;
}
.menu-content .menu li a::after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
}
.menu-content .menu li:hover a {
    background-color: #000;
}
.menu-content .menu li:hover a::after {
    display: inline-block;
}
.menu-content .menu .active a {
    background-color: #000;
}
.menu-content .menu .active a::after {
    display: inline-block;
}
.menu-content .menu .external a {
    font-weight: 300;
}
.submenu-content {
    background-color: #f4f4f4;
    width: 100%;
    margin-top: -5px;
    height: 37px;
}
.submenu-content .submenu {
    display: none;
}
.submenu-content .submenu.active {
    display: block;
}
.submenu-content .submenu li {
    display: block;
    float: left;
}
.submenu-content .submenu li a  {
    background-color: #f4f4f4!important;
    color: #000;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    padding: 6px 11px;
    display: block;
}
.submenu-content .submenu li a.active {
    color: #808080;
}
.submenu-content .submenu li a.active:hover {
    color: #808080;
}
.submenu-content .submenu li a:hover {
    color: #eb1c2b;
}
.mobile {
    display: none;
}
/* -----------------------------------------------------------------------------

    MAIN CONTENT

----------------------------------------------------------------------------- */
.main-content {
    display: flex;
    flex-wrap: wrap;
}
/* -----------------------------------------------------------------------------

    MAIN CONTENT FULL WIDTH

----------------------------------------------------------------------------- */
.main-content .main-content-full-width {
    width: 100%;
}
.main-content .main-content-full-width .box-section {
    border-bottom: 0;
}
.full-width-player {
    display: flex;
    align-items: flex-start;
}
.full-width-player .full-width-player-left {
    width: calc(100% - 300px);
}
.full-width-player .full-width-player-left .full-width-player-article-name {
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    font-weight: 300;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    background-color: #f4f4f4;
    margin-top: -7px;
}
.full-width-player .full-width-player-left .full-width-player-article-name strong {
    font-weight: 700;
}
.full-width-player .full-width-player-right {
    width: 300px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #2f2f2f;
}
.full-width-player .full-width-player-right .full-width-player-playlist {
    list-style-type: none;
}
.full-width-player .full-width-player-right .full-width-player-playlist li a {
    display: block;
    padding: 15px;
    height: 50px;
    color: #fff;
    line-height: 1.0em;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}
.full-width-player .full-width-player-right .full-width-player-playlist li a::after {
    content: "";
    display: block;
    height: 1px;
    margin: 15px 0;
    background-color: #565656;
}
.full-width-player .full-width-player-right .full-width-player-playlist li:last-child a::after {
    display: none;
}
.full-width-player .full-width-player-right .full-width-player-playlist li a:hover {
    background-color: #eb1c2b;
}
.full-width-player .full-width-player-right .full-width-player-playlist li a.selected {
    background-color: #eb1c2b;
}
.full-width-player .full-width-player-right .full-width-player-playlist li a span {
    display: block;
    height: 50px;
    overflow: hidden;
}
.full-width-player .full-width-player-right .full-width-player-playlist li a img {
    height: 50px;
    float: left;
    margin: 0 10px 0 0;
}
/* -----------------------------------------------------------------------------

    MAIN CONTENT LEFT

----------------------------------------------------------------------------- */
.main-content .main-content-left {
    margin-right: 25px;
    width: calc(100% - 325px);
    padding: 25px 0 0 0;
}
/* -----------------------------------------------------------------------------

    MAIN CONTENT RIGHT

----------------------------------------------------------------------------- */
.main-content .main-content-right {
    flex: 0 0 300px;
    padding: 24px 0 20px 0;
}
/* -------------------------------------------------------------------------
    ARTICLE DETAIL
------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
    ONLINE BROADCAST
------------------------------------------------------------------------- */
.online-broadcast {
    margin-bottom: 30px;
}
.online-broadcast-loading {
    width: 100%;
    text-align: center;
}
.online-broadcast h1 {
    font-size: 30px !important;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 13px !important;
}
.online-broadcast .online-broadcast-top {
    text-align: center;
    margin-bottom: 47px;
}
.online-broadcast .online-broadcast-top .delim {
    margin: 0 4px;
}
.online-broadcast .online-broadcast-top-info {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
    flex-wrap: wrap;
}
.online-broadcast .online-broadcast-top-info.type-1 {
    display: block;
}
.online-broadcast .online-broadcast-top-info.type-1 .online-broadcast-top-info-team {
    width: 100%;
}
.online-broadcast .online-broadcast-top-info.type-1 .online-broadcast-top-info-score  {
    width: 100%;
}
.online-broadcast .online-broadcast-top-info .online-broadcast-top-info-team {
    text-align: center;
    width: 30%;
}
.online-broadcast .online-broadcast-top-info .online-broadcast-top-info-team img {
    width: 100px;
    border-radius: 50%;
    margin-bottom: 9px;
}
.online-broadcast .online-broadcast-top-info .online-broadcast-top-info-team h2 {
    font-size: 26px;
}
.online-broadcast .online-broadcast-top-info-score {
    text-align: center;
    line-height: 1.2em;
    padding-top: 26px;
    width: 40%;
}
.online-broadcast .online-broadcast-top-info-score strong {
    display: block;
}
.online-broadcast .online-broadcast-top-info-score span {
    display: block;
}
.online-broadcast .online-broadcast-top-info-score .top-info-score {
    font-size: 44px;
    margin-bottom: 11px;
    display: block;
    line-height: 1em;
}
.online-broadcast .online-broadcast-top-info-score .top-info-score.highlight {
    color: #eb1c2b;
}
.online-broadcast .online-broadcast-top-status {
    text-align: center;
    margin-bottom: 40px;
}
.online-broadcast .online-broadcast-top-status span {
    display: inline-block;
    font-size: 17px;
    border: 1px solid #d3d3d3;
    padding: 8px 14px 7px 14px;
    border-radius: 20px;
}
.online-broadcast .online-broadcast-menu {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    margin: 0 !important;
}
.online-broadcast .online-broadcast-menu li {
    width: calc(25% - 1px);
    text-align: center;
    border-right: 1px solid #fff;
    padding: 0 !important;
}
.online-broadcast .online-broadcast-menu li:before {
    width: 0px !important;
}
.online-broadcast .online-broadcast-menu li a {
    display: block;
    font-size: 17px;
    height: 56px;
    line-height: 56px;
    background-color: #e9e9e9;
}
.online-broadcast .online-broadcast-menu .current a {
    background-color: #515151;
    color: #fff;
    font-weight: bold;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter {
    padding: 21px 0 20px 0;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 25px;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter .custom-radio {
    display: inline-block;
    margin-left: 23px;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter .custom-radio [type="radio"]:checked,
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter .custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter .custom-radio [type="radio"]:checked + label,
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter .custom-radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter .custom-radio [type="radio"]:checked + label:before,
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter .custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #d4d4d4;
    border-radius: 100%;
    background: #fff;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter .custom-radio [type="radio"]:checked + label:after,
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter .custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #eb1c2b;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter .custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-filter .custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-timeline .online-broadcast-comment-timeline-row {
    display: flex;
    position: relative;
    margin-left: 60px;
    align-items: baseline;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-timeline .online-broadcast-comment-timeline-row.start::before {
	display: none;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-timeline .online-broadcast-comment-timeline-row::before {
	content: "";
    height: 20px;
    width: 1px;
    background-color: #e9e9e9;
    display: block;
    position: absolute;
    top: 0;
    left: 24px;
    height: 100%;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-timeline .online-broadcast-comment-timeline-row.start .timeline-time {
    margin-bottom: 40px;
} 
.online-broadcast .online-broadcast-comment .online-broadcast-comment-timeline .online-broadcast-comment-timeline-row .timeline-time.bg-light {
    background-color: #e9e9e9;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-timeline .online-broadcast-comment-timeline-row .timeline-time.bg-dark {
    background-color: #515151;
    color: #fff;
    border: 1px solid #515151;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-timeline .online-broadcast-comment-timeline-row.start .timeline-time::after {
    display: none;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-timeline .online-broadcast-comment-timeline-row .timeline-icon {
    position: absolute;
    left: -35px;
    top: calc(15%);
    width: 20px;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-timeline .online-broadcast-comment-timeline-row .timeline-time {
    width: 48px;
    height: 48px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    font-size: 17px;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
}
.online-broadcast .online-broadcast-comment .online-broadcast-comment-timeline .online-broadcast-comment-timeline-row .timeline-comment {
    font-size: 17px;
    width: calc(100% - 62px);
}
.online-broadcast .online-broadcast-statistics .online-broadcast-statistics-table {
    padding: 18px 25px 16px 25px;
    font-size: 17px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 24px;
    border-collapse: inherit !important;
    margin: 0 0 24 0 !important;
}
.online-broadcast .online-broadcast-statistics .online-broadcast-statistics-table tr td {
    vertical-align: top;
    padding: 0 10px;
    background-color: inherit !important;
    border: inherit !important;
    font-weight: inherit !important;
}
.online-broadcast .online-broadcast-statistics .online-broadcast-statistics-table tr td:first-child {
    width: 20%;
}
.online-broadcast .online-broadcast-statistics-graph {
    padding: 0 25px;
}
.online-broadcast .online-broadcast-statistics-graph .online-broadcast-statistics-graph-row {
    padding-bottom: 24px;
}
.online-broadcast .online-broadcast-statistics-graph .online-broadcast-statistics-graph-row .online-broadcast-statistics-graph-row-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 17px;
}
.online-broadcast .online-broadcast-statistics-graph .online-broadcast-statistics-graph-row .online-broadcast-statistics-graph-row-indicator {
    height: 8px;
    background-color: #e9e9e9;
    display: flex;
}
.online-broadcast .online-broadcast-statistics-graph .online-broadcast-statistics-graph-row .online-broadcast-statistics-graph-row-indicator .statistics-graph-row-indicator-left {
    width: 50%;
}
.online-broadcast .online-broadcast-statistics-graph .online-broadcast-statistics-graph-row .online-broadcast-statistics-graph-row-indicator .statistics-graph-row-indicator-left div {
    float: right;
}
.online-broadcast .online-broadcast-statistics-graph .online-broadcast-statistics-graph-row .online-broadcast-statistics-graph-row-indicator .statistics-graph-row-indicator-right {
    width: 50%;
}
.online-broadcast .online-broadcast-statistics-graph .online-broadcast-statistics-graph-row .online-broadcast-statistics-graph-row-indicator div {
    height: 8px;
}
.online-broadcast .online-broadcast-statistics-graph .online-broadcast-statistics-graph-row .online-broadcast-statistics-graph-row-indicator .bg-grey {
    background-color: #515151;
}
.online-broadcast .online-broadcast-statistics-graph .online-broadcast-statistics-graph-row .online-broadcast-statistics-graph-row-indicator .bg-red {
    background-color: #eb1c2b;
}
.online-broadcast .online-broadcast-tables .score th {
    background-color: #fff;
    color: #000;
}
.online-broadcast .online-broadcast-kits {
    padding: 16px 0 0 0;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table {
    margin: 0 0 16px 0;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table caption {
    text-align: center;
    font-weight: bold;
    padding-bottom: 8px;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr th {
    text-align: left;
    font-weight: bold;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td {
    width: 50%;
    padding: 2px 0;
    line-height: 1.4em;
    background-color: inherit;
    border: inherit;
    font-weight: inherit;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr th.text-right {
    text-align: right;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td.text-right {
    text-align: right;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td .red-color {
    color: #eb1c2b;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td .number {
    display: inline-block;
    width: 20px;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td .name .surname {
    
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td .name .first-name {
    
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td:first-child .number {
    margin-right: 9px;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td:last-child .number {
    margin-left: 9px;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td:first-child .name {
    margin-left: 9px;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td:last-child .name {
    margin-right: 9px;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td:first-child .red-color {
    margin-left: 4px;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td:last-child .red-color {
    margin-right: 4px;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td img { 
    display: inline-block;
    vertical-align: middle;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td .icon {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 5px;

}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td .team-flag {
    height: 14px;
    margin: -3px 0 0 0;
    display: inline-block;
}
.online-broadcast .online-broadcast-kits .online-broadcast-kits-table tr td:last-child {
    text-align: right;
}
.main-content .main-content-left article {
    border-bottom: 1px solid #d3d3d3;
    margin: 0 0 30px 0;
}
.main-content .main-content-left article.no-border-bottom {
    border-bottom: 0;
}
.main-content .main-content-left article ul {
    margin: 0 30px 30px 30px;
}
.main-content .main-content-left .share-menu {
    margin: 0 0 10px 0;
}
.main-content .main-content-left .share-menu li {
    padding: 0;
}
.main-content .main-content-left .share-menu li::before {
    display: none;
}
.main-content .main-content-left article ul li {
    position: relative;
    list-style-type: none;
    padding: 0 0 0 16px;
    font-size: 19px;
} 
.main-content .main-content-left article ul li::before {
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    display: block;
    background-color: #18151d;
}
.main-content .main-content-left article h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1em;
    margin: 0 0 38px 0;
}
.share-menu {
    list-style-type: none;
    text-align: center;
    margin: 0 0 10px 0;
}
.share-menu li {
    display: inline-block;
    margin: 0 4px 10px 4px;
    padding: 0;
}
.share-menu li::before {
    display: none;
}
.share-menu li a[class*='icon-'] {
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.share-menu li .icon-facebook {
    background-color: #365899;
    font-size: 16px;
}
.share-menu li .icon-facebook:hover {
    background-color: #263d6a;
}
.share-menu li .icon-messenger {
    background-color: #007eff;
    font-size: 10px;
}
.share-menu li .icon-messenger:hover {
    background-color: #0a58b1;
}
.share-menu li .icon-twitter {
    background-color: #1da1f2;
    font-size: 14px;
}
.share-menu li .icon-twitter:hover {
    background-color: #1770a8;
}
.share-menu li .icon-whatsapp {
    background-color: #67c15e;
    font-size: 14px;
}
.share-menu li .icon-whatsapp:hover {
    background-color: #478642;
}
.share-menu li .icon-mail {
    background-color: #42989b;
    font-size: 12px;
}
.share-menu li .icon-mail:hover {
    background-color: #2d696b;
}
.share-menu li .icon-copy {
    background-color: #c95b8f;
    font-size: 14px;
}
.share-menu li .icon-copy:hover {
    background-color: #a14972;
}
.share-menu li .icon-comments {
    background-color: #555555;
    font-size: 14px;
}
.share-menu li .icon-comments:hover {
    background-color: #3b3b3b;
}
.share-menu li .icon-comments span {
    display: block;
    position: absolute;
    top: -7px;
    right: -8px;
    background-color: #555555;
    color: #fff;
    font-size: 9px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #fff;
    font-weight: 600;
    padding: 0 3px;
    font-family: 'Titillium Web', sans-serif;
}
.share-menu li .btn-red {
    background-color: #eb1c2b;
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 12px;
    vertical-align: top;
     -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.share-menu li .btn-red:hover {
    background-color: #a3141d;
}
.share-menu li .btn-white {
    background-color: #fff;
    color: #000;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: 1px solid #eb1c2b;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 12px;
    vertical-align: top;
     -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.share-menu li .btn-white:hover {
    background-color: #ea1d2a;
    border: 1px solid #ea1d2a;
    color: #fff;
}
.share-menu .btn-disqus {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    padding: 5px 0 0 0!important;
}
.share-menu .btn-disqus button {
    font-size: 18px;
    background-color: #555555;
    color: #fff;
    border: 0;
    width: 100%;
    padding: 10px 25px 11px 25px;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
}
.share-menu .btn-disqus button span {
    font-size: 12px;
    display: block;
    vertical-align: middle;
    float: right;
    margin: 4px 0 0 10px;
}
.share-menu .btn-disqus button span i {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.share-menu .btn-disqus button a {
    color: #fff;
}
.share-menu li .comments-wrapper .disqus-comment-count {
    display: block;
    position: absolute;
    top: -7px;
    right: -8px;
    background-color: #555555;
    color: #fff;
    font-size: 9px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #fff;
    font-weight: 600;
    padding: 0 3px;
    font-family: 'Titillium Web', sans-serif;
}
.main-content .main-content-left article .box-article-image {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
    position: relative;
}
.main-content .main-content-left article .box-article-image .article-image-btn {
    height: 78px;
    line-height: 78px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    position: absolute;
    top: calc(50% - 53px);
    padding: 0 84px 0 35px;
    width: 141px;
    left: calc(50% - 130px);
    display: none;
}
.main-content .main-content-left article .box-article-image:hover .article-image-btn {
    display: block;
}
.main-content .main-content-left article .box-article-image .article-image-btn::after {
    content: "\e907";
    font-family: "icomoon";
    background: #d71e2d;
    height: 78px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    text-align: center;
}
.main-content .main-content-left article .box-club-logo {
    text-align: center;
    padding: 29px 0 0 0;
    margin: 0 0 47px 0;
}
.main-content .main-content-left article .box-club-logo img {
    display: block;
    width: 185px;
    margin: 0 auto;
}
.main-content .main-content-left article .box-article-image a {
    display: block;
}
.main-content .main-content-left article .box-article-image a img {
    display: block;
    max-width: 100%;
    margin: 0 0 11px 0;
}
.main-content .main-content-left article .box-article-image span {
    display: block;
    font-size: 12px;
    color: #646464;
    margin: 0 0 40px 0;
}
.main-content .main-content-left article h2 {
    font-size: 30px;
    padding: 0 30px;
    line-height: 1.2em;
    margin: 0 0 29px 0;
    text-align: center;
}
.main-content .main-content-left article p {
    font-size: 19px;
    padding: 0 30px;
    margin: 0 0 30px 0;
}
.main-content .main-content-left article p h1 {

}
.main-content .main-content-left article p a {
    color: #eb1c2b;
}
.main-content .main-content-left article table {
    width: calc(100% - 60px);
    text-align: left;
    margin: 0 30px 30px 30px;
    border-collapse: collapse;
    font-size: 16px;
}
.main-content .main-content-left article table tr th {
    background-color: #ededed;
    border: 1px solid #fff;
    font-weight: 600;
    padding: 7px 17px 7px 17px;
}
.main-content .main-content-left article table tr td {
    background-color: #f8f8f8;
    border: 1px solid #fff;
    font-weight: 300;
    padding: 7px 17px 7px 17px;
}
/* -------------------------------------------------------------------------
    BOX CUSTOM SELECT
------------------------------------------------------------------------- */
.box-custom-select {
    margin: 0 0 25px 0;
}
.box-custom-select .row {
    display: flex;
    flex-wrap: wrap;
}
.box-custom-select .row .col-1 {
    width: 100%;
}
.box-custom-select .row .col-2 {
    width: calc(50% - 1px);
    border-right: 1px solid #fff;
}
.box-custom-select .row .col-2:nth-of-type(2n) {
   width: 50%;
   border-right: 0;
}
.box-custom-select .row .col-2:nth-of-type(2n) .selectboxit-options {
    right: 0;
    left: auto;
}
.box-custom-select .row .col-3 {
    width: calc(33.3333% - 1px);
    border-right: 1px solid #fff;
}
.box-custom-select .row .col-3:nth-of-type(3n) {
   width: 33.3333%;
   border-right: 0;
}
.box-custom-select .row .col-3:nth-of-type(2n) .selectboxit-options {
    left: -100%;
}
.box-custom-select .row .col-3:nth-of-type(3n) .selectboxit-options {
    right: 0;
    left: auto;
}
.box-custom-select .row .col-4 {
    width: calc(25% - 1px);
    border-right: 1px solid #fff;
}
.box-custom-select .row .col-4:nth-of-type(4n) {
   width: 25%;
   border-right: 0;
}
.box-custom-select .row .col-4:nth-of-type(4n) .selectboxit-options {
    right: 0;
    left: auto!important;
}
.box-custom-select .row .col-4:nth-of-type(2n) .selectboxit-options {
    left: -100%;
}
.box-custom-select .row .col-4:nth-of-type(3n) .selectboxit-options {
    left: -201%;
}
.box-custom-select .selectboxit-container {
    width: 100%;
}
.box-custom-select .selectboxit-container .selectboxit {
    width: 100%;
    border-radius: 0;
}
.box-custom-select .selectboxit-btn {
    background-image: none;
    background-color: #e9e9e9;
    border: 0;
}
.box-custom-select .selectboxit-container * {
    font: 17px 'Titillium Web', sans-serif;
}
.box-custom-select .selectboxit-container .selectboxit-option-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -4px;
    background-repeat: no-repeat;
    background-size: 16px 48px;
}
.box-custom-select .selectboxit-container span {
    height: 56px;
    line-height: 56px;
}.box-custom-select .selectboxit-container select {
    width: 100% !important;
}
.box-custom-select .selectboxit .selectboxit-option-icon-container {
    margin: 0 10px 0 20px;
}
.box-custom-select .selectboxit-text {
    text-indent: 0;
}
.box-custom-select .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    top: calc(50% - 13px);
    margin: 0;
    right: 14px;
}
.box-custom-select .selectboxit-default-arrow {
    border: 0;
    width: 15px;
    height: 26px;
}
.box-custom-select .selectboxit-default-arrow::before {
    border: 0;
    content: "\e902";
    font-family: "icomoon";
    font-size: 8px;
}
.box-custom-select .selectboxit-option-first {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.box-custom-select .selectboxit-list {
    background-color: #000;
    border: 0;
}
.box-custom-select .selectboxit-container .selectboxit-options {
    border-radius: 0;
}
.box-custom-select .selectboxit-container .selectboxit-options {
    padding: 10px 0;
}
.box-custom-select .selectboxit-option {
    display: inline-block;
    width: 33.3333%;
    border-right: 0;
}
.box-custom-select.col-2 .col:nth-child(2n) .selectboxit-list {
    right: 0;
}
.box-custom-select.col-3 .col:nth-child(2n) .selectboxit-list {
    left: -100%;
}
.box-custom-select.col-3 .col:nth-child(3n) .selectboxit-list {
    right: 0;
}
.box-custom-select.col-4 .col:nth-child(3n) .selectboxit-list {
    left: -100%;
}
.box-custom-select.col-4 .col:nth-child(4n) .selectboxit-list {
    right: 0;
}
.box-custom-select .selectboxit-list {
    white-space: normal;
}
.box-custom-select .selectboxit-list .selectboxit-option-icon-container {
    height: 30px!important;
    line-height: 30px!important;
}
.box-custom-select .selectboxit-option, .box-custom-select .selectboxit-optgroup-header {
    text-indent: 0;
}
.box-custom-select .selectboxit-container .selectboxit-options a {
    color: #bcbcbc;
    padding: 0 0 0 20px;
    margin: 3px 0;
    font-size: 16px;
    background-color: #000;
    text-align: left;
}
.box-custom-select .selectboxit-option-icon {
    margin-right: 10px;
}
.box-custom-select .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background-image: none;
    background-color: transparent;
    background-repeat: no-repeat;
    color: #fff;
}
/* icon sprite */
.box-custom-select .selectboxit-container .icon-en {
    background-position: 0 0;
}
.box-custom-select .selectboxit-container .icon-de {
    background-position: 0 -16px;
}
.box-custom-select .selectboxit-container .icon-sk {
    background-position: 0 -32px;
}
/* -------------------------------------------------------------------------
    BOX CUSTOM SELECT MENU
------------------------------------------------------------------------- */
.box-custom-select-menu {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
}
.box-custom-select-menu li {
    width: calc(25% - 1px);
    border-right: 1px solid #fff;
}
.box-custom-select-menu .active a {
    background-color: #515151;
    color: #fff;
}
.box-custom-select-menu li a {
    font-size: 17px;
    background-color: #f4f4f4;
    display: block;
    padding: 14px 10px 17px 10px;
    text-align: center;
}
.box-custom-select-menu .selectboxit-option-icon {
    display: none!important;
}
.box-custom-select-menu .selectboxit-options {
    right: 0;
}
/* -------------------------------------------------------------------------
    NO DATA MESSAGE
------------------------------------------------------------------------- */
.no-data-message {
    text-align: center;
    margin: 0 0 25px 0;
    font-size: 18px;
    color: #737373;
}
/* -------------------------------------------------------------------------
    livescore
------------------------------------------------------------------------- */
.box-livescore-menu {
    list-style-type: none;
    margin: 0 0 25px 0;
}
.box-livescore-menu li {
    float: left;
    width: calc(16.6666% - 1px);
    border-right: 1px solid #fff;
}
.box-livescore-menu li.red a {
    background-color: #eb1c2b;
    text-transform: uppercase;
    color: #fff;
}
.box-livescore-menu li.current a {
    background-color: #515151;
    color: #fff;
    cursor: default;
}
.box-livescore-menu li a {
    display: block;
    text-align: center;
    padding: 0 10px;
    height: 56px;
    line-height: 56px;
    background-color: #e9e9e9;
    cursor: pointer;
}
.box-livescore-menu li:last-child {
    width: 33.32%;
    border: 0;
}
.box-livescore-menu li:last-child select {
    font-size: 17px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    background: #e9e9e9;
    outline: none;
    height: 56px;
    line-height: 56px;
    border-radius: 0;
    padding: 0 20px;
    background-image: url("../img/arrow-down.svg");
    background-size: auto 8px;
    background-position: right 22px top 24px;
    background-repeat: no-repeat;
}
.box-livescore-menu li:last-child select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.box-livescore-menu li:last-child select::-ms-expand {
    display: none;
}
.box-livescore-menu li.sport-selector-list {
    width: 100%;
}
.select-disabled-div {
    background-color: #e9e9e9;
    border: 0;
    height: 56px;
    line-height: 56px;
    font: 17px 'Titillium Web', sans-serif;
    opacity: 0.65;
}
.select-disabled-div span {
    height: 56px;
    line-height: 56px;
    margin-left: 56px;
}
/* -------------------------------------------------------------------------
    ARTICLE MESSAGES
------------------------------------------------------------------------- */
.article-messages {
    list-style-type: none;
}
.article-messages li {
    margin: 0 0 25px 0;
    padding: 0!important;
}
.article-messages li::before {
    display: none!important;
}
.article-messages li span {
    font-size: 14px;
    font-style: italic;
    display: block;
}
.article-messages li p {
    margin: 0!important;
    padding: 0!important;
}
/* -------------------------------------------------------------------------
    ARTICLE CLUBS
------------------------------------------------------------------------- */
.box-club-menu {
    width: 100%;
    margin: 0 0 22px 0!important;
}
.box-club-menu li {
    float: left;
    width: calc(33.3333% - 1px);
    padding: 0!important;
    margin: 0 1px 0 0;
}
.box-club-menu li:last-child {
    margin: 0;
    width: calc(33.3334%);
}
.box-club-menu li::before {
    display: none!important;
}
.box-club-menu li a {
    font-size: 17px;
    background-color: #f4f4f4;
    display: block;
    padding: 14px 10px 17px 10px;
    text-align: center;
}
.box-club-menu .active a {
    background-color: #515151;
    color: #fff;
}
.club-info {
    font-size: 19px!important;
}
.club-info tr td {
    padding: 2px 0!important;
    border: 0!important;
    background-color: transparent!important;
}
/* -------------------------------------------------------------------------
    ARTICLE PHOTOGALLERY
------------------------------------------------------------------------- */
.main-content .main-content-left article .box-article-photo-gallery {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 20px 0;
    margin: 0 0 42px 0;
}
.main-content .main-content-left article .box-article-photo-gallery .article-photo-gallery-top {
    display: flex;
    justify-content: space-between;
    font-size: 19px;
    padding: 13px 0 15px 0;
}
.main-content .main-content-left article .box-article-photo-gallery .article-photo-gallery-top .title {
    font-weight: 700;
}
.main-content .main-content-left article .box-article-photo-gallery .article-photo-gallery-top .photo-number {
    font-weight: 300;
}
.main-content .main-content-left article .box-article-photo-gallery ul {
    list-style-type: none;
    display: flex;
    margin: 0 -9px;
}
.main-content .main-content-left article .box-article-photo-gallery ul li {
    margin: 0 9px;
    width: calc(50% - 18px);
    padding: 0;
}
.main-content .main-content-left article .box-article-photo-gallery ul li::before {
    display: none;
}
.main-content .main-content-left article .box-article-photo-gallery ul li:last-child a span {
    display: block;
    font-size: 39px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    z-index: 20;
    width: 100%;
    height: 30px;
    line-height: 30px;

}
.main-content .main-content-left article .box-article-photo-gallery ul li:last-child a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 10;
}
.main-content .main-content-left article .box-article-photo-gallery ul li a {
    display: block;
    position: relative;
}
.main-content .main-content-left article .box-article-photo-gallery ul li a img {
    display: block;
    max-width: 100%;
}
/* -------------------------------------------------------------------------
    ARTICLE ONLINE CHAT FORM
------------------------------------------------------------------------- */
.main-content .main-content-left article .form-online-chat {
   margin: 0 auto;
   width: calc(100% - 40px);
}
.main-content .main-content-left article .form-online-chat .form-row {
    display: flex;
    justify-content: space-between;
}
.main-content .main-content-left article .form-online-chat .form-row.col-2 .col {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
}
.main-content .main-content-left article .form-online-chat .form-row .col {
    width: calc(100% - 20px);
    margin: 0 10px 20px 10px;
}
.main-content .main-content-left article .form-online-chat .form-row .col input[type="text"], .main-content .main-content-left article .form-online-chat .form-row .col input[type="email"], .main-content .main-content-left article .form-online-chat .form-row .col textarea {
    width: calc(100% - 40px);
    background-color: #ededed;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Titillium Web', sans-serif;
    color: #000;
    padding: 8px 20px 12px 20px;
}
.main-content .main-content-left article .form-online-chat .form-row .col input[type="submit"] {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    background-color: #eb1c2b;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    width: 220px;
    float: right;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -ms-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}
.main-content .main-content-left article .form-online-chat .form-row .col input[type="submit"]:hover {
    background-color: #a3141d;
}
.main-content .main-content-left article .form-online-chat .form-row .col textarea {
    height: 84px;
    resize: none;
}
.main-content .main-content-left article .form-online-chat .form-row .col input::-webkit-input-placeholder { 
    color: #000;
    opacity: 1;
}
.main-content .main-content-left article .form-online-chat .form-row .col input:-moz-placeholder { 
    color: #000;
    opacity: 1;
}
.main-content .main-content-left article .form-online-chat .form-row .col input::-moz-placeholder { 
    color: #000;
    opacity: 1;
}
.main-content .main-content-left article .form-online-chat .form-row .col input:-ms-input-placeholder { 
    color: #000;
    opacity: 1;
}
.main-content .main-content-left article .form-online-chat .form-row .col textarea::-webkit-input-placeholder { 
    color: #000;
    opacity: 1;
}
.main-content .main-content-left article .form-online-chat .form-row .col textarea:-moz-placeholder { 
    color: #000;
    opacity: 1;
}
.main-content .main-content-left article .form-online-chat .form-row .col textarea::-moz-placeholder { 
    color: #000;
    opacity: 1;
}
.main-content .main-content-left article .form-online-chat .form-row .col textarea:-ms-input-placeholder { 
    color: #000;
    opacity: 1;
}
/* -------------------------------------------------------------------------
    ONLINE MESSAGE CHAT
------------------------------------------------------------------------- */
.online-message-chat {
    margin: 0 30px;
    padding: 0 0 30px 0;
}
.online-message-chat .message-from {
    font-size: 14px;
    font-weight: 300;
    color: #686868;
}
.online-message-chat .message {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 27px 0;
}
.online-message-chat .message strong {
    font-weight: 600;
}
.online-message-chat .answer {
    margin: 0 0 32px 20px;
    background-color: #ededed;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    padding: 15px 22px 13px 22px;
    position: relative;
}
.online-message-chat .answer::before {
    position: absolute;
    left: 20px;
    top: -14px;
    content:"";
    width: 0; 
    height: 0; 
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #ededed;
}

/* -------------------------------------------------------------------------
    ARTICLE BOX INQUIRY
------------------------------------------------------------------------- */
.box-inquiry {
    margin: 0 30px 30px 30px;
}
.box-inquiry .box-inquiry-header {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    margin: 0 0 3px 0;
}
.box-inquiry .box-inquiry-header .box-inquiry-header-left {
    font-size: 16px;
    padding: 0 0 0 10px;
}
.box-inquiry .box-inquiry-header .box-inquiry-header-left button {
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: #fff;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}
.box-inquiry .box-inquiry-header .box-inquiry-header-left button:hover {
    color: #eb1c2b;
}
.box-inquiry .box-inquiry-header .box-inquiry-header-right {
    font-size: 14px;
    color: #686868;
    padding: 0 10px 0 0;
}
.box-inquiry .box-inquiry-indicator {
    height: 12px;
    background-color: #f4f4f4;
    margin: 0 0 15px 0;
}
.box-inquiry .box-inquiry-indicator div {
    height: 12px;
    background-color: #71b627;
}
.box-inquiry .box-inquiry-result {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    margin-top: -3px;
}
/* -------------------------------------------------------------------------
    ARTICLE BOX INQUIRY VOTE
------------------------------------------------------------------------- */
.box-inquiry.vote .box-inquiry-header button {
    font-size: 18px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
    cursor: pointer;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}
.box-inquiry.vote .box-inquiry-header button:hover {
    color: #eb1c2b;
}
.box-inquiry.vote .box-inquiry-indicator {
    background-color: #eb1c2b;
    margin: 0 0 1px 0;
}
.box-inquiry.vote .box-inquiry-indicator div {
    background-color: #71b627;
}
.box-inquiry.vote .box-inquiry-footer {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #686868;
    margin: 0 0 8px 0;
}
.box-inquiry.vote .box-inquiry-footer .box-inquiry-footer-left {
    padding: 0 0 0 10px;
}
.box-inquiry.vote .box-inquiry-footer .box-inquiry-footer-right {
    padding: 0 10px 0 0; 
}
/* -------------------------------------------------------------------------
    ARTICLE HASHTAGS
------------------------------------------------------------------------- */
.main-content .main-content-left article .article-hash-tags {
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0 0 22px 0;
}
.main-content .main-content-left article .article-hash-tags strong {
    display: inline-block;
    margin-right: 8px;
}
.main-content .main-content-left article .article-hash-tags a {
    display: inline-block;
    background-color: #f4f4f4;
    height: 36px;
    line-height: 36px;
    color: #000;
    padding: 0 15px;
    border-radius: 20px;
    margin: 0 4px 8px 4px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.main-content .main-content-left article .article-hash-tags a:hover {
    background-color: #aaaaaa;
}
/* -------------------------------------------------------------------------
    ARTICLE BOTTOM INFO
------------------------------------------------------------------------- */
.main-content .main-content-left article ul.article-bottom-info {
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #d3d3d3;
    padding: 7px 0 8px 0;
    margin: 0;
}
.main-content .main-content-left article ul.article-bottom-info li {
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    font-size: 14px;
}
.main-content .main-content-left article .article-bottom-info li::before {
    display: none;
}
.main-content .main-content-left article .article-bottom-info li strong {
    font-weight: 600;
}
/* -------------------------------------------------------------------------
    ARTICLE ADVERTISEMENT
------------------------------------------------------------------------- */
.main-content .main-content-left article .box-advertisement {
    display: flex;
    margin: 0 58px 50px 58px;
    width: auto;
}
.main-content .main-content-left article .box-advertisement .col {
    width: 50%;
    text-align: center;
}
/* -------------------------------------------------------------------------
    BOX READER TIP
------------------------------------------------------------------------- */
.box-reader-tip {
    background: #eb1c2b;
    background: -moz-linear-gradient(left, #eb1c2b 0%, #e21d2b 28%, #c8212d 79%, #c2212d 100%);
    background: -webkit-linear-gradient(left, #eb1c2b 0%,#e21d2b 28%,#c8212d 79%,#c2212d 100%);
    background: linear-gradient(to right, #eb1c2b 0%,#e21d2b 28%,#c8212d 79%,#c2212d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1c2b', endColorstr='#c2212d',GradientType=1 );
    color: #fff;
    margin: 0 30px 30px 30px;
    padding: 0 0 0 96px;
    font-size: 22px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
}
.box-reader-tip a {
    color: #fff;
    text-decoration: underline;
    font-weight: 300;
}
.box-reader-tip strong {
    font-weight: 600;
    text-transform: uppercase;
}
.box-reader-tip .icon-tip {
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}
/* -------------------------------------------------------------------------
    BREADCRUMBS
------------------------------------------------------------------------- */
.breadcrumbs {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    padding: 7px 0 8px 0;
    margin: 0 0 30px 0;
}
.breadcrumbs ul li {
    display: inline-block;
    margin-right: 5px;
}
.breadcrumbs ul li:last-child {
    margin-right: 0
}
.breadcrumbs ul li:last-child::after {
    display: none;
}
.breadcrumbs ul li::after {
    content: "\e907";
    font-family: "icomoon";
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin-left: 7px;
}
.breadcrumbs li a {
    color: #000;
}
.breadcrumbs li a:hover {
    color: #eb1c2b;
}
.breadcrumbs a i {
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
}
.breadcrumbs span, .breadcrumbs time {
    color: #646464;
}
.breadcrumbs button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 300;
    color: #646464;
    cursor: pointer;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    background: none;
}
.breadcrumbs button:hover {
    color: #eb1c2b;
}
.breadcrumbs button i {
    color: #eb1c2b;
    display: inline-block;
    font-size: 16px;
    margin: -4px 0 0 3px;
    vertical-align: middle;
}
/* -------------------------------------------------------------------------
    BOX READ IT
------------------------------------------------------------------------- */
.box-read-it {
    max-width: 635px;
    margin: 0 auto 34px auto;
    background-color: #f4f4f4;
    padding: 0 20px 0 0;
}
.box-read-it a {
    display: block;
    font-size: 18px;
    line-height: 1.3em;
}
.box-read-it a img {
    max-width: 140px;
    display: block;
    float: left;
    margin: 0 20px 0 0;
}
.box-read-it a span {
    font-weight: 300;
    margin: 0 0 7px 0;
    display: block;
    padding: 15px 0 0 0;
}
.box-read-it a p {
    font-weight: 600;
    margin: 0!important;
    height: 48px;
    overflow: hidden;
    padding: 0!important;
}
/* -------------------------------------------------------------------------
    BOX SPECIAL EVENT
------------------------------------------------------------------------- */
.box-special-event {
    margin: 0 0 25px 0;
}
.box-special-event a {
    display: block;
    position: relative;
}
.box-special-event a:hover h2 {
	color: #eb1c2b;
}
.box-special-event a span {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    background-color: #eb1c2b;
    padding: 0 10px;
    color: #fff;
    position: relative;
    display: block;
    position: absolute;
    left: 30px;
    top: 52px;
}
.box-special-event a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.75) 9%, rgba(0,0,0,0.64) 22%, rgba(0,0,0,0.24) 55%, rgba(0,0,0,0.07) 73%, rgba(0,0,0,0) 84%, rgba(255,255,255,0) 85%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.75) 9%,rgba(0,0,0,0.64) 22%,rgba(0,0,0,0.24) 55%,rgba(0,0,0,0.07) 73%,rgba(0,0,0,0) 84%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.75) 9%,rgba(0,0,0,0.64) 22%,rgba(0,0,0,0.24) 55%,rgba(0,0,0,0.07) 73%,rgba(0,0,0,0) 84%,rgba(255,255,255,0) 85%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00ffffff',GradientType=1 );
}
.box-special-event a img {
    max-width: 100%;
    display: block;
}
.box-special-event a h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    line-height: 40px;
    left: 33px;
    max-width: 350px;
    top: 95px;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}
/* -------------------------------------------------------------------------
    BOX SPECIAL EVENT SLIDER
------------------------------------------------------------------------- */
.box-special-event-slider {
    margin: 0 0 25px 0;
    text-align: center;
}
.box-special-event-slider .article-item .article-item-info {
    position: absolute;
    left: 0;
    bottom: calc(50% - 79px);
    width: 100%;
    z-index: 20;
}
.box-special-event-slider .article-item .article-item-info span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #eb1c2b;
    text-transform: uppercase;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    margin: 0 5px;
}
.box-special-event-slider .article-item a {
    display: block;
    position: relative;
}
.box-special-event-slider .article-item a::after {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 12%, rgba(0,0,0,0.15) 26%, rgba(0,0,0,0.59) 79%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 12%,rgba(0,0,0,0.15) 26%,rgba(0,0,0,0.59) 79%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 12%,rgba(0,0,0,0.15) 26%,rgba(0,0,0,0.59) 79%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info a span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 2px;
    text-align: center;
    position: relative;
    margin: 0 0 0 5px;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info .discussion span {
    background-color: #eb1c2b;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info a span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 2px;
    text-align: center;
    position: relative;
    margin: 0 0 0 5px;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info .sharing span {
    background-color: #3b5998;
}
.box-special-event-slider .article-item a.video::before {
    content: "\e909";
    font-family: "icomoon";
    position: absolute;
    font-size: 52px;
    left: calc(50% - 26px);
    top: calc(50% - 26px);
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    opacity: 0.8;
    z-index: 20;
}
.box-special-event-slider .article-item a:hover .article-item-title {
    color: #eb1c2b;
}
.box-special-event-slider .article-item a img {
    display: block;
    max-width: 100%;
}
.box-special-event-slider .article-item .article-item-title {
    position: absolute;
    bottom: 24px;
    left: 0;
    width: calc(100% - 80px);
    font-size: 28px;
    color: #fff;
    line-height: 1.2em;
    padding: 0 40px;
    font-weight: 400;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    z-index: 20;
}
.box-special-event-slider .article-item .article-item-title span {
    display: block;
    height: 66px;
    overflow: hidden;
}
.box-special-event-slider .article-item .article-item-title strong {
    font-size: 34px;
    font-weight: bold;
    display: block;
    margin: 0 0 9px 0;
    line-height: 1.3em;
}
.box-special-event-slider .slick-arrow {
    position: absolute;
    height: 54px;
    width: 54px;
    background-color: rgba(0, 0, 0, 0.7); 
    top: calc(50% - 27px);
    z-index: 30;
    color: #fff;
    font-size: 24px;
}
.box-special-event-slider .slick-arrow {
    display: none!important;
}
.box-special-event-slider .slick-arrow::before {
    margin: 15px 0 0 0;
    display: block;
}
.box-special-event-slider:hover .slick-arrow {
    display: block!important;
} 
.box-special-event-slider .slick-arrow.slick-disabled {
    display: none!important;
}
.box-special-event-slider .slick-arrow:hover {
    cursor: pointer;
    background-color: #eb1c2b;
}
.box-special-event-slider .icon-arrow-right {
    right: 0;
}
.box-special-event-slider .icon-arrow-left {
    left: 0;
}
.box-special-event-slider .slick-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    list-style-type: none;
    z-index: 20;
}
.box-special-event-slider .slick-dots li {
    float: left;
    margin-right: 1px;
}
.box-special-event-slider .slick-dots li button {
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    margin: 0;
    height: 38px;
    line-height: 38px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.box-special-event-slider .slick-dots li button:hover {
    cursor: pointer;
    background-color: #eb1c2b;
}
.box-special-event-slider .slick-dots .slick-active button {
    background: #9d1923;
}
.box-special-event-slider .slick-dots .slick-active button:hover {
    background: #9d1923;
}
.box-special-event-slider .slick-dots:last-child {
    margin-right: 0;
}
.box-special-event-slider .slick-dots .col-2 {
    width: calc(50% - 1px);
}
.box-special-event-slider .slick-dots .col-2:last-child {
    margin-right: 0;
    width: 50%;
}
.box-special-event-slider .slick-dots .col-3 {
    width: calc(33.3333% - 1px);
}
.box-special-event-slider .slick-dots .col-3:last-child {
    margin-right: 0;
    width: 33.3333%;
}
.box-special-event-slider .slick-dots .col-4 {
    width: calc(25% - 1px);
}
.box-special-event-slider .slick-dots .col-4:last-child {
    margin-right: 0;
    width: 25%;
}
.box-special-event-slider .slick-dots .col-5 {
    width: calc(20% - 1px);
}
.box-special-event-slider .slick-dots .col-5:last-child {
    margin-right: 0;
    width: 20%;
}
.box-special-event-slider .slick-dots .col-6 {
    width: calc(16.6666% - 1px);
}
.box-special-event-slider .slick-dots .col-6:last-child {
    margin-right: 0;
    width: 16.6666%;
}
.box-special-event-slider .slick-dots .col-7 {
    width: calc(14.2857% - 1px);
}
.box-special-event-slider .slick-dots .col-7:last-child {
    margin-right: 0;
    width: 14.2857%;
}
.box-special-event-slider .slick-dots .col-8 {
    width: calc(12.5% - 1px);
}
.box-special-event-slider .slick-dots .col-8:last-child {
    margin-right: 0;
    width: 12.5%;
}
.box-special-event-slider .slick-dots .col-9 {
    width: calc(11.1111% - 1px);
}
.box-special-event-slider .slick-dots .col-9:last-child {
    margin-right: 0;
    width: 11.1111%;
}
.box-special-event-slider .slick-dots .col-10 {
    width: calc(10% - 1px);
}
.box-special-event-slider .slick-dots .col-10:last-child {
    margin-right: 0;
    width: 10%;
}
/* -------------------------------------------------------------------------
    BOX SECTION
------------------------------------------------------------------------- */
.box-section {
    border-bottom: 1px solid #d3d3d3;
    margin: 0 0 30px 0;
}
.box-section.no-border-bottom {
    border-bottom: 0;
    margin-bottom: 0;
}
.box-section .box-section-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 0 20px 0;
}
.box-section .box-section-top h2, .box-section .box-section-top h1 {
    font-size: 30px;
    font-weight: bold;
    border-left: 4px solid #515151;
    text-transform: uppercase;
    padding: 4px 10px;
    line-height: 1.0em;
}
.box-section .box-section-top ul {
   list-style-type: none; 
}
.box-section .box-section-top ul li {
    display: inline-block;
    margin: 0 3px;
}
.box-section .box-section-top ul li a {
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 10px; 
}
.box-section .box-section-top ul .active a {
    background-color: #515151;
    color: #fff;
}
/* -------------------------------------------------------------------------
    BOX SECTION LIST
------------------------------------------------------------------------- */
.box-section.list {
    border-bottom: 0;
}
.box-section.list .box-section-content .article-item {
    margin: 0 0 20px 0;
}
.box-section.list .box-section-content.col-1 .col .article-item .article-item-image {
   margin: 0 10px;
   width: calc(32% - 20px);
}
.box-section.list .box-section-content.col-1 .col .article-item .article-item-content {
   margin: 0 10px; 
   width: calc(67% - 20px);
}
.box-section.list .box-section-content.col-1 .col .article-item .article-item-content .article-item-category span {
    margin: -2px 0 0 5px;
}
.box-section.list .box-section-content.col-1 .col .article-item .article-item-content .article-item-title {
    font-size: 24px;
    margin: 0 0 19px 0;
}
/* -------------------------------------------------------------------------
    MORE BTN
------------------------------------------------------------------------- */
.more-btn {
    text-align: center;
    margin-bottom: 22px;
}
.more-btn button, .more-btn a {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
    font-weight: 300;
    background-color: #f4f4f4;
    padding: 10px 29px 9px 29px;
    cursor: pointer;
     -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.more-btn button:hover, .more-btn a:hover {
    background-color: #eb1c2b;
    color: #fff;
}
/* -------------------------------------------------------------------------
    PAGINATOR
------------------------------------------------------------------------- */
.paginator {
    list-style-type: none;
    text-align: center;
    margin: 0 0 50px 0;
}
.paginator li {
    display: inline-block;
    margin: 0 1px;
}
.paginator .active a {
    border: 1px solid #d3d3d3;
    background-color: #fff;
}
.paginator li a {
    width: 33px;
    height: 33px;
    display: block;
    line-height: 33px;
    border: 1px solid #f4f4f4;
    text-align: center;
    background: #f4f4f4;
    color: #000;
    font-weight: 300;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.paginator li a:hover {
    background: #eb1c2b;
    color: #fff;
    border: 1px solid #eb1c2b;
}
/* -------------------------------------------------------------------------
    BOX MORE ARTICLES SLIDER
------------------------------------------------------------------------- */
.box-more-articles {
    border-top: 1px solid #d3d3d3;
    padding: 30px 0 4px 0;
}
.box-more-articles .slick-arrow {
    position: absolute;
    top: -36px;
    right: 0;
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}
.box-more-articles .slick-arrow:hover {
    color: #eb1c2b;
}
.box-more-articles .slick-arrow.icon-arrow-left {
    right: 35px;
}
.box-more-articles .slick-arrow.icon-arrow-right {
    right: 0;
}
.box-more-articles h2 {
    font-size: 30px;
    font-weight: bold;
    border-left: 4px solid #515151;
    text-transform: uppercase;
    padding: 4px 10px;
    line-height: 1.0em;
}
.box-more-articles .box-more-articles-slider {
    padding: 20px 0 0 0;
}
.box-more-articles .box-more-articles-slider .slick-list {
    margin: 0 -13px;
}
.box-more-articles .box-more-articles-slider .article-item {
    margin: 0 13px 37px 13px;
}
.box-more-articles .box-more-articles-slider .article-item .article-item-category {
    margin: 0 0 5px 0;
}
.box-more-articles .box-more-articles-slider .article-item .article-item-category a {
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}
.box-more-articles .box-more-articles-slider .article-item .article-item-category a::after {
    content: "\e907";
    font-family: "icomoon";
    font-size: 13px;
    margin: 0 0 0 10px;
}
.box-more-articles .box-more-articles-slider .article-item .article-item-image.video::before {
    content: "\e909";
    font-family: "icomoon";
    position: absolute;
    font-size: 42px;
    left: calc(50% - 21px);
    top: calc(50% - 21px);
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    opacity: 0.8;
}
.box-more-articles .box-more-articles-slider .article-item .article-item-image {
    display: block;
    margin: 0 0 7px 0;
    position: relative;
}
.box-more-articles .box-more-articles-slider .article-item .article-item-image img {
    display: block;
    max-width: 100%;
    height: 155px;
    object-fit: cover;
}
.box-more-articles .box-more-articles-slider .article-item .article-item-content {
    line-height: 1.4em;
}
.box-more-articles .box-more-articles-slider .article-item .article-item-content a {
    font-size: 17px;
    font-weight: 700;
    height: 70px;
    overflow: hidden;
    display: block;
}
/* -------------------------------------------------------------------------
    BOX SECTION GRID
------------------------------------------------------------------------- */
.box-section .box-section-content {
    display: flex;
    flex-wrap: wrap;
}
/* -------------------------------------------------------------------------
    BOX SECTION ARTICLE ITEM
------------------------------------------------------------------------- */
.box-section .box-section-content .article-item {
    margin: 0 0 26px 0;
}
.box-section .more-article-item-link {
    text-align: right;
    width: 100%;
    padding: 0 0 13px 0;
    display: none;
}
.box-section .more-article-item-link a {
    font-size: 15px;
}
.box-section .more-article-item-link a i {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.box-section .box-section-content .article-item .article-item-content .article-item-category {
    color: #707070;
    margin: 0 0 2px 0;
    font-size: 14px;
}
.box-section .box-section-content .article-item .article-item-content .article-item-category a {
    color: #707070;
    font-size: 14px;
}
.box-section .box-section-content .article-item .article-item-content .article-item-category a:hover {
    color: #eb1c2b;
}
.box-section .box-section-content .article-item .article-item-content .article-item-category span {
    font-weight: 600;
    background-color: #eb1c2b;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 10px);
    margin: 0 0 0 5px;
}
.box-section .box-section-content .article-item .article-item-image {
    display: block;
    position: relative;
    margin: 0 0 8px 0;
}
.box-section .box-section-content .article-item .article-item-image.video::before {
    content: "\e909";
    font-family: "icomoon";
    position: absolute;
    font-size: 42px;
    left: calc(50% - 21px);
    top: calc(50% - 21px);
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    opacity: 0.8;
}
.box-section .box-section-content .article-item .article-item-image img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.box-section .box-section-content .article-item .article-item-image span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    background-color: #eb1c2b;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 10px);
}
.box-section .box-section-content .article-item .article-item-content .article-item-title {
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    overflow: hidden;
}
.box-section .box-section-content .article-item .article-item-content  .article-item-title span {
    display: inline-block;
    background-color: #eb1c2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: top;
    font-size: 12px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 0;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info {
    padding: 6px 0 0 0;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info a {
    color: #707070;
    font-size: 14px;
    white-space: nowrap;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info a:hover {
    color: #eb1c2b;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info .discussion {
    margin: 0 14px 0 0;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info .discussion span {
    background-color: #eb1c2b;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info .sharing span {
    background-color: #3b5998;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info .discussion span::before {
    border-right: 4px solid #eb1c2b;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info .sharing span::before {
    border-right: 4px solid #3b5998;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info a span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 2px;
    text-align: center;
    position: relative;
    margin: 0 0 0 5px;
}
.box-section .box-section-content .article-item .article-item-content .article-item-info a span::before {
    content: "";
    width: 0; 
    height: 0; 
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; 
    position: absolute;
    left: -4px;
    top: 5px;
}


 
/* BOX SECTION ARTICLE ITEM COL 1 */
.box-section .box-section-content.col-1 {
    margin: 0 -8px;
}
.box-section .box-section-content.col-1 .col {
    width: 100%;
}
.box-section .box-section-content.col-1 .col .article-item {
    display: flex;
    flex-wrap: wrap;
}
.box-section .box-section-content.col-1 .col .article-item .article-item-image {
    width: calc(50% - 17px);
    margin: 0 8px;
}
.box-section .box-section-content.col-1 .col .article-item .article-item-content {
    width: calc(50% - 16px);
    margin: 0 8px;
}
.box-section .box-section-content.col-1 .col .article-item .article-item-content .article-item-category {
    margin: -8px 0 2px 0;
}
.box-section .box-section-content.col-1 .col .article-item .article-item-content .article-item-title {
    font-size: 28px;
    margin: 0 0 14px 0; 
}
.box-section .box-section-content.col-1 .col .article-item .article-item-content .article-item-perex {
   font-size: 16px;
   font-weight: 300;
   line-height: 1.4em;  
}
/* BOX SECTION ARTICLE ITEM COL 2*/ 
.box-section .box-section-content.col-2 {
    margin: 0 -8px;
}
.box-section .box-section-content.col-2 .col {
    width: calc(50% - 16px);
    margin: 0 8px;
}
.box-section .box-section-content.col-2 .article-item .article-item-image {
    margin: 0 0 7px 0;
}
.box-section .box-section-content.col-2 .article-item .article-item-content .article-item-title {
    font-size: 28px;
}
/* BOX SECTION ARTICLE ITEM COL 3 */
.box-section .box-section-content.col-3 {
    margin: 0 -12px;
}
.box-section .box-section-content.col-3 .col {
    width: calc(33.3333% - 24px);
    margin: 0 12px;
}
.box-section .box-section-content.col-3 .article-item .article-item-content  .article-item-title {
    font-size: 19px;
    max-height: 90px;
}
/* BOX SECTION ARTICLE ITEM COL 4 */
.box-section .box-section-content.col-4 {
    margin: 0 -8px;
}
.box-section .box-section-content.col-4 .col {
    width: calc(25% - 16px);
    margin: 0 8px;
}
.box-section .box-section-content.col-4 .article-item .article-item-content  .article-item-title {
    font-size: 17px;
    max-height: 101px;
}
/* -------------------------------------------------------------------------
    BOX MESSAGES
------------------------------------------------------------------------- */
.box-messages {
    list-style-type: none;
    margin: 0 0 25px 0;
}
.box-messages li {
    line-height: 1.3em;
    margin: 0 0 17px 0;
}
.box-messages li .article-item-content .article-item-info .discussion {
    margin: 0 14px 0 0;
}
.box-messages li .article-item-content .article-item-info .discussion span {
    background-color: #eb1c2b;
}
.box-messages li .article-item-content .article-item-info .discussion span::before {
    border-right: 4px solid #eb1c2b;
}
.box-messages li .article-item-content .article-item-info .sharing span::before {
    border-right: 4px solid #3b5998;
}
.box-messages li .article-item-content .article-item-info .sharing span {
    background-color: #3b5998;
}
.box-messages li .article-item-content .article-item-info {
    padding: 9px 0 0 0;
}
.box-messages li .article-item-content .article-item-info a {
    color: #707070;
    font-size: 14px;
}
.box-messages li .article-item-content .article-item-info a span::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: -4px;
    top: 5px;
}
.box-messages li .article-item-content .article-item-info a span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 2px;
    text-align: center;
    position: relative;
    margin: 0 0 0 5px;
}
.box-messages li .article-item-content .article-item-category {
    margin: -6px 0 6px 0;
} 
.box-messages li .article-item-content .article-item-category a {
    color: #707070;
    font-size: 14px;
}
.box-messages li .article-item-content .article-item-category span {
    font-weight: 600;
    background-color: #eb1c2b;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 10px);
    margin: 0 0 0 5px;
}
.box-messages li .article-item-content .article-item-category span::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: -4px;
    top: 5px;
}
.box-messages li .article-item-content .article-item-title {
    font-size: 17px;
    display: block;
    overflow: hidden;
    max-height: 60px;
}
.box-messages li .article-item-image.video::before {
    content: "\e909";
    font-family: "icomoon";
    position: absolute;
    font-size: 42px;
    left: calc(50% - 21px);
    top: calc(50% - 21px);
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    opacity: 0.8;
}
.box-messages li .article-item-image {
    float: left;
    width: 80px;
    position: relative;
    display: block;
    margin: 0 10px 0 0;
}
.box-messages li .article-item-image img {
    max-width: 100%;
    display: block;
}
.box-messages li .article-item-image span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    background-color: #eb1c2b;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 10px);
}
/* TYPE 1 */
.box-messages.type1 li .article-item-image {
    width: 192px;
    margin: 0 13px 0 0;
}
.box-messages.type1 li .article-item-content .article-item-title {
    max-height: 80px;
}
/* TYPE 2 */
.box-messages.type2 li .article-item-image {
    width: 120px;
    margin: 0 13px 0 0;
}
.box-messages.type2 li .article-item-content .article-item-title {
    font-size: 19px;
    max-height: 66px;
}
.box-messages.type2 li {
    line-height: 1.4em;
}

/* -------------------------------------------------------------------------
    BOX FAST MESSAGES
------------------------------------------------------------------------- */
.box-fast-messages {
    margin: 0 0 26px 0;
}
.box-fast-messages h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: -7px 0 9px 0;
}
.box-fast-messages ul {
    list-style-type: none;
    margin: 0 0 0 41px;
    border-left: 1px solid #d3d3d3;
    padding: 5px 0 4px 12px;
}
.box-fast-messages ul li {
    position: relative;
    margin: 0 0 15px 0;
    line-height: 1.4em;
}
.box-fast-messages ul li time {
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    display: block;
    width: 32px;
    height: 25px;
    top: -2px;
    left: -56px;
}
.box-fast-messages ul li a {
    font-size: 17px;
    font-weight: 300;
}
.box-fast-messages ul li a strong {
    font-weight: 600;
}
.box-fast-messages ul li .img-link span {
    display: block;
    background-color: #eb1c2b;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.box-fast-messages ul li .img-link {
    width: 80px;
    display: block;
    vertical-align: top;
    float: left;
    margin: 5px 10px 0 0;
    position: relative;
}
.box-fast-messages ul li .img-link.video::before {
    content: "\e909";
    font-family: "icomoon";
    position: absolute;
    font-size: 42px;
    left: calc(50% - 21px);
    top: calc(50% - 21px);
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    color: #eb1c2b;
    opacity: 0.6;
}
.box-fast-messages ul li .img-link img {
    max-width: 100%;
    display: block;
}
.box-fast-messages ul li:last-child {
    padding: 7px 0 0 0;
    margin: 0;
}
.box-fast-messages ul li:last-child a {
    font-weight: normal;
}
.box-fast-messages ul li:last-child a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-left: 6px;
}
/* -------------------------------------------------------------------------
    BOX PREDPREDAJ
------------------------------------------------------------------------- */
.box-predpredaj {
    padding: 38px 58px 30px 58px;
    background-color: #f4f4f4;
    margin: 0 0 30px 0;
}
.box-predpredaj h2 {
    font-size: 26px;
    font-weight: 300;
    padding: 0 4px;
    margin: 0 0 27px 0;
}
.box-predpredaj h2 strong {
    text-transform: uppercase;
}
.box-predpredaj img {
    width: calc(100% - 10px);
    margin: 0 5px;
}
.box-predpredaj .slick-arrow {
    position: absolute;
    color: #000;
    font-size: 30px;
    top: calc(50% - 15px);
    cursor: pointer;
}
.box-predpredaj .slick-arrow.slick-disabled {
    display: none!important;
}
.box-predpredaj .icon-arrow-left {
    left: -25px;
}
.box-predpredaj .icon-arrow-right {
    right: -25px;
}
/* -------------------------------------------------------------------------
    BOX MOST POPULAR MESSAGES
------------------------------------------------------------------------- */
.box-most-popular-messages {
    background-color: #f4f4f4;
    padding: 13px 20px 10px 20px;
    margin: 0 0 25px 0;
    border-left: 4px solid #515151;
}
.box-most-popular-messages h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 3px 0;
}
.box-most-popular-messages ul {
    list-style-type: none;
}
.box-most-popular-messages ul li {
    border-bottom: 1px solid #d3d3d3;
    line-height: 1.1em;
    padding: 8px 0 7px 0;
}
.box-most-popular-messages ul li:last-child {
    border-bottom: 0;
}
.box-most-popular-messages li a {
    font-size: 15px;
}
/* -------------------------------------------------------------------------
    BOX ADVERTISEMENT
------------------------------------------------------------------------- */
.box-advertisement {
    margin: 0 auto 25px auto;
    width: 300px;
}
/* -------------------------------------------------------------------------
    BOX DAY GIRL
------------------------------------------------------------------------- */
.box-day-girl {
    margin: 0 0 25px 0;
}
.box-day-girl a {
    display: block;
    position: relative;
    color: #000;
}
.box-day-girl a span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    display: block;
    background-color: #f2f1ed;
}
.box-day-girl a img {
    max-width: 100%;
    display: block;
}
.box-day-girl a:hover {
    color: #000;
}
/* -------------------------------------------------------------------------
    BOX DAY VIDEO
------------------------------------------------------------------------- */
.box-day-video {
    margin: 0 0 25px 0;
}
.box-day-video a {
    display: block;
    position: relative;
    color: #000;
}
.box-day-video a span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    display: block;
    background-color: #f2f1ed;
}
.box-day-video a img {
    max-width: 100%;
    display: block;
}
.box-day-video a i {
    display: block;
    position: absolute;
    font-size: 54px;
    color: #fff;
    left: calc(50% - 27px);
    top: calc(50% - 27px);
    opacity: 0.8;
}
.box-day-video a:hover {
    color: #000;
}
/* -------------------------------------------------------------------------
    BOX DAY PHOTO
------------------------------------------------------------------------- */
.box-day-photo {
    margin: 0 0 25px 0;
}
.box-day-photo a {
    display: block;
    position: relative;
    color: #000;
}
.box-day-photo a span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    display: block;
    background-color: #f2f1ed;
}
.box-day-photo a img {
    max-width: 100%;
    display: block;
}
.box-day-photo a:hover {
    color: #000;
}
/* -------------------------------------------------------------------------
    BOX TELKAC
------------------------------------------------------------------------- */
.box-telkac {
    margin: 0 0 25px 0;
    background-color: #f4f4f4;
    padding: 13px 20px 12px 20px;
}
.box-telkac .box-telkac-top {
    display: flex;
    justify-content: space-between;
    margin: 0 0 14px 0;
}
.box-telkac .box-telkac-top h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.box-telkac .box-telkac-top a {
    font-weight: 300;
    font-size: 16px;
}
.box-telkac .box-telkac-top a i {
    font-weight: normal;
    font-size: 13px;
    margin-right: 8px;
}
.box-telkac ul {
    list-style-type: none;
}
.box-telkac ul li {
    line-height: 0.9em;
    margin: 0 0 13px 0;
}
.box-telkac .box-telkac-station {
    width: 47px;
    float: left;
    display: block;
    margin: 0 14px 0 0;
}
.box-telkac .box-telkac-station img {
    display: block;
    width: 100%;
}
.box-telkac .box-telkac-program {
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0;
}
.box-telkac .box-telkac-timeline .time {
    font-size: 13px;
    color: #636363;
    display: inline-block;
    width: 32px;
}
.box-telkac .box-telkac-timeline .indicator {
    display: inline-block;
    width: calc(100% - 143px);
    height: 9px;
    background-color: #fff;
    margin: 0 5px;
}
.box-telkac .box-telkac-timeline .indicator span {
    display: block;
    background-color: #eb1c2b;
    height: 9px;
}
.box-telkac .box-telkac-bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.box-telkac .box-telkac-bottom button {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    font-weight: 300;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}
.box-telkac .box-telkac-bottom button:hover {
    color: #eb1c2b;
}
.box-telkac .box-telkac-bottom a {
    margin: 0;
    padding: 0;
    background-color: none;
    border: 0;
    font-size: 16px;
}
/* -------------------------------------------------------------------------
    BOX FEMINITY
------------------------------------------------------------------------- */
.box-feminity {
    background-color: #1a1a1a;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.box-feminity a {
    color: #fff;
    position: relative;
    line-height: 1.3em;
    display: block;
    padding: 16px 20px 31px 120px;
}
.box-feminity a p {
	-webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
}
.box-feminity a:hover p {
	color: #ca6d94;
}
.box-feminity a i {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 33px;
}
.box-feminity a img {
    width: 80px;
    position: absolute;
    left: 20px;
    top: 63px;
}

/* -----------------------------------------------------------------------------

    MENU MOBILE

----------------------------------------------------------------------------- */
.menu-mobile {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    background-color: transparent;
    font-size: 18px;
    height: 100vh;
    z-index: 200;
    -webkit-transition: right 400ms ease-in-out;
    -moz-transition: right 400ms ease-in-out;
    -o-transition: right 400ms ease-in-out;
    transition: right 400ms ease-in-out;
}
.menu-mobile .menu-mobile-content {
    background-color: #0f0808;
    width: 320px;
    height: 100vh;
    float: right;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.menu-mobile.active {
    right: 0;
}
.menu-mobile .menu-mobile-top {
    padding: 17px 0 18px 15px;
    position: relative;
    border-bottom: 1px solid #4c4c4c;
    color: #a7a7a7;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
}
.menu-mobile .menu-mobile-top button {
    background: none;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: 0;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    font-size: 14px;
    top: 12px;
    right: 18px;
}
.menu-mobile ul {
    list-style-type: none;
}
.menu-mobile .menu-mobile-link li {
    border-bottom: 1px solid #4c4c4c;
    padding: 7px 23px 9px 15px;
}
.menu-mobile ul .external a {
    font-weight: 300;
}
.menu-mobile .menu-mobile-link li a {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}
.menu-mobile ul li i {
    float: right;
    color: #eb1c2b;
    margin: 4px 0 0 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: block;
}
.menu-mobile ul li .menu-mobile-submenu {
    position:fixed;
    background-color: #0f0808;
    width: 320px;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0;
    right: -320px;
    -webkit-transition: right 400ms ease-in-out;
    -moz-transition: right 400ms ease-in-out;
    -o-transition: right 400ms ease-in-out;
    transition: right 400ms ease-in-out;
}
.menu-mobile ul li .menu-mobile-submenu.active {
    right: 0;
}
.menu-mobile ul li ul li .menu-back {
    color: #eb1c2b;
}
.menu-mobile ul li ul li .menu-back i {
    float: left;
    margin: 4px 7px 0 0;
}
.menu-mobile form {
    border-bottom: 1px solid #4c4c4c;
    padding: 0 20px 0 15px;
}
.menu-mobile form input {
    font-size: 16px;
    font-weight: 300;
    color: #a7a7a7;
    background: none;
    border: 0;
    padding: 7px 0 8px 0;
    width: 240px;
}
.menu-mobile form input::-webkit-input-placeholder { 
    color: #a7a7a7;
    opacity: 1;
}
.menu-mobile form input:-moz-placeholder { 
    color: #a7a7a7;
    opacity: 1;
}
.menu-mobile form input::-moz-placeholder {
    color: #a7a7a7;
    opacity: 1;
}
.menu-mobile form input:-ms-input-placeholder {
    color: #a7a7a7;
    opacity: 1;
}
.menu-mobile form button {
    background: none;
    border: 0;
    float: right;
    margin: 3px 0 0 0;
    padding: 0;
    width: 34px;
    height: 34px;
}
.menu-mobile form button i {
    font-size: 18px;
    color: #fff;
    background: none;
    border: 0;
}
.menu-mobile .menu-mobile-bottom {
    text-align: center;
    padding: 28px 0 30px 0;
}
.menu-mobile .menu-mobile-bottom a {
    color: #fff;
    margin: 0 8px;
}
.menu-mobile .menu-mobile-bottom small {
    font-size: 13px;
    color: #909090;
    display: block;
    line-height: 1.2em;
    padding: 13px 25px 20px 25px;
}
.menu-mobile .menu-mobile-bottom li {
    display: inline-block;
    vertical-align: top;
}
footer {
     border-top: 1px solid #d3d3d3;
}
/* -----------------------------------------------------------------------------

    SCORE TABLES

----------------------------------------------------------------------------- */
.table-tabs-caption {
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 15px 10px 16px 10px;
    background: #515151;
    background: -moz-linear-gradient(left, #515151 0%, #4b4b4b 20%, #2d2d2d 76%, #252525 100%);
    background: -webkit-linear-gradient(left, #515151 0%,#4b4b4b 20%,#2d2d2d 76%,#252525 100%);
    background: linear-gradient(to right, #515151 0%,#4b4b4b 20%,#2d2d2d 76%,#252525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#252525',GradientType=1 );
    border-bottom: 1px solid #fff;
}
.table-tabs-nav {
    display: flex;
    list-style-type: none;
    font-size: 17px;
}
.table-tabs-nav li {
    text-align: center;
    flex-grow: 1;
    color: #fff;
    text-align: center;
    background: #f4f4f4
}
.table-tabs-nav li a {
    padding: 15px 10px 16px 10px;
    display: block;
}
.table-tabs-nav li select {
    font-size: 17px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 100%;
    background: #e9e9e9;
    outline: none;
    height: 56px;
    line-height: 56px;
    border-radius: 0;
    padding: 0 20px;
    background-image: url(../img/arrow-down.svg);
    background-size: auto 8px;
    background-position: right 22px top 24px;
    background-repeat: no-repeat;
}
.table-tabs-nav .active {
    background: #505050;
}
.table-tabs-nav .active a {
    color: #fff;
}
.table-tabs-content .table-tab-content {
    display: none;
}
.table-tabs-content .table-tab-content.active {
    display: block;
}
.score.no-margin {
    margin: 0;
}
.table-toggle-content {
    display: none;
}
.table-toggle-content.active {
    display: block;
}
.score {
    font-size: 17px;
    width: 100%;
    border-collapse: collapse;
    color: #000;
    margin: 0 0 22px 0;
    position: relative;
    height: auto;
}
.score.score-more::before {
    position: absolute;
    content: "";
    left: 0;
    top: 56px;
    width: 100%;
    height: calc(100% - 56px);
    background-image: linear-gradient(to bottom, transparent, white);
    z-index: 10;
}
.score caption span {
    float: right;
    display: block;
    font-weight: 400;
    cursor: pointer;
}
.score caption {
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 15px 10px 16px 10px;
    background: #515151;
    background: -moz-linear-gradient(left, #515151 0%, #4b4b4b 20%, #2d2d2d 76%, #252525 100%);
    background: -webkit-linear-gradient(left, #515151 0%,#4b4b4b 20%,#2d2d2d 76%,#252525 100%);
    background: linear-gradient(to right, #515151 0%,#4b4b4b 20%,#2d2d2d 76%,#252525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#252525',GradientType=1 );
}
.score caption.with-arrows {
    padding: 15px 48px 16px 48px;
    position: relative;
}
.score caption.with-right-arrow {
    padding: 15px 48px 16px 10px;
    position: relative;
}
.score caption.with-arrows button {
    font-family: "icomoon";
    display: block;
    width: 48px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.score caption.with-right-arrow button {
    font-family: "icomoon";
    display: block;
    width: 48px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.score caption.with-arrows button.prev {
    left: 0;
}
.score caption.with-arrows button.prev::before {
    content: "\e908";
    font-family: "icomoon";
}
.score caption.with-right-arrow button.next {
    right: 0;
}
.score caption.with-right-arrow button.next::before {
    content: "\e907";
    font-family: "icomoon";
}
.score caption.with-arrows button.next {
    right: 0;
}
.score caption.with-arrows button.next::before {
    content: "\e907";
    font-family: "icomoon";
}
.score tr th {
    background-color: #515151;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 15px 5px 16px 5px;
    vertical-align: middle;
    border-top: 1px solid #fff;
}
.score tr th:first-child {
	padding: 15px 5px 16px 20px;
}
.score tr.info td {
    border-top: 0;
    font-size: 15px;
     padding: 4px 5px 4px 5px;
}
.score tr td {
    vertical-align: middle;
    padding: 11px 5px 12px 5px;
    color: #000;
    border-top: 1px solid #fff;
}
.score tr td:first-child {
	padding: 11px 5px 12px 20px;
}
.score tr td .team {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    max-width: 165px;
}
.score tr td .team {
    overflow: hidden;
    max-width: 145px;
}
@media only screen and (max-width: 990px) {

.score tr td .team {
    max-width: 175px;
    }
}
@media only screen and (max-width: 768px) {

.score tr td .team {
    max-width: 155px;
    }
}
@media only screen and (max-width: 639px) {

.score tr td .team {
    max-width: 200px;
    }
.score tr td time.big {
    font-size: 13px;
    }
}
@media only screen and (max-width: 539px) {

.score tr td .team {
    max-width: 135px;
    }
}
@media only screen and (max-width: 405px) {

.score tr td .team {
    max-width: 115px;
    }
}
@media only screen and (max-width: 374px) {

.score tr td .team {
    max-width: 90px;
    }
}
.score tr td .score-result {
	display: inline-block;
	vertical-align: middle;
	color: #646464;
	font-size: 14px;
	white-space: nowrap;
}
.score tr .open, .score tr .close, .score tr .toggle {
    padding: 0;
    vertical-align: middle;
    text-align: right;
}
.score tr .close button {
    margin: 0;
    padding: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    font-size: 8px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.score tr .toggle button {
    margin: 0;
    padding: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    font-size: 8px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.score tr .toggle button.active {
    transform: rotate(180deg);
}
.score tr .toggle button::before {
    content: "\e902";
    font-family: "icomoon";
}
.score tr .close button::before {
    content: "\e902";
    font-family: "icomoon";
}
.score tr .open button {
    margin: 0;
    padding: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    font-size: 8px;
    transform: rotate(180deg);
}
.score tr .open button::before {
    content: "\e902";
    font-family: "icomoon";
}
.score tr td .row-number {
    font-weight: 300;
    color: #646464;
    display: inline-block;
    vertical-align: middle;
}
.score tr td time {
    font-size: 14px;
    font-weight: 300;
    color: #646464;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}
.score tr td time.big {
    font-size: 17px;
}
.score tr td .logo {
    vertical-align: middle;
    display: inline-block;
    margin: -3px 8px 0 8px;
}
.score tr td.text-right .logo {
    margin-right: 0;
}
.score tr td.text-left .logo {
    margin-left: 0;
}
.score tr.hide {
    display: none;
}
.score tr.show {
    display: table-row;
}
.score tr.even td {
    background-color: #e9e9e9;
}
.score tr.odd td {
    background-color: #f4f4f4;
}
.score tr.opened td {
    border-bottom: 0;
}
.score tr td .course {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    border-bottom: 1px solid #cbcbcb;
    width: 40px;
    text-align: center;
    color: #f18510;
    font-size: 14px;
    font-weight: 700;
}
.score span.live {
    font-weight: bold;
    color: #eb1c2b;
    text-transform: uppercase;
}
.score .nike-adv {
    font-size: 16px;
    font-style: italic;
    display: inline-block;
    position: absolute;
    top: 10.5px;
    left: calc(52%);
    vertical-align: middle;
    margin: 0 0 0 28px;
    color: #fff;
}
.score .nike-adv img {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    margin-right: 8px;
}
.win {
    font-size: 17px;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background-color: #7aaa11;
    margin: 0 1px;
}
.lose {
    font-size: 17px;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background-color: #d10201;
    margin: 0 1px;
}
.draw {
    font-size: 17px;
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background-color: #faa410;
    margin: 0 1px;
}
.notes {
    margin-bottom: 25px;
}
.notes ul {
    list-style-type: none;
}
.notes ul li {
    display: inline-block;
    margin-right: 10px;
}
.notes ul li:last-child {
    margin-right: 0;
}
/* -----------------------------------------------------------------------------

    COMPETITION LIST

----------------------------------------------------------------------------- */
.competition-link-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
    margin: 0 0 25px 0;
}
.competition-link-list li {
    width: calc(25% - 1px);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.competition-link-list li a {
    display: block;
    padding: 13px 15px 13px 15px;
    background-color: #f2f2f2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.competition-link-list li a img {
    margin: 0 7px 0 0;
}
/* -----------------------------------------------------------------------------

    SCORE SPIDERS

----------------------------------------------------------------------------- */
.score-spider {
    margin: 0 0 25px 0;
}
.score-spider .score-spider-header {
    text-align: center;
    color: #fff;
    background: -moz-linear-gradient(left, #515151 0%, #4b4b4b 20%, #2d2d2d 76%, #252525 100%);
    background: -webkit-linear-gradient(left, #515151 0%,#4b4b4b 20%,#2d2d2d 76%,#252525 100%);
    background: linear-gradient(to right, #515151 0%,#4b4b4b 20%,#2d2d2d 76%,#252525 100%);
    padding: 15px 10px 16px 10px;
    font-weight: bold;
}
.score-spider .score-spider-top {
    display: flex;
}
.score-spider .score-spider-top .score-spider-col-top {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    font-weight: bold;
    padding: 15px 10px 16px 10px;
}
.score-spider .score-spider-content {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}
.score-spider .score-spider-content .score-spider-col {
    margin: 0 15px;
    position: relative;
}
.score-spider .score-spider-content .score-spider-col:nth-child(2) .score-spider-box {
    margin-bottom: 180px;
}
.score-spider.col-3 .score-spider-content .score-spider-col {
    width: calc(33.3333% - 30px);
}
.score-spider.col-4 .score-spider-content .score-spider-col {
    width: calc(25% - 30px);
}
.score-spider.col-4 .score-spider-content .score-spider-col:last-child .score-spider-box::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	border-top: 1px solid #e9e9e9;
	top: 50%;
	left: -30px;
}
.score-spider .score-spider-content .score-spider-col:first-child .score-spider-box:nth-child(2n)::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 155px;
	border-right: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	right: -15px;
	top: 50%;
}
.score-spider .score-spider-content .score-spider-col:first-child .score-spider-box:nth-child(2n)::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	border-bottom: 1px solid #e9e9e9;
	right: -30px;
	bottom: -10px;
}
.score-spider .score-spider-content .score-spider-col:nth-child(2) .score-spider-box:nth-child(2)::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 313px;
	border-right: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	right: -15px;
	top: 50%;
}
.score-spider .score-spider-content .score-spider-col:nth-child(2) .score-spider-box:nth-child(2)::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	border-bottom: 1px solid #e9e9e9;
	right: -30px;
	bottom: -91px;
}
.score-spider .score-spider-content .score-spider-col .score-spider-box:last-child {
    margin: 0;
}
.score-spider .score-spider-content .score-spider-col .score-spider-col-top {
    display: none;
}
.score-spider .score-spider-content .score-spider-col .score-spider-box {
    background-color: #f4f4f4;
    padding: 0 0 8px 0;
    margin: 0 0 20px 0;
    position: relative;
}
.score-spider .score-spider-content .score-spider-col .score-spider-box:first-of-type {
    display: none;
}
.score-spider .score-spider-content .score-spider-col .score-spider-box-top {
    background-color: #e9e9e9;
    border-bottom: 1px solid #fff;
    padding: 8px 20px;
    margin-bottom: 8px;
}
.score-spider .score-spider-content .score-spider-col .score-spider-box-info {
    padding: 6px 20px 7px 20px;
    display: flex;
}
.score-spider .score-spider-content .score-spider-col .score-spider-box-info div:first-child {
    width: calc(100% - 30px);
}
.score-spider .score-spider-content .score-spider-col .score-spider-box-info div:last-child {
    width: 30px;
}
.score-spider .score-spider-content .score-spider-col .score-spider-box-info div .score-info {
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 10px);
    padding: 0 0 0 10px;
    text-align: right;
}
.score-spider .score-spider-content .score-spider-col .score-spider-box-info div .team-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 36px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.score-spider .score-spider-content .score-spider-col .score-spider-box-info img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
/* -----------------------------------------------------------------------------

    RESPONSIVITY

----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
    LARGE DEVICES
------------------------------------------------------------------------- */

@media (max-width: 1199px) {
    .score {
        font-size: 16px;
    }
    .score tr.info td {
        font-size: 14px;
    }
    .gallery header h1 {
        display: none;
    }
    #main { 
        max-width: 100%;
        margin: 0 15px;
    }
    .main-content .main-content-left {
        margin-right: 15px;
        width: calc(100% - 315px);
    }
    header .menu-content .menu li:hover a::after {
        display: none;
    }
    .menu-content .menu li:hover a::after {
        display: none;
    }
    .box-messages.type1 li .article-item-image {
        width: 95px;
    }
    .box-messages.type2 li .article-item-image {
        width: 95px;
    }
    .box-messages li .article-item-content .article-item-info {
        display: none;
    }
    .box-messages.type2 li .article-item-content .article-item-title {
        font-size: 17px;
    }
    .box-messages.type2 li {
        line-height: 1.3em;
    }
    .box-special-event a h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .box-special-event-slider .article-item a.video::before {
        top: calc(40% - 26px);
    }
    .box-special-event-slider .article-item .article-item-info {
        bottom: calc(60% - 79px);
    }
    .main-content .main-content-left article .box-advertisement {
        margin: 0 0 50px 0;
    }
}

 /* -------------------------------------------------------------------------
    MEDIUM DEVICES
------------------------------------------------------------------------- */

@media ( max-width: 991px ) {
    header .col-right .day-info {
        display: block;
    }
    header .col-right .meteo-info {
        display: block;
        float: left;
    }
    header .col-right .logo-zoznam {
        float: right;
        margin: 3px 0 0 10px;
    }  
    header {
        border-bottom: 1px solid #d3d3d3;
    }
    .gallery header .facebook-recommend {
        display: none;
    }
    .gallery header {
        position: fixed;
    }
    .gallery header .col-right {
        padding: 7px 0 0 0;
        text-align: right;
    }
    .box-special-event-slider .article-item a.video::before {
        top: calc(45% - 26px);
    }
    .box-special-event-slider .article-item .article-item-info {
        bottom: calc(55% - 79px);
    }
    header .col-right .header-icon-menu {
        display: none;
    }
    header .col-right {
        width: 70%;
    }
    header .col-left {
        width: 30%;
    }
    header .col-right .col-right-content {
        float: right;
        text-align: right;
        margin: -5px 0 0 0;
    }
    header .col-right .header-mobile-menu {
        display: block;
    }
    .main-content .main-content-right {
        display: none;
    }
    header .col-right .meteo-info {
        display: block;
    }
    header .col-right {
        padding: 0;
    }
    .main-content .main-content-left {
        margin-right: 0;
        width: 100%;
    }

    .box-predpredaj .slick-arrow {
        display: none!important;
    }
    .box-predpredaj {
        padding: 17px 20px 20px 20px;
    }
    .box-predpredaj h2 {
        margin: 0 0 17px 0;
    }
    .mobile {
        display: block;
    }
    header {
        height: 58px;
        position: fixed;
        left: 0;
        top: 0;
        width: calc(100% - 30px);
        padding: 13px 15px 0 15px;
        background: #fff;
        z-index: 100;
        -webkit-transition: top 200ms ease-in-out;
        -moz-transition: top 200ms ease-in-out;
        -o-transition: top 200ms ease-in-out;
        transition: top 200ms ease-in-out;
    }
    header.nav-up {
        top: -71px;
    }
    header.nav-down {
        top: 0;
    }
    #main {
        padding: 71px 0 0 0;
    }
    .main-content .main-content-left article .box-advertisement {
        margin: 0 30px 50px 30px;
    }
    .full-width-player .full-width-player-left .full-width-player-article-name {
        font-size: 18px;
    }
}

/* -------------------------------------------------------------------------
    SMALL DEVICES
------------------------------------------------------------------------- */

@media ( max-width: 767px ) {
	.no-data-message {
        font-size: 16px;
        line-height: 1.2em;
    }
    .score-spider .score-spider-content .score-spider-col .score-spider-box-info {
		padding: 6px 10px 7px 10px;
	}
	.score-spider .score-spider-top {
		display: none;
	}
	.score-spider.col-3 .score-spider-content .score-spider-col {
		width: calc(100% + 10px);
		margin: 0 -5px; 
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.score-spider.col-3 .score-spider-content .score-spider-col:last-child .score-spider-box {
		width: calc(100% - 10px);
	}
	.score-spider.col-4 .score-spider-content .score-spider-col:nth-last-child(-n+2) .score-spider-box {
		width: calc(100% - 10px);
	}
	.score-spider.col-4 .score-spider-content .score-spider-col {
		width: calc(100% + 10px);
		margin: 0 -5px; 
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.score-spider .score-spider-content {
		display: block;
		margin: 0;
	}
	.score-spider .score-spider-content .score-spider-col .score-spider-col-top {
		display: block;
		width: calc(100% - 10px);
		margin: 0 5px 10px 5px;
		font-weight: bold;
	}
	.score-spider .score-spider-content .score-spider-col .score-spider-box {
		width: calc(50% - 10px);
		margin: 0 5px 10px 5px;
	}
	.score-spider .score-spider-header {
		padding: 1px 5px 2px 5px;
		margin-bottom: 8px;
	}
	.score-spider .score-spider-content .score-spider-col .score-spider-box:last-child {
		margin: 0 5px 10px 5px;
	}
	.score-spider {
		font-size: 14px;
	}
	.score-spider .score-spider-content .score-spider-col:first-child .score-spider-box:nth-child(2n)::before {
		display: none;
	}
	.score-spider .score-spider-content .score-spider-col:first-child .score-spider-box:nth-child(2n)::after {
		display: none;
	}
	.score-spider .score-spider-content .score-spider-col .score-spider-box-top {
		width: calc(100% - 20px);
		padding: 6px 10px;
		margin-bottom: 0;
	}
	.score-spider .score-spider-content .score-spider-col:nth-child(2) .score-spider-box:nth-child(2)::before {
		display: none;
	}
	.score-spider .score-spider-content .score-spider-col:nth-child(2) .score-spider-box:nth-child(2)::after {
		display: none;
	}
	.score-spider .score-spider-content .score-spider-col:nth-child(2) .score-spider-box {
		margin-bottom: 10px;
	}
    .box-custom-select-menu li a {
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
        font-size: 15px;
    }
    header .col-right .logo-zoznam {
        margin: 11px 20px 0 0;
    }
    .score.score-more::before {
        top: 28px;
        height: calc(100% - 28px);
    }   
    .score tr td .course {
        font-size: 12px;
    }
    .score .nike-adv {
        display: none;
    }
    .box-livescore-menu li a {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        cursor: pointer;
    }
    .box-livescore-menu li:last-child select {
        height: 36px;
        line-height: 36px;
        background-position: right 31px top 15px;
        background-size: auto 6px;
        font-size: 14px;
    }
    .box-custom-select .selectboxit-container * {
        font: 15px 'Titillium Web', sans-serif;
    }
    .box-custom-select .selectboxit-default-arrow::before {
        font-size: 6px;
    }
    .selectboxit-arrow-container {
        width: 26px;
    }
    .box-custom-select .selectboxit-container .selectboxit-options a {
        font-size: 14px;
    }
    .selectboxit-container span, .selectboxit-container .selectboxit-options a {
        height: 20px;
        line-height: 20px;
    }
    .box-custom-select .selectboxit-list .selectboxit-option-icon-container {
        height: 20px!important;
        line-height: 20px!important;
    }
    .box-custom-select .selectboxit-container span {
        height: 36px;
        line-height: 36px;
    }
    .more-btn button, .more-btn a {
        font-size: 15px;
        padding: 7px 14px 6px 14px;
    }
    .breadcrumbs {
        border-top: 0;
    }
    header {
        border-bottom: 1px solid #d3d3d3;
    }
    .fast-messages-list li time {
        position: relative;
        top: 0;
        left: 0;
        width: auto;
        text-align: left;
    }
    .fast-messages-filter .fast-message-filter-menu {
        display: block;
        background-color: #e8e8e8;
        height: 33px;
        line-height: 33px;
        font-size: 15px;
        padding: 0 0 0 11px;
        margin: 0 0 10px 0;
    }
    .fast-messages-filter .fast-message-filter-menu i {
        display: block;
        float: right;
        font-size: 13px;
        width: 33px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        cursor: pointer;
    }
    .fast-messages-list {
        margin: 0 0 30px 0;
        padding: 0;
        border-left: 0;
    }
    .fast-messages-list .fast-message-perex .fast-message-img-link {
        margin: 25px 0 11px 0;
    }
    .fast-messages-filter form {
        display: none;
    }
    .fast-messages-filter form.active {
        display: block;
    }
    .fast-messages-more-link {
        margin: 0 0 30px 0;
    }
    .fast-messages-more-link button {
        font-size: 15px;
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
    }
    .gallery header .col-right {
        padding: 0;
    }
    .gallery .gallery-thumbs a {
        width: calc(33.3333% - 16px);
    }
    .box-more-girls-content a {
        width: calc(33.3333% - 16px);
    }
    .box-more-articles .box-more-articles-slider .article-item .article-item-content a {
        font-size: 16px;
    }
    .box-more-articles h2 {
        font-size: 24px;
        padding-right: 50px;
    }
    .main-content .main-content-left article ul li {
        font-size: 16px;
        overflow: hidden;
    }
    .box-inquiry.vote .box-inquiry-header button {
        font-size: 16px;
    }
    .online-message-chat .message {
        font-size: 16px;
    }
    .online-message-chat .answer {
        font-size: 16px;
        margin: 0 0 32px 0;
    }
    .box-inquiry {
        margin: 0 0 30px 0;
    }
    .main-content .main-content-left article table {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .main-content .main-content-left article .form-online-chat {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }
    .main-content .main-content-left article h1 {
        font-size: 30px;
    }
    .online-message-chat {
        margin: 0;
    }
    .main-content .main-content-left article p {
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    .club-info {
        font-size: 16px!important;
    }
    .main-content .main-content-left article .box-club-logo img {
        width: 120px;
    }
    .box-club-menu li a {
        font-size: 15px;
        padding: 10px;
    }
    .fast-message-detail h1 {
        font-size: 16px!important;
        padding: 0!important;
        margin: 4px 5px 0 0!important;
    }
    .main-content .main-content-left article h2 {
        font-size: 24px;
    }
    .main-content .main-content-left article .box-advertisement {
        margin: 0 0 50px 0;
    }
    .box-special-event-slider .article-item .article-item-title {
        padding: 0 10px;
        width: calc(100% - 20px);
    }
    .box-special-event-slider .slick-dots {
        position: relative;
        padding: 4px 0 0 0;
    }
    .box-special-event-slider .slick-dots li {
        float: none;
        margin: 0 3px;
        width: 10px!important;
        height: 10px;
        background-color: #d6d6d6;
        display: inline-block;
        border-radius: 50%;
    }
    .box-special-event-slider .slick-dots li.slick-active {
        background-color: #000;
    }
    .box-special-event-slider .slick-dots li button {
        display: none;
    }
    .box-special-event-slider:hover .slick-arrow {
        display: none!important;
    }
    .box-special-event-slider .article-item a.video::before {
        top: calc(35% - 26px);
    }
    .box-special-event-slider .article-item .article-item-info {
        bottom: calc(65% - 79px);
    }
    .box-section .box-section-content .article-item .article-item-content .article-item-info {
        display: none;
    }
    .box-section .more-article-item-link {
        display: block;
    }
    .box-section .box-section-top h2, .box-section .box-section-top h1 {
        font-size: 24px;
    }
    .box-fast-messages ul li a {
        font-size: 15px;
    }
    .box-fast-messages ul li time {
        font-size: 11px;
    }
    .box-section .box-section-content.col-2 .article-item .article-item-content .article-item-title {
        font-size: 24px;
    }
    .box-section .box-section-top ul li a {
        font-size: 15px;
    }
    .box-section .box-section-top ul li {
        margin: 0;
    }
    .box-section .box-section-top ul li a {
        padding: 3px 5px;
    }
    .box-fast-messages ul li {
        line-height: 1.2em;
    }
    .box-fast-messages ul li a img {
        display: none;
    }
    header .col-right .day-info {
        display: none;
    }
    header .col-right .meteo-info {
        display: none;
    }
    header .col-left .logo img {
        height: 31px;
    }
    header .col-right .header-mobile-menu {
        padding: 0;
        margin: 0;
        border-left: 0;
        height: 28px;
    }
    .menu-wrapper {
        display: none;
    }
    header {
        height: 47px;
    }
    #main {
        padding: 70px 0 0 0;
        margin: 0 10px;
    }
    .main-content .main-content-left {
        padding: 0;
    }
    .box-section .box-section-content.col-1 .col .article-item .article-item-content .article-item-title {
        font-size: 24px;
    }
    .box-special-event a h2 {
        max-width: calc(100% - 20px);
    }
    .main-content .main-content-left article p {
        padding: 0;
    }
    .main-content .main-content-left article ul {
        margin: 0 0 30px 0;
    }
    .main-content .main-content-left article .box-advertisement {
        margin: 0 0 50px 0;
    }
    .main-content .main-content-left article h2 {
        padding: 0;
    }
    .box-reader-tip {
        margin: 0 0 30px 0;
        font-size: 18px;
    }
    .box-more-articles .slick-arrow {
        font-size: 18px;
        top: -26px;
    }
    .box-more-articles .slick-arrow.icon-arrow-left {
        right: 25px;
    }
    .score {
        font-size: 14px;
    }
    .score tr.info td {
        font-size: 13px;
    }
    .score tr td {
        padding: 1px 5px 2px 5px;
    }
    .score tr td:first-child {
    	padding: 1px 5px 2px 5px;
    }
    .score tr th {
        padding: 1px 5px 2px 5px;
    }
    .score tr th:first-child {
		padding: 1px 5px 2px 5px;
	}
    .score caption {
        padding: 1px 5px 2px 5px;
    }
    .table-tabs-caption {
        padding: 1px 5px 2px 5px;
        font-size: 14px;
    }
    .table-tabs-nav li a {
        font-size: 14px;
        padding: 1px 5px 2px 5px;
    }
    .table-tabs-nav li select {
        height: 27px;
        line-height: 27px;
        background-position: right 31px top 15px;
        background-size: auto 6px;
        font-size: 14px;
        padding: 0 10px;
        background-position: right 10px top 12px;
    }
    .score caption.with-right-arrow {
        padding: 1px 30px 2px 5px;
    }
    .score caption.with-right-arrow button {
        height: 28px;
        line-height: 28px;
        width: 30px;
        font-size: 12px;
    }
    .score caption.with-arrows button {
        height: 28px;
        line-height: 28px;
        width: 30px;
        font-size: 12px;
    }
    .score caption.with-arrows {
        padding: 1px 15px 2px 15px;
    }
    .score tr .toggle button {
        height: 27px;
        line-height: 27px;
        width: 27px;
        font-size: 6px;
    }
    .score tr .close button {
        height: 27px;
        line-height: 27px;
        width: 27px;
        font-size: 6px;
    }
    .score tr .open button {
        height: 27px;
        line-height: 27px;
        width: 27px;
        font-size: 6px;
    }
    .score tr td time {
        font-size: 13px;
    }
    .score tr.info td {
        padding: 1px 5px 2px 5px;
    }
    .win {
        font-size: 14px;
    }
    .draw {
        font-size: 14px;
    }
    .lose {
        font-size: 14px;
    }
    .full-width-player {
        display: block;
    }
    .full-width-player .full-width-player-left {
        width: 100%;
    }
    .full-width-player .full-width-player-right {
        width: 100%;
    }
    .full-width-player .full-width-player-left .full-width-player-article-name {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        width: calc(100% - 20px);
    }
    .competition-link-list li a {
        font-size: 14px;
    }
    .select-disabled-div {
        height: 36px;
        line-height: 36px;
    }
    .select-disabled-div span {
        height: 36px;
        line-height: 36px;
    }
}
/* -------------------------------------------------------------------------
    EXTRA SMALL DEVICES
------------------------------------------------------------------------- */
@media (max-width: 639px) {
    .competition-link-list li {
         width: calc(33.3333% - 1px);
    }
    .box-custom-select-menu li {
        width: calc(33.3333% - 1px);
    }
    .box-custom-select-menu li:last-child {
        width: 100%;
    }
    .box-club-menu li {
        width: 100%;
        margin: 0;
        float: none;
    }
    .box-club-menu li:last-child {
        width: 100%;
    }
    .box-livescore-menu li {
        width: calc(50% - 1px);
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .box-custom-select.col-2 .col {
    	border-bottom: 1px solid #fff;
    }
    .box-livescore-menu li.red {
        width: 50%;
        border-right: 0;
    }
    .box-livescore-menu li a {
        text-align: left;
        cursor: pointer;
    }
    .box-livescore-menu li:last-child {
        width: 100%;
    }
    .box-livescore-menu li:last-child select {
        padding: 0 10px;
        background-position: right 10px top 15px;
    }
    .box-custom-select .row .col-2 {
        width: 100%;
        border-right: 0;
    }
    .box-custom-select .row .col-2:nth-of-type(2n) {
        width: 100%;
    }
    .box-custom-select .row .col-3 {
        width: 100%;
        border-right: 0;
    }
    .box-custom-select .row .col-3 .selectboxit-options {
        left: 0!important;
    }
    .box-custom-select .row .col-3:nth-of-type(3n) {
        width: 100%;
    }
    .box-custom-select .selectboxit-option {
        width: 50%;
    }
    .box-custom-select .row .col-4 {
        width: 100%!important;
        border-right: 0!important;
    }
    .box-custom-select .row .col-4 .selectboxit-options {
        left: 0!important;
    }
    .score tr .close button {
        font-size: 6px;
    }
    .notes {
        display: none;
    }
    .score .hide-mobile {
        display: none !important;
    }
    .score tr td .logo {
        width: 16px;
    }
    .box-more-girls-content .logo-sportky::before {
        background-image: url("../img/sportky.svg");
        background-size: auto 50px;
    }
    .box-more-girls-content .logo-topky::before {
        background-image: url("../img/topky.svg");
        background-size: auto 35px;
    }
    .box-more-girls-content .logo-podkapotou::before {
        background-image: url("../img/podkapotou.svg");
        background-size: auto 50px;
    }
    .gallery .gallery-thumbs a {
        width: calc(50% - 16px);
    }
     .box-more-girls-content a {
        width: calc(50% - 16px);
    }
    .box-more-articles .box-more-articles-slider .article-item {
        margin: 0 10px 20px 10px;
    }
    .box-more-articles .box-more-articles-slider .slick-list {
        margin: 0 -10px;
    }
    .main-content .main-content-left article .form-online-chat .form-row .col input[type="submit"] {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .main-content .main-content-left article .form-online-chat .form-row {
        display: block;
    }
    .main-content .main-content-left article .form-online-chat .form-row.col-2 .col {
        width: calc(100% - 20px);
    }
    .box-reader-tip .icon-tip {
        float: left;
        display: block;
        margin: 0 10px 10px 0;
    }
    .box-reader-tip {
        height: auto;
        padding: 5px 5px 5px 10px;
        line-height: 1.4em;
    }
    .box-read-it {
        padding: 0 10px 10px 10px;
        margin: 0 auto 20px auto;
    }
    .box-read-it a p {
        font-size: 15px!important;
        height: auto;
    }
    .box-read-it a img {
        display: none;
    }
    .main-content .main-content-left article .box-advertisement {
        margin: 0 0 20px 0;
    }
    .main-content .main-content-left article .article-bottom-info {
        margin: 0 0 20px 0;
    }
    .main-content .main-content-left article .box-article-image .article-image-btn {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .main-content .main-content-left article .box-article-image .article-image-btn::after {
        height: 50px;
    }
    .main-content .main-content-left article h1 {
        margin: 0 0 20px 0;
    }
    .main-content .main-content-left article .box-article-image .article-image-btn {

    }
    .main-content .main-content-left article .box-article-photo-gallery .article-photo-gallery-top {
        font-size: 15px;
    }
    .main-content .main-content-left article .box-advertisement {
        flex-wrap: wrap;
    }
    .main-content .main-content-left article .box-advertisement .col {
        width: 100%;
    }
    .main-content .main-content-left article .box-article-photo-gallery ul {
        flex-wrap: wrap;
    }
    .main-content .main-content-left article .box-article-photo-gallery {
        padding: 0;
        margin: 0 0 20px 0;
    }
    .main-content .main-content-left article .box-article-photo-gallery ul li {
        margin: 0 9px 18px 9px;
    }
    .main-content .main-content-left article .box-article-image span {
        margin: 0 0 20px 0;
    }
    .main-content .main-content-left article .box-article-photo-gallery ul li:last-child a span {
        font-size: 24px;
    }
    .box-section.list .box-section-content .article-item .article-item-content .article-item-category time {
        display: none;
    }
    .box-section.list .box-section-content.col-1 .col .article-item .article-item-image {
        width: calc(100% - 16px);
        margin: 0 8px 10px 8px;
    }
    .box-section.list .box-section-content.col-1 .col .article-item .article-item-content {
        width: calc(100% - 16px);
    }
    #main {
        padding: 60px 0 0 0;
    }
    #main.gallery {
        padding: 70px 0 0 0;
    }
    .box-section .box-section-content.col-4 .col {
        width: calc(50% - 16px);
    }
    .box-section .box-section-content.col-2 .col {
        width: calc(100% - 16px);
    }
    .box-section .box-section-content.col-1 .col .article-item .article-item-image {
        width: calc(100% - 16px);
        margin: 0 8px 10px 8px;
    }
    .box-section .box-section-content.col-1 .col .article-item .article-item-content {
        width: calc(100% - 16px);
    }
    .box-section .box-section-content.col-1 .col .article-item .article-item-content .article-item-title {
        margin: 0 0 14px 0;
    }
    .box-section .box-section-content.col-4 .article-item .article-item-content .article-item-title {
        font-size: 16px;
    }
    .box-section .box-section-content.col-3 .article-item .article-item-content .article-item-title {
        font-size: 16px;
    }
    .box-section .box-section-top {
        display: block;
    }
    .box-section .box-section-top.no-wrap {
        display: flex;
        align-items: center;
    }
    .box-section .box-section-top ul {
        margin: 10px 0 0 0;
    }
    .box-predpredaj h2 {
        font-size: 15px;
    }
    .box-predpredaj h2 strong {
        font-size: 18px;
    }
    .box-predpredaj {
        padding: 7px 10px 10px 10px;
    }
    .box-messages li .article-item-content .article-item-title {
        font-size: 16px;
        max-height: 96px;
    }
    .box-messages.type1 li .article-item-content .article-item-title {
        font-size: 16px;
        max-height: 96px;
    }
    .box-messages.type2 li .article-item-content .article-item-title {
        font-size: 16px;
        max-height: 96px;
    }
    .box-special-event a h2 {
        font-size: 16px;
        line-height: 20px;
        top: 40px;
        left: 20px;
    }
    .box-special-event a span {
        font-size: 12px;
        height: 25px;
        line-height: 25px;
        padding: 0 5px;
        left: 20px;
        top: 15px;
        height: 18px;
        line-height: 18px;
    }
    .box-special-event-slider .article-item .article-item-info {
        display: none;
    }
    .box-special-event-slider .article-item .article-item-title {
        font-size: 16px;
    }
    .box-special-event-slider .article-item .article-item-title strong {
        font-size: 20px;
    }
    .box-special-event-slider .article-item a.video::before {
        width: 43px;
        height: 43px;
        line-height: 43px;
        font-size: 42px;
        left: calc(50% - 21px);
        top: calc(50% - 21px);
    }
    .box-special-event-slider .article-item .article-item-title span {
        height: 38px;
    }
    .box-special-event-slider .article-item .article-item-title strong {
        margin: 0 0 5px 0;
    }
}
@media (max-width: 479px) {
    .competition-link-list li {
         width: calc(50% - 1px);
    }
    header .col-right .logo-zoznam {
        display: none;
    }
    .box-custom-select .selectboxit-option {
        width: 100%;
    }
    .gallery .gallery-sort .gallery-sort-right li a, .gallery .gallery-sort .gallery-sort-right li span {
        font-size: 14px;
        margin: 0 2px;
        padding: 0 5px;
    }
    .gallery .gallery-sort .gallery-sort-left strong {
        font-size: 16px;
    }
    .box-more-articles h2 {
        padding-right: 0;
    }
    .box-special-event-slider .article-item a.video::before {
        top: calc(35% - 21px);
    }
    .box-section .box-section-content .article-item .article-item-content .article-item-category {
        margin: -8px 0 0 0;
    }
    .box-messages li .article-item-content .article-item-category {
        display: none;
    }
    .box-messages li .article-item-image {
        width: 95px;
    }
    .box-section .box-section-content.col-4 .col {
        width: calc(100% - 16px);
    }
    .box-section .box-section-content.col-3 .col {
        width: calc(100% - 24px);
    }
    .box-section .box-section-content .article-item .article-item-image img {
        max-width: 95px;
    }
    .box-section .box-section-content .article-item .article-item-image {
        float: left;
        margin: 0 10px 0 0;
    }
    .box-section .box-section-content .article-item.big .article-item-title {
        margin: 0!important;
    }
    .box-section .box-section-content .article-item.big .article-item-image {
        float: none;
        margin: 0 0 15px 0;
    }
    .box-section .box-section-content .article-item.big .article-item-image img {
        max-width: 100%;
    }
    .box-section .box-section-content .article-item {
        margin: 0 0 20px 0;
    }
    .box-section .box-section-content .article-item .article-item-image span {
        display: none;
    }
    .box-section .box-section-content.col-1 .col .article-item .article-item-content .article-item-perex {
        display: none;
    }
    .box-fast-messages {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #d3d3d3;
    }
    .box-section {
        margin: 0 0 20px 0;
    }
    .box-section .box-section-top ul li a {
        font-size: 13px;
    }
    .box-section .box-section-top ul li a {
        padding: 0 5px;
    }
    .box-section .box-section-content .article-item.big {
        padding: 0 0 20px 0;
        border-bottom: 1px solid #d3d3d3;
    }
    .box-section.no-border-bottom {
        border-bottom: 1px solid #d3d3d3;
        margin: 0 0 20px 0;
    }
    .box-section .box-section-content.col-4 .article-item .article-item-content .article-item-title {
        max-height: 96px;
    }
    .box-section .box-section-content.col-3 .article-item .article-item-content .article-item-title {
        max-height: 96px;
    }
}
@media (max-width: 375px) {
    .score .hide-xs-mobile {
        display: none;
    }
}
/* FAST MESSAGES FILTER MENU FIX */
@media ( min-width: 768px ) {
    .fast-messages-filter form {
        display: inline-block!important;
    }
}

/* STYLES FROM REDACTORS */
@media screen and (max-width: 639px) {
    .box-custom-select-menu li:last-child {
        width: calc(33% - 1px)
    }
}
.box-custom-select-menu {
    margin-bottom:25px !important
}

@media screen and (max-width: 768px) {
    .score tr td .team {
        max-width: 210px !important;
    }
}

@media screen and (max-width: 539px) {
    .score tr td .team {
        max-width: 120px !important;
    }
    div[class*='stage-standing'] > div > table > tbody > tr > td > span.team {
        max-width: 130px !important
    }
}

@media screen and (max-width: 415px) {
    .score tr td .team {
        max-width: 96px !important;
    }
}

@media screen and (max-width: 374px) {
    .score tr td .team {
        max-width: 68px !important;
    }
    div[class*='stage-standing'] > div > table > tbody > tr > td > span.team {
        max-width: 90px !important
    }
}

td.text-center {
    min-width: 30px !important;
}

.box-custom-select .selectboxit .selectboxit-option-icon-container {
    margin: 0 10px !important
}

span.selectboxit-container.selectboxit-container {
    margin-bottom:1px
}

span.selectboxit-text {
    max-width:70% !important
}
