@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #555555;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #2f2f2f;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 8px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2f2f2f;
}

p a {
    color: #2f2f2f;
}

p {
    line-height: 26px;
    margin-bottom: 10px;
}

a {
    color: #2f2f2f;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: none;
}

ul {
    margin-bottom: 0;
}

figure {
    margin-bottom: 6px;
    position: relative;
}

img {
    height: auto;
    max-width: 100%;
}

strong {
    color: #2f2f2f;
}

iframe {
    border: none;
    float: left;
    width: 100%;
}

select {
    background-color: #f0eef0;
    border: 1px solid #dfdfdf;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}

label {
    color: #6c8391;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

button {
    border: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: #f2f2f2;
    border: none;
    box-sizing: border-box;
    color: #aaa9a9;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}

input[type="submit"] {
    outline: none;
}

form p {
    float: left;
    position: relative;
}

form p span i {
    color: #474747;
    left: 16px;
    position: absolute;
    top: 13px;
}

option {
    padding: 5px 15px;
}

li {
    line-height: 28px;
    list-style: inside none disc;
}

ul ul {
    margin-left: 20px;
}

ol {
    float: none;
    list-style: outside none decimal;
    padding-left: 15px;
}

ol ol {
    margin-left: 20px;
}

ol li {
    list-style: outside none decimal;
    width: 100%;
}

table {
    background-color: transparent;
    max-width: 100%;
}

th {
    text-align: left;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border: 1px solid #dddddd;
    line-height: 2.5;
    padding-left: 3px;
    text-align: center;
    vertical-align: top;
}

table thead tr th {
    border-top: 1px solid #dddddd;
    text-align: center;
    text-transform: capitalize;
}

table>thead>tr>th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
    border-bottom: 0 none;
}

table>tbody+tbody {
    border-top: 2px solid #dddddd;
}

p ins {
    color: #999;
}

dl dd {
    margin-left: 20px;
}

address {
    font-style: italic;
}

.sportsmagazine-main-section,
.sportsmagazine-main-content {
    float: left;
    width: 100%;
    position: relative;
}

.sportsmagazine-main-content {
    padding: 10px 0px 10px 0px;
}

.sportsmagazine-main-wrapper,
#sportsmagazine-header {
    float: left;
    width: 100%;
}

.sportsmagazine-header-one {
    float: left;
    width: 100%;
    background: url(images/vpattren.png);
}

.sportsmagazine-main-header {
    float: left;
    width: 100%;
    min-height: 68px;
    background: url(images/vpattren.png);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sportsmagazine-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
}

.sportsmagazine-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 68px;
    padding: 0;
    margin: 0;
    position: relative;
    transform: translateX(-33px);
}

.sportsmagazine-logo:before {
    display: none;
}

.sportsmagazine-main-header .navbar {
    float: none;
    min-height: 68px;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}

.sportsmagazine-main-header .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.sportsmagazine-main-header .navbar-nav {
    float: right;
    margin: 0;
}

.sportsmagazine-main-header .navbar-nav>li {
    float: left;
    padding: 0;
    margin: 0 0 0 34px;
}

.sportsmagazine-main-header .navbar-nav>li:first-child {
    margin-left: 0;
}

.sportsmagazine-main-header .navbar-nav>li>a {
    display: flex;
    align-items: center;
    height: 68px;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: transparent;
    position: relative;
    transition: color 0.25s ease;
}

.sportsmagazine-main-header .navbar-nav>li>a:before,
.sportsmagazine-main-header .navbar-nav>li>a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #e91423;
    transform: rotate(-3deg);
    transition: width .25s ease;
}

.sportsmagazine-main-header .navbar-nav>li>a:before {
    top: 16px;
}

.sportsmagazine-main-header .navbar-nav>li>a:after {
    bottom: 16px;
}

.sportsmagazine-main-header .navbar-nav>li:hover>a:before,
.sportsmagazine-main-header .navbar-nav>li:hover>a:after,
.sportsmagazine-main-header .navbar-nav>li.active>a:before,
.sportsmagazine-main-header .navbar-nav>li.active>a:after {
    width: 100%;
}

#sportsmagazine-header .container {
    position: relative;
}

.nav>li.sportsmagazine-megamenu-li,
#sportsmagazine-header [class*="col-md-"] {
    position: static;
}

.navbar-collapse.collapse {
    display: block;
}

.sportsmagazine-header-one .sportsmagazine-logo img {
    display: block;
    height: 90px;
    width: auto;
    max-width: none;
    max-height: none;
}

.sportsmagazine-banner,
.sportsmagazine-banner-one,
.sportsmagazine-banner-one-layer {
    float: left;
    width: 100%;
}

.sportsmagazine-banner {
    background-color: #ffffff;
}

.sportsmagazine-banner-one {
    position: relative;
}

.sportsmagazine-banner-one-layer {
    position: relative;
    height: 500px;
    overflow: hidden;
    margin-bottom: 16px;
}

.sportsmagazine-banner-one-layer>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sportsmagazine-banner-pattren {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    z-index: 1;
}

.sportsmagazine-banner-caption {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sportsmagazine-banner-caption .container {
    position: relative;
    height: 100%;
}

.sportsmagazine-banner-news {
    position: absolute;
    left: 15px;
    bottom: 70px;
    width: 760px;
    max-width: calc(100% - 30px);
}

.sportsmagazine-banner-category {
    display: inline-block;
    background-color: #e91423;
    color: #292c31;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 18px;
    line-height: 1;
}

.sportsmagazine-banner-title {
    background-color: rgba(20, 20, 20, 0.68);
    padding: 28px 38px 32px;
}

.sportsmagazine-banner-title h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.25;
}

.sportsmagazine-banner-title h1 a {
    color: #ffffff;
}

.sportsmagazine-banner-title h1 a:hover {
    color: #e91423;
}

.sportsmagazine-fancy-title {
    float: left;
    width: 100%;
    background: url(images/fancytitle-pattren.png);
    border-bottom: 2px solid;
    padding: 17px 29px;
    position: relative;
    margin-bottom: 30px;
}

.sportsmagazine-fancy-title:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom: 58px solid;
    border-left: 50px solid transparent;
}

.sportsmagazine-fancy-title h2 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 1;
}

.sportsmagazine-blog,
.sportsmagazine-blog-grid figure,
.sportsmagazine-blog-grid figure img,
.sportsmagazine-blog-grid figure>a,
.sportsmagazine-blog-grid section {
    float: left;
    width: 100%;
}

.sportsmagazine-blog ul li {
    list-style: none;
}

.sportsmagazine-blog ul {
    margin-bottom: 16px;
}

.sportsmagazine-blog>ul>li {
    margin-bottom: 30px;
}

.sportsmagazine-blog-grid figure {
    margin-bottom: 0px;
    overflow: hidden;
}

.sportsmagazine-blog-grid figure:before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: -58px;
    width: 200%;
    height: 100px;
    background-color: #f7f7f7;
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.sportsmagazine-blog-grid figcaption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sportsmagazine-blog-grid figcaption span {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 11px;
    color: #ffffff;
}

.sportsmagazine-blog-grid .sportsmagazine-the-league figcaption span:before {
    background-color: #eb4293;
}

.sportsmagazine-blog-grid .sportsmagazine-the-league figcaption span small {
    margin: 15px 0px 0px 0px;
}

.sportsmagazine-blog-grid .sportsmagazine-the-team figcaption span:before {
    background-color: #f92552;
}

.sportsmagazine-blog-grid .sportsmagazine-the-team figcaption span small {
    margin: 15px 0px 0px 0px;
}

