@import url('https://fonts.googleapis.com/css?family=Poppins');
html, body {height: 100%;padding: 0;margin: 0;}
html {overflow-x: hidden;}
a{cursor:pointer !important;}
body {
    background-color: #eeeff4;
    color: #9e9caa;
    font-size: 14px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    opacity:0;
}
@media (max-width:479px) {
    body {
        font-size: 13px;
        line-height: 22px;
    }
}
img{max-width:100%;}
.site-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.site-wrapper--has-overlay {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.site-overlay {
    left: 0;
    top: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: transparent;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.4s linear;
    transition: visibility 0s, opacity 0.4s linear;
}
@media (max-width:991px) {
    .site-wrapper--has-overlay .site-overlay {
        visibility: visible;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.8);
    }
}
.mobile-lang{display:none !important;}
.count_i{display:table;}
.cd-gallery ul{display:table !important;margin-bottom:0 !important;width:100%;}

@media (min-width:320px) and (max-width:600px){
    .team-pos{display:table;clear:both;width:100%;}
    .posts__item--card .posts__thumb{height: 195px !important;}
    .posts__item--desc-center .posts__thumb img{height:auto !important;min-height: 10px !important;}
    .big-thumb .play_vid_button{bottom:200px !important;}
    .posts__item--card .posts__thumb img{min-height:1px !important;min-width:1px;}
    .no-awards .team-stats__item {flex: 0 1 50% !important;}
    .mobile-lang{display:block !important;}
    .mobile-lang span{padding-left:10px;}
    .mobile-lang i{font-style:normal;cursor:pointer;padding:5px 10px;}
    .cd-filter-block{margin-top:4%;}.res_wd100{width:100% !important;}
    .like-club-area{width:100%;padding:0 15px;}
    .like-club-area .res-block{display:block;}
    span .like_club{float:left !important;}
    .count_like{margin-top:0;line-height:35px;display:block !important;}
    .res_block{display:block !important;width:100%;}
    .count_i {display:table;width:100%;}
} 

@media (min-width:992px) {
    .site-wrapper--has-overlay-pushy .site-overlay {
        visibility: visible;
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.8);
    }
}

.header {
    background-color: #282840;
    position: relative;
    z-index: 3;
}

@media (max-width:991px) {
    .header {
        z-index: 103;
    }
}

.header__top-bar {
    background-color: #323150;
    display: none;
}

@media (min-width:992px) {
    .header__top-bar {
        display: block;
    }
}

.nav-account {
    display: none;
}

@media (min-width:992px) {
    .nav-account {
        display: block;
        list-style: none;
        padding: 0;
        margin: 0;
        float: right;
    }
    .nav-account .nav-account__item {
        display: inline-block;
        float: right;
        font-size: 9px;
        line-height: 1.5em;
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Exo 2", sans-serif;
    }
    .nav-account .nav-account__item::before {
        content: "\2F";
        display: inline-block;
        color: #7f7e8c;
        margin: 0 16px 0 14px;
    }
    .nav-account .nav-account__item > a {
        color: #fff;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }
    .nav-account .nav-account__item > a:hover {
        color: #3ffeca;
    }
    .nav-account .nav-account__item > a:focus {
        outline: none;
    }
    .nav-account .nav-account__item > a .highlight {
        color: #3ffeca;
    }
    .nav-account .nav-account__item:last-child::before {
        display: none;
    }
    .nav-account .nav-account__item.has-children {
        position: relative;
    }
    .nav-account .nav-account__item.has-children::after {
        content: "";
        display: inline-block;
        margin-left: 9px;
        width: 6px;
        height: 4px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
        background-size: 6px 4px;
        background-repeat: no-repeat;
        background-position: center center;
        top: -2px;
        position: relative;
    }
    .nav-account .nav-account__item.has-children ul {
        list-style: none;
        top: 40px;
        right: 0;
        min-width: 110px;
        padding: 0;
        margin: 0;
        border: 1px solid rgba(255, 255, 255, 0.03);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
        background-color: #383759;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateX(50%) rotateX(-75deg);
        transform: translateX(50%) rotateX(-75deg);
        visibility: hidden;
    }
    .nav-account .nav-account__item.has-children ul li a {
        font-size: 9px;
        padding: 6px 10px;
        border-bottom: none;
        color: #9e9caa;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease;
    }
    .nav-account .nav-account__item.has-children ul li a:hover {
        color: #3ffeca;
        background-color: transparent;
    }
    .nav-account .nav-account__item.has-children:hover ul {
        display: block;
        -webkit-transform: translateX(50%) rotateX(0deg);
        transform: translateX(50%) rotateX(0deg);
        opacity: 1;
        visibility: visible;
    }
    .nav-account .nav-account__item--logout > a {
        color: #7f7e8c;
    }
}

.header__secondary {
    background-color: #282840;
    display: none;
}

@media (min-width:992px) {
    .header__secondary {
        display: block;
        text-align: right;
    }
}

.header__primary {
    background-color: #282840;
    position: relative;
}

.header__primary::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #323150;
    width: 100%;
}

.header__primary-inner {
    position: relative;
    z-index: 1;
    background-color: #323150;
}

@media (max-width:991px) {
    .main-nav .social-links--main-nav {
        display: none;
    }
}

.header-logo {
    position: absolute;
    z-index: 3;
    bottom: 21px;
    left: 0;
    display: block;
    bottom: 100%;
    margin-left: 0;
    width:400px;
    margin-bottom: 5px;
}

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

.header-logo__img {
    position: relative;
}

.header-mobile {
    display: none;
    background-color: #282840;
}

.header-search-form {
    padding: 24px 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 1;
    background-color: #282840;
    vertical-align: top;
}

@media (min-width:992px) {
    .header-search-form {
        display: inline-block;
        width: 320px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header-search-form {
        width: 200px;
    }
}

.header-search-form .search-form {
    position: relative;
}

.main-nav .header-search-form {
    padding: 7px 0;
    background-color: transparent;
}

.main-nav .header-search-form.header-search-form--right {
    float: right;
}

input.header-mobile__search-control {
    background-color: #323150;
    border-color: #323150;
    border-radius: 20px;
    height: 38px;
    padding: 6px 60px 6px 20px;
    font-size: 12px;
}
input.header-mobile__search-control:focus {
    color: #fff;
    background-color: #383759;
    border-color: #383759;
}

@media (min-width:992px) {
    input.header-mobile__search-control:focus {
        background-color: #282840;
        border-color: #00a084;
    }
}

.header-mobile__search-submit {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border: none;
    font-size: 16px;
    color: #fff;
    -webkit-transition: color, background-color 0.3s ease;
    transition: color, background-color 0.3s ease;
    border-radius: 0 20px 20px 0;
}

.header-mobile__search-submit:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width:991px) {
    .header-mobile {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .header-mobile__inner {
        overflow: hidden;
        position: relative;
        z-index: 2;
        height: 100px;
        background-color: #282840;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .header-mobile__logo {
        text-align: center;
        position: absolute;
        z-index: 3;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 2px;
    }
    .header-mobile__logo-img {
        width: 190px;
        height: auto;
        margin-top:15px;
    }
    .burger-menu-icon {
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        display: block;
        position: absolute;
        top: 40px;
        left: 34px;
        cursor: pointer;
        width: 26px;
        height: 19px;
    }
    .burger-menu-icon__line,
    .burger-menu-icon__line::before,
    .burger-menu-icon__line::after {
        content: '';
        cursor: pointer;
        height: 3px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        display: block;
        border-radius: 1px;
    }
    .burger-menu-icon__line::before {
        top: 8px;
    }
    .burger-menu-icon__line::after {
        top: 16px;
    }
    .header-mobile__search-icon {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 34px;
        top: 39px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 22px;
        color: #fff;
        text-align: center;
    }
    .header-mobile__search-icon::before,
    .header-mobile__search-icon::after {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .header-mobile__search-icon::before {
        content: "\f002";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "FontAwesome";
    }
    .header-mobile__search-icon:hover {
        cursor: pointer;
    }
    .header-search-form {
        padding: 0 25px;
        height: 0;
        top: -62px;
    }
    .header-mobile--expanded .header-search-form {
        top: 0;
        height: 63px;
    }
    input.header-mobile__search-control {
        margin-top: 12px;
    }
}

.header-banner {
    display: inline-block;
    vertical-align: middle;
    margin-left: 38px;
}

@media (min-width:992px) {
    .header-banner {
        margin-left: 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header-banner img {
        width: 254px;
        height: auto;
    }
}

@media (min-width:1200px) {
    .header-banner {
        margin-left: 38px;
    }
}

.main-nav {
    position: relative;
    text-align: left;
}

.main-nav .header-mobile__logo {
    display: none;
}

.main-nav__list {
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (min-width:992px) {
    .main-nav__list {
        border-left: 1px solid #3c3b5b;
    }
}

.main-nav__list > li {
    text-align: center;
    display: inline-block;
    padding: 0;
}

@media (min-width:992px) {
    .main-nav__list > li {
        margin-left: -0.25em;
        border-right: 1px solid #3c3b5b;
    }
    .main-nav__list > li:first-of-type {
        margin-left: 0;
    }
}

.main-nav__list > li > a {
    display: block;
    position: relative;
    color: #fff;
    padding: 0 15px;
    line-height: 50px;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (min-width:992px) and (max-width:1199px) {
    .main-nav__list > li > a {
        padding-left: 7px;
        padding-right: 7px;
    }
}

.main-nav__list > li > a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.main-nav__list > li > a:hover {
    color: #fff;
    background-color: #282840;
    text-decoration: none;
}

.main-nav__list > li > a:hover::before {
    background-color: #f92552;
}

.main-nav__list > li.active > a {
    color: #fff;
    text-decoration: none;
    background-color: #282840;
}

.main-nav__list > li.active > a::before {
    background-color: #f92552;
}

.main-nav__list > li.has-children > a::after {
    content: "";
    display: inline-block;
    margin-left: 9px;
    width: 6px;
    height: 4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-size: 6px 4px;
    background-repeat: no-repeat;
    background-position: center center;
    top: -2px;
    position: relative;
}

.main-nav__megamenu {
    width: 100%;
    left: 0;
    position: absolute;
    top: 62px;
    z-index: 1000;
    margin: 0;
    text-align: left;
    padding: 43px 55px;
    font-size: 15px;
    border: solid 1px #3c3b5b;
    background-color: #383759;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.main-nav__megamenu .main-nav__title {
    font-size: 14px;
    letter-spacing: -0.03em;
    padding: 3px 0;
    margin-bottom: 19px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
}

.main-nav__ul li {
    display: block;
    white-space: nowrap;
    text-align: left;
    text-transform: uppercase;
}

.main-nav__ul li a {
    display: block;
    font-size: 11px;
    line-height: 18px;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    text-align: left;
    padding: 5px 0;
    color: #9e9caa;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.main-nav__ul li a:hover {
    color: #3ffeca;
    text-decoration: none;
}

.main-nav__list li > .main-nav__sub,
.main-nav__list li > .main-nav__megamenu,
.main-nav__list li > .main-nav__sub-2,
.main-nav__list li > .main-nav__sub-3 {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    visibility: hidden;
}

.main-nav__list li:hover > .main-nav__sub,
.main-nav__list li:hover > .main-nav__megamenu,
.main-nav__list li:hover > .main-nav__sub-2,
.main-nav__list li:hover > .main-nav__sub-3 {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.main-nav__sub {
    position: absolute;
    top: 62px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 240px;
    background-color: #383759;
    border: solid 1px #3c3b5b;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.main-nav__sub > li > a {
    text-decoration: none;
}

.main-nav__sub > li.has-children > a::after {
    content: "";
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -2px;
    width: 6px;
    height: 4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23ffffff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-size: 6px 4px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-nav__sub li {
    position: relative;
    margin: 0;
    padding: 0;
}

.main-nav__sub li a {
    display: block;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    text-align: left;
    line-height: 1.5em;
    padding: 16px 30px;
    letter-spacing: normal;
    border-bottom: 1px solid #3c3b5b;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.main-nav__sub li a:hover {
    color: #3ffeca;
    background-color: #323150;
}

.main-nav__sub li:last-child > a {
    border-bottom: none;
}

.main-nav__list li:hover .main-nav__sub {
    display: block;
}

.main-nav__sub li {
    position: relative;
    padding: 10px;
    border-bottom:1px solid #fff;
    cursor:pointer;
    margin: 0;
    display: block;
}
.main-nav__sub li:last-child{
    border:none;
}
.main-nav__sub li:hover .main-nav__sub-2 {
    display: block;
    opacity: 1;
    list-style: none;
    padding: 0;
    background-color: #383759;
}

.main-nav__sub-2 {
    min-width: 240px;
    border: solid 1px #3c3b5b;
    position: absolute;
    left: 100%;
    top: -1px;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.main-nav__sub-2 li:hover .main-nav__sub-3 {
    opacity: 1;
    list-style: none;
    padding: 0;
    border: solid 1px #3c3b5b;
    background-color: #383759;
}

.main-nav__sub-3 {
    min-width: 240px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.main-nav__toggle,
.main-nav__toggle-2 {
    display: none;
}

@media only screen and (min-width:992px) {
    .main-nav__list li:hover > .main-nav__sub,
    .main-nav__sub li:hover > .main-nav__sub-2,
    .main-nav__sub-2 li:hover > .main-nav__sub-3,
    .main-nav__list li:hover > .main-nav__megamenu {
        display: block;
    }
    .main-nav__list .nav-account__item {
        display: none;
    }
    .main-nav__list .social-links__item {
        display: none;
    }
    .main-nav__list .main-nav__item--social-links {
        display: none;
    }
    .main-nav .main-nav__item--shopping-cart {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .main-nav {
        width: 270px;
        left: 0;
        -webkit-transform: translateX(-270px);
        transform: translateX(-270px);
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        margin: 0;
        z-index: 103;
        overflow: auto;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background-color: #323150;
    }
    .site-wrapper--has-overlay .main-nav {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .main-nav .header-mobile__logo {
        position: relative;
        padding: 5px 0 18px 0;
        display: block;
        border-bottom: 1px solid #383759;
    }
    .main-nav .main-nav__item--shopping-cart .info-block__link-wrapper {
        overflow: hidden;
        font-size: 11px;
        line-height: 1.5em;
        padding-right: 20px;
    }
    .main-nav .main-nav__item--shopping-cart .df-icon-stack--bag {
        display: none;
    }
    .main-nav .main-nav__item--shopping-cart .info-block__heading {
        margin-bottom: 0;
        float: left;
        font-size: 11px;
        line-height: 1.5em;
    }
    .main-nav .main-nav__item--shopping-cart .info-block__cart-sum {
        float: right;
        font-size: 11px;
        line-height: 1.5em;
        color: #3ffeca;
    }
    .main-nav .main-nav__back {
        width: 49px;
        height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 4;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath transform='translate(-238.75 -17.75)' fill='%23fff' d='M240,21h12v2H240V21Zm0.171-.415,4.243,4.243L243,26.242,238.757,22Zm4.243-1.414-4.243,4.242L238.757,22,243,17.757Z'/%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 13px 8px;
    }
    .main-nav .main-nav__back:hover {
        cursor: pointer;
    }
    .main-nav .main-nav__list > li > a::before {
        top: 0;
        bottom: 0;
        width: 4px;
        height: auto;
    }
    .main-nav .main-nav__list > li > a .highlight {
        color: #3ffeca;
    }
    .main-nav .main-nav__list > li.has-children > a::after {
        display: none;
    }
    .main-nav .main-nav__list > li.nav-account__item--logout > a {
        color: #6b6d70;
    }
    .main-nav .main-nav__list > li.nav-account__item--wishlist > a {
        padding-right: 20px;
    }
    .main-nav .main-nav__list > li.nav-account__item--wishlist .highlight {
        float: right;
    }
    .main-nav .main-nav__list > li.main-nav__item--social-links {
        text-align: left;
        padding: 0 15px 20px 15px;
    }
    .main-nav .main-nav__list > li.main-nav__item--social-links > a {
        display: inline-block;
        border-bottom: none;
        padding: 15px;
    }
    .main-nav .main-nav__list > li.main-nav__item--social-links > a::before {
        display: none;
    }
    .main-nav__list li:hover .main-nav__sub {
        display: none;
    }
    .main-nav__list li:hover .main-nav__sub .main-nav__sub-2 {
        display: none;
    }
    .main-nav__list .main-nav__sub li.has-children > a::after {
        display: none;
    }
    .main-nav__list .main-nav__sub .main-nav__sub-2 li:hover .main-nav__sub-3 {
        display: none;
    }
    .main-nav__toggle {
        width: 100%;
        height: 30px;
        position: absolute;
        top: 8px;
        right: 10px;
        display: block;
        cursor: pointer;
        z-index: 1;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
        background-size: 6px 4px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .main-nav__toggle-2 {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 3px;
        right: 15px;
        display: block;
        cursor: pointer;
        z-index: 1;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
        background-size: 6px 4px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .main-nav__toggle--rotate {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .main-nav__sub-2 {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0;
        padding: 0 !important;
        border: solid 0px;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .main-nav__sub-2 li {
        margin: 0;
        padding: 0;
        position: relative;
    }
    .main-nav__sub-2 li a {
        display: block;
        padding: 10px 25px 10px 25px;
    }
    .main-nav__sub-2 li:hover > a {
        color: #fff;
    }
    .main-nav__sub-3 {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0;
        padding: 0 !important;
        border: solid 0px;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .main-nav__sub-3 li {
        margin: 0;
        padding: 0;
        position: relative;
    }
    .main-nav__sub-3 li a {
        display: block;
        padding: 10px 25px 10px 25px;
    }
    .main-nav__sub-3 li:hover > a {
        color: #fff;
    }
    .main-nav .main-nav__list {
        border-top: 1px solid #383759;
        height: 100%;
        overflow-y: auto;
        display: block;
    }
    .main-nav .main-nav__list > li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
    }
    .main-nav .main-nav__list > li > a {
        padding: 16px 30px;
        font-size: 11px;
        text-align: left;
        border-right: solid 0px;
        background-color: transparent;
        color: #fff;
        line-height: 1.5em;
        border-bottom: 1px solid #383759;
        position: static;
    }
    .main-nav .main-nav__list li.has-children > a::after {
        -webkit-transform: none;
        transform: none;
        top: 13px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    }
    .main-nav__list .main-nav__sub {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        display: none;
        position: relative;
        top: 0;
        background-color: #383759;
        border: none;
        padding: 15px 0;
        visibility: visible;
    }
    .main-nav__list .main-nav__sub li a {
        line-height: 1.5em;
        font-size: 10px;
        padding: 7px 0 7px 40px;
        color: #9e9caa;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        border-bottom: none;
    }
    .main-nav__list .main-nav__sub li a:hover {
        color: #fff;
    }
    .main-nav__list .main-nav__sub li:hover > a {
        background-color: transparent;
        color: #fff;
    }
    .main-nav__list .main-nav__sub li:hover .main-nav__sub-2 {
        background-color: transparent;
    }
    .main-nav__list .main-nav__sub li .main-nav__sub-2 {
        padding: 15px 0;
    }
    .main-nav__list .main-nav__sub li .main-nav__sub-2 li a {
        padding-left: 50px;
    }
    .main-nav__list .main-nav__sub li .main-nav__sub-2 li a:hover {
        background-color: none;
    }
    .main-nav__list .main-nav__sub li .main-nav__sub-2 li .main-nav__sub-3 li a {
        padding-left: 60px;
    }
    .main-nav__list .main-nav__megamenu {
        background-color: #383759;
        color: #9e9caa;
        display: none;
        position: relative;
        top: 0;
        padding: 15px 0;
        border: none;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .main-nav__list .main-nav__megamenu [class^="col-"] {
        padding-bottom: 15px;
    }
    .main-nav__list .main-nav__megamenu div[class^="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-nav__list .main-nav__megamenu .main-nav__title {
        color: #fff;
        font-size: 11px;
        padding: 10px 30px;
        margin: 0;
    }
    .main-nav__list .main-nav__megamenu > ul {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 13px;
    }
    .main-nav__list .main-nav__megamenu > ul > li > a {
        padding: 7px 20px 7px 40px;
        line-height: 1.5em;
        font-size: 10px;
        color: #9e9caa;
    }
    .main-nav__list .main-nav__megamenu > ul > li > a:hover {
        color: #fff;
    }
    .main-nav__list li:hover .main-nav__megamenu {
        display: none;
        position: relative;
        top: 0;
    }
    .main-nav__list li > .main-nav__sub,
    .main-nav__list li:hover > .main-nav__sub,
    .main-nav__sub li > .main-nav__sub-2,
    .main-nav__sub li:hover > .main-nav__sub-2,
    .main-nav__sub-2 li > .main-nav__sub-3,
    .main-nav__sub-2 li:hover > .main-nav__sub-3,
    .main-nav__list li > .main-nav__megamenu,
    .main-nav__list li:hover > .main-nav__megamenu {
        -webkit-transform: none;
        transform: none;
        visibility: visible;
    }
    .main-nav__sub li:hover > .main-nav__sub-2,
    .main-nav__sub-2 li > .main-nav__sub-3,
    .main-nav__sub-2 li:hover > .main-nav__sub-3,
    .main-nav__list li > .main-nav__megamenu,
    .main-nav__list li:hover > .main-nav__megamenu {
        opacity: 1;
    }
}

.hero-unit {
    background: #27313b url("../images/header_bg.jpg") 50% 0 no-repeat;
    background-size: cover;
}

.hero-unit__content--left-center {
    text-align: center;
}

@media (min-width:992px) {
    .hero-unit__content--left-center {
        width: 50%;
    }
}

.hero-unit__container {
    height: 400px;
    position: relative;
}

@media (min-width:1199px) {
    .hero-unit__container {
        height: 640px;
    }
}

.hero-unit__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.hero-unit__title {
    color: #fff;
    margin-bottom: 0.75em;
    font-size: 30px;
}

@media (min-width:1199px) {
    .hero-unit__title {
        font-size: 64px;
        margin-bottom: 0.25em;
    }
}

.hero-unit__subtitle {
    color: #fff;
    margin-bottom: 0.25em;
    font-size: 12px;
}

@media (min-width:992px) {
    .hero-unit__subtitle {
        font-size: 18px;
    }
}

.hero-unit__desc {
    margin-bottom: 3em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:768px) {
    .hero-unit__desc {
        width: 60%;
    }
}

@media (min-width:992px) {
    .hero-unit__desc {
        width: 80%;
    }
}

@media (min-width:1199px) {
    .hero-unit__desc {
        width: 70%;
    }
}

.hero-unit__decor {
    display: block;
    color: #ffdc11;
    margin-bottom: 5px;
}

@media (min-width:992px) {
    .hero-unit__decor {
        margin-bottom: 11px;
    }
}

.hero-unit__decor .fa {
    margin: 0 6px;
}

.hero-unit__img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 50%;
}

.hero-unit__img img {
    max-height: 100%;
}

@media (max-width:991px) {
    .hero-unit__img {
        display: none;
    }
}

.hero-slider-wrapper {
    position: relative;
}

.hero-slider {
    overflow: hidden;
    background-color: #27313b;
}

.hero-slider,
.hero-slider__item {
    height: 320px;
}

@media (min-width:767px) {
    .hero-slider,
    .hero-slider__item {
        height: 480px;
    }
}

@media (min-width:992px) {
    .hero-slider,
    .hero-slider__item {
        height: 640px;
    }
}

@media (min-width:1200px) {
    .hero-slider,
    .hero-slider__item {
        height: 720px;
    }
}

.hero-slider__item {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.hero-slider__item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 2;
}

.hero-slider__item--img1 {
    background-image: url("../images/soccer/samples/hero-slide-1.jpg");
}

.hero-slider__item--img2 {
    background-image: url("../images/soccer/samples/hero-slide-2.jpg");
}

.hero-slider__item--img3 {
    background-image: url("../images/soccer/samples/hero-slide-3.jpg");
}

.hero-slider__item-container {
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.hero-slider__item-container .post__meta-block--top {
    padding-bottom: 0;
}

.hero-slider__item-container .page-heading__title .highlight {
    color: #3ffeca;
}

.hero-slider-thumbs-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

@media (max-width:991px) {
    .hero-slider-thumbs-wrapper {
        display: none;
    }
}

.hero-slider-thumbs .posts__title {
    color: #fff;
    font-size: 15px;
}

.hero-slider-thumbs .posts__cat {
    margin-bottom: 18px;
}

.hero-slider-thumbs .posts__cat-label {
    font-size: 10px;
}

.hero-slider-thumbs .posts__inner {
    padding: 0 30% 37px 0;
}

.hero-slider-thumbs__item {
    opacity: .3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.hero-slider-thumbs__item.slick-current {
    opacity: 1;
}

.hero-slider-thumbs__item:hover {
    cursor: pointer;
}

.pushy-panel__toggle {
    display: none;
    width: 60px;
    height: 50px;
    line-height: 50px;
    background-color: #f92552;
    vertical-align: top;
    position: relative;
    float:right;
}
.fans-poll {
    color: #fff;
    padding: 0 15px;
    font-family: "Montserrat", sans-serif;
}

@media (min-width:992px) {
    .pushy-panel__toggle {
        display: inline-block;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .pushy-panel__toggle {
        margin-left: 18px;
    }
}

.pushy-panel__toggle:hover .pushy-panel__line {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pushy-panel__toggle:hover .pushy-panel__line::before,
.pushy-panel__toggle:hover .pushy-panel__line::after {
    width: 50%;
}

.pushy-panel__toggle:hover .pushy-panel__line::before {
    top: 0;
    -webkit-transform: translateX(-3px) translateY(1px) rotate(-45deg);
    transform: translateX(-3px) translateY(1px) rotate(-45deg);
}

.pushy-panel__toggle:hover .pushy-panel__line::after {
    bottom: 0;
    -webkit-transform: translateX(-3px) translateY(-1px) rotate(45deg);
    transform: translateX(-3px) translateY(-1px) rotate(45deg);
}

.pushy-panel__line {
    top: 50%;
    left: 23px;
    /*right: 15px;*/
    width: 16px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.pushy-panel__line,
.pushy-panel__line::before,
.pushy-panel__line::after {
    display: block;
    position: absolute;
    height: 2px;
    background-color: #fff;
}

.pushy-panel__line::before,
.pushy-panel__line::after {
    content: "";
    width: 100%;
}

.pushy-panel__line::before {
    top: -5px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, width 0.3s, top 0.3s;
    transition: transform 0.3s, width 0.3s, top 0.3s, -webkit-transform 0.3s;
}

.pushy-panel__line::after {
    bottom: -5px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, width 0.3s, bottom 0.3s;
    transition: transform 0.3s, width 0.3s, bottom 0.3s, -webkit-transform 0.3s;
}

.pushy-panel {
    position: fixed;
    z-index: 1000;
    right: -380px;
    top: 0;
    bottom: 0;
    width: 380px;
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-wrapper--has-overlay-pushy .pushy-panel {
    right: 0;
}

@media (max-width:991px) {
    .pushy-panel {
        display: none;
    }
}

.pushy-panel .posts--simple-list .posts__title + .posts__date {
    margin-top: .4em;
}

.pushy-panel .posts--simple-list .posts__item {
    margin-bottom: 44px;
}

.pushy-panel .posts--simple-list .posts__excerpt {
    overflow: hidden;
    clear: both;
}

.pushy-panel--active {
    right: 0;
}

.pushy-panel__inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    overflow-y: scroll;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.pushy-panel__back-btn {
    display: block;
    width: 49px;
    height: 35px;
    position: absolute;
    right: 32px;
    top: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath transform='translate(-238.75 -17.75)' fill='%2331404b' d='M240,21h12v2H240V21Zm0.171-.415,4.243,4.243L243,26.242,238.757,22Zm4.243-1.414-4.243,4.242L238.757,22,243,17.757Z'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px 8px;
}

.pushy-panel__back-btn:hover {
    cursor: pointer;
}
.pushy-panel__header {
    padding: 10px 15px;
    background: #3b829e;
}
.pushy-panel__header h3 {
    color: #fff;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
}
.pushy-panel__content {
    padding: 0 20px;
}

@media (min-width:992px) {
    .pushy-panel__content {
        padding: 0 40px;
    }
}

.pushy-panel__logo img {
    width: 94px;
    height: auto;
}

.pushy-panel--dark .pushy-panel__inner {
    background-color: #383759;
}

.pushy-panel--dark .widget--side-panel .widget__title > h4 {
    color: #fff;
}

.pushy-panel--dark .btn-outline {
    border-color: #3f4653;
    color: #fff;
}

.pushy-panel--dark .posts__title a {
    color: #fff;
}

.pushy-panel--dark .posts__title a:hover {
    color: #fff;
}

.pushy-panel--dark .pushy-panel__back-btn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 8'%3E%3Cpath transform='translate(-238.75 -17.75)' fill='%23ffffff' d='M240,21h12v2H240V21Zm0.171-.415,4.243,4.243L243,26.242,238.757,22Zm4.243-1.414-4.243,4.242L238.757,22,243,17.757Z'/%3E%3C/svg%3E");
}

.page-heading {
    background-color: #323150;
    background-image: url("../images/banner1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: left;
    padding: 50px 0;
    position: relative;
}

@media (min-width:992px) {
    .page-heading {
        padding: 67px 0 70px 0;
    }
}

.page-heading .breadcrumb {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0;
}

@media (min-width:992px) {
    .page-heading .breadcrumb {
        font-size: 11px;
        padding: 3px 0;
    }
}

.page-heading .breadcrumb > li + li::before {
    color: #9e9caa;
    font-weight: normal;
}

.page-heading .breadcrumb > li > a {
    color: #fff;
}

.page-heading .breadcrumb > li > a:hover {
    color: #f92552;
}

.page-heading::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:linear-gradient(to left top, #004b86, #f92552);
    /*background-image: -webkit-linear-gradient(center center, #000, #000 1px, transparent 1px, transparent 4px);
    background-image: repeating-radial-gradient(center center, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 5px;
    background-position: 100% 0;
    background-repeat: repeat;*/
    opacity: 0.9;
}

.page-heading__title {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.02em;
    font-size: 24px;
    margin-bottom: 0;
    font-style: normal;

}

@media (min-width:992px) {
    .page-heading__title {
        font-size: 36px;
    }
}

.page-heading__title .highlight {
    color: #3ffeca;
}

.page-heading--post-bg {
    background-image: url("../images/football/samples/single-post-img25.jpg");
}

.page-heading--overlay {
    position: relative;
    overflow: hidden;
}

.page-heading--overlay::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}

.site-content {
    padding: 30px 0;
}

@media (min-width:992px) {
    .site-content {
        padding: 60px 0;
    }
}
@media (max-width:600px) {
    .site-content {
        padding: 0;
    }
    .res-padT20{
        padding-top:20px;
    }

    .not-in-mob{display:none !important;}
    .mob-full-width{padding:0 !important;}
}
.footer {
    font-size: 13px;
    line-height: 22px;
    color: #9e9caa;
}

.footer-widgets {
    background-color: #1e2024;
}

.footer-widgets [class^="col-"]:last-child .widget--footer {
    margin-bottom: 0;
}

.footer-widgets__inner {
    padding: 30px 0;
}

@media (min-width:768px) {
    .footer-widgets__inner {
        padding: 60px 0 20px;
    }
}

@media (min-width:992px) {
    .footer-widgets__inner {
        padding: 80px 0 96px;
        padding: 55px 0 15px;
    }
}

.footer-col-inner {
    padding: 0 7px;
}

.footer-logo {
    padding: 0 0 50px 0;
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

@media (min-width:992px) {
    .footer-logo {
        width: auto;
        margin: 0;
        padding: 30px 0;
    }
}

.footer-logo__img {
    max-width: 100%;
    height: auto;
}

.footer-logo--has-txt {
    text-align: left;
    width: 100%;
    padding-bottom: 30px;
}

@media (min-width:992px) {
    .footer-logo--has-txt {
        padding: 0;
        margin-top: -25px;
    }
}

.footer-logo--has-txt .footer-logo__img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.footer-logo--has-txt .footer-logo__heading {
    display: inline-block;
    vertical-align: middle;
}

.footer-logo--has-txt .footer-logo__txt {
    margin-bottom: 0;
    color: #fff;
}

.footer-logo--has-txt .footer-logo__tagline {
    display: block;
    color: #9e9caa;
    font-size: 12px;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-style: italic;
    color: #7f7e8c;
}

.footer-secondary {
    background-color: #141415;
}

@media (min-width:768px) {
    .footer-secondary--has-decor {
        background-color: #f92552;
    }
}

.footer-secondary--has-decor .footer-secondary__inner {
    background-color: #282840;
    padding: 12px 0 26px 0;
}

@media (min-width:992px) {
    .footer-secondary--has-decor .footer-secondary__inner {
        padding: 12px 0 26px 0;
    }
}

.footer-secondary--has-decor .footer-secondary__inner::before,
.footer-secondary--has-decor .footer-secondary__inner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    background-color: #f92552;
    display: none;
}

@media (min-width:768px) {
    .footer-secondary--has-decor .footer-secondary__inner::before,
    .footer-secondary--has-decor .footer-secondary__inner::after {
        display: block;
    }
}

@media (max-width:991px) {
    .footer-secondary--has-decor .footer-secondary__inner::before,
    .footer-secondary--has-decor .footer-secondary__inner::after {
        width: 80px;
    }
}

.footer-secondary--has-decor .footer-secondary__inner::before {
    left: -20px;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
}

.footer-secondary--has-decor .footer-secondary__inner::after {
    right: -20px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}

.footer-secondary__inner {
    background-color: #141415;
    padding: 24px 0;
    position: relative;
    border-top: 0 solid transparent;
}

@media (min-width:992px) {
    .footer-secondary__inner {
        padding: 15px 0;
    }
}

.footer-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: bold;
}

.footer-nav--right {
    text-align: center;
}

@media (min-width:992px) {
    .footer-nav--right {
        text-align: right;
    }
    .footer-nav--right .footer-nav__item {
        padding-right: 0 !important;
    }
}

.footer-nav--sm {
    font-size: 10px;
}

.footer-nav__item {
    display: inline-block;
    padding: 0 2px;
}

@media (max-width:479px) {
    .footer-nav__item {
        float: left;
        width: 33.3%;
        text-align: left;
        padding: .25em 0;
    }
}

@media (min-width:480px) {
    .footer-nav__item {
        padding: 0 10px;
    }
}

@media (min-width:768px) {
    .footer-nav__item {
        padding: 0 16px;
    }
}

@media (min-width:992px) {
    .footer-nav__item {
        padding: 0 24px;
    }
}

@media (min-width:1200px) {
    .footer-nav__item {
        padding: 0 32px;
    }
}

.footer-nav__item > a {
    color: #fff;
    display: inline-block;
    padding: .5em;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.footer-nav__item > a:hover {
    color: #3ffeca;
}

@media (max-width:479px) {
    .footer-nav--condensed .footer-nav__item {
        display: inline-block;
        padding: 0;
        text-align: center;
        width: auto;
        float: none;
    }
}

@media (min-width:480px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 8px;
    }
}

@media (min-width:768px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 10px;
    }
}

@media (min-width:992px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 12px;
    }
}

@media (min-width:1200px) {
    .footer-nav--condensed .footer-nav__item {
        padding: 0 15px;
    }
}

.sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #2e2f31;
    padding: 24px 0 24px 0;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .sponsors {
        margin-top: -16px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 35px 0 47px 0;
    }
}

@media (min-width:992px) {
    .sponsors {
        margin-top: -24px;
    }
}

.sponsors-title {
    font-size: 9px;
    line-height: 1.2em;
    color: #fff;
    margin: 0 0 12px 0;
}

@media (min-width:768px) {
    .sponsors-title {
        margin: 0 25px 0 0;
    }
}

.sponsors-logos {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media (max-width:767px) {
    .sponsors-logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.sponsors__item {
    text-align: center;
}

@media (max-width:1199px) {
    .sponsors__item {
        padding: 0 10px;
    }
}

@media (max-width:767px) {
    .sponsors__item {
        width: 33.3%;
        padding: 10px;
    }
}

@media (max-width:479px) {
    .sponsors__item {
        width: 50%;
    }
}

@media (min-width:992px) {
    .sponsors__item {
        margin: 0 12px;
    }
}

@media (min-width:1200px) {
    .sponsors__item {
        margin: 0 25px;
    }
}

.sponsors__item > a {
    opacity: 0.2;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.sponsors__item > a:hover {
    opacity: 1;
}

.footer-info {
    background-color: #282840;
}

@media (min-width:992px) {
    .footer-info .footer-logo--has-txt {
        width: auto;
        padding: 0;
        margin-top: 0;
        margin-right: 30px;
        text-align: left;
    }
}

@media (min-width:1200px) {
    .footer-info .footer-logo--has-txt {
        margin-right: 58px;
    }
}

.footer-info .footer-logo--has-txt .footer-logo__img {
    margin-right: 8px;
}

.footer-info .footer-logo--has-txt .footer-logo__txt {
    font-size: 16px;
    text-transform: uppercase;
}

.footer-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #3c3b5b;
    padding: 20px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:992px) {
    .footer-info__inner {
        padding: 44px 0 50px 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.footer-copyright {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #9e9caa;
    text-align: center;
}

@media (min-width:992px) {
    .footer-copyright {
        text-align: left;
    }
}

.footer-copyright a {
    color: #fff;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.footer-copyright a:hover {
    color: #3ffeca;
}

ul.posts {
    list-style-type: none;
    padding: 0;
}

ul.posts:not(.post-grid) {
    margin: 0;
}

.posts__item {
    margin-bottom: 1em;
}

.posts__item:last-child {
    margin-bottom: 0;
}

.posts__cat {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    z-index: 1;
}

.posts__cat-label {
    background-color: #f92552;
    display: block;
    float: left;
}

.posts__cat-label + .posts__title {
    margin-top: 0.55em;
}

.posts__item--category-1 .posts__cat-label,
.posts__item--category-1 .posts__cta {
    background-color: #00a083;
}

.posts__item--category-1 .posts__title > a:hover {
    color: #f92552;
}

.posts__item--category-2 .posts__cat-label,
.posts__item--category-2 .posts__cta {
    background-color: #9e69ee;
}

.posts__item--category-2 .posts__title > a:hover {
    color: #9e69ee;
}

.posts__item--category-3 .posts__cat-label,
.posts__item--category-3 .posts__cta {
    background-color: #0fe3ab;
}

.posts__item--category-3 .posts__title > a:hover {
    color: #0fe3ab;
}

.posts__thumb {
    float: left;
    margin: 0 10px 0 0;
}

.posts__thumb--hover {
    position: relative;
}

.posts__thumb--hover::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #f92552;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.posts__thumb--hover > a {
    position: relative;
    display: block;
    height:80px;
    width:80px;
    border-radius: 4px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.posts__thumb--hover > a::before,
.posts__thumb--hover > a::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.posts__thumb--hover > a::before {
    height: 4px;
    width: 18px;
}

.posts__thumb--hover > a::after {
    height: 18px;
    width: 4px;
}

.posts__thumb--hover:hover::before {
    opacity: 0.8;
}

.posts__thumb--hover:hover > a::before,
.posts__thumb--hover:hover > a::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.posts__title {
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-style: italic;
}

.posts__title + .posts__date {
    margin-top: 0.7em;
}

.posts__title a {
    color: #31404b;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
h3.posts__title.slider-anchor a {
    color: #fff;
}
h6.posts__title.white a {
    color: #fff;
}
.posts__title a:hover {
    color: #3ffeca;
}

.posts__date {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    line-height: 1.2em;
}

.posts--simple-list .posts__item {
    overflow: hidden;
    margin-bottom: 18px;
}

.card .posts--simple-list .posts__item {
    border-bottom: 1px solid #ddd;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.posts--simple-list .posts__item:last-child,
.card .posts--simple-list .posts__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.card .posts--simple-list.posts--simple-list-numbered .posts__item {
    padding-left: 100px;
}

.card .posts--simple-list.posts--simple-list-numbered .posts__item::before {
    width: 100px;
    text-align: center;
    margin-top: -16px;
}

.card .posts--simple-list.posts--simple-list-numbered .posts__item:last-child::before {
    margin-top: -4px;
}

.card .posts--simple-list.posts--simple-list-numbered .posts__item .posts__title {
    font-size: 14px;
}

.posts--simple-list .posts__inner {
    overflow: hidden;
}

.posts--simple-list .posts__cat-label {
    margin: 0;
}

.posts--simple-list .posts__cat-label + .posts__title {
    margin-top: 0.55em;
}

.posts--simple-list .posts__title {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 14px;
}

.widget--footer .posts--simple-list .posts__title {
    font-size: 12px;
    line-height: 1.17em;
    font-style: italic;text-align:left;
}

.widget--footer .posts--simple-list .posts__title > a {
    color: #fff;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.widget--footer .posts--simple-list .posts__title > a:hover {
    color: #f92552;
}

.widget--footer .posts--simple-list .posts__title + .posts__date {
    margin-top: 0.25em;
}

.main-nav__megamenu .posts--simple-list .posts__title {
    font-size: 14px;
}

@media (max-width:991px) {
    .main-nav__megamenu .posts--simple-list .posts__title {
        font-size: 12px;
    }
    .main-nav__megamenu .posts--simple-list .posts__title > a {
        color: #fff;
    }
}

@media (min-width:992px) {
    .main-nav__megamenu .posts--simple-list .posts__title > a {
        color: #fff;
    }
}

.posts--simple-list .posts__thumb {
    border-radius: 4px;
}

.posts--simple-list .posts__thumb::before {
    border-radius: 4px;
}

.posts--simple-list .posts__thumb img {
    border-radius: 4px;
}

.posts--simple-list .posts__date,
.posts--simple-list .posts__comments {
    font-size: 10px;
    line-height: 1.2em;
    vertical-align: middle;
    display: inline-block;
}

@media (max-width:991px) {
    .main-nav__megamenu .posts--simple-list .posts__date,
    .main-nav__megamenu .posts--simple-list .posts__comments {
        font-size: 8px;
    }
}

.widget--footer .posts--simple-list .posts__date,
.widget--footer .posts--simple-list .posts__comments {
    font-size: 9px;
    font-size: 10px;
}

.posts--simple-list .posts__comments i {
    font-size: 12px;
    margin-right: 3px;
    margin-left: 1px;
    display: inline-block;
    vertical-align: middle;
}

.widget--footer .posts--simple-list .posts__comments {
    min-width: 57px;
}
.posts__excerpt p{margin-bottom:0;}
.posts--simple-list .posts__excerpt {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
    font-size: 13px;
    margin-top: 10px;
}

@media (max-width:991px) {
    .main-nav__megamenu .posts--simple-list .posts__excerpt {
        font-size: 11px;
        line-height: 17px;
    }
}

.posts--simple-list .posts__excerpt--space {
    padding: 20px 0;
}

.posts--simple-list .posts__excerpt--space-sm {
    padding-top: 10px;
}

.posts--simple-list .posts__footer {
    padding-top: 17px;
}

.card .posts--simple-list .posts__footer {
    padding: 17px 24px;
    border-top: 1px solid #3c3b5b;
    overflow: hidden;
    margin-left: -24px;
    margin-right: -24px;
}

.posts--simple-list .post-author {
    float: left;
    width: 50%;
}

@media (max-width:479px) {
    .posts--simple-list .post-author {
        width: 40%;
    }
}

.posts--simple-list .post-author__avatar {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.posts--simple-list .post-author__avatar img {
    vertical-align: top;
}

@media (max-width:479px) {
    .posts--simple-list .post-author__avatar {
        display: none;
    }
}

.posts--simple-list .post-author__name {
    font-size: 10px;
    text-transform: uppercase;
    color: #9e9caa;
    font-weight: 400;
}

.posts--simple-list .post__meta {
    width: 50%;
    float: right;
    text-align: right;
}

@media (max-width:479px) {
    .posts--simple-list .post__meta {
        width: 60%;
    }
}

.posts--simple-list .posts__more {
    padding: 20px 0 0 0;
}

.card .posts--simple-list-condensed .posts__item {
    padding-bottom: 16px;
    margin-bottom: 18px;
}

.posts--simple-list-numbered {
    counter-reset: list;
}

.posts--simple-list-numbered .posts__item {
    padding-left: 100px;
    position: relative;
    counter-increment: list;
}

.widget--footer .posts--simple-list-numbered .posts__item {
    padding-left: 38px;
}

.posts--simple-list-numbered .posts__item::before {
    content: counter(list, decimal-leading-zero);
    font-family: "Exo 2", sans-serif;
    font-size: 44px;
    line-height: 1em;
    font-style: italic;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .2;
}

.widget--footer .posts--simple-list-numbered .posts__item::before {
    font-size: 24px;
}

.widget--side-panel .posts--simple-list--lg .posts__item {
    margin-bottom: 50px;
}

.widget--side-panel .posts--simple-list--lg .posts__item:last-child {
    margin-bottom: 0;
}

.main-nav__megamenu .posts--simple-list--lg .posts__item {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width:992px) {
    .main-nav__megamenu .posts--simple-list--lg .posts__item {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width:1200px) {
    .main-nav__megamenu .posts--simple-list--lg .posts__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:992px) {
    .main-nav__megamenu .posts--simple-list--lg .posts__item .posts__title {
        font-size: 16px;
    }
}

@media (min-width:1200px) {
    .main-nav__megamenu .posts--simple-list--lg .posts__item .posts__title {
        font-size: 22px;
    }
}

.posts--simple-list--lg .posts__cat {
    margin-bottom: 14px;
}

@media (min-width:992px) {
    .posts--simple-list--lg .posts__cat-label {
        font-size: 10px;
    }
}

.posts--simple-list--lg .posts__title {
    margin-bottom: .2em;
}

@media (min-width:992px) {
    .posts--simple-list--lg .posts__title {
        font-size: 18px;
        line-height: 1em;
    }
    .widget--side-panel .posts--simple-list--lg .posts__title {
        font-size: 22px;
    }
}

.posts--simple-list--lg .posts__excerpt {
    font-size: 14px;
    line-height: 26px;
}

.posts--simple-list--xlg .posts__cat {
    margin-bottom: 14px;
}

@media (min-width:992px) {
    .posts--simple-list--xlg .posts__cat-label {
        font-size: 10px;
    }
}

.posts--simple-list--xlg .posts__title {
    margin-bottom: .1em;
}

@media (min-width:768px) {
    .posts--simple-list--xlg .posts__title {
        font-size: 30px;
    }
}

@media (min-width:992px) {
    .posts--simple-list--xlg .posts__title {
        font-size: 24px;
    }
}

@media (min-width:1199px) {
    .posts--simple-list--xlg .posts__title {
        font-size: 30px;
        line-height: 28px;
    }
}

.posts--simple-list--xlg .posts__date {
    font-size: 9px;
}

@media (min-width:992px) {
    .posts--simple-list--xlg .posts__date {
        font-size: 11px;
    }
}

.posts--simple-list--xlg .posts__excerpt {
    font-size: 14px;
    line-height: 26px;
}

@media (min-width:1199px) {
    .posts--simple-list--xlg .posts__excerpt {
        margin-top: 13px;
    }
}

@media (min-width:992px) {
    .posts--simple-list--xlg .posts__more {
        padding-top: 30px;
    }
}

@media (min-width:1199px) {
    .posts--simple-list--xlg .posts__more {
        padding-top: 38px;
    }
}

.posts__item--card,
.posts__item--card:last-child {
    margin-bottom: 15px;
}

.posts__item--card .posts__thumb {
    float: none;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height:270px;
}

.posts__item--card .posts__thumb:first-child {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.posts__item--card .posts__thumb:last-child {
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

.posts__item--card .posts__thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height:100%;
    min-width:100%;
}

.posts__item--card .posts__thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.posts__item--card.posts__item--card-condensed {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.posts__item--card .posts__cta {
    display: block;
    position: absolute;
    top: 0;
    right: 23px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.posts__item--card .posts__cta::before,
.posts__item--card .posts__cta::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.posts__item--card .posts__cta::before {
    width: 17px;
    height: 3px;
}

.posts__item--card .posts__cta::after {
    width: 3px;
    height: 17px;
}

.posts__item--card .posts__cta:hover::before,
.posts__item--card .posts__cta:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.posts__item--card .posts__cat {
    display: block;
    position: absolute;
    left: 23px;
    top: 23px;
}

.posts__item--card .posts__inner .posts__cat {
    position: static;
    margin-bottom: 18px;
}

.posts__item--card .posts__cat-label {
    font-size: 10px;
    padding-top: .6em;
}

.posts__item--card .posts__date {
    font-size: 10px;
    line-height: 1.2em;
}

.posts__item--card .posts__date + .posts__title {
    margin-top: 5px;
}

@media (min-width:992px) {
    .posts__item--card .posts__date + .posts__title {
        margin-top: 10px;
    }
}

@media (min-width:992px) {
    .posts__item--card .posts__date {
        font-size: 11px;
    }
}

.posts__item--card .posts__title {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 0.2em;
}

@media (min-width:992px) {
    .posts__item--card .posts__title {
        font-size: 18px;
    }
}

@media (min-width:992px) {
    .posts__item--card .posts__title--sm {
        font-size: 18px;
    }
}

.small-thumb--news {
    width: 80px;
    height: 80px;
    background-position: top;
    background-size: cover;
    display: table;
    background-repeat:no-repeat;
}

@media (min-width:992px) {
    .posts__item--card .posts__title--sm + .posts__excerpt {
        padding: 10px 0 0 0;
    }
}

.posts__item--card .posts__excerpt {
    padding: 13px 0 0 0;
}

@media (min-width:992px) {
    .posts__item--card .posts__excerpt {
        padding: 23px 0 8px 0;
    }
}

.posts__item--card .posts__inner {
    padding-top: 18px;
    position: relative;
}
.post-grid__item .posts__item--card .posts__inner{min-height:150px;}
.posts__item--card .posts__footer {
    padding: 17px 24px;
    border-top: 1px solid #e2e2e2;
    display: table;
    width: 100%;
    height: 100%;
}

.posts__item--card .post-author {
    display: table-cell;
    width: 50%;
    text-align: left;
}

@media (max-width:479px) {
    .posts__item--card .post-author {
        width: 40%;
    }
}

.posts__item--card .post-author__avatar {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.posts__item--card .post-author__avatar img {
    vertical-align: top;
}

@media (max-width:479px) {
    .posts__item--card .post-author__avatar {
        display: none;
    }
}

.posts__item--card .post-author__name {
    font-size: 10px;
    text-transform: uppercase;
    color: #9e9caa;
    font-weight: 400;
    font-style: normal;
}

.posts__item--card .post__meta {
    display: table-cell;
    width: 50%;
    text-align: right;
}

.main-nav__megamenu .posts--tile {
    margin: -44px -65px -44px 0;
}

@media only screen and (max-width:991px) {
    .main-nav__megamenu .posts--tile {
        margin: 0;
    }
    .main-nav__megamenu .posts--tile .posts__footer,
    .main-nav__megamenu .posts--tile .posts__cta {
        display: none;
    }
}

.main-nav__megamenu .posts--tile .posts__item--tile {
    margin-bottom: 0 !important;
    border-radius: 0;
}

.main-nav__megamenu .posts--tile .posts__thumb img {
    border-radius: 0;
}

.posts__item--tile {
    position: relative;
    margin-bottom: 15px !important;
}

.posts__item--tile .posts__thumb {
    margin: 0;
    float: none;
    position: relative;
}

.posts__item--tile .posts__thumb img {
    border-radius: 4px;
    width: 100%;
    height: auto;
}

.posts__item--tile .posts__thumb::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.posts__item--tile .posts__inner {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.posts__item--tile .posts__inner--centered {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.posts__item--tile .posts__cat .posts__cat-label {
    float: none;
    display: inline-block;
    font-size: 10px;
}

.posts__item--tile .posts__title {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: .5em;
    line-height: 1em;
}

@media (min-width:992px) {
    .posts__item--tile .posts__title {
        font-size: 24px;
        line-height: 1.0833em;
    }
}

.posts__item--tile .posts__cta {
    display: block;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 2;
}

.posts__item--tile .posts__cta::before,
.posts__item--tile .posts__cta::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.posts__item--tile .posts__cta::before {
    width: 17px;
    height: 3px;
}

.posts__item--tile .posts__cta::after {
    width: 3px;
    height: 17px;
}

.posts__item--tile .posts__cta:hover::before,
.posts__item--tile .posts__cta:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.posts__item--tile .posts__date {
    font-size: 11px;
    color: #fff;
    margin-bottom: 2.5em;
}

.posts__item--tile .posts__footer {
    border-top: 1px solid #3c3b5b;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
}

.posts__item--tile .post-author {
    display: inline-block;
    margin-right: 14px;
    position: relative;
    top: -2px;
}

.posts__item--tile .post-author__avatar {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    width: 24px;
    height: 24px;
    float: none;
    margin-right: 5px;
}

.posts__item--tile .post-author__name {
    margin: 0;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    color: #9e9caa;
}

.posts__item--tile .post__meta {
    display: inline-block;
}

@media (min-width:992px) {
    .posts__item--tile-sm .posts__title {
        font-size: 22px;
    }
}

@media (min-width:992px) {
    .posts__item--tile-lg .posts__title {
        font-size: 34px;
    }
}

@media (max-width:479px) {
    .post-grid--2cols .post-grid__item {
        width: 100%;
    }
}

.post-grid--featured {
    padding-top: 15px;
}

.posts--cards-thumb-left .posts__item--card {
    overflow: hidden;
}

.posts--cards-thumb-left .posts__thumb {
    width: 100%;
    float: none;
    overflow: hidden;
    height: 200px;
}

@media (min-width:375px) {
    .posts--cards-thumb-left .posts__thumb {
        height: 240px;
    }
}

@media (min-width:768px) {
    .posts--cards-thumb-left .posts__thumb {
        float: left;
        margin: 0;
        max-width: 325px;
        height: auto;
    }
    .posts--cards-thumb-left .posts__thumb:first-child {
        border-radius: 4px 0 0 4px;
    }
}

@media (min-width:992px) {
    .posts--cards-thumb-left .posts__thumb {
        max-width: 220px;
    }
}

@media (min-width:1199px) {
    .posts--cards-thumb-left .posts__thumb {
        max-width: 380px;
    }
}

.posts--cards-thumb-left .posts__inner {
    overflow: hidden;
    padding-top: 0;
}

@media (min-width:992px) {
    .posts--cards-thumb-left .posts__inner {
        padding-top: 8px;
    }
}

.posts--cards-thumb-left .posts__cta {
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transform: none;
    transform: none;
}

.posts--cards-thumb-left .posts__cta:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width:992px) {
    .posts--cards-thumb-lg .posts__inner {
        padding-top: 30px;
    }
}

.posts--cards-thumb-lg .posts__cat {
    position: static;
}

@media (min-width:992px) {
    .posts--cards-thumb-lg .posts__cat {
        margin-bottom: 17px;
    }
}

@media (min-width:992px) {
    .posts--cards-thumb-lg .posts__title {
        font-size: 28px;
        line-height: 1.07em;
    }
}

.posts__item--quote {
    background-color: #f92552;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    min-width: 304px;
}

@media (min-width:992px) {
    .posts__item--quote {
        min-height: 482px;
    }
}

@media (min-width:1199px) {
    .posts__item--quote {
        min-height: 488px;
    }
}

.posts__item--quote::before {
    content: "\201C";
    display: block;
    position: absolute;
    left: -0.09em;
    top: -0.18em;
    font-family: "Exo 2", sans-serif;
    color: #fff;
    opacity: .1;
    font-size: 300px;
    line-height: 1em;
    pointer-events: none;
}

@media (min-width:992px) {
    .posts__item--quote::before {
        font-size: 600px;
    }
}

@media (min-width:1199px) {
    .posts__item--quote::before {
        font-size: 700px;
    }
}

.blockquote--card {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.blockquote--card .blockquote__content {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #fff;
    font-style: italic;
    margin: 0;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

@media (min-width:992px) {
    .blockquote--card .blockquote__content {
        font-size: 24px;
    }
}

@media (min-width:1199px) {
    .blockquote--card .blockquote__content {
        font-size: 36px;
    }
}

.blockquote--card .blockquote-stress {
    display: block;
    color: #ffdc38;
}

.blockquote--card .blockquote__footer {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.2em;
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.blockquote--card .blockquote__footer::before {
    display: none;
}

@media (min-width:992px) {
    .blockquote--card .blockquote__footer {
        text-align: right;
    }
}

.blockquote--card .blockquote__cite {
    font-style: italic;
}

.blockquote--card .blockquote__author-name {
    display: block;
    font-size: 11px;
}

@media (min-width:992px) {
    .blockquote--card .blockquote__author-name {
        font-size: 14px;
    }
}

.blockquote--card .blockquote__author-info {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

@media (min-width:992px) {
    .blockquote--card .blockquote__author-info {
        font-size: 10px;
    }
}

.posts--slider-featured:hover .posts__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.posts--slider-featured .posts__item {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.posts--slider-featured .posts__thumb {
    margin: 0;
}

.posts--slider-featured .posts__thumb img {
    border-radius: 4px;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.posts--slider-featured .posts__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-image: -webkit-linear-gradient(top, transparent, #000);
    background-image: linear-gradient(to bottom, transparent, #000);
    border-radius: 0 0 4px 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width:992px) {
    .posts--slider-featured .posts__inner {
        padding: 30px 23% 30px 40px;
    }
}

@media (min-width:992px) {
    .posts--slider-featured .posts__cat {
        margin-bottom: 13px;
    }
}

@media (min-width:992px) {
    .posts--slider-featured .posts__cat-label {
        font-size: 10px;
    }
}

.posts--slider-featured .posts__title {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 0.4em;
    color: #fff;
}

@media (min-width:768px) {
    .posts--slider-featured .posts__title {
        font-size: 24px;
    }
}

@media (min-width:992px) {
    .posts--slider-featured .posts__title {
        font-size: 32px;
    }
}

@media (min-width:1199px) {
    .posts--slider-featured .posts__title {
        font-size: 38px;
        line-height: 34px;
    }
}

.posts--slider-featured .posts__title .text-primary {
    display: block;
}

.posts--slider-featured .posts__title-higlight {
    color: #0fe3ab;
}

.posts--slider-featured .post-author {
    color: #fff;
}

.posts--slider-featured .post-author__avatar {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

@media (min-width:768px) {
    .posts--slider-featured .post-author__avatar {
        margin-right: 8px;
    }
}

.posts--slider-featured .post-author__name,
.posts--slider-featured .posts__date {
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}

@media (min-width:768px) {
    .posts--slider-featured .post-author__name,
    .posts--slider-featured .posts__date {
        font-size: 11px;
    }
}

.posts--slider-featured .posts__date::before {
    content: "\2013";
    margin-right: 0.25em;
}

.posts-slider--center .posts__thumb {
    float: none;
    position: relative;
}

.posts-slider--center .posts__thumb::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: 1;
}

.posts-slider--center .posts__inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    right: auto;
    background: none;
    text-align: center;
    width: 80%;
    padding: 0;
    z-index: 2;
}

@media (min-width:992px) {
    .posts-slider--center .posts__inner {
        padding: 0;
        width: 60%;
    }
}

.posts-slider--center .posts__cat-label {
    float: none;
    display: inline-block;
}

.posts-slider--center .posts__title {
    font-size: 14px;
}

@media (min-width:768px) {
    .posts-slider--center .posts__title {
        font-size: 20px;
    }
}

@media (min-width:992px) {
    .posts-slider--center .posts__title {
        font-size: 24px;
    }
}

@media (min-width:1199px) {
    .posts-slider--center .posts__title {
        font-size: 32px;
        line-height: 32px;
    }
}

.posts--carousel-featured .posts__item {
    position: relative;
}

.posts--carousel-featured .posts__title {
    color: #fff;
    margin-bottom: .25em;
    font-size: 15px;
}

@media (min-width:480px) {
    .posts--carousel-featured .posts__title {
        font-size: 13px;
    }
}

@media (min-width:768px) {
    .posts--carousel-featured .posts__title {
        font-size: 15px;
    }
}

@media (min-width:1199px) {
    .posts--carousel-featured .posts__title {
        font-size: 18px;
        line-height: 1.11em;
    }
}

@media (min-width:992px) {
    .posts--carousel-featured .posts__cat {
        margin-bottom: 10px;
    }
}

@media (min-width:1199px) {
    .posts--carousel-featured .posts__cat {
        margin-bottom: 17px;
    }
}

.posts--carousel-featured .posts__cat-label {
    float: none;
    display: inline-block;
}

@media (min-width:992px) {
    .posts--carousel-featured .posts__cat-label {
        font-size: 10px;
    }
}

.posts--carousel-featured .posts__thumb {
    float: none;
    position: relative;
    margin: 0;
}

.posts--carousel-featured .posts__thumb img {
    width: 100%;
    vertical-align: top;
}

.posts--carousel-featured .posts__inner {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15%;
    text-align: center;
}

.posts--carousel-featured .posts__date {
    color: #9e9caa;
    font-size: 9px;
    font-weight: 700;
}

@media (min-width:992px) {
    .posts--carousel-featured .posts__date {
        font-size: 11px;
    }
}

.posts--carousel-featured .post__meta {
    padding-top: 5px;
}

@media (min-width:992px) {
    .posts--carousel-featured .post__meta {
        padding-top: 10px;
    }
}

@media (min-width:1199px) {
    .posts--carousel-featured .post__meta {
        padding-top: 22px;
    }
}

.posts--carousel-featured .meta__item {
    color: #fff;
}

.posts--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:767px) {
    .posts--horizontal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width:768px) {
    .posts--horizontal .posts__item,
    .card .posts--horizontal .posts__item {
        padding-bottom: 0;
        border-left: 1px solid #3c3b5b;
        border-bottom: none;
        margin: -24px 0 !important;
    }
    .posts--horizontal .posts__item:first-child,
    .card .posts--horizontal .posts__item:first-child {
        border-left: none;
        padding-left: 0;
    }
    .posts--horizontal .posts__item:first-child .posts__inner,
    .card .posts--horizontal .posts__item:first-child .posts__inner {
        padding-left: 0;
    }
    .posts--horizontal .posts__item:last-child,
    .card .posts--horizontal .posts__item:last-child {
        padding-right: 0;
    }
    .posts--horizontal .posts__item:last-child .posts__inner,
    .card .posts--horizontal .posts__item:last-child .posts__inner {
        padding-right: 0;
    }
    .posts--horizontal .posts__item .posts__inner,
    .card .posts--horizontal .posts__item .posts__inner {
        padding: 24px 0;
    }
}

.posts--carousel .posts__item {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0;
}

.posts--carousel .posts__link-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 8px;
    text-align: left;
}

.posts--carousel .posts__link-wrapper:hover .posts__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.posts--carousel .posts__link-wrapper:hover::before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.posts--carousel .posts__link-wrapper::before {
    content: "\f04b";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-color: rgba(23, 29, 33, 0.6);
    border-radius: 50%;
    border: 4px solid #f92552;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    text-indent: 3px;
    font-family: 'FontAwesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
}

.posts--carousel .posts__inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px 18px 15px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    pointer-events: none;
}

.posts--carousel .posts__title {
    color: #fff;
    margin-bottom: .25em;
    font-size: 12px;
    line-height: 1em;
}

@media (min-width:480px) {
    .posts--carousel .posts__title {
        font-size: 12px;
    }
}

@media (min-width:768px) {
    .posts--carousel .posts__title {
        font-size: 13px;
    }
}

@media (min-width:1199px) {
    .posts--carousel .posts__title {
        font-size: 14px;
    }
}

.posts--carousel .posts__thumb {
    float: none;
    margin: 0;
    background-color: #171d21;
    border-radius: 4px;
}

.posts--carousel .posts__thumb img {
    border-radius: 4px;
    position: relative;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: .6;
}

.posts--carousel .posts__thumb:hover img {
    opacity: .3;
}

.posts--carousel .posts__date {
    color: #9e9caa;
    font-size: 9px;
    font-weight: 700;
    display: block;
    line-height: 1em;
}

@media (min-width:992px) {
    .posts--carousel .posts__date {
        font-size: 10px;
    }
}

.posts--carousel .slick-prev,
.posts--carousel .slick-next {
    top: -62px;
}

.posts--carousel .slick-prev:hover,
.posts--carousel .slick-next:hover {
    background-color: #3c3b5b;
}

.posts--inline {
    margin: 0;
}

.posts--inline .posts__item,
.posts--inline .posts__title,
.posts--inline .posts__excerpt {
    display: inline-block;
    margin: 0;
    font-size: 12px;
}

.posts--inline .posts__title {
    margin-right: .5em;
}

.posts--inline .posts__title::before {
    content: "//";
    margin-right: 1em;
    color: #3ffeca;
}

.posts--inline .posts__excerpt {
    margin-right: 1em;
}

.posts__item--desc-center .posts__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    right: auto;
    background: none;
    text-align: center;
    width: 80%;
    padding: 0;
    z-index: 2;
}

@media (min-width:992px) {
    .posts__item--desc-center .posts__inner {
        padding: 0;
        width: 60%;
    }
}

.posts__item--desc-center .posts__thumb {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eeeff4;
    float: none;
    margin: 0 0 15px 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.posts__item--desc-center .posts__thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height:185px;
}
.big-slick .posts__item--desc-center .posts__thumb img{min-height:425px;}
.posts__item--desc-center .posts__cat {
    overflow: visible;
}

.posts__item--desc-center .posts__cat-label {
    float: none;
    display: inline-block;
    font-size: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.posts__item--desc-center .posts__title {
    font-size: 14px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

@media (min-width:768px) {
    .posts__item--desc-center .posts__title {
        font-size: 20px;
    }


}

@media only screen and (min-width : 768px) and (max-width : 1024px)  {
    .posts__item--desc-center .posts__thumb img{min-height:155px;max-height:155px !important;}
    .big-slick .posts__item--desc-center .posts__thumb img{max-height:550px !important;min-height:330px;}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .hide-portrait{display:none;}
}
@media (min-width:992px) {
    .posts__item--desc-center .posts__title {
        font-size: 18px;
    }
    .container{padding:0;}

}

@media (min-width:1199px) {
    .posts__item--desc-center .posts__title {
        font-size: 24px;
        line-height: 20px;
    }
}

.posts__item--desc-center .post-author__avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.posts__item--desc-center .posts__date {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.posts__item--desc-center .posts__title-higlight {
    color: #3ffeca;
}

.posts__item--desc-center:hover .posts__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.posts__item--desc-left .posts__inner {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: none;
    width: 80%;
    padding: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width:992px) {
    .posts__item--desc-left .posts__inner {
        padding: 0;
        width: 75%;
    }
}

.posts__item--desc-left .posts__thumb {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eeeff4;
    float: none;
    margin: 0 0 14px 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.posts__item--desc-left .posts__thumb img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.posts__item--desc-left .posts__cat {
    overflow: visible;
}

.posts__item--desc-left .posts__cat-label {
    display: inline-block;
    float: none;
    font-size: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.posts__item--desc-left .posts__title {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 0.1em;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

@media (min-width:768px) {
    .posts__item--desc-left .posts__title {
        font-size: 16px;
    }
}

@media (min-width:992px) {
    .posts__item--desc-left .posts__title {
        font-size: 18px;
    }
}

@media (min-width:1199px) {
    .posts__item--desc-left .posts__title {
        font-size: 20px;
        line-height: 1em;
    }
}

.posts__item--desc-left .posts__date {
    font-size: 10px;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.posts__item--desc-left .posts__title-higlight {
    color: #3ffeca;
}

.posts__item--desc-left:hover .posts__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.posts--slider-top-news {
    margin-bottom: 0 !important;
}

.posts--slider-top-news .slick-list,
.posts--slider-top-news .slick__slide {
    max-height: 550px !important;
}

.posts--slider-top-news .posts__thumb {
    float: none;
    margin: 0;
}

.posts--slider-top-news .posts__thumb img {
    width: 100%;
    height: auto;
}

.posts--slider-top-news .posts__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}

@media (min-width:480px) {
    .posts--slider-top-news .posts__inner {
        width: 50%;
    }
}

@media (min-width:768px) {
    .posts--slider-top-news .posts__inner {
        width: 50%;
    }
}

@media (min-width:992px) {
    .posts--slider-top-news .posts__inner {
        width: 620px;
    }
}

.posts--slider-top-news .posts__cat {
    visibility: visible;
}

@media (min-width:992px) {
    .posts--slider-top-news .posts__cat {
        margin-bottom: 13px;
    }
}

.posts--slider-top-news .posts__cat-label {
    display: inline-block;
    float: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

@media (min-width:992px) {
    .posts--slider-top-news .posts__cat-label {
        font-size: 10px;
    }
}

.posts--slider-top-news .posts__title {
    font-size: 18px;
    line-height: 1em;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

@media (min-width:768px) {
    .posts--slider-top-news .posts__title {
        font-size: 24px;
    }
}

@media (min-width:992px) {
    .posts--slider-top-news .posts__title {
        font-size: 34px;
    }
}

@media (min-width:1200px) {
    .posts--slider-top-news .posts__title {
        font-size: 42px;
    }
}

.posts--slider-top-news .posts__title > a:hover {
    color: #fff !important;
}

.posts--slider-top-news .posts__title-higlight {
    color: #0fe3ab;
}

@media (max-width:479px) {
    .posts--slider-top-news .posts__footer {
        display: none;
    }
}

.posts--slider-top-news .post-author {
    display: inline-block;
}

.posts--slider-top-news .post-author__avatar {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    border-radius: 50%;
}

@media (min-width:768px) {
    .posts--slider-top-news .post-author__avatar {
        margin-right: 8px;
    }
}

.posts--slider-top-news .posts__date {
    color: #fff;
    font-size: 11px;
}

.posts--slider-top-news .post__meta {
    display: inline-block;
    margin-left: 1em;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

@media (min-width:768px) {
    .posts--slider-top-news .post__meta {
        margin-left: 2.5em;
    }
}

.posts--slider-top-news .meta__item a {
    color: #fff;
}

@media (min-width:768px) {
    .posts--slider-top-news .posts__item-has-img .posts__inner {
        text-align: left;
        -webkit-transform: translate(-50%, -50%) translateX(35%);
        transform: translate(-50%, -50%) translateX(35%);
    }
}

.posts--slider-top-news .posts__item-has-img .posts__img-player {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 45%;
}

@media (max-width:767px) {
    .posts--slider-top-news .posts__item-has-img .posts__img-player {
        display: none;
    }
}

@media (min-width:1200px) {
    .posts--slider-top-news .posts__item-has-img .posts__img-player {
        left: 50%;
        top: 0;
        bottom: 0;
        -webkit-transform: translate(-585px, 0);
        transform: translate(-585px, 0);
    }
}

.posts--video-grid .posts__item {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #3c3b5b;
    border-radius: 4px;
}

.posts--video-grid .posts__item.posts__item--category-1 .posts__link-wrapper::before {
    border-color: #f92552;
}

.posts--video-grid .posts__item.posts__item--category-2 .posts__link-wrapper::before {
    border-color: #9e69ee;
}

.posts--video-grid .posts__item.posts__item--category-3 .posts__link-wrapper::before {
    border-color: #0fe3ab;
}

@media (min-width:992px) {
    .posts--video-grid .posts__item--lg .posts__link-wrapper::before {
        width: 80px;
        height: 80px;
        border-width: 6px;
        line-height: 68px;
        font-size: 32px;
    }
    .posts--video-grid .posts__item--lg .posts__title {
        font-size: 24px;
        line-height: 1.08333em;
    }
    .posts--video-grid .posts__item--lg .posts__cat-label {
        font-size: 10px;
    }
}

.posts--video-grid .posts__link-wrapper {
    display: block;
    vertical-align: top;
    position: relative;
    text-align: left;
}

.posts--video-grid .posts__link-wrapper:hover .posts__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.posts--video-grid .posts__link-wrapper:hover::before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.posts--video-grid .posts__link-wrapper::before {
    content: "\f04b";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: rgba(23, 29, 33, 0.6);
    border-radius: 50%;
    border: 4px solid #f92552;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 52px;
    text-indent: 3px;
    font-family: 'FontAwesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
}

.posts--video-grid .posts__inner {
    position: absolute;
    left: 0;
    width: 75%;
    bottom: 0;
    padding: 0 24px 18px 24px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    pointer-events: none;
}

.posts--video-grid .posts__title {
    color: #fff;
    margin-bottom: .25em;
    font-size: 12px;
    line-height: 1em;
}

@media (min-width:480px) {
    .posts--video-grid .posts__title {
        font-size: 12px;
    }
}

@media (min-width:768px) {
    .posts--video-grid .posts__title {
        font-size: 13px;
    }
}

@media (min-width:1199px) {
    .posts--video-grid .posts__title {
        font-size: 14px;
    }
}

.posts--video-grid .posts__thumb {
    float: none;
    margin: 0;
    background-color: #171d21;
    border-radius: 4px;
}

.posts--video-grid .posts__thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    position: relative;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.posts--video-grid .posts__date {
    color: #9e9caa;
    font-size: 9px;
    font-weight: 700;
    display: block;
    line-height: 1em;
}

@media (min-width:992px) {
    .posts--video-grid .posts__date {
        font-size: 10px;
    }
}

.post--single .post__thumbnail {
    border-radius: 4px 4px 0 0;
    overflow: hidden;max-height:400px;
}
.post--single .post__thumbnail img{width:100%;}
.post--single .post__category {
    overflow: hidden;
    margin-bottom: 15px;
}

.post--single .post__title {
    font-size: 18px;
    line-height: 1.0625em;
    margin-bottom: 0.55em;
    font-style: italic;
}
.author_bio{
    margin: 10px 0 0;
    color: #000;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding-top: 10px;
    text-align: left;
    border-top: 1px solid rgba(221, 221, 221, 0.52);
}
@media (min-width:992px) {
    .post--single .post__title {
        font-size: 32px;
        font-size: 28px;
        line-height: 1.07em;
    }
}

.post--single .post__meta {
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .post--single .post__meta {
        margin-bottom: 5px;
    }
}

.post--single .post__footer {
    padding: 30px 0 10px 0;
}

.post--single .post__tags .btn {
    margin: 0 5px 8px 0;
}

@media (min-width:992px) {
    .post--single .posts__cat-label {
        font-size: 10px;
    }
}

.post-sharing {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-sharing .btn {
    margin: 0 8px 5px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 15px;
}

.post-sharing .btn:first-child {
    margin-left: 0;
}

.post-sharing .btn:last-child {
    margin-right: 0;
}

@media (max-width:768px) {
    .post-sharing .btn {
        padding-left: 0;
        padding-right: 0;
    }
    .post-sharing .btn .fa {
        margin-right: 0;
    }
}

.post--extra-top {
    margin-top: -100px;
}

@media (min-width:992px) {
    .post--extra-top {
        margin-top: -160px;
    }
}
.post-author{
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.post-author__header {
    overflow: hidden;
    margin-bottom: 0px;
}

.post-author__avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 14px 0 0;
    display: inline-block;
    vertical-align: middle;
    background:#ddd;
}

.post-author__avatar img {
    max-width: 100%;
    height: 100%;
}

.post-author__info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.post-author__name {
    margin-bottom: .2em;
    font-size: 14px;color:#333;
}

.post-author__slogan {
    display: block;
    font-size: 11px;
    line-height: 1.2em;
    font-family: "Exo 2", sans-serif;
    color: #9e9caa;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    font-style: italic;
    color: #7f7e8c;
}

.post-author__social-links.social-links {
    padding: 10px 0 0 0;
}
.post__content{
    line-height: 21px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;color: #000;text-align:justify;white-space:pre-wrap;
}
@media (min-width:992px) {
    .post-author__social-links.social-links {
        padding:15px 0;
        float: right;
        margin-right: -2px;
    }
}

.post-author--avatar-left .post-author__header {
    margin-bottom: 12px;
    padding-top: 5px;
}

.post-author--avatar-left .post-author__avatar {
    float: left;
    margin-right: 24px;
}

.meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.meta__item {
    font-family: "Exo 2", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.meta__item + .meta__item {
    margin-left: 8px;
}

@media (min-width:992px) {
    .meta__item + .meta__item {
        margin-left: 15px;
    }
}

.meta__item::before {
    font-size: 13px;
    line-height: 1em;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-family: 'simple-line-icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
    position: relative;
    top: -1px;
}

@media (min-width:992px) {
    .meta__item::before {
        margin-right: 8px;
    }
}

.meta__item a {
    color: #9e9caa;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.meta__item a:hover {
    color: #3c3b5b;
    color: #fff;
}

.meta__item--date {
    font-size: 10px;
}

@media (min-width:992px) {
    .meta__item--date {
        font-size: 11px;
    }
}

.meta__item--date::before {
    display: none;
}

.meta__item--views::before {
    content: "\e087";
}

.meta__item--likes::before {
    display: none;
}

.meta__item--likes .meta-like {
    vertical-align: middle;
    margin-right: 6px;
    font-size: 12px;
}

.meta__item--likes .meta-like--active {
    color: #f1365e;
}

.meta__item--comments::before {
    content: "\e07d";
    font-size: 12px;
}

.post__meta-block--side {
    padding: 24px;
}
/*.card__content > h1, h2, h3, h4, h5, h6{color:#484848;}*/
.post__meta-block--side .post-author__name {
    font-size: 13px;
}

.post__meta-block--side .social-links--btn {
    margin-left: 74px;
}

.post__meta-block--side .post__meta {
    display: none;
}

@media (min-width:992px) {
    .post__meta-block--side {
        padding: 0;
        float: left;
        width: 60px;
        margin: 43px 0 0 24px;
    }
    .post__meta-block--side + .card__content {
        overflow: hidden;
        padding-left: 24px;
    }
    .post__meta-block--side .post-author {
        text-align: center;
        padding-bottom: 34px;
    }
    .post__meta-block--side .post-author__avatar {
        float: none;
        margin: 0 auto 8px auto;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .post__meta-block--side .post-author__name {
        font-size: 10px;
        line-height: 1.2em;
        margin-bottom: 0.75em;
    }
    .post__meta-block--side .post-author__slogan {
        font-size: 9px;
    }
    .post__meta-block--side .post__meta {
        display: block;
    }
    .post__meta-block--side .meta__item {
        display: block;
        text-align: center;
        margin: 0 0 21px 0;
    }
    .post__meta-block--side .meta__item::before {
        display: block;
        margin: 0 auto 6px auto;
    }
    .post__meta-block--side .meta__item--likes .meta-like {
        display: block;
        margin: 0 auto 6px auto;
    }
    .post__meta-block--side .social-links--btn {
        text-align: center;
        padding-bottom: 20px;
        margin-left: 0;
    }
    .post__meta-block--side .social-links--btn .social-links__item {
        display: block;
        margin: 0 auto 12px auto;
    }
}

.post__meta-block--top {
    padding-bottom: 65px;
}

@media (min-width:992px) {
    .post__meta-block--top {
        padding: 156px 0 215px 0;
    }
}

.post__meta-block--top .post__category {
    margin-bottom: 22px;
}

.post__meta-block--top .posts__cat-label {
    display: inline-block;
    float: none;
    font-size: 10px;
}

.post__meta-block--top .page-heading__title {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 0.475em;
    font-style: italic;
}

@media (min-width:992px) {
    .post__meta-block--top .page-heading__title {
        font-size: 42px;
    }
}

.post__meta-block--top .page-heading__title > a {
    color: #fff;
}

.post__meta-block--top .post__meta {
    color: #fff;
    margin-bottom: 22px;
}

.post__meta-block--top .meta__item a {
    color: #fff;
}

.post__meta-block--top .posts__date {
    color: #fff;
    font-size: 11px;
    margin-bottom: 30px;
}

.post__meta-block--top .post-author {
    text-align: center;
}

.post__meta-block--top .post-author__avatar {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px auto;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.post__meta-block--top .post-author__info {
    display: inline-block;
    vertical-align: middle;
}

.post__meta-block--top .post-author__name {
    font-size: 13px;
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
    font-style: normal;
}

.post__meta-block--top .post-author__slogan {
    font-size: 10px;
    font-weight: 400;
}

.post__meta-block--side-wide {
    padding: 24px;
}

.post__meta-block--side-wide .post__title {
    font-size: 18px;
    line-height: 1.0833em;
}

@media (min-width:992px) {
    .post__meta-block--side-wide .post__title {
        font-size: 24px;
    }
}

.post__meta-block--side-wide .post__meta {
    margin-bottom: 20px;
}

.post__meta-block--side-wide .post-author {
    margin-bottom: 18px;
}

.post__meta-block--side-wide .post-author__avatar {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
}

.post__meta-block--side-wide .post-author__name {
    font-size: 10px;
    line-height: 1.2em;
    color: #9e9caa;
    font-weight: 400;
    font-style: normal;
}

@media (min-width:992px) {
    .post__meta-block--side-wide {
        padding: 0;
        float: left;
        width: 190px;
        margin: 43px 0 0 24px;
    }
    .post__meta-block--side-wide + .card__content {
        overflow: hidden;
        padding-left: 60px;
    }
    .post__meta-block--side-wide .social-links--btn-block {
        padding-right: 20px;
    }
}

.post-related__prev {
    position: relative;
}

.post-related__prev .card__content {
    position: relative;
    text-align: center;
}

@media (min-width:992px) {
    .post-related__prev .card__content {
        text-align: left;
        padding-left: 93px;
    }
}

.post-related__prev .posts {
    display: none;
}

@media (min-width:992px) {
    .post-related__prev .posts {
        display: block;
    }
}

@media (min-width:992px) {
    .post-related__prev .btn-nav {
        position: absolute;
        left: 23px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.post-related__next {
    text-align: right;
    position: relative;
}

.post-related__next .card__content {
    position: relative;
    text-align: center;
}

@media (min-width:992px) {
    .post-related__next .card__content {
        padding-right: 93px;
        padding-left: 30px;
        text-align: right;
    }
    .post-related__next .card__content .posts__cat-label {
        float: right;
    }
}

.post-related__next .card__content .posts {
    display: none;
}

@media (min-width:992px) {
    .post-related__next .card__content .posts {
        display: block;
    }
}

@media (min-width:992px) {
    .post-related__next .btn-nav {
        position: absolute;
        right: 23px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.post-related--condensed .btn-nav--condensed {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
    background-color: #383759;
    line-height: 18px;
}

@media (min-width:992px) {
    .post-related--condensed .btn-nav--condensed {
        width: 23px;
    }
}

.post-related--condensed .btn-nav--condensed .fa {
    line-height: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-related--condensed .btn-nav--condensed:hover {
    background-color: #f92552;
}

@media (min-width:992px) {
    .post-related--condensed .post-related__prev .card__content {
        padding-left: 43px;
    }
}

.post-related--condensed .post-related__prev .btn-nav--condensed {
    left: 0;
    border-radius: 3px;
}

@media (min-width:992px) {
    .post-related--condensed .post-related__prev .btn-nav--condensed {
        border-radius: 3px 0 0 3px;
    }
}

@media (min-width:992px) {
    .post-related--condensed .post-related__next .card__content {
        padding-right: 43px;
    }
}

.post-related--condensed .post-related__next .btn-nav--condensed {
    right: 0;
    border-radius: 3px;
}

@media (min-width:992px) {
    .post-related--condensed .post-related__next .btn-nav--condensed {
        border-radius: 0 3px 3px 0;
    }
}

.post-comments {
    overflow: hidden;
}

.comments {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments__item {
    position: relative;
    padding: 0;
    margin: 0;
}

.comments__inner {
    position: relative;
    border-bottom: 1px solid #3c3b5b;
    padding-top: 36px;
    padding-bottom: 36px;
}

.card .comments__inner {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
}

.card--lg .comments__inner {
    margin-left: -43px;
    margin-right: -43px;
    padding-left: 43px;
    padding-right: 43px;
}

.comments > .comments__item:first-child > .comments__inner {
    padding-top: 0;
}

.comment__header {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.comment__author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.comment__author-avatar--sm {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.comment__author-avatar--rounded {
    border-radius: 4px;
}

.comment__author-info {
    display: inline-block;
    vertical-align: middle;
}

.comment__author-name {
    text-transform: none;
    font-size: 16px;
    margin-bottom: .25em;
    font-size: 14px;
    text-transform: uppercase;
}

.comment__post-date {
    font-size: 11px;
    line-height: 1.2em;
    display: block;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
}

.comment__reply {
    margin-top: 5px;
}

@media (min-width:992px) {
    .comment__reply {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
    }
}

.comments--children {
    padding-left: 0;
    list-style: none;
}

@media (min-width:992px) {
    .card .comments--children .comments__item .comments__inner {
        padding-left: 48px;
    }
    .card .comments--children .comments__item .comments__inner::before {
        content: "";
        display: block;
        position: absolute;
        left: 15px;
        top: 43px;
        width: 14px;
        height: 20px;
        border-left: 1px solid #3c3b5b;
        border-bottom: 1px solid #3c3b5b;
    }
    .card .comments--children .comments--children .comments__item .comments__inner {
        padding-left: 72px;
    }
    .card .comments--children .comments--children .comments__item .comments__inner::before {
        left: 39px;
    }
    .card .comments--children .comments--children .comments--children .comments__item .comments__inner {
        padding-left: 96px;
    }
    .card .comments--children .comments--children .comments--children .comments__item .comments__inner::before {
        left: 63px;
    }
    .card .comments--children .comments__item .comments__inner {
        background-color: #363555;
    }
    .card .comments--children .comments__item .comments__inner::before {
        display: none;
    }
    .card--lg .comments--children .comments__item .comments__inner {
        padding-left: 86px;
    }
    .card--lg .comments--children .comments__item .comments__inner::before {
        content: "";
        display: block;
        position: absolute;
        left: 53px;
        top: 43px;
        width: 14px;
        height: 20px;
        border-left: 1px solid #3c3b5b;
        border-bottom: 1px solid #3c3b5b;
    }
    .card--lg .comments--children .comments--children .comments__item .comments__inner {
        padding-left: 129px;
    }
    .card--lg .comments--children .comments--children .comments__item .comments__inner::before {
        left: 96px;
    }
    .card--lg .comments--children .comments--children .comments--children .comments__item .comments__inner {
        padding-left: 172px;
    }
    .card--lg .comments--children .comments--children .comments--children .comments__item .comments__inner::before {
        left: 139px;
    }
    .card--lg .comments--children .comments__item {
        background-color: #363555;
    }
    .card--lg .comments--children .comments__item .comments__inner::before {
        display: none;
    }
}

.comments--left-thumb .comments__inner {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:768px) {
    .comments--left-thumb .comments__inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.comments--left-thumb .comment__header {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 10px;
}

@media (min-width:768px) {
    .comments--left-thumb .comment__header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
    }
}

@media (min-width:992px) {
    .comments--left-thumb .comment__header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        padding: 0 20px;
    }
}

@media (min-width:1200px) {
    .comments--left-thumb .comment__header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }
}

.comments--left-thumb .comment__author-avatar {
    display: block;
    margin: 0 auto 10px auto;
}

.comments--left-thumb .comment__author-name {
    font-size: 11px;
}

@media (min-width:992px) {
    .comments--left-thumb .comment__author-name {
        font-size: 13px;
    }
}

.comments--left-thumb .comment__ratings .fa {
    font-size: 10px;
    margin: 0 1px;
}

.comments--left-thumb .comment__title {
    font-size: 12px;
    margin-bottom: 1.5em;
    padding-top: .33em;
}

@media (min-width:768px) {
    .comments--left-thumb .comment__title {
        font-size: 18px;
    }
}

.post__comments-pagination {
    text-align: center;
    margin-left: -43px;
    margin-right: -43px;
    padding: 36px 43px 0 43px;
}

.post__comments-pagination .pagination {
    margin: 0;
}

.comments--thumb-top .comment__author-avatar {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.comments--thumb-top .comment__author-name {
    font-size: 13px;
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0;
    text-transform: none;
}

@media (min-width:992px) {
    .comments--thumb-top .comment__author-name {
        font-size: 16px;
    }
}

.comments--thumb-top .comment__ratings {
    line-height: 1em;
}

.comments--thumb-top .comment__ratings .fa {
    font-size: 10px;
}

.comments--thumb-top .comment__post-date {
    display: inline-block;
}

.comments--thumb-top .comment__title {
    font-size: 12px;
    margin-bottom: 1em;
    padding-top: .33em;
    text-transform: none;
}

@media (min-width:768px) {
    .comments--thumb-top .comment__title {
        font-size: 18px;
    }
}

.post-filter {
    background-color: #323150;
    border-bottom: 1px solid #3c3b5b;
    position: relative;
    z-index: 2;
}

@media (max-width:767px) {
    .post-filter .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.post-filter__select {
    position: relative;
}

@media (min-width:992px) {
    .post-filter__select {
        float: left;
        width: 20%;
    }
    .post-filter__select + .post-filter__select div.cs-skin-border > span {
        margin-left: -1px;
    }
}

.post-filter__select .cs-select {
    margin-bottom: -1px;
}

.post-filter__select .post-filter__label {
    display: block;
    position: absolute;
    left: 24px;
    top: 20px;
    font-size: 8px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #9e9caa;
}

@media (min-width:992px) {
    .post-filter__select .post-filter__label {
        top: 28px;
    }
}

@media (min-width:992px) {
    .post-filter__submit {
        float: left;
        width: 20%;
    }
}

.post-filter__submit .btn {
    border-radius: 0;
}

@media (min-width:992px) {
    .post-filter__submit .btn {
        padding-top: 30px;
        padding-bottom: 31px;
    }
}

.blog-load-more {
    padding: 30px 0 20px 0;
}

@media (min-width:992px) {
    .blog-load-more {
        padding: 65px 0 40px 0;
    }
}

.blog-load-more .btn {
    margin: 0 auto;
}

@media (min-width:992px) {
    .blog-load-more .btn {
        width: calc(33.3% + 60px);
    }
}

.widget__title {
    text-transform: uppercase;
}

.widget__content-inner {
    padding: 24px 24px;
}

.widget__content--bottom-decor {
    padding-bottom: 30px;
    background-image: -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.11) 8px, transparent 8px);
    background-image: linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(0, 0, 0, 0.1) 8px, transparent 8px), linear-gradient(to right, rgba(0, 0, 0, 0.11) 8px, transparent 8px);
    background-repeat: repeat-x;
    background-size: 72px 24px, 72px 30px, 72px 34px, 72px 40px, 72px 37px, 72px 29px, 144px 30px, 216px 37px;
    background-position: 0 100%, 12px 100%, 24px 100%, 36px 100%, 48px 100%, 60px 100%, 12px 100%, 48px 100%;
}

.widget--side-panel {
    margin-bottom: 62px;
}

.widget--side-panel .widget__title {
    margin-bottom: 30px;
}

.widget--side-panel .widget__title > h4 {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.widget--sidebar {
    margin-bottom: 15px;
}

.widget--sidebar .widget__content {
    font-size: 13px;
    line-height: 22px;
}

.widget--footer {
    margin-bottom: 60px;
}

@media (min-width:992px) {
    .widget--footer {
        margin-bottom: 0;
    }
}

.widget--footer .widget__title {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 2.4em;
}

.widget--footer + .widget--footer {
    margin-top: 30px;
}

.widget__list {
    list-style: none;
    padding: 0;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -24px;
    margin-bottom: -24px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
}

.widget__list > li + li {
    border-top: 1px solid #3c3b5b;
}

.widget__list > li > a {
    display: block;
    padding: 22px 24px;
    color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget__list > li > a:hover {
    color: #f92552;
}

.widget__list > li.has-children {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23ffffff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-position: right 24px top 24px;
    background-repeat: no-repeat;
    background-size: 6px 4px;
}

.widget__list ul {
    border-top: 1px solid #3c3b5b;
    list-style: none;
    padding: 18px 24px;
    background-color: #282840;
    font-size: 10px;
}

.widget__list ul li {
    padding: 10px 0;
}

.widget__list ul li a {
    color: #9e9caa;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget__list ul li a:hover {
    color: #3c3b5b;
}

.widget-instagram__list {
    list-style-type: none;
    padding: 0;
    margin: 0 -2px -14px -2px;
    overflow: hidden;
}

.widget-instagram__list + .btn-instagram {
    margin-top: 23px;
}

@media (min-width:768px) {
    .widget-instagram__list {
        margin-left: -7px;
        margin-right: -8px;
    }
}

.widget-instagram__item {
    float: left;
    width: 16.66%;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 14px;
}

@media (min-width:768px) {
    .widget-instagram__item {
        width: 33.3%;
        padding-left: 7px;
        padding-right: 8px;
    }
    .widget-instagram__list--4cols .widget-instagram__item {
        width: 25%;
    }
}

.widget-instagram__img {
    vertical-align: top;
    margin: 0;
    width: 100%;
    height: auto;
}

.widget-instagram__link-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.widget-instagram__link-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #f92552;
    border-radius: 4px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.widget-instagram__link-wrapper:hover::before {
    opacity: 0.8;
}

.widget-instagram__link-wrapper:hover .widget-instagram__plus-sign::before,
.widget-instagram__link-wrapper:hover .widget-instagram__plus-sign::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.widget-instagram__plus-sign {
    position: relative;
    display: block;
}

.widget-instagram__plus-sign::before,
.widget-instagram__plus-sign::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-instagram__plus-sign::before {
    height: 4px;
    width: 18px;
}

.widget-instagram__plus-sign::after {
    height: 18px;
    width: 4px;
}

.widget-contact-info__desc {
    margin-bottom: 32px;
}

.footer-widgets .widget-contact .form-control {
    background-color: #141415;
    color: #fff;
}

.footer-widgets .widget-contact .form-control:not(:focus) {
    border-color: #232335;
}

.widget-social--condensed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.widget-social--condensed .btn-social-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    width: 33.3%;
    max-width: 33.3%;
}

.widget-social--condensed .btn-social-counter + .btn-social-counter {
    margin-top: 0;
}

.widget-social--condensed .btn-social-counter__icon {
    position: relative;
    width: 100%;
    padding: 35px 0 10px 0;
    background-color: transparent !important;
}

.widget-social--condensed .btn-social-counter__title {
    font-size: 10px;
    padding: 0 12px 10px 12px;
    min-height:34px;
}

.widget-social--condensed .btn-social-counter__add-icon {
    position: relative;
    right: auto;
    top: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.widget-social--condensed .btn-social-counter__count {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    padding: 10px 5px;
}

.widget-social--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 5px;
}

.widget-social--grid .btn-social-counter {
    padding: 0;
    text-align: center;
    -ms-flex-preferred-size: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
    max-width: calc(50% - 5px);
    margin-bottom: 10px;
    text-align: left;
    padding-left: 46px;
    padding-top: 20px;
    padding-right: 38px;
}

.widget-social--grid .btn-social-counter + .btn-social-counter {
    margin-top: 0;
}

.widget-social--grid .btn-social-counter .btn-social-counter__icon {
    background-color: transparent;
    width: 46px;
    text-indent: 8px;
}

.widget-social--grid .btn-social-counter .btn-social-counter__title {
    font-size: 12px;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-social--grid .btn-social-counter .btn-social-counter__count {
    font-size: 10px;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-social--grid .btn-social-counter .btn-social-counter__add-icon {
    border: none;
    width: 34px;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    margin: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.widget-tagcloud .tagcloud .btn {
    margin: 0 5px 9px 0;
}

.widget-tagcloud.widget--sidebar .widget__content {
    padding-bottom: 18px;
}

.widget-banner.widget--sidebar .widget__content {
    padding: 38px;
}

.widget-banner__img {
    text-align: center;
}

.widget-banner__img img {
    max-width: 100%;
    height: auto;
}

.widget-tabbed .nav.widget-tabbed__nav {
    margin: -24px -24px 26px -24px;
    border-bottom: 1px solid #3c3b5b;
    width: auto;
}

.widget-tabbed .nav.widget-tabbed__nav > li > a {
    border: none;
    border-radius: 0;
    font-size: 11px;
    line-height: 1.5em;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    padding: 12px 6px;
    color: rgba(60, 59, 91, 0.4);
    font-weight: bold;
    letter-spacing: -0.02em;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #7f7e8c;
}

.widget-tabbed .nav.widget-tabbed__nav > li > a:hover {
    color: #3c3b5b;
    background-color: transparent;
    border: none;
    color: #fff;
}

.widget-tabbed .nav.widget-tabbed__nav > li.active > a {
    color: #3c3b5b;
    border: none;
    background-color: transparent;
    color: #fff;
}

.widget-newsletter .widget-newsletter__subtitle {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 1.4em;
}

.widget-newsletter .widget-newsletter__desc {
    margin-bottom: 20px;
}

.widget-newsletter .widget-newsletter__desc p:last-child {
    margin-bottom: 0;
}

.widget-newsletter .inline-form {
    padding: 8px 0;
}

.widget-preview .match-preview__countdown {
    margin: 32px -24px 0 -24px;
}

.comments-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.comments-list__item {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #f9f9f9;
}

.card .comments-list__item {
    border-bottom: 1px solid #f1f1f1;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 0;
}

.comments-list__item:last-child,
.card .comments-list__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list__header {
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    padding-right: 40px;
}

.comments-list__avatar {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.comments-list__avatar img{width:100%;height:100%;object-fit:cover;}
.comments-list__info {
    display: inline-block;
    vertical-align: middle;
}

.comments-list__author-name {
    text-transform: none;
    font-size: 13px;
    line-height: 1.2em;
    margin-bottom: 0.1em;
}

@media (min-width:992px) {
    .comments-list__author-name {
        font-size: 15px;
        color:#333;
    }
}

.comments-list__date {
    display: block;
    font-size: 11px;
    line-height: 1.2em;
    font-family: "Exo 2", sans-serif;
}

.comments-list__link {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    color: #c2c4c7;
    font-size: 14px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    width: 45px;
    height: 20px;
    line-height: 20px;
    font-size:12px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.comments-list__link:hover {
    color: #3c3b5b;
}

.comments-list--alt .comments-list__item--category-1 .comments-list__post::before {
    background-color: #f92552;
}

.comments-list--alt .comments-list__item--category-2 .comments-list__post::before {
    background-color: #3ffeca;
}

.comments-list--alt .comments-list__item--category-3 .comments-list__post::before {
    background-color: #9e69ee;
}

.comments-list--alt .comments-list__avatar {
    float: left;
    margin-right: 10px;
    border-radius: 4px;
}

.comments-list--alt .comments-list__info {
    display: block;
}

.comments-list--alt .comments-list__author-name {
    text-transform: uppercase;
    padding-top: .3em;
}

@media (min-width:992px) {
    .comments-list--alt .comments-list__author-name {
        font-size: 14px;
    }
}

.comments-list--alt .comments-list__post {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.2em;
    font-style: italic;
    margin-bottom: 0;
    color: #7f7e8c;
}

.comments-list--alt .comments-list__post::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: baseline;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    margin-right: 5px;
}

.comments-list--alt .comments-list__post > a {
    color: #7f7e8c;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comments-list--alt .comments-list__post > a:hover {
    color: #fff;
}

.comments-list--alt .comments-list__link {
    top: 0;
    color: #fff;
}

.comments-list--alt .comments-list__body {
    font-size: 13px;
    margin-bottom: 17px;
}

.twitter-feed {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.twitter-feed__item {
    overflow: hidden;
    margin-bottom: 18px;
}

.card .twitter-feed__item {
    border-bottom: 1px solid #3c3b5b;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.twitter-feed__item:last-child,
.card .twitter-feed__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.twitter-feed__header {
    margin-bottom: 12px;
}

.twitter-feed__thumb {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 2px;
    margin-right: 10px;
    vertical-align: middle;
}

.twitter-feed__info {
    display: inline-block;
    vertical-align: middle;
}

.twitter-feed__name {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0.1em;
    line-height: 1.2em;
}

@media (min-width:992px) {
    .twitter-feed__name {
        font-size: 15px;
    }
}

.twitter-feed__username {
    color: #9e9caa;
    font-size: 11px;
    line-height: 1.2em;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: none;
}

.twitter-feed__username > a {
    color: #9e9caa;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.twitter-feed__username > a:hover {
    color: #3c3b5b;
    text-decoration: none;
}

.twitter-feed__body {
    margin-bottom: 20px;
}

.twitter-feed__footer {
    overflow: hidden;
}

.twitter-feed__timestamp {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: none;
    float: left;
}

.twitter-feed__timestamp::before {
    content: '\f099';
    font-family: 'FontAwesome';
    text-rendering: auto;
    font-size: 14px;
    color: #3fcef2;
    margin-right: 7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.twitter-feed__timestamp > a {
    color: #9e9caa;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.twitter-feed__timestamp > a:hover {
    color: #3c3b5b;
    text-decoration: none;
}

.twitter-feed__actions {
    float: right;
}

.twitter-feed__reply {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 14px;
    position: relative;
    top: -2px;
    background-size: 12px 8px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath transform='translate(-1241 -2200)' fill='%23c2c4c7' d='M1247,2203h6v2h-6v-2Zm4,0h2v5h-2v-5Zm-10,1,6-3.99v7.98Z'/%3E%3C/svg%3E");
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.twitter-feed__reply:hover {
    opacity: 0.7;
}

.twitter-feed__retweet {
    display: inline-block;
    margin: 0 5px;
    width: 18px;
    height: 14px;
    position: relative;
    top: -2px;
    background-size: 16px 11px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 11'%3E%3Cpath transform='translate(-1270 -2199)' fill='%23c2c4c7' d='M1272,2204h2v5h-2v-5Zm0,3h6v2h-6v-2Zm1-8,3.01,5h-6.02Zm11,6h-2v-5h2v5Zm0-3h-6v-2h6v2Zm-1,8-3.01-5h6.02Z'/%3E%3C/svg%3E");
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.twitter-feed__retweet:hover {
    opacity: 0.7;
}

.twitter-feed__favorite {
    display: inline-block;
    margin-left: 5px;
    width: 14px;
    height: 14px;
    position: relative;
    top: -2px;
    background-size: 12px 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 15'%3E%3Cpath fill='%23c2c4c7' d='M15.021875,1.25 C15.9072961,2.16146289 16.35,3.27473301 16.35,4.58984375 C16.35,5.90495449 15.9072961,7.01822461 15.021875,7.9296875 L8.225,15 L1.428125,7.9296875 C0.542703906,7.01822461 0.1,5.90495449 0.1,4.58984375 C0.1,3.27473301 0.542703906,2.16146289 1.428125,1.25 C2.20937891,0.4166625 3.16640059,0 4.29921875,0 C5.43203691,0 6.38905859,0.4166625 7.1703125,1.25 L8.225,2.34375 L9.31875,1.25 C10.1000039,0.4166625 11.0505152,0 12.1703125,0 C13.2901098,0 14.2406211,0.4166625 15.021875,1.25 Z'/%3E%3C/svg%3E");
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.twitter-feed__favorite:hover {
    opacity: 0.7;
}

/*====   Current Team Pos  ====*/ 
.my_team_pos td{background-color:#fff7da !important;color:#000 !important;}

.widget--footer .twitter-feed__thumb {
    width: 25px;
    height: 25px;
}

.widget--footer .twitter-feed__name {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

@media (min-width:992px) {
    .widget--footer .twitter-feed__name {
        font-size: 12px;
    }
}

.widget--footer .twitter-feed__username {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget--footer .twitter-feed__username > a:hover {
    color: #0fe3ab;
}

.widget--footer .twitter-feed__body {
    margin-bottom: 1em;
}

.widget--footer .twitter-feed__body a {
    color: #4cd3ff;
}

.widget--footer .twitter-feed__body a:hover {
    color: #fff;
}

.widget--footer .twitter-feed__footer {
    display: none;
}

.widget-featured .card__header::before {
    background-color: #ef2e5b;
}
.no-bg-card{
    background:none !important;
    padding:10px 0 !important;
}
.no-bg-card::before{
    display:none !important;
}
.no-bg-card .card-headH{
    color:#000;
}
.widget-featured .widget__content.card__content {
    padding-bottom: 0;
}
.choosen-strategy{
    height:180px;
    overflow:hidden;
    text-align:center;
}
.choosen-strategy img{height:100%;object-fit:scale-down;}
.widget-featured .posts__thumb {
    position: relative;
    overflow: hidden;
}

.widget-featured .posts__thumb::before {
    content: "!";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(239, 46, 91, 0.8);
    font-size: 54px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
}

.widget-standings .widget__content {
    padding: 0;
}

.widget-player .widget__content {
    background-color: #27313b;
    color: #fff;
    height: 158px;
    overflow: hidden;
    position: relative;
    padding: 0 20px 0 140px;
    background-image: -webkit-radial-gradient(at top left, rgba(255, 255, 255, 0.3), transparent);
    background-image: radial-gradient(at top left, rgba(255, 255, 255, 0.3), transparent);
    border-radius: 4px;
}

@media (max-width:600px) {
    .widget-player__header  {
        padding-left: 50% !important;
    }
}

@media (min-width:992px) {
    .widget-player .widget__content {
        height: 156px;
        padding-left: 50%;
    }
}

@media (min-width:1199px) {
    .widget-player .widget__content {
        height: 198px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.widget-player .widget__title + .widget__content {
    border-radius: 0;
    border-top: none;
}

.widget-player__team-logo {
    display: block;
    position: absolute;
    left: -25%;
    top: -25%;
    width: 80%;
    height: auto;
    opacity: .1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    z-index: 1;
}

.widget-player__team-logo img {
    width: 100%;
    height: auto;
}

.widget-player__photo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 50%;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    top: 25px;
    background-image:url('../images/player-bg.jpg');
    background-size: cover;
    ;border:2px solid #014a01;
}

.widget-player__header {
    padding-top: 20px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

@media (min-width:992px) {
    .widget-player__header {
        padding-top: 14px;
        margin-bottom: 0;
    }
}

@media (min-width:1199px) {
    .widget-player__header {
        padding-top: 16px;
        margin-bottom: 10px;
    }
}

.widget-player__number {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    float: left;
    margin-right: .1em;
    margin-left: -0.5em;
}

@media (min-width:992px) {
    .widget-player__number {
        font-size: 42px;
        margin-left: -0.8em;
    }
}

@media (min-width:1199px) {
    .widget-player__number {
        font-size: 56px;
    }
}

.widget-player__name {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 4px;
    z-index: 1;
}

@media (min-width:992px) {
    .widget-player__name {
        font-size: 18px;
    }
}

@media (min-width:1199px) {
    .widget-player__name {
        font-size: 24px;
        top: 6px;
        left:-10px;
    }
}

.widget-player__first-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-player__last-name {
    display: block;
    color: #f92552;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-player__content {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 12px 0;
}

.widget-player__content-inner {
    width: 100%;
    padding-left: 140px;
    padding-right: 24px;
}

@media (min-width:375px) {
    .widget-player__content-inner {
        padding-left: 160px;
    }
}

@media (min-width:992px) {
    .widget-player__content-inner {
        padding-left: 45%;
    }
}

.widget-player__stat {
    float: left;
    width: 25%;
    text-align: center;
}

@media (min-width:376px) and (max-width:991px) {
    .widget-player__stat {
        width: 60px;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .widget-player__stat {
        width: 25%;
    }
    .team-roster__player-footer{padding-top:5%;}
    .widget-player__photo{top:5px;left:3px;}
}
.widget-player__stat-label {
    font-size: 8px;
    margin-bottom: 0.5em;
    line-height: 1.2em;
    color: #fff;
    font-weight: 400;
}

@media (min-width:992px) {
    .widget-player__stat-label {
        font-size: 8px;
        margin-bottom: 1em;
    }
}

@media (min-width:1199px) {
    .widget-player__stat-label {
        font-weight: 700;
        font-size: 10px;
    }
}

.widget-player__stat-number {
    font-size: 12px;
    line-height: 1.2em;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

@media (min-width:992px) {
    .widget-player__stat-number {
        font-size: 18px;
    }
}

.widget-player__stat-legend {
    font-size: 7px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #9e9caa;
    line-height: 1.2em;
}

@media (min-width:992px) {
    .widget-player__stat-legend {
        font-size: 8px;
    }
}

.widget-player__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f92552;
    z-index: 1;
    text-align: right;
    line-height: 10px;
}

.widget-player__footer-txt {
    display: inline-block;
    position: relative;
    background-color: #182027;
    color: #fff;
    padding: 0 24px;
    line-height: 20px;
    font-size: 8px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

@media (min-width:992px) {
    .widget-player__footer-txt {
        font-size: 9px;
        padding-left: 26px;
    }
}

@media (min-width:1199px) {
    .widget-player__footer-txt {
        font-size: 10px;
        line-height: 30px;
    }
}

.widget-player__footer-txt .fa {
    font-size: 12px;
    margin-right: 0.5em;
    color: #f92552;
}

.widget-player__footer-txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    background-color: #f92552;
}

.widget-player__footer-txt::before {
    left: -10px;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
}

.widget-player__details {
    display: table;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.widget-player__details-row {
    display: table-row;
}

.widget-player__details__item {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    border: 1px solid #eeeff4;
    padding: 8px 12px;
}
.padd0{padding:0 !important;}
.player-main-sidebar{width:32rem;float: left;}
@media (min-width:992px) {
    .widget-player__details__item {
        padding: 6px 12px;
    }

}

@media (min-width:1199px) {
    .widget-player__details__item {
        padding: 12px 24px;
    }
}

.widget-player__details__item:first-child {
    border-left: none;
}

.widget-player__details__item:last-child {
    border-right: none;
}

.widget-player__details-desc-wrapper {
    display: table;
    width: 100%;
}

.widget-player__details-holder {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}

.widget-player__details-label {
    display: block;
    font-family: "Exo 2", sans-serif;
    color: #1b1b1b;
    font-size: 10px;
    line-height: 1.2em;
}

@media (min-width:992px) {
    .widget-player__details-label {
        font-size: 12px;
    }
}

.widget-player__details-desc {
    display: block;
    font-family: "Exo 2", sans-serif;
    font-size: 8px;
    line-height: 1.2em;
}

@media (min-width:992px) {
    .widget-player__details-desc {
        font-size: 9px;
    }
}

.widget-player__details-value {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 30%;
    font-family: "Exo 2", sans-serif;
    color: #000;
    font-size: 10px;
    line-height: 1.2em;
}

@media (min-width:992px) {
    .widget-player__details-value {
        font-size: 11px;
    }
}

.widget-player--alt .widget__content {
    background-color: #f92552;
    background-image: -webkit-linear-gradient(top, #f92552, #f29400);
    background-image: linear-gradient(to bottom, #f92552, #f29400);
}

.widget-player--alt .widget-player__content {
    background-color: #27313b;
}

.widget-player--alt .widget-player__stat-number {
    color: #f92552;
}

.widget-player--alt .widget-player__stat-legend {
    color: #fff;
}

.widget-player--alt .widget-player__footer-txt {
    background-color: #27313b;
}

.widget-player--football {
    position: relative;
}

.widget-player--football .widget-player__photo {
    left: auto;
    right: 0;
}

.widget-player--football .widget-player__ribbon {
    display: block;
    position: absolute;
    height: 20px;
    line-height: 20px;
    background-color: #fcb800;
    right: 0;
    bottom: 13px;
    z-index: 3;
    color: #fff;
    padding: 0 8px;
    border-radius: 4px 0 0 4px;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.widget-player--football .widget-player__ribbon .fa {
    margin-right: 0.3em;
    font-size: 11px;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.widget-player--football .widget__content {
    background-color: #323150;
    background-image: none;
    color: #9e9caa;
    height: 168px;
    padding: 0 140px 0 15px;
}

@media (min-width:375px) {
    .widget-player--football .widget__content {
        padding-right: 158px;
        padding-left: 20px;
    }
}

@media (min-width:992px) {
    .widget-player--football .widget__content {
        padding-left: 20px;
        padding-right: 42%;
    }
}

@media (min-width:1199px) {
    .widget-player--football .widget__content {
        height: 198px;
    }
}

.widget-player--football .widget__content::before {
    content: "";
    display: block;
    position: absolute;
    width: 137px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #f92552;
}

.widget-player--football .widget__content::after {
    content: "";
    display: block;
    position: absolute;
    right: 100px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 240px solid #323150;
    border-right: 40px solid transparent;
}

.widget-player--football .widget-player__header {
    position: static;
}
.widget-player--football .widget-player__content-alt .progress-stats {
    float: left;
    width: 80%;
    padding-right: 15%;
}

@media (min-width:992px) {
    .widget-player--football .widget-player__header {
        margin-bottom: 0;
    }
}

@media (min-width:1199px) {
    .widget-player--football .widget-player__header {
        margin-bottom: 16px;
    }
}

.widget-player--football .widget-player__number {
    display: block;
    position: absolute;
    left: 0;
    top: -0.05em;
    bottom: 0;
    margin-left: 0;
    margin-top: -0.2em;
    text-indent: -0.15em;
    margin-right: 0;
    color: #9e9caa;
    opacity: .06;
    font-size: 150px;
    line-height: 1em;
    overflow: hidden;
}

.widget-player--football .widget-player__name {
    color: #fff;
}

.widget-player--football .widget-player__first-name {
    font-size: 14px;
    line-height: 1em;
}

@media (min-width:1200px) {
    .widget-player--football .widget-player__first-name {
        font-size: 18px;
    }
}

.widget-player--football .widget-player__last-name {
    font-size: 24px;
    line-height: 1em;
    color: #3ffeca;
}

@media (min-width:1200px) {
    .widget-player--football .widget-player__last-name {
        font-size: 34px;
    }
}

.widget-player--football .widget-player__content-inner {
    overflow: hidden;
    margin-bottom: 15px;
    width: 100%;
    padding-right: 150px;
    padding-left: 5px;
}

@media (min-width:375px) {
    .widget-player--football .widget-player__content-inner {
        padding-right: 160px;
        padding-left: 20px;
    }
}

@media (min-width:992px) {
    .widget-player--football .widget-player__content-inner {
        padding-right: 44%;
        padding-left: 20px;
    }
}

.widget-player--football .widget-player__stat {
    width: 25%;
}

.widget-player--football .widget-player__stat-number {
    font-size: 18px;
    color: #fff;
    margin-bottom: .1em;
}

@media (min-width:992px) {
    .widget-player--football .widget-player__stat-number--lg {
        font-size: 24px;
        margin-top: -5px;
    }
}

.widget-player--football .widget-player__stat-label {
    color: #9e9caa;
    font-size: 8px;
}

.widget-player--football .widget-player__content-alt {
    padding: 0 45% 0 15px;
}

@media (min-width:375px) {
    .widget-player--football .widget-player__content-alt {
        padding-left: 20px;
        padding-right: 160px;
    }
}

@media (min-width:992px) {
    .widget-player--football .widget-player__content-alt {
        padding-left: 20px;
        padding-right: 40%;
    }
}

.widget-player--football .widget-player__content-alt .progress-stats {
    float: left;
    width: 45%;
    padding-right: 5%;
}

.widget-player--football .widget-player__content-alt .progress {
    margin-bottom: 3px;
}

.widget-player--football .widget-player__content-alt .progress__label {
    font-size: 8px;
    line-height: 1.5em;
    color: #9e9caa;
}

.widget-player--football .widget-player__content-alt .progress__label .progress__number {
    display: block;
    color: #fff;
    font-size: inherit;
}

.widget-player__stat-item {
    text-align: center;
}

.widget-player__stat--value {
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    margin-bottom: .25em;
    color: #3ffeca;
}

.widget-player__stat--label {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: .1em;
}

.widget-player__stat--desc {
    font-size: 9px;
    line-height: 1.2em;
}

.widget-game-result .widget__content {
    padding: 0;
}

.widget-game-result__section-inner {
    padding: 24px 24px;
}

.widget-game-result__section-inner-alt {
    padding: 0;
}

.widget-game-result__section-inner-alt .table-responsive {
    margin-bottom: 0;
}

.widget-game-result__extra-stats {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-game-result__extra-stats.active {
    max-height: 400px;
}

.widget-game-result__header {
    text-align: center;
    margin-bottom: 15px;
}

.widget-game-result__title {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: .25em;
    text-transform: uppercase;
}

@media (min-width:992px) {
    .widget-game-result__title {
        font-size: 14px;
    }
}

.widget-game-result__date {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
}

@media (min-width:992px) {
    .widget-game-result__date {
        font-size: 10px;
    }
}

.widget-game-result__header--alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -24px;
    margin-bottom: 0;
    border-bottom: 1px solid #3c3b5b;
    padding: 10px 24px;
}

.widget-game-result__header--alt .widget-game-result__title {
    font-size: 9px;
    font-style: normal;
    margin-bottom: 0;
    font-weight: 400;
}

@media (min-width:992px) {
    .widget-game-result__header--alt .widget-game-result__title {
        font-size: 9px;
    }
}

.widget-game-result__header--alt .widget-game-result__date {
    font-size: 9px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
    font-weight: 400;
}

@media (min-width:992px) {
    .widget-game-result__header--alt .widget-game-result__date {
        font-size: 9px;
    }
}

.widget-game-result__main {
    margin-bottom: 6px;
    display: table;
    width: 100%;
}

.widget-game-result__team {
    display: table-cell;
    text-align: center;
    width: 26%;
}

.widget-game-result__team-logo {
    height: 70px;
    display: block;
    position: relative;
}

.widget-game-result__team-logo img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.widget-game-result__team-info {
    padding: 6px 0 0 0;
}

.widget-game-result__team-name {
    display: block;
    font-size: 11px;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
    margin: 0 auto 0.1em auto;
}

@media (min-width:480px) {
    .widget-game-result__team-name {
        max-width: none;
    }
}

@media (min-width:992px) {
    .widget-game-result__team-name {
        font-size: 13px;
        max-width: 85px;
    }
}

.widget-game-result__team-desc {
    display: block;
    font-size: 7px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
}

.widget-game-result__score-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 46%;
}

.widget-game-result__score {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #363555;
    letter-spacing: -0.04em;
}

@media (min-width:768px) {
    .widget-game-result__score {
        font-size: 20px;
    }
}

@media (min-width:992px) {
    .widget-game-result__score {
        font-size: 22px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

@media (min-width:1199px) {
    .widget-game-result__score {
        font-size: 26px;
    }
}

.widget-game-result__score-result {
    position: relative;
}

.widget-game-result__score-result--winner::before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid #f92552;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.winner_right::before{right:-20px !important;border-right:8px solid #3ffeca !important;border-left: none !important;left:10px !important;}
.game-result__score-result--loser {
    color: #9e9caa;
}

@media (min-width:992px) {
    .widget-game-result__score-result--winner::before {
        left: -10px;
    }
}

@media (min-width:1199px) {
    .widget-game-result__score-result--winner::before {
        left: -20px;
    }
}

.widget-game-result__score-result--loser {
    color: #9e9caa;
}

.widget-game-result__score-label {
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.2em;
}

.widget-game-result__main--vertical .widget-game-result__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 12px;
    margin-left: -24px;
    margin-right: -24px;
}

.widget-game-result__main--vertical .widget-game-result__team + .widget-game-result__team {
    border-top: 1px solid #3c3b5b;
}

.widget-game-result__main--vertical .widget-game-result__team:last-child {
    padding-bottom: 0;
}

.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score {
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-style: italic;
    line-height: 1em;
}

@media (min-width:1200px) {
    .widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score {
        font-size: 42px;
    }
}

.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner {
    color: #fff;
}

.widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -0.15em;
    margin-right: 0.5em;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #3ffeca;
}

@media (min-width:992px) {
    .widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner::before {
        margin-right: 0.2em;
    }
}

@media (min-width:1200px) {
    .widget-game-result__main--vertical .widget-game-result__team .widget-game-result__team-score--winner::before {
        margin-right: 0.5em;
    }
}

@media (min-width:480px) {
    .widget-game-result__main--vertical .widget-game-result__team {
        padding: 20px 24px;
    }
}

.widget-game-result__main--vertical .widget-game-result__team-logo {
    width: 80px;
    margin-right: 10px;
}

.widget-game-result__main--vertical .widget-game-result__team-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.widget-game-result__main--vertical .widget-game-result__team-name {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
}

@media (min-width:992px) {
    .widget-game-result__main--vertical .widget-game-result__team-name {
        font-size: 14px;
        max-width: none;
    }
}

.widget-game-result__main--vertical .widget-game-result__team-desc {
    font-size: 10px;
    font-style: italic;
}

.widget-game-result__table-stats .table {
    margin-bottom: 0;
}

.widget-game-result__section-inner .widget-game-result__table-stats .table {
    border-left: none;
    border-right: none;
}

@media (min-width:992px) {
    .widget-game-result__table-stats .table > tbody > tr > td:first-child,
    .widget-game-result__table-stats .table > tbody > tr > th:first-child {
        font-size: 12px;
        text-transform: none;
    }
}

.widget-game-result__table-stats .table > thead > tr > th:first-child,
.widget-game-result__table-stats .table > tbody > tr > td:first-child,
.widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 12px;
}

@media (min-width:992px) {
    .widget-game-result__table-stats .table > thead > tr > th:first-child,
    .widget-game-result__table-stats .table > tbody > tr > td:first-child,
    .widget-game-result__table-stats .table > tbody > tr > th:first-child {
        padding-left: 24px;
    }
}

@media (min-width:1199px) {
    .widget-game-result__table-stats .table > thead > tr > th:first-child,
    .widget-game-result__table-stats .table > tbody > tr > td:first-child,
    .widget-game-result__table-stats .table > tbody > tr > th:first-child {
        padding-left: 45px;
    }
}

.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
    padding-left: 5px;
}

@media (min-width:992px) {
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
        padding-left: 18px;
    }
}

@media (min-width:1199px) {
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:first-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:first-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:first-child {
        padding-left: 24px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.widget-game-result__table-stats .table > thead > tr > th:last-child,
.widget-game-result__table-stats .table > tbody > tr > td:last-child,
.widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 12px;
    color: #fff;
}

@media (min-width:992px) {
    .widget-game-result__table-stats .table > thead > tr > th:last-child,
    .widget-game-result__table-stats .table > tbody > tr > td:last-child,
    .widget-game-result__table-stats .table > tbody > tr > th:last-child {
        padding-right: 24px;
    }
}

@media (min-width:1199px) {
    .widget-game-result__table-stats .table > thead > tr > th:last-child,
    .widget-game-result__table-stats .table > tbody > tr > td:last-child,
    .widget-game-result__table-stats .table > tbody > tr > th:last-child {
        padding-right: 45px;
    }
}

.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
.widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
    padding-right: 5px;
    color: #fff;
}

@media (min-width:992px) {
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
        padding-right: 18px;
    }
}

@media (min-width:1199px) {
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > thead > tr > th:last-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > td:last-child,
    .widget-game-result__section-inner-alt .widget-game-result__table-stats .table > tbody > tr > th:last-child {
        padding-right: 24px;
    }
}

.widget-game-result__subheader {
    margin-top: -1px;
}

.player-details {
    display: table;
    width: 100%;
    height: 100%;
}

.player-details__info {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.player-details__photo {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 9px;
    overflow: hidden;
    border-radius: 50%;
    vertical-align: middle;
}

@media (min-width:375px) {
    .player-details__photo {
        width: 40px;
        height: 40px;
    }
}

.player-details__info-holder {
    display: inline-block;
    vertical-align: middle;
}

.player-details__name {
    font-size: 10px;
    line-height: 1.2em;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 400;
}

@media (min-width:992px) {
    .player-details__name {
        font-size: 12px;
    }
}

.player-details__name > a {
    color: #fff;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.player-details__name > a:hover {
    color: #f92552;
}

.player-details__position {
    font-family: "Exo 2", sans-serif;
    font-size: 8px;
    display: block;
    line-height: 1em;
}

@media (min-width:992px) {
    .player-details__position {
        font-size: 9px;
    }
}

.player-details__stats {
    display: table-cell;
    width: 50%;
}

.player-details__circular {
    float: left;
    width: 33.3%;
    padding: 0 2px;
    vertical-align: top;
    margin: 0;
}

@media (min-width:768px) {
    .player-details__circular {
        padding: 0 6px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .player-details__circular {
        padding: 0 1px;
    }
}

.player-details__circular .circular__bar {
    width: 100%;
    height: 100%;
}

.player-details__circular .circular__percents {
    line-height: 1em;
    font-size: 12px;
    font-weight: 400;
}

.player-details__circular .circular__percents small {
    display: block;
    text-transform: none;
    font-size: 8px;
    line-height: 1em;
    color: #9e9caa;
}

.widget-game-result .progress-double-wrapper + .progress-double-wrapper {
    margin-top: 24px;
}

.widget-game-result__extra-stats .progress-double-wrapper {
    margin-top: 24px;
}

.poll-form__question {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 1em;
}

.poll-form__options {
    line-height: 26px;
}

.poll-form__options .radio-inline {
    margin-bottom: 9px;
    font-weight: 700;
}

.poll-form__options .radio-wrapper {
    overflow: hidden;
}

.poll-form__options .radio-progress-value {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}

.widget-results .card__content {
    padding: 0;
}

.widget-results__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-results__item {
    border-top: 1px solid #e4e7ed;
}

.widget-results__item:first-child {
    border-top: none;
}

.widget-results__title {
    font-size: 9px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: #9a9da2;
    border-bottom: 1px solid #e4e7ed;
    padding: 10px;
    margin-bottom: 0;
}

.widget-results__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 12px;
}

@media (min-width:1200px) {
    .widget-results__content {
        padding: 16px 10px;
    }
}

/*.widget-results__team {*/
/*    -webkit-box-flex: 1;*/
/*    -ms-flex-positive: 1;*/
/*    flex-grow: 1;*/
/*}*/

@media (min-width:992px) and (max-width:1199px) {
    .widget-results__team {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

.widget-results__team-logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    text-align: center;
}
.widget-results__team-logo img{max-width:100%;}
@media (min-width:992px) {
    .widget-results__team-logo {
        margin-right: 8px;
        width: 28px;
    }
}

.widget-results__team--second .widget-results__team-logo {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

@media (min-width:992px) {
    .widget-results__team--second .widget-results__team-logo {
        margin-right: 0;
        margin-left: 8px;
    }
}

.widget-results__team-details {
    display: inline-block;
    vertical-align: middle;
    width:110px;
}

.widget-results__team-name {
    text-transform: none;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2em;
    font-style: normal;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    color:#31404b;
}

@media (min-width:1200px) {
    .widget-results__team-name {
        font-size: 12px;
    }
}

.widget-results__team-info {
    font-family: "Exo 2", sans-serif;
    font-size: 8px;
    display: block;
    line-height: 1.2em;
}

@media (min-width:992px) {
    .widget-results__team-info {
        font-size: 9px;
    }
}

.widget-results__team--second {
    text-align: right;
    float:right;
}

.widget-results__result {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width:200px;
}

.widget-results__score {
    font-family: "Montserrat", sans-serif;
    color: #31404b;
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: 0;
}

@media (min-width:992px) {
    .widget-results__score {
        font-size: 12px;
    }
}

.widget-results__score-winner:before {
    content: "";
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #f92552;
    border-left: 4px solid #3ffeca;
    width: 0;
    height: 0;
    margin-right: .5em;
}

.winner-fl-left:before{
    float:right;transform: scaleX(-1);
}
.widget-results__score-loser ~ .widget-results__score-winner::before {
    display: none;
}

.widget-results__score-loser ~ .widget-results__score-winner::after {
    content: "";
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #f92552;
    border-right: 4px solid #3ffeca;
    width: 0;
    height: 0;
    margin-left: .5em;
}

.widget-results__status {
    display: block;
    font-size: 8px;
    font-family: "Exo 2", sans-serif;
    line-height: 1.2em;
    color: #9e9caa;
}

@media (min-width:992px) {
    .widget-results__status {
        font-size: 9px;
    }
}

.awards--slider {
    position: relative;
}

.awards__item {
    text-align: center;
}

.awards__figure {
    display: block;
    text-align: center;
    height:310px;
}

.awards__figure img {
    margin: 0 auto;
    height:100%;
    object-fit:contain;
}

.awards__figure--space {
    padding: 12px 0 6px 0;
}

.awards__desc {
    padding: 2px 0;
}

@media (min-width:992px) {
    .awards__desc {
        padding: 17px 0 0;
    }
}

.awards__name {
    line-height: 1.2em;
    margin-bottom: .25em;
    font-size: 12px;
    text-transform: uppercase;
    font-style: initial;
    color:#31404b;
}

@media (min-width:992px) {
    .awards__name {
        font-size: 14px;
    }
}

.awards__date {
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    font-style: italic;
}

@media (min-width:992px) {
    .awards__date {
        font-size: 10px;
    }
}

.awards__stars {
    font-size: 10px;
    padding: 5px 0 0 0;
}

.awards__stars .fa {
    margin: 0 2px;
    color: #ffdc11;
}

.awards-filter {
    list-style: none;
    padding: 0 0 0 7px;
    margin-top: 0;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 3px;
    border-bottom: 1px solid #3c3b5b;
}

.awards-filter__item {
    display: inline;
}

.awards-filter__link {
    display: inline-block;
    padding: 9px 16px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #9e9caa;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.awards-filter__link:hover {
    color: #fff;
}

.awards-filter__link--active {
    color: #fff;
}

.chart-legend ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
}

.chart-legend ul > li {
    display: inline-block;
    padding-left: 20px;
}

.chart-legend ul > li:first-child {
    padding-left: 0;
}

.chart-legend ul > li > span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    margin-right: 10px;
}

.newslog {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card .newslog {
    margin-top: -24px;
    margin-bottom: -24px;
}

.newslog__item {
    /*border-bottom: 1px solid #3c3b5b;*/
    padding: 24px 24px;
    font-size: 11px;
    line-height: 17px;
    font-family: "Exo 2", sans-serif;
}

.card .newslog__item {
    margin-left: -24px;
    margin-right: -24px;
}

.newslog__item:last-child {
    border-bottom: none;
}

.newslog__item strong {
    font-weight: 400;
    color: #31404b;
    font-family: "Montserrat", sans-serif;
}

.newslog__item--injury .newslog__item-inner::before {
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #9e69ee;
    width: 16px;
    background-image: none;
    content: "\f067";
}

.newslog__item--join .newslog__item-inner::before {
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #3ffeca;
    width: 16px;
    background-image: none;
    content: "\f054";
}

.newslog__item--exit .newslog__item-inner::before {
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #f92552;
    width: 16px;
    background-image: none;
    content: "\f053";
}

.newslog__item--award .newslog__item-inner::before {
    font-family: "FontAwesome";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #ffd71b;
    width: 16px;
    background-image: none;
    content: "\f006";
}

.newslog__item-inner {
    position: relative;
    padding-left: 36px;
}

.newslog__item-inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath transform='translate(-978.5 -2710.5)' fill='none' stroke='%231bdfb8' d='M991,2719h-4v4h-4v-4h-4v-4h4v-4h4v4h4v4Z'/%3E%3C/svg%3E");
}

.newslog__date {
    margin-top: 0.5em;
    display: block;
    color: rgba(158, 156, 170, 0.4);
}

.team-leader {
    border-top: 1px solid #3c3b5b;
}

.table-responsive:first-child .team-leader {
    border-top: none;
}

.team-leader .team-leader__type,
.team-leader .team-leader__player {
    padding-left: 15px;
    vertical-align: middle;
    text-align:left;
}

@media (min-width:1200px) {
    .team-leader .team-leader__type,
    .team-leader .team-leader__player {
        padding-left: 24px;
    }
}

/*.team-leader .team-leader__type {
border-left: 6px solid #f92552;
padding-left: 9px;
}*/

@media (min-width:1200px) {
    .team-leader .team-leader__type {
        padding-left: 18px;
    }
}

@media (min-width:1200px) {
    .team-leader .team-leader__avg {
        padding-right: 24px;
    }
}

.team-leader tbody > tr > td {
    vertical-align: middle;
}

th {
    text-transform: uppercase;
}

th.team-leader__total,
th.team-leader__gp,
th.team-leader__avg,
td.team-leader__total,
td.team-leader__gp,
td.team-leader__avg {
    text-align: center;
}

th.team-leader__td,
td.team-leader__td,
th.team-leader__qbr,
td.team-leader__qbr {
    text-align: center;
}

.team-leader__total {
    color: #fff;
}

.team-leader__avg .circular {
    margin: 0;
}

.team-leader__avg .circular .circular__bar {
    width: 40px;
    height: 40px;
}

.team-leader__avg .circular .circular__percents {
    font-size: 11px;
}

.team-leader__player-info {
    padding-top: 5px;
    padding-bottom: 5px;
}

.team-leader__player-img {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.team-leader__player-img--sm {
    width: 30px;
    height: 30px;
    background:#333;
}

.team-leader__player-inner {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.team-leader__player-name {
    text-transform: none;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0;
    color: #31404b;
    font-style: normal;
}

.team-leader__player-position {
    display: block;
    font-family: "Exo 2", sans-serif;
    font-size: 9px;
    line-height: 1.2em;
}

.nav-tabs--clean {
    width: auto;
    border-bottom: none !important;
}

.nav-tabs--clean > li > a {
    border: none;
    border-radius: 0;
    font-size: 11px;
    line-height: 1.5em;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    padding: 12px 16px;
    color: rgba(60, 59, 91, 0.4);
    font-weight: bold;
    letter-spacing: -0.02em;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #7f7e8c;
}

.nav-tabs--clean > li > a:hover {
    color: #3c3b5b;
    background-color: transparent;
    border: none;
    color: #fff;
}

.nav-tabs--clean > li.active > a {
    color: #3c3b5b;
    border: none;
    padding: 12px 16px;
    background-color: transparent;
    color: #fff;
}

.nav-tabs--clean > li.active > a:hover,
.nav-tabs--clean > li.active > a:focus {
    border: none;
    background-color: transparent;
    color: #fff;
}

.team-stats-box {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: solid;
    border-color: #e4e7ed;
    border-width: 1px 0 0 1px;
    margin: -1px;
}

.team-stats__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    border-style: solid;
    border-color: #e4e7ed;
    border-width: 0 1px 1px 0;
    text-align: center;
    padding: 24px 0 60px 0;
    background-image: -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.11) 4px, transparent 4px);
    background-image: linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(0, 0, 0, 0.1) 4px, transparent 4px), linear-gradient(to right, rgba(0, 0, 0, 0.11) 4px, transparent 4px);
    background-repeat: repeat-x;
    background-size: 36px 24px, 36px 30px, 36px 34px, 36px 40px, 36px 37px, 36px 29px, 72px 30px, 108px 37px;
    background-position: 0 100%, 6px 100%, 12px 100%, 18px 100%, 24px 100%, 30px 100%, 6px 100%, 24px 100%;
}
.no-awards .team-stats__item{flex: 0 1 25%;}
@media (min-width:992px) {
    .team-stats__item {
        padding: 34px 0 80px 0;
    }
}

.team-stats__item--clean {
    background: none;
    padding: 24px 0 20px 0;
}

@media (min-width:992px) {
    .team-stats__item--clean {
        padding: 26px 0 28px 0;
    }
}

.team-stats__icon {
    height: 37px;
}

.team-stats__icon--circle {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 16px auto;
    background-color: #f92552;
    overflow: hidden;
}

.team-stats__icon--shots-ot {
    background-color: #a4ec32;
}

.team-stats__icon--shots-ot .team-stats__icon-primary {
    -webkit-transform: translate(-50%, -50%) translate(-5px, -2px);
    transform: translate(-50%, -50%) translate(-5px, -2px);
    z-index: 1;
}

.team-stats__icon--shots-ot .team-stats__icon-secondary {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(32px, 37px);
    transform: translate(32px, 37px);
}

.team-stats__icon--shots {
    background-color: #f5d109;
}

.team-stats__icon--shots .team-stats__icon-primary {
    width: 44px;
    height: 44px;
    -webkit-transform: translate(-50%, -50%) translate(-5px, 2px);
    transform: translate(-50%, -50%) translate(-5px, 2px);
}

.team-stats__icon--shots .team-stats__icon-secondary {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(58px, 21px);
    transform: translate(58px, 21px);
}

.team-stats__icon--assists {
    background-color: #3adfc2;
}

.team-stats__icon--assists .team-stats__icon-secondary {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #3c3b5b;
    font-family: "Exo 2", sans-serif;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: translate(52px, 54px);
    transform: translate(52px, 54px);
}

.team-stats__icon-primary {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-stats__value {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #31404b;
    line-height: 1.2em;
    margin-bottom: .2em;
}
@media (min-width:1200px) {
    .team-stats__value {
        font-size: 36px;
    }
}

.team-stats__label {
    font-size: 8px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-weight: 400;
    line-height: 1.2em;
}

@media (min-width:768px) {
    .team-stats__label {
        font-size: 10px;
    }
}

.team-stats__label + .team-stats__circular {
    margin-top: 20px;
}

.team-stats__circular .circular__bar {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.team-stats__circular .circular__bar + .circular__label {
    margin-top: 0;
}

.team-stats__circular .circular__percents {
    font-size: 10px;
    line-height: 1em;
}

.team-stats__circular--minus {
    color: #f92552;
}

.team-stats__circular--minus .circular__percents {
    color: #f92552;
}

.team-stats__circular--plus {
    color: #0fe3ab;
}

.team-stats__circular--plus .circular__percents {
    color: #0fe3ab;
}

.team-stats-box--cell-bg {
    background-image: url("../images/football/graph-bg.png"), -webkit-linear-gradient(left, rgba(60, 59, 91, 0.4) 1px, transparent 1px), -webkit-linear-gradient(top, rgba(60, 59, 91, 0.4) 1px, transparent 1px);
    background-image: url("../images/football/graph-bg.png"), linear-gradient(to right, rgba(60, 59, 91, 0.4) 1px, transparent 1px), linear-gradient(to bottom, rgba(60, 59, 91, 0.4) 1px, transparent 1px);
    background-repeat: no-repeat, repeat-x, repeat-y;
    background-size: auto auto, 15px 100%, 100% 15px;
    background-position: 50% 100%, -7px 0, 0 5px;
}

.products-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.products-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card .products-list {
    margin-top: -24px;
    margin-bottom: -24px;
    margin-left: -24px;
    margin-right: -24px;
}

.products-list__item {
    position: relative;
    overflow: hidden;
    padding: 24px 24px 19px 24px;
}

.products-list__item + .products-list__item {
    border-top: 1px solid #eee;
}

.products-list__inner {
    overflow: hidden;
    padding: 5px 0 0 0;
    width:230px;
    float: left;
}

.products-list__product-thumb {
    float: left;
    margin: 0 12px 0 0;
    overflow: hidden;
    border-radius: 4px;
    width: 50px;
    /*    height: 150px;*/
    background: #333;
}

.products-list__product-thumb img {
    max-width: 100%;
    height: auto;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    width:100%;

}

.products-list__product-thumb img:hover {
    opacity: 0.7;
}

.products-list__product-cat {
    display: block;
    font-size: 8px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    margin-bottom: .2em;
}
#nt-example1{padding-left:0;}
#nt-example1 li{list-style:none;padding-bottom:5px;border-bottom:1px solid #eee;display:table;margin-bottom:5px;width:100%;}
.products-list__product-name {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: .5em;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-style: normal;
}

.products-list__product-name > a {
    color: #333;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.products-list__product-name > a:hover {
    color: #f92552;
}

.products-list__product-ratings {
    font-size: 10px;
    line-height: 10px;
    margin: 2px 0;
}

.products-list__product-ratings .fa {
    margin-right: 2px;
    color: #3ffeca;
}

.products-list__product-ratings .fa.empty {
    color: #4e4d73;
}

.soccer-lineup {
    background: url("../images/soccer/lineup-bg.png") 0 0 no-repeat;
    background-size: cover;
    max-width: 100%;
}

.commentary {
    list-style: none;
    padding: 0;
    margin: 0;
}

.commentary__item {
    font-size: 11px;
    line-height: 17px;
    font-family: "Exo 2", sans-serif;
    padding: 20px 24px 20px 80px;
    position: relative;
    letter-spacing: -0.02em;
}

.commentary__item + .commentary__item {
    border-top: 1px solid #f7f7f7;
}

.commentary__item > strong {
    color: #3c3b5b;
    font-weight: 400;
}

.commentary__item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.commentry__time {
    color: #3c3b5b;
    display: block;
    position: absolute;
    left: 23px;
    top: 50%;
    width: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.commentry__icon {
    display: block;
    position: absolute;
    left: 49px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 20px;
}

.commentry__icon--soccer-ball {
    width: 16px;
}

.lineup-table {
    table-layout: fixed;
}

.lineup-table > thead > tr > th,
.lineup-table > tbody > tr > td {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (min-width:1200px) {
    .lineup-table > thead > tr > th:first-child,
    .lineup-table > tbody > tr > td:first-child {
        padding-left: 23px;
    }
}

@media (min-width:1200px) {
    .lineup-table > thead > tr > th:last-child,
    .lineup-table > tbody > tr > td:last-child {
        padding-right: 23px;
    }
}

.lineup-table .lineup__num {
    width: 15%;
}

.lineup-table .lineup__pos {
    width: 23%;
}

.lineup-table .lineup__name {
    width: 57%;
    color: #3c3b5b;
    text-align: left;padding: 0;vertical-align: middle;
}
.lineup-table tr>td{text-align:left !important;}
.lineup-table .lineup__info {
    text-align: right;
}

.lineup-table .lineup__subheader {
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width:1200px) {
    .lineup-table .lineup__subheader {
        padding-left: 23px;
    }
}

.team-roster--grid .team-roster__item {
    margin-bottom: 15px;
}

@media (max-width:479px) {
    .team-roster--grid .team-roster__item {
        width: 100%;
    }
    /*.padd0{padding:0 15px !important;}*/
}

@media (min-width:375px) and (max-width:479px) {
    .team-roster--grid .team-roster__item {
        width: 50%;
    }
}

.team-roster--grid .team-roster__holder {
    position: relative;
}

.team-roster--grid .team-roster__holder:hover .team-roster__member-number {
    background-color: #f92552;
}

.team-roster--grid .team-roster__img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #3c3b5b;
}

.team-roster--grid .team-roster__img::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
}

.team-roster--grid .team-roster__content {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 24px;
}

@media (min-width:375px) and (max-width:479px) {
    .team-roster--grid .team-roster__content {
        padding: 12px 12px;
    }
}

.team-roster--grid .team-roster__content-inner {
    display: table;
    width: 100%;
}

.team-roster--grid .team-roster__member-number {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    background-color: #bfc2c4;
    border-radius: 4px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    text-align: center;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
}

@media (min-width:768px) {
    .team-roster--grid .team-roster__member-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
}

@media (min-width:992px) {
    .team-roster--grid .team-roster__member-number {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 32px;
    }
}

@media (min-width:1200px) {
    .team-roster--grid .team-roster__member-number {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 48px;
    }
}

@media (min-width:375px) and (max-width:479px) {
    .team-roster--grid .team-roster__member-number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
}

.team-roster--grid .team-roster__member-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

@media (min-width:992px) {
    .team-roster--grid .team-roster__member-info {
        padding-left: 10px;
    }
}

@media (min-width:1200px) {
    .team-roster--grid .team-roster__member-info {
        padding-left: 14px;
    }
}

.team-roster--grid .team-roster__member-name {
    color: #fff;
    margin-bottom: 0.15em;
    line-height: 1em;
    font-size: 24px;
}

@media (min-width:768px) {
    .team-roster--grid .team-roster__member-name {
        font-size: 18px;
    }
}

@media (min-width:992px) {
    .team-roster--grid .team-roster__member-name {
        font-size: 24px;
    }
}

@media (min-width:1200px) {
    .team-roster--grid .team-roster__member-name {
        font-size: 30px;
        line-height: 28px;
    }
}

@media (min-width:375px) and (max-width:479px) {
    .team-roster--grid .team-roster__member-name {
        font-size: 14px;
    }
}

.team-roster--grid .team-roster__member-first-name {
    display: block;
}

.team-roster--grid .team-roster__member-last-name {
    display: block;
    color: #f92552;
}

.team-roster--grid .team-roster__member-position {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    display: block;
    font-weight: 400;
}

@media (min-width:1200px) {
    .team-roster--grid .team-roster__member-position {
        font-size: 11px;
    }
}

@media (min-width:375px) and (max-width:479px) {
    .team-roster--grid .team-roster__member-position {
        font-size: 8px;
    }
}

.team-roster--grid .btn-fab {
    right: 20px;
    top: 20px;
}
.team-roster-table tbody>tr>td{vertical-align:middle;}
.team-roster-table th{background:#eaeaea;padding:10px 15px !important;}
@media (min-width:992px) {
    .team-roster-table thead > tr > th,
    .team-roster-table tbody > tr > td {
        padding-left: 15px;
    }
}
.team-roster-table th:first-child{
    width:70px;
}
.team-roster-table__name {
    color: #31404b;
    text-align:left !important;
}
.team-roster-table__name a{color:#333;display:inline-block;width:100%;font-weight:bold;}
.team-roster-table__name i{display:block;margin-top:5px;font-weight:400;}
.team-roster-table__position {
    color: #31404b;
}

.team-roster-table__age {
    text-align: center;
}

.team-roster-table__height {
    text-align: center;
}

.team-roster-table__weight {
    text-align: center;
}

.team-roster-table__status {
    text-align: center;
}

.team-roster-table__header {
    text-transform: uppercase;
    background-color: #363555;
}

@media (min-width:992px) {
    .team-roster-table__header {
        padding-left: 23px !important;
    }
}

.team-roster--slider {
    background: #151719 url("../images/team-roster-slider-bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    border: 1px solid #3c3b5b;
    border-radius: 4px;
    margin-bottom: 15px;
    padding-top: 40px;
    padding-bottom: 10px;
}

@media (min-width:768px) {
    .team-roster--slider {
        padding: 54px 0 20px 0;
    }
}

@media (min-width:992px) {
    .team-roster--slider {
        padding: 70px 0 20px 0;
    }
}

@media (min-width:1200px) {
    .team-roster--slider {
        height: 720px;
        padding: 98px 0 0 0;
    }
}

.team-roster--slider .team-roster__item {
    outline: none;
    position: relative;
}

@media (min-width:1200px) {
    .team-roster--slider .team-roster__item {
        padding: 0 10px;
    }
}

.team-roster--slider .team-roster__item a {
    outline: none;
}

.team-roster--slider .team-roster__img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

.team-roster--slider .team-roster__img img {
    margin: 0 auto;
}

.team-roster--slider .team-roster__player-details {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: table;
    width: 100%;
    padding: 24px 0;
}

@media (min-width:768px) {
    .team-roster--slider .team-roster__player-details {
        padding: 24px 0;
    }
}

@media (min-width:992px) {
    .team-roster--slider .team-roster__player-details {
        padding: 40px 0;
    }
}

@media (min-width:1200px) {
    .team-roster--slider .team-roster__player-details {
        padding: 50px 0;
    }
}

.team-roster--slider .team-roster__player-number {
    display: table-cell;
    width: 40%;
    text-align: right;
    vertical-align: top;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    color: #fff;
    letter-spacing: -0.03em;
    font-size: 32px;
}

@media (min-width:768px) {
    .team-roster--slider .team-roster__player-number {
        font-size: 40px;
    }
}

@media (min-width:992px) {
    .team-roster--slider .team-roster__player-number {
        font-size: 54px;
    }
}

@media (min-width:1200px) {
    .team-roster--slider .team-roster__player-number {
        font-size: 70px;
        line-height: 54px;
    }
}

.team-roster--slider .team-roster__player-info {
    display: table-cell;
    width: 57%;
    padding-left: 3%;
    vertical-align: top;
    text-align: left;
}

.team-roster--slider .team-roster__player-name {
    color: #fff;
    margin-bottom: 0.2em;
    font-size: 18px;
}

@media (min-width:768px) {
    .team-roster--slider .team-roster__player-name {
        font-size: 20px;
    }
}

@media (min-width:992px) {
    .team-roster--slider .team-roster__player-name {
        font-size: 24px;
    }
}

@media (min-width:1200px) {
    .team-roster--slider .team-roster__player-name {
        font-size: 30px;
        line-height: 28px;
    }
}

.team-roster--slider .team-roster__player-last-name {
    color: #f92552;
}

.team-roster--slider .team-roster__player-position {
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    display: block;
}

@media (min-width:1200px) {
    .team-roster--slider .team-roster__player-position {
        font-size: 11px;
    }
}

.team-roster--slider .team-roster__item:not(.slick-current) .team-roster__img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4;
    -webkit-transform: scale(0.825);
    transform: scale(0.825);
}

.team-roster--slider .team-roster__item:not(.slick-current) .team-roster__player-details {
    opacity: 0;
    visibility: hidden;
}

.team-roster--slider .team-roster__item:not(.slick-current) .team-roster__player-fab {
    opacity: 0;
    visibility: hidden;
}

.team-roster--slider .team-roster__player-fab {
    position: absolute;
    top: 14%;
    right: 25%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media (max-width:767px) {
    .team-roster--slider .team-roster__player-fab {
        display: none;
    }
}

.team-roster--slider .team-roster__player-fab .btn-fab {
    position: absolute;
    left: 0;
    top: 0;
}

.team-roster--slider .team-roster__player-fab:hover .team-roster__player-fab-txt {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.team-roster--slider .team-roster__player-fab-txt {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #fff;
    display: block;
    position: absolute;
    left: 40px;
    top: 4px;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.team-roster--slider .team-roster__player-fab-txt::first-line {
    color: #9e9caa;
}

.team-roster--slider .slick-prev,
.team-roster--slider .slick-next {
    top: auto;
    margin-top: 0;
    bottom: 11%;
}

@media (min-width:992px) {
    .team-roster--slider .slick-prev,
    .team-roster--slider .slick-next {
        bottom: 11%;
    }
}

@media (min-width:1200px) {
    .team-roster--slider .slick-prev,
    .team-roster--slider .slick-next {
        bottom: 15%;
    }
}

.team-roster--card .team-roster__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

@media (max-width:991px) {
    .team-roster--card .team-roster__content-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.team-roster--card .team-roster__player-img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    text-align: center;
}

@media (max-width:991px) {
    .team-roster--card .team-roster__player-img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-height: 320px;
    }
}

@media (max-width:479px) {
    .team-roster--card .team-roster__player-img {
        max-height: 200px;
    }
}

.team-roster__player-shape {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fa5779;
    z-index: -1;
}

.team-roster__player-shape::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url("../images/soccer/rosterv3_player_01-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .12;
}

.team-roster__player-shape::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -180px;
    width: 0;
    height: 0;
    border-bottom: 800px solid #fff;
    border-left: 420px solid transparent;
}

.team-roster--card .team-roster__content {
    padding: 20px;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__content {
        padding: 20px 40px 20px 0;
    }
}

@media (min-width:1200px) {
    .team-roster--card .team-roster__content {
        padding: 25px 90px 20px 0;
    }
}

.team-roster--card .team-roster__player-details {
    position: relative;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__player-details {
        padding: 30px 0 0 0;
    }
}

@media (min-width:1200px) {
    .team-roster--card .team-roster__player-details {
        padding: 50px 0 0 0;
    }
}

.team-roster--card .team-roster__player-number {
    font-size: 42px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    opacity: 0.2;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__player-number {
        display: block;
        position: absolute;
        top: 0;
        margin-left: -0.8em;
        opacity: 0.08;
        font-size: 110px;
    }
}

@media (min-width:1200px) {
    .team-roster--card .team-roster__player-number {
        font-size: 138px;
    }
}

.team-roster--card .team-roster__player-name {
    margin-bottom: .75em;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__player-name {
        margin-bottom: 1.2em;
    }
}

.team-roster--card .team-roster__player-first-name {
    display: block;
    font-size: 24px;
    line-height: 1em;
}

@media (min-width:1200px) {
    .team-roster--card .team-roster__player-first-name {
        font-size: 40px;
    }
}

.team-roster--card .team-roster__player-last-name {
    display: block;
    font-size: 40px;
    line-height: 1em;
    color: #f92552;
}

@media (min-width:1200px) {
    .team-roster--card .team-roster__player-last-name {
        font-size: 78px;
    }
}

.team-roster--card .team-roster__player-excerpt {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__player-excerpt {
        margin-bottom: 35px;
    }
}

@media (min-width:1200px) {
    .team-roster--card .team-roster__player-excerpt {
        margin-bottom: 47px;
    }
}

.team-roster--card .team-roster__player-stats {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__player-stats {
        margin-bottom: 35px;
    }
}

@media (min-width:1200px) {
    .team-roster--card .team-roster__player-stats {
        margin-bottom: 47px;
    }
}

.team-roster--card .team-roster__player-stats .progress__label {
    width: 100px;
}

.team-roster--card .team-roster__player-footer .btn + .btn {
    margin-left: 7px;
}

@media (max-width:991px) {
    .team-roster--card .team-roster__player-footer .btn:first-child {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.playername{font-size:15px;color:#333;font-style: initial;font-family: 'Montserrat', sans-serif;}
.playerpos{font-size:12px;color:#ccc;display:block;font-family: 'Questrial', sans-serif;font-style: initial;line-height: 1;}
.team-roster__player-footer{clear: both;
                            padding-top: 15%;
                            padding-left: 3%;}
.team-roster__player-footer .btn{padding:5px 15px;width: 100%;}
.team-roster__player-footer .btn-primary-inverse {
    color: #333;
    background-color: #dedede;
} 

.team-roster--card .team-roster__meta {
    border-left: 1px solid #3c3b5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.team-roster--card .team-roster__meta-item {
    text-align: center;
    padding: 20px 15px;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__meta-item {
        padding: 30px 40px;
    }
}

.team-roster--card .team-roster__meta-value {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #3c3b5b;
    line-height: 1.2em;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__meta-value {
        font-size: 24px;
    }
}

@media (min-width:1200px) {
    .team-roster--card .team-roster__meta-value {
        font-size: 27px;
    }
}

.team-roster--card .team-roster__meta-label {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__meta-label {
        font-size: 12px;
    }
}

.team-roster--card .team-roster__meta-item--lg .team-roster__meta-value {
    font-size: 24px;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__meta-item--lg .team-roster__meta-value {
        font-size: 32px;
    }
}

@media (min-width:1200px) {
    .team-roster--card .team-roster__meta-item--lg .team-roster__meta-value {
        font-size: 36px;
    }
}

.team-roster--card .team-roster__meta-item--lg .team-roster__meta-label {
    font-size: 12px;
}

@media (min-width:992px) {
    .team-roster--card .team-roster__meta-item--lg .team-roster__meta-label {
        font-size: 13px;
    }
}

.team-roster--case {
    margin-left: -8px;
    margin-right: -8px;
}

.team-roster--case .team-roster__item {
    margin: 0 8px;
}

.team-roster--case .team-roster__player-img {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.team-roster--case .team-roster__player-img img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.team-roster--case .team-roster__player-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.team-roster--case .team-roster__player-img + .card__header {
    border-radius: 0;
}

.team-roster--case .team-roster__player-img + .card__header::before {
    border-radius: 0;
}

.team-roster--case .team-roster__player-name {
    font-size: 16px;
    margin: 0;
    font-style: normal;
}

.team-roster--case .team-roster__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.team-roster--case .team-roster__meta-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: center;
    border-left: 1px solid #3c3b5b;
    padding: 26px 0;
}

.team-roster--case .team-roster__meta-item:first-child {
    border-left: none;
}

.team-roster--case .team-roster__meta-value {
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: .1em;
}

.team-roster--case .team-roster__meta-value--accent {
    color: #3ffeca;
}

.team-roster--case .team-roster__meta-label {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    font-weight: 400;
}

.table-standings {
    border: none;
    margin-bottom: 0;
}

.widget-standings .table-standings > thead > tr > th {
    vertical-align: middle;
    text-align: center;
}

.widget-standings .table-standings > thead > tr > th:first-child {
    text-align: left;
    padding-left: 24px;
}

.widget-standings .table-standings > thead > tr > th:last-child {
    padding-right: 24px;
}

.widget-standings .table-standings > tbody > tr > td {
    vertical-align: middle;
    color: #31404b;
    text-align: center;
}

.widget-standings .table-standings > tbody > tr > td:first-child {
    padding-left: 24px;
}

.widget-standings .table-standings > tbody > tr > td:last-child {
    padding-right: 24px;
}

.widget-standings .table-standings > tbody {
    counter-reset: counter;
}

.widget-standings .table-standings > tbody > tr > td:first-child > .team-meta::before {
    display: inline-block;
    vertical-align: middle;
    content: counter(counter, decimal-leading-zero);
    counter-increment: counter;
    font-size: 11px;
    margin-right: 5px;
    font-family: "Exo 2", sans-serif;
    color: #9e9caa;
    text-transform: uppercase;
}

.team-meta {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team-meta__logo {
    width: 35px;
    height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.team-meta__logo img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width:100%;
}

.team-meta__info {
    display: inline-block;
    vertical-align: middle;
}

.team-meta__name {
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: none;
    color: #31404b;
    width: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-table tbody>tr>td{text-align:left !important;}
.team-meta__place {
    display: block;
    font-size: 9px;
    line-height: 1.2em;
    font-family: "Exo 2", sans-serif;
    color: #9e9caa;
}

.table-standings--full .team-standings__pos {
    vertical-align: middle;
}

@media (min-width:992px) {
    .table-standings--full .team-standings__pos {
        padding-left: 24px;
        width: 60px;
    }
}

@media (min-width:1200px) {
    .table-standings--full .team-standings__team {
        width: 170px;
    }
}

/*.table-standings--full .team-standings__win,
.table-standings--full .team-standings__lose,
.table-standings--full .team-standings__gb {
color: #fff;
}*/

.table-standings--full .team-standings__win,
.table-standings--full .team-standings__lose,
.table-standings--full .team-standings__pct,
.table-standings--full .team-standings__gb,
.table-standings--full .team-standings__home,
.table-standings--full .team-standings__road,
.table-standings--full .team-standings__div,
.table-standings--full .team-standings__ppg,
.table-standings--full .team-standings__op-ppg,
.table-standings--full .team-standings__diff,
.table-standings--full .team-standings__strk,
.table-standings--full .team-standings__lead {
    text-align: center;
    vertical-align: middle;
}

@media (min-width:1200px) {
    .table-standings--full .team-standings__home,
    .table-standings--full .team-standings__road,
    .table-standings--full .team-standings__div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:1200px) {
    .table-standings--full .team-standings__lead {
        padding-right: 30px;
    }
}

.table-standings--full-football .team-standings__ties,
.table-standings--full-football .team-standings__lgr,
.table-standings--full-football .team-standings__pf,
.table-standings--full-football .team-standings__pa {
    text-align: center;
    vertical-align: middle;
}

.glossary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.glossary__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    font-family: "Exo 2", sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    padding: 8px 0;
}

.glossary__abbr {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width:1200px) {
    .team-result .team-result__date {
        padding-left: 23px;
    }
}

/*.team-result .team-result__score,*/
/*.team-result .team-result__status,*/
/*.team-result .team-result__points,*/
/*.team-result .team-result__rebounds,*/
/*.team-result .team-result__assists,*/
/*.team-result .team-result__steals {*/
/*    text-align: center;*/
/*}*/

.team-result tbody .team-result__date,
.team-result tbody .team-result__vs,
.team-result tbody .team-result__score,
.team-result tbody .team-result__status,
.team-result tbody .team-result__points,
.team-result tbody .team-result__rebounds,
.team-result tbody .team-result__assists,
.team-result tbody .team-result__steals {
    vertical-align: middle;
    color: #9e9caa;
}

.team-result__game {
    color: #3c3b5b;
}

.team-result-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width:1200px) {
    .team-result-filter {
        float: right;
    }
}

.team-result-filter__item {
    padding-left: 14px;
    float: left;
}

@media (max-width:479px) {
    .team-result-filter__item {
        padding: 5px 0 5px 0;
    }
}
#country select.form-control {
    color:black;
}

.team-result-filter__item select.form-control {
    border: none;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    height: 24px;
    padding: 4px 24px 4px 10px;
    display: inline-block;
    vertical-align: top;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23ffffff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-size: 6px 4px;
    color: #fff;
}

@media (max-width:479px) {
    .team-result-filter__item:last-child {
        float: none;
        clear: both;
    }
}

.team-result {}

@media (min-width:1200px) {
    .team-result .team-result__game-overview {
        padding-right: 23px;
    }
}

.team-result .team-result__pass,
.team-result .team-result__rush,
.team-result .team-result__receiving {
    text-align: center;
    vertical-align: middle;
}

/*.team-result td.team-result__score {*/
/*    color: #fff;*/
/*}*/

/*.team-result__game {*/
/*    color: #fff;*/
/*}*/

.team-result__game--win {
    color: #0fe3ab;
}

.team-result__game--lose {
    color: #f92552;
}

.team-schedule .team-schedule__status,
.team-schedule .team-schedule__time {
    text-align: center !important;
}

@media (min-width:1200px) {
    .team-schedule .team-schedule__date {
        padding-left: 23px;
    }
}

@media (min-width:1200px) {
    .team-schedule .team-schedule__tickets {
        padding-right: 25px;
    }
}

@media (min-width:1200px) {
    .team-schedule.team-schedule--full .team-schedule__tickets {
        padding-right: 70px;
    }
}

@media (min-width:1200px) {
    .team-schedule .team-schedule__compet {
        width: 170px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:1200px) {
    .team-schedule .team-schedule__venue {
        width: 200px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.team-schedule tbody .team-schedule__date,
.team-schedule tbody .team-schedule__versus,
.team-schedule tbody .team-schedule__status,
.team-schedule tbody .team-schedule__time,
.team-schedule tbody .team-schedule__compet,
.team-schedule tbody .team-schedule__venue,
.team-schedule tbody .team-schedule__tickets {
    vertical-align: middle;
    text-align:left;
}

.player-heading {
    background-color: #323150;
    background-image: url("../images/banner1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
}

.player-heading::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 24px;
    background-image: -webkit-linear-gradient(left, rgba(236, 240, 246, 0.05) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.05) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.05) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.05) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.05) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.05) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 4px, transparent 4px), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.11) 4px, transparent 4px);
    background-image: linear-gradient(to right, rgba(236, 240, 246, 0.05) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.05) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.05) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.05) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.05) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.05) 4px, transparent 4px), linear-gradient(to right, rgba(0, 0, 0, 0.1) 4px, transparent 4px), linear-gradient(to right, rgba(0, 0, 0, 0.11) 4px, transparent 4px);
    background-repeat: repeat-x;
    background-size: 36px 12px, 36px 15px, 36px 17px, 36px 20px, 36px 18px, 36px 15px, 72px 15px, 108px 18px;
    background-position: 0 100%, 6px 100%, 12px 100%, 18px 100%, 24px 100%, 30px 100%, 6px 100%, 24px 100%;
}

.player-heading::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background:rgba(25, 10, 10, 0.87);
    /*    background-image: -webkit-repeating-radial-gradient(center center, #000, #000 1px, transparent 1px, transparent 4px);
    background-image: repeating-radial-gradient(center center, #000, #000 1px, transparent 1px, transparent 4px);
    background-size: 5px 5px;
    background-position: 100% 0;
    background-repeat: repeat;*/
    opacity: 1;
}

.player-heading .container {
    position: relative;
    z-index: 2;

}

.player-info__team-logo {
    position: absolute;
    left: -45%;
    top: -5%;
    opacity: .05;
}
.player-info__photo{border:5px solid #ccc;background: #fff;border-radius: 50%;height: 230px;width:230px;overflow: hidden;}
.player-info__photo img{min-height:100%;min-width:100%;object-fit:cover;}
@media (min-width:992px) {
    .player-info__team-logo {
        left: -12%;
        width:320px;
        opacity: 0.2;
    }
    .player-info__team-logo img{width:100%;}
}

.player-info {
    color: #fff;
    position: relative;
    width: 100%;
}

@media (min-width:992px) {
    .player-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width:991px) {
    .player-info__item--photo img {
        margin: 0 auto;
    }
}

@media (min-width:992px) {
    .player-info__item--photo {
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
        width: 312px;
        margin: 0;
    }
}

@media (min-width:1200px) {
    .player-info__item--photo {
        width: 400px;
        width: 270px;
        margin-top:25px;
    }
}

.player-info__item--details {
    width: 400px;
}

@media (min-width:992px) {
    .player-info__item--details {
        -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
        padding: 40px 0;
        width: 352px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .player-info__item--details {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        padding: 25px 0;
    }
}

@media (min-width:1200px) {
    .player-info__item--details {
        width: 460px;
    }
}

.player-info__title {
    margin-bottom: 15px;
}

.player-info__title--mobile {
    padding: 35px 0 0 0;
    text-align: center;
    display: none;
}

@media (max-width:991px) {
    .player-info__title--mobile {
        display: block;
    }
    .player-info__photo{margin:0 auto;}
}
.game-stats{margin-bottom: 15px;}
.player-info__title--mobile .player-info__first-name {
    text-align: left;
}

.player-info__title--desktop {
    display: none;
}

@media (min-width:992px) {
    .player-info__title--desktop {
        display: block;
    }
}

.player-info__number {
    font-size: 54px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    color: #eee;
    opacity: 1;
    float:left;
}

@media (min-width:992px) {
    .player-info__number {
        font-size: 64px;
        margin-left: -80px;
    }
}

@media (min-width:1200px) {
    .player-info__number {
        font-size: 80px;
        margin-left: -123px;
        margin-right: 10px;
        margin-left: 0;
        margin-right: 0;
        margin-top: -10px;

    }
}

.player-info__name {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    line-height: 1em;
    color: #fff;
    margin: 0;
}

@media (min-width:992px) {
    .player-info__name {
        font-size: 32px;
    }
}

@media (min-width:1200px) {
    .player-info__name {
        /*font-size: 54px;*/
        line-height: 46px;
        font-size: 33px;
        line-height: 1em;
    }
}

.player-info__first-name {
    display: block;
    font-size: 16px;
    line-height: 1em;
    font-style: normal;
}

@media (min-width:992px) {
    .player-info__first-name {
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .player-info__first-name {
        font-size: 26px;
    }
}

.player-info__last-name {
    color: #3ffeca;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}

.player-info-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:991px) {
    .player-info-details {
        padding: 0 17px;
    }
}

.player-info-details__item {
    padding: 4px 0;
}

.player-info-details__item--height {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

@media (min-width:992px) {
    .player-info-details__item--height {
        -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    }
}

.player-info-details__item--weight {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

@media (min-width:992px) {
    .player-info-details__item--weight {
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    }
}

.player-info-details__item--age {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

@media (min-width:992px) {
    .player-info-details__item--age {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    }
}

.player-info-details__item--college {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (min-width:992px) {
    .player-info-details__item--college {
        -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    }
}

.player-info-details__item--born {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (min-width:992px) {
    .player-info-details__item--born {
        -ms-flex-preferred-size: 58%;
        flex-basis: 58%;
    }
}

.player-info-details__item--position {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (min-width:992px) {
    .player-info-details__item--position {
        -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    }
}

.player-info-details__title {
    font-size: 10px;
    color: #9e9caa;
    line-height: 1.2em;
    margin-bottom: 0.1em;
    font-weight: 400;
}

.player-info-details__value {
    font-family: "Exo 2", sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 700;
}

@media (min-width:992px) and (max-width:1199px) {
    .player-info-details__value {
        font-size: 12px;
    }
}

.player-info-stats {
    overflow: hidden;
}

@media (min-width:992px) {
    .player-info-stats {
        padding: 25px 0 0 0;
    }
}

.player-info-stats__item {
    float: left;
    width: 33.3%;
}

.player-info-stats__item .circular .circular__bar {
    width: 62px;
    height: 62px;
}

@media (min-width:992px) {
    .player-info-stats__item .circular .circular__bar {
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px 0 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .player-info-stats__item .circular .circular__bar {
        width: 44px;
        height: 44px;
    }
}

.player-info-stats__item .circular .circular__bar .circular__percents {
    color: #fff;
    font-size: 15px;
}

.player-info-stats__item .circular .circular__bar .circular__percents small {
    display: block;
    font-size: 8px;
    line-height: 1.2em;
    color: #9e9caa;
}

@media (min-width:992px) and (max-width:1199px) {
    .player-info-stats__item .circular .circular__bar .circular__percents {
        font-size: 12px;
    }
}

.player-info-stats__item .circular .circular__label {
    color: #9e9caa;
}

@media (min-width:992px) {
    .player-info-stats__item .circular .circular__label {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin: 0;
    }
}

.player-info-stats__item .circular .circular__label strong {
    color: #fff;
    display: block;
}

@media (min-width:992px) and (max-width:1199px) {
    .player-info-stats__item .circular .circular__label {
        font-size: 9px;
    }
}

@media (min-width:992px) {
    .player-info-stats__item--top-padding {
        padding: 25px 0 0 0;
    }
}

@media (min-width:992px) {
    .player-info__item--stats {
        -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
        width: 297px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .player-info__item--stats {
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    }
}

@media (min-width:1200px) {
    .player-info__item--stats {
        width: 310px;
    }
}

@media (max-width:991px) {
    .player-info__item--stats {
        height: 200px !important;
    }
    .player-info__item--stats .player-info-chart {
        width: 100%;
        height: auto;
    }
}

.player-info__item--stats .progress-stats {
    margin-bottom: 20px;
}

.player-info__item--stats .progress__label {
    color: #fff;
}

.player-info__item--stats .progress:not(.progress--battery) {
    background-color: rgba(255, 255, 255, 0.2);
}

.player-info__item--stats-inner {
    padding-top: 30px;
}

@media (min-width:992px) {
    .player-info__item--stats-inner {
        padding-top: 40px;
        max-width: 90%;
    }
}

@media (min-width:1200px) {
    .player-info__item--stats-inner {
        padding-top: 70px;
        max-width: 100%;
    }
}

.player-info-chart {
    margin: 35px 0 0 0;
}

@media (min-width:992px) {
    .player-info-chart {
        margin: 30px 0 0 0;
    }
}

@media (min-width:1200px) {
    .player-info-chart {
        margin: 60px 0 0 0;
    }
}

.game-player-result thead > tr > th,
.game-player-result tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.game-player-result thead > tr > th.game-player-result__vs,
.game-player-result tbody > tr > td.game-player-result__vs {
    text-align: left;
}

.game-player-result .game-player-result__date {
    text-align: left;
}

@media (min-width:1200px) {
    .game-player-result .game-player-result__date {
        padding-left: 23px;
    }
}

@media (min-width:1200px) {
    .game-player-result thead > tr > th:last-child,
    .game-player-result tbody > tr > td:last-child {
        padding-right: 23px;
    }
}

.game-player-result .game-player-result__game {
    color: #fff;
}

.game-player-result .game-player-result__game--win {
    color: #0fe3ab;
}

.game-player-result .game-player-result__game--lose {
    color: #f92552;
}

.game-player-result .game-player-result__score {
    color: #fff;
}

.game-player-result .game-player-result__th {
    text-align: center;
}

.game-player-result .game-player-result__th--game {
    background-color: rgba(56, 55, 89, 0.6);
}

.game-player-result .game-player-result__th--passing {
    background-color: rgba(249, 37, 82, 0.2);
}

.game-player-result .game-player-result__th--rushing {
    background-color: rgba(15, 227, 171, 0.2);
}

.player-season-avg thead > tr > th,
.player-season-avg tbody > tr > td {
    text-align: center;
    vertical-align: middle;
}

.player-season-avg thead > tr > th.player-season-avg__season,
.player-season-avg tbody > tr > td.player-season-avg__season {
    text-align: left;
}

@media (min-width:1200px) {
    .player-season-avg thead > tr > th:first-child,
    .player-season-avg tbody > tr > td:first-child {
        padding-left: 23px;
    }
}

@media (min-width:1200px) {
    .player-season-avg thead > tr > th:last-child,
    .player-season-avg tbody > tr > td:last-child {
        padding-right: 23px;
    }
}

.df-checkout-review-order-table .product-name {
    padding-left: 15px;
}

@media (min-width:1200px) {
    .df-checkout-review-order-table .product-name {
        padding-left: 23px;
    }
}

.df-checkout-review-order-table .product-total {
    width: 22%;
}

@media (min-width:1200px) {
    .df-checkout-review-order-table .product-total {
        padding-right: 23px;
    }
}

.df-checkout-review-order-table tbody .product-name {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.df-checkout-review-order-table .cart_item:first-child .product-name,
.df-checkout-review-order-table .cart_item:first-child .product-total {
    padding-top: 30px;
}

.df-checkout-review-order-table .cart_item:last-child .product-name,
.df-checkout-review-order-table .cart_item:last-child .product-total {
    padding-bottom: 30px;
}

.df-checkout-review-order-table .cart_item .product-name,
.df-checkout-review-order-table .cart_item .product-total {
    border-top: none;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.df-checkout-review-order-table tfoot tr th {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding-left: 15px;
}

@media (min-width:1200px) {
    .df-checkout-review-order-table tfoot tr th {
        padding-left: 23px;
    }
}

.df-checkout-review-order-table tfoot tr th,
.df-checkout-review-order-table tfoot tr td {
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3c3b5b;
    padding-top: 17px;
    padding-bottom: 17px;
}

.df-checkout-review-order-table tfoot tr td:last-child {
    width: 22%;
    text-align: right;
}

@media (min-width:1200px) {
    .df-checkout-review-order-table tfoot tr td:last-child {
        padding-right: 23px;
    }
}

.df-checkout-review-order-table tfoot tr.order-total th,
.df-checkout-review-order-table tfoot tr.order-total td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #3c3b5b;
    border-bottom: 1px solid #3c3b5b;
    margin-top: 20px;
}

.df-checkout-review-order-table tfoot tr.order-total .amount {
    color: #3ffeca;
}

.df-checkout-review-order-table .cart-subtotal {
    color: #fff;
}

.df-checkout-payment .place-order {
    padding: 24px 24px;
    border-top: 1px solid #3c3b5b;
}

.df_payment_methods {
    list-style: none;
    padding: 24px 24px;
    margin: 0;
}

.df_payment_method {
    padding: 0;
    margin: 0 0 20px 0;
    box-shadow: none;
    background-color: transparent;
}

.df_payment_method:last-child {
    margin-bottom: 0;
}

.df_payment_method label {
    font-weight: bold;
}

.df_payment_method .payment_box {
    font-size: 14px;
    line-height: 22px;
    padding: 13px 0 0 24px;
}

.df_payment_method .payment_box p:last-child {
    margin-bottom: 0;
}

.df-account-navigation {
    border-radius: 4px;
    overflow: hidden;
}

.card .df-account-navigation {
    margin-top: -24px;
    margin-right: -24px;
    margin-bottom: -24px;
    margin-left: -24px;
}

.df-account-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card__header + .card__content .df-account-navigation {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.df-account-navigation__link > a {
    display: block;
    padding: 24px 24px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.2em;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.df-account-navigation__link > a:hover {
    background-color: #383759;
}

.df-account-navigation__link > a > small {
    font-size: 8px;
    line-height: 1.5em;
    display: block;
    color: #9e9caa;
}

.df-account-navigation__link > a > span {
    color: #3ffeca;
}

.df-account-navigation__link + li {
    border-top: 1px solid #3c3b5b;
}

.df-account-navigation__link:last-child > a {
    border-radius: 0 0 4px 4px;
}

.df-account-navigation__link--active > a,
.df-account-navigation .active > a {
    border-left: 6px solid #f92552;
    padding-left: 18px;
    background-color: #383759;
}

.shop-table tbody > tr > td {
    vertical-align: middle;
    border-bottom: 1px solid #3c3b5b;
}

@media (min-width:992px) {
    .shop-table tbody > tr > td:first-child {
        padding-left: 23px;
    }
}

@media (min-width:992px) {
    .shop-table thead > tr > th:first-child {
        padding-left: 23px;
    }
}

.shop-table td.product__photo,
.shop-table td.product__info,
.shop-table td.product__desc,
.shop-table td.product__price,
.shop-table td.product__availability,
.shop-table td.product__remove,
.shop-table td.product__size,
.shop-table td.product__color,
.shop-table td.product__quantity,
.shop-table td.product__total {
    font-size: 12px;
}

@media (min-width:992px) {
    .shop-table td.product__photo,
    .shop-table td.product__info,
    .shop-table td.product__desc,
    .shop-table td.product__price,
    .shop-table td.product__availability,
    .shop-table td.product__remove,
    .shop-table td.product__size,
    .shop-table td.product__color,
    .shop-table td.product__quantity,
    .shop-table td.product__total {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

.shop-table .product__price,
.shop-table .product__availability,
.shop-table .product__remove,
.shop-table .product__size,
.shop-table .product__color,
.shop-table .product__quantity,
.shop-table .product__total {
    text-align: center;
}

.shop-table .product__price,
.shop-table .product__availability,
.shop-table .product__size {
    color: #fff;
}

.shop-table .product__info .product__cat {
    font-size: 8px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 400;
}

.shop-table .product__info .product__cat + .product__name {
    padding: 0.2em 0 0.5em 0;
}

.shop-table .product__info .product__name {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
}

@media (min-width:992px) {
    .shop-table .product__info .product__name {
        font-size: 13px;
        font-size: 12px;
    }
}

.shop-table .product__info .product__name > a {
    color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.shop-table .product__info .product__name > a:hover {
    color: #f92552;
}

.shop-table .product__info .product__ratings .fa-star {
    font-size: 10px;
    color: #3ffeca;
}

.shop-table .product__info .product__ratings .fa-star.empty {
    color: #4e4d73;
}

.shop-table td.product__price {
    font-weight: 700;
    color: #7f7e8c;
}

.shop-table td.product__availability {
    font-weight: 700;
}

.shop-table .product__no-available {
    opacity: .6;
}

.shop-table td.product__size {
    font-weight: 700;
}

.shop-table td.product__total {
    font-weight: 700;
    color: #fff;
}

@media (min-width:992px) {
    .shop-table .product__remove {
        padding-right: 23px;
    }
}

.shop-table .product__remove-icon {
    color: #3c3b5b;
    color: #7f7e8c;
    opacity: .6;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.shop-table .product__remove-icon:hover {
    opacity: 1;
}

.shop-table td.product__desc {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

@media (min-width:768px) {
    .shop-table td.product__desc {
        font-size: 14px;
        line-height: 22px;
        font-size: 12px;
        line-height: 1.5em;
        color: #7f7e8c;
    }
}

.shop-table td.product__photo {
    padding-right: 0;
}

.shop-table td.product__photo .product__thumb {
    width: 50px;
    margin-right: 0;
}

@media (min-width:992px) {
    .shop-table td.product__info {
        width: 21%;
    }
}

@media (min-width:992px) {
    .shop-table td.product__desc {
        width: 33%;
    }
}

@media (min-width:992px) {
    .shop-table td.product__availability {
        width: 12%;
    }
}

.shop-table .product__thumb {
    overflow: hidden;
    border-radius: 4px;
}

.shop-table .product__color-item {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #3c3b5b;
    border-radius: 50%;
    position: relative;
}

.shop-table .product__color-item::before {
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
}

.shop-table .product__color-item--selected::before {
    border: 2px solid #3c3b5b;
}

.shop-table .product__color-item--color-orange {
    background-color: #ff860f;
}

.shop-table .product__color-item--color-orange::before {
    border-color: #ff860f;
}

.shop-table .product__color-item--color-blue {
    background-color: #1e81f1;
}

.shop-table .product__color-item--color-blue::before {
    border-color: #1e81f1;
}

.shop-table .product__color-item--color-aqua {
    background-color: #1af1e4;
}

.shop-table .product__color-item--color-aqua::before {
    border-color: #1af1e4;
}

.shop-table .product__color-item--color-black {
    background-color: #1e202f;
}

.shop-table .product__color-item--color-black::before {
    border-color: #1e202f;
}

@media (min-width:1200px) {
    .shipping-details-row .card {
        min-height: 380px;
    }
    .shipping-details-row .card .coupon-code-form .form-group--submit {
        padding-top: 70px;
    }
}

.shipping-details-row .df-checkout-payment .place-order {
    border-top: none;
}

.shipping-details-row .df-checkout-review-order-table tfoot tr:first-child th,
.shipping-details-row .df-checkout-review-order-table tfoot tr:first-child td {
    border-top: none;
}

.df-checkout-payment .place-order {
    border-top: none;
}

.coupon-code-form-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coupon-code-form-inner label {
    white-space: nowrap;
    padding-right: 15px;
    margin-bottom: 0;
}

.shop-banner {

    /*    background-image: -webkit-linear-gradient(right bottom, #140078, #4dcbff);
    background-image: linear-gradient(to left top, #140078, #4dcbff);*/
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

@media (min-width:992px) {
    .shop-banner {
        min-height: 260px;
    }
}

@media (min-width:1200px) {
    .shop-banner {
        min-height: 320px;
    }
}

.shop-banner__content {
    position: relative;
    z-index: 2;
    padding: 30px 40px;
    color: #fff;
    text-align: center;
}

@media (min-width:992px) {
    .shop-banner__content {
        width: 320px;
        padding: 32px 0 30px 40px;
    }
}

@media (min-width:1200px) {
    .shop-banner__content {
        width: 395px;
        padding: 40px 0 40px 55px;
    }
}

.shop-banner__txt1 {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: .75em;
}

@media (min-width:992px) {
    .shop-banner__txt1 {
        font-size: 12px;
    }
}

@media (min-width:1200px) {
    .shop-banner__txt1 {
        font-size: 14px;
    }
}

.shop-banner__title {
    font-size: 32px;
    line-height: 1.13em;
    color: #fff;
    border: 3px solid #fff;
    margin-bottom: .175em;
    padding: 0 .1em;
    display: inline-block;
}

@media (min-width:992px) {
    .shop-banner__title {
        font-size: 48px;
        border-width: 4px;
    }
}

@media (min-width:1200px) {
    .shop-banner__title {
        font-size: 64px;
        border-width: 6px;
    }
}

.shop-banner__subtitle {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    letter-spacing: .5em;
    line-height: 1.2em;
    margin-bottom: .75em;
    white-space: nowrap;
}

@media (min-width:992px) {
    .shop-banner__subtitle {
        font-size: 14px;
        letter-spacing: .5em;
    }
}

@media (min-width:1200px) {
    .shop-banner__subtitle {
        font-size: 16px;
        letter-spacing: .85em;
    }
}

.shop-banner__subtitle::before,
.shop-banner__subtitle::after {
    content: "\f005";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #f92552;
    font-weight: 400;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop-banner__subtitle::before {
    margin-right: 1.25em;
}

.shop-banner__subtitle::after {
    margin-left: 0.75em;
}

.shop-banner__btn {
    margin-top: 1.85em;
}

@media (max-width:991px) {
    .shop-banner__btn {
        font-size: 12px;
        padding: 10px 30px;
        margin-top: 1em;
    }
}

@media (min-width:1200px) {
    .shop-banner__btn {
        margin-top: 1.85em;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .shop-banner__btn {
        font-size: 12px;
        padding: 12px 40px;
        margin-top: 1em;
    }
}

/*.shop-banner__img {
position: absolute;
right: 0;
top: 0;
z-index: 1;
}*/

@media (min-width:992px) and (max-width:1199px) {
    .shop-banner__img {
        max-width: 55%;
    }
}

.shop-banner__bg-txt {
    display: block;
    position: absolute;
    left: -30%;
    top: -17%;
    font-size: 230px;
    line-height: 1em;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #fff;
    opacity: 0.06;
    pointer-events: none;
}

.shop-banner__discount {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    padding: 13px 11px 0 0;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.03em;
}

@media (max-width:991px) {
    .shop-banner__discount {
        display: none;
    }
}

.shop-banner__discount::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 166px solid #4dcbff;
    border-left: 208px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.shop-banner__discount-txt {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 1.2em;
}

.shop-banner__discount-price {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 48px;
    line-height: 1em;
}

.shop-filter {
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:991px) {
    .shop-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }
}

.shop-filter__result {
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color:#286090;
    padding:15px 0;
}

@media (max-width:991px) {
    .shop-filter__result {
        padding: 24px 24px 12px 24px;
    }
}

.shop-filter__params {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width:991px) {
    .shop-filter__params {
        display: block;
        width: 100%;
        padding: 0 0 10px 14px;
        text-align: left;
    }
}

.shop-filter__control {
    padding-left: 14px;
    float: left;
}

@media (min-width:992px) and (max-width:1199px) {
    .shop-filter__control {
        padding-left: 0;
    }
}

.shop-filter__control:first-child {
    padding-left: 0;
}

@media (max-width:479px) {
    .shop-filter__control {
        padding: 5px 0 5px 0;
    }
}

.shop-filter__control select.form-control {
    border: none;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    height: 24px;
    padding: 4px 24px 4px 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #323150;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23ffffff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-size: 6px 4px;
    color: #fff;
}

.shop-filter__layout {
    height: 72px;
    overflow: hidden;
    margin-left: 20px;
}

@media (max-width:991px) {
    .shop-filter__layout {
        display: block;
        margin-left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.shop-filter__grid-layout,
.shop-filter__list-layout {
    float: left;
    width: 72px;
    height: 72px;
    border-left: 1px solid #3c3b5b;
}

@media (max-width:992px) {
    .shop-filter__grid-layout,
    .shop-filter__list-layout {
        border-top: 1px solid #3c3b5b;
        width: 50%;
    }
}

.icon-grid-layout {
    position: relative;
    display: block;
}

.icon-grid-layout__inner {
    display: block;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.icon-grid-layout__item {
    display: block;
    position: relative;
    width: 4px;
    height: 4px;
    font-size: 0;
    line-height: 0;
    background-color: #4e4d73;
    margin: 0 auto 3px auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.icon-grid-layout__item::before,
.icon-grid-layout__item::after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #4e4d73;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.icon-grid-layout__item::before {
    left: -7px;
}

.icon-grid-layout__item::after {
    left: 7px;
}

.icon-grid-layout--active .icon-grid-layout__item {
    background-color: #3ffeca;
}

.icon-grid-layout--active .icon-grid-layout__item::before,
.icon-grid-layout--active .icon-grid-layout__item::after {
    background-color: #3ffeca;
}

.icon-grid-layout:hover .icon-grid-layout__item {
    background-color: #3ffeca;
}

.icon-grid-layout:hover .icon-grid-layout__item::before,
.icon-grid-layout:hover .icon-grid-layout__item::after {
    background-color: #3ffeca;
}

.icon-grid-layout:hover .icon-grid-layout__item:first-child {
    -webkit-animation: icon-grid-layout-1 .5s;
    animation: icon-grid-layout-1 .5s;
}

.icon-grid-layout:hover .icon-grid-layout__item:first-child::before {
    -webkit-animation: icon-grid-layout-1-before .5s;
    animation: icon-grid-layout-1-before .5s;
}

.icon-grid-layout:hover .icon-grid-layout__item:first-child::after {
    -webkit-animation: icon-grid-layout-1-after .5s;
    animation: icon-grid-layout-1-after .5s;
}

.icon-grid-layout:hover .icon-grid-layout__item:nth-child(2)::before {
    -webkit-animation: icon-grid-layout-2-before .5s;
    animation: icon-grid-layout-2-before .5s;
}

.icon-grid-layout:hover .icon-grid-layout__item:nth-child(2)::after {
    -webkit-animation: icon-grid-layout-2-after .5s;
    animation: icon-grid-layout-2-after .5s;
}

.icon-grid-layout:hover .icon-grid-layout__item:nth-child(3) {
    -webkit-animation: icon-grid-layout-3 .5s;
    animation: icon-grid-layout-3 .5s;
}

.icon-grid-layout:hover .icon-grid-layout__item:nth-child(3)::before {
    -webkit-animation: icon-grid-layout-3-before .5s;
    animation: icon-grid-layout-3-before .5s;
}

.icon-grid-layout:hover .icon-grid-layout__item:nth-child(3)::after {
    -webkit-animation: icon-grid-layout-3-after .5s;
    animation: icon-grid-layout-3-after .5s;
}

@-webkit-keyframes icon-grid-layout-1 {
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@keyframes icon-grid-layout-1 {
    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@-webkit-keyframes icon-grid-layout-1-before {
    50% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
}

@keyframes icon-grid-layout-1-before {
    50% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
}

@-webkit-keyframes icon-grid-layout-1-after {
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
}

@keyframes icon-grid-layout-1-after {
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
}

@-webkit-keyframes icon-grid-layout-2-before {
    50% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
}

@keyframes icon-grid-layout-2-before {
    50% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
}

@-webkit-keyframes icon-grid-layout-2-after {
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
}

@keyframes icon-grid-layout-2-after {
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
}

@-webkit-keyframes icon-grid-layout-3 {
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}

@keyframes icon-grid-layout-3 {
    50% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
}

@-webkit-keyframes icon-grid-layout-3-before {
    50% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
}

@keyframes icon-grid-layout-3-before {
    50% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
}

@-webkit-keyframes icon-grid-layout-3-after {
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
}

@keyframes icon-grid-layout-3-after {
    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
}

.icon-list-layout {
    position: relative;
}

.icon-list-layout__inner {
    display: block;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.icon-list-layout__item {
    display: block;
    position: relative;
    width: 4px;
    height: 4px;
    font-size: 0;
    line-height: 0;
    background-color: #4e4d73;
    margin: 0 0 3px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.icon-list-layout__item::before {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 4px;
    background-color: #4e4d73;
    left: 7px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.icon-list-layout--active .icon-list-layout__item {
    background-color: #3ffeca;
}

.icon-list-layout--active .icon-list-layout__item::before {
    background-color: #3ffeca;
}

.icon-list-layout:hover .icon-list-layout__item {
    -webkit-animation: icon-list-layout 0.5s;
    animation: icon-list-layout 0.5s;
    background-color: #3ffeca;
}

.icon-list-layout:hover .icon-list-layout__item::before {
    background-color: #3ffeca;
    -webkit-animation: icon-list-layout-before 0.5s;
    animation: icon-list-layout-before 0.5s;
}

.icon-list-layout:hover .icon-list-layout__item:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.icon-list-layout:hover .icon-list-layout__item:nth-child(2)::before {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.icon-list-layout:hover .icon-list-layout__item:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.icon-list-layout:hover .icon-list-layout__item:nth-child(3)::before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes icon-list-layout {
    50% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}

@keyframes icon-list-layout {
    50% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
}

@-webkit-keyframes icon-list-layout-before {
    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

@keyframes icon-list-layout-before {
    50% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

.products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product__item {
    overflow: hidden;
}

.product__content {
    position: relative;
}

@media (min-width:992px) {
    .product__content {
        padding: 35px 36px 30px 36px;
    }
}

.product__category {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: .75em;
}

.product__title {
    margin-bottom: 0;
    line-height: 1.2em;
    font-size: 16px;
}

@media (min-width:992px) {
    .product__title {
        font-size: 20px;
    }
}

@media (min-width:1200px) {
    .product__title {
        font-size: 22px;
    }
}

.product__title > a {
    color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.product__title > a:hover {
    color: #f92552;
}

.product__ratings {
    font-size: 10px;
    line-height: 1.2em;
}

.product__title + .product__ratings {
    margin-top: 10px;
}

.product__ratings .fa {
    color: #3ffeca;
    margin-right: 3px;
}

.product__ratings .empty {
    color: #4e4d73;
}

.product__excerpt {
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .product__excerpt {
        margin-bottom: 46px;
    }
}

.product__excerpt--sm {
    margin-bottom: 10px;
}

@media (min-width:992px) {
    .product__excerpt--sm {
        margin-bottom: 26px;
    }
}

.product__footer .btn + .btn {
    margin-left: 7px;
}

.product__add-to-cart .icon-bag {
    font-size: 15px;
    line-height: 1.2em;
    vertical-align: middle;
}

.product__params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:1200px) {
    .product__params {
        margin-bottom: 56px;
    }
}

.product__params h6 {
    font-size: 11px;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.product__param-item--color {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width:1200px) {
    .product__param-item--color {
        width: 40%;
        margin-bottom: 0;
    }
}

@media (min-width:1200px) {
    .product__param-item--color-lg {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .product__param-item--size {
        width: 25%;
        padding-right: 7%;
    }
}

@media (min-width:1200px) {
    .product__param-item--size-lg {
        width: 75%;
        padding-right: 7%;
    }
}

@media (min-width:1200px) {
    .product__param-item--quantity {
        width: 18%;
    }
}

.product__bg-letters {
    display: block;
    position: absolute;
    left: -0.35em;
    top: -0.2em;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: #fff;
    opacity: .1;
    font-size: 230px;
    pointer-events: none;
}

.product__slider.slick-slider {
    margin-bottom: 0;
}

.product__slider .product__slide {
    position: relative;
    height: 330px;
}

.product__slider .slick-dots {
    bottom: 13px;
}

.product__slider .slick-dots li {
    height: 6px;
    width: 6px;
    margin: 0 3px;
}

.product__slider .slick-dots li button {
    height: 6px;
    width: 6px;
    line-height: 6px;
    background-color: #fff;
    opacity: 0.4;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.product__slider .slick-dots li button:hover,
.product__slider .slick-dots li button:focus {
    opacity: 1;
}

.product__slider .slick-dots li button:hover {
    background-color: #fff;
}

.product__slider .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}

.product__slide-img {
    position: relative;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 10px;
}

.product__slide-img img {
    margin: 0 auto;
}

.product__slide-img::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 150px;
    height: 10px;
    background: transparent;
    border-radius: 100px/50px;
    box-shadow: 0 40px 10px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product__slider-soccer-wrapper {
    padding: 60px 0 0 40px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (min-width:992px) {
    .product__slider-soccer-wrapper {
        margin-bottom: 36px;
    }
}

.product__slider-soccer {
    text-align: center;
    width: 250px;
    margin: 0 auto;
}

@media (min-width:992px) {
    .product__slider-soccer {
        float: left;
    }
}

.product__slider-soccer img {
    display: inline-block;
}

.product__slider-thumbs {
    margin-right: 20px;
    width: 62px;
    float: left;
    display: none;
}

@media (min-width:992px) {
    .product__slider-thumbs {
        display: block;
    }
}

.product__slide-thumb {
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
}

.product__slide-thumb:hover {
    cursor: pointer;
}

.product__slide-thumb img {
    vertical-align: top;
    opacity: .4;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.product__slide-thumb.slick-current img {
    opacity: 1;
}

.product__slide-thumb-holder {
    display: inline-block;
    border: 1px solid #3c3b5b;
}

.products--list .product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:991px) {
    .products--list .product__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.products--list .product__header {
    margin-bottom: 18px;
}

@media (min-width:992px) {
    .products--list .product__header {
        margin-bottom: 24px;
    }
}

.products--list .product__header:not(.product__header--block) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products--list .product__img {
    text-align: center;
}

@media (max-width:991px) {
    .products--list .product__img {
        width: 100%;
    }
}

.products--list .product__price {
    margin-left: auto;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1.2em;
}

@media (min-width:992px) {
    .products--list .product__price {
        font-size: 22px;
    }
}

.products--list .product__item--color-1 .product__img {
    background-image: -webkit-linear-gradient(right bottom, #fe2b00, #f7d500);
    background-image: linear-gradient(to left top, #fe2b00, #f7d500);
}

.products--list .product__item--color-2 .product__img {
    background-image: -webkit-linear-gradient(right bottom, #003e78, #33fff3);
    background-image: linear-gradient(to left top, #003e78, #33fff3);
}

.products--list .product__item--color-3 .product__img {
    background-image: -webkit-linear-gradient(right bottom, #00adbd, #7cffd0);
    background-image: linear-gradient(to left top, #00adbd, #7cffd0);
}

.products--list .product__item--color-4 .product__img {
    background-image: -webkit-linear-gradient(right bottom, #3f1464, #dd2f8d);
    background-image: linear-gradient(to left top, #3f1464, #dd2f8d);
}

.products--list .product__item--color-5 .product__img {
    background-image: -webkit-linear-gradient(right bottom, #140078, #4dcbff);
    background-image: linear-gradient(to left top, #140078, #4dcbff);
}

.products--list .product__item--color-6 .product__img {
    background-image: -webkit-linear-gradient(right bottom, #006f3f, #bdff3d);
    background-image: linear-gradient(to left top, #006f3f, #bdff3d);
}

.products--list .product__img-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (min-width:992px) {
    .products--list .product__img-holder {
        width: 250px;
    }
}

@media (min-width:1200px) {
    .products--list .product__img-holder {
        width: 278px;
    }
}

.products--list .product__slide-img img {
    max-width: 64%;
}

@media (max-width:479px) {
    .products--list .product__footer .btn {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }
    .products--list .product__footer .product__wish {
        float: left;
        width: 48%;
    }
    .products--list .product__footer .product__view {
        width: 48%;
        float: right;
    }
    .products--list .product__footer .btn + .btn {
        margin-top: 7px;
    }
}

.products--list-sm .product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:480px) {
    .products--list-sm .product__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.products--list-sm .product__slider .product__slide {
    height: 240px;
}

@media (min-width:768px) {
    .products--list-sm .product__slider .product__slide {
        height: 138px;
    }
}

@media (min-width:992px) {
    .products--list-sm .product__img-holder {
        width: 130px;
    }
}

@media (min-width:1200px) {
    .products--list-sm .product__img-holder {
        width: 140px;
    }
}

.products--list-sm .product__bg-letters {
    font-size: 106px;
}

.products--list-sm .product__header {
    display: block;
    margin-bottom: 0;
    padding-right: 10px;
}

@media (min-width:480px) {
    .products--list-sm .product__header {
        min-width: 29%;
    }
}

.products--list-sm .product__title {
    font-size: 16px;
    margin-bottom: .25em;
}

.products--list-sm .product__ratings {
    padding-top: 7px;
    margin-bottom: 14px;
}

.products--list-sm .product__price {
    font-size: 16px;
}

.products--list-sm .product__excerpt {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 22px;
    padding: 20px 0;
    color: #7f7e8c;
}

@media (min-width:480px) {
    .products--list-sm .product__excerpt {
        padding: 0 0 0 0;
        min-width: 45%;
    }
}

.products--list-sm .product__footer {
    width: 100%;
}

@media (min-width:480px) {
    .products--list-sm .product__footer {
        min-width: 23%;
        text-align: center;
    }
}

.products--list-sm .product__footer .btn {
    float: none;
    width: 38px;
    display: inline-block;
    margin: 0 2px;
}

.products--list-sm .product__footer .btn + .btn {
    margin: 0 2px;
}

@media (min-width:480px) {
    .products--list-sm .product__footer .btn {
        margin: 0 8px;
    }
    .products--list-sm .product__footer .btn + .btn {
        margin: 0 8px;
    }
}

@media (min-width:992px) {
    .products--list-lg .product__content {
        padding: 60px 50px 54px 50px;
    }
}

.products--list-lg .product__header {
    margin-bottom: 30px;
}

@media (min-width:992px) {
    .products--list-lg .product__header {
        margin-bottom: 44px;
    }
}

.products--list-lg .product__category {
    font-size: 11px;
}

@media (min-width:992px) {
    .products--list-lg .product__title {
        font-size: 24px;
    }
}

@media (min-width:1200px) {
    .products--list-lg .product__title {
        font-size: 30px;
    }
}

.products--list-lg .product__ratings {
    font-size: 13px;
}

.product__title + .products--list-lg .product__ratings {
    margin-top: 10px;
}

.products--list-lg .product__ratings .fa {
    margin-right: 3px;
}

@media (min-width:992px) {
    .products--list-lg .product__price {
        font-size: 24px;
    }
}

@media (min-width:1200px) {
    .products--list-lg .product__price {
        font-size: 30px;
    }
}

.products--list-lg .product__header--block .product__price {
    margin-top: .5em;
}

@media (min-width:1200px) {
    .products--list-lg .product__header--block .product__price {
        font-size: 26px;
    }
}

.products--list-lg .product__excerpt h6 {
    font-size: 11px;
    line-height: 1.2em;
    margin-bottom: 1.75em;
}

@media (max-width:479px) {
    .products--list-lg .product__footer .product__wish {
        float: none;
        width: 100%;
    }
}

.products--list-lg .product__wish-fab {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 38px !important;
    height: 38px;
    float: none;
}

@media (max-width:479px) {
    .products--list-lg .product__wish-fab {
        width: 38px;
        height: 38px;
        right: 10px;
        top: 5px;
    }
}

.products--list-lg .product__bg-letters {
    font-size: 320px;
}

@media (min-width:992px) {
    .products--list-lg .product__img-holder {
        width: 420px;
    }
}

@media (min-width:1200px) {
    .products--list-lg .product__img-holder {
        width: 500px;
    }
}

.products--list-lg .product__slider .product__slide {
    height: 360px;
}

@media (min-width:992px) {
    .products--list-lg .product__slider .product__slide {
        height: 250px;
    }
}

.products--list-lg .product__slider .slick-dots {
    bottom: 13px;
}

.products--list-lg .product__slider .slick-dots li {
    height: 8px;
    width: 8px;
    margin: 0 6px;
}

.products--list-lg .product__slider .slick-dots li button {
    height: 8px;
    width: 8px;
    line-height: 8px;
}

.products--list-condensed .product__item {
    margin-bottom: -1px;
    border-radius: 0;
}

.products--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
}

.products--grid .product__item {
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 8px;
}

@media (min-width:480px) {
    .products--grid .product__item {
        -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
}

@media (min-width:768px) {
    .products--grid .product__item {
        -ms-flex-preferred-size: calc(33.3% - 16px);
        flex-basis: calc(33.3% - 16px);
        max-width: calc(33.3% - 16px);
    }
}

@media (min-width:768px) {
    .products--grid.products--grid-4 .product__item {
        -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
}

@media (min-width:992px) {
    .products--grid.products--grid-4 .product__item {
        -ms-flex-preferred-size: calc(25% - 16px);
        flex-basis: calc(25% - 16px);
        max-width: calc(25% - 16px);
    }
}

.products--grid .product__item--color-1 {
    background-image: -webkit-linear-gradient(right bottom, #3f3f3f, #3f3f3f);
    background-image: linear-gradient(to left top, #3f3f3f, #3f3f3f);
}

.products--grid .product__item--color-2 {
    background-image: -webkit-linear-gradient(right bottom, #003e78, #33fff3);
    background-image: linear-gradient(to left top, #003e78, #33fff3);
}

.products--grid .product__item--color-3 {
    background-image: -webkit-linear-gradient(right bottom, #00adbd, #7cffd0);
    background-image: linear-gradient(to left top, #00adbd, #7cffd0);
}

.products--grid .product__item--color-4 {
    background-image: -webkit-linear-gradient(right bottom, #3f1464, #dd2f8d);
    background-image: linear-gradient(to left top, #3f1464, #dd2f8d);
}

.products--grid .product__item--color-5 {
    background-image: -webkit-linear-gradient(right bottom, #140078, #4dcbff);
    background-image: linear-gradient(to left top, #140078, #4dcbff);
}

.products--grid .product__item--color-6 {
    background-image: -webkit-linear-gradient(right bottom, #006f3f, #bdff3d);
    background-image: linear-gradient(to left top, #006f3f, #bdff3d);
}

.products--grid .product__header {
    text-align: center;
    margin-bottom: 24px;
}

@media (min-width:992px) {
    .products--grid .product__header {
        margin-bottom: 36px;
    }
}

.products--grid .product__category {
    color: #fff;
}

.products--grid .product__title {
    color: #fff;
    font-size: 14px;
}

.products--grid .product__title > a {
    color: #fff;
}

.products--grid .product__ratings .empty {
    color: #fff;
    opacity: .3;
}

.products--grid .product__price {
    position: absolute;
    right: 23px;
    top: 20px;
    font-family: "Exo 2", sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
}

.products--grid .product__content {
    padding: 15px 20px;
}

.products--grid .product__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width:768px) and (max-width:1199px) {
    .products--grid .product__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.products--grid-overlay .products--grid .product__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #323150;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.products--grid .product__footer .product__add-to-cart {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width:768px) and (max-width:1199px) {
    .products--grid .product__footer .product__add-to-cart {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 7px;
    }
}

.products--grid .product__footer .btn {
    padding-left: 0;
    padding-right: 0;
}

.products--grid .product__footer .btn-single-icon {
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;
}

@media (min-width:768px) and (max-width:1199px) {
    .products--grid .product__footer .btn-single-icon {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        margin: 0;
    }
}

.products--grid .product__footer .btn-single-icon.btn-circle {
    -ms-flex-preferred-size: 38px;
    flex-basis: 38px;
    margin: 0 10px;
}

@media (min-width:768px) and (max-width:1199px) {
    .products--grid .product__footer .btn-single-icon.btn-circle {
        -ms-flex-preferred-size: 38px;
        flex-basis: 38px;
        margin: 0 11px;
    }
}

@media (min-width:1200px) {
    .products--grid .product__footer .btn-single-icon.btn-circle {
        -ms-flex-preferred-size: 38px;
        flex-basis: 38px;
        margin: 0 11px;
    }
}

.products--grid .product__slider .product__slide {
    height: 210px;
}

.products--grid .product__slider .slick-dots {
    text-align: left;
    bottom: auto;
    top: 10px;
    left: 23px;
}

.products--grid .product__slider .product__slide-img {
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    padding-bottom: 0;
}

.products--grid-overlay .product__item .product__content {
    background-color: #323150;
    margin-bottom: 0;
    position: relative;
    padding: 21px 0 17px 0;
}

.products--grid-overlay .product__item .product__content .product__header {
    margin-bottom: 0;
}

@media (min-width:992px) {
    .products--grid-overlay .product__item .product__content .product__header {
        margin-bottom: 0;
    }
}

.products--grid-overlay .product__item .product__content .product__price {
    position: static;
    display: inline-block;
}

.products--grid-overlay .product__item .product__content .product__ratings {
    display: inline-block;
    margin-right: 0.5em;
}

.products--grid-overlay .product__item .product__content .product__title {
    margin-bottom: .2em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.products--grid-overlay .product__item .product__content .product__category {
    color: #9e9caa;
    margin-bottom: .25em;
}

.products--grid-overlay .product__item .product__content:hover .product__footer {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.products--grid-overlay .product__item .product__footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #323150;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.products--grid-overlay .product__item .product__slider .product__slide {
    height: 283px;
}

.products--grid-overlay .product__item .product__slider .slick-dots {
    padding-bottom: 10px;
    text-align: center;
    position: static;
}

.products--grid-overlay .product__item .product__btn-add-remove {
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 2;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.products--grid-overlay .product__item .product__btn-add-remove:hover {
    background-color: #f92552;
}

.products--grid-overlay .product__item .product__btn-add-remove:hover .product__close-icon {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.products--grid-overlay .product__item .product__btn-add-remove:hover .icon-heart {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.products--grid-overlay .product__item .product__btn-add-remove i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.products--grid-overlay .product__item .product__btn-add-remove .icon-heart {
    opacity: 1;
}

.products--grid-overlay .product__item .product__btn-add-remove .product__close-icon {
    width: 10px;
    height: 10px;
    display: block;
    opacity: 0;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px);
    background-position: 0 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath transform='translate(-701.062 -492.062)' fill='%23fff' d='M709.536,492.05l1.414,1.414-8.485,8.485-1.415-1.414Zm1.414,8.485-1.414,1.414-8.486-8.485,1.415-1.414Z'/%3E%3C/svg%3E");
}

.products--grid-condensed {
    margin: 0;
}

.products--grid-condensed .product__item {
    position: relative;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 -1px -1px 0;
    border-radius: 0;
}

@media (min-width:480px) {
    .products--grid-condensed .product__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (min-width:768px) {
    .products--grid-condensed .product__item {
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%;
    }
}

.products--grid-condensed .product__img {
    text-align: center;
}

@media (min-width:768px) {
    .products--grid-condensed.products--grid-4 .product__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (min-width:992px) {
    .products--grid-condensed.products--grid-4 .product__item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}

.products--grid-condensed .product__header {
    text-align: left;
    margin-bottom: 10px;
}

@media (min-width:992px) {
    .products--grid-condensed .product__header {
        margin-bottom: 10px;
    }
}

.products--grid-condensed .product__header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products--grid-condensed .product__category,
.products--grid-condensed .product__ratings {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.products--grid-condensed .product__ratings {
    text-align: right;
}

.products--grid-condensed .product__price {
    text-align: right;
}

.products--grid-light .product__category {
    color: #9e9caa;
}

.products--grid-light .product__title {
    color: #fff;
    font-size: 12px;
}

.products--grid-light .product__title > a {
    color: #3c3b5b;
}

.products--grid-light .product__title > a:hover {
    color: #f92552;
}

.products--grid-light .product__ratings .empty {
    color: #dce0e7;
    opacity: 1;
}

.products--grid-light .product__price {
    position: static;
    font-family: "Exo 2", sans-serif;
    color: #fff;
    font-size: 12px;
}

.filter-color {
    list-style: none;
    padding: 0;
    margin: 0 0 -12px 0;
    overflow: hidden;
}

.filter-color__item {
    display: inline-block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    margin: 0 3px 12px 3px;
}

.filter-color__item [class*="indicator"] {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-color: #3c3b5b;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 4px;
    top: 4px;
    margin-top: 0;
}

.filter-color__item [class*="indicator"]:hover {
    cursor: pointer;
}

.filter-color__item [class*="indicator"]::before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.filter-color__item input[type="checkbox"]:checked + [class*="indicator"],
.filter-color__item input[type="radio"]:checked + [class*="indicator"] {
    background-color: #3c3b5b;
    border-color: #3c3b5b;
    background-image: none !important;
}

.filter-color__item input[type="checkbox"]:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"]:checked + [class*="indicator"]::before {
    border-color: #3c3b5b;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filter-color__item input[type="checkbox"].color-white + [class*="indicator"],
.filter-color__item input[type="radio"].color-white + [class*="indicator"] {
    background-color: #fff;
    border-color: #3c3b5b;
}

.filter-color__item input[type="checkbox"].color-white:checked + [class*="indicator"],
.filter-color__item input[type="radio"].color-white:checked + [class*="indicator"] {
    background-color: #fff;
    border-color: #fff;
}

.filter-color__item input[type="checkbox"].color-white:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"].color-white:checked + [class*="indicator"]::before {
    border-color: #fff;
}

.filter-color__item input[type="checkbox"].color-violet + [class*="indicator"],
.filter-color__item input[type="radio"].color-violet + [class*="indicator"] {
    background-color: #6e53bc;
    border-color: #6e53bc;
}

.filter-color__item input[type="checkbox"].color-violet:checked + [class*="indicator"],
.filter-color__item input[type="radio"].color-violet:checked + [class*="indicator"] {
    background-color: #6e53bc;
    border-color: #6e53bc;
}

.filter-color__item input[type="checkbox"].color-violet:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"].color-violet:checked + [class*="indicator"]::before {
    border-color: #6e53bc;
}

.filter-color__item input[type="checkbox"].color-blue + [class*="indicator"],
.filter-color__item input[type="radio"].color-blue + [class*="indicator"] {
    background-color: #1e81f1;
    border-color: #1e81f1;
}

.filter-color__item input[type="checkbox"].color-blue:checked + [class*="indicator"],
.filter-color__item input[type="radio"].color-blue:checked + [class*="indicator"] {
    background-color: #1e81f1;
    border-color: #1e81f1;
}

.filter-color__item input[type="checkbox"].color-blue:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"].color-blue:checked + [class*="indicator"]::before {
    border-color: #1e81f1;
}

.filter-color__item input[type="checkbox"].color-light-blue + [class*="indicator"],
.filter-color__item input[type="radio"].color-light-blue + [class*="indicator"] {
    background-color: #00cbf6;
    border-color: #00cbf6;
}

.filter-color__item input[type="checkbox"].color-light-blue:checked + [class*="indicator"],
.filter-color__item input[type="radio"].color-light-blue:checked + [class*="indicator"] {
    background-color: #00cbf6;
    border-color: #00cbf6;
}

.filter-color__item input[type="checkbox"].color-light-blue:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"].color-light-blue:checked + [class*="indicator"]::before {
    border-color: #00cbf6;
}

.filter-color__item input[type="checkbox"].color-cyan + [class*="indicator"],
.filter-color__item input[type="radio"].color-cyan + [class*="indicator"] {
    background-color: #1af1e4;
    border-color: #1af1e4;
}

.filter-color__item input[type="checkbox"].color-cyan:checked + [class*="indicator"],
.filter-color__item input[type="radio"].color-cyan:checked + [class*="indicator"] {
    background-color: #1af1e4;
    border-color: #1af1e4;
}

.filter-color__item input[type="checkbox"].color-cyan:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"].color-cyan:checked + [class*="indicator"]::before {
    border-color: #1af1e4;
}

.filter-color__item input[type="checkbox"].color-aqua + [class*="indicator"],
.filter-color__item input[type="radio"].color-aqua + [class*="indicator"] {
    background-color: #14ee85;
    border-color: #14ee85;
}

.filter-color__item input[type="checkbox"].color-aqua:checked + [class*="indicator"],
.filter-color__item input[type="radio"].color-aqua:checked + [class*="indicator"] {
    background-color: #14ee85;
    border-color: #14ee85;
}

.filter-color__item input[type="checkbox"].color-aqua:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"].color-aqua:checked + [class*="indicator"]::before {
    border-color: #14ee85;
}

.filter-color__item input[type="checkbox"].color-green + [class*="indicator"],
.filter-color__item input[type="radio"].color-green + [class*="indicator"] {
    background-color: #aff526;
    border-color: #aff526;
}

.filter-color__item input[type="checkbox"].color-green:checked + [class*="indicator"],
.filter-color__item input[type="radio"].color-green:checked + [class*="indicator"] {
    background-color: #aff526;
    border-color: #aff526;
}

.filter-color__item input[type="checkbox"].color-green:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"].color-green:checked + [class*="indicator"]::before {
    border-color: #aff526;
}

.filter-color__item input[type="checkbox"].color-yellow + [class*="indicator"],
.filter-color__item input[type="radio"].color-yellow + [class*="indicator"] {
    background-color: #ffde00;
    border-color: #ffde00;
}

.filter-color__item input[type="checkbox"].color-yellow:checked + [class*="indicator"],
.filter-color__item input[type="radio"].color-yellow:checked + [class*="indicator"] {
    background-color: #ffde00;
    border-color: #ffde00;
}

.filter-color__item input[type="checkbox"].color-yellow:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"].color-yellow:checked + [class*="indicator"]::before {
    border-color: #ffde00;
}

.filter-color__item input[type="checkbox"].color-orange + [class*="indicator"],
.filter-color__item input[type="radio"].color-orange + [class*="indicator"] {
    background-color: #ff860f;
    border-color: #ff860f;
}

.filter-color__item input[type="checkbox"].color-orange:checked + [class*="indicator"],
.filter-color__item input[type="radio"].color-orange:checked + [class*="indicator"] {
    background-color: #ff860f;
    border-color: #ff860f;
}

.filter-color__item input[type="checkbox"].color-orange:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"].color-orange:checked + [class*="indicator"]::before {
    border-color: #ff860f;
}

.filter-color__item input[type="checkbox"].color-red + [class*="indicator"],
.filter-color__item input[type="radio"].color-red + [class*="indicator"] {
    background-color: #ed2546;
    border-color: #ed2546;
}

.filter-color__item input[type="checkbox"].color-red:checked + [class*="indicator"],
.filter-color__item input[type="radio"].color-red:checked + [class*="indicator"] {
    background-color: #ed2546;
    border-color: #ed2546;
}

.filter-color__item input[type="checkbox"].color-red:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"].color-red:checked + [class*="indicator"]::before {
    border-color: #ed2546;
}

.filter-color__item input[type="checkbox"].color-black + [class*="indicator"],
.filter-color__item input[type="radio"].color-black + [class*="indicator"] {
    background-color: #1e202f;
    border-color: #1e202f;
}

.filter-color__item input[type="checkbox"].color-black:checked + [class*="indicator"],
.filter-color__item input[type="radio"].color-black:checked + [class*="indicator"] {
    background-color: #1e202f;
    border-color: #1e202f;
}

.filter-color__item input[type="checkbox"].color-black:checked + [class*="indicator"]::before,
.filter-color__item input[type="radio"].color-black:checked + [class*="indicator"]::before {
    border-color: #1e202f;
}

.filter-color__item.checkbox-inline {
    padding-left: 24px;
}

.filter-color__item input:disabled + [class*="indicator"] {
    background-color: #282840;
    border-color: #d8dce5;
}

.product-tabs .nav-product-tabs > li {
    border-radius: 0;
}

.product-tabs .nav-product-tabs > li > a {
    margin-right: 0;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #9e9caa;
    line-height: 1.2em;
    padding: 28px 20px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    border-top: none;
    margin-bottom: 0;
    border-bottom: 1px solid #3c3b5b;
}

@media (min-width:992px) {
    .product-tabs .nav-product-tabs > li > a {
        font-size: 13px;
    }
}

.product-tabs .nav-product-tabs > li > a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #f92552;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.product-tabs .nav-product-tabs > li > a > small {
    display: block;
    font-size: 8px;
    line-height: 1.2em;
    color: #9e9caa;
}

.product-tabs .nav-product-tabs > li > a:hover {
    background-color: transparent;
    border-left: none;
    border-right: none;
    color: #3c3b5b;
}

.product-tabs .nav-product-tabs > li > a:hover > small {
    color: #9e9caa;
}

.product-tabs .nav-product-tabs > .active > a,
.product-tabs .nav-product-tabs > .active > a:hover,
.product-tabs .nav-product-tabs > .active > a:focus {
    border: 1px solid #3c3b5b;
    border-left: none;
    border-right: none;
    color: #3c3b5b;
}

.product-tabs .nav-product-tabs > .active > a::before,
.product-tabs .nav-product-tabs > .active > a:hover::before,
.product-tabs .nav-product-tabs > .active > a:focus::before {
    height: 4px;
}

@media (min-width:768px) {
    .product-tabs .nav-product-tabs > li > a {
        border-radius: 0;
        border-right: none;
        border-top: none;
    }
    .product-tabs .nav-product-tabs > li:first-child > a {
        border-left: none !important;
    }
    .product-tabs .nav-product-tabs > .active > a,
    .product-tabs .nav-product-tabs > .active > a:hover,
    .product-tabs .nav-product-tabs > .active > a:focus {
        border-bottom-color: transparent;
        border-right: none;
        border-top: none;
    }
    .product-tabs .nav-product-tabs > li + li > a {
        border-left: 1px solid #3c3b5b !important;
    }
}

.product-tabs__section + .product-tabs__section {
    margin-top: 30px;
}

.product-tabs__header {
    padding-bottom: 2.5em;
}

.product-tabs__header h2 {
    margin-bottom: 0;
    font-style: italic;
}

.product-tabs__header .ratings {
    font-size: 11px;
    padding: 13px 0 0 0;
}

.product-tabs__header .ratings .fa {
    margin-right: 3px;
}

.product-tabs__header .ratings-result {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding-left: 9px;
}

.product-tabs__header--sm h2 {
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-tabs__header--sm .product-tabs__ratings {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-tabs__header--sm .product-tabs__ratings .highlight {
    color: #3ffeca;
}

.product-tabs__header--sm .product-tabs__reviews {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

#textarea-review {
    height: 162px;
}

.info-block {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-block__item {
    position: relative;
    min-height: 26px;
    padding: 2px 0 0 40px;
    margin-bottom: 34px;
    list-style: none;
    text-align: left;
}

.info-block__item:last-child {
    margin-bottom: 0;
}

.info-block__item .df-icon,
.info-block__item .df-icon-stack {
    position: absolute;
    left: 0;
    top: 0;
}

.header__primary .info-block__item {
    text-align: left;
    margin: 20px 0;
    padding: 2px 30px 16px 25px;
}

.header__primary .info-block__item.info-block__item--contact-primary {
    margin-top: 36px;
}

.header__primary .info-block__item.info-block__item--contact-secondary {
    margin-bottom: 0;
}

.header__primary .info-block__item .df-icon {
    left: 30px;
}

.header__primary .info-block__item .info-block__link {
    padding: 0;
    font-size: 9px;
    line-height: 1.2em;
    color: #7f7e8c;
    border: none;
}

.header__primary .info-block__item .info-block__link::before {
    display: none;
}

.header__primary .info-block__item .info-block__link:hover {
    color: #fff;
}

@media (min-width:992px) {
    .header__primary .info-block__item {
        display: none;
    }
}

.info-block__item--nopadding {
    padding-left: 0;
}

.info-block__item--helmet {
    padding-left: 50px;
}

.info-block__item--contact-primary {
    padding-left: 10px;
}

.info-block__item--contact-secondary {
    padding-left: 15px;
}

.info-block__heading {
    font-size: 9px;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
}

.info-block__link {
    display: block;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    line-height: 1.2em;
    color: #7f7e8c;
    vertical-align: top;
    -webkit-transition: color 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
    transition: color 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
}

.info-block__link:hover {
    color: #fff;
}

.info-block__link-wrapper {
    display: block;
}

.info-block--header {
    display: inline-block;
    vertical-align: middle;
}

.info-block--header .info-block__item {
    display: inline-block;
    margin: 7px 0 0 0;
}

@media (min-width:992px) {
    .info-block--header .info-block__item {
        padding-top: 20px;
        padding-bottom: 32px;
    }
    .info-block--header .info-block__item .df-icon {
        top: 24px;
        stroke: #3ffeca;
    }
    .info-block--header .info-block__item .df-icon-stack--bag {
        top: 3px;
    }
    .info-block--header .info-block__item .df-icon-stack--bag .df-icon--bag-handle {
        top: 19px;
    }
    .info-block--header .info-block__item .info-block__heading {
        margin-top: 5px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .info-block--header .info-block__item {
        margin-left: 20px;
    }
    .info-block__item--contact-secondary{display:none !important;}
}

.info-block--header .info-block__item.has-children > .info-block__link-wrapper {
    padding-right: 16px;
}

.info-block--header .info-block__item.has-children > .info-block__link-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 29px;
    width: 6px;
    height: 4px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
    background-size: 6px 4px;
    background-repeat: no-repeat;
    background-position: center center;
}

.info-block--header .info-block__item.has-children:hover .header-cart {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.info-block--header .info-block__item--shopping-cart .info-block__heading {
    margin-bottom: 3px;
}

.info-block--header .info-block__cart-sum {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    line-height: 1.2em;
    display: block;
    color: #3ffeca;
}

.info-block--header .header-cart {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    width: 360px;
    background-color: #383759;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.info-block--header .header-cart__item {
    position: relative;
    overflow: hidden;
    padding: 24px 24px 19px 24px;
    border-top: 1px solid #3c3b5b;
}

.info-block--header .header-cart__inner {
    overflow: hidden;
    padding: 5px 0 0 0;
}

.info-block--header .header-cart__product-thumb {
    float: left;
    margin: 0 12px 0 0;
    border-radius: 4px;
}

.info-block--header .header-cart__product-thumb img {
    max-width: 100%;
    height: auto;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 4px;
}

.info-block--header .header-cart__product-thumb img:hover {
    opacity: 0.7;
}

.info-block--header .header-cart__product-cat {
    display: block;
    font-size: 8px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    margin-bottom: .2em;
}

.info-block--header .header-cart__product-name {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: .5em;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-style: normal;
}

.info-block--header .header-cart__product-name > a {
    color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.info-block--header .header-cart__product-name > a:hover {
    color: #3ffeca;
}

.info-block--header .header-cart__product-ratings {
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 2px;
}

.info-block--header .header-cart__product-ratings .fa {
    margin-right: 2px;
    color: #3ffeca;
}

.info-block--header .header-cart__product-ratings .fa.empty {
    color: #4e4d73;
}

.info-block--header .header-cart__product-sum {
    font-size: 12px;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
    color: #fff;
}

.info-block--header .header-cart__close {
    display: block;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #938fa4;
    opacity: .4;
    font-size: 14px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.info-block--header .header-cart__close:hover {
    opacity: 1;
    cursor: pointer;
}

.info-block--header .header-cart__item--subtotal {
    overflow: hidden;
    font-size: 11px;
    line-height: 1.3em;
    padding-top: 21px;
    padding-bottom: 21px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
}

.info-block--header .header-cart__subtotal {
    float: left;
}

.info-block--header .header-cart__subtotal-sum {
    float: right;
    color: #3ffeca;
}

.info-block--header .header-cart__item--action {
    padding-top: 16px;
    padding-bottom: 16px;
}

.info-block--header .header-cart__item--action .btn {
    width: 48%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 0;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.info-block--header .header-cart__item--action .btn:first-child {
    float: left;
}

.info-block--header .header-cart__item--action .btn:last-child {
    float: right;
}

.footer-widgets .info-block__item .df-icon {
    stroke: #3ffeca;
}

.info-block--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

@media (min-width:992px) {
    .info-block--horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: auto;
    }
}

.info-block--horizontal .info-block__item {
    width: 100%;
    padding-left: 50px;
}

@media (min-width:768px) {
    .info-block--horizontal .info-block__item {
        width: 33.3%;
    }
}

@media (min-width:992px) {
    .info-block--horizontal .info-block__item {
        width: auto;
        margin: 0 20px;
    }
}

@media (min-width:1200px) {
    .info-block--horizontal .info-block__item {
        margin: 0 43px;
    }
}

@media (max-width:991px) {
    .info-block--horizontal .info-block__item:last-child {
        margin-bottom: 34px;
    }
}

.info-block--horizontal .info-block__item--social {
    padding-left: 0;
}

.btn-social-counter {
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #eeeff4;
    border-radius: 4px;
    min-height: 65px;
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
    padding: 20px 60px 18px 86px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn-social-counter + .btn-social-counter {
    margin-top: 10px;
}

.btn-social-counter:hover {
    color: #fff;
}

.btn-social-counter__icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 68px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 18px;
}

.btn-social-counter__icon .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btn-social-counter__title {
    font-size: 11px;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 1px;
    letter-spacing: -0.02em;
}

@media (min-width:992px) {
    .btn-social-counter__title {
        font-size: 13px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .btn-social-counter__title {
        font-size: 11px;
    }
}

.btn-social-counter__count {
    display: block;
    font-size: 10px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 700;
    font-family: "Exo 2", sans-serif;
}

.btn-social-counter__add-icon {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    right: 23px;
    top: 50%;
    margin-top: -13px;
}

.btn-social-counter__add-icon::before,
.btn-social-counter__add-icon::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.btn-social-counter__add-icon::before {
    width: 8px;
    height: 2px;
}

.btn-social-counter__add-icon::after {
    width: 2px;
    height: 8px;
}

.btn-social-counter:hover .btn-social-counter__add-icon::before,
.btn-social-counter:hover .btn-social-counter__add-icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.btn-social-counter__name {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    line-height: 1em;
    text-transform: none;
    letter-spacing: -0.03em;
}

@media (min-width:1199px) {
    .btn-social-counter__name {
        font-size: 28px;
    }
}

.btn-social-counter--fb .btn-social-counter__name {
    text-transform: lowercase;
}

.btn-social-counter--card {
    padding: 34px 60px 18px 23px;
    height: 150px;
    min-width: 304px;
}

@media (min-width:992px) {
    .btn-social-counter--card {
        height: 200px;
    }
}

@media (min-width:1199px) {
    .btn-social-counter--card {
        height: 216px;
    }
}

.post-grid__item .btn-social-counter--card {
    margin-bottom: 15px;
}

.btn-social-counter--card .btn-social-counter__footer {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 60px 30px 23px;
}

.btn-social-counter--card .btn-social-counter__footer .btn-social-counter__add-icon {
    top: 0;
    margin-top: 0;
}

.btn-social-counter--fb {
    background-color: #4d6baa;
}

.btn-social-counter--fb .btn-social-counter__icon {
    background-color: #43609c;
}

.btn-social-counter--fb:hover {
    background-color: #5c78b5;
}

.widget-social--condensed .btn-social-counter--fb {
    background-color: #43609c;
}

.widget-social--condensed .btn-social-counter--fb .btn-social-counter__count {
    background-color: #4d6baa;
}

.widget-social--grid .btn-social-counter--fb {
    background-color: #43609c;
}

.widget-social--grid .btn-social-counter--fb:hover {
    background-color: #4e6cac;
}

.widget-social--grid .btn-social-counter--fb .btn-social-counter__add-icon {
    background-color: #4e6cac;
}

.btn-social-counter--twitter {
    background-color: #3fcef2;
}

.btn-social-counter--twitter .btn-social-counter__icon {
    background-color: #38c2e5;
}

.btn-social-counter--twitter:hover {
    background-color: #57d4f4;
}

.widget-social--condensed .btn-social-counter--twitter {
    background-color: #38c2e5;
}

.widget-social--condensed .btn-social-counter--twitter .btn-social-counter__count {
    background-color: #3fcef2;
}

.widget-social--grid .btn-social-counter--twitter {
    background-color: #32b8e4;
}

.widget-social--grid .btn-social-counter--twitter:hover {
    background-color: #4cd3ff;
}

.widget-social--grid .btn-social-counter--twitter .btn-social-counter__add-icon {
    background-color: #4cd3ff;
}

.btn-social-counter--gplus {
    background-color: #e34d39;
}

.btn-social-counter--gplus .btn-social-counter__icon {
    background-color: #d54430;
}

.btn-social-counter--gplus:hover {
    background-color: #e6614f;
}

.widget-social--condensed .btn-social-counter--gplus {
    background-color: #d54430;
}

.widget-social--condensed .btn-social-counter--gplus .btn-social-counter__count {
    background-color: #d54430;
}


.btn-social-counter--youtube {
    background-color: #CD201F;
}
.btn-social-counter--youtube .btn-social-counter__icon {
    background-color: #CD201F;
}
.btn-social-counter--youtube:hover {
    background-color: #CD201F;
}

.widget-social--condensed .btn-social-counter--youtube {
    background-color: #CD201F;
}

.widget-social--condensed .btn-social-counter--youtube .btn-social-counter__count {
    background-color: #e32625;
}

.widget-social--grid .btn-social-counter--youtube {
    background-color: #CD201F;
}

.widget-social--grid .btn-social-counter--youtube:hover {
    background-color: #CD201F;
}

.widget-social--grid .btn-social-counter--youtube .btn-social-counter__add-icon {
    background-color: #CD201F;
}
.btn-social-counter--instagram {
    background-color: #9d54aa;
}

.btn-social-counter--instagram .btn-social-counter__icon {
    background-color: #88439c;
}

.btn-social-counter--instagram:hover {
    background-color: #a765b3;
}

.widget-social--condensed .btn-social-counter--instagram {
    background-color: #88439c;
}

.widget-social--condensed .btn-social-counter--instagram .btn-social-counter__count {
    background-color: #9d54aa;
}

.widget-social--grid .btn-social-counter--instagram {
    background-color: #88439c;
}

.widget-social--grid .btn-social-counter--instagram:hover {
    background-color: #9d54aa;
}

.widget-social--grid .btn-social-counter--instagram .btn-social-counter__add-icon {
    background-color: #9d54aa;
}

.social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-links__item {
    display: inline-block;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    margin-right: 12px;
}

.social-links__item .fa {
    font-size: 18px;
    margin-right: 5px;
    color: #fff;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.social-links__item:last-child {
    margin-right: 0;
}

.social-links__link {
    display: inline-block;
    color: #6b6d70;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.social-links__link:hover {
    color: #fff;
}

.social-links__link:hover .fa {
    color: #f92552;
}

.social-links--main-nav {
    display: inline-block;
    padding-left: 30px;
}

.social-links--main-nav .social-links__item {
    margin-right: 19px;
}

@media (min-width:992px) and (max-width:1199px) {
    .social-links--main-nav .social-links__item {
        margin-right: 10px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .social-links--main-nav {
        padding-left: 30px;
    }
}

.social-links--btn .social-links__item {
    margin: 0 0 0 0;
}

.social-links--btn .social-links__link {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    margin: 0 2px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.social-links--btn .social-links__link:hover {
    opacity: 0.8;
}

.social-links--btn .social-links__link:hover .fa {
    color: #fff;
}

.social-links--btn .social-links__link .fa {
    margin: 0;
}

.social-links--btn .social-links__link--lg {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 6px;
}

.social-links--btn .social-links__link--fb {
    background-color: #4d6baa;
}

.social-links--btn .social-links__link--twitter {
    background-color: #3fcef2;
}

.social-links--btn .social-links__link--gplus {
    background-color: #e34d39;
}

.social-links--btn.social-links--btn-block .social-links__item {
    display: inline;
}

.social-links--btn.social-links--btn-block .social-links__link {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
    font-size: 9px;
    height: 24px;
    line-height: 24px;
}

.social-links--circle .social-links__item {
    margin-right: 20px;
}

@media (min-width:992px) {
    .social-links--circle .social-links__item {
        margin-right: 10px;
    }
}

@media (min-width:1200px) {
    .social-links--circle .social-links__item {
        margin-right: 24px;
    }
}

.social-links--circle .social-links__item:last-child {
    margin-right: 0;
}

.social-links--circle .social-links__link {
    border: 2px solid rgba(158, 156, 170, 0.4);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.social-links--circle .social-links__link .fa {
    margin-right: 0;
    font-size: 14px;
    line-height: 30px;
}

.social-links--circle .social-links__link:hover {
    border-color: #3ffeca;
}

.social-links--circle .social-links__link:hover .fa {
    color: #fff;
}

.match-preview__header {
    text-align: center;
    margin-bottom: 15px;
}

.match-preview__header--decor {
    background-image: -webkit-linear-gradient(left, transparent, transparent 2px, #3c3b5b 2px, #3c3b5b 4px);
    background-image: linear-gradient(to right, transparent, transparent 2px, #3c3b5b 2px, #3c3b5b 4px);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: 4px 100%;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 26px;
}

.match-preview__header-inner {
    display: inline-block;
    background-color: #323150;
    padding: 0 20px 5px 20px;
    vertical-align: middle;
}

.match-preview__header-inner .match-preview__title {
    margin-bottom: 0;
}

.match-preview__title {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: .25em;
    text-transform: uppercase;
    font-style: normal;
    color:#333;
}

.match-preview__title--lg {
    padding-top: .15em;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .match-preview__title--lg {
        font-size: 26px;
    }
}

.match-preview__date {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.2em;
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
}

.match-preview__info {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #9e9caa;
    font-weight: 400;
}

.match-preview__info + .match-preview__title {
    line-height: 1em;
}

.match-preview__content {
    overflow: hidden;
    padding: 0 0 20px 0;
}

.match-preview__team {
    overflow: hidden;
    margin-bottom: 16px;
}

@media (min-width:768px) {
    .match-preview__team {
        float: left;
        width: 37%;
        text-align: center;
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .match-preview__team--second {
        float: right;
    }
}

.match-preview__team-logo {
    width: 46px;
    float: left;
    margin: 0 10px 0 0;
}
.paddT20{padding-top:20px !important;}
@media (min-width:768px) {
    .match-preview__team-logo {
        height: 105px;
        margin: 0 auto;
        width: 85px;
        float: none;
    }
}

.match-preview__team-logo img {
    max-width: 100%;
    height: auto;
}

@media (min-width:768px) {
    .match-preview__team-logo img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.match-preview__team-name {
    font-size: 13px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    padding: 12px 0 0 0;
    margin: 0;color:#323150;
}

@media (min-width:768px) {
    .match-preview__team-name {
        padding: 0;
        font-size: 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .match-preview__team-name {
        font-size: 13px;
    }
}

.match-preview__team-info {
    font-size: 7px;
    line-height: 1.3em;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width:768px) {
    .match-preview__team-info {
        font-size: 8px;
    }
}

.match-preview__vs {
    margin: 0 0 16px 0;
}

@media (min-width:768px) {
    .match-preview__vs {
        float: left;
        width: 26%;
        text-align: center;
        padding: 38px 0 0 0;
        margin: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .match-preview__vs {
        padding-left: 2px;
        padding-right: 2px;
    }
}

.match-preview__conj {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.02em;
    width: 53px;
    text-align: center;
    display: inline-block;
}

@media (min-width:768px) {
    .match-preview__conj {
        font-size: 30px;
        width: auto;
        display: block;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .match-preview__conj {
        font-size: 24px;
    }
}

.match-preview__match-info {
    font-size: 10px;
    line-height: 1.2em;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

@media (min-width:768px) {
    .match-preview__match-info {
        display: block;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .match-preview__match-info {
        font-size: 8px;
    }
}

.match-preview__match-info--header {
    border-bottom: 1px solid #3c3b5b;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -24px;
    padding: 10px 24px;
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
}

.match-preview__match-info--header .match-preview__match-place {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff;
}

.match-preview__action--ticket {
    padding: 18px 24px 15px 24px;
    position: relative;
    margin-left: -25px;
    margin-right: -25px;
    overflow: hidden;
}

@media (min-width:768px) {
    .match-preview__action--ticket {
        padding-left: 48px;
        padding-right: 48px;
    }
}

.match-preview__action--ticket::before,
.match-preview__action--ticket::after {
    content: "";
    display: none;
    position: absolute;
    height: 45px;
    width: 45px;
    background-color: #1e202f;
    border: 1px solid #3c3b5b;
    border-radius: 50%;
    top: 0;
}

.match-preview__action--ticket::before {
    left: -22px;
}

.match-preview__action--ticket::after {
    right: -22px;
}

.match-preview__countdown .countdown__title {
    background-color: #ececec;
    font-size: 11px;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    border-top: 1px solid #ececec;
    border-bottom: 2px solid #e4e4e4;
    margin: 0;
}

.match-preview--alt .match-preview__content {
    display: table;
    width: 100%;
}

.match-preview--alt .match-preview__content .match-preview__team {
    display: table-cell;
    width: 50%;
    float: none;
    vertical-align: middle;
}

.match-preview--alt .match-preview__content .match-preview__team--first {
    text-align: left;
}

.match-preview--alt .match-preview__content .match-preview__team--second {
    text-align: right;
}

.match-preview--alt .match-preview__content .match-preview__team-logo {
    width: 32px;
    float: none;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width:768px) {
    .match-preview--alt .match-preview__content .match-preview__team-logo {
        width: auto;
    }
}

@media (min-width:768px) {
    .match-preview--alt .match-preview__content .match-preview__team-logo {
        height: 50px;
        margin: 0 10px 0 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .match-preview--alt .match-preview__content .match-preview__team-logo {
        margin-right: 5px;
    }
}

.match-preview--alt .match-preview__content .match-preview__team--second .match-preview__team-logo {
    margin: 0 0 0 5px;
}

@media (min-width:768px) {
    .match-preview--alt .match-preview__content .match-preview__team--second .match-preview__team-logo {
        margin: 0 0 0 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .match-preview--alt .match-preview__content .match-preview__team--second .match-preview__team-logo {
        margin-left: 5px;
    }
}

.match-preview--alt .match-preview__content .match-preview__team-name {
    font-size: 18px;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
}

@media (min-width:768px) {
    .match-preview--alt .match-preview__content .match-preview__team-name {
        padding: 0;
        font-size: 24px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .match-preview--alt .match-preview__content .match-preview__team-name {
        font-size: 18px;
    }
}

.match-preview--alt .match-preview__content .match-prevew__team-details {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width:991px) {
    .match-preview--alt .match-preview__content .match-preview__team-info {
        display: none;
    }
}

.match-preview--alt .match-preview__content .match-preview__vs {
    display: table-cell;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    float: none;
    padding: 0;
}

.match-preview--alt .match-preview__content .match-preview__conj {
    width: auto;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width:768px) {
    .match-preview--alt .match-preview__content .match-preview__conj {
        font-size: 18px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .match-preview--alt .match-preview__content .match-preview__conj {
        font-size: 12px;
    }
}

.match-preview--alt .match-preview__action {
    display: table;
    width: 100%;
}

.match-preview--alt .match-preview__match-info {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

@media (min-width:768px) {
    .match-preview--alt .match-preview__match-info {
        display: table-cell;
    }
}

.match-preview--alt .match-preview__match-time {
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.5em;
}

@media (min-width:768px) {
    .match-preview--alt .match-preview__match-time {
        font-size: 14px;
    }
}

.match-preview--alt .match-preview__match-time small {
    font-size: 0.75em;
}

.match-preview--alt .match-preview__action-btn {
    display: table-cell;
    width: 50%;
}

.game-result__header {
    text-align: center;
    margin-bottom: 15px;
}

.game-result__title {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: .25em;
    text-transform: uppercase;
    font-style: normal;
}

@media (min-width:992px) {
    .game-result__title {
        font-size: 14px;
    }
}

.game-result__date {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
}

@media (min-width:992px) {
    .game-result__date {
        font-size: 9px;
    }
}

.game-result__header--alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 9px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #e4e7ed;
    border-bottom: 1px solid #e4e7ed;
    padding: 10px 0 7px 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -25px;
    margin-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width:991px) {
    .game-result__header--alt {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.game-result__header--alt .game-result__league {
    font-size: 9px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #31404b;
    font-weight: 400;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: left;
}
.game-result__header--alt .game-result__date {
    font-weight: 400;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    text-align: right;
}

.game-result__header--alt .game-result__title {
    font-size: 9px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
    color: #31404b;
}

.game-result__header--alt .game-result__title .highlight {
    color: #fff;
}

.game-result__header--alt .game-result__goal {
    color: #3c3b5b;
    text-transform: none;
    font-family: "Exo 2", sans-serif;
    padding: 0 10px;
}

@media (max-width:736px) {
    .game-result__header--alt .game-result__goal {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin: 2px 0;
    }
}
@media (min-width:767px) and (max-width:992){
    .game-result__header--alt .game-result__goal {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin: 2px 0;
    }
}
.game-result__header--alt .game-result__goal::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url("../images/icons/icon-soccer-ball.svg");
    background-size: 12px 12px;
    vertical-align: middle;
    margin-left: 7px;
    position: relative;
    top: -1px;
}

.game-result__content {
    overflow: hidden;
    margin: 0 0 30px 0;
    position: relative;
}

.game-result__content--visible {
    overflow: visible;
}

.game-result__team {
    overflow: hidden;
    padding-right: 70px;
}

@media (min-width:736px) {
    .game-result__team {
        float: left;
        width: 37%;
        margin-bottom: 0;
        padding-right: 0;
        text-align:right;
    }
}
.game-result__team--second .game-result__team-logo {
    float: left;
    margin: 0 10px 0 0;
}

@media (min-width:992px) {
    .game-result__team--second {
        float: right;
        text-align: left;
    }
}

@media (min-width:992px) {
    .game-result__team--second .game-result__team-logo {
        margin: 0 0 0 25px;
        float: right;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .game-result__team--second .game-result__team-logo {
        float: none;
        margin: 0 0 10px 0;
    }
}

.game-result__team-logo {
    width: 46px;
    margin: 0 10px 0 0;
    float: left;
}

@media (min-width:992px) {
    .game-result__team-logo {
        width: auto;
        height: 100px;
        margin: 0 0 0 0;
        float: left;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .game-result__team-logo {
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
    }
}

.game-result__team-logo img {
    position: relative;
}

@media (min-width:992px) {
    .game-result__team-logo img {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width:80px;
    }
}

.game-result__team-info {
    padding-top: 10px;
}

@media (min-width:992px) {
    .game-result__team-info {
        padding-top: 42px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .game-result__team-info {
        padding-top: 0;
        text-align: center;
    }
}

.game-result__team-name {
    font-size: 13px;
    margin-bottom: 0.1em;
    text-transform: uppercase;
    font-style: initial;
    color: #31404b;
    font-family: "Montserrat", sans-serif;
}

@media (min-width:992px) {
    .game-result__team-name {
        font-size: 18px;
    }
}

.game-result__team-desc {
    font-size: 7px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    font-size: 9px;
    font-style: italic;
}

@media (min-width:992px) {
    .game-result__team-desc {
        font-size: 10px;
        font-size: 12px;
    }
}

.game-result__score-wrap {
    margin: 0 0 16px 0;
    text-align: right;
}

@media (min-width:992px) {
    .game-result__score-wrap {
        float: left;
        width: 26%;
        text-align: center;
        padding: 33px 0 0 0;
        margin: 0;
    }
}

@media (min-width:736px) and  (max-width:991px){
    .game-result__score-wrap {
        float: left;
        width: 26%;
        text-align: center;
        padding: 10px 0;
        margin: 0;
    }
    .game-result__team--second .game-result__team-logo{float:right;margin-left:10px;}
    .game-result__team--second .game-result__team-info{text-align:right;}
}

.game-result__score {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #31404b;
}
@media (min-width:992px) {
    .game-result__score {
        font-size: 34px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

@media (min-width:992px) {
    .game-result__score--lg {
        font-size: 48px;
        line-height: 1em;
    }
}

.game-result__score-result {
    position: relative;
}

@media (max-width:736px) {
    .game-result__score-result--winner {
        display: inline-block;
    }
}
.game-result__score-result--winner::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid #3ffeca;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.game-result__score-result--loser {
    color: #9e9caa;
}

@media (max-width:736px) {
    .game-result__score-result--loser {
        display: inline-block;
    }
    .game-result__score-dash {
        display: inline-block;
    }
}
.game-result__score-label {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #3c3b5b;
}

@media (max-width:991px) {
    .game-result__score-label {
        line-height: 1em;
        font-size: 9px;
    }
}

.game-result__subtitle {
    font-size: 11px;
    margin-bottom: 0;
}

@media (min-width:992px) {
    .game-result__subtitle {
        font-size: 13px;
        font-size: 11px;
    }
}

.game-result__stats {
    padding: 0 0 0 0;
}

@media (min-width:992px) {
    .game-result__stats {
        padding: 0 20px 0 20px;
    }
}

.game-result__section {
    padding-top: 16px;
}

.game-result__section-decor {
    padding-bottom: 50px;
    background-image: -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(236, 240, 246, 0.6) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 8px, transparent 8px), -webkit-linear-gradient(left, rgba(0, 0, 0, 0.11) 8px, transparent 8px);
    background-image: linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 8px, transparent 8px), linear-gradient(to right, rgba(0, 0, 0, 0.1) 8px, transparent 8px), linear-gradient(to right, rgba(0, 0, 0, 0.11) 8px, transparent 8px);
    background-repeat: repeat-x;
    background-size: 72px 24px, 72px 30px, 72px 34px, 72px 40px, 72px 37px, 72px 29px, 144px 30px, 216px 37px;
    background-position: 0 100%, 12px 100%, 24px 100%, 36px 100%, 48px 100%, 60px 100%, 12px 100%, 48px 100%;
}

.card .game-result__section-decor {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -24px;
}

@media (min-width:1199px) {
    .game-result__table-stats {
        margin: 0 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .game-result__table-stats .table > thead > tr > th,
    .game-result__table-stats .table > thead > tr > td,
    .game-result__table-stats .table > tbody > tr > th,
    .game-result__table-stats .table > tbody > tr > td,
    .game-result__table-stats .table > tfoot > tr > th,
    .game-result__table-stats .table > tfoot > tr > td {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width:1199px) {
    .game-result__stats-team-1,
    .game-result__stats-team-2 {
        padding-top: 5px;
    }
}

.game-result__table-additional-stats .table > thead > tr > th,
.game-result__table-additional-stats .table > thead > tr > td,
.game-result__table-additional-stats .table > tbody > tr > th,
.game-result__table-additional-stats .table > tbody > tr > td,
.game-result__table-additional-stats .table > tfoot > tr > th,
.game-result__table-additional-stats .table > tfoot > tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.game-result__table-additional-stats .table > thead > tr > th:first-child,
.game-result__table-additional-stats .table > thead > tr > td:first-child,
.game-result__table-additional-stats .table > tbody > tr > th:first-child,
.game-result__table-additional-stats .table > tbody > tr > td:first-child,
.game-result__table-additional-stats .table > tfoot > tr > th:first-child,
.game-result__table-additional-stats .table > tfoot > tr > td:first-child {
    text-align: left;
}

.game-result__table-stats--soccer th {
    text-align: center;
}

.game-result__table-stats--soccer td {
    text-align: center;
}

.game-result__table-stats--soccer tbody > tr > td {
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}

.game-result__table-stats--soccer tbody > tr:first-child > td {
    padding-top: 20px;
}

.game-result__table-stats--soccer tbody > tr:last-child > td {
    padding-bottom: 20px;
}

.game-result__table-stats--soccer tbody > tr > td:first-child,
.game-result__table-stats--soccer tbody > tr > td:last-child {
    color: #3c3b5b;
}

.game-timeline-wrapper {
    overflow: auto;
    padding-bottom: 20px;
}

.card .game-timeline-wrapper {
    margin-left: -24px;
    margin-right: -24px;
}

.game-timeline {
    position: relative;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 770px;
    padding-left: 24px;
    padding-right: 24px;
}

.game-timeline::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #3c3b5b;
}

.game-timeline__event {
    position: relative;
    text-align: center;
    display: block;
    width: 60px;
}

.game-timeline__event--22 {
    margin-left: 78px;
}

.game-timeline__event--36 {
    margin-left: 10px;
}

.game-timeline__event--ht {
    margin-left: 82px;
}

.game-timeline__event--59 {
    margin-left: 19px;
}

.game-timeline__event--68 {
    margin-left: 28px;
}

.game-timeline__event--84 {
    margin-left: 67px;
}

.game-timeline__team-1,
.game-timeline__team-2 {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.game-timeline__team-1 {
    bottom: 87px;
}

.game-timeline__team-1 .game-timeline__team-shirt {
    position: relative;
    top: -12px;
}

.game-timeline__team-2 {
    top: 85px;
}

.game-timeline__team-2 .game-timeline__team-shirt {
    margin-top: 12px;
}

.game-timeline__time {
    width: 26px;
    height: 26px;
    border: 1px solid #84d282;
    border-radius: 50%;
    background-color: #84d282;
    text-align: center;
    line-height: 24px;
    color: #333;
    font-family: "Exo 2", sans-serif;
    font-size: 9px;
    font-weight: 700;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.game-timeline__event-info {
    font-size: 10px;
    line-height: 1.2em;
}

.game-timeline__event-name {
    color: #3c3b5b;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.3em;
}

.game-timeline__event-desc {
    font-size: 7px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.main-news-banner {
    background-color: #27313b;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-bottom: 15px;
}

.main-news-banner .posts__title > a {
    color: #fff;
}

.main-news-banner .main-news-banner__highlight {
    color: #f92552;
}

.main-news-banner__inner {
    padding: 20px;
    position: relative;
    z-index: 2;
}

@media (min-width:992px) {
    .main-news-banner__inner {
        padding: 35px 30px 35px 30px;
    }
}

@media (min-width: 1200px){
    .main-news-banner--soccer-ball .main-news-banner__inner {
        padding-right: 30%;
    }
    .main-news-banner--soccer-ball .posts__excerpt {
        padding-right: 60px;
    }


}
@media (min-width:1199px) {
    .main-news-banner--soccer-ball .main-news-banner__inner {
        padding-right: 30%;
    }
}

.main-news-banner--img-left::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-radial-gradient(top left, circle, rgba(255, 255, 255, 0.8), transparent);
    background-image: radial-gradient(circle, at top left, rgba(255, 255, 255, 0.8), transparent);
    background-repeat: no-repeat;
    background-position: 0 0;
    mix-blend-mode: overlay;
}

@media (min-width:992px) {
    .main-news-banner--img-left::before {
        background-image: -webkit-radial-gradient(180px 0, circle, rgba(255, 255, 255, 0.8), transparent);
        background-image: radial-gradient(circle, at 180px 0, rgba(255, 255, 255, 0.8), transparent);
    }
}

.main-news-banner--img-left .main-news-banner__img {
    float: left;
    max-width: 50%;
    position: relative;
    z-index: 2;
}

.main-news-banner--img-left .main-news-banner__img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 23%;
    background-color: #f92552;
    width: 50%;
}

.main-news-banner--img-left .main-news-banner__img img {
    position: relative;
    z-index: 2;
}

.main-news-banner--img-left .posts__excerpt {
    display: none;
}

@media (min-width:768px) {
    .main-news-banner--img-left .posts__excerpt {
        display: block;
    }
}

.main-news-banner--img-left .posts__date {
    display: none;
}

@media (min-width:768px) {
    .main-news-banner--img-left .posts__date {
        display: block;
    }
}

@media (max-width:479px) {
    .main-news-banner--img-left .posts__more {
        padding-top: 10px;
    }
}

@media (max-width:479px) {
    .main-news-banner--img-left .posts__more .btn {
        padding-left: 20px;
        padding-right: 15px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 10px;
        border-width: 1px;
    }
}

.main-news-banner--bg {
    background-image: url("../images/samples/main-news-banner__bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.main-news-banner--bg::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), transparent);
}

@media (min-width:992px) {
    .main-news-banner--bg::before {
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.8), transparent);
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), transparent);
    }
}

.main-news-banner--bg .main-news-banner__inner {
    padding: 30px;
}

@media (min-width:992px) {
    .main-news-banner__inner {
        padding: 35px 30px 35px 30px;
    }
    .main-news-banner--soccer-ball .main-news-banner__inner {
        padding-right: 30%;
    }
}

@media (min-width:1199px) {
    .main-news-banner__inner {
        padding: 55px 40px 55px 55px;
    }
}

.main-news-banner--bg .posts__date {
    color: rgba(255, 255, 255, 0.8);
}
h6.soccer-main{
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
}
.main-news-banner .main-news-banner__highlight {
    color: #9fe900;
}
.main-news-banner {
    background-color: #27313b;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-bottom: 15px;
}

.main-news-banner--soccer-ball {
    background-image: url(../images/banner-soccer-ball.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.posts--simple-list--xlg .posts__excerpt {
    font-size: 16px;
    line-height: 26px;
}

@media (max-width:767px) {
    .main-news-banner.main-news-banner--bg {
        background-size: 45% auto;
    }
}

.main-news-banner.main-news-banner--bg::before {
    display: none;
}

.main-news-banner.main-news-banner--bg .main-news-banner__inner {
    padding: 30px 30px 30px 50%;
}

@media (min-width:992px) {
    .main-news-banner.main-news-banner--bg .main-news-banner__inner {
        padding: 40px 40px 40px 50%;
    }
}

@media (min-width:1199px) {
    .main-news-banner.main-news-banner--bg .main-news-banner__inner {
        padding: 56px 45px 100px 50%;
    }
}

.main-news-banner.main-news-banner--bg .posts__date {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width:479px) {
    .main-news-banner.main-news-banner--bg .posts__date {
        display: none;
    }
}

.main-news-banner.main-news-banner--bg .posts__title {
    font-size: 34px;
    line-height: 1em;
    margin-bottom: .3em;
}

@media (max-width:479px) {
    .main-news-banner.main-news-banner--bg .posts__title {
        font-size: 16px;
    }
}

@media (max-width:479px) {
    .main-news-banner.main-news-banner--bg .posts__excerpt {
        display: none;
    }
}

@media (min-width:1199px) {
    .main-news-banner.main-news-banner--bg .posts__excerpt {
        margin-top: 21px;
    }
}

.featured-carousel .slick-slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0e0f10;
    opacity: 0.9;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.featured-carousel .slick-slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #f92552;
    z-index: 1;
    -webkit-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.featured-carousel .slick-slide.slick-current::before {
    opacity: 0.6;
    z-index: 1;
}

@media (min-width:992px) {
    .featured-carousel .slick-slide.slick-current::after {
        height: 4px;
    }
}

@media (min-width:1199px) {
    .featured-carousel .slick-slide.slick-current::after {
        height: 6px;
    }
}

.featured-carousel .slick-slide.slick-current .posts__inner {
    z-index: 2;
}

.content-filter {
    background-color: #fff;
    position: relative;
    z-index: 2;
}

@media (min-width:992px) {
    .content-filter {
        border-bottom: 1px solid #eeeff4;
    }
}

@media (max-width:991px) {
    .content-filter .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.content-filter__toggle {
    display: none;
}

@media (max-width:991px) {
    .content-filter__toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 2;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
    }
}

.content-filter__toggle::before {
    content: "\f141";
    line-height: 40px;
    color: #33424d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome";
}

.content-filter__toggle--active::before {
    content: '\f00d';
}

.content-filter__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:992px) {
    .content-filter__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        border-left: 1px solid #e4e7ed;
        border-right: 1px solid #e4e7ed;
    }
}

.content-filter__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: center;
    border-bottom: 1px solid #e4e7ed;
    cursor:pointer;
}

@media (min-width:992px) {
    .content-filter__item {
        border-bottom: none;
    }
    .content-filter__item + .content-filter__item {
        border-left: 1px solid #e4e7ed;
    }
}

@media (max-width:991px) {
    .content-filter__item:not(.content-filter__item--active) {
        display: none;
    }
}

@media (max-width:991px) {
    .content-filter__list--expanded .content-filter__item {
        display: block;
    }
}

.content-filter__link {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #9a9da2;
    padding: 18px 20px;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    position: relative;
    z-index: 1;
}

@media (min-width:992px) {
    .content-filter__link {
        padding-top: 28px;
        padding-bottom: 28px;
    }
}

.content-filter__link small {
    display: block;
    font-size: 8px;
    line-height: 1.2em;
    color: #7f7e8c;
}

.content-filter__link:hover {
    color: #31404b;
}

.content-filter__link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    background-color: #f92552;
    -webkit-transition: opacity height 0.2s ease-out;
    transition: opacity height 0.2s ease-out;
}

@media (max-width:991px) {
    .content-filter__item--active {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.content-filter__item--active .content-filter__link {
    color: #31404b;
}

.content-filter__item--active .content-filter__link::before {
    height: 4px;
    opacity: 1;
}

.content-filter__item--active .content-filter__link:hover {
    cursor: default;
}

.gallery__item-inner {
    display: block;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.gallery__item-inner:hover .gallery__icon {
    color: #fff;
}

.gallery__item-inner:hover .gallery__name {
    color: #fff;
}

.gallery__item-inner:hover .gallery__date {
    color: #fff;
}

.gallery__item-inner:hover .gallery__btn-fab {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.gallery__item-inner:hover .gallery__thumb img {
    opacity: 0.2;
}

.gallery__thumb {
    position: relative;
    background-color: #282840;
}

.gallery__thumb img {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.gallery__btn-fab {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery__content {
    overflow: hidden;
}

@media (max-width:479px) {
    .gallery__content {
        padding: 12px 12px;
    }
}

.gallery__icon {
    float: left;
    margin-right: 15px;
    font-size: 30px;
    line-height: 1em;
    color: #f92552;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width:479px) {
    .gallery__icon {
        font-size: 20px;
        margin-right: 8px;
    }
}

.gallery__details {
    overflow: hidden;
}

.gallery__name {
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 0;
    font-size: 12px;
    padding: .25em 0;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}

@media (min-width:992px) {
    .gallery__name {
        font-size: 14px;
    }
}

@media (min-width:1200px) {
    .gallery__name {
        font-size: 16px;
    }
}

.gallery__date {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #9e9caa;
    line-height: 1.2em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (min-width:992px) {
    .gallery__date {
        font-size: 10px;
    }
}

.gallery__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.gallery__header .gallery__details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.gallery__header .gallery__name {
    font-size: 14px;
}

.gallery__header .gallery__date {
    font-style: italic;
}

.gallery__header .gallery__like {
    font-size: 10px;
    line-height: 1.2em;
    color: #9e9caa;
    padding-left: 10px;
    white-space: nowrap;
}

.gallery__header .gallery__like i {
    font-size: 12px;
    line-height: 1em;
    margin-left: 0.3em;
    display: inline-block;
    vertical-align: middle;
}

.album-wrapper {
    overflow: hidden;
}

.album.container-fluid {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
}

.album--condensed {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.album--condensed .album__item {
    padding: 0;
}

.album__item {
    margin-bottom: 15px;
}

.album--condensed .album__item {
    padding: 6px;
    margin-bottom: 0;
}

.album__item-holder {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #282840;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.album__item-holder:hover .album__thumb {
    opacity: 0.2;
}

.album__item-holder:hover .album__item-desc {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.album__item-holder:hover .album__item-desc:not(.album__item-desc--bottom-left) {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}

.album__item-holder:hover .album__item-meta {
    visibility: visible;
    opacity: 1;
}

.album__item-holder--color--primary {
    background-color: #f92552;
}

.album__item-holder--color--primary .album__item-date {
    color: #fff;
}

.album__item-link {
    display: block;
}

.album__thumb {
    height:250px;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media(max-width:480px) and (min-width:300px){
    .album__thumb{height:220px;}

}
.album__thumb img {
    width: 100%;
    height: auto;
    min-height:100%;object-fit:cover;
}

.album__item-desc {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 14%;
    -webkit-transform: scale(0.95) translateY(-50%);
    transform: scale(0.95) translateY(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.album__item-desc--bottom-left {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    top: auto;
    bottom: 20px;
    text-align: left;
    padding: 0 10%;
}

@media (min-width:992px) {
    .album__item-desc--bottom-left {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.album__item-icon {
    float: left;
    margin-right: 15px;
    font-size: 30px;
    line-height: 1em;
    color: #f92552;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

@media (max-width:479px) {
    .album__item-icon {
        font-size: 20px;
        margin-right: 8px;
    }
}

.album__item-desc-inner {
    overflow: hidden;
}

.album__item-title {
    color: #fff;
    line-height: 1em;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: .35em;
}

@media (min-width:992px) {
    .album__item-title {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .album__item-title {
        display: none;
    }
}

.album__item-date {
    display: block;
    font-size: 8px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2em;
    color: #9e9caa;
    margin-bottom: .9em;
}

@media (min-width:992px) {
    .album__item-date {
        font-size: 10px;
    }
}

@media (max-width:767px) {
    .album__item-date {
        display: none;
    }
}

.album__item-btn-fab {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
}

.album__item-meta {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

@media (min-width:992px) {
    .album__item-meta {
        right: 30px;
        top: 25px;
    }
}

.album__item-meta .meta__item {
    color: #fff;
}

.album__item-meta .meta__item > a {
    color: #fff;
}

.album-load-more {
    padding: 30px 0 20px 0;
}

@media (min-width:992px) {
    .album-load-more {
        padding: 80px 0 40px 0;
    }
}

.album-load-more .btn {
    margin: 0 auto;
}

@media (min-width:992px) {
    .album-load-more .btn {
        width: calc(33.3% + 60px);
    }
}

.modal--login .modal-header {
    background-image: url("../images/login_register_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media (min-width:992px) {
    .modal--login .modal-header {
        height: 90px;
    }
}

.modal--login .modal-header .close {
    width: 33px;
    height: 33px;
    padding: 0;
    line-height: 33px;
    border-radius: 50%;
    background-color: #3c3b5b;
    color: #fff;
    opacity: 1;
    margin: 0;
    text-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal--login .modal-header .close span {
    margin-left: 2px;
}

.modal--login .modal-header .close:hover {
    background-color: #f92552;
}

.modal--login .modal-body {
    padding: 0;
}

.modal--login .modal-account-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal--login .modal-account__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px;
}

@media (min-width:768px) {
    .modal--login .modal-account__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 30px 20px;
    }
    .modal--login .modal-account__item:nth-child(2) {
        border-left: 1px solid #e4e7ed;
    }
}

@media (min-width:992px) {
    .modal--login .modal-account__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 40px 30px;
    }
}

.modal--login .modal-account__item--logo {
    background-image: url("../images/login_register_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
    position: relative;
}

@media (max-width:991px) {
    .modal--login .modal-account__item--logo {
        display: none;
    }
}

.modal--login .modal-account__item--logo a {
    color: #3ffeca;
    font-weight: bold;
}

.modal--login .modal-account__item--logo a:hover {
    color: #fff;
}

.modal--login .modal-account__item-register-txt {
    position: absolute;
    left: 30px;
    right: 40px;
    top: 100%;
    -webkit-transform: translateY(-100%) translateY(-30px);
    transform: translateY(-100%) translateY(-30px);
}

.modal--login-only .modal-header {
    height: 0;
    padding: 0;
    background-image: none;
    border: none;
}

.nav-tabs-login-wrapper {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    margin-top: 20px;
}

@media (min-width:768px) {
    .nav-tabs-login-wrapper {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -30px;
        margin-top: 30px;
    }
}

@media (min-width:992px) {
    .nav-tabs-login-wrapper {
        margin-left: -38px;
        margin-right: -38px;
        margin-bottom: -50px;
        margin-top: 30px;
    }
}

.nav-tabs--login {
    border-top: 1px solid #3c3b5b;
}

.nav-tabs--login > li > a {
    border: none !important;
    border-radius: 0 !important;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: rgba(60, 59, 91, 0.4);
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav-tabs--login > li > a:hover {
    background-color: transparent;
    color: #f92552;
}

.nav-tabs--login > li.active > a {
    color: #f92552;
}

.nav-tabs--login > li.active > a:hover {
    color: #f92552;
}

.nav-tabs--login > li + li {
    border-left: 1px solid #3c3b5b;
}

.modal-form h5 {
    margin-bottom: 1.7em;
}

@media (min-width:992px) {
    .modal-form h5 {
        font-size: 18px;
    }
}

.modal-form .form-group {
    margin-bottom: 15px;
}

.modal-form .form-group--submit {
    margin: 30px 0;
    padding-top: 9px;
}

.modal-form .modal-form--note {
    font-size: 14px;
    line-height: 22px;
}

.modal-form .form-group--pass-reminder {
    font-size: 14px;
    overflow: hidden;
}

.modal-form .form-group--pass-reminder label {
    font-size: 10px;
}

.modal-form .form-group--pass-reminder a {
    color: #9e9caa;
}

.modal-form .form-group--pass-reminder a:hover {
    color: #f92552;
}

@media (min-width:992px) {
    .modal-form .form-group--pass-reminder a {
        float: right;
    }
}

.modal-form .form-note {
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-form--social {
    padding-top: 4px;
}

.modal-form--social h6 {
    font-size: 10px;
    line-height: 1.2em;
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-primary,
.text-color-primary {
    color: #f92552;
}

.text-transform-normal {
    text-transform: none !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}
.pad-0{padding:0 !important}
.padd20{padding:20px !important;}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10{margin-bottom: 10px !important;}
.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}
.mt-20{margin-top:20px;}

/* LATEST VIDEOS HOME PAGE*/
.play_vid_button{
    width: 75px;
    height: 30px;
    position: absolute;
    float: left;
    bottom: 45px;
    left: 5px;
    background: #e21958;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 10px;
    position:relative;
}
.play_vid_button i{
    width: 30px;
    float: left;
    height: 30px;
    padding: 10px 0px;
    background: #b91347;
}
.big-thumb .play_vid_button{bottom: 165px;left:15px;}
.play_vid_button span{float: left;padding: 2px 9px;font-size: 11px;}
.video-desc h6{margin-bottom: 0 !important;color: #31404b;font-weight: 400;max-width: 95%;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.video-desc h4{margin-bottom: 0 !important;color: #fff;font-weight: 400;}
.video-desc p{margin-bottom: 5px;font-size:12px;line-height:20px;}
.small-desc .posts__date {float: left;font-size:11px;}
.bg-desc{background-color:#e21958;color: #fff !important;padding:20px 10px;min-height:130px;}.bg-desc h4{color: #fff !important;font-size: 17px;font-weight: 400;text-transform: capitalize;}
.video_thumb{overflow: hidden;height:160px;}
.search-video-grid .video_thumb{height:140px;}
.bb{border-bottom:3px solid #e21958; max-width: 100%;}
.video_play img{
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    object-fit:cover;
    height:100%;
}
.small-video-thumbs h6{font-size: 13px;}
.video_play:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
a.video_play{color:initial !important;}

/*POLLING*/
.kf_poll_dec {
    z-index: 1;
    float: left;
    width: 100%;
    min-height:280px;
    padding: 17px 30px 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/bg_pol.jpg);
}
.kf_poll_dec:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/pattren_bg.png);
}
.kf_poll_dec h6 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 25px;
}
.radio_dec {
    clear: both;
    float: left;
    width: auto;
    margin: 0 0 20px;
}
.radio_style1 {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.radio_dec > span {
    float: left;
    width: auto;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.radio input[type=radio] {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px;
}
.radio input {
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
}
.radio_dec .radio-value {
    width: 14px;
    height: 14px;
    margin-right: 15px;
    border-radius: 100%;
    border: 3px solid #fff;
    background-color: transparent;
}
.radio_dec .checkbox-value {
    width: 14px;
    height: 14px;
    margin-right: 15px;
    border-radius: 20%;
    border: 3px solid #fff;
    background-color: transparent;
}
.radio-value {
    height: 28px;
    width: 28px;
    margin-right: 5px;
    position: relative;
    border-radius: 3px;
    display: inline-block;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 2px solid #d7dfe7;
    background-position: center;
    background-repeat: no-repeat;
}
.checkbox-value {
    height: 28px;
    width: 28px;
    margin-right: 5px;
    position: relative;
    border-radius: 3px;
    display: inline-block;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 2px solid #d7dfe7;
    background-position: center;
    background-repeat: no-repeat;
}
label span {
    float: left;
}
label {
    cursor: pointer;
}
.radio_dec input:checked + .radio-value{background-color: #ffbe00;}
.radio_dec input:checked + .checkbox-value{background-color: #ffbe00;}
.input-btn {
    float: left;
    width: auto;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    padding: 10px 20px 11px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background-color: #ffbe00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.input-btn:hover {
    background-color: #000;
    color: #fff;
}
.white-block{background-color: #fff;border:1px solid #eeeff4;padding:15px 0;border-radius: 5px;}
.team-page-header .team-info-container {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    z-index: 10;
    text-align: left;
}
.team-info img{width:100px;}

.widget-player__photo img{position:relative;object-fit:cover;object-position:top center;}

.attachment-home-thumb{min-height: 100%;min-width: 100%;object-fit:cover;height:100%;width:100%;}
.team-info h1{margin-bottom:0;font-family: "Montserrat", sans-serif;font-style: initial;font-weight: 400;font-size:30px;color:#fff;}
.team-info h4{font-size: 14px;font-weight: 100;margin:0;padding: 0;font-style: initial;font-family: "Montserrat", sans-serif;color:#fff;}
.team-page-header .team-header-overlay {
    bottom: 0;
    -webkit-clip-path: polygon(0 0,93% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,90% 0,100% 100%,0 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    z-index: 5;
}
.team-page-header .team-header-overlay:before, .team-page-header .team-header-overlay__img {
    content: "";
    display: inline-block;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;

}
.team-page-header.DD .team-header-overlay__img {
    background-image: url(../images/bg.png);
    background-position: right 80px top;
}
.team-page-header .team-header-overlay__img {
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .2;
    z-index: 5;
}
.team-page-header.DD .team-header-overlay {
    background: #b71f1f;
}

@media only screen and (min-width : 300px) and (max-width : 736px) and (orientation : portrait){
    .team-page-header .team-header-overlay{width:100%;clip-path:none;opacity:0.3;}
    /*.page-heading::before{opacity:0.5;background-color: #333 !important;background-image: none;}*/
    .choose_player_grid{padding-bottom:15px;}
}
@media only screen and (min-width : 480px) and (max-width : 736px) and (orientation : landscape){
    .team-page-header .team-header-overlay{width:80%;}
}
.white-block{background-color: #fff;border:1px solid #eeeff4;padding:15px 0;border-radius: 5px;}
.team-page-header .team-info-container {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    z-index: 10;
    text-align: left;
}
.team-page-header .team-header-overlay {
    bottom: 0;
    -webkit-clip-path: polygon(0 0,93% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,90% 0,100% 100%,0 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    z-index: 5;
}
.team-page-header .team-header-overlay:before, .team-page-header .team-header-overlay__img {
    content: "";
    display: inline-block;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.team-page-header.DD .team-header-overlay__img {
    background-image: url(../images/bg.png);
    background-position: right 80px top;
}
.team-page-header .team-header-overlay__img {
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .2;
    z-index: 5;
}
.team-page-header.DD .team-header-overlay {
    background: #b71f1f;
}

@media only screen and (min-width : 300px) and (max-width : 736px) and (orientation : portrait){
    .team-page-header .team-header-overlay{width:100%;clip-path:none;opacity:0;}
    .shop-filter__result{text-align:center;}
    .shop-filter__result .pull-right{float:none !important;display:block;padding-right:0 !important;}
    /*.page-heading::before{opacity:0.5;background-color: #333 !important;background-image: none;}*/
}
.player-image{float:left;}
.widget-player--soccer .widget-player__header {
    position: static;
}
.widget-player--soccer .white{
    background-color: #fff !important;
    background-image: none !important;
    color: #9a9da2 !important;
}
.widget-player--soccer .widget-player_number {
    display: block;
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin-left: 0;
    margin-top: -0.2em;
    text-indent: -0.15em;
    width: 144px;
    background-color: #2d659f;
    color: rgba(255, 255, 255, 0.1);
    font-size: 150px;
    line-height: 1em;
    overflow: hidden;
}
@media (min-width: 1199px){
    .widget-player__number {
        font-size: 56px;
    }
}

@media (min-width: 992px){
    .widget-player__number {
        font-size: 42px;
        margin-left: -0.8em;
    }}

.widget-player_number {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1em;
    float: left;
    margin-right: .1em;
    margin-left: -0.5em;
}
.widget-player_number::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 230px solid #fff;
    border-left: 30px solid transparent;
}
.widget-player--soccer .widget-player__content-inner {
    overflow: hidden;
    margin-bottom: 15px;
}
.black{color:#333 !important;}
.player-button:hover .btn-primary-inverse{
    color: #fff;
    background-color: #fa486e;
    border-color: transparent;
}
.team-grid{position:relative;}
.team-desc{position:relative;z-index: 9;width:100%;bottom:0;background:#053e6b;height:40%;}
.extra{position:absolute;bottom:-1px;}
.team-grid_img{position: relative;display: table;margin:0 auto;height:230px;}
.team-desc span{display: table;margin:0 auto;position:relative;top:-20px;text-align:center;}
.team-desc span>h3{
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    font-style: normal;
    width: 210px;
    overflow: hidden;
    word-break: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#fff;
}
.ulpadd0{
    padding-left:0;
}
.team-desc span>h5{font-family: 'Questrial', sans-serif;font-style: normal;font-size:10px;font-weight: 100;text-transform: uppercase;color:#fff;}
.club-details{
    text-align: center;
    display: table;
    margin:0 auto;
    position: relative;
    top:-10px !important;
    background:#062e4e;
    padding:3px 30px;
    border-radius:4px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;font-size:12px;
}.club-detail-link:hover .club-details{background: #fff;color:#000 !important;}
li:nth-child(even) .team-desc{background:#b52853;}
.logo-overlay__img{
    background-image: url(../images/team-bg/logo-for-team-bg.png);
    background-position: left -75px bottom -80px;
    content: "";
    display: inline-block;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: .1;
    z-index: -1;
}

.team-pos [class*='col']{
    margin-bottom: 15px;
}
.club-logo{
    display: table;
    margin: 0 auto;
    position: relative;
    top: -30px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
}
.club-logo img{
    width: 60px !important;height:60px;
    /* margin: -40px auto; */
    padding: 10px
}
.help-block{font-family: 'Montserrat', sans-serif;font-style: initial;line-height: 1;font-size:12px;}
/*IMAGE PREVIEW*/
#image-preview {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    background-color: #6699ff;
    color: #ecf0f1;margin:0 auto;border-radius:50%;
}
#image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}
#image-preview label {
    position: absolute;
    z-index: 999;
    opacity: 0.8;
    cursor: pointer;
    /*  background-color: #bdc3c7;*/
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
#image-label{color:#fff;}
#image-preview-mob {
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    background-color: #6699ff;
    color: #ecf0f1;float: none;margin: 0 auto;border-radius: 50%;
}
#image-preview-mob input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}
#image-preview-mob label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #bdc3c7;
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.team_vs {
    display: table;
    width: 100%;
    padding: 15px 0 0 0;
}
.like-club-area{display:table;padding-top:5px;}
.like-club-area p{display:table-cell;padding-right:7px;color:#fff;font-family: 'Questrial', sans-serif;margin-bottom:5px;}
span.like_club{color:#fff;font-size:18px;display:table-cell;height:35px;width:35px;line-height:35px;text-align:center;background-color:#369;border-radius:50%;cursor:pointer;}
/*/////Unslider /// */
.unslider{overflow:auto;margin:0;padding:0}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}
.poll_club{background-image: url('../images/main-poll_bg.jpg');padding: 25px 0;}
.poll_club:after{content: '';}.poll-card{padding:15px 15px;}
.club-desc p{font-family: 'Montserrat', sans-serif;font-size:14px;}
.poll_now{display: table;margin: 10px auto 0;}.poll_now a{background: #f92552;padding:8px 15px;border-radius:4px;color: #fff;font-family: 'Montserrat', sans-serif;}
.hot_poll{border-radius:4px;overflow:hidden;padding:70px 0;background-image: url('../images/main-poll_bg.jpg');background-size:cover;background-repeat: no-repeat;}
.teams_poll{display:table;margin:0 auto;}.teams_poll div{display: table-cell;vertical-align: middle;}
.team_logo{padding: 5px 50px;}.team_logo img{width: 170px;}
.match_head{text-align: center;}.match_head h3{font-size: 14px;font-family: 'Montserrat', sans-serif;font-style: normal;font-weight: 600;color: #fff;}
.match_head h3>span{display: block;font-size: 25px;font-weight: 400;}
.versus_poll h3{color:#fff;font-family: 'Montserrat', sans-serif;font-weight: 400;font-style: normal;margin-bottom: 0;font-size: 17px;}
.button_polll{text-align: center;margin-top:5%;}.button_polll a{background:#f92552;color:#fff;font-family: 'Montserrat', sans-serif;padding:10px 40px;border-radius: 4px;}
.poll_stat{display:table;clear:both;text-align: center;padding:15px 0;margin:0 auto;}.poll_stat >.stat_poll{display:table-cell;width:100px;max-width:100%;}
.strtat_rating{background:#333;padding:15px 10px}
/* DASHBOARD DESIGNS */
.main_profile{
    width: 80px;height: 80px;
    position: relative;margin-top:-35px;left: 5px;
    border-radius:50%;overflow:hidden;
}
.main_profile img{width:100%; height: 100%;object-fit:cover;}
/*.cloned{padding:5px 0 0 !important;}*/
.main_pro{float: left;height: 35px;}
.main_pro h5{font-family: "Montserrat", sans-serif;font-style: normal;margin-bottom: 0;font-size: 12px;font-weight:400;line-height: 35px;padding-right: 10px;color: #333;}
.main_pro span{font-size: 20px;font-weight: 400;color: #333;}
.small_pro{display:none;width:40px;height:40px;overflow: hidden;float: left;margin-left: 10px;}
.user_breadcrumb{background:#fff;padding: 10px 0;}
.user_links{padding: 5px 0;margin:0;float: right;}
.user_links li{
    list-style: none;
    float: left;
    padding: 0 15px;
}
.user_links li>a{
    color: #333;
    font-family: 'Questrial', sans-serif;
    padding: 25px 0;
}
.cloned li>a{padding: 15px 0;}
.user_links li>a.active{font-weight: bold;color: #323150;border-bottom: 2px solid #323150;}
.strategy_active img{width:160px;}
.strategy_action h4{color:#333;text-transform:capitalize;font-style:normal;font-size:18px;}
.edit_inner{padding:10px 0;}
.edit_link{padding:6px 15px;border-radius:0;}
.star_rate_strat{display:block;padding:10px 0;}
.top-player{font-size: 12px;font-family: "Montserrat", sans-serif;}
.mob-login{display:none !important;}
.popup-body{display: table;width: 100%;background:#fff;padding: 20px 50px;}
.widget_player{display: table;width: 100%;margin-bottom: 10px;}
.players_grid{padding: 10px 35px;}
.profile_short i{display:block;color:#f00;font-style:normal;}
.logout_ico::before{content:"\f08b" !important;}
.slide-menu {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    overflow: hidden;
    box-sizing: border-box;

    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform;
    z-index: 1000;
}
.slide-menu .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    will-change: transform;
}
.slide-menu ul {
    padding-left: 0;
    list-style: none;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}
.pushy-panel__content{background: #52B3D9;padding: 10px 20px;}
.slide-menu ul a {
    display: block;
    padding: 6px 12px;
    color: #fff;
    text-decoration: none;
    background: #282840;
    margin-bottom: 10px;font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-align:left;
}
.slide-menu ul label {
    text-align:left;
    display: block;
    padding: 6px 25px;
    color: #fff;
    text-decoration: none;
    background: #282840;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;position:relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.options{position: absolute;left:7px;line-height: 25px;top:10px;}
.checked_span{position:absolute;right:15px;top:15px;line-height:0;float:none;}
.span_tag{float: none;display: block;font-size: 10px;margin-top: -9px;text-transform: capitalize;}
.slide-menu.no-transition, .slide-menu.no-transition * {transition: none !important;}
.histor_poll_login{background: none !important;padding:0 !important;}
.slide-menu.no-transition, .slide-menu.no-transition * {transition: none !important;}
.histor_poll_login{background: none !important;padding:0 !important;}
.comments-list__item{padding: 10px 10px;}
.comments-list__body{line-height: 20px;font-family: 'Poppins', sans-serif;font-size:12px;padding:0 10px;}
.center_sec{
    padding: 0;
    display: table;
    float: none;
    margin: 0 auto;
}
.player_search_card{background: url(../images/banner1.jpg);border-radius: 4px;position: relative;overflow: hidden;background-size: cover;height:140px;}
.player_search_card::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to left top, #004b86, #f92552);
    opacity: 0.9;border-radius: 4px;
}
.player-image-big{width: 130px;position: relative;float: left;}
.player_search_res{float: left;position:relative;top:50px;max-width: 135px;}
.player_search_res h4{color: #fff;
                      margin: 0;
                      font-size: 18px;
                      font-style: normal;white-space: nowrap;text-overflow:ellipsis;overflow: hidden;}
.player_club_res{position: relative;right: -60px;top: -10px;z-index: -2;}
.player_club_res img{width: 105px;opacity: 0.1;}
.player_search_res span{font-family: 'Montserrat', sans-serif;color:#fff;font-size: 12px;}
.searched{padding-top: 10px;width: 50%;position: relative;}
.searched input{
    background: none;
    width: 100%;
    border: none;
    padding: 5px 10px;
    border-bottom: 2px solid #fff;color:#fff;font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
}
.searched input:focus{outline:0 !important;border-bottom-color: #29bb5d;}
.searched input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.searched input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.searched input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.searched input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.search_iconn{
    position: absolute;
    right: 10px;
    top: 20px;
    color: #fff;
}
.gallery-list{display: table;width: 100%;}
.gallery_grid{width: 33%;float:left;margin-bottom: 5px;}
.gallery_grid:nth-child(2) {margin:0 4px;}.gallery_grid:nth-child(5) {margin:0 4px;}
/*.video-post:first-child{padding-left:0 !important}*/
/*.video-post:last-child{padding-right:0 !important}*/
@media (max-width:767px) and (min-width:600px){
    .card__content{padding: 28px 24px !important;}
}
/*for search*/
.filter_menu{background: #fff;padding:20px 0;}
.filter_menuul{list-style: none;padding: 0;margin:0;float: left;}
.filter_menuul li{float:left;}
.filter_menuul li>a{color:#333;padding:10px 15px;}
.filter_menuul li>a.active{
    background: #3a4273;
    color: #fff;
    border-radius: 4px;
}
/* GENERAL VOTES  */
.vote_li{list-style: none;padding: 0;display: table;width:100%;margin:0;}
.vote_li li{float:left;width:33%;margin-bottom:10px;position:relative;}
.player_figure{
    border: 3px solid #e2e2e2;
    border-radius: 50%;
    width: 50px;
    height:50px;
    background: #dadada;
    overflow: hidden;
    text-align: center;
    float:left;
    position: relative;margin-right: 5px;
}
.vote_li input{    float: left;
                   position: absolute;
                   left: 20px;}
/*.player_figure img{margin-left:3px;}*/
.player_figure i{display:none;
                 position: absolute;
                 color: #03c74a;
                 top: 12px;
                 left: 13px;
                 font-size: 20px;
                 z-index: 999;
}
.checked_player::before{content:"";background:#000;opacity: 0.5;position: absolute;width: 100%;
                        height: 100%;
                        left: 0;
                        border-radius: 50%;}
.checked_player i{display: block !important}
.chosse_opt_note{background: #FDE3A7;}.chosse_opt_note p{    margin-bottom: 0 !important;
                                                             color: #333;
                                                             padding: 5px 15px;font-size: 12px;
                                                             line-height: 20px;font-family: 'Montserrat', sans-serif;}
.mb-20{margin-bottom:20px;}

/* MATCH HIGHLIGHTS */
.stadium_bg::before{opacity: 0.6;background: #000;}
.match_highlight{display:table;width:100%;}
.match_highlight span{display:table-cell;vertical-align: middle;text-align: center;}
.club_logo_high{display:table-cell;vertical-align: middle;width:110px;}.club_logo_high img{margin:0 auto;}
.club_name_high{display:table-cell;vertical-align: middle;}
.club_name_high h4{color:#fff;margin-bottom:0;}
.match_highlight i{font-style: normal;color:#fff;}
.tag_p{position: relative;margin-top:0px;font-family: 'Montserrat', sans-serif;color:#fff;font-size: 12px;margin-bottom:0;}
.stadium_meta{color:#fff;position:relative;bottom:0px;margin:0;display:inline-block;margin: 0 auto;border: 1px solid rgba(162, 162, 162, 0.49);padding: 0 15px;}
th.lineup__subheader{color:#333 !important;font-weight: 400;}
.game-time{
    background: #eeeff4;
    padding: 11px 15px;
    border: none;
    text-align: left;
}
.padd-20-card{padding:20px !important;}
.home_city{display:block;color:#bdbaba;}
.logo_small_head{float: left;width:25px;margin-right: 10px;}
.logo-startegy{width:25px;float: left;}
.strate-actual{width:250px;margin:0 auto;}
.comment_box_match::before{background-color: #dc478d;}
.starategy_rating{padding:5px 0px;display: table;width:100%;}
.starategy_rating div{display: table-cell;vertical-align: middle;}
.starategy_rating h4{margin: 0;font-size: 14px;text-align: right;padding-right: 10px;color:#333;font-style:normal;}
.starategy_rating h4>span{font-size:12px;color:#7d7d7d;display:block;}
.head_videos{background:#fff;padding:5px 15px;display: table;width:100%;}.head_videos h3{margin: 0;}
.head_videos ul{list-style: none;padding: 0;float:left;margin:0;}.head_videos ul>li{float: left;padding:0 10px;}

/* New Home Page */
.matched_clubs{
    position:relative;background-image: url('../images/banner1.jpg');
    background-size: cover;padding:20px 15px 30px 15px;border-radius: 4px;overflow:hidden;
    border-bottom-left-radius: 0;border-bottom-right-radius: 0;     
}
.matched_clubs:before{position:absolute;width:100%;height:100%;left:0;top:0;content: "";background:#000;opacity:0.5;border-radius: 4px;}
.matched_clubs_grid{width:100%;max-width:670px;margin:0 auto;position:relative;}
.club_vs_grid{display:table-cell;vertical-align: middle;}
.logo_club{display:table-cell;vertical-align: middle;width:100px;}
.logo_club img{width:85px;}
.club_meta{display: table-cell;vertical-align: middle;padding-left:10px;}
.club_meta h4{font-size:15px;color:#fff;text-align:center;}
.club_meta h4>span{display: block;font-size:12px;font-weight: 400;}
.versus_middle{padding: 0 15px;}
.versus_middle h3{font-size:12px;color:#fff;font-family: 'Montserrat', sans-serif;}
.level_of_match{border-top:1px solid #404040;padding-top:10px;margin-top:10px;}
.level_of_match h6{margin-bottom: 0;text-align: center;font-family: 'Montserrat', sans-serif;font-size:14px;color:#fff;font-weight: 500;line-height: 15px;}
.level_of_match h6>span{display: block;font-size: 11px;font-weight: 200;margin-top:2px;}
.dream_11{background:#f92552;padding:5px 0;text-align: center;}.dream_11 h6{color:#333;font-size:12px;margin:0;}
.dream_11 a{color:#fff;padding:0 5px;}
.unscroll_head{
    margin:0 auto;color: #fff;
    font-family: 'Montserrat', sans-serif;
    position: relative;text-align: center;
    font-style: normal;font-size: 14px;font-weight: 400;
}
.paddL0{padding-left:0}.paddR0{padding-right:0}
.match_type{text-align:center;color: #fff;font-style: normal;}
.prediction_card{border-radius:4px;border:1px solid #eeeff4}
.head_card{text-align: center;padding:10px 0;border-bottom: 1px solid #eeeff4;}
.head_card h3{font-family: 'Montserrat', sans-serif;font-style: normal;font-size: 18px;font-weight: 500;margin:0;}
th.lineup__subheader{color:#333 !important;font-weight: 400;}
.game-time{
    background: #eeeff4;
    padding: 11px 15px;
    border: none;
    text-align: left;
}
.padd-20-card{padding:20px !important;}
.line_up_thumb{
    float: left;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #333;
    overflow: hidden;
    margin-right: 10px;
}
.line_up_thumb img{width:100%;height:100%;object-fit:cover}
.home_city{display:block;color:#bdbaba;}
.logo_small_head{float: left;width:25px;margin-right: 10px;}
.logo-startegy{width:25px;float: left;}
.strate-actual{width:250px;margin:0 auto;}
.comment_box_match::before{background-color: #dc478d;}
.starategy_rating{padding:5px 15px;display: table;width:100%;}
.starategy_rating div{display: table-cell;vertical-align: middle;}
.starategy_rating h4{margin: 0;font-size: 14px;text-align: right;padding-right: 10px;}
.head_videos{background:#fff;padding:5px 15px;display: table;width:100%;}.head_videos h3{margin: 0;}
.head_videos ul{list-style: none;padding: 0;float:left;margin:0;}.head_videos ul>li{float: left;padding:0 10px;}

/* Count Down  */

.syotimer{
    text-align: center;
    padding: 0 0 10px;
}
.syotimer-cell{
    display: inline-block;
    margin: 0 5px;
    width: 79px;
}
.syotimer-cell__value{
    font-size: 35px;
    color: #333;
    height: 45px;
    line-height: 45px;
    margin: 0;
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
}
.syotimer-cell__unit{
    font-family: Arial, serif;
    font-size: 12px;
    text-transform: uppercase;
}

#simple-timer .syotimer-cell_type_day,
#periodic-timer_period_days .syotimer-cell_type_hour,
#layout-timer_only-seconds .syotimer-cell_type_second,
#layout-timer_mixed-units .syotimer-cell_type_minute{
    width: 120px;
    background-image: url(../demos/images/timer_long.png);
}
.toper{position: relative;z-index: 4;}
.match-preview__team{position: relative;padding-bottom: 10px;}
.prediction_stat_grid{background:#87D37C;position: absolute;width:100%;height:50%;z-index: 2;bottom:0;left:0;}
.match-preview__header h6{margin-bottom:15px;font-family: "Montserrat", sans-serif;font-weight: 400;font-size: 14px;text-transform: capitalize;color:#333;}
.poll_result{background:#fff;overflow: hidden;}
.head_poll{background-color: #323150;padding: 10px 0;}
.head_poll h4{margin:0;font-family: "Montserrat", sans-serif;color: #fff;font-size: 14px;font-weight: 400;font-style: normal;padding: 0 10px;}
.content_ans{padding: 5px 10px;overflow-y:auto;}
.content_ans p{margin-bottom: 0;font-family: "Montserrat", sans-serif;font-size: 13px;}
#peopleschoice::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#peopleschoice::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#peopleschoice::-webkit-scrollbar-thumb
{
    background-color: #ccc;
}

.peoples_choice_res{padding:10px;list-style: none;float: none;margin:0;width: 100%;}
.peoples_choice_res li{display: table;width:100%;margin-bottom: 10px;border-bottom: 1px solid #ececec;padding-bottom: 10px;}
.peoples_choice_res li:last-child{margin: 0;border:none;}
.peoples_choice_res h3{margin-bottom: 0;font-family: "Montserrat", sans-serif;font-size: 13px;white-space: nowrap;font-style: normal;font-weight: 600;color:#333;overflow:hidden;text-overflow:ellipsis;}
.small_pro_pla{width:60px;float:left;background:#6C7A89;border-radius: 50%;overflow: hidden;height:60px;}
.small_pro_pla img{width:100%;height:100%;}
.stats_mb_0{margin-bottom: 0 !important;margin-top:5px;}
.small_pro_detail{float: left;padding: 10px 0 0 15px;max-width:270px;width:100%;}
/* LATEST RESULT CARD */
.latest_result_card{background: #fff;border-radius: 4px;border:1px solid #eeeff4;overflow:hidden;}
.card_header_grad{
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    padding:0;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
.card_header_grad h3{color: #fff;margin:0;padding:15px 10px;font-family: 'Montserrat', sans-serif;font-weight: 600;font-size:12px;font-style: normal;}
.match_high_btn{float:right;font-size: 11px;font-weight:400;}.match_high_btn a{padding:5px 10px;color:#fff !important;background:#333;}
.match_high_btn a:hover{background: #eeeff4;color: #333 !important;}
.prediction_result_grid{background:#ffefb8;padding: 5px 35px;display: table;width:100%;}
.prediction_result_grid .team_score{display: table-cell;max-width:110px;text-align: center;font-family: 'Montserrat', sans-serif;color:#333;font-size: 12px;}
.prediction_result_grid .team_score:nth-child(2){width:190px;}
.note_p{text-align: center;font-family: 'Questrial', sans-serif;margin:0;padding: 10px 0;}
.match_header_resul{text-align:center;border-bottom:1px solid #ececec;padding-bottom: 10px;margin-bottom: 10px;}.match_header_resul h6{color:#333;margin: -8px 0 0 0;font-family: 'Montserrat', sans-serif;}
.match_header_resul span{font-family: 'Questrial', sans-serif;font-size: 12px;}
.latest_result_card .match-preview__content{padding:20px 0;}
.logo_behind{position:absolute;left:100px;opacity: 0.1}
/* === BEST VOTES ===== */
.cate_vote{color:#333;font-family: 'Montserrat', sans-serif;font-size: 12px;font-style: normal;font-weight: 500;margin:0;}
.cate_vote span{float:right;font-size: 10px;color: #f00;padding:1px 0;}
.carde{background:url('../images/banner1.jpg');border-radius:4px;overflow: hidden;position: relative;background-size: cover;}
.image_fig{display:table-cell;width:120px;vertical-align: middle;}
.like_meter{background: #333;position:absolute;bottom:0;padding:0 15px;width:100%;text-align: right;}
.player_club{top: 0;width: 110px;position: absolute;left: -15px;z-index: 1;opacity: 0.5;}
.player_club img{width:100%;}
.player_image{position:relative;z-index: 3;padding-top:15px;}
.like_meter p{margin-bottom:0;font-family: 'Montserrat', sans-serif;font-size: 10px;color:#fff;}
.content_cap{display: table-cell;vertical-align: middle;}.player_meta h3{font-size:14px;margin-bottom: 0;font-style: normal;color:#fff;}
.player_meta p{color:#fff;margin-bottom: 0;font-family: 'Questrial', sans-serif;}
.voting_perc{
    position: absolute;
    z-index: 999;
    /* background: rgba(0, 0, 0, 0.26); */
    width: 44px;
    height: 44px;
    top: 12px;
    /* border-radius: 50%; */
    left: 12px;
    /* text-align: center; */
    color: #fff; 
}   
.vote_meter h3{font-size:10px;}
.padd015{padding:0 15px;}
.big-thumb{height:290px;}
.trophy_rating{position: absolute;left: 0;bottom: 0;}
.trophy_rating p{margin-bottom: 0;font-family: 'Montserrat', sans-serif;color: #000;}
.base_i{position:relative;font-size: 35px;color: #007340;}
.rated_i{
    position: absolute;
    font-size: 35px;
    left: 0;
    color: #b5b5b5;
    height: 30%;
    overflow: hidden;
    bottom: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.match_highlights_pred {
    padding: 5px 0;
    text-align: center;
    background: #fff7d9;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
.right_rate{right:0;left:auto;}
.widget-season-votes .best__content::after {
    content: "";
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 240px solid #323150;
    border-left: 40px solid transparent;
}
.match-preview__team-name{position:relative;}
.will_win{position:absolute;font-size: 30px;top: -3px;color:#f92552;}.right_win{right:15px;}
/* === BEST VOTES ===== */
.cate_vote{color:#333;font-family: 'Montserrat', sans-serif;font-size: 12px;font-style: normal;font-weight: 500;margin:0;}
.cate_vote span{float:right;font-size: 10px;color: #f00;padding:1px 0;}
.carde{background:url('../images/banner1.jpg');border-radius:4px;overflow: hidden;position: relative;background-size: cover;}
.image_fig{display:table-cell;width:120px;vertical-align: middle;}
.like_meter{background: #333;position:absolute;bottom:0;padding:0 15px;width:100%;text-align: right;}
.player_club{top: 0;width: 110px;position: absolute;left: -15px;z-index: 1;opacity: 0.5;}
.player_club img{width:100%;}
.player_image{position:relative;z-index: 3;padding-top:15px;}
.like_meter p{margin-bottom:0;font-family: 'Montserrat', sans-serif;font-size: 10px;color:#fff;}
.content_cap{display: table-cell;vertical-align: middle;}.player_meta h3{font-size:14px;margin-bottom: 0;font-style: normal;color:#fff;}
.player_meta p{color:#fff;margin-bottom: 0;font-family: 'Questrial', sans-serif;}
.voting_perc{
    position: absolute;
    z-index: 999;
    /* background: rgba(0, 0, 0, 0.26); */
    width: 44px;
    height: 44px;
    top: 12px;
    /* border-radius: 50%; */
    left: 12px;
    /* text-align: center; */
    color: #fff; 
}   
.vote_meter h3{font-size:10px;}
.season_vote_card{background:#323150;border-radius: 4px;width: 100%;display: table;padding:32px 15px;}
.best_image{border:3px solid #ddd;border-radius: 50%;background: #fff;width: 135px;height: 135px;overflow: hidden;float:left;position:relative;top:3px;z-index: 99;}
.best_image img{object-fit:cover;height:100%;width:100%;}
.best_name{position:relative;float: left;padding-left:15px;width:60%;z-index: 99;}.best_name h4{color:#fff;margin-bottom:0;font-size: 16px;}
.best_name h4>span{display:block;color: #00e640;font-size: 22px;white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;}
.best_name i{color:#fff;font-style:normal;}
.best_name .widget-player__content-alt{width:98%;}.mar10{margin:10px 0 !important;}
.logo_behind_best{position:absolute;right:0px;opacity: 0.1;top:0;}
.vote_now_best{
    overflow:hidden;   
    border-radius: 4px;
    display: table;
    margin: 0 auto;
    height: 30px;
}
.vote_now_best a{padding: 10px 25px;line-height: 30px;color:#fff;font-family: 'Montserrat', sans-serif; background: #f92552;font-size: 13px;}
.season_vote_head{font-family:'Montserrat', sans-serif;font-size: 12px;font-style: normal;color:#333;}
.season_vote_right{float:right;}.season_vote_right a{color:#f92552;font-size: 11px;font-weight: 600;pointer-events: none;}
.season_vote_a:hover{background-color: #c33150;-webkit-transition: background-color 1000ms linear;-ms-transition: background-color 1000ms linear;transition: background-color 1000ms linear;}
.widget-season-votes{position:relative;height: 200px;overflow:hidden;}
.widget-season-votes .best__content::before {
    content: "";
    display: block;
    position: absolute;
    width: 137px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #f92552;
}
.widget-season-votes .best__content::after {
    content: "";
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 240px solid #323150;
    border-left: 40px solid transparent;
}
/* VOTING HISTORY PAGE */
.main_pos_label{display:block;}
.player-smal-round-voted{border-radius: 50%;background:#888888;float:left;width:50px;height:50px;}

.player_voted{float: left;padding-left:5px;
              font-family: "Montserrat", sans-serif;margin-bottom: 0;
              width:75%;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;
              font-size: 12px;    color: #000;
              font-weight: bold;
}
.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 25px;
    height: 25px;
    width: 100px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
}
.star-ratings-css-top {
    color: #3ffeca;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}
.star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}
.star-ratings-sprite {
    background: url("../images/star-rating-sprite.png") repeat-x;
    font-size: 0;
    height: 20px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 74px;
    margin: 0;
    position:relative;left:5px;
}
.star-ratings-sprite-rating {
    background: url("../images/star-rating-sprite.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 14px;
    display: block;
}

.actual_result {
    background: #fff9ea;
    padding: 5px 10px;
    font-family: "Montserrat", sans-serif;
    color: #333;
    display: table;
    cursor: pointer;width:100%;
}
.actual_result a{color: #333;}
.choosePlayer .col-md-4{padding:0 5px;margin-bottom: 5px;} 
.your_votes h4>i{font-style:normal;}
.match_high_btn_pred{display:table;margin:0 auto 10px;}.seeAll{display:none;}
/* coaches and referee */
.player_ul{list-style:none;}
.like-counter{display:block;color:#000;font-family: 'Montserrat', sans-serif;font-size:12px;margin-bottom:5px;}.like-counter i{padding-right:5px;}
.cr_name h4{color:#000;}.cr_name i{color:#323150;}.view_cr{height:35px;line-height:35px;border-radius:4px;background:#dedede;padding:0 25px;display:table;margin:0 auto;}
.cr_a{color:#000;font-family: 'Montserrat', sans-serif;font-size:12px;}.cr_a:hover{color:#fff !important;}
.cr_a:hover .view_cr{background:#f92552;}
#scroll-to{
    display:table;
    clear:both;
}

/* About Us PAGE */
.card__header::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #38a9ff;
    border-radius: 3px 0 0 0;
}
.card__content {
    padding: 24px 24px;
}
.about-txt{padding:40px 0;}
.about-txt p{font-family: 'Montserrat', sans-serif;color: #484848;}
.important-txt{color: #f92552;font-family: 'Montserrat', sans-serif;text-transform: uppercase;font-size:18px;}
.about-txt h6{margin: 0;color: #323150;font-family: 'Montserrat', sans-serif;text-align: center;}
@media (max-width:479px) {.about-txt{padding:10px 15px;}}

/*Author css*/
@media (max-width: 639px) {
    .gallery-expander-contents > div .image_col{
        margin: 0 auto !important;
        width: 230px !important;
        border: 1px solid #000 !important;
        padding: 0 !important;
    }
}
/*Author css*/

.cd-fail-message{
    text-align:center;
    padding:10px 0;
    color:#d9224b;
    font-weight:bold;
}
.viewCount{
    position: absolute;left: 10px;color:#fff;font-family:'Montserrat', sans-serif;
}
.viewCount i.fa{padding-left:5px;}
.cmnt_span{float:right;margin-right:5px;}
/*.table > thead > tr > th{text-align:center;}*/
.comment_inp input{
    padding-left:40px;
}

.c_count{font-style:normal;}

.widget-lineup__players{width:35px;height:35px;background:#eaeaea;overflow:hidden;border-radius:50%;float:left;margin-right:10px;}
.widget-lineup__players img{object-fit:cover;    min-width: 100%;
                            min-height: 100%;}
/*Only for mobile card*/
.match-grid li{list-style-type: none;}
.date{margin-bottom:0;}
.club-thmb{width:75px;height:75px;border: 2px solid #ff4141;
           border-radius: 50%;}.club-thmb img{padding:10px;height:100%;object-fit:scale-down;}
.entry ul{padding-left:0;list-style:none;}
.entry .the-ul {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
    background:#fff;
}
.entry .the-ul .score li {
    display: inline-block;
    font-weight: 700;
    margin: 0 10px;
    font-size: 20px;font-family: 'Exo 2', sans-serif;
}

.club-title li{display:inline-block;font-family: 'Montserrat', sans-serif;}
.stadium{
    margin-top:15px;
    background: #eaeaea;
    padding: 5px 0;font-family: 'Exo 2', sans-serif;
}
.date{
    padding: 5px 15px !important;font-family: 'Montserrat', sans-serif;list-style:none;
}
.date li{text-align:center;}
.dash-board .date{background: #064373d6;}
.national-game .date{background: #00a084;}
.national-game .date li{
    font-family: 'Montserrat', sans-serif;font-size:14px;font-weight:600;color:#fff;
}
.dash-board .date li{
    font-family: 'Montserrat', sans-serif;font-size:14px;font-weight:600;color:#fff;
}
.cl-name{width:40%;float:left;text-align:center;}
.to-right{float:right;}
.mtr{font-style:normal;}


/* Tab Matches */
.head_weekly_round {
    text-align: center;
    display: table;
    padding: 0;
    width: auto;
    clear: both;
    list-style: none;
    background: none;
    margin: 0 auto;
    color:#282840;
    font-family: 'Montserrat', sans-serif;
    text-decoration:none;
}
.all_match_weekly {
    background: url(../images/match_bg.jpg);
    padding: 20px 0 40px 0;
}
.head_match_tittle {
    text-align: center;
}

.head_nav_caro {
    background: #fff;
    margin-bottom: 35px;
}
.mobile .footer-actions{padding:10px 0;}
.no-pad-mb{padding-bottom:0 !important;margin-bottom:15px;}

/* Player Detail Page */
.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border:2px solid rgba(221, 221, 221, 0); /* add border to the buttons */
    /*                box-shadow: 0 3px 3px #999;*/
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    line-height: 37px;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}
.facebookBtn{
    background: #4060A5;
}
.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}
.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; /* change the border color on mouse hover */
}
.twitterBtn{
    background: #00ABE3;
}
.twitterBtn:before{
    font-family: "FontAwesome";
    content: "\f099"; /* add twitter icon */
}
.twitterBtn:hover{
    color: #00ABE3;
    background: #fff;
    border-color: #00ABE3;
}
.instaBtn{
    background: #125688;
}
.instaBtn:before{
    font-family: "FontAwesome";
    content: "\f16d"; /* add googleplus icon */
}
.instaBtn:hover{
    color: #125688;
    background: #fff;
    border-color: #125688;
}
.awards-player{border-top:4px solid #ff2626;}
.player-mid-details .widget-player__details-value{color: #333;font-size: 13px;font-family: 'Montserrat', sans-serif;}
.deleteCmt{cursor:pointer;}

.result img {
    width: 30px;
}
.player-thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    margin-right: 15px;
    float: left;
}
h5.player-name-shot {
    font-size: 13px;
    font-style: normal;
    line-height: 23px;
    color: #484848;
    font-weight: 300;
    font-family: Montserrat;
    width: 150px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    text-overflow: ellipsis;
}.player-name-squad span {
    font-size: 10px;
}
.player-table {
    margin-bottom: 0;
    padding: 0 10px;
    border-top: 4px solid #ff2626;
}
.player-table tbody>tr>td {
    border-top: none;
    padding: 10px 25px;
}
.player-table tbody>tr>td.result{text-align:right;}
.span_btn {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    width: auto;
    font-size: 10px;
    margin: 0 auto;
    line-height: 21px;
    padding: 0 20px;
}

/*For Search Result*/
.player_list{list-style:none;padding:0;}
.widget-player_number img {
    position: relative;
    left: -40px;
    bottom: -15px;
    opacity: 0.2;
}
.cate_results{padding-bottom: 10px;border-bottom: 1px solid #ccc;margin-bottom: 10px;display:inline-block;width:100%;clear:both;}
.cate_results:last-child{border-bottom: none !important}
.post_inner_image{width:194px;float:left;height:157px;}
.post_inner_image img{height:100%;width:100%;}
.tittle_cat h3{margin-bottom: 15px;font-family: "Exo 2", sans-serif;font-style: normal;font-weight: bold;color:#333;font-size:20px;padding:5px 0;display: table;border-radius: 4px;text-transform: capitalize;}
.view_more_results{display: inline-block;margin-top: 15px;text-align: right;width: 100%;}
.view_more_results a{
    background: #4183D7;
    padding: 0;
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.5s ease;
    cursor: pointer;
    height: 35px;
    width: 100%;max-width:135px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}
.view_more_results a:hover{background: #446CB3;}
.view_more_results a>i{padding-left:20px;}
.club-search-li li{width:32%;float:left;margin-right:15px;}
.club-search-li li:last-child{margin-right:0 !important;}
@media only screen and (max-width:768px) and (min-width:560px){
    .club-search-li li{width:32%;margin-right:10px;}
    .team-grid_img{height:130px;display:inline-block;}
    .team-desc span{top: -15px;width: 100%;text-align: center;display:inline-block;}
    .team-desc span>h3{width:100%;}
    .posts--simple-list .posts__excerpt{margin-top:0;}
    .posts--simple-list .posts__excerpt p{margin-bottom:0;}
    .posts__item .card__content {padding: 16px 20px !important;}
    .filter_menuul li>a{padding:10px 13px;}
}
.padd0{padding: 0;}
.ssv-vote-live{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 40px;display:inline-block;width: 100%;
    position: relative;overflow: hidden;
}
.ssv-vote-live:after{content: '';position: absolute;display: block;background: #000;opacity: 0.3;width: 100%;height: 100%;top: 0;left: 0;}
.head-ssv{border-bottom:1px solid #fff;margin-bottom: 8px;display: block;padding: 0 15px 8px 15px;position: relative;z-index: 2}
.body-ssv{position: relative;z-index: 2;}
.head-ssv h4{font-family: 'Montserrat', sans-serif;margin: 0;color: #fff;text-transform: uppercase;font-style:normal;}
.white-card{background: #fff;border:1px solid #eaeaea;border-radius:2px;overflow: hidden;}
.stadium-details{
    display: inline-block;
    width: 100%;padding: 8px 0;
    background:#edecec;
    border:1px solid #eaeaea;border-left:none;border-right:none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 10px;
    color: #000;
    line-height: 13px;
    font-weight: bold;
}
.padd-l0{padding-left:0;}
.padd-r0{padding-right:0}
.match-clubs{padding: 40px 0;}
.sm-padd{padding:25px 0 10px;}
.match-clubs ul{padding: 0;margin:0;text-align: center;}
.match-clubs ul>li{
    width: 40%;
    display: inline-block;
}
.body-part{position: relative;z-index: 2;}
.logo-behind{position: absolute;top: 0;z-index: 1;opacity: 0.2;top: 20%;left:20%;}
.ssv-club{width: 100px;margin:0 auto;}
.ssv-club img{width: 100%;}
.match-clubs ul> li.middle-vs{width: 10%;font-family: 'Montserrat', sans-serif;}
.middle-vs span>h4{    margin: 0;
                       font-family: 'Montserrat', sans-serif;
                       font-style: normal;
                       font-weight: bold;}
.footer-action-btn{width:100%;text-align: center;display: block;margin-bottom: 25px;}
.support-team{
    display: inline-block;
    background:#053e6b;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 35px;text-transform: uppercase;
    font-weight: 500;
    height: 35px;width:100%;max-width:180px;margin:0 auto;text-align: center;
    /* border-left:3px solid #f22424; */
    position: relative;text-decoration: none !important;
}
.support-team span{position: relative;z-index: 2;font-size:12px;}
.support-team::after{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 3%;
    height: 100%;
    background-color: #f22424;
    transform-origin:left;
    transition:width 0.25s ease;
    z-index:1;
}.support-team:hover{color: #fff;}
.support-team:hover::after {
    width: 97%;
}
/* Tab */
.tab-head{
    margin-bottom: 5px;
}
.tab-head .white-card{
    border:none;border-radius: 0;
}
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs-nav .tab-active a::after {
    background: #f22424;
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    bottom: 0;
    cursor: default;
    left:0;
}
.tabs-nav a {
    font-family: 'Montserrat', sans-serif;
    color: hsl(215, 6%, 57%);
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 40px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    text-decoration: none;
}
.tabs-nav li {
    float: left;width: 33%;
}
.tabs-nav li .on-to-right{float: right;text-align: right;}
.on-to-right a{
    text-align: right;
}
.tabs-stage {
    border-top: 0;
    clear: both;
    margin-bottom: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.body-content{padding: 20px;display: inline-block;width: 100%;}
.tabs-stage p {
    margin: 0;
    padding: 20px 15px;
    color: hsl(0, 0%, 33%);font-family: 'Montserrat', sans-serif;font-size: 12px;
}
.tab-content .white-card{
    border-radius: 0;border:none;
}
.voted-players{padding: 0;list-style: none;margin-bottom: 0;}
.voted-players li{width: 33%;float: left;margin-bottom: 10px;}
.raw{display: inline-block;width:100%}
.raw::after{clear: both;}
.player-avatar-sm{width:50px;height:50px;float:left;border-radius: 50%;overflow: hidden;border:1px solid #ccc;background:#eaeaea;}
.player-detail-sm{
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    padding-left: 10px;
    text-transform: capitalize;
    padding-top: 2px;
    line-height:20px;
    white-space:nowrap;
    overflow:hidden;
    width:70%;
    text-overflow: ellipsis;
    color: #000;
    line-height: 14px;
    font-weight: bold;
    height:50px;
}
.player-detail-sm span{display:table-cell;vertical-align:middle;}
.player-detail-sm i{display: block;font-size:10px;font-style:normal;}
.more-strat-view{
    position: absolute;
    bottom: -10px;
    width: 100px;
    right: 0;
    text-align: center;
    color: #2c3e50;
    font-family: 'Montserrat', sans-serif;
    height: 30px;
    font-size:12px;
    line-height: 30px;
    cursor: pointer;
}
.other-strat{
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 0;
}
.other-strat-head h4{
    margin: 0;
    font-style: normal;
    padding: 10px 20px;
    background: #fff5e6;font-family: 'Montserrat', sans-serif;
    font-style:normal;font-size:14px;
}
.other-strat .strat-voted{
    padding:15px;
}
.other-strat .strat-vote{margin-top:0;}
.show-view{display:block;clear:both;}
.full-strat-player{display:inline-block;width:100%;border: 1px solid #eeee;}
.head-posi h3{
    margin-bottom: 10px;
    font-size: 12px;
    padding: 10px 15px;
    background: #e8e8e8;
}
.full-strat-player .player-list{padding:0 5px;}
.full-strat-player .playr-det h4{color:#333;}
.full-strat-player .player-list li{border-bottom: 1px dashed #ececec;}
.vs-vote-middle{
    width: 35px !important;
    height: 35px;
    text-align: center;
    line-height: 39px;
    background: #fff;
    border-radius: 50%;
    margin: 5px 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
}

.vote-result-sch{
    padding: 0;
    line-height: 0;
    text-align: center;
    margin: 0;background: #fff;
    list-style:none;
    margin-top:-10px;
}
.vote-result-sch li{
    border-left: 1px dashed #ccc;
    margin: 0;
    border-bottom: 1px dashed #ccc;
    display:inline-block;width:24%;
    cursor:pointer;
    position:relative;
}
.vote-result-sch li .match-preview__team-name{
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.vote-result-sch li:last-child{
    border-right: 1px dashed #ccc;
}
.vote-result-sch li.active{background: #fbfbfb;}
.vote-result-sch li.active::after{
    position:absolute;content:"";
    height:4px;background:#f92552;width:100%;
    top:0;left:0;
    
}
h4.no-voto-req{
    min-height: 160px;color:#fff;
    text-align:center;font-size: 14px;
    letter-spacing: 1px;
}
/* For progress */
.tabs-stage .support-team{max-width:220px;}
.avatar-container {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    background: #efefef;
    cursor: pointer;
    float: left;
}
.avatar-container .avatar {
    display: block;
    padding: 3px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 100;
        object-fit: cover;
    object-position: top center;
}
.avatar-container img {
    width: 100%;
    height: 100%;
     object-fit: cover;
    object-position: top center;
}
.avatar-container .info {
    display: block;
    font-weight: bold;
    font-size: 2rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.31);
    color: white;
    z-index: 1000;
}
.avatar-container .info.js-active {
    display: table;
}
.avatar-container .info .info-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;font-family: 'Montserrat', sans-serif;font-size: 11px;
}
.list-avatar{padding: 0;list-style: none;margin:0;}
.scrolling-nav{padding:8px 10px;margin: 0;list-style: none;border:1px solid #ccc;border-left: none;border-right: none;}
.scrolling-nav li{width: 50%;display:inline-block;}
.positions{color: #333;font-family: 'Montserrat', sans-serif;font-size: 14px;text-decoration: none;}
.rating-vote{width: 100%;max-width: 300px;margin: 0 auto 15px;display: table;text-align: center;position:relative;z-index:9;}
.rating-vote h4{font-family: 'Montserrat', sans-serif;font-size: 12px;margin: 0 0 10px 0;font-style:normal;}
.rating-vote div{float: left;}
.rating-span{
    position: relative;
    display: inline-block;
    height: 5px;
    width: 100%;
    overflow: hidden;
    color: #fff;
}
.pred-rating{width:100%;}
.middle .rating-span{
    overflow: visible;left:-2px;
}
.middle .rating-span::after{
    -webkit-transform-origin:100% 100%;
    -ms-transform-origin:100% 100%;
    transform-origin:100% 100%;
}
.last .rating-span::after{
    -webkit-transform-origin:0 100%;
    -ms-transform-origin:0 100%;
    transform-origin:0 100%;
}
.rating-span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #009a55;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    z-index: -1;
}
.my-club-vote::after {
    background: #f92552;
}
.strategy-rating{
    position: relative;
    display: inline-block;
    height: 5px;
    width: 100%;
    overflow: hidden;
    color: #fff;
    background:#e6e6e6;
}
.strategy-rating::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0);
    z-index: 1;
}
.strategy-count{
    display: inline-block;
    width:100%;text-align: left;font-weight:bold;color:#333;
    font-family: 'Montserrat', sans-serif;font-size: 12px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}
.count-span{
    float: left;
    font-size: 9px;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    text-overflow: ellipsis;
    font-weight: 500;
    overflow: hidden;
    padding-right: 5px;
    line-height: 1;
    color: #000;
    font-weight: 600;
}
.on-to-right{float:right !important;padding-right:15px;}
.footer-desc{
    background: #eaeaea;
    padding: 8px 0;
    text-align: center;
}
.footer-desc a{
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: bold;
    margin:0;
    color:#000;
}
.ssv-club-name{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;    font-weight: bold;
    color: #000;
}
.avatar-bg{background:#ccc;}
.p-1 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(93.6deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-2 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(97.2deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-3 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(100.8deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-4 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(104.4deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-5 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(108deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-6 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(111.6deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-7 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(115.2deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-8 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(118.8deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-9 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(122.4deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-10 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(126deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-11 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(129.6deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-12 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(133.2deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-13 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(136.8deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-14 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(140.4deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-15 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(144deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-16 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(147.6deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-17 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(151.2deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-18 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(154.8deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-19 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(158.4deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-20 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(162deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-21 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(165.6deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-22 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(169.2deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-23 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(172.8deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-24 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(176.4deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-25 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(180deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-26 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(183.6deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-27 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(187.2deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-28 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(190.8deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-29 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(194.4deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-30 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(198deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-31 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(201.6deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-32 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(205.2deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-33 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(208.8deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-34 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(212.4deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-35 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(216deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-36 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(219.6deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-37 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(223.2deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-38 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(226.8deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-39 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(230.4deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-40 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(234deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-41 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(237.6deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-42 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(241.2deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-43 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(244.8deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-44 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(248.4deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-45 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(252deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-46 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(255.6deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-47 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(259.2deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-48 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(262.8deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-49 {
    background-image: linear-gradient(90deg, #efefef 50%, transparent 50%, transparent), linear-gradient(266.4deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-50 {
    background-image: linear-gradient(-90deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-51 {
    background-image: linear-gradient(-86.4deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-52 {
    background-image: linear-gradient(-82.8deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-53 {
    background-image: linear-gradient(-79.2deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-54 {
    background-image: linear-gradient(-75.6deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-55 {
    background-image: linear-gradient(-72deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-56 {
    background-image: linear-gradient(-68.4deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-57 {
    background-image: linear-gradient(-64.8deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-58 {
    background-image: linear-gradient(-61.2deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-59 {
    background-image: linear-gradient(-57.6deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-60 {
    background-image: linear-gradient(-54deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-61 {
    background-image: linear-gradient(-50.4deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-62 {
    background-image: linear-gradient(-46.8deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-63 {
    background-image: linear-gradient(-43.2deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-64 {
    background-image: linear-gradient(-39.6deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-65 {
    background-image: linear-gradient(-36deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-66 {
    background-image: linear-gradient(-32.4deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-67 {
    background-image: linear-gradient(-28.8deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-68 {
    background-image: linear-gradient(-25.2deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-69 {
    background-image: linear-gradient(-21.6deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-70 {
    background-image: linear-gradient(-18deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-71 {
    background-image: linear-gradient(-14.4deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-72 {
    background-image: linear-gradient(-10.8deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-73 {
    background-image: linear-gradient(-7.2deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-74 {
    background-image: linear-gradient(-3.6deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-75 {
    background-image: linear-gradient(0deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-76 {
    background-image: linear-gradient(3.6deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-77 {
    background-image: linear-gradient(7.2deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-78 {
    background-image: linear-gradient(10.8deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-79 {
    background-image: linear-gradient(14.4deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-80 {
    background-image: linear-gradient(18deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-81 {
    background-image: linear-gradient(21.6deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-82 {
    background-image: linear-gradient(25.2deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-83 {
    background-image: linear-gradient(28.8deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-84 {
    background-image: linear-gradient(32.4deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-85 {
    background-image: linear-gradient(36deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-86 {
    background-image: linear-gradient(39.6deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-87 {
    background-image: linear-gradient(43.2deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-88 {
    background-image: linear-gradient(46.8deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-89 {
    background-image: linear-gradient(50.4deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-90 {
    background-image: linear-gradient(54deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-91 {
    background-image: linear-gradient(57.6deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-92 {
    background-image: linear-gradient(61.2deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-93 {
    background-image: linear-gradient(64.8deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-94 {
    background-image: linear-gradient(68.4deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-95 {
    background-image: linear-gradient(72deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-96 {
    background-image: linear-gradient(75.6deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-97 {
    background-image: linear-gradient(79.2deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-98 {
    background-image: linear-gradient(82.8deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-99 {
    background-image: linear-gradient(86.4deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}

.p-100 {
    background-image: linear-gradient(90deg, #0BF 50%, transparent 50%, transparent), linear-gradient(270deg, #0BF 50%, #efefef 50%, #efefef);
}
/*prediction*/
.button__holder {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;

}
.button__holder:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}


.plus {
    position: relative;
    z-index: 1;
    margin:3px;
    width: 60px;
    height: 60px;
    line-height:60px;
    color: #fff;
    font-weight:bold;
    font-family: 'Montserrat', sans-serif;
    background: #ed1c5b;
    border-radius: 50%;
    border: none;
    -webkit-transition: -webkit-box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: -webkit-box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
}
.plus:after {
    content: "";
    font-size: 2.5em;
    line-height: 1.1em;
}
.plus:hover {

    -webkit-box-shadow: 0 0 1px 10px rgba(138, 59, 88, 0.4), 0 0 1px 20px rgba(138, 59, 88, 0.1), 0 0 1px 30px rgba(138, 59, 88, 0.1);
    box-shadow: 0 0 1px 10px rgba(138, 59, 88, 0.4), 0 0 1px 20px rgba(138, 59, 88, 0.1), 0 0 1px 30px rgba(138, 59, 88, 0.1);
}
.fixed-header{position:fixed;width:100%;top:0;left:0;z-index:9999;box-shadow: 0 0 7px 0px #000;}
.status-left, .you_may{
    position: sticky;
    position: -webkit-sticky;
    top: 0; /* required */
}
/*=============  User Dashboard ============ */
.user-page-header{
    background:#f90;position:relative;min-height:180px;
    background-image: url(../images/banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.user-page-header::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to left top, #004b86, #f92552);
    opacity: 0.9;
}
.profile-image{width:160px;height:180px;position:relative;top:45px;background:#fff;padding:5px;margin:0 auto;}
.profile-image img{height:100%;width:100%;object-fit:cover;}
.user-navigation{background:#fff;box-shadow:2px 2px 2px #ccc}
.user-header-nav{padding-left:170px;list-style:none;display:block;width:100%;margin-bottom:0;}
.user-header-nav::after{clear:both;}
.user-header-nav li{display:inline-block;width:auto;padding-right:5px;}
.user-header-nav li>a{padding:0 15px;color:#000;line-height:50px;display:block;text-transform:uppercase;font-family: 'Montserrat', sans-serif;font-size:13px;}
.profile-name{position:relative;top:120px;}
.user-header-nav li>a.active{background:#f3f3f3;}
.profile-name h4{color:#fff;}
.profile-name h4>span{font-weight:normal;display:block;font-size:12px;font-family: 'Montserrat', sans-serif;text-transform:capitalize;letter-spacing:1px;}
.side-menu{padding:0;list-style:none;background:#fff;margin-bottom:0;}
.side-menu li{border-bottom:1px dashed #ededed;line-height:45px;padding:0 15px;}
.side-menu li>a{font-family: 'Montserrat', sans-serif;font-size:12px;color:#000;}
.side-menu li>a i{padding-right:5px;}
span.score{float:right;}
.card-status h4{font-size:14px;font-family: 'Montserrat', sans-serif;font-style:normal;font-weight:bold;text-transform:capitalize;}
.user-pred-card .logo-behind{
    top: 8%;
    left: 30%;
}
.user-pred-card .match-clubs ul{display:table;width:100%;}
.user-pred-card .match-clubs ul>li{width:47%;display:table-cell;vertical-align:middle;}
.user-pred-card .match-clubs ul> li.middle-vs{width:5%;}
/*  =============== NOTIFICATION ============== */
.notifications{width:330px;position:absolute;background:#fff;box-shadow:2px 2px 2px #3333335e;right:0;display:none;z-index:99;border:1px solid #ededed;}
.notifications h3{
    margin-bottom:0;
    padding:8px 15px;
    background:#6c7a89;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    color:#fff;
}
.notification_ul{padding:0;float:left;}
.notification_ul li{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 17px;
    text-align: justify;
    color: #000;padding: 10px 20px;
    border-bottom: 1px solid #ddd;width:100%;
}
.notification_date{float:right;font-size:10px;color:#323150;}
.unread{background:#e7e7e7;}
.noti_Counter{
    top: 5px !important;
    position: absolute;
    background: #f92552;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 20px;
    z-index: 9;
    right: 0;
    text-align: center;
}
/* User Ranking */
.pos-right{
    position:absolute;
    right:70px;
    bottom:0;
    text-align:right;
}
.user-rank{display:inline-block;}
.user-rank h3{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    clear: both;
    line-height: 23px;
}
.user-rank h3 i{
    font-style:normal;display:block;
}
.user-rank-cont{float:left;}
.user-rank-list{
    width: 130px;
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: left;
    background: #6C7A89;
    font-size: 30px;
    margin-left: 15px;
    position: relative;
    padding-left: 15px;
    border: 1px solid #F5D76E;
    border-radius: 4px;
}
.rank-nu{padding-right:55px;font-size:30px !important;line-height:48px;}
.notification_date i.fa-calendar{padding-right:5px;line-height: initial !important;}
.user-rank-list i{
    position: absolute;
    right: 10px;
    bottom: -4px;
    /* color: #5f5c5c; */
    font-size: 55px;
}

.only-mob{
    display:none;
}
.profile-wrap-mobile{
    display:table;width:100%;
}

.profile-img-mob{
    width: 85px;
    height: 85px;
    overflow: hidden;
    border: 2px solid #fff;
    margin:0 auto;
    border-radius: 50%;
}
.profile-img-mob img{width:100%;height:100%;object-fit:cover;}
.profile-name-mob{
    display: table-cell;
    /* float: left; */
    vertical-align: middle;
    width: 70%;
}
.profile-name-mob h4{margin-bottom:0;color:#fff;font-weight:normal;font-size:13px;}
.profile-name-mob h4>span{display:block;font-size:10px;}

.main_card_head h3{
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    font-size: 16px;
    font-family: "Montserrat",sans-serif;
    font-style: normal;
    font-weight: bold;
}
.border-grid{
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.main-body-player{
    padding:8px 10px;display:table;width:100%;position:relative;
}
.player_images{
    width: 60px;
    height: 60px;
    float: left;
    background: #e2e2e2;
    overflow: hidden;
    border-radius: 50%;
}
.player_images img{
    object-fit: cover;
    object-position:top center;
    height: 100%;
    width: 100%;
}
.player_details{float: left;max-width:250px;width:100%;overflow:hidden;padding:10px 0;}
.player_details h4{
    color:#333;font-family: 'Montserrat', sans-serif;margin-bottom: 0;font-style: normal;
    padding-left:10px;line-height: 30px;font-size: 14px;
    font-weight: bold;text-transform: capitalize;max-width:100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.player_details span{color:#000;font-family: 'Montserrat', sans-serif;padding-left:10px;clear:both;display:block;line-height: 20px;margin-top:-7px;font-weight: 300;font-size:12px;max-width:100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.card-foot{background:#f6f6f6;color:#000;display:inline-block;clear:both;width:100%;}
.card-foot h6{margin-bottom:0;font-size:10px;font-family: 'Montserrat', sans-serif;text-align:center;padding:8px 0;line-height:1;}
.player-remove{position:absolute;width:65px;height:100%;right:-1px;top:0;background:#6c7a89;text-align:center;}
.player-remove ul{padding:0;margin:0;list-style:none;}
.player-remove ul>li{line-height:40px;}
.player-remove ul>li a{color:#fff;display:block;width:100%;}
.center-div{margin:0 auto;float:none;}
/* == New Game Over View page style == */
.strategy_head{
    border: 1px solid #e8e6e6;
    background: #ededed;
    padding: 11px 10px;
    border-left: none;
    line-height: 40px;
    border-right: none;
    margin-bottom: 15px;
}
.strategy_head h4{font-family: 'Montserrat', sans-serif;font-style:normal;font-size:14px;margin:0;}
.body-scroll .owl-nav{
    position: absolute;
    top: -46px;
    right: 10px;
    width: 55px;
}
.body-scroll .owl-nav>.owl-prev{
    float:right;
}
.body-scroll .owl-nav>.owl-next{
    float:left;
}
.voting-stat-head{background:#fff;}
.voting-stat-head ul{padding:0;float:left;list-style:none;margin:0;width:100%;padding: 0;background:#fff;line-height:0;}
.voting-stat-head ul>li{width:40%;display:inline-block;border-right:1px dashed #ccc;}
.voting-stat-head ul>li:first-child{border-left:1px dashed #ccc;}
.voting-stat-head ul>li span{
    display:table;width:100%;
    padding: 5px 15px;cursor:pointer;
}
.voting-stat-head ul>li span.active{background: #f7f7f7;}
.result_tab li>span{height:44px;line-height:44px;text-align:center;font-family: 'Montserrat', sans-serif;}    
.v_club-mob{
    list-style: none;
    padding: 0;
    text-align: center;
    clear: both;
    padding-top: 10px;
}
.v_club-mob li{display:inline-block;width:35%;}
.stat-club{width:50px;float:left;}
.stat-club-name{
    float: left;
    padding: 12px 0 0 6px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    line-height:15px;
    font-family: 'Montserrat', sans-serif;
    max-width:120px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.stat-club-name i{display:block;color: #333;font-size: 11px;font-style:normal;}
.bg-after{
    content: '';
    position: absolute;
    top: -60px;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    z-index: 1;
    margin-left: 0
}
.bg-after::before{
    content: '';
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #2c3e50;
    z-index: -1;
}
.bg-after aside{
    position: relative;
    z-index: 99;
    left: 15px;
}
.voting-stat .body-content{
    background:#fff;
}
.footer-desc h4{font-family: 'Montserrat', sans-serif;}
.hidden-tab{display:none;}
.match_lis{
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    background: #f9f9f9;
}
.match_lis a{
    color: #000;
    text-decoration: none !important;
}
.match_lis h4.head{
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    background: #fff;
    padding: 8px 0;
    font-style:normal;
    margin-bottom: 10px;
}
.match-upcoming-lat{list-style: none;padding: 0;display: table;width: 100%;margin-bottom: 0;}
.match-upcoming-lat li{display: table-cell;width: 45%;}
.match-upcoming-lat figure{
    width: 30px;
    float: left;
}
.match-upcoming-lat figure img{width: 100%;}
.match-upcoming-lat figcaption{
    float: left;font-family: 'Montserrat', sans-serif;
    width:100px;overflow:hidden;
}
.match-upcoming-lat figcaption h4{margin:10px;font-size: 12px;font-style:normal;white-space:nowrap;text-overflow:ellipsis;}
.match-upcoming-lat .middle{display: table-cell;vertical-align: middle;width: 20px;}
.match-upcoming-lat .middle h4{
    margin: 0;
    font-size: 11px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #fff;
    font-style:normal;
    text-transform:capitalize;
    border-radius: 50%;
}
.aside-H{display: inline-block;width: 100%;}
.cen-H{text-align: center;}
.aside-H h4{
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-style:normal;
}
.aside_body::after{
    clear: both;
    content: "";
    display: block;
}
aside.upc-match-left{
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}
.player-list{float: left;width: 100%;padding: 0;list-style: none;margin-bottom: 0;}
.player-list li{display: inline-block;width: 100%;margin-bottom: 10px;}
.playr-ima{width: 55px;height: 55px;float: left;overflow: hidden;border-radius: 50%;background:#f9f9f9;border: 2px solid #ededed;}
.playr-ima img{object-fit: cover;height: 100%;width: 100%;}
.playr-det{
    float: left;
    width: 80%;
    max-width: 200px;
    padding: 12px 0 12px 15px;
}
.playr-det h4{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: bold;
    color:#fff;
    text-transform: capitalize;
    font-style:normal
}
.strat-vote{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.match__vote .game-result__team-name{color:#fff;}
.match__vote .game-result__team-logo{float:right;}
.match__vote .game-result__team--second .game-result__team-logo{float:left;}
.match__vote .game-result__score{color:#fff;}
.match__vote .game-result__score-label{color:#fff;}
#main_content{display:block;}
/*==== New Player ====*/
.right_bar{border-radius:0;background:#fff;}
.right_bar h6 {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    background: #b2dbff;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 0;
}
.choose_player{display:inline-block;width:100%;padding:0;}
.fav_pl-user{border-bottom: 1px dashed #f5f5f5;position:relative;display:inline-block;clear:both;width:100%;padding:5px 10px;}
.fav_pl-user a{
    display:table;width:100%;
}
.pl-desc{
    display:table-cell;width:80%;
    vertical-align:middle;padding-left:5px;
}
.pl-desc h4{
    margin-bottom:0;font-family: 'Montserrat', sans-serif;
    font-weight:600;font-size:13px;font-style:normal;
    width:100%;max-width: 135px;overflow:hidden;white-space: nowrap;
    text-overflow: ellipsis;
}
.pl-desc h4 >span{display:block;font-weight:400;font-size:13px;}
a.ply{
    position: absolute;
    width: 55px !important;
    text-align: center;
    background: #323150;
    font-size:11px;
    top: 15px;
    right: 15px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.pl-img{
    float: left;
    display:table-cell;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-color: #eeeff4;
    background-image: url(../../img/favicon-200.png);
}


/* Vote Page */
.select-style {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}
.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}
.select-style select:focus {
    outline: none;
}
.choosen_strategy img {
    margin: 0 auto;
}
.chosen_strategy_details h2 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
}
.chosen_strategy_details span {
    font-family: "Questrial", sans-serif;
    color: #fff;
}
.vote-player-page{
    padding: 35px 0;
    background: #333 !important;
}
.vote-player-page:before {
    content: '';
    opacity: 0 !important;
}
.circle_rating .circular__bar {
    float: left;
}
.circle_rating {
    margin-top: 2%;
}
.change_strta {
    display: table;
    clear: both;
    padding: 20px 0;
}
.circle_rating h6 {
    color: #fff;
    float: left;
    padding-left: 15px;
    padding-top: 20px;
}
.change_strta a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}
.margB10 {
    margin-bottom: 10px;
}
.player_pos {
    width: 100%;
    height: 40px;
    position: relative;
    overflow: hidden;
}
.choose_player_grid {
    position: relative;
}
.player-ajax {
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    padding: 5px 10px;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.img-player {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    overflow: hidden;
    background-color: #333;
    margin-right: 15px;
}
.player-ajax span {
    float: left;
}
.edit_pl {
    text-align: center;
    border: 1px solid #616094;
    padding: 0px 10px;
    border-radius: 4px;
    margin: 15px 0;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
    color: #3e3eab;
    cursor: pointer;
}
.name-player {
    width: 55%;
}
.name-player h4 {
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    margin: 0;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.player-ajax {
    display: none;
}
.select2-container {
    outline: none !important;
}
.circular__bar {
    width: 60px;
    height: 60px;
}
.club__name {
    position: absolute;
    bottom: 10px;
}
.club_poll_head {
    background: #666;
    position: relative;
    padding: 15px 15px;
    height: 95px;
    overflow: hidden;
    background-size: cover !important;
}
.club_poll_head:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(29, 29, 29, 0.68);
    top: 0;
}
.club_poll_head h6 {
    margin-bottom: 0;
    color: #fff;
}
.club_logo_poll {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -20px;
    width: 160px;
    opacity: 0.5;
}
.mfp-bg {
    background: #333;
}
button.mfp-close {
    background: rgba(255, 255, 255, 0.6)
}
section.popup-body {
    display: table;
    width: 100%;
    background: #fff;
    padding: 20px 10px;
}
.strtatefgy_grid {
    padding: 2px 3px;
    margin-bottom: 5px;
}
.strtatefgy_grid span {
    display: table;
}
.choose-this {
    background: #282840;
    position: relative;
    margin-top: 0;
    text-align:center;
    width: 100%;
    padding: 5px 10px;
    /* text-align: CENTER; */
    font-family: 'Montserrat';
}
.choose-this h4 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    font-style: normal;
    margin-bottom: 0;
}
.choose-this h6 {
    margin-bottom: 0;
    color: #fff;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
}
.choose-this a {
    display: table;
    margin: 0 auto;
    padding: 2px 10px;
    border-radius: 4px;
    background: #fff;
    font-size: 11px;
    margin-top: 7px;
    color: #333;
}
.small-dialog {
    background: white;
    /*                padding: 20px 30px;*/
    text-align: left;
    width: 100%;
    max-width: 960px;
    margin: 40px auto;
    position: relative;
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.select2-container--default .select2-selection--single{
    font-family: "Montserrat", sans-serif;height: 34px;line-height:34px;
}
.select2-selection__rendered{line-height:34px !important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:34px;}
.select2-results__option{
    padding-left:10px;
    border-bottom: 1px dashed #eaeaea;
    color: #000;
}
.strat-voted-card{background:#fff;padding:5px;}
.strat-voted-card figcaption>h6{margin-bottom:0;text-align:left;font-size:13px;}
.page-heading .count-span{color:#fff;}
.page-heading .rating-vote h4{color:#fff;    display: inline-block;
                              width: 100%;}
/* carousel navigation on sides */
.nav-on-slide .owl-nav div.owl-prev, 
.nav-on-slide .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
}
.nav-on-slide .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.nav-on-slide .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.nav-on-slide:hover .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.nav-on-slide:hover .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.nav-on-slide:hover .owl-nav div.owl-next:hover,
.nav-on-slide:hover .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #0C94B8;
    border: 1px solid #0C94B8;
}
.voting-result-publ{padding: 5px 0 0 10px;}
.voting-result-publ h6{margin:0;font-size:10px;color:#fff;line-height:1;}
.to-cen{text-align:center;}
.sm-strat{width:150px;margin:0 auto 20px;max-width:100%;}
.borderH h4{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 8px 0;
    margin-bottom: 20px;
    font-size: 12px;
}
.un-publ .game-result__team-name{color:#fff;}
.game__vs{
    position: absolute;
    left: 45%;
    top: 0;
    background: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #000;
    font-weight: bold;
}
/* ========= Voting Card For Mobile ====== */
.start-image img{width: 100%;}
.mob-card-vote{background:#fff;border-radius:4px;overflow:hidden;padding:20px 10px;}
.start-desc{font-style: normal;color: #000;font-family: 'Montserrat', sans-serif;font-size: 12px;margin: 0 ;}
.head-card{display:inline-block;width: 100%;margin-bottom: 15px;}
.player-list{float: left;width: 100%;padding: 0;list-style: none;margin-bottom: 0;}
.player-list li{display: inline-block;width: 100%;margin-bottom: 10px;}
.mob-card-vote .playr-ima{width: 45px;height: 45px;float: left;overflow: hidden;border-radius: 50%;background:#f9f9f9;border: 2px solid #ededed;margin-top:5px;}
.mob-card-vote .playr-ima img{object-fit: cover;height: 100%;width: 100%;object-position: top center;}
.playr-det{
    float: left;
    width: 70%;
    max-width: 200px;
    padding: 5px 0 5px 5px;
}
.mob-card-vote .playr-det h4{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    color:#000;
    text-overflow: ellipsis;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: bold;
}
.top-pl-head{font-family: 'Montserrat', sans-serif;font-size: 10px;font-weight: bold;background: #e7e7e7;margin-bottom: 10px;padding: 8px 10px;font-style:normal;}
.top-pl-head span{color: #369;float: right;cursor: pointer;}
.actual-vote-r{line-height:29px !important;padding:0 !important;}
.actual-vote-r li{line-height:40px;height:40px;text-align:center;font-family: 'Montserrat', sans-serif;}
.table-responsive>.table>thead>tr>th, 
.table-responsive>.table>tbody>tr>th, 
.table-responsive>.table>tfoot>tr>th, 
.table-responsive>.table>thead>tr>td, 
.table-responsive>.table>tbody>tr>td, 
.table-responsive>.table>tfoot>tr>td{
    overflow:hidden;
    text-overflow:ellipsis;
}
.goback{background: #f92552;color: #fff;}
.body_match_result{
    max-width:800px;width:100%;margin:0 auto;
    max-height: 480px;
    overflow-y: auto;
}
.body_match_result::-webkit-scrollbar {
    width: 1em;
}
 
.body_match_result::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.body_match_result::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.ali a{color:#000;}
.scroll_tab_over a{color:#fff !important;}
.tab_selected a{color:#fff !important;}
.close-view-tab{
    position:absolute;
    right: 0;
    bottom: -50px;
}
.descriptive-quote{
    clear: both;
    margin: 0;
    background: #fff6e8;
    padding: 10px 15px;
    line-height: 19px;
    font-size: 13px;
    color: #000;
    font-weight: 500; 
}
.descriptive-quote p{margin-bottom:0;}
.btn-medium{
    background: #ffffff !important;
    margin-top: 10px;
    width: 110px;
    padding: 0 !important;
    height: 35px;
    line-height: 32px !important;
    font-size: 11px;
}
.strat-detail h4{
      font-family: 'Montserrat', sans-serif;font-size: 17px;color: #000;font-style: normal;
      font-weight: bold;
    }
/* Resopnsive Code */
@media screen and (max-width:600px){
    .only-mob{display:block !important;}
    .hidden-mob{display:none !important;}
    .user-header-nav{padding:0;}
    .user-navigation{margin-bottom:20px;}
    .only-mob{display:block;}
    .hidden-mob{display:none !important;}
    .user-page-header{min-height:auto;padding: 20px 0;}
    .update-btn{background:#fff;margin-top:5px;text-align:center;display:inline-block;}
    .update-btn a{
        padding: 3px 20px;
        color: #333;
        display: inline-block;
        font-size: 11px;
    }
    .res-mb30{margin-bottom:30px;}
    .chosen_strategy_details h2{margin-top:0;}
    .circle_rating h6{padding-top:0;margin-bottom: 0;}
    #noti_Container{
        margin-right: 10px;
    }
    .user-header-nav li{padding-right:0;}
    .user-header-nav li>a{
        padding: 0 5px;
        font-size: 12px;
        text-transform: capitalize;
    }
    .body-ssv .padd-r0{padding:0;}
    .liked_playergrid .col-xs-12{padding:0;}
    .voted-players li{width:50%;}
    .body-content{padding: 20px 20px 0;}
    .voted-players li:last-child{margin-bottom:0 !important;}
    .game-result__team--first{text-align:right;}
    .game-result__team--second .game-result__team-logo{float:right;margin: 0 0 0 10px;}
    .game-result__team-info{text-align:right;}
    .game-result__team{padding-right:0;}
    .game-result__team--second{text-align:left;}
    .un-publ{padding:0;}
    /* For Search Result Page */
    .club-search-li li{width:100%;margin-bottom:5px;margin-left:0;}
    .res-no-mb{margin-bottom:0 !important;}
    .voting-stat-head ul{margin-bottom:25px;}
    .voting-stat-head ul>li{width:49%;}
    .voting-stat-head ul>li span{
        padding:5px 0;color: #000;
        font-weight: bold;
    }
    .to-Tleft{text-align:left;padding-top:0;}
    .to-Tright{text-align:right;padding-top:0;}
    .un-publ .game-result__team{width:50%;float:left;padding:0;}
    .un-publ .game-result__team--second > .game-result__team-logo{margin:0 0 0 10px}
    .game-result__team-name{font-size:12px;}
    .head-card{margin-bottom:0;}
    .game-result__team--firstl .game-result__team-logo{
        float: left;
    margin: 0 10px 0 0;
    }
}
@media only screen and (max-width:375px){
    .player_details{max-width:210px;padding: 5px 0;}
    .player-remove{width:50px;}
    .player-remove ul>li{line-height:33px;}
    .voted-players li{width:100%;}
}
@media only screen and (max-width:320px){
    .user-header-nav li{padding-right:0;}
    .user-header-nav li>a{
        padding: 0 5px;
        font-size: 11px;
        text-transform: capitalize;
    }
    .voted-players li{width:100%;}
    #noti_Container{
        margin-top: 0;
        margin-right: 5px;
    }
    .player_images{width:50px;height:50px;}
    .player_details{max-width:175px;padding:0;}
    .player_details h4{font-size:12px;}
    .player-remove{width:35px;}
    .player-remove ul>li{line-height:33px;}
}


@media (max-width:600px) {
    .card__content{padding: 10px 10px 0 !important;}
    .mob-no-smooth{border-radius:0 !important;}
    .posts__excerpt{overflow: hidden !important;height: 0px !important;}
    .post_inner_image{width: 114px;min-height: 90px;max-height: 90px;}
    .searched{width: 100% !important;}
    .mobile_filter{display: block important;}
    .filter_p{white-space: nowrap;width:100px;overflow: hidden;line-height:40px;}.filter_menu{padding:10px 0;}
    .gallery_grid{width:100%;}
    .gallery_grid:nth-child(2){margin:0;}
    .gallery-list .col-xs-6{width:100% !important;clear: both;margin-bottom: 10px;}
    .widget-player--soccer .widget-player_number{width: 115px;}
    .cr_a .season_vote_card{min-height:180px;}
    .widget-season-votes .best__content::after{left:50px !important;}
    .widget-season-votes .best__content::before{width:90px;}
    .view_cr{padding:0 10px;}
    .syotimer-cell{width:70px !important;}
    .post_inner_image img{min-height:90px;}
    .cate_results .posts__title{height:40px;overflow:hidden;}
    .cate_results .album__item-holder{margin-bottom:10px;}
    .respadd0{padding:0 !important;}
    /*=== Copy This Code To Testing ===*/
    .mob-card-vote{padding:10px 0;}
    .head-card h4{font-size: 10px;margin-bottom: 0;}
    .start-desc{padding:0;}
    .top-pl-head{
        font-size: 9px;
        font-style: normal;
    }
    .game-result__team-logo{float:right;margin: 0 0 0 10px;}
    .playr-det h4{color:#000;}
}
@media (max-width:320px){
    .video-post{width: 100%;}.video-post:nth-child(n){padding: 0!important;}
    .gallery_grid{width:100%;}.gallery_grid:nth-child(n){margin:0 0 5px 0!important}
    .club_meta{display:none !important;}
}
@media (max-width:475px) {
    .club-search-li li{width:100%;display:block;margin-bottom:15px;margin-right:0;}
}
@media only screen and (max-width: 992px) and (min-width: 768px)  {
    .club-search-li li{width:30%;}
    .vote-result-sch .match-preview__team-logo{width:55px;height:80px;}
}
