* { margin:0; padding:0; }
/*
@font-face{
	font-family: segoe-ui-bold;
    src: url('/css/segoe-ui-bold.eot');
    src: url('/css/segoe-ui-bold.eot?#iefix') format('embedded-opentype'),
         url('/css/segoe-ui-bold.') format('truetype');
    font-weight: normal;
    font-style: normal;
 }
*/
html, body {
    font-size: 14px;
    /*background: #393939;
    height: 100%;*/
    color: #000000;
    font-family: Myriad Pro, Open sans, Sans-Serif;
}
h1 span,h2 span{ display:none; }
h3{ font-size:100%; font-weight:bold; color:#FFF; }
p,br,form{ padding:0; margin:0; }
p{ padding-bottom:15px; /*line-height:140%;*/ }

body{
}

/************* TABS ***********************/
.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; font-family: Myriad Pro SemiBold,'Open Sans', sans-serif; font-weight:bold;}
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; color:#FFFFFF; position: relative; background:#535353; margin-right:1px; border-bottom: 0 !important; padding: 0; white-space: nowrap; padding:0px 0px 0px 0px;  }
.ui-tabs .ui-tabs-nav li span { float: left; text-decoration: none; color:#FFFFFF; font-size:11px; padding:1px 4px; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; color:#FFFFFF; font-size:11px; padding:1px 4px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; background:#000;  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; padding-top:17px;}
.ui-tabs .ui-tabs-hide { display: none !important; }

/****** tabulky **************/
.tab_menu{ margin:1px 0px; text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size:18px; }
.tab_menu span.tab_nazov{ color:#000; background:#FFF; border:1px solid #000; padding:0px 5px; }
.tab_menu a{ color:#FFF; background:#979797; border:1px solid #979797; padding:0px 5px;text-decoration:none; }
.tab_menu span{ color:#FFF; background:#000; border:1px solid #000; padding:0px 5px;  }


/** BOOTSTRAP **/

/** HEADER **/
header {
    height: 165px;
    position: relative;
}

header .logo-block {
    clear: both;
    margin: 65px 0 0 0;
}
header .motto {
    color: white;
    font-size: 14px;
    margin-left: 5px;
    clear: both;
}
.main-navigation {
    /* background: url(/images/menu-bg.jpg) repeat-x, black; */
    background-image: linear-gradient(to right, #200c11, #a21c3d, #a21c3d);
    border: 0;
    border-radius: 0;
    margin: 0;
    /*box-shadow: 0 5px 5px -3px #727272 !important;*/
    z-index: 15;
}
.main-navigation .navbar-collapse {
    padding: 0;
}
.main-navigation .nav li{
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Myriad Pro SemiBold";
}
.main-navigation .nav li a {
    color: #fff !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    height: 52px;
    transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
}
.main-navigation .nav li:hover a{
    color: #bc193d !important;
    background: white;
    text-shadow: none !important;
    text-transform: uppercase !important;
    /*font-weight: 600;*/
}
@media (min-width: 700px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
        color: #bc193d !important;
        background: white !important;
    }

    .main-navigation .nav li.dropdown ul, .main-navigation .nav li.dropdown ul li, .main-navigation .nav li.dropdown ul, .main-navigation .nav li.dropdown ul li a {
        background: #2d2d2d;
        font-size: 16px;
        font-weight: 400;
        color: white !important;
        text-transform: none !important;
        height: auto;;
    }
}
@media (min-width: 1050px) {
    .main-navigation .nav li.dropdown ul li a {
        padding: 4px 12px;
    }

    .main-navigation .nav li.dropdown ul li a:hover {
        background: #bc193d;
    }
}
@media (max-width: 992px) {
    .main-navigation .nav li a {
        height: auto;
        padding: 10px 30px;
    }
}

.navbar-brand {
    padding: 8px 0 8px 8px;
}
.navbar-brand img{
    height: 33px;
}
.main-navigation .navbar-default .navbar-toggle {
    background-color: #D5D5D5 !important;
}
.main-navigation ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

@media (min-width: 700px) {
    .main-navigation ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}
@media (min-width: 992px) {
    .nav.navbar-nav.right {
        float: right !important;
    }
    .account-dropdown .dropdown-menu {
        right: 0;
        left: inherit;
    }
}
@media (max-width: 991px) {

    .dropdown-menu {
        position: relative;
        width: 100%;
        background-color: black !important;
        color: white;
        text-transform: inherit;
    }
    .main-navigation .nav li.dropdown:hover a {
        color: white !important;
        text-transform: none !important;
        background: black !important;
    }
    .main-navigation .nav li.dropdown:hover a.dropdown-toggle {
       background: #2a2b2e !important;
        text-transform: uppercase !important;
    }
}
@media (max-width: 499px) {
    .navbar-brand img{
        height: 28px;
        margin-top: 4px;
    }
}
@media (max-width: 390px) {
    .navbar-brand img{
        height: 13px;
        margin-top: 13px;
    }
}
@media (min-width: 391px) and (max-width: 462px) {
    .navbar-brand img{
        height: 20px;
        margin-top: 9px;
    }
}
@media (max-width: 310px) {
    .navbar-brand img{
        height: 13px;
        margin-top: 13px;
    }
}
.main-navigation li {
    list-style: none;
}
.main-navigation .search-component {
    position: absolute;
    width: 100%;
    left: 0;
    background: white;
    box-shadow: rgb(188, 188, 188) 0 5px 6px -2px;
}
.main-navigation .search-component input {
    font-size: 18px;
    border-radius: 0;
    height: 51px;
    padding: 0 14px;
    border: 0;
    outline: none;
}
.main-navigation .right li.search a, .navbar-header li.search {
    background: url(/images/search.png) 13px 17px no-repeat !important;
    width: 48px;
    cursor: pointer;
}
.main-navigation .right li.notification a, .navbar-header li.notification {
    width: 48px;
    cursor: pointer;
}
.main-navigation .right li.notification-button > a, .navbar-header li.notification-button {
    width: 50px;
    cursor: pointer;
    padding: 18px 5px 5px 8px;
    text-align: center;
    font-size: 20px;
}
.main-navigation .right li.notification-button.hover,
.navbar-header li.notification.hover{
    background: #ffe503;
    color: #a21c3d;
}
.main-navigation .right li.notification-button.hover i,
.navbar-header li.notification.hover i{
    color: #a21c3d;
}
.main-navigation .right li.cart a, .navbar-header li.cart {
    /*background: url(/images/search.png) 17px 15px no-repeat !important;*/
    width: 50px;
    cursor: pointer;
}
.navbar-header .search {
    float: right;
    height: 47px;
    margin-right: 0px;
}
.navbar-header .notification {
    float: right;
    height: 50px;
    margin-right: 15px;
}
.navbar-header .notification a {
    font-size: 21px;
    color: white;
    position: relative;
    padding: 15px 0 3px 3px;
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
}
.navbar-header .notification.active {
    background: white !important;
    border-bottom: 6px solid #ffe503;
}
.navbar-header .notification.active a {
    color: #777;
}
.navbar-header .notification a .badge {
    font-family: Myriad Pro, Open sans, Sans-Serif;
    background: none;
    font-size: 16px;
    margin: -6px 0 0 -7px;
}
.navbar-header .notification.hover a .badge {
    color: #a21c3d;
}
.navbar-header .cart {
    float: right;
    height: 47px;
    margin-right: 0;
}
.main-navigation .right li.notification-button .badge, .navbar-header .notification-button .badge {
    background: none;
    color: #a21c3d;
    margin-left: -7px;
    font-size: 17px;
    margin-top: -9px;
}
.main-navigation .right li.cart .badge, .navbar-header .cart .badge {
    background: #fff;
    color: #a21c3d;
    margin-left: -7px;
    font-size: 12px;
    margin-top: -13px;
    position: absolute;
    font-family: 'Myriad Pro SemiBold';
}
.navbar-header .cart a {
    color: #fff !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    height: 52px;
    transition: background .1s ease-in-out;
    -moz-transition: background .1s ease-in-out;
    -webkit-transition: background .1s ease-in-out;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    font-size: 18px;
    padding-left: 15px;
}
.navbar-header .account {
    width: 45px;
    height: 47px;
    float: right;
    margin-right: 0;
}
.navbar-header .account i{
    font-size: 17px;
    margin-top: 18px;
    color: #fff;
}
.main-navigation .right li.search:hover a, .main-navigation .search-component .search-button {
    background: url(/images/search_hover.png) 13px 17px no-repeat, #ffffff !important;
}
.main-navigation .search-component .search-button {
    width: 55px;
    height: 51px;
}
.main-navigation .search-component .search-button:hover {
    background: url(/images/search.png) 17px 17px no-repeat, #bc193d !important;
}
.main-navigation .search-component {
    position: absolute;
    width: 100%;
    display: none;
}
.main-navigation .search-component .close-button {
    width: 55px;
    height: 51px;
    background: url(/images/menu-search-hide.jpg) 15px 15px no-repeat !important;
}
@media (max-width: 370px) {
    .main-navigation .search-component .search-button, .main-navigation .search-component .close-button {
        width: 50%;
    }
}
.main-navigation .navbar-collapse {
    margin: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}
.main-navigation .navbar-toggle {
    border: 0;
}
.block-info > .row, .block-content > .row {
    position: relative;
    margin: 0;
    background-color: #fff;
}
.block-content ul, .block-content ol {
    margin-left: 20px;
}
.block-content {
    overflow: hidden;
}
.block-info > .row .block-col {
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 190px;
}
.block-info > .row .block-col .block {
    position: absolute;
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.43) 24%,rgba(0,0,0,0.66) 37%,rgba(0,0,0,0.7) 45%,rgba(0,0,0,1) 100%);
    color: #fff;
    width: 100%;
    bottom: 0;
    left: 0%;
    text-align: center
}
.block-info > .row .block-col a:hover .block {
    /* background: #000; */
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.block-info > .row .block-col a:hover .block .title  {
    color: #BD193E !important;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
.block-info > .row .block-col .block .title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-family: Myriad Pro SemiBold;
    padding: 15px 10px 5px;
}
.block-info > .row .block-col .block .info {
    font-size: 12px;
    padding:0 0 15px;
    font-family: Myriad Pro, Open sans, Sans-Serif;
}
.block-info > .row .block-col .block .info span {
    color: #BD193E
}
.block-info > .row.small .block-col .block .title {
    font-size: 18px;
    line-height: 20px;
}
@media (max-width: 500px) {
    .block-info > .row .block-col .block .title {
        font-size: 19px;
        line-height: 21px;
    }
}
.container {
    padding: 0;
}
@media (min-width: 1105px) {
    .container {
        width: 1250px;
    }
}

@media (max-width: 1101px) {
    .container {
        width: 100%;
    }
}

.grid-actions a {
    font-size: 13px;
    margin: 0 3px;
    color: black;
}
.grid-actions a:hover {
    color: #c20000;
}

.nav-actions {
    background: #474747;
    font-size: 14px
}
.nav-actions li a {
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
}
.nav-actions li:hover {
    background: #5d5d5d;
}
.nav-actions .dropdown-menu a {
    color: #000 !important
}

.logo-slider-1, .logo-slider-2 {
    position: relative;
    width: 30px;
    height: 45px;
    overflow: hidden
}
.logo-slider-2 {
    width: 36px;
}
.logo-slider-short, .logo-slider-long {
    position: absolute;
}
.motto {
    opacity: 0;
}
.logo-slider-long {
    opacity: 0;
}

.article-page h1 {
    font-size: 40px;
    padding: 0;
    margin: 5px 0 0 0;
    line-height: 1.25;
    /*font-weight: 600;*/
    font-family: "Myriad Pro BlackCond";
}
.article-page h2 {
    font-style: italic;
    margin: 0 0 0 0;
    font-size: 1.7rem;
    color: #BBB;
    /*font-weight: 600;*/
    font-family: "Myriad Pro SemiBoldCond";
}
.article-page ul.article-info {
    list-style: none;
    font-size: 15px;
    color: #444;
}
.article-page ul.article-info li {
    display: inline-block;
    margin: .5rem 0 0;
    padding: 0;
}
.article-page ul.article-info li.author {
    font-size: 1rem;
    font-style: italic;
    display: inline-block;
}
.article-page ul.article-info li.published {
    color: #848484;
    font-size: 1rem;
}
.article-page .categories {
    margin-top: 5px;
}
.article-page .categories a {
    background: rgba(128, 5, 0, 0.88);
    color: #fff;
    padding: 3px 4px 1px;
    text-transform: uppercase;
    margin-right: 3px;
    font-size: 12px;
}
.article-page .article-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    color: #444;
    word-wrap: break-word;
}
.article-page .article-meta {
    z-index: 1;
    margin: 0;
    padding: 6px 25px;
    border-bottom: 1px solid #EDE9E7;
    background: #fff;
    margin-bottom: 25px;
    position: relative;
}
.article-page .article-meta h1.short{
    font-size: 25px !important;
}
.comments .media-body, .comments .comment {
    overflow: inherit;
}
.comments .comment.offset {
    margin-left: -28px;
}

@media (max-width: 700px) {
    .comments .comment.offset {
        margin-left: -47px !important;
    }
}
.comments .media-body p{
    font-size: 15px;
    padding-bottom: 0px;
}
.comments .media-body .comment-actions {
    padding-bottom: 10px;
    font-size: 12px;
}
.comments .media-body .comment-actions a {
    margin: 0 0 0 10px;
}
.comments .media-body h4{
    font-weight: 600;
    font-size: 14px;
}
.comments .media-body .media-heading a {
    color: black;
    text-decoration: none;
}
.comments .media-body .media-heading a.admin {
    color: #bc193d;
}
.comments .comment .voting{
    font-size: 11px;
    color: #747474;
    margin-left: 15px;
    font-weight: bold;
}
.comments .comment .voting .vote {
    margin: 0 10px;
    background: #e5e5e5;
    color: black;
    padding: 0px 2px 0;
    border-radius: 5px;
    float: left;
    line-height: 11px;
    font-size: 10px;
}
.comments .comment .voting .count {
    float: left;
    font-family: "Myriad Pro SemiBold";
    font-size: 14px !important;
    line-height: 15px;
}
.comments .comment .voting .vote.right {
    float: right;
    margin-right: 0;
}
.comments .comment .voting .vote.disabled {
    color: grey;
}
.comments .comment .top {
    font-size: 12px;
    line-height: 8px;
    padding: 0;
    margin-left: 15px;
    float: left;
}
.comments .comment .top span {
    color: #d4d45f;
}


.left-content-title {
    height: 59px;
    border-bottom:2px solid black;
    margin-top: 10px;
}
.left-content-title.calendar{
    height: 67px;
}
.left-content-title div {
    background: black;
    float: left;
    /* height: 38px; */
    margin: 20px 0 0 101px;
    color: #fff;
    font-family: "Myriad Pro SemiBoldCond", "Open Sans Condensed";
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0;
    padding: 7px 14px 2px 0;
    line-height: 29px;
}

.search-pagination {
    padding: 15px;
}

.search-pagination a{

    border: 1px solid #2022ad;
    padding: 8px 16px;
    margin: 15px;
    border-radius: 3px;
    background: #f8f8f8;
}
.search-pagination a:hover{
    text-decoration: none;
    background: #2022ad;
    color: white !important;
}

.left-content-title div span{
    display: none;
}
.left-content-title div span.red {
    color: #bc193d;
    font-style: italic;
    display: inline;
    margin-right: 3px;
}
.left-content-title.top {
    background: url(/images/left-title-top.jpg) 25px 0 no-repeat;
}
.left-content-title.new {
    background: url(/images/left-title-new.png) 25px 0 no-repeat;
}
.left-content-title.calendar {
    background: url(/images/calendar_bg.jpg) 20px 0 no-repeat;
}
.left-content-title.calendar div {
    margin: 25px 0 0 22px;
    font-size: 31px;
    background: none;
    font-style: normal;
    width: 313px;
    text-align: center;
}


/************** PANELS ************/

.articles-panel {
    clear: both;
}
.articles-panel .article-item {
    display: table; padding: 10px 20px; border-top: 1px solid #f4f4f4;
    margin: 0 !important;
}
.articles-panel .article-item div a{
    color: black;
}
.articles-panel .article-item div {
    display: table-cell; line-height: 16px;
}
.articles-panel .article-item div.views {
    font-family: "Myriad Pro SemiBold";
    display: table-cell;
    width: 45px;
    font-size: 12px;
    font-weight: 600;
    color: #BD193E;
}

.articles-panel .article-item.big {
    background: #f4f4f4;
    padding: 0;
    border: 0;
}
.articles-panel .article-item.big a {
    height: inherit;
}
.articles-panel .article-item.big img {
    width: 100%;
}
.articles-panel .article-item.big div {
    display: block;
}
.articles-panel .article-item.big .article-item-big-content {
    padding: 15px 20px;
}
.articles-panel .article-item.big .article-item-big-content a{
    font-size: 16px;
    color: black;
    font-family: Myriad Pro SemiBold;
}
.articles-panel .article-item.big .views {
    font-family: Myriad Pro;
    text-transform: uppercase; font-weight: 400; font-style: italic; font-size: 12px;
    width: auto;
    color: black;
}
.articles-panel .article-item.big .views span {
    font-family: Myriad Pro;
    font-weight: 400; color: #BD193E; font-style: normal;
}
.articles-panel .new-comment {
    float: left;
    width: 100%;
    padding: 20px;
    font-family: Myriad Pro;
    font-weight: 400;
}
.articles-panel .new-comment.border {
    border-top: 1px solid #f4f1ef;
}
.articles-panel .new-comment.hot {
    background: #f4f4f4;
    background: url('/images/comment-hot.jpg') top right no-repeat, #f4f1ef;
}
.articles-panel .new-comment:hover {
    text-decoration: none;
    color: inherit;
}
.articles-panel .new-comment .article {
    font-size: 13px;
    font-style: italic;
    color: #00529f;
}
.articles-panel .new-comment .comment {
    font-size: 14px;
    color: #1b1b1b;
}
.articles-panel .new-comment .comment-info {
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
}
.articles-panel .new-comment .comment-info .datetime {
    font-style: italic;
    color:#1a1a1a;
}
.articles-panel .new-comment .comment-info .count {
    float: right;
    font-style: italic;
    color:#1a1a1a
}
.articles-panel .new-comment .comment-info .count span {
    color: #bc193d;
    font-weight: 400;
    font-family: Myriad Pro Black;
    font-style: normal;
}

.calendar-panel {
    clear: both;
}
.calendar-panel .calendar-panel-match{
    padding: 15px 20px;
    font-family: "Myriad Pro SemiBoldCond";
    border-bottom: 1px dashed #eee;
}
.calendar-panel .calendar-panel-match a {
    text-decoration: none;
    color: inherit;;
}
.calendar-panel .calendar-panel-team{
    font-size: 21px; line-height: 21px;
}
.calendar-panel .calendar-panel-team span{
    float: right; color: #bc193d;
}
.calendar-panel .calendar-panel-team span.image{
    float: left; width: 45px; height:20px;;
}
.calendar-panel .calendar-panel-match div.detail {
    font-size:12px; text-transform:uppercase; padding-left: 75px; padding-top: 1px; color: #00529f;
}
.calendar-panel .calendar-panel-match.black div.detail, .calendar-panel .calendar-panel-match.black .calendar-panel-team span {
    color: #333
}
.calendar-panel .calendar-panel-all {
}
.calendar-panel .calendar-panel-all a{
    float: left;
    padding: 8px 0;
    background: #f4f4f4;
    text-transform: uppercase;
    font-family: Myriad Pro;
    color: #bc193d;
    font-size: 13px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}

/************** PANELS END **************/

/*** HELPERS ************/
.no-border {
    border: 0 !important;
}

/************* ADMIN MENU *******************/
.adminUser {
    border-left: 10px solid #fff;
    margin: 2px 6px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 16px !important;
}
.adminUser.green {
    border-left: 10px solid #00af00;
}
.adminUser.grey {
    border-left: 10px solid #c6c6c6;
}
.admin-messages-list tr {
    cursor: pointer;
}
.message-wrapper {
    width: 240px; height: 30px; float: right; background: white;  margin-left: 5px;
}
.message-wrapper .message-box {
    box-shadow: -1px 0px 5px #666; position: absolute; margin-top: 0px; width: 240px; background: #fff; border-top: 1px solid #444; border-right: 1px solid #444; border-left: 1px solid #444; box-shadow: -1px 0px 5px #666;
}
.message-wrapper .message-items {
    height: 229px; overflow-x: hidden; overflow-y: scroll;
}
.messages-panel {
    position: fixed; bottom: 0px; z-index: 2; width: 80%; margin-left: 10%;
}
.message-header.active {
    background: #BC193D;
    cursor: pointer;
    color: #fff;
}
.message-item-img {
    width: 20px;
    display: inline-block;
    /* padding: 5px; */
    margin-left: 3px;
}
.message-item-msg-own {
    display: inline-block;
    margin-left: 50px;
    padding: 5px;
    font-size: 12px;
    line-height: 15px;
    background: #eee;
    color: #666;
    width: 168px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.message-item-msg {
    margin-left: 1px;
    padding: 5px;
    font-size: 13px;
    line-height: 15px;
    width: 180px;
    display: inline-block;
}

.regular {
    font-family: "Myriad Pro", "Open Sans";
}
.boldCond {
    font-family: "Myriad Pro BlackCond", "Open Sans Condensed";
}
.upper {
    text-transform: uppercase;
}
.s14 {
    font-size: 14px;
}
.s18 {
    font-size: 18px;
}
.s24 {
    font-size: 24px;
}
.s30 {
    font-size: 30px;
}
.s36 {
    font-size: 36px;
}
.s48 {
    font-size: 48px;
}

.calendar-item {
    clear: both; margin: 1px 10px 0;
}
.calendar-item a {
    padding: 10px; float: left; width: 100%; height: 100%; color: #4f4f4f; text-decoration: none;
    background: #f4f4f4;
}
.calendar-item a:hover {
    background: #f1f0f0;
}
.calendar-item img {
    border: 1px solid #d7d2ca; float: left; margin-right: 10px;
}
.calendar-item .red {
    color: #bc193d;
}
.calendar-item .detail {
    color: #00529f;
}

.match-centrum {
    text-align: center;
    color: white;
    margin-right: auto;
    margin-left: auto;
}
.match-centrum .team {
    padding-top: 35px;
    padding-bottom: 25px;
    text-shadow: 2px 2px 2px #000;
}
.match-centrum .team .logo-team {
    padding-bottom: 25px;
}
.match-centrum .match-details {
    margin-top: 70px;
}

@media (max-width: 750px) {
    .match-centrum .match-details {
        margin-top: 10px;
    }
}
@media (max-width: 999px) {

    .main-navigation.isAdmin {
        /*margin-top: 50px;*/
    }
}

.match-centrum .match-details .match {
    border-radius:4px;
    background: #bd193e;
    padding: 10px 25px;
    display: inline-block;
    line-height: 48px;
}
.match-centrum .match-details .match-info {
    margin-top: 15px;
    text-shadow: 2px 2px 2px #000;
}
.match-centrum .match-details .score {
    background: #fff;color: black;
    position: absolute;
    padding: 16px 0;
    width: 45px;
    margin: 13px 0 0 -14px;
    border-radius: 24px;
    line-height: 14px;
}
.match-centrum-menu {
    margin: 25px -15px;
    background: none;
    border: 0;
    margin-left: -15px !important;
}
.match-centrum-menu li {
    background: #f4f4f4;
    border-top: 5px solid #bc193d;
    width: 22.0%;
    margin-right: 0.3%;
    text-align: center;
}
.match-centrum-menu li a {
    border-radius: 0;
    font-size: 16px;
    color: #363636;
    padding: 15px 0;
    margin: 0;
    border: 0 !important;
}
.match-centrum-menu li.active, .match-centrum-menu li.active a {
    border-top: 5px solid #bc193d;
    background: #bc193d;
    color: white;
}
.match-centrum-menu li a:hover, .match-centrum-menu li a:focus {
    border: 0 !important;
    background: #bc193d !important;
    color: white !important;
}
.match-centrum-menu li.disabled {
    border-top: 5px solid #f4f4f4;
}
.match-centrum-menu li.disabled a:hover {
    border: 0 !important;
    background: #f4f4f4 !important;
    color: #363636 !important;
}

.article-item {
    width: 100%;
    margin: 18px 0 0;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.article-item:hover {
    text-decoration: none;
}
.article-item:hover .article-title .title {
    color: #BD193E !important;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
.article-item.short {
    margin: 9px 0px;
    background: #f4f4f4;
    padding: 9px 15px;
    clear: both;
    float: left;
    text-decoration: none;
    margin-bottom: 15px;
    border-left: 10px solid #bc193d;
    border-right: 10px solid #bc193d;
}
.article-item.blog .article-title {
    width: 100%;
}
.article-item .article-image {
    overflow: hidden;
    width: 30%;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0px;
}
.article-item .article-image .big{
    display: block;
}
.article-item .article-image .small {
    display: none;
}
.article-item .article-image img{
    width: 100%;
    /*margin-left: -10%;*/
}
.article-item .article-title {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    line-height: 24px;
    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
    color: #1e309b;
    padding-left: 10px;
    font-family: Myriad Pro SemiBold;
}
.article-item .article-title .category {
    font-size: 11px;
    text-transform: uppercase;
    color: #BD193E;
    font-family:Myriad Pro SemiBold;
    margin-bottom: 10px;
    line-height: 12px;
}
.article-item .article-title .category span{
    background: linear-gradient(90deg, rgb(35, 73, 146) 0%, rgba(117,48,101,1) 48%, rgba(200,0,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.article-item.short {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}
.article-item .article-title .truncate {
    font-size: 15px;
}
.article-item .article-title .info, .article-item.short .info {
    margin-top: 10px;
    font-size: 13px;
    color: #5d5d5d;
    line-height: 15px;
    font-weight: 400 !important;
    font-family: Myriad Pro;
}
.article-item .article-title .info span.date, .article-item.short span.date {
    color: #BD193E; font-family:Myriad Pro SemiBold;
    text-transform: uppercase;
}
.article-item.short span.date {
    font-size: 12px;
}
.article-item .article-title .info span.details, .article-item.short span.details {
    color: #BD193E; font-family: Myriad Pro; font-style: italic;
}
.article-item.big .article-image,
.article-item.big .article-title,
.article-item.medium .article-title,
.article-item.small .article-title,
.article-item.big .article-title .title{
    width: 100% !important;
}
.article-item.small .article-title .title {
    line-height: 15px;
}
.article-item.small, .article-item.medium, .article-item.big {
    padding: 0 0 0 0;
    margin: 0;
    margin-bottom: 3px;
    border: 0 !important;
    display: block !important;
}
.article-item.small {
    border: 0;
    padding: 0;
    background: #FAFAFA;
}
.article-item.medium .article-title .truncate {
    font-size: 13px;
    line-height: 17px;
}
.article-item.small .article-title .title a{
    font-size: 16px;
}
.article-item.big a {
    height: 153px;
    overflow: hidden;
    position: relative;
    display: block
}
.article-item.big a .article-title {
    position: absolute; bottom: 0; background: rgba(0, 0, 0, 0.74); margin: 0 3%; width: 94% !important; text-align: center; padding: 2%; font-size: 16px; color: #fff;
}
.article-item.big a img {
    width: 100%;
}
.article-item.medium a {
    height: 75px; overflow: hidden; display: flex; align-items: center;
}
.article-item.medium a .title {
    font-size: 16px; padding: 0; padding-left: 5px; color: #444; line-height: 20px; font-family: Myriad Pro SemiBoldCond;
}
.article-item.medium a img {
    padding: 0;
}
.article-item.small a {
    height: 36px; overflow: hidden; display: flex; align-items: center;
}
.article-item.small a .title {
    font-size: 13px; padding: 0; padding-left: 5px; color: #444; line-height: 13px; font-family: Myriad Pro;
}
.block {
    padding-top: 20px; clear: both
}
.block .article-categories {
    margin: 0;
    padding: 0 15px 10px;
}
.block .article-categories a{
    color: #000;
    font-size: 30px;
    margin: 0 10px;
    font-family: Myriad Pro SemiBoldCond;
}
@media (max-width: 600px) {
    .article-item .article-title {
        width: 70%;
        margin-left: 5px;
        margin-top: 0;
    }
    .article-item .article-image .small {
        display: block;
    }
    .article-item .article-image .big {
        display: none;
    }
}
@media (max-width: 500px) {
    .article-item .article-title {
        width: 70%;
        line-height: 21px;
        padding-left: 0;
    }
    .article-item .article-image {
        width: 30%;
    }
    .article-item .article-title .info, .article-item.short .info {
        font-size: 11px;
    }
    .article-item .article-title {
        font-size: 19px;
    }
}


.gallery-list {
    padding: 18px 0;
    border-bottom: 1px solid #f4f4f4;
}
.gallery-list a {
    font-size: 21px;
    font-weight: 600;
    color: #1e309b;
    font-family: Myriad Pro SemiBold;
}
.gallery-list a:hover {
    text-decoration: none;
}
.gallery-list img {
    margin: 0 4px;
    border-radius: 5px;
}
.gallery-block {
    margin: 5px -5px;
}
.gallery-block img{
    border-radius: 5px;
    margin: 4px;
}
.gallery-block img.big{
    border-radius: 10px;
    margin: 10px 0;
    width: 100%
}
#loading {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: url(/images/lightbox-ico-loading.gif) center no-repeat, #fff;
    opacity: 0.3;
    display: none;
}

.homepage-more {
    clear: both;
    padding: 30px;
}
.homepage-more a {
    margin-top: 22px;
    font-size: 18px;
    padding: 6px 8px 4px;
    color: #fff;
    background: #bc193d;
    font-family: "Myriad Pro SemiBoldCond";
}

.float-panel {
    /*width: 342px !important;*/
}

/********** MAIN CALENDAR START ****************/
.kalendar-info {
    background: #042340;
}
.kalendar-info .row {
    background: #042340; margin: 0 15px;
}
.kalendar-info .row div.list {
    font-family: 'Myriad Pro Cond';
    border-left: 10px solid #BD193E;
    margin: 25px 0;
    color: #fff;
    overflow: hidden;
}
.kalendar-info .row div.list a {
    text-decoration: none;
    color: #fff;
}
.kalendar-info .row div.list span{
    color: #3a7dbc;;
}
.kalendar-info .row div.match {
    margin: 10px 0;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
}
.kalendar-info .row div.match a {
    color: #999;
    text-decoration: none;
}
.kalendar-info .row div.match .button, .kalendar-info .row div.list .button {
    background: #BD193E;
    font-size: 16px;
    color: #fff;
    font-family: 'Myriad Pro SemiBoldCond';
    padding: 7px 10px;
    opacity: 1;
    z-index: 2;
    position: absolute;
    top: 125px;
    left: 36%;
    -webkit-transition: top 0.1s ease-out;
    -moz-transition: top 0.1s ease-out;
    -o-transition: top 0.1s ease-out;
    transition: top 0.1s ease-out;
}
.kalendar-info .row div.match:hover .button, .kalendar-info .row div.list:hover .button {
    top: 28px;
    -webkit-transition: top 0.1s ease-out;
    -moz-transition: top 0.1s ease-out;
    -o-transition: top 0.1s ease-out;
    transition: top 0.1s ease-out;
}
.kalendar-info .row div.list:hover .button {
    top: 10px;
}
.kalendar-info .row div.match .title {
    font-family: 'Myriad Pro SemiBoldCond';
    font-size: 26px;
    color: #fff;
    z-index: 1;
    position: relative;
    height: 46px;
    line-height: 21px;
    display: flex;
}
.kalendar-info .row div.match .title p {
    padding: 0;
    margin: auto;
}
.kalendar-info .row div.match .title span {
    font-family: 'Myriad Pro BlackCond';
}
.kalendar-info .row div.match .time {
    z-index: 1;
    position: relative;
}
.kalendar-info .row div.match .time span.actual {
    font-family: 'Myriad Pro BlackCond';
    font-size: 17px;
    color: #999;
}
.kalendar-info .row div.match .time span {
    font-family: 'Myriad Pro';
    font-size: 12px;
}
.kalendar-info .row div.match .club-brand {
    height: 100%; position: absolute; left: 0; top:0;z-index: 0; opacity: 0.3
}
.kalendar-info .row div.match .club-brand.right {
    left: inherit;
    right: 0;
}
@media (min-width: 600px) {
    .kalendar-info .row div.match .club-brand {
        opacity: 1;
    }
}
/********** END MAIN CALENDAR ****************/

.input-translate {
    background: #feffd5;
}
.input-translate.translated {
    background: #cdf5cd;
}


.equal-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}
.equal-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.equal-row.row:after,
.equal-row.row:before {
    display: flex;
}

.footer-menu {
    margin: 15px 10px;
    font-family:'Myriad Pro';
}
.footer-menu a {
    color: #c4181e;
    font-size: 14px;
}
.footer-menu span {
    margin: 0 10px;
    color:#fff;
    font-size: 16px;
}
.footer-rights {
    font-family:'Myriad Pro';
    font-size: 14px;
}
.footer-rights div {
    padding: 3px 10px;
    color: #fff;
}
.footer-rights div a {
    color: #c4181e;
}

.navbar-admin {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .navbar-admin .navbar-collapse {
        clear: both;
    }
    .navbar-admin .navbar-brand {
        margin: 0 !important;
    }
    .navbar-admin .dropdown-menu {
        background: white !important;
    }
    .navbar-admin .dropdown-menu.admin-messages-list {
        width: 100% !important;
        color: black;
    }
}

.related-articles {
    margin-bottom: 15px
}
.related-articles h2 {
    font-style: normal;
    margin: 0 0 25px 0;
    font-size: 30px;
    color: #000;
    font-weight: 200;
}
.related-articles .media {
    overflow: hidden;
    margin-top: 0px;
}
.related-articles .media a {
    color: #232323;
}
.related-articles .media a:hover {
    text-decoration: none;
}
.related-articles .media img {
    width: 100px;
    margin-left:-10px
}
.related-articles .media .media-body {
    vertical-align: middle
}
.shorts-panel {
    padding-bottom: 20px;
}
.shorts-panel .row {
    margin: 0;
    padding-top: 15px;
    cursor: pointer;
}
.shorts-panel .row.content {
    padding-top: 5px;
    display: none;
}
.shorts-panel .row.content div {
    font-size: 12px;
    line-height: 17px;
    margin-top: 0;
    padding-top: 0;
    text-align: justify;
}
.shorts-panel .row.content div > a {
    text-decoration: none;
    color: #000;
}
.shorts-panel .row.content div > a:hover {
    text-decoration: underline;
}
.shorts-panel .days {
    padding:0 10px 0 0;
    text-align: right;
    font-size: 11px;
    color: #bc193d;
    font-family: "Myriad Pro Black";
}
.shorts-panel .title {
    padding: 0;
    font-size: 18px;
    line-height: 18px;
}
.shorts-panel .comments {
    text-align: center;
    padding: 0;
    margin: 0;
}
.shorts-panel .comments span {
    background: #bc193d;
    font-size: 11px;
    color: #fff;
    position: relative;
    padding: 3px 2px 1px 2px;
    font-family: "Myriad Pro Black";
}
.shorts-panel .comments span:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #000;
    left: -6px;
    top: 8px;
}


@media (min-width: 550px) {
    p.wrapped-text {
        padding-left: 20%;
        padding-right: 20%;
    }
}

.login-block {
    margin: 65px 0 0 7%;
}
.login-block2 {
    background: #fff;
    margin-top: 20px;
}

.login-block input, .login-block2 input {
    border-radius: 0;
}
.login-block .col-sm-4, .login-block .col-sm-2,
.login-block2 .col-sm-4, .login-block2 .col-sm-2,.login-block2 .col-xs-8 {
    padding: 2px;
    text-align: center;
}
.login-block .login-button,.login-block2 .login-button {
    border-radius: 0;
    background-image: linear-gradient(to bottom,#BD193E 0,#BD193E 100%);
    border-color: #BD193E;
}
.login-block .login-button:hover, .login-block2 .login-button:hover {
    background-color: #BD193E;
}
.login-block .register-button, .login-block2 .register-button {
    border-radius: 0;
    background-image: linear-gradient(to bottom,#05398f 0,#1e309b 100%);
    border-color: #1e309b;
}
.login-block .register-button:hover, .login-block2 .register-button:hover {
    background-color: #1e309b;
}

.block.ms {
    background: url('/images/fwc_darkbluebg.png') 0px;
    margin: -20px -15px 10px -15px;
    padding: 15px;
}
.block.ms .article-categories a {
    color: #fff;
}
.block.ms .article-item.medium a .title {
    color: #fff;
}
.block.ms .article-item.small {
    background: #05254b5c;
}
.block.ms .article-item.small a .title {
    color: #fff;
}
.block.ms .ms-more {
    text-align: center;
    padding: 20px 0 10px 0;
}
.block.ms .ms-more a {
    padding: 10px 15px;
    color: #fff;
    background: #4a73a2;
}

.has-js-label:not(.disable-js-label).has-text+.js-label, .has-js-label:not(.disable-js-label).has-text~.choices-list-single+.js-label, .has-js-label:not(.disable-js-label):focus+.js-label {
    top: 3.64px;
    transform: scale(.7);
}
.has-js-label:not(.disable-js-label),.has-js-label:not(.disable-js-label)~.choices-list .choices-item{line-height:1}.has-js-label:not(.disable-js-label)~.js-label{color:#a0a0a0;display:block;font-size:16px;font-weight:400;top:12px;left:18px;line-height:1;margin:0;pointer-events:none;position:absolute;transform-origin:0 0;transition:top .2s linear,transform .2s linear;z-index:10}.has-js-label:not(.disable-js-label).has-text,.has-js-label:not(.disable-js-label).has-text~.choices-list-single,.has-js-label:not(.disable-js-label):focus{padding-top:14.84px;padding-bottom:1.4px}.has-js-label:not(.disable-js-label).has-text+.js-label,.has-js-label:not(.disable-js-label).has-text~.choices-list-single+.js-label,.has-js-label:not(.disable-js-label):focus+.js-label{top:3.64px;transform:scale(.7)}.dataTables_filter .input-group-lg>input.has-js-label:not(.disable-js-label)~.js-label,.dataTables_length .input-group-lg>select.has-js-label:not(.disable-js-label)~.js-label,.has-js-label:not(.disable-js-label).input-lg~.js-label,.input-group-lg>.has-js-label.form-control:not(.disable-js-label)~.js-label,.input-group-lg>.has-js-label.input-group-addon:not(.disable-js-label)~.js-label,.input-group-lg>.input-group-btn>.has-js-label.btn:not(.disable-js-label)~.js-label{font-size:16px;left:22px;top:19px}.dataTables_filter .input-group-lg>input.has-js-label:not(.disable-js-label).has-text,.dataTables_filter .input-group-lg>input.has-js-label:not(.disable-js-label).has-text~.choices-list-single,.dataTables_filter .input-group-lg>input.has-js-label:not(.disable-js-label):focus,.dataTables_length .input-group-lg>select.has-js-label:not(.disable-js-label).has-text,.dataTables_length .input-group-lg>select.has-js-label:not(.disable-js-label).has-text~.choices-list-single,.dataTables_length .input-group-lg>select.has-js-label:not(.disable-js-label):focus,.has-js-label:not(.disable-js-label).input-lg.has-text,.has-js-label:not(.disable-js-label).input-lg.has-text~.choices-list-single,.has-js-label:not(.disable-js-label).input-lg:focus,.input-group-lg>.has-js-label.form-control:not(.disable-js-label).has-text,.input-group-lg>.has-js-label.form-control:not(.disable-js-label).has-text~.choices-list-single,.input-group-lg>.has-js-label.form-control:not(.disable-js-label):focus,.input-group-lg>.has-js-label.input-group-addon:not(.disable-js-label).has-text,.input-group-lg>.has-js-label.input-group-addon:not(.disable-js-label).has-text~.choices-list-single,.input-group-lg>.has-js-label.input-group-addon:not(.disable-js-label):focus,.input-group-lg>.input-group-btn>.has-js-label.btn:not(.disable-js-label).has-text,.input-group-lg>.input-group-btn>.has-js-label.btn:not(.disable-js-label).has-text~.choices-list-single,.input-group-lg>.input-group-btn>.has-js-label.btn:not(.disable-js-label):focus{padding-top:23.61111px;padding-bottom:4.77778px}.dataTables_filter .input-group-lg>input.has-js-label:not(.disable-js-label).has-text+.js-label,.dataTables_filter .input-group-lg>input.has-js-label:not(.disable-js-label).has-text~.choices-list-single+.js-label,.dataTables_filter .input-group-lg>input.has-js-label:not(.disable-js-label):focus+.js-label,.dataTables_length .input-group-lg>select.has-js-label:not(.disable-js-label).has-text+.js-label,.dataTables_length .input-group-lg>select.has-js-label:not(.disable-js-label).has-text~.choices-list-single+.js-label,.dataTables_length .input-group-lg>select.has-js-label:not(.disable-js-label):focus+.js-label,.has-js-label:not(.disable-js-label).input-lg.has-text+.js-label,.has-js-label:not(.disable-js-label).input-lg.has-text~.choices-list-single+.js-label,.has-js-label:not(.disable-js-label).input-lg:focus+.js-label,.input-group-lg>.has-js-label.form-control:not(.disable-js-label).has-text+.js-label,.input-group-lg>.has-js-label.form-control:not(.disable-js-label).has-text~.choices-list-single+.js-label,.input-group-lg>.has-js-label.form-control:not(.disable-js-label):focus+.js-label,.input-group-lg>.has-js-label.input-group-addon:not(.disable-js-label).has-text+.js-label,.input-group-lg>.has-js-label.input-group-addon:not(.disable-js-label).has-text~.choices-list-single+.js-label,.input-group-lg>.has-js-label.input-group-addon:not(.disable-js-label):focus+.js-label,.input-group-lg>.input-group-btn>.has-js-label.btn:not(.disable-js-label).has-text+.js-label,.input-group-lg>.input-group-btn>.has-js-label.btn:not(.disable-js-label).has-text~.choices-list-single+.js-label,.input-group-lg>.input-group-btn>.has-js-label.btn:not(.disable-js-label):focus+.js-label{top:9.74691px;transform:scale(.77778)}.dataTables_filter .input-group-sm>input.has-js-label:not(.disable-js-label)~.js-label,.dataTables_length .input-group-sm>select.has-js-label:not(.disable-js-label)~.js-label,.has-js-label:not(.disable-js-label).input-sm~.js-label,.input-group-sm>.has-js-label.form-control:not(.disable-js-label)~.js-label,.input-group-sm>.has-js-label.input-group-addon:not(.disable-js-label)~.js-label,.input-group-sm>.input-group-btn>.has-js-label.btn:not(.disable-js-label)~.js-label{font-size:14px;left:14px;top:9px}.dataTables_filter .input-group-sm>input.has-js-label:not(.disable-js-label).has-text,.dataTables_filter .input-group-sm>input.has-js-label:not(.disable-js-label).has-text~.choices-list-single,.dataTables_filter .input-group-sm>input.has-js-label:not(.disable-js-label):focus,.dataTables_length .input-group-sm>select.has-js-label:not(.disable-js-label).has-text,.dataTables_length .input-group-sm>select.has-js-label:not(.disable-js-label).has-text~.choices-list-single,.dataTables_length .input-group-sm>select.has-js-label:not(.disable-js-label):focus,.has-js-label:not(.disable-js-label).input-sm.has-text,.has-js-label:not(.disable-js-label).input-sm.has-text~.choices-list-single,.has-js-label:not(.disable-js-label).input-sm:focus,.input-group-sm>.has-js-label.form-control:not(.disable-js-label).has-text,.input-group-sm>.has-js-label.form-control:not(.disable-js-label).has-text~.choices-list-single,.input-group-sm>.has-js-label.form-control:not(.disable-js-label):focus,.input-group-sm>.has-js-label.input-group-addon:not(.disable-js-label).has-text,.input-group-sm>.has-js-label.input-group-addon:not(.disable-js-label).has-text~.choices-list-single,.input-group-sm>.has-js-label.input-group-addon:not(.disable-js-label):focus,.input-group-sm>.input-group-btn>.has-js-label.btn:not(.disable-js-label).has-text,.input-group-sm>.input-group-btn>.has-js-label.btn:not(.disable-js-label).has-text~.choices-list-single,.input-group-sm>.input-group-btn>.has-js-label.btn:not(.disable-js-label):focus{padding-top:12.70833px;padding-bottom:1.625px}.dataTables_filter .input-group-sm>input.has-js-label:not(.disable-js-label).has-text+.js-label,.dataTables_filter .input-group-sm>input.has-js-label:not(.disable-js-label).has-text~.choices-list-single+.js-label,.dataTables_filter .input-group-sm>input.has-js-label:not(.disable-js-label):focus+.js-label,.dataTables_length .input-group-sm>select.has-js-label:not(.disable-js-label).has-text+.js-label,.dataTables_length .input-group-sm>select.has-js-label:not(.disable-js-label).has-text~.choices-list-single+.js-label,.dataTables_length .input-group-sm>select.has-js-label:not(.disable-js-label):focus+.js-label,.has-js-label:not(.disable-js-label).input-sm.has-text+.js-label,.has-js-label:not(.disable-js-label).input-sm.has-text~.choices-list-single+.js-label,.has-js-label:not(.disable-js-label).input-sm:focus+.js-label,.input-group-sm>.has-js-label.form-control:not(.disable-js-label).has-text+.js-label,.input-group-sm>.has-js-label.form-control:not(.disable-js-label).has-text~.choices-list-single+.js-label,.input-group-sm>.has-js-label.form-control:not(.disable-js-label):focus+.js-label,.input-group-sm>.has-js-label.input-group-addon:not(.disable-js-label).has-text+.js-label,.input-group-sm>.has-js-label.input-group-addon:not(.disable-js-label).has-text~.choices-list-single+.js-label,.input-group-sm>.has-js-label.input-group-addon:not(.disable-js-label):focus+.js-label,.input-group-sm>.input-group-btn>.has-js-label.btn:not(.disable-js-label).has-text+.js-label,.input-group-sm>.input-group-btn>.has-js-label.btn:not(.disable-js-label).has-text~.choices-list-single+.js-label,.input-group-sm>.input-group-btn>.has-js-label.btn:not(.disable-js-label):focus+.js-label{top:3.95833px;transform:scale(.625)}

input.has-js-label {
    height: 50px;
    /*border: 1px solid #000;*/
    border-radius: 0px;
    box-shadow: none;
}
.has-js-label:not(.disable-js-label)~.js-label {
    color: #a0a0a0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    top: 9px;
    left: 18px;
    line-height: 1;
    margin: 0;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 0;
    transition: top .2s linear,transform .2s linear;
    z-index: 10;
    padding: 6px 10px;
}
.js-label {
    font-size: 24px!important;
    padding-top: 3px;
    padding-left: 10px;
    color: #593e24!important;
}
.has-js-label:not(.disable-js-label).has-text, .has-js-label:not(.disable-js-label).has-text~.choices-list-single, .has-js-label:not(.disable-js-label):focus {
    padding-top: 20px;
    padding-left: 10px !important;
    font-size: 18px;
    color: #000;
}
.basket.table th, .basket.table td {
    vertical-align: middle;
}

.sizes-filter, .colors-filter {
    border-top: 2px dotted #ddd;
    margin-top: 5px;
}
.sizes-filter h2, .colors-filter h2 {
    font-family: Myriad Pro SemiBoldCond;
    font-size: 18px;
    text-transform: uppercase;
}
.sizes-filter .col-xs-3, .colors-filter .col-xs-2 {
    padding: 0 2px;
}
.sizes-filter .col-xs-3 label, .colors-filter .col-xs-2 label {
    width:100%; cursor:pointer; border: 2px solid #e2e2e2;padding: 6px 0; font-size: 14px; text-align: center; color: #404040;
}
.sizes-filter .col-xs-3 input, .colors-filter .col-xs-2 input {
    display: none;
}
.sizes-filter .col-xs-3.active label {
    border: 2px solid #810900;
}
.colors-filter .col-xs-2 {
    width: 30px;
    height: 30px;
    margin: 2px;
}
.colors-filter .col-xs-2 label {
    border: 0;
    height: 25px;
    width: 25px;
    border-radius: 40px;
    margin-left: 1px;
}
.colors-filter .col-xs-2.active {
    border-bottom: 2px solid #000;
}
.filter-head {
    font-family: Myriad Pro BlackCond;
    font-size: 22px;
    text-transform: uppercase;
}
.product-block {
    margin-bottom: 20px;
    padding: 0 5px;
}
.product-block a {
    font-family: Myriad Pro BlackCond;
    font-size: 19px;
    text-transform: uppercase;
    color: black;
}
.product-block a.title {
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 20px;
}
@media (min-width: 991px) {
    .product-block {
        height: 410px;
    }
}
.product-block .price {
    font-family: Myriad Pro BlackCond;
    font-size: 20px;
}
.product-block:hover {
    box-shadow: 1px 1px 25px #e8e8e8;
}
.product-title {
    font-family: Myriad Pro BlackCond;
    font-size: 22px;
}
.product-detail h1 {
    font-family: Myriad Pro BlackCond;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 5px;
}
.product-detail .price {
    font-family: Myriad Pro SemiBoldCond;
    font-size: 26px;
}
.product-detail .description {
    border-top: 2px dotted #e6e6e6;
    border-bottom: 2px dotted #e6e6e6;
    margin: 15px 0 10px;
    padding: 15px 5px;
    color: #5e5e5e;
}
.color-title {
    font-family: Myriad Pro BlackCond;
    font-size: 18px;
    text-transform: uppercase;
}
.selected-color {
    font-size: 13px;
}
.product-detail-field {
    height: 45px;
    font-family: Myriad Pro SemiBoldCond;
    border-radius: 0;
}
.product-detail-submit {
    font-family: Myriad Pro SemiBoldCond;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 0;
    background: #a82350;
    color: white;
    text-shadow: none;
    padding: 10px 0;
}
.product-detail-submit:hover {
    background: #661532;
    color: white
}
.product-description h4 {
    font-family: Myriad Pro BlackCond;
    font-size: 28px;
    text-transform: uppercase;
}
.product-description .title {
    padding: 20px 50px;
    text-align: center;
    border-bottom: 1px solid #cecece;
}
.product-description .content {
    padding: 20px 0;
}
.product-detail-wrapper {
    box-shadow: 0px 0px 6px -2px #000; margin-left: 15px; padding: 15px; vertical-align: top;
}
.product-detail-count {
    padding-right: 0;
}
.product-login-alert {
    margin-top: 15px;
    width: 100%;
    color: white;
    background: #c4181e;
    border-radius: 0;
    border: 0;
    text-shadow: none;
    font-family: Myriad Pro SemiBoldCond;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
}
.product-login-alert:hover {
    background: #9e151a;
    text-shadow: none;
    color: white;
}
@media (max-width: 989px) {
    .product-detail-wrapper {
        margin-left: 0px;
    }
    .product-detail-count {
        padding-left: 0;
    }
}


.live-comments{
    margin-top: 20px;
}
.live-comments table {
    /*border-collapse: collapse;*/
}
.live-comments table td {
    background: #ffffff;
    padding: 10px;
}
.live-comments table tr.goal td {
    font-weight: bold;
}
.live-comments table tr.important td {
    font-weight: bold;
}

.navbar-nav > li > a {
    padding-top: 18px;
}
.second-brand {
    float: left; margin: 0 5px 0 0;
}

@media (min-width: 391px) and (max-width: 512px) {
    .second-brand{
        height: 26px !important;
        width: 26px !important;
        margin-top: 6px !important;
    }
}
@media (max-width: 391px) {
    .second-brand{
        height: 25px !important;
        width: 25px !important;
        margin-top: 6px !important;
    }
}
.delivery-payment-item {
    width: 100%;
    padding: 10px 5px;
}
.delivery-payment-item:hover, .delivery-payment-block.active .delivery-payment-item {
    background: #efefef;
    cursor: pointer;
}
.delivery-payment-item span {
    float: right;
    margin-top: 3px;
}
.affix-brand {
    display: none;
}
.affix {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-image: linear-gradient(to right, #200c11, #a21c3d, #a21c3d);
    box-shadow: 0 18px 20px 0 rgba(0,0,0,.15) !important;
    z-index: 99;
}
.affix .affix-brand {
    display: block;
}
.affix .affix-brand img {
    margin-top: 3px;
}
.eshop-navigation > div {
    padding-left: 10px;
}
.eshop-navigation a {
    position: relative;
    color: black;
    font-size: 18px;
}
.eshop-navigation a.active {
    font-weight: bold;
}

.eshop-navigation a:before {
    position: absolute;
    margin: 8px 0 0 -10px;
    vertical-align: middle;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #676767;
    content: "";
}

.grecaptcha-badge { visibility: hidden; }

/******** NEW Comments ************/

@media (max-width: 500px) {
    .comments-section {
        padding-right: 5px;
        padding-left: 5px;
    }
}
.comment-block {
    background: #e8e8e8;
    padding: 0px;
    border-radius: 15px;
    margin-bottom: 20px;
    clear: both;
}
.comment-block .comment-container {
    background: #fff;
    margin: 0px 0px 0;
    border-radius: 10px;
    padding: 15px 25px 10px;
}
.comment-block .comment-container.premium {
    background: #c7dae8;
}
.comment-block .comment-container.admin {
    background: #e8c7c7;
}
.comment-block .comment-container .author img, .comment-block.add-comment-block .add-comment-container img{
    margin-right: 20px;
}
.comment-block .comment-container .author {
    font-size: 24px;
    font-weight: bold;
    height: 50px;
}
.comment-block .comment-container.reply .author {
    height: auto;
}
.comment-block .comment-container .author .user {
    line-height: 0px;
    padding-top: 12px;
    font-family: Myriad Pro SemiBoldCond;

}
.comment-block .comment-container .author .user a {
    color: #222555;
    margin-right: 15px;
}
.comment-block .comment-container .author .likes {
    font-size: 18px;
    float: right;
    color: #abacab;
    border: 2px solid #abacab;
    border-radius: 20px;
    padding: 5px 1px 1px 0;
    line-height: 18px;
    width: 28px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}
.comment-block .comment-container .author .likes:hover,
.comment-block .comment-container .author .likes.active:hover{
    background: #ffe401;
    border: 2px solid #ffe401;
    color: #fff;
}
.comment-block .comment-container .author .likes.active {
    color: #fff;
    background: #c0173e;
    border: 2px solid #c0173e;
}
.comment-block .comment-container .author .likes.active.voted {
    border: 2px solid #222555;
    background: #c0173e;
}
.comment-block .comment-container .author .likes.active.super {
    border-radius: 0;
}
.comment-block .comment-container .author img {
    border-radius: 10px;
}
.comment-block .comment-container .author .likes.minus {
    color: #a9a9a9;
}
.comment-block .replies {
    margin: 0 0;
    padding: 0 0 0;
}
.comment-block .replies .comment-block {
    margin-bottom: 0;
    padding: 33px 20px 10px;
    margin-top: -20px;
}
.comment-block .replies .comment-block.premium {
    background: #bed5e7;
}
.comment-block .replies .comment-block.admin {
    background: #e7bebe;
}
.comment-block .comment-container.reply {
    padding: 0 5px;
    background: none;
}
.comment-block .comment-container.reply .author {
    display: flex;
}
.comment-block .comment-container.reply .author .user {
    line-height: 16px;
    padding-top: 10px;
    margin-right: 10px;
    color: #222555;
    font-family: Myriad Pro SemiBoldCond;
}
.comment-block .comment-container.reply .author .image {
    width: 65px;
}
.comment-block .comment-container.reply .author .content {
    font-weight: normal;
}
.comment-block .comment-container.reply .author .likes {
    font-size: 14px;
    padding: 4px 0 2px;
    line-height: 14px;
    width: 24px;
    margin: 5px 5px 0 0;
}
.comment-block .comment-container .date {
    font-weight: normal;
    font-size: 13px;
    color: #848484;
    display: inline-block;
}
.comment-block .comment-container .content {
    clear: both;
    font-size: 16px;
    color: #555555;
}
.comment-block .comment-container .content.viewed {
    color: #888;
}
.comment-block .answer {
    /*border-top: 1px solid #dadada;*/
    padding: 15px 15px 15px;
    opacity: 0.5;
}
.comment-block .answer .answer-container, .comment-block .add-comment-container {
    display: flex;
}
.comment-block .answer .answer-action, .comment-block .add-comment-action {
    text-align: right;
}
.comment-block .answer .answer-container button, .comment-block .add-comment-action button {
    background: #ffe401;
    font-size: 17px;
    font-weight: bold;
    border-radius: 3px;
    border: 0;
    padding: 3px 25px 1px;
    margin-top: 10px;
}
.comment-block .add-comment-action button i {
    margin: 0px 10px 0 0px;
    font-size: 15px;
}
.comment-block .answer .answer-container button {
    margin: 0 0px 0 15px;
    padding: 0px 15px;
    font-size: 15px;
    height: 40px;
    font-family: "Myriad Pro Cond";
    line-height: 8px;
}
.comment-block .answer textarea, .add-comment-block .add-comment-container textarea {
    width: 100%;
    border: 0;
    border-radius: 3px;
    padding: 5px;
}
.comment-block .answer img {
    margin-right: 20px;
}
.comment-block .answer form {
    padding: 0 10px;
}
.comment-block .comment-container .comment-actions, .comment-block .comment-container .reply-actions {
    float: right;
    font-family: Myriad Pro SemiBoldCond;
}
.comment-block .comment-container .comment-actions .btn, .comment-block .comment-container .reply-actions .btn{
    border-radius: 20px;
    padding: 4px 5px 3px;
    margin: -9px 20px 0 0;
    line-height: 18px;
    font-size: 18px;
    border: 0;
}
.comment-block .comment-container .comment-actions .dropdown-menu,
.comment-block .comment-container .reply-actions .dropdown-menu {
    background-color: white !important;
    position: absolute !important;
}
.comment-block .comment-container .reply-actions .btn {
    font-size: 14px;
    line-height: 14px;
    margin-top: -7px;
}
.comment-block .comment-container .comment-actions a, .comment-block .comment-container .reply-actions a {
    font-size: 18px;
    color: #0f0f0f;
    font-weight: bold;
    cursor: pointer;
}
.comment-block .comment-container .reply-actions {
    padding-top: 3px;
}
.comment-block .comment-container .reply-actions a {
    font-size: 16px;
}

.comment-block .comment-container .comment-actions a.admin-action, .comment-block .comment-container .reply-actions a.admin-action {
    font-size: 14px;
    color: #555;
    width: 100%;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
}

.add-comment-block {
    background: rgb(200,0,0);
    background: linear-gradient(90deg, rgb(31, 69, 143) 0%, rgba(117,48,101,1) 48%, rgba(200,0,0,1) 100%);
    padding: 10px;
}
.add-comment-block form {
    background: #e8e8e8;
    border-radius: 2px;
    padding: 20px 20px 10px;
}

.add-comment-container {
    display: flex;
    padding: 0;
}
.comment-block .add-comment-action {
    padding: 0
}

.show-new, .show-more {
    background: yellow;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    font-weight: 800;
    text-align: center;
    font-size: 16px;
    display: block;
}
.show-new {
    width: 100%;
    border: 0;
    margin-bottom: 30px;
}
.comments-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: -20px 0 20px;
    clear: both;
}
.show-new:hover, .show-more:hover {
    background: #c4181e;
}
.alert-title {
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 22px;
    padding: 20px;
    margin-top: 15px;
    font-family: Myriad Pro Cond;
}
.alert-title a {
    text-decoration: underline;
    color: #ddd;
}
.alert-title.banned {
    background: #c4181e;
}
@media (max-width: 700px) {
    .comment-block .comment-container{
        padding: 20px 10px 10px;
    }
    .comment-block .answer {
        padding: 5px 5px 10px;
    }
    .comment-block .replies .comment-block {
        padding: 33px 0 7px 10px;
    }
    .comment-block .comment-container.reply {
        padding: 0 10px 0 5px;
    }
    .comment-block .comment-container.reply .date {
        display: block;
        line-height: 6px;
        margin-bottom: 10px;
    }
}
.forum-header {
    margin: 10px 15px;
    color: #f6f6f6;
    font-family: Myriad Pro Cond;
}
.forum-header-title {
    font-family: Myriad Pro BlackCond;
    font-size: 28px;
}
.forum-header-desc {
    font-size: 16px;
}
.forum-header-desc a{
    text-decoration: underline;
    color: #f6f6f6;
}
.forum-header-desc a:hover{
    text-decoration: none;
}
.topComments-container {
    background: #062c50;
    border: 1px solid #0059a0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px 5px 15px 10px;
    padding: 20px;
    border-radius: 5px;
}
.topComments-container h3 {
    font-family: Myriad Pro BlackCond;
    font-weight: bold;
    font-size: 24px;
    padding: 0;
    margin: 0;
}
.topComments-container .top-comment-block {
    padding: 0;
    margin-top: 20px;
    width: 100%;
}
.topComments-container .top-comment-block .author img {
    margin-right: 15px;
}
.topComments-container .top-comment-block .author a {
    color: #fff;
}
.topComments-container .top-comment-block .author {
    line-height: 26px;
    font-family: Myriad Pro SemiBoldCond;
    font-size: 20px;
}
.topComments-container .top-comment-block .likes {
    float: right;
    border-radius: 20px;
    font-size: 14px;
    padding: 4px 0 2px;
    line-height: 14px;
    width: 24px;
    color: #fff;
    background: #c0173e;
    border: 2px solid #c0173e;
    text-align: center;
}
.topComments-container .top-comment-block .likes.plus {
    color: #59da25;
}
.topComments-container .top-comment-block .content {
    color: #86accf;
    padding-top: 5px;
    text-align: justify;
    cursor: pointer;
}
.topComments-container .top-comment-block button {
    background: #083866;
    width: 100%;
    color: #848587;
    border: 0;
    padding: 2px 0 1px;
    cursor: pointer;
    border-radius: 2px;
}
.top-comment-title {
    font-family: Myriad Pro BlackCond;
    font-weight: bold;
    font-size: 28px;
    padding: 10px 0 20px;
    margin: 0;
    color: white;
}
.top-comment-back {
    border: 0;
    font-size: 20px;
    padding: 5px 30px;
    margin-top: 5px;
}
.adBanner {
    background-color: transparent;
    height: 1px;
    width: 1px;
}
.blocker-wrapper .blocker {
    background: #c4181e;
    text-align: center;
    color: white;
    font-size: 20px;
    width: 100%;
    padding: 12px;
    font-family: Myriad Pro SemiBoldCond;
}
.blocker-wrapper .blocker span {
    font-family: Myriad Pro BlackCond;
}
.premium-user {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    background: linear-gradient(90deg, rgb(33, 70, 141) 0%, rgba(117,48,101,1) 48%, rgba(200,0,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Myriad Pro SemiBoldCond;
}
.admin-user {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    color: rgba(200,0,0,1);
    font-family: Myriad Pro SemiBoldCond;
}
.comment-count-icon {
    background: #e1e1e1;
    font-size: 10px;
    color: #727272;
    position: relative;
    padding: 0 4px 0 4px;
    font-family: "Myriad Pro SemiBold";
    float: right;
    margin-top: -3px;
}
.comment-count-icon:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #b2b2b2;
    left: -6px;
    top: 9px;
}
.article-item .article-title .info .author {
    text-transform: uppercase;
    margin: 0 15px;
}
.article-item .article-title .info {
    color: #a1a1a1;
}
.premium-article {
    font-size: 21px;
    padding: 0px 20px 20px;
    text-align: center;
    margin: -150px 0px 20px;
    padding-top: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6113795860140931) 35%, rgba(255,255,255,1) 100%);

}
.premium-article .title {
    font-family: Myriad Pro SemiBoldCond;
    font-size: 34px;
    padding: 100px 0 40px;
    line-height: 34px;
}
.premium-article .message {
    font-size: 14px;
    line-height:16px;
}
.premium-article .button {
    text-decoration: none;
    color: rgba(200,0,0,1);
    font-weight: bold;
}
.premium-article .button.premium {
    font-size: 18px;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 16px;
    font-weight: bold;
    background: rgb(200,0,0);
    background: linear-gradient(90deg, rgb(31, 72, 151) 0%, rgba(117,48,101,1) 48%, rgba(200,0,0,1) 100%);
}
.premium-article button.credit {
    background: #c42f43;
    border: 0;
    font-size: 18px;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 16px;
    font-weight: bold;
}
.premium-article button.credit span {
    font-size: 20px;
}
#login-modal .modal-title, #buy-article-modal .modal-title {
    font-family: Myriad Pro BlackCond;
    font-size: 32px;
}
#login-modal label {
    font-family: Myriad Pro Black;
}
#login-modal .forgotten-password {
    font-family: Myriad Pro Cond;
    font-size: 17px;
}
#login-modal .forgotten-password a {
    color: #676767;
    text-decoration: none;
}
#login-modal .registration {
    border-top: 5px dotted #aaa;
    padding: 20px 0 0;
    text-align: center;
    margin: 30px 0 0;
}
.premium-button {
    font-size: 16px;
    color: white;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    background: rgb(200,0,0);
    border: 0;
    background: linear-gradient(90deg, rgb(34, 77, 162) 0%, rgba(117,48,101,1) 48%, rgba(200,0,0,1) 100%);
}
a.premium-button:hover {
    text-decoration: underline;
    color: white;
}
#buy-article-modal .credit-count {
    font-size: 18px;
    font-weight: bold;
}
.success-unlock {
    clear: both;
    margin: 40px 15px 15px;
    font-size: 16px;
    font-weight: bold;
}
.premium-user-block {
    margin: 15px 0;
    display:flex;
    flex-wrap: wrap;
}
.premium-user-block .column {
    background: #812121;
    padding: 15px;
    flex:0 50%;
}
.premium-user-block .column.credit {
    background: #1c4596;
}
.premium-user-block .credit-info {
    padding: 0px 10px 0;
    line-height: 32px;
    font-size: 22px;
    color: white;
    font-family: Myriad Pro SemiBoldCond;
}
.premium-user-block .credit-info span {
    font-size: 28px;margin-left: 15px;
}
@media (max-width: 700px) {
    .premium-user-block .column {
        flex:0 100%;
    }
}
.homepage-premium {
    background: #042340;
    margin: 0;
    padding: 10px 15px 15px;
}
.homepage-premium a {
    text-decoration: none;
}
.homepage-premium h2 {
    font-size: 30px;
    font-family: "Myriad Pro SemiBoldCond";
    font-style: italic;
    margin: 0 5px 10px;
}
.homepage-premium h2 a {
    color: #ffc900;
}
.homepage-premium a.more {
    font-family: "Myriad Pro SemiBoldCond";
    font-style: italic;
    margin-top: -30px;
    margin-right: 5px;
    color: #ffc900;
}
.homepage-premium .row {
    margin-left: 5px;
}
.homepage-premium .col-sm-4 {
    padding: 0 20px 0 0;
    margin: 0;
}
@media (max-width: 770px) {
    .homepage-premium .col-sm-4 {
        display: block;
        margin-bottom: 20px;
    }
    .homepage-premium {
        padding: 15px 10px 0;
    }
    .homepage-premium .row{
        margin-right: -5px;
        margin-left: 0px;
    }
    .homepage-premium .col-sm-4 {
        padding: 0 5px 0 0;
    }
}
@media (max-width: 700px) {
    .homepage-premium .col-sm-4:nth-child(3) {
        display: none;
    }
}
.homepage-premium img {
    width: 100%;
}
.homepage-premium .article-title {
    font-size: 20px;
    line-height: 22px;
    color: white;
    text-decoration: none;
    margin-top: 15px;
}
.homepage-premium span {
    color: #bbbbbb;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Myriad Pro";
    text-transform: uppercase;
}
.homepage-premium .premium-user {
    font-size: 12px;
    margin-right: 15px;
    background: linear-gradient(90deg, rgba(41,93,195,1) 0%, rgba(117,48,101,1) 48%, rgba(200,0,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.article-comments-container {
    margin: 0 -25px;
}
.article-comments-container .comment-block > .comment-container:not(.reply):not(.admin):not(.premium) {
    /*border: 1px solid #e8e8e8;*/
}
.comment-block .answer.show {
    opacity: 1;
}
.article-comments-container .comment-block .answer {
    background-color: rgb(250, 250, 250);
    margin-top: -10px;
    padding-top: 20px;
    border-radius: 0 0 10px 10px;
}
.article-comments-container .comment-block .answer textarea {
    background-color: #edeaea;
}
.article-comments-container .comment-block .answer {
    opacity: 1;
}
.article-comments-container .comment-block .answer form {
    opacity: 0.5;
}

.article-comments-container .comment-block .answer.show {
    background-color: rgb(243, 243, 243);
}
.article-comments-container .comment-block .answer.show form{
    opacity: 1;
}
.article-comments-container .comment-block .answer.show textarea {
    background-color: #fff;
}
.notification-panel {
    position: absolute;
    background: #2d2d2d;
    width: 360px;
    left: -210px;
    display: none;
    color: white;
    text-transform: none;
    padding: 15px 15px 10px;
    box-shadow: 0 3px 10px 3px #65656569;
}
.notification-panel.mobile {
    position: absolute;
    width: 100%;
    left: 0;
    display: block;
    margin-top: -1px;
}
.navbar-header .notification .notification-panel.mobile {
    display: none;
}
.navbar-header .notification .notification-panel.mobile ul li{
    padding: 10px 60px 5px 0;
}
.navbar-header .notification .notification-panel.mobile ul li span {
    width: 50px;
    margin-right: -60px;
}
.navbar-header .notification .notification-panel.mobile ul li a {
    padding: 5px 0 5px 0px;
}
.navbar-header .notification.active .notification-panel.mobile {
    display: block;
    z-index: 2;
}
.notification-panel li.title {
    font-family: "Myriad Pro SemiBoldCond";
    border-bottom: 1px solid #818181;
    text-transform: none;
    font-size: 18px;
    padding-bottom: 10px;
}
.notification-button.active > a{
    border-bottom: 6px solid yellow;
}
.notification-button.active .notification-panel {
    display: block;
}
.notification-button .badge {
    font-family: "Myriad Pro" !important;
    padding: 3px 5px 1px;
}
.notification-panel ul li.empty {
    font-size: 16px;
    text-transform: none;
    text-align: center;
    padding-right: 0;
}
.notification-panel ul li {
    padding: 15px 70px 10px 0;
    border-bottom: 1px solid #373737;
}
.notification-panel ul li:last-child {
    border: 0;
}
.notification-panel ul li:first-child {
    padding-top: 5px;
}
.notification-panel ul li span,
.notification-panel ul li.read a {
    color: #8d8d8d;
}
.notification-panel ul li a {
    font-size: 14px !important;;
    font-family: "Myriad Pro" !important;
    text-transform: none !important;
    background: none !important;
    display: block;
    width: 100%;
    line-height: 18px;
    height:auto;
}
.notification-panel ul li span {
    float: right;
    font-size: 10px;
    margin-right: -60px;
    width: 50px;
}
.notification-panel .read-all {
    font-size: 12px !important;
    margin-top: 15px;
    padding: 4px 20px 3px !important;
    display: inline-block;
    color: #9b9b9b !important;
    background: #353434;
}
.notification-panel .float-list {
    margin-top: 5px;
}
.notification-panel .float-list::-webkit-scrollbar {
    width: 10px;
}
.notification-panel .float-list::-webkit-scrollbar-track {
    background: none;
}
.notification-panel .float-list::-webkit-scrollbar-thumb {
    background: none;
}
.notification-panel:hover .float-list::-webkit-scrollbar-thumb {
    background: #444444;
    border-radius: 10px;
}
.notification-panel .float-list::-webkit-scrollbar-thumb:hover {
    background: #656565;
}

*.comment-block {
    scroll-margin-top: 100px;
}
@media (min-width: 1200px) {

    .main-navigation.affix > .collapse.navbar-collapse {
        width: 1200px;
        margin: auto;
    }
}
.cond {
    font-family: "Myriad Pro Cond"
}
.semi-bold {
    font-family: "Myriad Pro SemiBold";
}
.semi-bold-cond {
    font-family: "Myriad Pro SemiBoldCond";
}
.bold-cond {
    font-family: "Myriad Pro BlackCond";
}
.main-banner {
    background-image: linear-gradient(to right, #200c11, #a21c3d, #a21c3d);
    border: 0;
    border-radius: 0;
    margin: 0;
    text-align: center;
    padding: 5px 0;
}
.main-banner a {
    width: 100%;
    display: inline-block;
    color: white;
    padding: 15px 0;
    font-size: 20px;
}
.main-banner a:hover {
    text-decoration: none;
}
.product-count-plus {
    padding: 8px;
    background: #424242;
    color: white;
    border-radius: 0 4px 4px 0;
    font-size: 12px;
}
.product-count-plus:hover {
    text-decoration: none;
    background: #111;
    color: #eee;
}
.product-count-minus {
    padding: 8px;
    background: #424242;
    color: white;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
}
.product-count-minus:hover {
    text-decoration: none;
    background: #111;
    color: #eee;
}
.show-replies {
    font-size: 14px;
    cursor: pointer;
}
.show-replies span {
    font-weight: bold;
}
.survey-container {
    background: #a21c3d;
    margin: 10px 0;
    color: white;
    text-align: center;
    padding: 15px 10px 5px;
    border-radius: 8px;
    position: relative;
}
/*.survey-container:before {
    content: "Anketa";
    position: absolute;
    left: 4px;
    top: -2px;
    color: #ffa4a4;
    display: block;
    font-size: 16px;
    font-variant: all-petite-caps;
}*/
.survey-container .question {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #af5555;
    line-height: 24px;
    padding-bottom: 10px;
}
.survey-container .answer {
    text-align: left;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
}
.survey-container .answer div.percent {
    float: right;
    font-size: 14px;
}
.survey-container .answer div.percent2 {
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #fff;
    right: 0;
    opacity: 0.4;
    border-radius: 3px;
}
.survey-container a {
    cursor: pointer;
    color: #fff;
    padding: 5px 0;
}
.survey-container .total {
    border-top: 1px solid #af5555;
    min-height: 20px;
    text-align: right;
    padding-top: 5px;
    font-size: 12px;
}
.member-panel {
    margin: 20px 0 0;
}
.member-panel > div {
    padding: 10px 20px;
}
.member-panel .member-level {
    margin: 0;
    height: 100%;
    border-radius: 2px;
    padding: 15px;
    border: 3px solid #b2b2b2;

    box-shadow: 3px 3px #cccccc, 0.5em 0.5em 1.4em #cbcbcb;
}
.member-panel .member-level .title{
    font-size: 2rem;
    font-weight: bold;
    color: #555;
}
.member-panel .member-level .title .active{
    color: white;
    background: #148514;
    text-transform: uppercase;
    font-size: 1.25rem;
    position: absolute;
    padding: 8px 5px 3px;
    line-height: 1.2rem;
    letter-spacing: 1px;
    right: 40px;
    margin-top: 5px;
    border-radius: 2px;
}

.member-panel .member-level.level1 {
    border-color: #1c4596;
    box-shadow: 3px 3px #a3b6dd, 0.5em 0.5em 1.4em #cbcbcb
}
.member-panel .member-level.level2 {
    border-color: #812121;
    box-shadow: 3px 3px #bd7c7c, 0.5em 0.5em 1.4em #cbcbcb;
    border-width: 5px;
}
.member-panel .member-level.level1 .title {
    color: #1c4596;
}
.member-panel .member-level.level2 .title {
    color: #812121;
}

.member-panel .member-level .description {
    font-size: 1.1rem;
    color: #555;
    min-height: 200px;
}
.member-panel .member-level .description > div {
    font-weight: bold;
}
.member-panel .member-level .description ul li span {
    font-weight: bold;
}
.member-panel .member-level .price {
    font-size: 1.5rem;
    margin: 10px 0;
    font-weight: bold;
    text-align: center;

}
@media (min-width: 767px) {

    .member-panel {
        justify-content: stretch;
        display: flex;
        margin: 10px 0 0;
        align-items: flex-end;
    }
}
.profile-section-title {
    padding-top: 10px;;
    font-size: 1.55rem;
    margin-left: 7px;
}

.datagrid-row-inline-add-hidden {
    display: table-row !important;
}

.member-panel .member-level .cta {
    text-align: center;
    padding: 0  0 10px 0;
}
.membership-title {
    font-size: 6rem;
    text-transform: uppercase;
    text-align: center;
    padding: 4rem 0;
    font-family: Myriad Pro Black, 'Open Sans', sans-serif;
    letter-spacing: -0.2rem;
    color: #303030;
}
.membership-title span {
    color: #b73737;
}
.membership-title div {
    display: inline-block;
}
.membership-title div:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url('/images/crown.png') no-repeat;
    position: absolute;
    display: block;
    transform: rotate(-30deg);
    background-size: 100%;
    margin: -10px 0px 0 -15px;
}
.membership-description {

    font-size: 1.5rem;
    text-align: center;
    line-height: 2.3rem;
    margin-bottom: 4rem;
}
.membership-subtitle, .membership-subtitle2 {
    font-size: 2rem;
    text-align: left;
    padding: 4rem 0 2rem;
    font-family: Myriad Pro Black, 'Open Sans', sans-serif;
    letter-spacing: -0.1rem;
    color: #303030;
}
.membership-subtitle2 {
    font-size: 1.6rem;
    padding: 2rem 0 2rem;
}
.membership-terms {
    padding: 0 0 2rem 0;
}

.membership-terms p{
    font-size: 1.2rem;
    padding-bottom: 5px;
}
.membership-user {
    padding: 0;
}
.membership-user .alert-success {
    background: #148514;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 0;
    border: 0;
}
.membership-button {
    text-transform: uppercase;
    font-weight: bold;
    background: #b73737;
    font-size: 1.3rem;
    border: 0;
    border-radius: 0;
    padding: 7px 13px 2px;
    margin: 0;
    line-height: 2rem;
    margin-top: 1rem;
    letter-spacing: 1px;
}
.membership-user p, .membership-user a {
    font-size: 1.2rem;
}
.membership-user table {
    width: 100%;
}
.membership-user table a {
    font-size: 1rem;
}
.membership-button2 {

    font-size: 1.2rem;
    font-weight: bold;
    padding: 7px 13px 2px;
    margin: 0;
    line-height: 2rem;
    margin-top: 1rem;
}
@media (max-width: 767px) {

    .membership-title {
        font-size: 5rem;
    }
}

@media (max-width: 989px) {

    .member-row {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.delivery-payment-block .carrier-extra-content {
    display: none;
}
.delivery-payment-block.active .carrier-extra-content {
    display:block;
}
#packetery-widget {
    background: #fbfbfb;
    margin-top: -5px;
    padding: 10px 0;
}
.open-packeta-widget {
    padding: 8px 16px;
}

#banner-modal .modal-dialog {
    height: 90%;
    text-align: center;
    width: auto;
    box-shadow: none;
    max-width: 800px;
 }
#banner-modal .modal-content {
    height: 100%;
    box-shadow: none;
    border: 0;
}
#banner-modal .modal-content img {
    height: 100%;
}
@media (max-width: 700px) {

    #banner-modal .modal-content img {
        width: 100%;
        height: auto;
    }
}
#div-gpt-leaderboard,
#div-gpt-in-content-1,
#div-gpt-in-content-2,
#div-gpt-footer {
    min-height: 300px;
}
@media screen and (max-width: 960px) {
    #div-gpt-leaderboard,
    #div-gpt-in-content-1,
    #div-gpt-in-content-2,
    #div-gpt-footer  {
        min-height: 400px;
    }
}
@media screen and (max-width: 761px) {
    #div-gpt-leaderboard,
    #div-gpt-in-content-1,
    #div-gpt-in-content-2,
    #div-gpt-footer  {
        min-height: 600px;
    }
}
.main-navigation li.account-dropdown a.dropdown-toggle {
    padding: 6px;
}
@media screen and (min-width: 767px) and (max-width: 992px) {
    .collapse.navbar-collapse {
        display: flex !important;
    }
    .nav.navbar-nav:first-child {
        flex: 1;
    }
    .nav.navbar-nav.right {
        width: 40px;
    }
    .main-navigation .dropdown-menu {
        position: absolute;
    }
    .main-navigation .nav li a {
        padding: 10px 10px;
    }
    .navbar-header{
        width: 100%;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
         margin-left: 0;
    }
    .main-navigation li.account-dropdown a.dropdown-toggle {
        padding: 0;
    }
}
@media screen and (max-width: 766px) {

    .main-navigation li.account-dropdown a.dropdown-toggle {
        padding-left: 15px;
    }
}
@media screen and (max-width: 400px) {
    .navbar-toggle, .notification.hidden-lg.hidden-md {
        margin-right:5px
    }
}
.main-navigation li.account-dropdown a.dropdown-toggle img, .add-comment-container img {
    border-radius: 10px
}
.main-navigation li.account-dropdown a.dropdown-toggle img {
    padding: 3px;
}