.sportsmagazine-blog-grid figcaption span:before {
    content: "";
    position: absolute;
    left: -80px;
    top: -105px;
    width: 100px;
    height: 300px;
    background-color: #9e69ee;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sportsmagazine-blog-grid figcaption span small {
    font-size: 11px;
    position: relative;
    float: left;
    margin: 14px 0 0 4px;
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
    transform: rotate(-46deg);
}

.sportsmagazine-blog-grid section {
    background-color: #f7f7f7;
    padding: 19px 30px 0px 30px;
}

.sportsmagazine-blog-grid section h2 {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 19px;
}

.sportsmagazine-blog-grid section p {
    margin-bottom: 24px;
}

.sportsmagazine-link-btn {
    position: absolute;
    right: 30px;
    bottom: 16px;
    background-color: #292c31;
    text-align: center;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    font-size: 19px;
    color: #ffffff;
    padding-top: 12px;
}

ul li:hover .sportsmagazine-link-btn {
    color: #292c31;
}

.sportsmagazine-player-slider {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.sportsmagazine-player-slider-image {
    float: left;
    width: 60%;
    background-color: #f7f7f7;
    border: 1px solid #ececec;
    border-right: none;
    text-align: center;
    position: relative;
}

.sportsmagazine-player-slider-image:before {
    content: "";
    position: absolute;
    right: 6px;
    top: 7%;
    border-top: 20px solid transparent;
    border-right: 20px solid;
    border-bottom: 24px solid transparent;
}

.sportsmagazine-player-slider-image img {
    display: inline-block;
    padding-top: 6px;
}

.sportsmagazine-player-slider-caption {
    position: absolute;
    left: 0px;
    bottom: 40px;
    text-align: left;
    background-color: #2a2b2d;
    width: 60%;
}

.sportsmagazine-player-slider-caption:before {
    content: "";
    position: absolute;
    right: -40px;
    top: 0px;
    border-top: 80px solid #2a2b2d;
    border-right: 40px solid transparent;
}

.sportsmagazine-player-slider-caption span {
    float: left;
    width: 60px;
    height: 80px;
    background-color: #343638;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding: 22px 0px 0px 2px;
}

.sportsmagazine-player-slider-caption span:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0px;
    border-top: 80px solid #343638;
    border-right: 30px solid transparent;
}

.sportsmagazine-player-slider-caption span~section {
    margin-left: 113px;
    padding-top: 17px;
}

.sportsmagazine-player-slider-caption h6 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
}

.sportsmagazine-player-slider-caption h6 a {
    color: #ffffff;
}

.sportsmagazine-player-slider-caption small,
.sportsmagazine-player-nav-layer section small {
    font-size: 14px;
    color: #ffffff;
}

.sportsmagazine-player-slider-nav {
    float: left;
    width: 40%;
    background-color: #2a2b2d;
    position: relative;
}

.sportsmagazine-player-slider-nav:after {
    content: "";
    position: absolute;
    left: -21px;
    top: 0px;
    border-bottom: 100px solid;
    border-left: 22px solid transparent;
}

.sportsmagazine-player-slider-nav:before {
    content: "";
    position: absolute;
    left: -41px;
    top: 0px;
    background: url(images/border-shape.png);
    background-repeat: no-repeat;
    width: 47px;
    height: 400px;
}

.sportsmagazine-player-nav-layer {
    float: left;
    width: 100%;
    padding: 0px 12px 0px 12px;
    border-bottom: 1px solid #4f4f4f;
    position: relative;
}

.sportsmagazine-player-nav-layer span {
    float: left;
    width: 80px;
    height: 100px;
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
    background-color: #343638;
    text-align: center;
    padding-top: 22px;
}

.sportsmagazine-player-nav-layer span~section {
    margin-left: 110px;
    padding-top: 26px;
}

.sportsmagazine-player-nav-layer section h6 {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.sportsmagazine-player-nav-layer.slick-current.slick-active span {
    background-color: rgba(0, 0, 0, 0.05);
    color: #2a2b2d;
}

.sportsmagazine-player-nav-layer.slick-current.slick-active section h6,
.sportsmagazine-player-nav-layer.slick-current.slick-active section small {
    color: #2a2b2d;
}

.sportsmagazine-main-content .widget {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.widget_popular_news ul,
.widget_popular_news ul li {
    float: left;
    width: 100%;
}

.widget_popular_news ul li {
    list-style: none;
    background-color: #f7f7f7;
    padding: 20px 30px 15px 30px;
    margin-bottom: 1px;
}

.widget_popular_news ul li:last-child {
    margin-bottom: 0px;
}

.widget_popular_news ul li span {
    float: left;
    font-size: 45px;
    font-style: italic;
    font-weight: bold;
    color: #999999;
    line-height: 1;
    padding-top: 23px;
}

.widget_popular_news ul li span~.popular_news_text {
    margin-left: 73px;
}

.popular_news_text small {
    display: inline-block;
    padding: 5px 8px 6px 9px;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #e91423;
    line-height: 1;
    border-radius: 3px;
    margin-bottom: 7px;
    font-weight: 700;
}

.widget-injuries .popular_news_text small {
    background-color: #e91423;
    color: #ffffff;
}

.widget-theleague .popular_news_text small {
    background-color: #e91423;
    color: #ffffff;
}

.popular_news_text a {
    display: block;
    color: #292c31;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 1.2;
}

.popular_news_text time {
    font-size: 10px;
    color: #666666;
    text-transform: uppercase;
}

.sportsmagazine-subheader {
    float: left;
    width: 100%;
}

.sportsmagazine-subheader {
    background: url(extra-images/sub-header.jpg);
    padding: 22px 0 40px;
    position: relative;
    background-position: center;
    text-align: center;
}

.sportsmagazine-subheader:before {
    content: "";
    position: absolute;
    width: 51%;
    height: 38px;
    background-color: #ffffff;
    bottom: -18px;
    left: 0px;
    z-index: 1;
}

.sportsmagazine-subheader:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 38px;
    background-color: #ffffff;
    bottom: -18px;
    right: 0px;
    z-index: 1;
}

.subheader-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000;
}

.sportsmagazine-subheader h1 {
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
    text-transform: uppercase;
}

.sportsmagazine-breadcrumb {
    display: inline-block;
    background-color: #292c31;
    padding: 7px 15px 5px 13px;
}

