html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}
body {
    background: #f7f7f7;
}
a {
    color: /*#da4300*/#ee307d;
    text-decoration: none;
    outline: none;
    transition: all 400ms;
}
a:hover {
    color: #141414;
    text-decoration: none;
}
a:focus {
    color: #141414;
    text-decoration: none;
}
input {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
textarea {
    resize: vertical;
}
div {
    margin: 0;
    padding: 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    color: #3d3d3d;
    line-height: 26px;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-content ul {
    padding: 0 20px;
    list-style-type: square;
}
.post-content ol {
    padding: 0 20px;
}
.post-content tr th a {
    color: #ccc;
}
li {
    margin: 0;
    padding: 0;
    line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #141414;
}
h1 {
    padding-top: 20px;
    padding-bottom: 26px;
    font-size: 40px;
}
h2 {
    padding-top: 20px;
    padding-bottom: 26px;
    font-size: 32px;
}
h3 {
    padding-top: 20px;
    padding-bottom: 21px;
    font-size: 28px;
}
h4 {
    padding-top: 20px;
    padding-bottom: 19px;
    font-size: 24px;
}
h5 {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 20px;
}
h6 {
    padding-top: 20px;
    padding-bottom: 14px;
    font-size: 18px;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #fff;
}
iframe {
    border: 0px;
}
.overflow-scroll {
    overflow-x: auto;
}
body.page .comments-wrap {
    padding: 0px;
}
@media (max-width: 768px) {
    h6.text-center {
        text-align: center !important;
    }
}
.checkout_coupon .form-row.form-row-last {
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}
.cart-drop {
    position: absolute;
    top: 100%;
    right: 0;
    width: 430px;
    background: #fff;
    z-index: 4;
    display: none;
}
.cart-drop table {
    margin-bottom: 0;
}
.cart-drop table td.delete {
    position: relative;
    width: 30%;
}
.cart-drop table td.delete a {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 160px;
    color: #7a7a7a;
    overflow: hidden;
    padding: 0;
}
.cart-drop table .delete a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: 20px;
    background: #f0f0f0;
    transform: skew(-6deg);
}
.cart-drop table .delete a i:after {
    display: none;
}
.cart-drop table .delete a:hover i {
    color: #000;
}
.cart-drop table .delete a:hover:before {
    background: #ee307d;
}
.cart-drop table td.info {
    width: 70%;
}
.cart-drop table td {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    height: 160px;
    border-bottom: 1px solid #e0e0e0;
}
.cart-drop .wrap {
    overflow: hidden;
    padding: 0 30px;
}
.cart-drop tr img {
    height: 70%;
    width: 30%;
    object-fit: cover;
}
.cart-drop .info a {
    padding-left: 5px;
}
.cart-drop .btn-wrap {
    padding: 30px;
    border-top: 1px solid #e0e0e0;
}
.cart-drop .wrap a.btn {
    padding: 15px 24px 13px 24px;
    color: #141414;
}
.cart-drop .wrap a.btn.view {
    float: left;
}
.cart-drop .wrap a.btn.check {
    float: right;
}
.cart-drop .wrap a.btn:hover {
    color: #fff;
}
.cart-drop .total-text {
    width: 50%;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    height: 68px;
    text-transform: uppercase;
    line-height: 68px;
    float: left;
    text-align: left;
}
.cart-drop .total-digit {
    width: 50%;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    height: 68px;
    line-height: 68px;
    float: right;
}
.cart-drop tr:hover td i {
    color: inherit;
}
.cart-drop table tr:hover {
    background: none;
}
.cart-drop table td em {
    padding-left: 15px;
    font-size: 14px;
    color: #292929;
    font-weight: bold;
    font-style: normal;
    display: inline-block;
    width: 60%;
}
.cart-drop table td em.price {
    padding-left: 0;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    font-style: normal;
}
.btn {
    padding: 15px 24px 13px 24px;
    border-radius: 9px;
    border: none;
    background: #ee307d;
    font-size: 16px;
    color: #141414;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}
.btn:hover {
    color: #fff;
    background: #131313;
}
.btn.small {
    font-size: 12px;
}
.clear {
    clear: both;
}
.bg-cover {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.position-relative {
    position: relative;
}
input[type='text'] {
    padding: 15px 10px;
    border: 1px solid transparent;
    width: 100%;
    background: #fff;
    font-size: 14px;
    color: #666;
    line-height: normal;
    outline: none;
}
input[type='text'][disabled] {
    background: #ededed;
}
input[type='text'].error {
    border-color: #f00;
    color: #f00;
}
input[type='email'] {
    padding: 15px 10px;
    border: 1px solid transparent;
    width: 100%;
    background: #fff;
    font-size: 14px;
    color: #666;
    line-height: normal;
    outline: none;
}
input[type='email'][disabled] {
    background: #ededed;
}
textarea {
    padding: 15px 10px;
    width: 100%;
    height: 180px;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #666;
    line-height: normal;
}
.top-bar {
    padding: 2px 0;
    background: #ee307d;
}
.top-contacts .socials {
    padding-bottom: 16px;
    vertical-align: top;
    border-right: 1px solid #FFF;
}
.socials {
    padding: 14px 40px 12px 0;
    display: inline-block;
}
.socials li {
    padding-left: 23px;
    display: inline-block;
}
.socials li:first-child {
    padding-left: 0;
}
.top-bar .socials li a {
    color: #FFF;
}
.socials li a {
    font-size: 16px;
    color: #999;
}
.socials li a:hover {
    color: #FFF;
}
.top-contacts .contacts {
    padding: 20px 0 4px 0;
    display: inline-block;
}
.top-contacts .contacts li {
    padding-left: 24px;
    vertical-align: top;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
}
.top-contacts .contacts li .fa {
    margin-right: 9px;
    color: #FFF;
    font-size: 16px;
    transition: all 400ms;
    vertical-align: middle;
}
.top-contacts .contacts li a {
    text-transform: uppercase;
    color: #FFF;
}
.top-contacts .contacts li a:hover {
    color: #FFF;
}
.top-contacts .contacts li a:hover .fa {
    color: #FFF;
}
.top-search {
    border: solid #FFF;
    border-width: 0 1px;
    position: relative;
    float: right;
}
.top-search input[type='text'] {
    width: 300px;
    box-sizing: border-box;
    padding: 0 29px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #FFF;
    background: none;
    border: none;
}
.top-search button {
    position: absolute;
    font-size: 13px;
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    right: 29px;
    background: none;
    border: none;
}
.main-menu-wrap {
    background: #f7f7f7;
}
.is-sticky .main-menu-wrap {
    z-index: 100 !important;
}
body.admin-bar .is-sticky .main-menu-wrap {
    top: 32px !important;
}
.main-menu-wrap .logo {
    padding: 20px 0;
    display: block;
}
.main-menu-wrap .navbar {
    margin-bottom: 0;
}
.main-menu-wrap .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.main-menu {
    text-align: right;
}
.main-menu > li {
    display: inline-block;
}
.main-menu > li:hover > a {
    background: none;
    color: #ee307d;
}
.main-menu > li a:focus {
    background: none;
}
.main-menu > li a {
    padding: 0 17px;
    /*padding: 0 5px;*/
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: /*#141414*/ #0d4c91;
    text-transform: uppercase;
}
.main-menu > li > a > span {
    padding: 41px 0;
    position: relative;
    display: block;
}
.main-menu > li > a > span:before {
    content: '';
    width: 100%;
    height: 2px !important;
    background: #ee307d;
    bottom: 30px;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 400ms;
}
.main-menu > li.active a span:before {
    opacity: 1;
    height: 2px;
}
.main-menu > li a:hover span:before {
    opacity: 1;
    height: 2px;
}
.main-menu > li.cart a {
    padding-right: 0;
}
.main-menu > li.cart a i {
    position: relative;
}
.main-menu > li.cart a i:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ee307d;
    position: absolute;
    top: -2px;
    right: -3px;
    opacity: 0;
}
.main-menu > li.cart.full a i:after {
    opacity: 1;
}
.main-menu > li > ul {
    min-width: 250px;
    padding: 0;
    margin: 0;
    background: #f7f7f7;
    border-radius: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    display: none;
}
.main-menu > li:hover > ul {
    display: block;
}
.main-menu > li > ul li {
    border-left: 2px solid #ee307d;
    margin: 0;
    display: block;
    position: relative;
    text-align: left;
}
.main-menu > li > ul li a {
    padding-top: 11px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 18px;
    font-size: 12px;
    display: block;
    color: #0d4c91;
}
.main-menu > li > ul > li:hover {
    background: #ee307d;
    /*border-left: 2px solid #000;*/
}



.main-menu > li > ul > li:hover > a {
    color: #fff;
}
.main-menu > li > ul li a i {
    position: absolute;
    right: 20px;
}
.main-menu > li > ul > li > ul {
    background: #000;
    min-width: 250px;
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}
.main-menu > li > ul > li:hover > ul {
    display: block;
}
.main-menu > li > ul > li > ul li:hover {
    background: #ee307d;
    border-left: 2px solid #000;
}
.main-menu > li > ul > li > ul li:hover a {
    color: #000;
}
.sticky-wrapper .custom-logo-link:before {
    content: '';
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 40%;
    left: -1000%;
    position: absolute;
    transform: skew(-10deg);
    z-index: 0;
}
.sticky-wrapper .custom-logo-link img {
    margin: auto 0;
    position: relative;
}
.main-players-stat {
    padding: 44px 0 100px 0;
    background: no-repeat;
    background-size: cover;
}
.main-players-stat h4 {
    padding-bottom: 0;
}
.success-story {
    padding: 44px 0 0 0;
    background: 100% 0 no-repeat #f7f7f7;
}
.success-story .title {
    padding: 8px 0 16px 0;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: #020203;
}
.success-story .icon {
    padding-top: 19px;
}
.success-story .booking {
    margin-top: 65px;
    padding: 9px 26px 8px 26px;
    display: inline-block;
    background: #ee307d;
    border-radius: 9px;
    color: #fff;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.success-story .booking:hover {
    color: #fff;
    background: #141414;
}
.success-story .coach-quote {
    padding-left: 56px;
    position: absolute;
    bottom: 8%;
    left: 0;
    border: none;
}
.success-story .coach-quote:before {
    content: '\201c';
    position: absolute;
    left: 0;
    font-weight: bold;
    top: 4px;
    font-size: 200px;
    line-height: 120px;
    z-index: 0;
    color: #141414;
    font-family: Open Sans, sans-serif;
}
.success-story .coach-quote p {
    margin: 0;
    font-size: 24px;
    position: relative;
    line-height: 32px;
    font-weight: 800;
    color: #fff;
    font-family: Raleway, sans-serif;
}
.success-story .coach-quote p.name {
    padding-top: 9px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 400;
    color: #666;
    font-family: Montserrat, sans-serif;
}
.am-sponsor-box {
    height: 480px;
    padding: 80px 0 80px 0;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.am-sponsor-box .text {
    padding-bottom: 50px;
}
.main-club-stuff {
    padding: 56px 0 100px 0;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.main-club-stuff .staff-text {
    padding-top: 30px;
}
.call-to-action .text {
    padding-top: 9px;
    font-size: 24px;
    line-height: normal;
    font-weight: 900;
    color: #141414;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
}
.call-to-action .join {
    padding: 9px 31px 10px 31px;
    display: inline-block;
    background: #ee307d;
    border-radius: 9px;
    color: #fff;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.call-to-action .join:hover {
    color: #fff;
    background: #141414;
}
.store-list-item > div {
    max-width: 320px;
    margin: auto;
}
.main-team-store {
    padding-top: 55px;
}
.store-wrap {
    padding-top: 47px;
}
.store-wrap .store-list-item {
    margin-bottom: 35px;
}
.store-list-item > div {
    padding-bottom: 75px;
    display: block;
    position: relative;
    overflow: hidden;
}
.store-list-item img {
    width: 100%;
}
.store-list-item > div .info {
    padding: 15px 24px 17px 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    display: block;
    z-index: 2;
    transition: all 400ms;
}
.store-list-item > div .info:before {
    content: '';
    position: absolute;
    left: -20px;
    right: 0;
    bottom: -50px;
    height: 200%;
    transform: rotate(4deg);
    transition: all 400ms;
    top: -10px;
    background: #fcfcfc;
    z-index: 1;
}
.store-list-item > div .info:after {
    content: '';
    position: absolute;
    left: -40px;
    right: 0;
    bottom: -50px;
    height: 200%;
    transform: rotate(9deg);
    transition: all 400ms;
    top: 100%;
    background: #ee307d;
    z-index: 0;
}
.store-list-item > div:hover .name {
    color: #fff;
}
.store-list-item > div:hover .price {
    color: #fff;
}
.store-list-item > div:hover .info {
    bottom: 0;
}
.store-list-item > div:hover .info:before {
    background: #141414;
}
.store-list-item > div:hover .info:after {
    top: -40px;
}
.store-list-item .name {
    font-size: 14px;
    color: #292929;
    line-height: 20px;
    font-weight: bold;
    display: block;
    z-index: 1;
    position: relative;
}
.store-list-item .price {
    display: block;
    font-size: 20px;
    color: #666;
    z-index: 1;
    position: relative;
}
.store-list-item .btn-wrap {
    transform: scale(0);
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 400ms;
}
.store-list-item .btn {
    margin-top: 10px;
    padding: 6px 18px 6px 18px;
    line-height: normal;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #db4300;
}
.store-list-item .btn:last-child {
    float: right;
}
.store-list-item .btn:hover {
    background: #fff;
    color: #141414;
}
.store-list-item > div:hover .btn-wrap {
    transform: scale(1);
}
.store-badge {
    padding: 0 10px 0 10px;
    line-height: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat, sans-serif;
    z-index: 5;
}
.store-badge:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    right: -4px;
    transform: skew(-10deg);
}
.store-badge.hot {
    padding-left: 23px;
    background: url(https://srikandicup.com/themes/team/images/hot-bg.png) 9px 8px no-repeat #d32f2f;
}
.store-badge.hot:before {
    background: #d32f2f;
}
.store-badge.new {
    background: #06a5e7;
}
.store-badge.new:before {
    background: #06a5e7;
}
.store-banner {
    height: 460px;
    background: 50% 50% no-repeat;
}
.store-banner-info {
    text-align: right;
    position: absolute;
    bottom: 66px;
    left: 0;
    right: 0;
}
.store-banner-info .title {
    font-size: 40px;
    text-transform: uppercase;
    line-height: normal;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    color: #141414;
}
.store-banner-info .title span {
    font-size: 60px;
    display: block;
    line-height: 62px;
}
.store-banner-info .btn {
    margin-top: 38px;
}
.store-wrap .pagination-wrap .pagination {
    margin: 5px 0 80px 0;
}
.footer {
    padding: 30px 0 0;
    background: 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
}
.footer .footer-left {
    padding: 80px 0 0 0;
    color: #292929;
    position: relative;
}
.footer .footer-left .wrap {
    position: relative;
}
.footer .footer-left:before {
    content: '';
    margin-bottom: -100%;
    background-color: #0d4c91;  /*rgba(238, 48, 125, 0.7);*/ 
    top: 0;
    bottom: 0;
    right: -30px;
    left: -1000%;
    position: absolute;
    transform: skew(-10deg);
}
.footer .footer-left .foot-logo {
    margin-bottom: 27px;
    display: inline-block;
}
.footer .footer-left p {
    color: #fff;
}
.wrapper-overfllow {
    overflow: hidden;
    margin-bottom: 30px;
}
.footer .foot-left-menu {
    padding: 21px 0 94px 0;
    overflow: hidden;
}
.footer .foot-left-menu li {
    padding-bottom: 11px;
    width: 50%;
    float: left;
}
.footer .foot-left-menu li a {
    padding: 0 0 0 20px;
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: #141414;
}
.footer .foot-left-menu li a:hover {
    color: #fff;
}
.footer .foot-left-menu li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #141414;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer .foot-news {
    padding-top: 59px;
}
.footer .foot-news .item span {
    transition: all 400ms;
}
.footer .foot-news .item .name {
    padding-top: 20px;
    padding-bottom: 5px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    display: block;
}
.footer .foot-news .item .name:hover {
    color: #ee307d;
}
.footer .foot-news .item .date {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-family: Montserrat, sans-serif;
}
.footer .foot-news .item .date:hover {
    color: #fff;
}
.footer .foot-news .item .separator {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    font-family: Montserrat, sans-serif;
}
.footer .foot-news .item .category {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-family: Montserrat, sans-serif;
}
.footer .foot-news .item .category:hover {
    color: #fff;
}
.footer .foot-contact {
    padding-top: 59px;
}
.footer .contact-list li {
    padding: 0 0 5px 33px;
    position: relative;
}
.footer .contact-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #999;
}
.footer .contact-list li span {
    color: #999;
    display: inline-block;
}
.footer .contact-list li a {
    margin-bottom: 6px;
    display: block;
    color: #999;
}
.footer .contact-list li a:hover {
    color: #fff;
}
.footer .contact-list li.phone span {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
}
.footer-menu-wrap .foot-up:before {
    content: '';
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: -1000%;
    left: 90%;
    position: absolute;
    transform: skew(-10deg);
    z-index: 0;
}
.footer-menu-wrap {
    background: #f7f7f7;
}
.footer-menu {
    float: left;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu li:hover a {
    background: none;
}
.footer-menu li a:focus {
    background: none;
}
.footer-menu li a {
    padding: 0 17px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #141414;
    text-transform: uppercase;
    display: inline-block;
}
.footer-menu li a span {
    padding: 41px 0;
    position: relative;
    display: block;
}
.footer-menu li a span:before {
    content: '';
    width: 100%;
    height: 2px !important;
    background: #db4300;
    bottom: 30px;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 400ms;
}
.footer-menu li.active a span:before {
    opacity: 1;
    height: 6px;
}
.footer-menu li a:hover span:before {
    opacity: 1;
    height: 6px;
}
.footer .foot-up {
    padding: 0 0 0 17px;
    float: right;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #141414;
    text-transform: uppercase;
}
.footer .foot-up span {
    padding: 36px 0;
    display: block;
    position: relative;
}
.footer .foot-up span i {
    margin-left: 7px;
}
.footer-bottom {
    padding: 20px 0 11px 0;
    background: #ee307d;
}
.footer-bottom .copyrights {
    padding-bottom: 9px;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFF;
}
.footer-bottom .created {
    text-align: right;
    padding-bottom: 10px;
}
.footer-bottom .created a {
    font-size: 9px;
    text-transform: uppercase;
    color: #808080;
}
.image-header {
    min-height: 300px;
    background: no-repeat top right;
    background-size: cover;
    overflow: hidden;
    clear: both;
}
.image-header h1 {
    padding-top: 5px;
    margin-top: 0;
    color: #fff;
}
.image-header .info {
    padding-top: 136px;
    padding-bottom: 55px;
    position: relative;
}
.image-header .info .wrap {
    position: relative;
}
.image-header .info:before {
    content: '';
    margin-bottom: -100%;
    background-color: rgba(20, 20, 20, 0.7);
    top: 0;
    bottom: 0;
    right: -30px;
    left: -1000%;
    position: absolute;
    transform: skew(-10deg);
}
.breadcrumbs li {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.breadcrumbs li a {
    padding-right: 4px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
.match-live-date {
    padding: 59px 0 29px 0;
}
.match-live-date .date {
    font-size: 12px;
    color: #141414;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}
.match-live-date .date span {
    color: #666;
}
.match-live-date .event {
    text-align: right;
    font-size: 12px;
    color: #141414;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}
.match-page-top {
    padding: 80px 0 26px 0;
}
.match-page-slider .item {
    position: relative;
    overflow: hidden;
    display: block;
}
.match-page-slider .item:hover .info {
    left: 0;
}
.match-page-slider .item img {
    width: 100%;
    display: block;
}
.match-page-slider .item .info {
    padding: 24px 0 10px 30px;
    transition: all 400ms;
    width: 45%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    display: block;
    z-index: 1;
}
.match-page-slider .item .info > * {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    display: block;
    position: relative;
}
.match-page-slider .item .info:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    right: -25px;
    background-color: rgba(0, 0, 0, 0.8);
    transform: skew(-10deg);
}
.match-page-slider .item .info .date {
    padding-bottom: 8px;
    line-height: normal;
}
.arena img {
    max-width: 100%;
}
.arena .img-wrap {
    position: relative;
}
.arena .title {
    position: absolute;
    left: 30px;
    top: 20px;
    font-size: 16px;
    color: #fff;
    font-family: Montserrat, sans-serif;
}
.arena .arena-info {
    padding: 16px 20px 15px 20px;
    background: #fcfcfc;
}
.arena .name {
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    line-height: normal;
}
.arena .date {
    padding-bottom: 4px;
    font-size: 14px;
    color: #3d3d3d;
    line-height: normal;
}
.live-details {
    padding: 10px 20px 14px 20px;
    background: #fcfcfc;
}
.gallery-slider .item a {
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-slider .item a:hover .info {
    left: 0;
}
.gallery-slider .item .info {
    padding: 24px 10px 10px 30px;
    transition: all 400ms;
    width: 40%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    display: block;
    z-index: 1;
}
.gallery-slider .item .info > * {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    display: block;
    position: relative;
}
.gallery-slider .item .info:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -25px;
    background-color: rgba(0, 0, 0, 0.8);
    transform: skew(-10deg);
}
.gallery-slider .item .info .then {
    padding-bottom: 8px;
    line-height: normal;
}
ul.team-legend {
    padding: 0px;
}
.categories-list > li {
    overflow: hidden;
    transition: all 400ms;
}
.categories-list > li:hover a {
    background: #141414;
    color: #fff;
}
.categories-list > li > a {
    margin-bottom: 2px;
    font-size: 14px;
    color: #141414;
    display: block;
    position: relative;
    z-index: 2;
    background: linear-gradient(to right, #f0f0f0, #f7f7f7);
}
.categories-list > li > a .count {
    padding: 11px 0 10px 0;
    width: 40px;
    display: inline-block;
    text-align: center;
    color: #3d3d3d;
    position: relative;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    transition: all 400ms;
}
.categories-list > li > a .count:before {
    content: '';
    width: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ee307d;
    transition: all 400ms;
    z-index: -1;
}
.categories-list > li:hover > a .count {
    margin-right: 9px;
    color: #141414;
}
.categories-list > li:hover > a .count:before {
    width: 110%;
    transform: skew(-10deg);
    left: -10%;
}
.categories-list > li ul {
    max-height: 0;
    width: 100%;
    transition: all 600ms;
    margin-top: 0;
    border: solid #ee307d;
    border-width: 0 0 0 2px;
    position: relative;
    background: #141414;
    border-radius: 0;
}
.categories-list > li ul li:first-child {
    padding-top: 13px;
}
.categories-list > li ul li:last-child {
    padding-bottom: 11px;
}
.categories-list > li ul li a {
    padding: 5px 10px 4px 0;
    font-size: 13px;
    color: #f7f7f7;
    display: block;
}
.categories-list > li ul li a .count {
    width: 47px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
}
.categories-list > li.open > a {
    background: #141414;
    color: #fff;
}
.categories-list > li.open > a .count {
    margin-right: 9px;
    color: #141414;
}
.categories-list > li.open > a .count:before {
    width: 110%;
    transform: skew(-10deg);
    left: -10%;
}
.categories-list > li ul li:hover a {
    color: #ee307d;
}
.categories-list > li:hover > ul {
    max-height: 250px;
}
.sidebar-search-wrap .wrap {
    border: 1px solid #e0e0e0;
    position: relative;
}
.sidebar-search-wrap input[type='text'] {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px 0 20px;
    height: 48px;
    line-height: 56px;
    font-size: 14px;
    color: #8f8f8f;
    background: none;
    border: none;
}
.sidebar-search-wrap button {
    position: absolute;
    font-size: 13px;
    color: #999;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: none;
    border: none;
}
.sidebar-calendar h6 {
    margin-bottom: 0;
    padding-bottom: 0;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    font-family: Montserrat, sans-serif;
}
#wp-calendar th {
    background: #141414;
    font-size: 10px;
    text-transform: uppercase;
    color: #ccc;
    height: 32px;
}
#wp-calendar tr:hover {
    background: inherit;
}
#wp-calendar tr {
    cursor: default;
}
#wp-calendar tr td {
    padding: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    color: #666;
}
#wp-calendar tr td a {
    display: block;
    height: 39px;
    line-height: 39px;
    background: #ee307d;
    color: #141414;
}
#wp-calendar tr td:first-child {
    text-align: center;
}
#wp-calendar tr td:last-child {
    font-weight: normal;
}
#wp-calendar .pad {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    font-family: Montserrat, sans-serif;
}
.recent-news .item {
    padding-bottom: 25px;
}
.recent-news .item:last-child {
    padding-bottom: 0;
}
.recent-news .item .date {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-family: Montserrat, sans-serif;
    line-height: normal;
}
.recent-news .item .date a {
    /*font-size: 12px; apri*/
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
    font-family: Montserrat, sans-serif;
    line-height: normal;
}
.recent-news .item .date a:hover {
    color: #da4300;
}
.recent-news .item .name {
    /*font-size: 18px; apri*/
    font-size:14px;
    color: #141414;
    font-weight: bold;
    line-height: 24px;
    display: block;
}
.recent-news .item .name:hover {
    color: #da4300;
}
.content {
    padding: 35px 0 0;
}
.tags {
    font-size: 0;
}
.tags a {
    margin: 0 10px 10px 0;
    padding: 12px 16px 10px 16px;
    display: inline-block;
    color: #141414;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
    line-height: normal;
}
.tags a:hover {
    background: #ee307d;
    border-color: #ee307d;
    color:#FFF;
}
.news-list .item {
    margin-top: 35px;
    overflow: hidden;
}
.news-list .item .img-wrap {
    position: relative;
}
.news-list .item .img-wrap .bage {
    padding: 6px 10px 6px 10px;
    top: 30px;
    left: 30px;
    position: absolute;
    font-size: 10px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    background: #ee307d;
}
.news-list .item .img-wrap .bage:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    right: -5px;
    transform: skew(-10deg);
    background: inherit;
}
.news-list .item .img-wrap .bage a {
    font-size: 10px;
}
.news-list .item .img-wrap img {
    width: 100%;
}
.news-list .item .info > p > img {
    width: 100%;
}
.news-list .item .info {
    padding: 10px 30px 26px 30px;
    background: #fff;
    transition: background 300ms;
    position: relative;
    transition-timing-function: ease-in;
}
.news-list .item .info > * {
    position: relative;
    z-index: 1;
}
.news-list .item .info:before {
    content: '';
    height: 300px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    background: #0d4c91;
    transform: skewY(2deg);
    z-index: 1;
    transition: all 300ms;
    transition-delay: 50ms;
}
.news-list .item .info:after {
    content: '';
    height: 300px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    background: #ee307d;
    transform: skewY(4deg);
    z-index: 0;
    transition: all 300ms;
    transition-delay: 150ms;
}
.news-list .item .info > p {
    padding-top: 20px;
    font-size: 16px;
    color: #141414;
    line-height: 26px;
}
.news-list .item .info .name {
    padding-top: 12px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #141414;
    line-height: 1;
}
.news-list .item .info .wrap {
    padding-top: 2px;
    float: left;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    font-family: Montserrat, sans-serif;
}
.news-list .item .info .wrap > * {
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
}
.news-list .item .info .wrap a {
    color: #141414;
    font-family: Montserrat, sans-serif;
}
.news-list .item.img-top:hover .info .name {
    color: #fff;
}
.news-list .item.img-top:hover .info {
    background: #141414;
}
.news-list .item.img-top:hover .info:before {
    opacity: 1;
    top: -20px;
}
.news-list .item.img-top:hover .info:after {
    opacity: 1;
    top: -30px;
}
.news-list .item.img-top:hover .info .wrap a {
    color: #fff;
}
.news-list .item .info .continue {
    color: #141414;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}
.news-list .item .info .continue:hover {
    color: #ee307d;
}
.news-list .item .info .comment-quantity {
    float: right;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    line-height: 18px;
    color: #141414;
}
.news-list .item:hover .comment-quantity {
    color: #fff;
}
.news-list .item.quote .info {
    padding-top: 27px;
    padding-left: 90px;
}
.news-list .item.quote .info .name {
    position: relative;
}
.news-list .item.quote .info .name:before {
    content: '\201c';
    position: absolute;
    left: -70px;
    font-weight: bold;
    top: 4px;
    font-size: 200px;
    line-height: 120px;
    z-index: -1;
    color: #e6e6e6;
    font-family: Open Sans, sans-serif;
}
.news-list .item.status .info {
    padding-left: 60px;
}
.news-list .item.status .info .name {
    position: relative;
}
.news-list .item.status .info .name:before {
    content: '\f0e7';
    font-family: FontAwesome;
    font-size: 20px;
    color: inherit;
    position: absolute;
    left: -30px;
    top: 16px;
}
.sidebar-btn {
    background: #ee307d;
    font-size: 12px;
    text-transform: uppercase;
    color: #141414;
}
.pagination-wrap ul.pagination {
    padding: 0px;
}
.pagination-wrap .pagination {
    margin: 40px 0 100px 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.pagination-wrap .pagination li {
    float: none;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}
/* APRI */
/*.pagination-wrap .pagination li:first-child {
    float: left;
}
.pagination-wrap .pagination li:last-child {
    float: right;
}*/
.pagination-wrap .pagination li a {
    padding-top: 2px;
    margin: 1px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 0;
    border: none;
    text-align: center;
    line-height: 48px;
    font-size: 12px;
    color: #666;
}
.pagination-wrap .pagination li a:hover {
    color: #fff;
    background: #ee307d;
}
.pagination-wrap .pagination li.active a {
    color: #fff;
    background: #ee307d;
}
.news-single {
    background: #f7f7f7;
}
.news-single .item .top-info {
    padding: 34px 30px 18px 0px;
    overflow: hidden;
}
.news-single .item .top-info .date {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: #666;
}
.news-single .item .top-info .date a {
    color: #141414;
    display: inline-block;
}
.news-single .item .top-info .date a:hover {
    color: #da4300;
}
.news-single .item .top-info .comment-quantity {
    float: right;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: #141414;
}
.news-single .item .img-wrap {
    position: relative;
}
.news-single .item .img-wrap .bage {
    padding: 6px 10px 6px 10px;
    top: 30px;
    left: 30px;
    position: absolute;
    font-size: 10px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
}
.news-single .item .img-wrap .bage.highlight {
    background: #d32f2f;
}
.news-single .item .img-wrap .bage.interview {
    background: #689f38;
}
.news-single .item .img-wrap .bage:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    right: -5px;
    transform: skew(-10deg);
    background: inherit;
}
.news-single .item .img-wrap img {
    width: 100%;
}
.news-single .item .post-text {
    padding: 30px 30px 10px 30px;
}
.news-single .item .tags {
    margin-top: 17px;
}
.news-single .item .share-buttons-wrapper {
    margin-top: 17px;
}
.news-single .item .share-buttons-wrapper .team-share-button {
    float: right;
}
.news-single .item .share-buttons-wrapper li a {
    font-size: 24px;
}
.news-single .item .share-buttons-wrapper li.facebook a {
    color: #3b5998;
}
.news-single .item .share-buttons-wrapper li.twitter a {
    color: #1da1f2;
}
.news-single .item .share-buttons-wrapper li.google a {
    color: #dd4b39;
}
.news-single .item .share-buttons-wrapper li.linkedin a {
    color: #007bb6;
}
.news-single .item .share-buttons-wrapper li.pinterest a {
    color: #cb2027;
}
.news-single .item .share-buttons-wrapper li.tumbler a {
    color: #32506d;
}
.news-single .item .share-buttons-wrapper li.dribbble a {
    color: #ea4c89;
}
.news-single .item .share-buttons-wrapper li.vk a {
    color: #45668e;
}
.news-single .item .share-buttons-wrapper li.digg a {
    color: #005be2;
}
.news-single .item .share-buttons-wrapper li.reddit a {
    color: #005be2;
}
.news-single .item .share-buttons-wrapper li.StumbleUpon a {
    color: #eb4924;
}
blockquote {
    padding-left: 56px;
    border: none;
    position: relative;
}
blockquote:before {
    content: "\201c";
    position: absolute;
    left: 0;
    font-weight: bold;
    top: 4px;
    font-size: 200px;
    line-height: 120px;
    z-index: 0;
    color: #e6e6e6;
    font-family: Open Sans;
}
blockquote p {
    margin: 0;
    font-size: 24px;
    position: relative;
    line-height: 32px;
    font-weight: 800;
    color: #141414;
    font-family: Raleway, sans-serif;
}
blockquote p.name {
    padding-top: 9px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 400;
    color: #666;
    font-family: Montserrat, sans-serif;
}
.share-bar {
    text-align: right;
}
.share-bar li {
    padding-left: 25px;
    display: inline-block;
}
.share-bar li a {
    font-size: 18px;
}
.share-bar li.facebook a {
    color: #3b5998;
}
.share-bar li.twitter a {
    color: #1da1f2;
}
.share-bar li.google a {
    color: #dd4b39;
}
.author-box {
    padding-bottom: 5px;
}
.author-box .top {
    margin-top: 30px;
    margin-bottom: 2px;
    padding: 30px;
    background: #fcfcfc;
    overflow: hidden;
}
.author-box .top > * {
    float: left;
}
.author-box .top .avatar {
    width: 60px;
}
.author-box .top .avatar img {
    max-width: 100%;
    height: 60px;
}
.author-box .top .info {
    padding: 4px 0 0 90px;
    float: none;
}
.author-box .top .name {
    font-size: 17px;
    color: #141414;
    font-weight: 900;
    text-transform: uppercase;
    line-height: normal;
    font-family: Raleway, sans-serif;
}
.author-box .top .info p {
    font-size: 16px;
    line-height: 26px;
    color: #3d3d3d;
}
.author-box .share-box {
    padding: 0;
}
.share-box {
    padding: 50px 0 100px 0;
}
.share-box .item {
    background: #fcfcfc;
}
.share-box .item .title {
    padding: 20px 0 10px 30px;
    color: ;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}
.share-box .share-socials {
    padding: 12px 18px 12px 5px;
    display: inline-block;
    background: ;
    position: relative;
}
.share-box .share-socials:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    transform: skew(-10deg);
    background: ;
    width: 100%;
}
.share-box .share-socials li {
    padding: 10px 12px 10px 12px;
    display: inline-block;
    position: relative;
}
.share-box .share-socials li a {
    color: ;
    font-size: 14px;
}
.share-box .share-socials li a:hover {
    color: #da4300;
}
.comments-wrap {
    padding: 0 30px;
}
.comment-item {
    overflow: hidden;
    padding-bottom: 28px;
}
.comment-item.answer {
    padding-left: 90px;
}
.comment-item .avatar {
    width: 60px;
    float: left;
}
.comment-item .avatar img {
    height: 60px;
    max-width: 100%;
}
.comment-item .info {
    padding: 4px 0 0 90px;
}
.comment-item .info .date {
    padding-bottom: 8px;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    color: #999;
    font-family: Montserrat, sans-serif;
    line-height: normal;
}
.comment-item .info .date a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: #141414;
    line-height: normal;
}
.comment-item .info .date a:hover {
    color: #da4300;
}
.comment-item .info .date .quote {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #ccc;
}
.comment-item .rating {
    margin-top: 12px;
    margin-bottom: 12px;
}
.comment-item .info p {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 26px;
    color: #3d3d3d;
}
.comment-item .reply {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}
.leave-comment-wrap {
    padding-bottom: 100px;
}
.leave-comment-wrap h4 {
    padding-top: 0;
    margin-top: 0;
}
.leave-comment-wrap .item {
    padding-bottom: 20px;
}
.leave-comment-wrap .item label {
    cursor: pointer;
    display: block;
    font-weight: normal;
}
.leave-comment-wrap .item span {
    padding-bottom: 7px;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: normal;
    font-weight: normal;
}
.leave-comment-wrap .item span i {
    font-style: normal;
    color: #d32f2f;
}
.leave-comment-wrap .item input[type='text'] {
    padding: 15px 10px;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #fff;
    font-size: 14px;
    color: #666;
    line-height: normal;
}
.leave-comment-wrap .item input[type='email'] {
    padding: 15px 10px;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #fff;
    font-size: 14px;
    color: #666;
    line-height: normal;
}
.leave-comment-wrap .item textarea {
    padding: 15px 10px;
    width: 100%;
    height: 180px;
    background: #f2f2f2;
    border: 1px solid #fff;
    font-size: 14px;
    color: #666;
    line-height: normal;
}
.leave-comment-wrap .comment-submit {
    padding: 18px 30px 16px 30px;
    border-radius: 9px;
    background: #ee307d;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #141414;
    font-family: Montserrat, sans-serif;
    line-height: normal;
    transition: all 400ms;
}
.leave-comment-wrap .comment-submit:hover {
    color: #fff;
    background: #141414;
}
.broadcast-sponsors {
    padding-top: 220px;
}
.broadcast-sponsors .list {
    background-color: rgba(255, 255, 255, 0.2);
}
.trophey-room {
    padding: 45px 0 0;
}
.trophey-room .trophey-media {
    padding: 30px 0 30px 0;
}
.trophey-room .trophey-media img {
    width: 100%;
}
.done-list li {
    padding: 0 0 8px 30px;
    position: relative;
}
.done-list li:before {
    content: "\f05d";
    font-family: FontAwesome;
    position: absolute;
    font-size: 16px;
    color: #141414;
    top: 6px;
    left: 0;
}
.main-award-box.trophey-awards {
    background: 50% 100% no-repeat;
}
.club-top-btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: right;
}
.club-champ .club-top-btn {
    margin-top: 32px;
    transform: translateY(0);
    position: static;
}
.club-wrap {
    padding-top: 45px;
}
.club-main-stat {
    padding-bottom: 80px;
}
.club-main-stat .last-match {
    padding: 30px;
    background: #fcfcfc;
    border-bottom: 1px solid #e0e0e0;
    font-size: 0;
}
.club-main-stat .last-match > * {
    display: inline-block;
}
.club-main-stat .last-match .team {
    width: 45%;
}
.club-main-stat .last-match .team.right {
    text-align: right;
}
.club-main-stat .last-match .team .name {
    padding: 0 15px;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    color: #141414;
}
.club-main-stat .last-match .score {
    text-align: center;
    width: 10%;
    font-size: 18px;
    font-weight: bold;
    color: #141414;
}
.club-main-stat .last-match .score span {
    margin: 0 0 0 8px;
    width: 40%;
    padding: 0 4px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #141414;
    height: 32px;
    line-height: 30px;
    border-radius: 9px;
    display: inline-block;
}
.club-main-stat .last-match .score span:first-child {
    margin: 0 8px 0 0;
}
table {
    margin-bottom: 30px;
    width: 100%;
}
table tr {
    cursor: pointer;
}
table tr th {
    /*background: #141414;*/
    /*color: #ccc;*/
    
    background: #ee307d;
    font-size: 10px;
    text-transform: uppercase;
    color: #FFF;
    height: 32px;
    text-align: center;
}
table tr th:first-child {
   /* padding-left: 20px;
    text-align: left;
    apri
    */
}
table tr td {
    padding: 0 20px;
    height: 50px;
    line-height: normal;
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    color: #141414;
    text-align: center;
}
table tr td > * {
    vertical-align: middle;
}
table tr td:first-child {
    text-transform: uppercase;
    /*font-family: Montserrat, sans-serif;*/
    /*text-align: left;
    apri
    */
}
table tr td:last-child {
    /*font-weight: bold;
    apri
    */
}
table tr td:first-child i {
    margin-right: 8px;
    font-size: 16px;
}
table tr td:first-child span {
    line-height: 29px;
}
table tr td.up i {
    color: #4caf50;
}
table tr td.down i {
    color: #f44336;
}
table tr td.none i {
    color: #999;
    font-size: 10px;
}
table tr td:last-child span {

 /* APRI
    width: 40px;
    height: 30px;
    line-height: 28px;
    border-radius: 9px;
    background: #141414;
    display: inline-block;
    color: #fff;*/
}
table tr td .team {
    padding: 0 15px 0 0;
}
table tr:hover {
    background: #f2f2f2;
}
table tr:hover td i {
    color: #fff;
}
.captain-bage {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat, sans-serif;
}
.player-single-wrap {
    padding-top: 45px;
    padding-bottom: 70px;
}
.player-single-wrap .player-info .player-info-title {
    margin-top: 0;
    padding-top: 0;
}
.player-single-wrap .player-info table tr th {
    padding: 0 10px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 10px;
    font-family: Montserrat, sans-serif;
    color: #666;
    background: #fff;
}
.player-single-wrap .player-info table tr td {
    padding: 0 10px;
    background: #fafafa;
}
.player-single-wrap .player-info table tr td:first-child {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}
ul.player-trophey {
    padding: 0px;
}
.player-single-wrap .player-trophey li {
    margin-right: 10px;
    display: inline-block;
    position: relative;
}
.player-single-wrap .player-trophey li .year {
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
    background: #141414;
    border-radius: 9px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #fff;
}
.standing-table-wrap {
    padding: 45px 0 70px 0;
}
.standing-cup {
    padding-top: 45px;
}
.standing-cup .player-filters {
    padding-bottom: 9px;
}
ul.contact-bar {
    padding-top: 10px;
    padding-left: 0px;
}
.contact-bar li {
    padding-right: 25px;
    display: inline-block;
}
.contact-bar li a {
    font-size: 16px;
    color: #999;
}
.contact-bar li.facebook:hover a {
    color: #3b5998;
}
.contact-bar li.twitter:hover a {
    color: #1da1f2;
}
.contact-bar li.google:hover a {
    color: #dd4b39;
}
.contact-bar li.pinterest:hover a {
    color: #bd081c;
}
.club-champ {
    padding-top: 45px;
}
.club-champ h4 {
    padding-bottom: 0;
}
.champ-date {
    padding-bottom: 49px;
    font-size: 14px;
    color: #666;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.champ-date i {
    margin-right: 10px;
    font-size: 14px;
    color: #999;
}
.champ-tab-wrap {
    padding-top: 50px;
}
.champ-tab-wrap .main-lates-matches .item {
    position: relative;
}
.champ-tab-wrap .main-lates-matches .item:hover {
    box-shadow: 0 0 10px 10px #d2d2d2;
    z-index: 2;
}
.champ-tab-wrap .news-list .item {
    margin-top: 0;
    margin-bottom: 35px;
}
#circle-bar2,
#circle-bar3 {
    width: 42px;
    height: 42px;
    position: relative;
}
.wrapper-circle {
    display: inline-flex;
    width: 100%;
}
td a {
    color: #141414;
}
.player-hockey-wrap .circle-item {
    display: inline-block;
    width: 100%;
}
.player-hockey-wrap .circle-item > .text {
    color: #666;
}
#circle-bar3 .progressbar-text,
#circle-bar2 .progressbar-text {
    font-size: 12px;
    color: #ee307d;
    font-family: Montserrat;
}
.player-hockey-wrap {
    background-color: #fcfcfc;
    width: 100%;
    position: relative;
}
.player-hockey-wrap .border {
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: -30px;
    padding: 30px;
    width: 195px;
}
.player-hockey-wrap > div p {
    margin-bottom: 20px;
}
.player-hockey-wrap .circle-item {
    float: none;
}
.player-hockey-wrap .stats {
    position: relative;
    padding: 30px;
}
.canvas {
    position: relative;
    margin: 10px;
    margin-top: 20px;
}
.canvas-minutes {
    padding-top: 20px;
    margin-bottom: 20px;
    background: #fcfcfc;
}
.background-section {
    background: #fcfcfc;
    padding: 10px 20px 30px;
}
.player-hockey-wrap .border:before {
    content: '';
    width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    background: #fff;
    transform: skew(-10deg);
}
.player-hockey-wrap .number {
    color: #ee307d;
    font-size: 40px;
    font-family: Montserrat;
}
.player-hockey-wrap .name {
    font-family: Montserrat;
    color: #141414;
    font-size: 24px;
    text-transform: uppercase;
}
.player-hockey-wrap .country {
    font-size: 10px;
    font-family: Montserrat;
    color: #3d3d3d;
}
.player-hockey-wrap .country img {
    margin-right: 10px;
}
.summary-hockey {
    background: #fcfcfc;
    padding: 20px;
}
.filter-wrap .filter-slider {
    padding-bottom: 12px;
}
.filter-wrap .top {
    padding-bottom: 22px;
    overflow: hidden;
}
.filter-wrap label {
    float: left;
    font-weight: normal;
    font-size: 14px;
    color: #141414;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.filter-wrap #amount {
    float: right;
    text-align: right;
    border: none;
    background: none;
    font-size: 14px;
    color: #141414;
    font-family: Montserrat, sans-serif;
}
.filter-wrap .ui-slider {
    border-radius: 0;
    border: none;
    background: #ccc;
    height: 4px;
}
.filter-wrap .ui-widget-header {
    background: #ee307d;
}
.filter-wrap .ui-slider .ui-slider-handle {
    margin-top: -3px;
    width: 20px;
    height: 20px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    background: #ee307d;
}
.filter-wrap .filter-title {
    padding: 15px 0 0 0;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #141414;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}
.filter-item {
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
}
.filter-item ul {
    padding-top: 7px;
}
.filter-item ul li {
    padding-bottom: 7px;
    display: block;
    overflow: hidden;
}
.filter-item ul li label {
    font-size: 14px;
    color: #666;
    text-transform: none;
    font-weight: normal;
}
.filter-items-wrap .filter-title:before {
    content: '-';
    font-size: 14px;
    color: #141414;
    font-family: Montserrat, sans-serif;
    position: absolute;
    right: 0;
    top: 15px;
}
.filter-items-wrap .filter-title.active:before {
    content: "+";
}
.color-check {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
}
.color-check .check {
    margin: -6px 0 0 -5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10px;
    opacity: 0;
    transform: scale(0);
    transition: all 400ms;
    color: #fff;
    text-shadow: 1px 0 1px #000;
}
.color-check input[type="checkbox"]:checked + span.check {
    opacity: 1;
    transform: scale(1);
}
.color-check input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.color-check.green {
    background: #7bba3c;
}
.color-check.black {
    background: #000;
}
.color-check.purple {
    background: #8d429f;
}
.color-check.blue {
    background: #1790c8;
}
.color-check.gray {
    background: #777878;
}
.color-check.red {
    background: #e7352b;
}
.color-check.white {
    background: #fff;
}
.color-filter-item ul {
    font-size: 0;
}
.color-filter-item ul li {
    padding-left: 21px;
    display: inline-block;
}
.color-filter-item ul li label {
    float: none;
    margin-bottom: 0;
}
.color-filter-item ul li:first-child {
    padding-left: 0;
}
.size-filter-item {
    padding-bottom: 20px;
}
.size-filter-item ul {
    overflow: hidden;
    font-size: 0;
    border: solid #e0e0e0;
    border-width: 1px 0 0 1px;
    line-height: 0;
}
.size-filter-item ul li {
    width: 20%;
    display: inline-block;
}
.size-check {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    border: solid #e0e0e0;
    border-width: 0 1px 1px 0;
    cursor: pointer;
}
.size-check .size {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 50px;
    display: block;
    text-transform: uppercase;
}
.size-check input[type="checkbox"]:checked + span.size {
    background: #141414;
    opacity: 1;
    color: #fff;
}
.size-check input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.product-single {
    padding-top: 45px;
}
.product-single .comments-wrap {
    padding: 0;
}
.product-right-info .size-filter-item {
    padding-bottom: 0;
}
.product-right-info .color-check {
    width: 50px;
    height: 50px;
}
.product-right-info .color-filter-item ul li {
    padding-left: 1px;
}
.product-right-info .rating-wrap {
    padding: 10px 0 20px 0;
}
.product-right-info .rating-wrap > * {
    display: inline-block;
    vertical-align: middle;
}
.rating {
    margin-right: 15px;
    width: 95px;
    height: 15px;
    background: url(https://srikandicup.com/themes/team/images/rating-star.png);
}
.rating.one {
    background-position: 0 -15px;
}
.rating.two {
    background-position: 0 -30px;
}
.rating.three {
    background-position: 0 -45px;
}
.rating.four {
    background-position: 0 -60px;
}
.rating.five {
    background-position: 0 -75px;
}
.product-right-info .price {
    padding-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #141414;
    font-size: 40px;
}
.product-right-info .title {
    padding: 15px 0 10px 0;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #141414;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    position: relative;
}
.product-right-info .size-filter-item ul {
    display: inline-block;
}
.product-right-info .size-filter-item ul li {
    width: 50px;
}
.product-right-info input[type="number"] {
    margin-right: 5px;
    width: 76px;
    padding: 10px 15px 10px 20px;
    background: #e6e6e6;
    font-size: 12px;
    color: #141414;
    border-radius: 8px;
    border: none;
}
.product-right-info .details {
    padding-top: 13px;
    padding-bottom: 38px;
    border-bottom: 1px solid #e0e0e0;
}
.product-right-info .details ul li {
    padding-bottom: 3px;
    color: #da4300;
}
.product-right-info .details ul li span {
    color: #666;
}
.product-right-info .details ul li a {
    font-size: 16px;
    color: #da4300;
}
.product-right-info .socials {
    padding-top: 29px;
}
.connected-carousels .carousel-navigation li img {
    height: 100%;
    object-fit: cover;
}
.product-tab-wrap {
    padding: 50px 0 0;
}
.product-tab-wrap .tab-top {
    background: #141414;
}
.product-tab-wrap .tab-top ul li {
    display: inline-block;
}
.product-tab-wrap .tab-top ul li a {
    padding: 26px 30px 26px 30px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}
.product-tab-wrap .tab-top ul li a:hover {
    background: #da4300;
}
.product-tab-wrap .tab-top ul li.active a {
    background: #da4300;
}
.product-tab-wrap .tab-content {
    padding-left: 15px;
    padding-right: 15px;
}
.featured-products {
    padding-top: 46px;
    padding-bottom: 93px;
}
.featured-navigation {
    padding-top: 30px;
}
.featured-navigation a:first-child {
    margin-left: 0;
}
.feat-show-all {
    margin-top: 21px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #141414;
    font-family: Montserrat, sans-serif;
}
.feat-show-all:hover {
    color: #ee307d;
}
.post-password-form {
    color: #141414;
    padding: 10px;
    background: #fcfcfc;
}
.post-password-form p {
    margin-bottom: 15px;
}
.post-password-form label {
    font-family: Open Sans, sans-serif;
}
.post-password-form input[type="password"] {
    border: 1px solid grey !important;
    font-size: 16px;
    line-height: 16px;
    padding: 6px 7px;
    border: none;
    margin-right: 10px;
    margin-left: 5px;
}
.post-password-form input[type="submit"] {
    border-radius: 3px;
    font-size: 16px;
    background-color: #ee307d;
    color: #141414;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    border: none;
    padding: .618em 1em;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
}
.post-password-form input[type="submit"]:hover {
    background: #141414;
    color: #fff;
}
.cart-wrap {
    padding-top: 45px;
    padding-bottom: 100px;
}
.cart-table tr {
    z-index: 1;
    position: relative;
    background: #fcfcfc;
}
.cart-table tr th {
    padding: 0 20px;
    height: 68px;
    color: #f7f7f7;
    font-family: Montserrat, sans-serif;
}
.cart-table tr td {
    height: 160px;
}
.cart-table .product-image {
    margin-right: 30px;
}
.cart-table .name a:last-child {
    display: inline-block;
}
.cart-table .delete {
    position: relative;
    width: 110px;
}
.cart-table .delete a {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 160px;
    color: #7a7a7a;
    overflow: hidden;
}
.cart-table .delete a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: 20px;
    background: #f0f0f0;
    transform: skew(-6deg);
}
.cart-table .delete a i {
    position: relative;
}
.cart-table th.product {
    text-align: left;
}
.cart-table td.name {
    width: 560px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #292929;
}
.cart-table .cost {
    font-size: 14px;
    color: #666;
}
.cart-table td.total {
    padding-right: 30px;
    text-align: right;
    color: #000;
    font-size: 20px;
}
.cart-table th.total {
    padding-right: 30px;
    text-align: right;
}
.cart-table .quantity input[type="number"] {
    margin-right: 5px;
    width: 50px;
    padding: 7px 8px 6px 12px;
    background: #e6e6e6;
    font-size: 12px;
    color: #141414;
    border-radius: 8px;
    border: none;
    outline: none;
}
.cart-table tr:hover {
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 10px 0 #ccc;
}
.cart-table tr:hover .delete a:before {
    background: #ee307d;
}
.cart-table tr:hover .delete a i {
    color: #292929;
}
.coupon {
    position: relative;
    overflow-x: hidden;
}
.coupon input[type="text"] {
    padding: 0 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: none;
}
.coupon button {
    padding: 0 18px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #141414;
    transition: all 400ms;
    font-family: Montserrat, sans-serif;
    border: none;
    background: none;
}
.coupon button span {
    position: relative;
    color: #fff;
}
.coupon button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    left: 0;
    background: #ee307d;
    transform: skew(-6deg);
    transition: all 400ms;
}
.coupon button:hover {
    color: #fff;
}
.coupon button:hover:before {
    background: #141414;
}
.update-wrap {
    text-align: right;
}
.update-wrap .update {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    background: #ee307d;
    border: none;
    color: #fff;
}
.update-wrap .update:hover {
    background: #141414;
    color: #fff;
}
.update-wrap .update[disabled] {
    background: #e0e0e0;
    color: #666;
}
.cart-offer {
    padding-top: 17px;
}
.cart-offer .offer {
    position: relative;
}
.cart-offer .offer > img {
    width: 100%;
}
.cart-offer .offer .title {
    text-align: right;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 40px;
    font-size: 24px;
    text-transform: uppercase;
    line-height: normal;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    color: #141414;
}
.cart-offer .offer .title span {
    font-size: 48px;
    display: block;
    line-height: 43px;
}
.cart-total {
    padding-top: 17px;
}
.delivery-list .item {
    margin-bottom: 0;
    padding: 19px 28px 23px 28px;
    background: #f2f2f2;
    display: block;
    cursor: pointer;
    border-top: 1px solid #ccc;
}
.delivery-list .item:first-child {
    border-top: none;
}
.delivery-list .item:hover {
    background: #fff;
}
.delivery-list .item p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    font-weight: normal;
}
.delivery-list .item input[type="radio"] {
    margin-right: 20px;
    margin-top: 0;
}
.delivery-list .item .name {
    font-size: 14px;
    font-weight: normal;
    color: #292929;
}
.delivery-list .item .price {
    font-size: 14px;
    font-weight: normal;
    color: #292929;
    float: right;
}
.cart-total-info {
    padding: 19px 28px 16px 28px;
    border-top: 1px solid #e0e0e0;
    font-size: 0;
    background: #fff;
}
.cart-total-info .title {
    width: 50%;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: #292929;
    font-family: Raleway, sans-serif;
    font-weight: 900;
}
.cart-total-info .price {
    width: 50%;
    text-align: right;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: #292929;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
}
.cart-total .proceed {
    margin-top: 40px;
    position: relative;
    padding: 13px 28px 11px 28px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    transition: all 400ms;
    font-family: Montserrat, sans-serif;
    background: #ee307d;
    border-radius: 8px;
    border: none;
    width: 100%;
    text-align: left;
}
.cart-total .proceed i {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 12px;
    transition: all 400ms;
}
.cart-total .proceed:hover {
    color: #fff;
    background: #141414;
}
.cart-total .proceed:hover i {
    right: 15px;
}
.checkout-wrap {
    padding-top: 45px;
    padding-bottom: 80px;
}
.team-alert {
    padding: 21px 70px 22px 30px;
    position: relative;
    background: #fcfcfc;
    border-radius: 0;
    overflow-x: hidden;
    border: solid #ee307d;
    border-width: 0 0 0 5px;
}
.team-alert .close {
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
}
.team-alert .close span {
    position: relative;
    font-size: 12px;
    color: #666;
    line-height: 32px;
}
.team-alert .close:before {
    content: "";
    background: #f0f0f0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -40px;
    transform: skew(-6deg);
    transition: all 400ms;
}
.team-alert .close:hover:before {
    background: #ee307d;
}
.team-alert .close:hover span {
    color: #141414;
}
.customer-info .item {
    padding-bottom: 15px;
}
.customer-info .item label {
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
    font-weight: normal;
}
.customer-info .item span {
    padding-bottom: 7px;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: normal;
    font-weight: normal;
}
.customer-info .item span i {
    font-style: normal;
    color: #d32f2f;
}
.checkout-wrap .cart-table {
    margin-bottom: 0;
}
.checkout-wrap .cart-table tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    height: auto;
    text-transform: none;
    background: #fcfcfc;
}
.checkout-wrap .cart-table tr td:firt-child {
    text-transform: none;
}
.checkout-wrap .cart-total {
    padding-top: 0;
}
.checkout-wrap .cart-total .proceed {
    font-size: 16px;
    padding: 18px 28px 16px 28px;
}
.error-page {
    position: relative;
    height: 100%;
}
.error-wrap {
    min-height: 600px;
    position: absolute;
    top: 110px;
    bottom: 110px;
    left: 0;
    right: 0;
    background: 50% 50% no-repeat;
}
.error-wrap.offline {
    background: 50% 50% no-repeat;
}
.error-wrap .error-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.error-wrap .error-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
}
.error-wrap .error-title .big-text {
    font-size: 100px;
    display: inline-block;
    text-transform: uppercase;
    color: #141414;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    vertical-align: top;
    line-height: 58px;
}
.error-wrap .error-title .small-text {
    padding-left: 30px;
    font-size: 40px;
    display: inline-block;
    text-transform: uppercase;
    color: #141414;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    line-height: 43px;
    vertical-align: top;
}
.error-wrap .error-title .back {
    margin-top: 25px;
    margin-left: 160px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #141414;
    font-family: Montserrat, sans-serif;
}
.error-wrap .error-title .back i {
    margin-right: 38px;
    transition: all 400ms;
}
.error-wrap .error-title .back:hover i {
    margin-left: -10px;
    margin-right: 48px;
}
.error-menu-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
}
.error-menu-wrap .error-menu {
    display: table;
    width: 100%;
    text-align: justify;
}
.error-menu-wrap .error-menu li {
    display: table-cell;
    text-align: center;
}
.error-menu-wrap .error-menu li a {
    padding: 42px 0 41px 0;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #f2f2f2;
    font-family: Montserrat, sans-serif;
}
.error-menu-wrap .error-menu li a:hover {
    color: #ffcd00;
}
.error-wrap .offline-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
}
.error-wrap .offline-title .small-text {
    font-size: 40px;
    text-transform: uppercase;
    color: #141414;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    display: block;
    line-height: 62px;
}
.error-wrap .offline-title .big-text {
    font-size: 60px;
    text-transform: uppercase;
    color: #141414;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    display: block;
    line-height: 62px;
}
.error-wrap .offline-socials {
    padding-top: 50px;
}
.error-wrap .offline-socials li {
    padding-right: 25px;
    display: inline-block;
}
.error-wrap .offline-socials li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    line-height: 40px;
    background: #f2f2f2;
    font-size: 16px;
    text-align: center;
    color: #999;
}
.error-wrap .offline-socials li:hover a {
    color: #141414;
}
.coming-page {
    position: relative;
    height: 100%;
    background: #141414;
}
.coming-wrap {
    min-height: 600px;
    position: absolute;
    top: 110px;
    bottom: 110px;
    left: 0;
    right: 0;
    background: 50% 50% no-repeat;
}
.coming-wrap .error-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.coming-wrap .coming-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
}
.coming-wrap .coming-title .small-text {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    display: block;
    line-height: 62px;
}
.coming-wrap .coming-title .big-text {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    display: block;
    line-height: 62px;
}
.coming-wrap .counter {
    padding-top: 24px;
}
.coming-wrap .counter ul li {
    margin-right: 30px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.coming-wrap .counter .digit {
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 8px;
    min-width: 80px;
    text-align: center;
    font-size: 48px;
    color: #141414;
    font-weight: bold;
    background: #fff;
    height: 80px;
    line-height: 80px;
    font-family: Open Sans, sans-serif;
}
.coming-wrap .counter .descr {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    font-weight: 900;
    color: #fff;
}
.coming-wrap .counter ul li:before {
    content: ":";
    position: absolute;
    top: 0;
    line-height: 70px;
    height: 60px;
    right: -22px;
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}
.coming-wrap .counter ul li:last-child {
    margin-right: 0;
}
.coming-wrap .counter ul li:last-child:before {
    display: none;
}
.search-wrapper {
    padding-top: 45px;
    padding-bottom: 100px;
}
.search-field {
    margin-bottom: 40px;
}
.search-field .wrap {
    border: 1px solid #e0e0e0;
    position: relative;
}
.search-field input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px 0 20px;
    height: 48px;
    line-height: 56px;
    font-size: 14px;
    color: #8f8f8f;
    background: none;
    border: none;
}
.search-field button {
    position: absolute;
    font-size: 13px;
    color: #999;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: none;
    border: none;
}
.search-item {
    margin-bottom: 10px;
    background: #fff;
}
.search-item .info {
    padding-top: 24px;
    padding-right: 20px;
}
.search-item .info .name {
    font-size: 22px;
    font-weight: bold;
    color: #141414;
}
.search-item .info .name:hover {
    color: #da4300;
}
.search-item .info .wrap {
    padding-top: 5px;
    padding-bottom: 8px;
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
}
.search-item .info .wrap > * {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
}
.search-item .info .wrap a {
    color: #141414;
    font-family: Montserrat, sans-serif;
}
.search-item .info > p span {
    padding: 0 2px;
    background: #ee307d;
}
.search-item .info .name span {
    padding: 0 2px;
    background: #ee307d;
}
.search-item .info .read-more {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #da4300;
    font-family: Montserrat, sans-serif;
}
.search-item .info .read-more:hover {
    color: #141414;
}
@media (max-width: 1600px) {
    .main-news-list .item > img {
        width: auto;
    }
}
@media (max-width: 1200px) {
    .socials li {
        padding-left: 5px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        margin: 33px 0 0 0;
        display: block;
        z-index: 1;
        background: #164c90;
    }
    .navbar-toggle .icon-bar {
        background: #FFF;
    }
    .navbar-fixed-top {
        top: 0;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
    }
    .navbar-nav>li {
        float: none;
    }
    .collapse.in {
        display: block !important;
    }
    .main-menu-wrap .navbar {
        padding-top: 20px;
        clear: both;
        border: none;
    }
    .main-menu-wrap .navbar-collapse {
        border: none;
        box-shadow: none;
    }
    .main-menu {
        text-align: left;
    }
    .main-menu li {
        padding: 0;
        display: block;
        clear: both;
    }
    .main-menu li a {
        padding: 0;
        z-index: 1;
    }
    .main-menu li a span {
        padding: 10px 0;
        display: inline-block;
    }
    .main-menu li ul {
        position: relative;
        background: none;
        display: block;
        width: 100%;
    }
    .main-menu > li > ul > li > ul {
        background: none;
    }
    .main-menu > li > ul li {
        border-left: none;
    }
    .main-menu > li > ul > li > ul {
        position: relative;
        left: 0;
        display: block;
    }
    .main-menu > li > ul > li > ul li {
        border-left: none;
    }
    .main-menu > li > ul > li:hover {
        background: none;
        border-left: none;
    }
    .main-menu > li > ul > li > ul li:hover {
        background: none;
        border-left: none;
    }
    .main-menu > li > ul > li > ul li:hover > a {
        color: #da4300;
    }
    .main-menu > li > ul > li:hover > a {
        color: #db4300;
    }
    .main-menu > li > a > span:before {
        bottom: 5px;
    }
    .main-menu > li > ul li a i {
        display: none;
    }
    .main-menu > li > ul li a {
        color: #141414;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .main-news-list .item .caption .name {
        display: block;
        line-height: 16px;
    }
    .live-match-stat .field {
        margin: 0 auto;
        width: 509px;
    }
    .isotope-grid .grid-item {
        height: 205px;
    }
    .isotope-grid .grid-item.height2 {
        height: 330px;
    }
    .footer .footer-left:before {
        right: 10px;
    }
    .store-list-item {
        margin-bottom: 20px;
    }
    .club-main-stat .last-match .team {
        width: 40%;
    }
    .club-main-stat .last-match .score {
        width: 20%;
    }
    .color-filter-item ul li {
        padding-left: 11px;
    }
    .main-menu.nav.cart-none {
        display: none;
    }
}
@media (max-width: 992px) {
    .footer .footer-left:before {
        transform: skew(0);
        right: -1000%;
        margin-bottom: 0px;
    }
    .foot-contact .socials {
        padding-bottom: 30px;
    }
    .foot-contact .socials li {
        padding-right: 30px;
    }
    .foot-contact .socials li a {
        font-size: 40px;
    }
    .footer-menu {
        display: none;
    }
    .timeline .first {
        width: 100%;
        padding-right: 0;
    }
    .timeline .second {
        width: 100%;
        padding-left: 0;
    }
    .row-offcanvas {
        position: relative;
        transition: all .25s ease-out;
    }
    .row-offcanvas-right {
        right: 0;
    }
    .row-offcanvas-left {
        left: 0;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -55%;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -65%;
    }
    .row-offcanvas-right.active {
        right: 55%;
    }
    .row-offcanvas-left.active {
        left: 70%;
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%;
    }
    .main-players-stat {
        background-size: cover;
    }
    .isotope-grid .grid-item {
        height: 145px;
    }
    .club-top-info .club-stat {
        overflow-x: hidden;
        padding-bottom: 30px;
    }
    .club-main-stat .last-match .team {
        width: 40%;
    }
    .club-main-stat .last-match .score {
        width: 20%;
    }
    .club-top-btn {
        margin-top: 0;
        margin-bottom: 20px;
        float: none;
        position: static;
        transform: translateY(0);
    }
    .club-champ .club-top-btn {
        margin-top: 0;
    }
    .search-item .info {
        padding-left: 20px;
    }
    .search-item .image {
        text-align: center;
    }
    .search-item .image img {
        display: inline-block;
    }
    .standing-full tr td.form {
        padding: 0;
    }
    .player-hockey-wrap .border {
        left: initial;
    }
    .footer .foot-up {
        position: relative;
    }
    .footer-menu-wrap .foot-up:before {
        left: -10%;
    }
}
@media (max-width: 767px) {
    .no-gutter > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .call-to-action .text {
        padding-top: 0;
    }
    .call-to-action {
        background-size: cover;
    }
    .image-header .info:before {
        right: -100%;
    }
    .isotope-grid .grid-item a img {
        max-width: 100%;
    }
    .isotope-grid .grid-item {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .isotope-grid .grid-item {
        width: 100%;
        height: 200px;
    }
    .isotope-grid .grid-item.height2 {
        height: 200px;
    }
    .isotope-grid .grid-item a .info:before {
        left: -100%;
    }
    .coupon {
        padding-bottom: 20px;
    }
    .match-live-date .event {
        text-align: left;
    }
    .club-main-stat .last-match .team {
        text-align: center;
        width: 100%;
    }
    .club-main-stat .last-match .team.right {
        text-align: center;
    }
    .club-main-stat .last-match .score {
        width: 100%;
    }
    .club-main-stat .last-match .score span {
        width: 40px;
    }
    .news-single .item .top-info,
    .news-single .item .post-text,
    .comments-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 700px) {
    .connected-carousels .navigation {
        display: none;
    }
    .connected-carousels .carousel-stage {
        margin: 0 auto;
        width: 460px;
    }
    .connected-carousels .stage {
        padding: 0 !important;
        margin-bottom: 30px;
    }
    .connected-carousels .carousel li img {
        width: 460px;
        display: block;
        margin: auto;
        object-fit: cover;
    }
    .standing-full tr td.form span {
        margin-bottom: 5px;
    }
}
@media (max-width: 600px) {
    .error-wrap .error-title .big-text {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }
    .error-wrap .error-title .small-text {
        display: block;
        padding-left: 0;
        text-align: center;
    }
    .error-wrap .error-title .small-text br {
        display: none;
    }
    .error-wrap .offline-title .big-text {
        font-size: 50px;
    }
    .player-stat-slider .item .top-info .number {
        display: block;
    }
}
@media (max-width: 545px) {
    .connected-carousels .carousel-stage {
        margin: 0 auto;
        width: 350px;
    }
    .connected-carousels .carousel li img {
        width: 100%;
        max-width: 350px;
    }
    .live-match-stat .field {
        margin: 0 auto;
        width: 100%;
    }
    .broadcast-item .info {
        padding-top: 15px;
        padding-left: 0;
    }
    .cart-table td.name {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .cart-table .delete a:before {
        background: none;
    }
    .cart-table tr:hover .delete a:before {
        background: none;
    }
}
@media (max-width: 400px) {
    .error-wrap .offline-title .small-text {
        font-size: 25px;
        line-height: normal;
    }
    .error-wrap .offline-title .big-text {
        font-size: 40px;
        line-height: normal;
    }
}
@media (max-width: 767px) {
    .share-box .item .title {
        padding-left: 0;
        text-align: center;
    }
    .share-box .share-socials {
        display: block;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
    }
    .share-box .share-socials:before {
        display: none;
    }
    .share-box .share-socials li a {
        font-size: 18px;
    }
}