#match-ratings {
    max-width: 500px;
    margin: 0 auto;
}

.match-rating-container {
    /*background: #FFD600;*/
    /*background: #fffae0;*/
    margin: 0 -25px;
    padding: 10px 0;
}
.match-rating-container h2{
    color: #000;
    padding: 10px;
    font-size: 2.2rem;
    text-align: center;
}
.match-rating-container h2 i{
    font-size: 1.5rem;
    margin-right: 10px;;
}
.match-rating-container .player-info img {
    width: 35px;
    margin-right: 10px;
    border-radius: 25px;
    border: 1px solid #82721d45;
}
.match-rating-container p {
    color: #626262;
    text-align: justify;
    background: #ffffff5c;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.3rem;
    font-size: 1.0rem;
    margin-bottom: 15px;
}
.match-rating-container .player-name {
    font-weight: bold;
    font-size: 1.1rem;
}
.match-rating-container h4 {
    margin-top: 25px;
    padding: 0 10px;
}

.match-rating-container .score-value {
    float: right;
    background: #410000;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 4px 1px;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 10px;
}
.match-rating-container .score-value-0 {
    background: #797979;
}
.match-rating-container .score-value-3,
.match-rating-container .score-value-4 {
    background: #a81212;
}
.match-rating-container .score-value-5 {
    background: #864b1e;
}
.match-rating-container .score-value-6{
    background: #887b1f;
}
.match-rating-container .score-value-7{
    background: #50931a;
}
.match-rating-container .score-value-8,
.match-rating-container .score-value-9{
    background: #005e91;
}
.match-rating-container .score-value-10{
    background: #1205c7;
}
.match-rating-container .player-rating-row{
    padding: 10px;
}
.match-rating-container .player-rating-row:nth-child(even){
    background: #f2f2f296;
}
.match-rating-container .rating-controls {
}
.match-rating-container .rating-slider {
    padding: 0px 10px;
}
.match-rating-container input[type="range"] {
    -webkit-appearance: none;
    /*background: transparent;*/
    cursor: pointer;
    width: 80%;
    margin: 10px 10%;
    height: 6px;
    background: #ccc;
    position: relative;
    border-radius: 5px;
}
.match-rating-container input[type="range"]:disabled {
    opacity: 0.2;
}
/*.match-rating-container input[type="range"]::before {*/
/*    content: "1";*/
/*    position: absolute;*/
/*    left: -25px;*/
/*    top: -4px;*/
/*    display: block;*/
/*    height: 100%;*/
/*    width: 20px;*/
/*    font-size: 0.9rem;*/
/*    text-align: center;*/
/*}*/
/*.match-rating-container input[type="range"]::after {*/
/*    content: "10";*/
/*    position: absolute;*/
/*    right: -30px;*/
/*    top: -4px;*/
/*    display: block;*/
/*    height: 100%;*/
/*    width: 30px;*/
/*    font-size: 0.9rem;*/
/*    text-align: center;*/
/*}*/