.sportsmagazine-breadcrumb li {
    display: inline-block;
    font-size: 12px;
    list-style: none;
    position: relative;
    padding: 0px 7px 0px 7px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.sportsmagazine-breadcrumb li:first-child:before {
    display: none;
}

.sportsmagazine-breadcrumb li:before {
    content: "";
    background-color: #fff;
    width: 2px;
    height: 9px;
    position: absolute;
    left: -3px;
    bottom: 10px;
}

.sportsmagazine-breadcrumb li a {
    color: #fff;
}

.sportsmagazine-error-page {
    position: relative;
    background: url(extra-images/error-page-backimg.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.sportsmagazine-error-wrap {
    float: left;
    width: 100%;
    text-align: center;
    padding: 101px 0px 135px;
}

.sportsmagazine-error-transparent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.4;
}

.sportsmagazine-error-heading {
    float: left;
    width: 100%;
}

.sportsmagazine-error-heading>span {
    font-size: 100px;
    display: inline-block;
    font-weight: bold;
    margin: 0px;
    color: #292c31;
    line-height: 1.3;
    background-color: #f5f5f5;
    padding: 0px 2px 0px 7px;
    position: relative;
    margin: 0px 19px 0px 3px;
}

.sportsmagazine-error-heading>span.error-shape-two {
    padding: 0px 4px 0px;
}

.sportsmagazine-error-heading>span.error-shape-one:before {
    content: "";
    position: absolute;
    right: -21px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 65px solid transparent;
    border-left: 21px solid #f5f5f5;
    border-bottom: 65px solid transparent;
}

.sportsmagazine-error-heading>span.error-shape-two:before {
    content: "";
    position: absolute;
    right: -21px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 66px solid #f5f5f5;
    border-right: 21px solid transparent;
}

.sportsmagazine-error-heading>span.error-shape-two:after {
    content: "";
    position: absolute;
    right: -21px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 66px solid #f5f5f5;
    border-right: 21px solid transparent;
}

.sportsmagazine-error-heading>span.error-shape-two>small {
    position: relative;
}

.sportsmagazine-error-heading>span.error-shape-two>small:before {
    content: "";
    position: absolute;
    left: -25px;
    top: -12px;
    width: 0;
    height: 0;
    border-top: 68px solid #f5f5f5;
    border-left: 21px solid transparent;
}

.sportsmagazine-error-heading>span.error-shape-two>small:after {
    content: "";
    position: absolute;
    left: -25px;
    bottom: -2px;
    width: 0;
    height: 0;
    border-bottom: 68px solid #f5f5f5;
    border-left: 21px solid transparent;
}

.sportsmagazine-error-heading>span.error-shape-three {
    padding: 0px 7px 0px 2px;
}

.sportsmagazine-error-heading>span.error-shape-three:before {
    content: "";
    position: absolute;
    left: -21px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 65px solid transparent;
    border-right: 21px solid #f5f5f5;
    border-bottom: 65px solid transparent;
}

.sportsmagazine-error-wrap>h3 {
    font-size: 30px;
    display: block;
    font-weight: bold;
    margin: 0px 0px 18px;
    color: #292c31;
    line-height: 1.3;
    letter-spacing: 8px;
}

.sportsmagazine-error-wrap>span {
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin: 0px 0px 18px;
}

.sportsmagazine-error-wrap p {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 21px;
}

.sportsmagazine-error-wrap form {
    position: relative;
    display: inline-block;
    width: 59%;
}

.sportsmagazine-error-wrap form:before {
    content: "";
    position: absolute;
    right: 20%;
    top: 0px;
    background-color: #ececec;
    width: 1px;
    height: 26px;
}

.sportsmagazine-error-wrap form:after {
    content: "";
    position: absolute;
    right: 20%;
    bottom: 0px;
    background-color: #ececec;
    width: 1px;
    height: 26px;
}

.sportsmagazine-error-wrap form input[type="text"] {
    height: 50px;
    color: #999999;
    font-size: 12px;
    padding: 1px 15px 4px 14px;
    border: 1px solid #ececec;
    width: 542px;
    float: left;
    font-style: italic;
    background-color: transparent;
    border-right: none;
}

.sportsmagazine-error-wrap form label {
    margin: 0px;
    float: right;
    position: relative;
}

.sportsmagazine-error-wrap form label:before {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 12px solid #27282a;
    border-bottom: 25px solid transparent;
    content: "";
    left: -11px;
    position: absolute;
    bottom: 0;
}

.sportsmagazine-error-wrap form input[type="submit"] {
    float: right;
    width: 120px;
    border: none;
    height: 50px;
    padding: 0px 0px 1px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #27282a;
}

.sportsmagazine-section-heading {
    float: left;
    width: 100%;
    margin: 0px 0px 37px;
}

.sportsmagazine-section-heading h2 {
    color: #292c31;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 8px;
    position: relative;
}

.sportsmagazine-section-heading h2:before {
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 35px;
}

.sportsmagazine-section-heading h2:after {
    bottom: -5px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 35px;
}

.sportsmagazine-related-article,
.sportsmagazine-related-article ul li figure,
.sportsmagazine-related-article ul li figure a,
.sportsmagazine-related-article ul li figure a img,
.sportsmagazine-article-text {
    float: left;
    width: 100%;
}

.sportsmagazine-related-article>ul>li {
    list-style: none;
    margin: 0px 0px 30px;
}

.sportsmagazine-related-article ul li figure {
    margin: 0px;
}

.sportsmagazine-related-article ul li figure a i {
    position: absolute;
    bottom: -17px;
    right: 20px;
    background-color: #292c31;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    padding: 14px 0px 0px;
}

.sportsmagazine-related-article ul li figure a {
    overflow: hidden;
}

.sportsmagazine-related-article ul li:hover figure a i {
    padding: 13px 0px 0px;
}

.sportsmagazine-article-text {
    background-color: #f7f7f7;
    padding: 28px 20px 13px 30px;
}

.sportsmagazine-article-text time {
    float: left;
    line-height: 1;
    color: #292c31;
    font-size: 10px;
    padding: 5px 8px 8px 9px;
    border-radius: 3px;
    margin: 0px 0px 7px;
}

.sportsmagazine-article-text h5 {
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    color: #2f2f2f;
    line-height: 22px;
}

.sportsmagazine-widget-heading {
    float: left;
    width: 100%;
    margin: 0px 0px 37px;
}

.sportsmagazine-widget-heading h2 {
    color: #292c31;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 6px;
    position: relative;
}

.sportsmagazine-widget-heading h2:before {
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 35px;
}

.sportsmagazine-widget-heading h2:after {
    bottom: -5px;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: 35px;
}

.sportsmagazine-main-content .widget ul li {
    list-style: none;
}

.sportsmagazine-main-content .widget ul li:last-child {
    margin: 0px;
}

.sportsmagazine-main-contentminus {
    padding: 0px 0px 60px;
}

.thumb-transparent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0.7;
}

.sportsmagazine-thumb {
    margin: 0 0 30px;
}

.sportsmagazine-rich-editor {
    float: left;
    width: 100%;
}

.sportsmagazine-rich-editor p {
    margin: 0px 0px 24px;
}

blockquote {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    border-left: none;
    position: relative;
    margin: 8px 0px 33px;
    padding: 53px 45px 26px 62px;
    line-height: 1.5;
}

blockquote:before {
    content: "";
    font-family: FontAwesome;
    font-size: 40px;
    position: absolute;
    left: 40px;
    top: 33px;
    color: #999999;
    font-style: normal;
    opacity: 0.15;
}

blockquote:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 0px;
    height: 100%;
    width: 2px;
}

blockquote span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

blockquote span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 28px;
    width: 180px;
    height: 2px;
}

.sportsmagazine-related-article.sportsmagazine-blog-artical {
    margin: 0px 0px 13px;
}

.sportsmagazine-player {
    float: left;
    width: 100%;
}

.sportsmagazine-player>ul>li {
    list-style: none;
    margin: 0px 0px 50px;
}

.sportsmagazine-player-thumb-wrap {
    float: left;
    width: 100%;
}

.sportsmagazine-player-thumb-wrap figure {
    float: left;
    width: 290px;
    margin: 0px;
}

.sportsmagazine-player-thumb-wrap figure img {
    float: left;
    width: 100%;
}

.sportsmagazine-player-thumb-text {
    float: left;
    width: 50%;
    margin: 0px 0px 0px 66px;
    padding: 42px 0px 55px 30px;
}

.sportsmagazine-player-thumb-text h2 {
    float: left;
    margin: 0px 0px 25px;
    font-size: 55px;
    font-weight: bold;
    color: #ffffff;
}

.sportsmagazine-player-thumb-text h3 {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 1;
    float: left;
    margin: 5px 0px 43px 16px;
}

.sportsmagazine-player-thumb-text h3 span {
    font-size: 40px;
    line-height: 0.8;
}

.sportsmagazine-player-info {
    float: left;
    width: 100%;
}

.sportsmagazine-player-info li {
    float: left;
    list-style: none;
    width: 33.333%;
    margin: 0px 0px 15px;
}

.sportsmagazine-player-info li h5 {
    margin: 0px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}

.sportsmagazine-player-info li span {
    color: #cccccc;
}

.sportsmagazine-player-grid figure,
.sportsmagazine-player-grid figure a,
.sportsmagazine-player-grid figure a img,
.sportsmagazine-player-grid-text {
    float: left;
    width: 100%;
}

.sportsmagazine-player-grid-text>a {
    color: #fff;
}

.sportsmagazine-player-grid figure a {
    position: relative;
    overflow: hidden;
}

.sportsmagazine-player-grid figure a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sportsmagazine-player-grid ul li:hover figure a:before {
    opacity: 0.8;
}

.sportsmagazine-player-grid figure a i {
    position: absolute;
    left: 50%;
    bottom: 0%;
    width: 40px;
    height: 40px;
    background-color: #292c31;
    color: #ffffff;
    text-align: center;
    padding: 13px 0px 0px;
    margin: 0px 0px -20px -20px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.sportsmagazine-player-grid ul li:hover figure a i {
    bottom: 50%;
    opacity: 1;
}

.sportsmagazine-player-grid figure {
    margin: 0px;
}

.sportsmagazine-player-grid figure:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 46%;
    height: 10px;
    background-color: #f5f5f5;
    z-index: 1;
}

.sportsmagazine-player-grid figure:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 46%;
    height: 10px;
    background-color: #f5f5f5;
}

.sportsmagazine-player-grid figure span {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}

.sportsmagazine-player-grid figure span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f5f5f5;
    border-right: 11px solid transparent;
    margin: 0px 0px 0px -11px;
}

.sportsmagazine-player-grid figure span:after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f5f5f5;
    border-left: 10px solid transparent;
    margin: 0px -11px 0px 0px;
}

.sportsmagazine-player-grid-text {
    background-color: #f5f5f5;
    padding: 15px 12px 0px 30px;
    position: relative;
}

.forward-btn {
    display: inline-block;
    background-color: #e91423;
    font-size: 10px;
    line-height: 1;
    border-radius: 3px;
    padding: 6px 11px 7px;
    margin: 0px 0px 4px;
}

.sportsmagazine-player-grid-text h5 {
    margin: 0px 0px 9px;
    font-weight: bold;
    text-transform: uppercase;
}

.sportsmagazine-player-grid-text p {
    margin: 0px 0px 15px;
    line-height: 21px;
}

.sportsmagazine-blog.sportsmagazine-blog-medium>ul>li {
    margin: 0px 0px 30px;
}

#sportsmagazine-footer {
    float: left;
    width: 100%;
    clear: both;
}

.sportsmagazine-footer-one {
    float: left;
    width: 100%;
    background-color: #292b2d;
    background-image: url(images/footer-pattren.png);
    background-repeat: repeat;
    background-position: center;
}

.sportsmagazine-footer-widget {
    float: left;
    width: 100%;
    padding: 35px 0;
    position: relative;
}

.sportsmagazine-footer-widget>.container>.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sportsmagazine-footer-widget .widget {
    float: none;
    width: 33.333333%;
    margin-bottom: 40px;
}

.sportsmagazine-footer-widget p,
.sportsmagazine-footer-widget a {
    color: #999999;
}

.footer-widget-title {
    float: left;
    width: 100%;
    margin-bottom: 34px;
}

.footer-widget-title h2 {
    float: left;
    position: relative;
    margin: 0;
    padding-bottom: 13px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.footer-widget-title h2::before,
.footer-widget-title h2::after {
    content: "";
    position: absolute;
    right: 0;
    width: 35px;
    height: 2px;
    background-color: #e91423;
    transform: rotate(-5deg);
}

.footer-widget-title h2::before {
    bottom: 5px;
}

.footer-widget-title h2::after {
    bottom: 0;
}

.footer-logo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    overflow: visible;
}

.footer-logo img {
    display: block;
    width: 140px;
    height: auto;
    max-width: 100%;
    margin: 0;
    transform: none;
}

.widget_contact_info p {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    color: #999999;
    font-size: 14px;
    line-height: 1.8;
}

.widget_contact_info .sportsmagazine-social-network {
    float: left;
    width: 100%;
    margin: 8px 0 20px;
    padding: 0;
}

.widget_contact_info .sportsmagazine-social-network li {
    float: left;
    margin-right: 18px;
    list-style: none;
}

.widget_contact_info .sportsmagazine-social-network li a {
    display: block;
    color: #999999;
    font-size: 19px;
    line-height: 1;
}

.widget_contact_info .sportsmagazine-social-network li a:hover {
    color: #e91423;
}

.sportsmagazine-back-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e30613;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 9999;
    transition: .3s;
    text-decoration: none;
}

.sportsmagazine-back-top:hover {
    background: #111;
    color: #fff;
}

.sportsmagazine-back-top:before {
    display: none;
}

.sportsmagazine-back-top i {
    padding: 0;
    position: static;
}

@media (max-width: 991px) {
    .sportsmagazine-footer-widget>.container>.row {
        display: block;
    }

    .sportsmagazine-footer-widget .widget {
        float: left;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .sportsmagazine-footer-widget {
        padding: 55px 0 45px;
    }

    .sportsmagazine-footer-widget .widget {
        margin-bottom: 45px;
    }
}

.sportsmagazine-main-content {
    padding-top: 0px;
}

.sportsmagazine-blog-grid figure {
    height: 285px;
}

.sportsmagazine-blog-grid figure>a,
.sportsmagazine-blog-grid figure>a img {
    width: 100%;
    height: 100%;
}

.sportsmagazine-blog-grid figure>a img {
    object-fit: cover;
    opacity: 1;
}

.sportsmagazine-blog-grid figure:before {
    background: rgba(247, 247, 247, .15);
}

.sportsmagazine-blog-grid section {
    min-height: 235px;
}

.sportsmagazine-blog-grid section h2 {
    min-height: 95px;
}

.sportsmagazine-blog-grid section p {
    min-height: 85px;
}

.sportsmagazine-category-title {
    margin: 6px 0 35px;
}

.sportsmagazine-category-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.sportsmagazine-category-title h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 70px;
    height: 4px;
    background: #e91423;
}

.sportsmagazine-blog-grid>ul.row {
    display: flex;
    flex-wrap: wrap;
}

.sportsmagazine-blog-grid>ul.row>li {
    float: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.sportsmagazine-blog-grid figure {
    height: 300px;
    flex-shrink: 0;
}

.sportsmagazine-blog-grid figure>a,
.sportsmagazine-blog-grid figure>a img {
    width: 100%;
    height: 100%;
}

.sportsmagazine-blog-grid figure>a img {
    object-fit: cover;
}

.sportsmagazine-blog-grid section {
    display: flex;
    flex-direction: column;
    min-height: 255px;
    padding: 24px 30px 28px;
}

.sportsmagazine-blog-grid section h2 {
    height: 96px;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 1.2;
}

.sportsmagazine-blog-grid section p {
    height: 78px;
    overflow: hidden;
    margin: 0;
}

.sportsmagazine-blog-grid section h2 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    max-height: 3.6em;
}

.sportsmagazine-blog-grid section p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    max-height: 6.4em;
}

.sportsmagazine-blog-grid section {
    min-height: 270px;
}

.home-main-content {
    padding-top: 0;
}

.news-detail-page {
    padding: 0;
}

.news-detail-top {
    padding: 48px 0 30px;
}