.match-rating-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -1px; /* Centers thumb on the track */
    background-color: #053a5f;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
}

.match-rating-container input[type="range"]::-moz-range-thumb {
    border: none; /*Removes extra border that FF applies*/
    border-radius: 0; /*Removes default border-radius that FF applies*/
    background-color: #053a5f;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
}

/***** Focus Styles *****/
/* Removes default focus */
.match-rating-container input[type="range"]:focus {
    outline: none;
}

/***** Chrome, Safari, Opera, and Edge Chromium *****/
.match-rating-container input[type="range"]:focus::-webkit-slider-thumb,
.match-rating-container input[type="range"]:focus::-moz-range-thumb {
    border: 1px solid #053a5f;
    outline: 2px solid #053a5f;
    outline-offset: 0;
}
.match-rating-container .submit-section {
    text-align: center;
    margin: 20px 0 0;
}
.match-rating-container .submit-section button {
    background: #053a5f;
    color: white;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
}
.match-rating-container .rating-result {
    text-align: right;
}
.match-rating-container .rating-result .score-value {
    float: none;
}
.match-rating-container .rating-result .user-score {
    opacity: 0.5;
    font-size: 1rem;
}
.match-rating-container .rating-result .user-score .score-value {
    font-size: 0.9rem;
    padding: 3px 2px 1px;
}
.match-rating-container .info-message {
    padding: 10px;
}
.match-rating-container .votes-count {
    text-align: right;
    font-size: 1rem;
    padding: 10px;
}
.match-rating-container .date-ticket {

    font-size: 1rem;
    font-weight: bold;
    background: #7a7a7a;
    color: white;
    padding: 2px 4px 1px;
    border-radius: 3px;
}
.article-author-container {
    margin: 0 0 20px 0;;
    border-top: 1px solid #d8d8d8;
    padding: 10px;
    display: flex;
    align-items: self-start;
    justify-content: center;
}
.article-author-container .author-image {
    width: 120px;
    padding: 20px;
}
.article-author-container .author-image img {
    width: 100%;
    max-width: 300px;
    border-radius: 50%;
    margin-right: 20px;
}
.article-author-container .author-details {
    width: 100%;
    padding: 20px 0;
}
.article-author-container .author-details h4 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    color: #000;
}
.article-author-container .author-details div {
    margin: 20px 0;
    font-size: 13px;
}
.article-author-container .author-details .position {
    font-size: 13px;
    margin: 5px 0;
    color: #8a8a8a;
}
.article-author-container .author-details .links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    flex-wrap: wrap;
}
.article-author-container .author-details div a {
    min-width: 300px;
    display: flex;
    align-items: center;
    color: #8a8a8a;
    font-size: 0.952rem;
}
.article-author-container .author-details div a i {
    color: rgb(60, 53, 93);
}
.article-author-container .author-details div a:hover i {
    text-decoration: none;
}
.article-author-container .author-details div a svg,
.article-author-container .author-details div a i{
    margin-right: 10px;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
@media screen and (max-width: 460px) {
    .article-author-container {
        padding: 5px;
    }
    .article-author-container .author-image {
        padding: 15px;
    }
    .article-author-container .author-details {
        width: 75%;
    }
}