.news-detail-category {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 13px;
    background-color: #e91423;
    color: #292c31;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.news-detail-title {
    margin-bottom: 16px;
    color: #2f2f2f;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}

.news-detail-main-image {
    float: left;
    width: 100%;
    margin-bottom: 28px;
}

.news-detail-main-image img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.news-detail-meta {
    float: left;
    width: 100%;
    margin: 0 0 8px;
    padding: 0;
}

.news-detail-meta li {
    float: left;
    margin: 0 10px 8px 0;
    padding: 9px 15px;
    border-radius: 20px;
    background-color: #e91423;
    color: #292c31;
    font-size: 12px;
    font-weight: 600;
    list-style: none;
}

.news-detail-meta li i {
    margin-right: 7px;
}

.news-detail-content {
    margin-bottom: 45px;
}

.news-detail-content p {
    font-size: 15px;
    line-height: 1.9;
}

.news-feed-heading {
    margin-bottom: 18px;
}

.news-feed-list {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #ececec;
    background-color: #ffffff;
}

.news-feed-item {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ececec;
}

.news-feed-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.news-feed-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.news-feed-meta time {
    color: #888888;
    font-size: 11px;
}

.news-feed-meta span {
    display: inline-block;
    padding: 4px 8px;
    background-color: #e91423;
    color: #292c31;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.news-feed-item h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.news-feed-item h3 a {
    color: #2f2f2f;
}

.news-feed-item h3 a:hover {
    color: #e91423;
}

@media (max-width: 991px) {
    .news-detail-title {
        font-size: 34px;
    }

    .news-detail-main-image img {
        height: 360px;
    }

    .news-feed-heading {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .news-detail-top {
        padding: 30px 0 45px;
    }

    .news-detail-title {
        font-size: 26px;
    }

    .news-detail-main-image img {
        height: 280px;
    }
}

.contact-tabs-section {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}

.contact-tabs {
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
}

.contact-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.contact-tabs>li>a {
    margin-right: 4px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
}

.contact-tabs>li>a:hover,
.contact-tabs>li>a:focus {
    color: #e91423;
    background-color: #f7f7f7;
    border-color: transparent;
}

.contact-tabs>li.active>a,
.contact-tabs>li.active>a:hover,
.contact-tabs>li.active>a:focus {
    color: #2f2f2f;
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-bottom-color: #ffffff;
}

.contact-tab-content {
    float: left;
    width: 100%;
    padding: 34px 0 0;
}

.contact-tab-panel {
    float: left;
    width: 100%;
}

.contact-info-block {
    max-width: 920px;
}

.contact-info-block h3 {
    margin-bottom: 18px;
    color: #2f2f2f;
    font-size: 22px;
    font-weight: 700;
}

.contact-info-block p {
    margin-bottom: 18px;
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
}

.contact-info-block a {
    color: #e91423;
}

.contact-info-block a:hover {
    color: #b9101b;
}

@media (max-width: 767px) {
    .contact-tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }

    .contact-tabs>li {
        float: none;
        flex: 0 0 auto;
    }

    .contact-tabs>li>a {
        padding: 12px 15px;
        font-size: 13px;
    }
}

.news-detail-page {
    padding: 0;
}

.news-detail-top {
    padding: 48px 0 30px;
}

.news-detail-category {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 13px;
    background-color: #ffdc11;
    color: #292c31;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.news-detail-title {
    margin-bottom: 16px;
    color: #2f2f2f;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}

.news-detail-main-image {
    float: left;
    width: 100%;
    margin-bottom: 28px;
}

.news-detail-main-image img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.news-detail-meta {
    float: left;
    width: 100%;
    margin: 0 0 8px;
    padding: 0;
}

.news-detail-meta li {
    float: left;
    margin: 0 10px 8px 0;
    padding: 9px 15px;
    border-radius: 20px;
    background-color: #ffdc11;
    color: #292c31;
    font-size: 12px;
    font-weight: 600;
    list-style: none;
}

.news-detail-meta li i {
    margin-right: 7px;
}

.news-detail-content {
    margin-bottom: 45px;
}

.news-detail-content p {
    font-size: 15px;
    line-height: 1.9;
}

.news-feed-heading {
    margin-bottom: 18px;
}

.news-feed-list {
    float: left;
    width: 100%;
    padding: 20px;
    border: 1px solid #ececec;
    background-color: #ffffff;
}

.news-feed-item {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ececec;
}

.news-feed-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.news-feed-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.news-feed-meta time {
    color: #888888;
    font-size: 11px;
}

.news-feed-meta span {
    display: inline-block;
    padding: 4px 8px;
    background-color: #ffdc11;
    color: #292c31;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.news-feed-item h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.news-feed-item h3 a {
    color: #2f2f2f;
}

.news-feed-item h3 a:hover {
    color: #ffdc11;
}

@media (max-width: 991px) {
    .news-detail-title {
        font-size: 34px;
    }

    .news-detail-main-image img {
        height: 360px;
    }

    .news-feed-heading {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .news-detail-top {
        padding: 30px 0 45px;
    }

    .news-detail-title {
        font-size: 26px;
    }

    .news-detail-main-image img {
        height: 280px;
    }
}

.national-team-page {
    padding: 20px 0;
}

.national-team-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 0 45px;
}

.national-team-tabs button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 42px;
    padding: 0 22px;
    border: 0;
    border-radius: 2px;
    background: #292c31;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    box-shadow: none;
    transition: .25s;
}

.national-team-tabs button:before,
.national-team-tabs button:after {
    display: none;
    content: none;
}

.national-team-tabs button:hover,
.national-team-tabs button:focus,
.national-team-tabs button.active {
    background: #e91423;
    color: #fff;
}

.national-tab-panel {
    display: none;
}

.national-tab-panel.active {
    display: block;
}

.national-section-title {
    text-align: center;
    margin: 0 0 30px;
}

.national-section-title h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 32px 12px;
    color: #292c31;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

.national-section-title h2:before,
.national-section-title h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 38px;
    height: 2px;
    background: #e91423;
}

.national-section-title h2:before {
    left: 0;
}

.national-section-title h2:after {
    right: 0;
}

.national-grid {
    display: flex;
    flex-wrap: wrap;
}

.national-card-wrap {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.national-card {
    height: 100%;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid #ececec;
    transition: .25s;
}

.national-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.national-card-image {
    display: block;
    height: 310px;
    overflow: hidden;
    background: #ececec;
}

.national-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s;
}

.national-card:hover .national-card-image img {
    transform: scale(1.04);
}

.national-card-body {
    padding: 22px 18px 24px;
    text-align: center;
}

.national-card-body h3 {
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
}

.national-card-body h3 a {
    color: #292c31;
}

.national-card-body h3 a:hover {
    color: #e91423;
}

.national-card-role {
    display: block;
    margin-bottom: 13px;
    color: #e91423;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.national-card-meta {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e7e7e7;
}

.national-card-meta li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid #e7e7e7;
    list-style: none;
    font-size: 12px;
    line-height: 1.4;
}

.national-card-meta li:last-child {
    border-bottom: 0;
}

.national-card-meta strong {
    color: #292c31;
}

.national-card-meta span {
    color: #666;
    text-align: right;
}

@media (max-width: 991px) {
    .national-card-wrap {
        width: 50%;
    }

    .national-card-image {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .national-team-page {
        padding: 12px 0;
    }

    .national-team-tabs {
        gap: 8px;
        margin-bottom: 35px;
    }

    .national-team-tabs button {
        width: 100%;
        max-width: 280px;
        min-width: 0;
        height: 40px;
    }

    .national-card-wrap {
        width: 100%;
    }

    .national-card-image {
        height: auto;
        aspect-ratio: 4/5;
    }

    .national-section-title h2 {
        font-size: 24px;
    }
}

body .sportsmagazine-main-content,
body .national-team-page,
body .national-team-page .container,
body .national-tab-panel {
    background: #fff;
}

body .national-section-title h2 {
    color: #292c31;
}

body .national-card {
    background: #f7f7f7;
}

body .national-card-body {
    background: #f7f7f7;
}

.widget_sidebar_banner {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.sidebar-banner-box {
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    border: 1px solid #ececec;
}

.sidebar-banner-box a {
    display: block;
    width: 100%;
}

.sidebar-banner-box img {
    display: block;
    width: 100%;
    height: auto;
}

.sidebar-banner-placeholder {
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    text-align: center;
    background: linear-gradient(135deg, rgba(233, 20, 35, 0.05) 25%, transparent 25%) -12px 0/24px 24px,
        linear-gradient(225deg, rgba(233, 20, 35, 0.05) 25%, transparent 25%) -12px 0/24px 24px,
        linear-gradient(315deg, rgba(233, 20, 35, 0.05) 25%, transparent 25%) 0 0/24px 24px,
        linear-gradient(45deg, rgba(233, 20, 35, 0.05) 25%, #f7f7f7 25%) 0 0/24px 24px;
}

.sidebar-banner-placeholder span {
    display: block;
    color: #999999;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 12px;
}

.sidebar-banner-placeholder strong {
    color: #292c31;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 991px) {
    .widget_sidebar_banner {
        max-width: 500px;
    }

    .sidebar-banner-placeholder {
        min-height: 250px;
    }
}

@media (max-width: 767px) {
    .widget_sidebar_banner {
        max-width: 100%;
    }
}

.widget_instagram_feed {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.sidebar-instagram-widget {
    float: left;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background-color: #ffffff;
}

.sidebar-instagram-widget>div {
    width: 100%;
    max-width: 100%;
}

.sidebar-instagram-widget iframe {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .widget_instagram_feed {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .widget_instagram_feed {
        max-width: 100%;
    }
}

.widget_telegram_feed {
    float: left;
    width: 66.66666667%;
}

.footer-telegram-widget {
    float: left;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.footer-telegram-widget>div {
    width: 100%;
    max-width: 100%;
}

.footer-telegram-widget iframe {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .widget_telegram_feed {
        width: 100%;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-telegram-widget {
        overflow-x: auto;
    }
}

.sportsmagazine-footer-widget .widget_telegram_feed {
    width: 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}

.sportsmagazine-footer-widget .widget_contact_info {
    width: 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.footer-telegram-widget,
.footer-telegram-widget>div {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 991px) {

    .sportsmagazine-footer-widget .widget_telegram_feed,
    .sportsmagazine-footer-widget .widget_contact_info {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.footer-telegram-widget {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    box-sizing: border-box;
}

.footer-telegram-widget>div,
.footer-telegram-widget iframe {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .footer-telegram-widget {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 767px) {
    .footer-telegram-widget {
        padding-left: 0;
        padding-right: 0;
    }
}

.sidebar-instagram-widget {
    float: left;
    width: 100%;
    height: 956px;
    max-height: 956px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    background-color: #ffffff;
    scrollbar-width: thin;
}

.sidebar-instagram-widget>div {
    width: 100%;
    max-width: 100%;
}

.sidebar-instagram-widget iframe {
    display: block;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .sidebar-instagram-widget {
        max-height: 750px;
    }
}

@media (max-width: 767px) {
    .sidebar-instagram-widget {
        max-height: none;
        overflow-y: visible;
    }
}

.widget_popular_news ul {
    max-height: 730px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
}

.widget_popular_news ul::-webkit-scrollbar {
    width: 6px;
}

.widget_popular_news ul::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 10px;
}

.widget_popular_news ul::-webkit-scrollbar-thumb {
    background: #e91423;
    border-radius: 10px;
}

.widget_popular_news ul::-webkit-scrollbar-thumb:hover {
    background: #c90f1d;
}

.tournament-standings {
    float: left;
    width: 100%;
    border: 1px solid #dedede;
    background: #fff;
}

.tournament-standings-toggle {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-bottom: 1px solid #dedede;
    background: #f7f7f7;
    color: #e91423;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.tournament-standings-toggle:hover,
.tournament-standings-toggle:focus {
    color: #e91423;
    background: #f7f7f7;
    outline: none;
}

.tournament-standings-toggle i {
    margin-left: 7px;
    font-size: 13px;
    transition: transform .25s ease;
}

.tournament-standings-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.tournament-standings-body {
    float: left;
    width: 100%;
    padding: 22px 24px 24px;
}

.tournament-tabs {
    float: left;
    width: 100%;
    margin: 0 0 18px;
    border-bottom: 1px solid #dedede;
}

.tournament-tabs>li {
    float: left;
    list-style: none;
    margin: 0 3px -1px 0;
}

.tournament-tabs>li>a {
    display: block;
    padding: 12px 20px;
    border: 1px solid transparent;
    color: #e91423;
    font-size: 13px;
    font-weight: 600;
    background: transparent;
}

.tournament-tabs>li.active>a,
.tournament-tabs>li.active>a:hover,
.tournament-tabs>li.active>a:focus {
    color: #555;
    background: #fff;
    border: 1px solid #dedede;
    border-bottom-color: #fff;
}

.tournament-tabs>li>a:hover {
    background: #fafafa;
    border-color: transparent;
}

.tournament-tab-content {
    float: left;
    width: 100%;
}

.tournament-tab-content .tab-pane {
    width: 100%;
}

.tournament-iframe-wrap {
    width: 100%;
    text-align: center;
}

.tournament-iframe-wrap iframe {
    float: none;
    display: block;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    border: 0;
}

.tournament-sofascore-credit {
    width: 100%;
    max-width: 768px;
    margin: 5px auto 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: left;
    float: none;
    display: block;
}

@media (max-width: 767px) {
    .tournament-standings-body {
        padding: 15px 12px 18px;
        overflow-x: auto;
    }

    .tournament-tabs {
        white-space: nowrap;
    }

    .tournament-tabs>li {
        float: none;
        display: inline-block;
    }

    .tournament-tabs>li>a {
        padding: 10px 13px;
    }
}

.sportsmagazine-main-header {
    min-height: 68px;
}

.sportsmagazine-main-header .container {
    position: relative;
}

.sportsmagazine-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 68px;
    width: 100%;
}

.sportsmagazine-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 68px;
    padding: 0;
    margin: 0;
    transform: translateX(-33px);
}

.sportsmagazine-header-one .sportsmagazine-logo img {
    display: block;
    width: auto;
    height: 90px;
    max-width: none;
    max-height: none;
}

.header-main-nav {
    flex: 1;
    min-width: 0;
    min-height: 68px;
    margin: 0;
    border: 0;
    background: transparent;
}

.header-main-nav .navbar-collapse {
    padding: 0;
}

.header-main-nav .navbar-nav {
    float: right;
    margin: 0;
}

.header-main-nav .navbar-nav>li {
    float: left;
    margin: 0 0 0 34px;
    padding: 0;
}

.header-main-nav .navbar-nav>li:first-child {
    margin-left: 0;
}

.header-main-nav .navbar-nav>li>a {
    display: flex;
    align-items: center;
    height: 68px;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: transparent;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    gap: 18px;
    margin-left: 30px;
    height: 68px;
}

.header-action-btn,
.header-mobile-toggle {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 38px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}

.header-action-btn {
    font-size: 18px;
}

.header-action-btn:hover,
.header-action-btn:focus,
.header-mobile-toggle:hover,
.header-mobile-toggle:focus {
    color: #e91423;
    background: transparent;
    text-decoration: none;
}

.header-info-btn i,
.header-search-toggle i {
    margin: 0;
    line-height: 1;
}

.current-language-flag {
    display: block;
    font-size: 21px;
    line-height: 1;
}

.header-language {
    position: relative;
    height: 38px;
}

.header-language .dropdown-menu {
    top: 100%;
    right: 0;
    left: auto;
    min-width: 165px;
    margin: 0;
    padding: 6px 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .18);
    z-index: 10020;
}

.header-language .dropdown-menu>li {
    float: none;
    width: 100%;
    margin: 0;
}

.header-language .dropdown-menu>li>a {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    height: auto;
    padding: 9px 14px;
    color: #292c31;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    background: #ffffff;
}

.header-language .dropdown-menu>li>a:hover {
    color: #e91423;
    background: #f5f5f5;
}

.header-language .dropdown-menu>li>a:before,
.header-language .dropdown-menu>li>a:after {
    display: none;
}

.language-flag {
    font-size: 18px;
    line-height: 1;
}

.header-search-box {
    display: none;
    position: absolute;
    top: 68px;
    right: 15px;
    width: 330px;
    padding: 14px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .22);
    z-index: 10010;
}

.header-search-box.active {
    display: block;
}

.header-search-box form {
    display: flex;
    width: 100%;
    margin: 0;
}

.header-search-box input[type="search"] {
    float: none;
    width: calc(100% - 44px);
    height: 42px;
    margin: 0;
    padding: 0 13px;
    border: 1px solid #dddddd;
    border-right: 0;
    background: #ffffff;
    color: #292c31;
    font-size: 13px;
}

.header-search-box button {
    flex: 0 0 44px;
    width: 44px;
    height: 42px;
    padding: 0;
    border: 0;
    background: #e91423;
    color: #ffffff;
    font-size: 15px;
}

.header-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
}

.header-mobile-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 0;
    background: #ffffff;
}

@media (min-width: 768px) {
    .header-main-nav #navbar-collapse-1 {
        display: block;
        height: auto;
        overflow: visible;
    }
}

@media (max-width: 767px) {
    .sportsmagazine-main-header {
        min-height: 60px;
    }

    .sportsmagazine-main-header .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sportsmagazine-header-inner {
        min-height: 60px;
        height: 60px;
        justify-content: flex-start;
        gap: 0;
    }

    .sportsmagazine-logo {
        order: 1;
        height: 60px;
        transform: none;
        margin-right: auto;
        flex-shrink: 1;
        min-width: 0;
    }

    .sportsmagazine-header-one .sportsmagazine-logo img {
        width: auto;
        height: 52px;
        max-width: 120px;
        object-fit: contain;
    }

    .header-main-nav {
        order: 3;
        position: static;
        flex: 0 0 0;
        width: 0;
        min-width: 0;
        height: 0;
        min-height: 0;
        margin: 0;
    }

    .header-actions {
        order: 2;
        height: 60px;
        margin-left: 8px;
        gap: 11px;
        flex-shrink: 0;
    }

    .header-mobile-toggle {
        display: flex;
        order: 1;
    }

    .header-info-btn {
        order: 2;
    }

    .header-language {
        order: 3;
    }

    .header-search-toggle {
        order: 4;
    }

    .header-action-btn,
    .header-mobile-toggle {
        width: 23px;
        height: 38px;
    }

    .header-action-btn {
        font-size: 17px;
    }

    .current-language-flag {
        font-size: 20px;
    }

    .header-main-nav #navbar-collapse-1 {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        background: #1f2022;
        border: 0;
        box-shadow: 0 6px 14px rgba(0, 0, 0, .22);
        z-index: 10000;
    }

    .header-main-nav #navbar-collapse-1.collapse {
        display: none;
    }

    .header-main-nav #navbar-collapse-1.collapse.in {
        display: block;
        height: auto;
        overflow: visible;
    }

    .header-main-nav .navbar-nav {
        float: none;
        width: 100%;
        margin: 0;
    }

    .header-main-nav .navbar-nav>li {
        float: none;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    .header-main-nav .navbar-nav>li:last-child {
        border-bottom: 0;
    }

    .header-main-nav .navbar-nav>li>a {
        display: block;
        width: 100%;
        height: auto;
        padding: 14px 18px;
        color: #ffffff;
        font-size: 13px;
        line-height: 1.3;
        text-align: left;
    }

    .header-main-nav .navbar-nav>li>a:before,
    .header-main-nav .navbar-nav>li>a:after {
        display: none;
    }

    .header-main-nav .navbar-nav>li>a:hover,
    .header-main-nav .navbar-nav>li>a:focus {
        color: #e91423;
        background: #25272a;
    }

    .header-search-box {
        top: 60px;
        left: 15px;
        right: 15px;
        width: auto;
    }

    .header-language .dropdown-menu {
        top: 44px;
        right: -36px;
    }
}

@media (max-width: 420px) {
    .sportsmagazine-main-header .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sportsmagazine-header-one .sportsmagazine-logo img {
        height: 46px;
        max-width: 105px;
    }

    .header-actions {
        gap: 8px;
        margin-left: 4px;
    }

    .header-action-btn,
    .header-mobile-toggle {
        width: 21px;
    }

    .header-action-btn {
        font-size: 16px;
    }

    .current-language-flag {
        font-size: 18px;
    }

    .header-mobile-toggle .icon-bar {
        width: 20px;
    }

    .header-search-box {
        left: 10px;
        right: 10px;
    }
}

.header-language .dropdown-menu {
    min-width: 150px;
    width: 150px;
    padding: 5px 0;
    margin: 0;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    top: 100%;
    right: 0;
    left: auto;
}

.header-language .dropdown-menu>li {
    float: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

.header-language .dropdown-menu>li:before,
.header-language .dropdown-menu>li:after {
    display: none;
    content: none;
}

.header-language .dropdown-menu>li>a {
    float: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 12px;
    color: #292c31;
    background: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
}

.header-language .dropdown-menu>li>a:hover {
    background: #f5f5f5;
    color: #e91423;
}

.header-language .dropdown-menu>li>a:before,
.header-language .dropdown-menu>li>a:after {
    display: none;
    content: none;
}

.language-flag {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
}

.full-top-banner {
    width: 100%;
}

.full-top-banner .banner-placeholder {
    width: 100%;
    height: 150px;
    border: 2px dashed #d9d9d9;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 8px 0;
}

.full-top-banner .banner-placeholder span {
    color: #999;
    font-size: 12px;
    letter-spacing: 1px;
}

.full-top-banner .banner-placeholder strong {
    margin-top: 8px;
    font-size: 24px;
    color: #555;
}

#sportsmagazine-header .container,
.full-top-banner .container,
.sportsmagazine-main-content .container,
#sportsmagazine-footer .container {
    width: 1170px;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.full-top-banner {
    width: 100%;
    margin: 16px 0;
    padding: 0;
}

.full-top-banner .banner-placeholder {
    width: 100%;
    margin: 0;
}

.sportsmagazine-banner>.container {
    width: 1170px;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.desktop-banner-size {
    display: inline;
}

.mobile-banner-size {
    display: none;
}

@media (max-width: 767px) {
    .desktop-banner-size {
        display: none;
    }

    .mobile-banner-size {
        display: inline;
    }

    .full-top-banner .banner-placeholder {
        height: 100px;
        min-height: 100px;
    }

    .banner-size {
        font-size: 18px;
    }
}

.header-advertisement {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
}

.header-advertisement-inner {
    width: 1340px;
    max-width: calc(100% - 30px);
    height: 150px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.header-ad-placeholder {
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border: 1px dashed #d5d5d5;
    text-align: center;
}

.header-ad-placeholder>span {
    color: #999;
    font-size: 12px;
    letter-spacing: 1px;
}

.header-ad-placeholder strong {
    margin-top: 7px;
    color: #555;
    font-size: 20px;
}

.header-advertisement img,
.header-advertisement iframe,
.header-advertisement ins {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.header-advertisement+#sportsmagazine-header {
    margin-top: 0;
}

#sportsmagazine-header {
    margin-top: 0;
}

.desktop-banner-size {
    display: inline;
}

.mobile-banner-size {
    display: none;
}

@media (max-width: 767px) {
    .sportsmagazine-footer-widget {
        padding: 30px 0;
    }

    .widget_contact_info {
        margin-bottom: 0;
    }

    .widget_contact_info .footer-logo {
        margin-bottom: 15px;
    }

    .widget_contact_info p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .sportsmagazine-social-network {
        margin-bottom: 0;
    }

    .sportsmagazine-footer-one {
        padding-bottom: 0;
    }
}

.header-advertisement {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #232428;
    clear: both;
}

.header-advertisement-inner {
    width: 1340px;
    max-width: calc(100% - 30px);
    height: 150px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.header-ad-placeholder {
    width: 100%;
    height: 150px;
    min-height: 150px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f7f7f7;
    border: 1px dashed #d5d5d5;
    box-sizing: border-box;
}

.header-ad-placeholder>span {
    display: block;
    color: #999;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
}

.header-ad-placeholder strong {
    display: block;
    margin-top: 8px;
    color: #555;
    font-size: 24px;
    line-height: 1.2;
}

.header-advertisement img,
.header-advertisement iframe,
.header-advertisement ins {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 150px;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.header-advertisement+#sportsmagazine-header,
#sportsmagazine-header,
.sportsmagazine-main-header {
    margin-top: 0;
}

.desktop-banner-size {
    display: inline;
}

.mobile-banner-size {
    display: none;
}

@media (max-width: 767px) {
    .header-advertisement {
        width: 100%;
        margin: 0;
        padding: 0;
        background: #292c31;
    }

    .header-advertisement-inner {
        width: 100%;
        max-width: 100%;
        height: 70px;
        margin: 0;
        padding: 0;
    }

    .header-ad-placeholder {
        width: 100%;
        height: 100px;
        min-height: 70px;
        margin: 0;
        padding: 0;
        border-left: 0;
        border-right: 0;
    }

    .header-advertisement img,
    .header-advertisement iframe,
    .header-advertisement ins {
        width: 100%;
        max-width: 100%;
        height: 70px;
    }

    .desktop-banner-size {
        display: none;
    }

    .mobile-banner-size {
        display: inline;
    }

    .header-ad-placeholder strong {
        font-size: 18px;
    }

    .header-ad-placeholder>span {
        font-size: 10px;
    }
}

.player-detail-instagram {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    height: auto;
    max-height: none;
    overflow: visible;
}

.player-detail-instagram .sidebar-instagram-widget {
    height: auto;
    max-height: none;
    overflow: visible;
}

.sportsmagazine-main-contentminus {
    padding: 0;
}

.mobile-national-teams-link {
    margin-bottom: 20px;
}

.mobile-national-teams-link .sportsmagazine-fancy-title {
    margin-bottom: 0;
}

.mobile-national-teams-anchor {
    display: block;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

.mobile-national-teams-anchor .sportsmagazine-fancy-title {
    margin-bottom: 0;
}

.tournament-standings-toggle {
    float: left;
    width: 100%;
    min-height: 58px;
    background: url(images/fancytitle-pattren.png);
    border: none;
    border-bottom: 2px solid #e91423;
    padding: 17px 29px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.tournament-standings-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 58px solid #e91423;
    border-left: 50px solid transparent;
    pointer-events: none;
}

.tournament-standings-toggle i {
    position: relative;
    z-index: 2;
    margin-left: 10px;
    color: #ffffff;
    font-size: 15px;
    transition: transform 0.25s ease;
}

.tournament-standings-toggle:not(.collapsed) i {
    transform: rotate(180deg);
}

.tournament-standings-toggle:hover,
.tournament-standings-toggle:focus {
    color: #ffffff;
    background: url(images/fancytitle-pattren.png);
    outline: none;
}

.sportsmagazine-fancy-title {
    text-align: center;
}

.sportsmagazine-fancy-title h2 {
    float: none;
    display: inline-block;
    text-align: center;
}

.tournament-standings-toggle {
    text-align: center;
}

.tournament-standings-toggle i {
    float: none;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.news-feed-list {
    max-height: 1386px;
    overflow-y: auto;
    overflow-x: hidden;
}

.player-news-feed {
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
}

.news-feed-list::-webkit-scrollbar {
    width: 6px;
}

.news-feed-list::-webkit-scrollbar-thumb {
    background: #ed1c24;
    border-radius: 10px;
}

.sportsmagazine-related-article span,
.sportsmagazine-related-article time,
.sportsmagazine-related-article .sportsmagazine-link-btn {
    background: #ed1c24;
    color: #ffffff;
}

.news-detail-category {
    background: #ed1c24;
    color: #ffffff;
}

.news-feed-meta span {
    background: #ed1c24;
    color: #ffffff;
}

.news-detail-meta li {
    background: #ed1c24;
    color: #ffffff;
}

.news-detail-meta li i {
    color: #ffffff;
}

.sportsmagazine-related-article .sportsmagazine-article-text time {
    background: #ed1c24;
    color: #ffffff;
}

.news-detail-meta li a,
.sportsmagazine-related-article .sportsmagazine-article-text time a {
    color: #ffffff;
}

.news-feed-item:hover h4,
.news-feed-item:hover h5,
.news-feed-item:hover a,
.news-feed-item a:hover {
    color: #222222;
}

.news-feed-item:hover a {
    color: #ed1c24;
}

.player-detail-page .sportsmagazine-main-content .mobile-national-teams-link {
    display: block;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin: 20px 0 25px;
}

.player-detail-page .sportsmagazine-main-content .mobile-national-teams-anchor {
    display: block;
    width: 100%;
    text-decoration: none;
}

.player-detail-page .sportsmagazine-main-content .mobile-national-teams-link .sportsmagazine-fancy-title {
    width: 100%;
    margin: 0;
}

.mobile-news-load-more {
    display: none;
}

.sportsmagazine-load-more {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 30px;
}

.sportsmagazine-load-more .load-more-btn {
    display: inline-block;
    min-width: 150px;
    padding: 12px 28px;
    border: 0;
    border-radius: 3px;
    background: #e30613;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    transition: background 0.2s ease;
}

.sportsmagazine-load-more .load-more-btn:hover {
    background: #222222;
    color: #ffffff;
}

.sportsmagazine-load-more .load-more-btn:focus,
.sportsmagazine-load-more .load-more-btn:active {
    background: #e30613;
    color: #ffffff;
    outline: none;
}



.category-news-hidden {
    display: none;
}



.player-detail-instagram {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
}

.player-detail-instagram .sportsmagazine-fancy-title {
    margin-bottom: 20px;
}

.player-detail-instagram .sidebar-instagram-widget {
    width: 100%;
    height: 550px;
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
}

.player-detail-instagram .sidebar-instagram-widget::-webkit-scrollbar {
    width: 6px;
}

.player-detail-instagram .sidebar-instagram-widget::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 10px;
}

.player-detail-instagram .sidebar-instagram-widget::-webkit-scrollbar-thumb {
    background: #e91423;
    border-radius: 10px;
}

.player-detail-instagram .sidebar-instagram-widget::-webkit-scrollbar-thumb:hover {
    background: #c90f1d;
}

.player-detail-instagram .sidebar-instagram-widget>div {
    width: 100%;
    max-width: 100%;
}


.footer-telegram-widget {
    position: relative;
    padding: 0 45px;
    overflow: visible;
}

/* Elfsight-in sol/sağ navigation düymələri */
.footer-telegram-widget button[aria-label*="Previous"],
.footer-telegram-widget button[aria-label*="Next"] {
    z-index: 10;
}

.news-feed-list .news-feed-item a {
    color: #2a2a2a;
}

.news-feed-list .news-feed-item a:hover,
.news-feed-list .news-feed-item a:focus,
.news-feed-list .news-feed-item a:active {
    color: #e91423;
}

.footer-desktop-social-links {
    float: left;
    clear: both;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 8px 0 0;
}

.footer-desktop-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #999999;
    font-size: 20px;
    line-height: 1;
}

.footer-desktop-social-links a:hover {
    color: #ed1c24;
}

.footer-copyright {
    width: 100%;
    padding: 9px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #777777;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}