/******************************************************************
  Template Name: Specer
  Description: Specer Sport HTML Template
  Author: Colorlib
  Author URI: http://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Match Schedule Section
6.  Latest News Section
7.  Video Section
8.  Popular News Section
9.  Contact
10.  Footer Style

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

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

/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	color: #636363;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 30px;
}

.section-title.sidebar-title:before {
	height: 2px;
}

.section-title.sidebar-title:after {
	height: 2px;
}

.section-title.sidebar-title h5 {
	font-size: 20px;
	color: #151618;
	font-weight: 500;
}

.section-title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 70px;
	background: #0b2d4f;
	content: "";
	z-index: 1;
}

.section-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background: #f2f2f2;
	content: "";
}

.section-title h3 {
	font-size: 28px;
	color: #151618;
	font-weight: 300;
}

.section-title h3 span {
	font-weight: 700;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	font-size: 16px;
	color: #ffffff;
	background: #0b2d4f;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	padding: 14px 36px 12px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}

.loader {
	width: 130px;
	height: 130px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -65px;
	margin-left: -65px;
	background: url("/img/osat-small-logo.png") center center no-repeat;
	background-size: contain;
	border: 0 !important;
	border-radius: 0 !important;
	animation: osatHeartbeat 1.25s ease-in-out infinite;
	-webkit-animation: osatHeartbeat 1.25s ease-in-out infinite;
}

.loader:before,
.loader:after {
	display: none !important;
	content: none !important;
}

@keyframes osatHeartbeat {
	0% {
		transform: scale(1);
		opacity: 0.86;
	}
	14% {
		transform: scale(1.14);
		opacity: 1;
	}
	28% {
		transform: scale(1);
		opacity: 0.9;
	}
	42% {
		transform: scale(1.10);
		opacity: 1;
	}
	70% {
		transform: scale(1);
		opacity: 0.86;
	}
	100% {
		transform: scale(1);
		opacity: 0.86;
	}
}

@-webkit-keyframes osatHeartbeat {
	0% {
		-webkit-transform: scale(1);
		opacity: 0.86;
	}
	14% {
		-webkit-transform: scale(1.14);
		opacity: 1;
	}
	28% {
		-webkit-transform: scale(1);
		opacity: 0.9;
	}
	42% {
		-webkit-transform: scale(1.10);
		opacity: 1;
	}
	70% {
		-webkit-transform: scale(1);
		opacity: 0.86;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0.86;
	}
}

/* Search Option */

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header__top .ht-info ul li {
	list-style: none;
	display: inline-block;
	margin-right: 35px;
	position: relative;
	font-size: 14px;
	color: #2d2d2d;
	padding: 14px 0 15px;
}

.header__top .ht-info ul li:after {
	position: absolute;
	right: -20px;
	top: 14px;
	width: 1px;
	height: 20px;
	background: #e5e5e5;
	content: "";
}

.header__top .ht-info ul li:last-child:after {
	display: none;
}

.header__top .ht-info ul li a {
	font-size: 14px;
	color: #2d2d2d;
}

.header__top .ht-links {
	text-align: right;
}

.header__top .ht-links a {
	display: inline-block;
	font-size: 14px;
	color: #2d2d2d;
	margin-left: 20px;
	padding: 14px 0 15px;
}

.header__nav {
	background: #0b2d4f;
}

.header__nav .logo {
	padding: 30px 0;
}

.header__nav .logo a {
	display: inline-block;
}

.header__nav .nav-menu {
	text-align: right;
}

.header__nav .nav-menu .main-menu {
	display: inline-block;
}

.header__nav .nav-menu .main-menu li {
	display: inline-block;
	list-style: none;
	margin-right: 50px;
	position: relative;
}

.header__nav .nav-menu .main-menu li .dropdown {
	position: absolute;
	left: 0;
	top: 115px;
	width: 180px;
	background: #ffffff;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header__nav .nav-menu .main-menu li .dropdown li {
	margin-right: 0;
	display: block;
	text-align: left;
}

.header__nav .nav-menu .main-menu li .dropdown li a {
	padding: 5px 20px;
	display: block;
	color: #151618;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: capitalize;
}

.header__nav .nav-menu .main-menu li .dropdown li a:hover {
	color: #0b2d4f;
}

.header__nav .nav-menu .main-menu li .dropdown li a:after {
	display: none;
}

.header__nav .nav-menu .main-menu li.active a:after {
	opacity: 1;
}

.header__nav .nav-menu .main-menu li:hover a:after {
	opacity: 1;
}

.header__nav .nav-menu .main-menu li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	top: 95px;
}

.header__nav .nav-menu .main-menu li a {
	font-size: 15px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	padding: 39px 0;
	position: relative;
}

.header__nav .nav-menu .main-menu li a:after {
	position: absolute;
	left: 0;
	top: 65px;
	height: 2px;
	width: 100%;
	background: #ffffff;
	content: "";
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.header__nav .nav-menu .nm-right {
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}

.header__nav .nav-menu .nm-right i {
	font-size: 14px;
	color: #ffffff;
}

.canvas-open {
	display: none;
}

.offcanvas-menu-wrapper {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero-section {
	height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hs-item .hs-text {
	text-align: center;
}

.hs-item .hs-text h4 {
	color: #ffffff;
	margin-bottom: 25px;
}

.hs-item .hs-text h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 32px;
}

.osat-hero {
    position: relative;
}

.osat-hero:before {
    position: absolute;
    content: "";
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.osat-hero .container {
    position: relative;
    z-index: 2;
}

.osat-hero .hs-item {
    width: 100%;
}

.osat-hero-quote {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.osat-hero-quote blockquote {
    color: #ffffff;
    font-size: 54px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.75);
}

.osat-hero-quote .quote-author {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 22px;
    margin-bottom: 0;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 767px) {
    .osat-hero-quote blockquote {
        font-size: 34px;
    }

    .osat-hero-quote .quote-author {
        font-size: 16px;
    }
}

/*---------------------
  Trending News
-----------------------*/

.trending-news-section {
	background: #151618;
	position: relative;
	padding: 18px 0;
}

.trending-news-section .tn-title {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	background: #0b2d4f;
	text-align: right;
	padding-right: 75px;
	padding-top: 14px;
	width: 32%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}

.trending-news-section .news-slider.owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: 0;
}

.trending-news-section .news-slider.owl-carousel .owl-nav button {
	height: 22px;
	width: 22px;
	border: 1px solid #8a8b8c;
	text-align: center;
	font-size: 12px;
	color: #ababab;
	line-height: 22px;
	margin-left: 10px;
	background: #151618;
}

.trending-news-section .news-slider .nt-item {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	padding-left: 265px;
}

/*---------------------
  Match Section
-----------------------*/

.match-section {
	padding: 70px 0 60px;
}

.ms-content h4 {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 25px;
}

.ms-content .mc-table {
	margin-bottom: 10px;
}

.ms-content .mc-table table {
	width: 100%;
}

.ms-content .mc-table table tr {
	background: rgba(21, 22, 24, 0.9);
	margin-bottom: 10px;
}

.ms-content .mc-table table tr td {
	padding: 16px 0;
	width: 200px;
}

.ms-content .mc-table table tr td img {
	height: 30px;
	width: 50px;
}

.ms-content .mc-table table tr td h6 {
	color: #ffffff;
	display: inline-block;
}

.ms-content .mc-table table tr td.left-team {
	padding-left: 40px;
}

.ms-content .mc-table table tr td.left-team img {
	float: left;
	margin-right: 10px;
}

.ms-content .mc-table table tr td.left-team h6 {
	overflow: hidden;
	line-height: 30px;
}

.ms-content .mc-table table tr td.right-team {
	text-align: right;
	padding-right: 40px;
}

.ms-content .mc-table table tr td.right-team img {
	float: right;
	margin-left: 10px;
}

.ms-content .mc-table table tr td.right-team h6 {
	float: right;
	line-height: 30px;
}

.ms-content .mc-table table tr td.mt-content {
	width: 150px;
	text-align: center;
}

.ms-content .mc-table table tr td.mt-content .mc-op {
	font-size: 14px;
	color: #ffffff;
}

.ms-content .mc-table table tr td.mt-content h4 {
	color: #ffffff;
	font-weight: 700;
	margin-top: 14px;
	margin-bottom: 12px;
}

/*---------------------
  Soccer Section
-----------------------*/

.soccer-section {
	padding: 70px 0;
}

.soccer-section .col-lg-12 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.soccer-section .col-lg-3 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.soccer-item {
	height: 405px;
	position: relative;
	margin-bottom: 10px;
}

.soccer-item .si-tag {
	color: #ffffff;
	background: #0b2d4f;
	font-size: 10px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 9px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.soccer-item .si-text {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	padding: 0 30px;
}

.soccer-item .si-text h5 {
	margin-bottom: 6px;
}

.soccer-item .si-text h5 a {
	color: #ffffff;
	font-weight: 500;
	line-height: 26px;
}

.soccer-item .si-text ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	margin-right: 20px;
	position: relative;
}

.soccer-item .si-text ul li:after {
	position: absolute;
	right: -12px;
	top: 0;
	content: "|";
}

.soccer-item .si-text ul li:last-child {
	margin-right: 0;
}

.soccer-item .si-text ul li:last-child:after {
	display: none;
}

/*---------------------
  Latest Section
-----------------------*/

.latest-section {
	padding-bottom: 30px;
}

.section-title.latest-title h3 {
	float: left;
}

.section-title.latest-title ul {
	text-align: right;
}

.section-title.latest-title ul li {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	font-weight: 500;
	color: #151618;
	padding: 4px 12px;
	background: #f2f2f2;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 5px;
	cursor: pointer;
}

.section-title.latest-title ul li:last-child {
	margin-right: 0;
}

.section-title.latest-title ul li:hover {
	background: #0b2d4f;
	color: #ffffff;
}

.news-item {
	overflow: hidden;
	margin-bottom: 30px;
}

.news-item.left-news .ni-pic {
	height: 240px;
	position: relative;
	float: none;
}

.news-item.left-news .ni-pic .ni-tag {
	color: #ffffff;
	background: #0b2d4f;
	font-size: 10px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 9px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.news-item.left-news .ni-text {
	padding-top: 25px;
	overflow: visible;
}

.news-item.left-news .ni-text h4 {
	margin-bottom: 15px;
}

.news-item.left-news .ni-text h4 a {
	color: #151618;
	line-height: 32px;
	font-weight: 500;
}

.news-item.left-news .ni-text ul {
	margin-bottom: 20px;
}

.news-item.left-news .ni-text p {
	font-size: 14px;
	color: #636363;
	line-height: 24px;
}

.news-item .ni-pic {
	float: left;
	margin-right: 20px;
}

.news-item .ni-pic img {
	height: 100px;
	width: 100px;
}

.news-item .ni-text {
	overflow: hidden;
	padding-top: 6px;
}

.news-item .ni-text h5 {
	margin-bottom: 8px;
}

.news-item .ni-text h5 a {
	color: #151618;
	font-weight: 500;
	line-height: 26px;
}

.news-item .ni-text ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #ababab;
	margin-right: 20px;
	position: relative;
}

.news-item .ni-text ul li i {
	color: #0b2d4f;
}

.news-item .ni-text ul li:after {
	position: absolute;
	right: -12px;
	top: 0;
	content: "|";
}

.news-item .ni-text ul li:last-child {
	margin-right: 0;
}

.news-item .ni-text ul li:last-child:after {
	display: none;
}

.points-table table {
	width: 100%;
}

.points-table table thead tr th {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	background: #2c2d2f;
	padding: 14px 0 13px;
}

.points-table table thead tr th.th-o {
	text-align: center;
}

.points-table table tbody {
	border: 1px solid #e5e5e5;
	border-top: none;
	border-bottom: none;
}

.points-table table tbody tr {
	border-bottom: 1px solid #e7e7e7;
}

.points-table table tbody tr td {
	text-align: center;
	font-size: 14px;
	color: #636363;
	padding: 12px 0;
}

.points-table table tbody tr td.team-name {
	text-align: left;
	width: 130px;
}

.points-table table tbody tr td.team-name img {
	height: 22px;
	width: 36px;
	margin-right: 6px;
	display: inline-block;
}

.points-table table tbody tr td.team-name span {
	display: inline-block;
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 500;
}

.points-table .p-all {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
	background: #f2f2f2;
	display: block;
	text-align: center;
	padding: 15px;
}

/*---------------------
  Video Section
-----------------------*/

.video-section {
	margin-bottom: 70px;
}

.video-slider.owl-carousel {
	margin-right: 0;
}

.video-slider.owl-carousel .col-lg-3 {
	max-width: 100%;
}

.video-slider.owl-carousel .owl-nav {
	position: absolute;
	right: 15px;
	top: -78px;
}

.video-slider.owl-carousel .owl-nav button {
	font-size: 20px;
	color: #636363;
	width: 30px;
	height: 30px;
	border: 1px solid #d5d5d5;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 10px;
}

.video-slider.owl-carousel .owl-nav button:last-child {
	margin-right: 0;
}

.video-slider.owl-carousel .owl-nav button:hover {
	background: #0b2d4f;
	color: #ffffff;
	border-color: #0b2d4f;
}

.video-item {
	height: 200px;
	position: relative;
}

.video-item:hover .play-btn {
	opacity: 1;
	visibility: visible;
}

.video-item .vi-title {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	padding: 0 20px;
}

.video-item .vi-title h5 {
	color: #ffffff;
	font-weight: 500;
	line-height: 26px;
}

.video-item .play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-20px, -20px);
	-ms-transform: translate(-20px, -20px);
	transform: translate(-20px, -20px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.video-item .vi-time {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.7);
	padding: 3px 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/*---------------------
  Popurlar News Section
-----------------------*/

.news-item.popular-item {
	height: 240px;
	position: relative;
}

.news-item.popular-item .ni-tag {
	color: #ffffff;
	background: #0b2d4f;
	font-size: 10px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 9px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.news-item.popular-item .ni-tag.tenis {
	background: #0054a6;
}

.news-item.popular-item .ni-tag.football {
	background: #e3ce1e;
}

.news-item.popular-item .ni-text {
	padding-top: 0;
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	padding: 0 20px;
}

.news-item.popular-item .ni-text h5 a {
	color: #ffffff;
}

.news-item.popular-item .ni-text ul li {
	color: #ffffff;
}

.news-item.popular-item .ni-text ul li i {
	color: #ffffff;
}

.follow-links {
	margin-bottom: 70px;
}

.follow-links ul li {
	list-style: none;
	overflow: hidden;
	padding: 12px 16px 10px 20px;
	margin-bottom: 10px;
}

.follow-links ul li.facebook {
	background: #506eaa;
}

.follow-links ul li.twitter {
	background: #55acee;
}

.follow-links ul li.google {
	background: #dd4b39;
}

.follow-links ul li i {
	font-size: 14px;
	color: #ffffff;
	float: left;
	line-height: 24px;
}

.follow-links ul li .fl-name {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	float: left;
	margin-left: 32px;
	position: relative;
}

.follow-links ul li .fl-name:after {
	position: absolute;
	left: -15px;
	top: -2px;
	height: 26px;
	width: 1px;
	background: #ffffff;
	content: "";
}

.follow-links ul li .fl-fan {
	font-size: 14px;
	color: #ffffff;
	float: right;
}

.vote-option {
	height: 290px;
}

.vote-option .vo-text {
	height: 100%;
	padding-left: 30px;
	padding-top: 42px;
}

.vote-option .vo-text h5 {
	color: #ffffff;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 20px;
}

.vote-option .vo-text .vt-item {
	margin-bottom: 4px;
}

.vote-option .vo-text .vt-item input {
	position: absolute;
	visibility: hidden;
}

.vote-option .vo-text .vt-item label {
	font-size: 16px;
	color: #ffffff;
	position: relative;
	padding-left: 22px;
	cursor: pointer;
}

.vote-option .vo-text .vt-item label:before {
	position: absolute;
	left: 0;
	top: 4px;
	width: 14px;
	height: 14px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	content: "";
}

.vote-option .vo-text .vt-item input[type=radio]:checked+label:before {
	background: #ffffff;
}

/*---------------------
  Footer
-----------------------*/

.footer-section {
	padding-top: 60px;
}

.fs-logo {
	margin-bottom: 30px;
}

.fs-logo .logo {
	margin-bottom: 30px;
}

.fs-logo .logo a {
	display: inline-block;
}

.fs-logo ul {
	margin-bottom: 22px;
}

.fs-logo ul li {
	font-size: 16px;
	color: #ababab;
	line-height: 36px;
	position: relative;
	list-style: none;
	padding-left: 30px;
}

.fs-logo ul li i {
	font-size: 16px;
	color: #0b2d4f;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 8px;
}

.fs-logo .fs-social a {
	display: inline-block;
	height: 39px;
	width: 39px;
	border: 1px solid #3d3d3f;
	border-radius: 50%;
	text-align: center;
	line-height: 39px;
	color: #b3b7c8;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 10px;
	margin-bottom: 10px;
}

.fs-logo .fs-social a:last-child {
	margin-right: 0;
}

.fs-logo .fs-social a:hover {
	background: #0b2d4f;
	border-color: #0b2d4f;
	color: #ffffff;
}

.fs-widget {
	margin-bottom: 30px;
	overflow: hidden;
}

.fs-widget h4 {
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 26px;
}

.fs-widget .fw-links {
	width: 42%;
	float: left;
}

.fs-widget .fw-links li {
	list-style: none;
}

.fs-widget .fw-links li a {
	font-size: 16px;
	color: #b5b8be;
	line-height: 36px;
	font-weight: 500;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fs-widget .fw-links li a:hover {
	color: #0b2d4f;
}

.fs-widget .fw-item {
	margin-bottom: 18px;
}

.fs-widget .fw-item h5 {
	margin-bottom: 8px;
}

.fs-widget .fw-item h5 a {
	color: #ffffff;
	font-weight: 500;
	line-height: 26px;
}

.fs-widget .fw-item ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #ababab;
	margin-right: 20px;
	position: relative;
}

.fs-widget .fw-item ul li i {
	color: #0b2d4f;
}

.fs-widget .fw-item ul li:after {
	position: absolute;
	right: -12px;
	top: 0;
	content: "|";
}

.fs-widget .fw-item ul li:last-child {
	margin-right: 0;
}

.fs-widget .fw-item ul li:last-child:after {
	display: none;
}

.copyright-option {
	border-top: 1px solid #2d2e30;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-top: 20px;
}

.copyright-option .co-text {
	font-size: 14px;
	color: #636363;
	float: left;
	line-height: 24px;
}

.copyright-option .co-widget {
	text-align: right;
}

.copyright-option .co-widget ul {
	list-style: none;
}

.copyright-option .co-widget ul li {
	font-size: 14px;
	display: inline-block;
	margin-right: 45px;
}

.copyright-option .co-widget ul li a {
	color: #636363;
}

.copyright-option .co-widget ul li:last-child {
	margin-right: 0;
}

/* --------------------------------- Other Pages Styles --------------------------------- */

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-section {
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.breadcrumb-section .bs-text h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9),
		         0 6px 18px rgba(0, 0, 0, 0.85);
}

/*---------------------
  Schedule Section
-----------------------*/

.schedule-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.schedule-text .st-title {
	font-size: 22px;
	color: #ffffff;
	font-weight: 500;
	background: #0b2d4f;
	text-align: center;
	padding: 12px 0 14px;
	margin-bottom: 30px;
}

.schedule-text .st-table table {
	width: 100%;
}

.schedule-text .st-table table tbody tr {
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.schedule-text .st-table table tbody tr:last-child {
	border: none;
}

.schedule-text .st-table table tbody tr:hover {
	background: #f2f2f2;
	border-color: #f2f2f2;
}

.schedule-text .st-table table tbody tr td {
	width: 150px;
	padding: 16px 0;
}

.schedule-text .st-table table tbody tr td img {
	height: 30px;
	width: 50px;
}

.schedule-text .st-table table tbody tr td h4 {
	line-height: 30px;
	color: #151618;
	font-weight: 500;
}

.schedule-text .st-table table tbody tr td.left-team {
	padding-left: 20px;
}

.schedule-text .st-table table tbody tr td.left-team img {
	float: left;
	margin-right: 10px;
}

.schedule-text .st-table table tbody tr td.left-team h4 {
	overflow: hidden;
}

.schedule-text .st-table table tbody tr td.right-team {
	text-align: right;
	padding-right: 20px;
}

.schedule-text .st-table table tbody tr td.right-team img {
	float: right;
	margin-left: 10px;
}

.schedule-text .st-table table tbody tr td.right-team h4 {
	float: right;
}

.schedule-text .st-table table tbody tr td.st-option {
	text-align: center;
}

.schedule-text .st-table table tbody tr td.st-option h4 {
	color: #0b2d4f;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 14px;
	margin-bottom: 12px;
}

.schedule-text .st-table table tbody tr td.st-option .so-text {
	font-size: 14px;
	color: #636363;
}

.schedule-sidebar .ss-widget {
	margin-bottom: 55px;
}

.schedule-sidebar .ss-widget.other-sport {
	margin-bottom: 0;
}

.schedule-sidebar .ss-widget ul li {
	list-style: none;
	position: relative;
	padding-left: 22px;
}

.schedule-sidebar .ss-widget ul li a {
	font-size: 16px;
	color: #636363;
	line-height: 30px;
}

.schedule-sidebar .ss-widget ul li:before {
	position: absolute;
	left: 0;
	top: 11px;
	height: 8px;
	width: 8px;
	background: #636363;
	content: "";
	border-radius: 50%;
}

.schedule-sidebar .ss-league {
	margin-bottom: 65px;
}

.schedule-sidebar .ss-league .sl-item {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.schedule-sidebar .ss-league .sl-item img {
	height: 22px;
	width: 36px;
	float: left;
	margin-right: 10px;
}

.schedule-sidebar .ss-league .sl-item span {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 500;
	overflow: hidden;
	line-height: 22px;
	display: inline-block;
}

/*---------------------
  Blog Section
-----------------------*/

.blog-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.large-blog {
	height: 500px;
	position: relative;
	margin-bottom: 50px;
}

.large-blog .bi-tag {
	font-size: 12px;
	color: #ffffff;
	background: #0b2d4f;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 15px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.large-blog .bi-text {
	position: absolute;
	left: 0;
	bottom: 34px;
	width: 100%;
	padding: 0 30px;
}

.large-blog .bi-text h3 {
	margin-bottom: 15px;
}

.large-blog .bi-text h3 a {
	color: #ffffff;
	line-height: 38px;
	font-weight: 500;
}

.large-blog .bi-text ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	margin-right: 20px;
	position: relative;
}

.large-blog .bi-text ul li:after {
	position: absolute;
	right: -12px;
	top: 0;
	content: "|";
}

.large-blog .bi-text ul li:last-child {
	margin-right: 0;
}

.large-blog .bi-text ul li:last-child:after {
	display: none;
}

.blog-items .single-item {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.blog-items .single-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.blog-items .single-item .bi-pic {
	float: left;
	margin-right: 30px;
}

.blog-items .single-item .bi-pic img {
	border-radius: 2px;
	min-width: 100%;
}

.blog-items .single-item .bi-text {
	overflow: hidden;
	padding-top: 10px;
}

.blog-items .single-item .bi-text h4 {
	margin-bottom: 12px;
}

.blog-items .single-item .bi-text h4 a {
	color: #151618;
	line-height: 32px;
	font-weight: 500;
}

.blog-items .single-item .bi-text ul {
	margin-bottom: 20px;
}

.blog-items .single-item .bi-text ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #ababab;
	margin-right: 20px;
	position: relative;
}

.blog-items .single-item .bi-text ul li i {
	color: #0b2d4f;
}

.blog-items .single-item .bi-text ul li:after {
	position: absolute;
	right: -12px;
	top: 0;
	content: "|";
}

.blog-items .single-item .bi-text ul li:last-child {
	margin-right: 0;
}

.blog-items .single-item .bi-text ul li:last-child:after {
	display: none;
}

.blog-items .single-item .bi-text p {
	font-size: 14px;
	color: #636363;
}

.more-blog {
	margin-top: 50px;
}

.more-blog a {
	display: inline-block;
	font-size: 14px;
	color: #636363;
	border: 2px solid #e5e5e5;
	border-radius: 2px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 22px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 16px;
}

.more-blog a:hover {
	background: #0b2d4f;
	color: #ffffff;
	border-color: #0b2d4f;
}

.blog-sidebar .bs-categories {
	margin-bottom: 60px;
}

.blog-sidebar .bs-categories ul li {
	list-style: none;
	position: relative;
	padding-left: 22px;
}

.blog-sidebar .bs-categories ul li a {
	font-size: 16px;
	color: #151618;
	line-height: 30px;
}

.blog-sidebar .bs-categories ul li:before {
	position: absolute;
	left: 0;
	top: 11px;
	height: 8px;
	width: 8px;
	background: #636363;
	content: "";
	border-radius: 50%;
}

.blog-sidebar .bs-recent {
	margin-bottom: 65px;
}

.blog-sidebar .bs-popular-tag .tags a {
	display: inline-block;
	font-size: 14px;
	color: #636363;
	font-weight: 500;
	text-transform: uppercase;
	background: #f2f2f2;
	padding: 4px 16px;
	margin-right: 6px;
	margin-bottom: 10px;
}

/*---------------------
  Blog Hero
-----------------------*/

.blog-hero-section {
	height: 600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-hero-section .bh-text h2 {
	font-size: 48px;
	color: #ffffff;
	font-weight: 500;
	line-height: 60px;
	margin-bottom: 18px;
}

.blog-hero-section .bh-text ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px;
	color: #ababab;
	margin-right: 20px;
	position: relative;
}

.blog-hero-section .bh-text ul li i {
	color: #0b2d4f;
}

.blog-hero-section .bh-text ul li:after {
	position: absolute;
	right: -12px;
	top: 0;
	content: "|";
}

.blog-hero-section .bh-text ul li:last-child {
	margin-right: 0;
}

.blog-hero-section .bh-text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details-section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.left-blog-pad {
	padding-right: 60px;
}

.bd-text .bd-title {
	margin-bottom: 45px;
}

.bd-text .bd-pic {
	margin-bottom: 16px;
}

.bd-text .bd-pic .row {
	margin: 0 -10px;
}

.bd-text .bd-pic .col-md-4,
.bd-text .bd-pic .col-sm-6,
.bd-text .bd-pic .col-md-8 {
	padding: 0 10px;
}

.bd-text .bd-pic img {
	min-width: 100%;
	margin-bottom: 20px;
}

.bd-text .bd-more-title p {
	margin-bottom: 30px;
}

.bd-text .bd-tags {
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 45px;
	margin-bottom: 65px;
}

.bd-text .bd-tags a {
	display: inline-block;
	color: #636363;
	background: #f2f2f2;
	border-radius: 2px;
	padding: 4px 24px;
	text-transform: uppercase;
	margin-right: 6px;
	margin-bottom: 6px;
}

.bd-text .comment-option h4 {
	color: #151618;
	font-weight: 500;
	margin-bottom: 35px;
}

.bd-text .comment-option .single-comment-item {
	margin-bottom: 30px;
}

.bd-text .comment-option .single-comment-item.reply-comment {
	padding-left: 131px;
}

.bd-text .comment-option .single-comment-item.reply-comment .sc-author {
	margin-right: 30px;
}

.bd-text .comment-option .single-comment-item.first-comment .sc-text {
	position: relative;
}

.bd-text .comment-option .single-comment-item.first-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 8px;
	height: 260px;
	width: 1px;
	background: #e9e9e9;
	content: "";
}

.bd-text .comment-option .single-comment-item.second-comment .sc-text {
	position: relative;
}

.bd-text .comment-option .single-comment-item.second-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 8px;
	height: 100px;
	width: 1px;
	background: #e9e9e9;
	content: "";
}

.bd-text .comment-option .single-comment-item .sc-author {
	float: left;
	margin-right: 30px;
}

.bd-text .comment-option .single-comment-item .sc-author img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}

.bd-text .comment-option .single-comment-item .sc-text {
	display: table;
	padding-left: 30px;
}

.bd-text .comment-option .single-comment-item .sc-text span {
	font-size: 12px;
	color: #0b2d4f;
}

.bd-text .comment-option .single-comment-item .sc-text h5 {
	color: #151618;
	font-weight: 500;
	margin-top: 8px;
	margin-bottom: 14px;
}

.bd-text .comment-option .single-comment-item .sc-text p {
	font-size: 14px;
	line-height: 22px;
}

.bd-text .comment-option .single-comment-item .sc-text .comment-btn {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #0b2d4f;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding: 4px 26px;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.bd-text .comment-option .single-comment-item .sc-text .comment-btn.like-btn {
	margin-right: 10px;
}

.bd-text .comment-option .single-comment-item .sc-text .comment-btn:hover {
	background: #0b2d4f;
	border-color: #0b2d4f;
	color: #ffffff;
}

.bd-text .comment-form h4 {
	color: #151618;
	font-weight: 500;
	margin-bottom: 35px;
}

.bd-text .comment-form form input {
	height: 46px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	width: 100%;
	padding-left: 20px;
	font-size: 14px;
	color: #ababab;
	margin-bottom: 30px;
	padding-right: 5px;
}

.bd-text .comment-form form input::-webkit-input-placeholder {
	color: #ababab;
}

.bd-text .comment-form form input::-moz-placeholder {
	color: #ababab;
}

.bd-text .comment-form form input:-ms-input-placeholder {
	color: #ababab;
}

.bd-text .comment-form form input::-ms-input-placeholder {
	color: #ababab;
}

.bd-text .comment-form form input::placeholder {
	color: #ababab;
}

.bd-text .comment-form form textarea {
	height: 120px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	width: 100%;
	padding-left: 20px;
	padding-top: 12px;
	font-size: 14px;
	color: #ababab;
	resize: none;
	margin-bottom: 32px;
	padding-right: 5px;
}

.bd-text .comment-form form textarea::-webkit-input-placeholder {
	color: #ababab;
}

.bd-text .comment-form form textarea::-moz-placeholder {
	color: #ababab;
}

.bd-text .comment-form form textarea:-ms-input-placeholder {
	color: #ababab;
}

.bd-text .comment-form form textarea::-ms-input-placeholder {
	color: #ababab;
}

.bd-text .comment-form form textarea::placeholder {
	color: #ababab;
}

.bd-text .comment-form form button {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	background: #0b2d4f;
	border: none;
	padding: 12px 34px 10px 40px;
	border-radius: 2px;
}

/*---------------------
  Map
-----------------------*/

.map {
	height: 500px;
}

.map iframe {
	width: 100%;
}

/*---------------------
  Contact Section
-----------------------*/

.contact-section {
	padding-bottom: 70px;
	padding-top: 90px;
}

.contact-form h2 {
	color: #151618;
	font-weight: 500;
	margin-bottom: 38px;
}

.contact-form form .group-in {
	margin-bottom: 25px;
}

.contact-form form .group-in label {
	font-size: 16px;
	color: #151618;
}

.contact-form form .group-in input {
	width: 100%;
	height: 46px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	font-size: 14px;
	color: #151618;
	padding-left: 20px;
	padding-right: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-form form .group-in input:focus {
	border-color: #0b2d4f;
}

.contact-form form .group-in textarea {
	width: 100%;
	height: 140px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	font-size: 14px;
	color: #151618;
	padding-left: 20px;
	padding-right: 5px;
	resize: none;
	padding-top: 12px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 8px;
}

.contact-form form .group-in textarea:focus {
	border-color: #0b2d4f;
}

.contact-form form button {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	background: #0b2d4f;
	border: none;
	padding: 12px 34px 10px 40px;
	letter-spacing: 1px;
}

.contact-info h2 {
	color: #151618;
	font-weight: 500;
	margin-bottom: 38px;
}

.contact-info p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
}

.contact-info .ci-address {
	margin-bottom: 20px;
}

.contact-info .ci-address h5 {
	color: #151618;
	font-weight: 500;
	margin-bottom: 12px;
}

.contact-info .ci-address ul li {
	list-style: none;
	font-size: 14px;
	color: #636363;
	line-height: 30px;
}

/*---------------------
  Club Section
-----------------------*/

.club-section {
	padding-top: 80px;
	padding-bottom: 70px;
}

.club-content .cc-pic {
	text-align: center;
}

.club-content .cc-text .ct-title {
	margin-bottom: 45px;
}

.club-content .cc-text .ct-title h3 {
	font-size: 28px;
	color: #151618;
	font-weight: 500;
	margin-bottom: 30px;
}

.club-content .cc-text .ct-widget ul li {
	list-style: none;
	display: inline-block;
	width: 30%;
	float: left;
	margin-bottom: 12px;
}

.club-content .cc-text .ct-widget ul li h5 {
	color: #151618;
	font-weight: 500;
	margin-bottom: 8px;
}

.club-content .cc-text .ct-widget ul li .cw-social a {
	display: inline-block;
	color: #636363;
	margin-right: 20px;
}

.club-content .cc-text .ct-widget ul li .cw-social a:last-child {
	margin-right: 0;
}

.club-tab-list {
	margin-top: 30px;
}

.club-tab-list .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 48px;
	border-bottom: 1px solid #e5e5e5;
}

.club-tab-list .nav .nav-item {
	margin-right: 45px;
}

.club-tab-list .nav .nav-item:last-child {
	margin-right: 0px;
}

.club-tab-list .nav .nav-item .nav-link {
	color: #ababab;
	font-weight: 500;
	font-size: 18px;
	background: transparent;
	border: none;
	padding: 0;
}

.club-tab-list .nav .nav-item .nav-link.active {
	color: #151618;
}

.club-tab-list .tab-content .club-tab-content .ct-item {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.club-tab-list .tab-content .club-tab-content .ct-item .ci-text {
	float: left;
}

.club-tab-list .tab-content .club-tab-content .ct-item .ci-text img {
	height: 70px;
	width: 70px;
	float: left;
	margin-right: 20px;
}

.club-tab-list .tab-content .club-tab-content .ct-item .ci-text h5 {
	color: #151618;
	font-weight: 500;
	overflow: hidden;
	padding-top: 24px;
}

.club-tab-list .tab-content .club-tab-content .ct-item .ci-name {
	float: right;
	color: #636363;
	font-size: 18px;
	font-weight: 500;
	padding-top: 22px;
}

/*-------------------------------- Respinsive Media Styles --------------------------------*/

@media only screen and (min-width: 1301px) and (max-width: 1750px) {
	.trending-news-section .tn-title {
		width: 25%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
	.trending-news-section .tn-title {
		width: 22%;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__nav .nav-menu .main-menu li {
		margin-right: 40px;
	}
	.ms-content .mc-table table tr td.left-team {
		padding-left: 15px;
	}
	.ms-content .mc-table table tr td.right-team {
		padding-right: 15px;
	}
	.club-content .cc-text .ct-widget ul li {
		width: 33.33%;
	}
	.trending-news-section .tn-title {
		width: 25%;
	}
	.left-blog-pad {
		padding-right: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.vote-option {
		margin-bottom: 30px;
	}
	.header__nav .nav-menu {
		display: none;
	}
	.header__top .ht-info {
		display: none;
	}
	.header__top .ht-links {
		display: none;
	}
	.header__nav .container {
		position: relative;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 98;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 40px;
		top: 34px;
		font-size: 22px;
		width: 30px;
		height: 30px;
		color: #ffffff;
		border: 1px solid #ffffff;
		border-radius: 2px;
		line-height: 30px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		text-align: center;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 70px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .canvas-close {
		font-size: 22px;
		width: 30px;
		height: 30px;
		border: 1px solid #151618;
		border-radius: 50%;
		text-align: center;
		line-height: 28px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .header__top--canvas {
		margin-bottom: 20px;
	}
	.offcanvas-menu-wrapper .header__top--canvas .ht-info {
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header__top--canvas .ht-info ul li {
		list-style: none;
		color: #636363;
		line-height: 28px;
	}
	.offcanvas-menu-wrapper .header__top--canvas .ht-info ul li a {
		display: block;
		color: #636363;
	}
	.offcanvas-menu-wrapper .header__top--canvas .ht-links a {
		font-size: 16px;
		color: #636363;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .header__top--canvas .ht-links a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .search-btn {
		margin-bottom: 10px;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper .main-menu {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_btn {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		padding: 0;
		background: #222;
	}
	.offcanvas-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_nav a:hover {
		border-radius: 0;
		background: #0b2d4f;
		color: #ffffff;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: #0b2d4f;
		color: #ffffff;
	}
	.offcanvas-menu-wrapper .slicknav_nav .slicknav_row,
	.offcanvas-menu-wrapper .slicknav_nav a {
		padding: 10px 10px;
		margin: 0;
	}
	.club-content .cc-pic {
		margin-bottom: 30px;
	}
	.schedule-sidebar {
		margin-top: 30px;
	}
	.blog-sidebar {
		margin-top: 40px;
	}
	.contact-info {
		padding-top: 40px;
	}
}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.copyright-option .co-widget ul li {
		margin-right: 10px;
	}
	.trending-news-section .tn-title {
		padding-right: 50px;
	}
	.trending-news-section .news-slider .nt-item {
		padding-left: 225px;
	}
	.trending-news-section .news-slider.owl-carousel .owl-nav {
		right: -35px;
	}
	.left-blog-pad {
		padding-right: 15px;
	}
}

/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.ms-content .mc-table table tr td.left-team {
		padding-left: 15px;
	}
	.ms-content .mc-table table tr td.right-team {
		padding-right: 15px;
	}
	.section-title.latest-title h3 {
		float: none;
	}
	.section-title.latest-title ul {
		text-align: left;
		padding-top: 10px;
	}
	.section-title.latest-title ul li {
		margin-bottom: 5px;
	}
	.club-content .cc-text .ct-widget ul li {
		width: 33.33%;
	}
	.club-tab-list .nav .nav-item {
		margin-right: 10px;
	}
	.copyright-option .co-text {
		margin-bottom: 5px;
	}
	.copyright-option .co-widget {
		text-align: center;
	}
	.copyright-option .co-text {
		float: none;
		text-align: center;
	}
	.schedule-text .st-table table tbody tr td.left-team img {
		float: none;
		margin-right: 0;
	}
	.schedule-text .st-table table tbody tr td.left-team h4 {
		overflow: visible;
		display: block;
		margin-top: 10px;
	}
	.schedule-text .st-table table tbody tr td.right-team img {
		float: none;
		margin-left: 0;
	}
	.schedule-text .st-table table tbody tr td.right-team h4 {
		float: none;
		margin-top: 10px;
	}
	.blog-items .single-item .bi-pic {
		float: none;
		margin-right: 0;
	}
	.blog-items .single-item .bi-text {
		padding-top: 20px;
	}
	.trending-news-section .tn-title {
		font-size: 17px;
		padding-right: 16px;
		padding-top: 17px;
	}
	.hs-slider.owl-carousel .owl-nav {
		right: 60px;
	}
	.trending-news-section .tn-title {
		display: none;
	}
	.trending-news-section .news-slider.owl-carousel .owl-nav {
		display: none;
	}
	.trending-news-section .news-slider .nt-item {
		padding-left: 0;
	}
	.search-model-form {
		width: 100%;
	}
	.search-model-form input {
		width: 100%;
	}
	.left-blog-pad {
		padding-right: 15px;
	}
}

/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.club-content .cc-text .ct-widget ul li {
		width: 100%;
	}
	.club-tab-list .nav .nav-item .nav-link {
		margin-bottom: 10px;
	}
	.club-tab-list .tab-content .club-tab-content .ct-item .ci-text {
		float: none;
		overflow: hidden;
	}
	.club-tab-list .tab-content .club-tab-content .ct-item .ci-name {
		float: none;
	}
	.schedule-text .st-table {
		overflow-x: auto;
	}
	.more-blog a {
		margin-bottom: 10px;
	}
	.bd-text .comment-option .single-comment-item.reply-comment .sc-text {
		display: table;
		padding-left: 0;
		padding-top: 10px;
	}
	.hs-slider.owl-carousel .owl-nav {
		right: 20px;
	}
	.search-model-form input {
		font-size: 24px;
	}
	.ms-content .mc-table table tr td h6 {
		font-size: 12px;
	}
	.video-item {
		height: 300px;
	}
	.copyright-option .co-widget ul li {
		font-size: 12px;
		margin-right: 10px;
	}
	.bd-text .comment-option .single-comment-item .sc-author {
		float: none;
	}
	.bd-text .comment-option .single-comment-item .sc-text {
		padding-left: 0;
	}
	.bd-text .comment-option .single-comment-item.first-comment .sc-text::before,
	.bd-text .comment-option .single-comment-item.second-comment .sc-text:before {
		display: none;
	}
	.bd-text .comment-option .single-comment-item.reply-comment {
		padding-left: 5%;
	}
	.breadcrumb-section .bs-text h2 {
		font-size: 36px;
	}
	.blog-hero-section .bh-text h2 {
		font-size: 28px;
		line-height: normal;
	}
	.blog-hero-section {
		height: 410px;
	}
}

.osat-stadium-guide { padding-top: 0; }
    .osat-guide-wrap { max-width: 1000px; margin: 0 auto; }
    .osat-guide-item { background: #151515; border: 1px solid rgba(255, 255, 255, 0.08); margin-bottom: 12px; overflow: hidden; }
    .osat-guide-item summary { cursor: pointer; list-style: none; color: #ffffff; font-size: 18px; font-weight: 700; text-transform: uppercase; padding: 18px 22px; position: relative; background: #111111; }
    .osat-guide-item summary::-webkit-details-marker { display: none; }
    .osat-guide-item summary:before { content: "+"; display: inline-block; margin-right: 12px; color: #0b2d4f; font-weight: 900; }
    .osat-guide-item[open] summary:before { content: "−"; color: #0b2d4f; }
    .osat-guide-panel { padding: 24px; background: #ffffff; color: #222222; line-height: 1.8; }
    .osat-guide-panel p { color: #333333; margin-bottom: 12px; }
    .osat-guide-subsection { margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    .osat-guide-subsection:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
    .osat-guide-subsection h4 { color: #111111; font-size: 16px; text-transform: uppercase; margin-bottom: 10px; font-weight: 800; }
    .osat-guide-list { display: grid; grid-template-columns: 1fr; gap: 14px; }
    .osat-guide-entry { background: #f5f5f5; padding: 16px 18px; border-left: 4px solid #0b2d4f; }
    .osat-guide-entry h5 { color: #111111; font-size: 16px; margin-bottom: 8px; text-transform: uppercase; font-weight: 800; }
    .osat-guide-entry h5 a { color: #111111; }
    .osat-guide-entry a { color: #0b2d4f; font-weight: 700; }
    .osat-guide-entry a:hover { color: #071d33; text-decoration: underline; }
    .osat-guide-meta { font-size: 13px; color: #666666 !important; }
    .osat-empty { color: #777777 !important; font-style: italic; }
    .osat-stadium-address { color: #b7b7b7; font-size: 15px; line-height: 1.6; margin-top: -4px; margin-bottom: 18px; }
    .osat-badge-socials { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 10px; }
    .osat-badge-socials a { width: 42px; height: 42px; border-radius: 50%; background: #0b2d4f; color: #ffffff; display: inline-flex; align-items: center; justify-content: center; font-size: 19px; font-weight: 900; transition: none; text-decoration: none; }
    .osat-badge-socials a:hover, .osat-badge-socials a:focus, .osat-badge-socials a:active { background: #0b2d4f; color: #ffffff; transform: none; text-decoration: none; }
    .osat-tiktok-icon { width: 19px; height: 19px; display: block; }
    .osat-club-directory { padding-top: 60px; }
    .osat-directory-country { margin-bottom: 54px; }
    .osat-directory-country h2 { color: #111111; text-transform: uppercase; font-weight: 900; margin-bottom: 24px; border-left: 6px solid #0b2d4f; padding-left: 16px; }
    .osat-directory-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
    .osat-league-card, .osat-club-card { background: #151515; border: 1px solid rgba(255, 255, 255, 0.08); overflow: hidden; transition: 0.2s ease; height: 100%; }
    .osat-league-card:hover, .osat-club-card:hover { transform: translateY(-3px); border-color: #0b2d4f; }
    .osat-league-card-img, .osat-club-card-img { background: #ffffff; height: 190px; display: flex; align-items: center; justify-content: center; padding: 22px; }
    .osat-league-card-img img, .osat-club-card-img img { max-width: 100%; max-height: 145px; object-fit: contain; }
    .osat-league-card-body, .osat-club-card-body { padding: 18px; }
    .osat-league-card-body h4, .osat-club-card-body h4 { color: #ffffff; font-size: 20px; text-transform: uppercase; font-weight: 900; margin-bottom: 6px; }
    .osat-club-card-body h4 { line-height: 1.25; min-height: 50px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    .osat-league-card-body h4 a, .osat-club-card-body h4 a { color: #ffffff; text-decoration: none; }
    .osat-league-card-body h4 a:hover, .osat-club-card-body h4 a:hover { color: #0b2d4f; }
    .osat-league-card-body p, .osat-club-card-body p { color: #b7b7b7; margin-bottom: 8px; }
    .osat-club-card-desc { line-height: 1.55; min-height: 7.75em; max-height: 7.75em; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
    .osat-card-meta { font-size: 13px; color: #ffffff !important; font-weight: 700; }
    .osat-league-header { display: flex; gap: 24px; align-items: center; background: #ffffff; padding: 24px 0; border: 0; margin-bottom: 34px; }
    .osat-league-header-logo { width: 130px; height: 130px; background: transparent; display: flex; align-items: center; justify-content: center; padding: 0; flex: 0 0 130px; }
    .osat-league-header-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
    .osat-league-header h2 { color: #111111; text-transform: uppercase; font-weight: 900; margin-bottom: 8px; }
    .osat-league-header p { color: #777777; margin-bottom: 0; }
    .osat-club-badge-box { background: #ffffff; padding: 38px; max-width: 300px; margin: 0 auto; display: flex; align-items: center; justify-content: center; }
    .osat-club-badge-box img { max-width: 210px; max-height: 210px; width: auto; height: auto; object-fit: contain; }
    .osat-club-social-row { margin-top: 18px; }
    .osat-club-social-row h5 { color: #ffffff; font-size: 16px; text-transform: uppercase; margin-bottom: 10px; }
    .osat-rating-natural-section { padding: 0 0 35px; background: #ffffff; }
    .osat-rating-summary { max-width: 1000px; margin: 0 auto; background: transparent !important; border: 0 !important; padding: 0 !important; clear: both; width: 100%; box-shadow: none !important; }
    .osat-rating-heading { margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid #e6e6e6; }
    .osat-rating-heading h4 { color: #111111 !important; font-size: 20px; text-transform: uppercase; font-weight: 900; margin-bottom: 4px; }
    .osat-rating-heading p { color: #666666 !important; margin-bottom: 0; }
    .osat-rating-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 28px; }
    .osat-rating-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 8px; padding: 13px 0; border-bottom: 1px solid #e6e6e6; background: transparent !important; }
    .osat-rating-label { color: #111111 !important; font-weight: 900; text-transform: uppercase; font-size: 13px; }
    .osat-rating-score { color: #555555 !important; font-weight: 800; font-size: 13px; }
    .osat-stars { color: #0b2d4f !important; letter-spacing: 1px; font-size: 15px; white-space: nowrap; grid-column: 1 / -1; }
    .osat-stars-empty { color: #777777 !important; font-size: 13px; letter-spacing: 0; }
    .osat-review-form-wrap { color: #222222; }
    .osat-review-success { background: #e7f7e7; border-left: 4px solid #2f8f2f; color: #1f5f1f; padding: 12px 14px; margin-bottom: 16px; font-weight: 700; }
    .osat-review-error { background: #fdeaea; border-left: 4px solid #b91c1c; color: #7f1d1d; padding: 12px 14px; margin-bottom: 16px; font-weight: 700; }
    .osat-review-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 14px; }
    .osat-review-ratings { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 14px; }
    .osat-review-field { margin-bottom: 14px; }
    .osat-review-field label { display: block; color: #111111; font-weight: 900; text-transform: uppercase; font-size: 13px; margin-bottom: 6px; }
    .osat-review-field label span { color: #777777; font-weight: 700; text-transform: none; }
    .osat-review-field input,
    .osat-review-field select,
    .osat-review-field textarea { width: 100%; border: 1px solid #d8d8d8; padding: 11px 12px; color: #222222; background: #ffffff; }
    .osat-review-field textarea { resize: vertical; }
    .osat-review-submit { background: #0b2d4f; color: #ffffff; border: 0; padding: 12px 22px; text-transform: uppercase; font-weight: 900; cursor: pointer; transition: 0.2s ease; }
    .osat-review-submit:hover { background: #071d33; }
    .osat-review-entry .osat-stars { color: #0b2d4f; }
    .osat-review-overall { margin-bottom: 8px; }
    .osat-hp-field { display: none !important; visibility: hidden; height: 0; overflow: hidden; }
    .osat-guide-entry { position: relative; }
    .osat-guide-vote-anchor { display: block; position: relative; top: -12px; visibility: hidden; }
    .osat-guide-entry-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; }
    .osat-guide-entry-action-left { display: flex; align-items: center; min-height: 28px; }
    .osat-away-friendly-pill { display: inline-flex; align-items: center; background: #0b2d4f; color: #ffffff; border-radius: 999px; padding: 5px 11px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.4px; line-height: 1; }
    .osat-guide-votes { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
    .osat-guide-vote-form { margin: 0; padding: 0; display: inline-block; }
    .osat-guide-vote-button { border: 1px solid #d4d4d4; background: #ffffff; color: #111111; border-radius: 999px; padding: 5px 10px; cursor: pointer; font-size: 13px; font-weight: 900; line-height: 1; transition: 0.2s ease; display: inline-flex; align-items: center; gap: 6px; min-width: 48px; justify-content: center; }
    .osat-guide-vote-button:hover { border-color: #0b2d4f; color: #0b2d4f; }
    .osat-guide-vote-down:hover { border-color: #5f1d1d; color: #5f1d1d; }
    .osat-guide-vote-button:disabled { opacity: 0.45; cursor: not-allowed; }
    .osat-guide-vote-count { display: inline-block; min-width: 10px; }
    .osat-add-place-box { margin-top: 16px; background: transparent !important; border: 0 !important; padding: 0 !important; }
    .osat-add-place-box summary { cursor: pointer; display: inline-flex; align-items: center; color: #0b2d4f !important; background: transparent !important; font-weight: 900; text-transform: uppercase; font-size: 13px; list-style: none; padding: 0 !important; margin: 0; }
    .osat-add-place-box summary::-webkit-details-marker { display: none; }
    .osat-add-place-box summary:before { content: "+"; display: inline-block; color: #0b2d4f; margin-right: 8px; font-size: 18px; line-height: 1; font-weight: 900; background: transparent; width: auto; height: auto; border-radius: 0; }
    .osat-add-place-box[open] summary:before { content: "−"; }
    .osat-add-place-box summary:hover { color: #071d33 !important; text-decoration: underline; }
    .osat-add-place-panel { margin-top: 14px; background: #f5f5f5; border-left: 4px solid #0b2d4f; padding: 18px; }
    .osat-checkbox-line { display: flex; align-items: center; gap: 8px; color: #111111; font-weight: 800; margin: 0 0 14px; }
    .osat-checkbox-line input { width: auto; }
    .osat-report-section { padding-top: 0; }
    .osat-report-box { padding-top: 10px; border-top: 1px solid rgba(0, 0, 0, 0.12); }

    .osat-guide-section-image { width: 90%; aspect-ratio: 4 / 3; margin: 20px auto 0; overflow: hidden; text-align: center; }
    .osat-guide-section-image img { width: 100%; height: 100%; display: block; margin: 0 auto; object-fit: cover; object-position: center; }
    .osat-address-map-link { color: inherit; text-decoration: none; }
    .osat-address-map-link:hover { color: #0b2d4f; text-decoration: underline; }
    .osat-useful-links { display: grid; grid-template-columns: 1fr; gap: 14px; }

    @media only screen and (max-width: 1199px) { .osat-directory-grid { grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 991px) { .osat-directory-grid, .osat-rating-grid { grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 575px) {
        .osat-directory-grid { grid-template-columns: 1fr; }
        .osat-league-header { display: block; text-align: center; }
        .osat-league-header-logo { margin: 0 auto 18px; }
        .osat-club-badge-box { margin-bottom: 24px; }
        .osat-rating-grid,
        .osat-review-form-grid,
        .osat-review-ratings { grid-template-columns: 1fr; }
        .osat-rating-row { grid-template-columns: 1fr; gap: 4px; }
        .osat-guide-entry-actions { align-items: flex-start; }
    }

.osat-hero-quote {
        max-width: 850px;
        margin: 0 auto;
        text-align: center;
        padding: 120px 15px;
    }

    .osat-hero-quote blockquote {
        color: #ffffff;
        font-size: 54px;
        line-height: 1.15;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0;
        text-shadow: 0 4px 18px rgba(0, 0, 0, 0.8);
    }

    .osat-hero-quote .quote-author {
        color: #ffffff;
        font-size: 18px;
        margin-top: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8);
    }

        .osat-derby-card {
        padding: 16px 18px 16px;
    }

    .osat-derby-card table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .osat-derby-card td {
        vertical-align: middle;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .osat-derby-card td a {
        color: inherit;
        text-decoration: none;
        display: block;
    }

    .osat-fixture-title-cell {
        text-align: center;
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
        padding-bottom: 10px;
    }

    .osat-fixture-badge-row td {
        vertical-align: middle;
    }

    .osat-derby-card .left-team,
    .osat-derby-card .right-team {
        width: 38% !important;
        text-align: center !important;
    }

    .osat-derby-card .mt-content,
    .osat-derby-card .osat-vs-cell {
        width: 24% !important;
        text-align: center !important;
    }

    .osat-derby-card .left-team a,
    .osat-derby-card .right-team a {
        display: flex !important;
        align-items: center;
    }

    .osat-derby-card .left-team a {
        justify-content: flex-end;
    }

    .osat-derby-card .right-team a {
        justify-content: flex-start;
    }

    .osat-derby-card .left-team img,
    .osat-derby-card .right-team img {
        background: transparent !important;
        border-radius: 0 !important;
        padding: 0 !important;
        width: 78px !important;
        height: 78px !important;
        max-width: 78px !important;
        max-height: 78px !important;
        object-fit: contain !important;
        display: block !important;
        margin-top: 0 !important;
        margin-bottom: 6px !important;
    }

    .osat-derby-card .left-team img {
        margin-left: auto !important;
        margin-right: 24px !important;
    }

    .osat-derby-card .right-team img {
        margin-left: 24px !important;
        margin-right: auto !important;
    }

    .osat-derby-card .left-team h6,
    .osat-derby-card .right-team h6 {
        margin-top: 0;
        margin-bottom: 0;
        text-align: center;
        line-height: 1.25;
        font-size: 16px;
    }

    .osat-vs-cell h4 {
        color: #ffffff;
        font-size: 25px;
        font-weight: 900;
        margin: 0;
    }

    .osat-fixture-date-cell {
        text-align: center;
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
        padding-top: 8px !important;
        padding-bottom: 0 !important;
        line-height: 1.05;
    }

    .osat-fixture-meta-cell {
        text-align: center;
        color: #b7b7b7;
        font-size: 12px;
        line-height: 1.05;
        padding-top: 1px !important;
        padding-bottom: 9px !important;
    }

    .osat-show-all-games-wrap {
        text-align: center;
        margin-top: 22px;
    }

    .osat-show-all-games {
        display: inline-block;
        background: #0b2d4f;
        color: #ffffff;
        padding: 10px 22px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 0.5px;
        text-decoration: none;
        border-radius: 2px;
    }

    .osat-show-all-games:hover {
        background: #071d33;
        color: #ffffff;
        text-decoration: none;
    }

    .osat-video-section {
        padding: 65px 0 8px;
        background: #ffffff;
    }

    .osat-video-grid {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0 !important;
    }

    .osat-home-video-card {
        margin-bottom: 8px;
    }

    .osat-home-video-item {
        position: relative;
        width: 100%;
        height: auto !important;
        aspect-ratio: 16 / 9;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        margin-bottom: 10px;
        box-shadow: none !important;
    }

    .osat-home-video-item:before {
        display: none !important;
        content: none !important;
    }

    .osat-home-video-item .play-btn {
        z-index: 2;
    }

    .osat-home-video-item .vi-time {
        z-index: 2;
    }

    .osat-home-video-title {
        margin: 0;
        color: #111111;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 900;
        text-transform: uppercase;
    }

    .osat-home-video-title a {
        color: #111111;
        text-decoration: none;
    }

    .osat-home-video-title a:hover {
        color: #0b2d4f;
        text-decoration: none;
    }

    .osat-trending-section {
        padding: 8px 0 70px;
        background: #ffffff;
    }

    .osat-trending-link-wrap {
        display: block;
        color: inherit;
        text-decoration: none;
    }

    .osat-trending-link-wrap:hover {
        color: inherit;
        text-decoration: none;
    }

    .osat-trending-club-card {
        height: 320px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .osat-trending-club-card:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(0,0,0,0.12), rgba(0,0,0,0.78));
        z-index: 1;
    }

    .osat-trending-club-card .si-tag {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
    }

    .osat-trending-club-card .si-text {
        position: absolute;
        left: 20px !important;
        right: 20px !important;
        bottom: 24px !important;
        z-index: 2;
        text-align: left !important;
        padding: 0 !important;
        width: auto !important;
    }

    .osat-trending-club-card .si-text h5 {
        margin-bottom: 6px;
        text-align: left !important;
        font-weight: 900 !important;
        text-shadow: 0 2px 8px rgba(0,0,0,0.75);
    }

    .osat-trending-club-card .si-text h5,
    .osat-trending-club-card .si-text h5 a {
        color: #ffffff;
    }

    .osat-trending-club-card .si-text p {
        margin-bottom: 0;
        color: #d7d7d7;
        font-size: 13px;
        font-weight: 700;
        text-align: left !important;
    }

    .osat-no-trending {
        background: #151515;
        padding: 28px;
        text-align: center;
    }

    .osat-no-trending p {
        margin: 0;
        color: #ffffff;
        font-weight: 700;
    }

    @media only screen and (max-width: 767px) {
        .match-section .osat-derby-col:nth-of-type(n+3) {
            display: none !important;
        }

        .osat-derby-card {
            padding: 14px 14px 14px;
        }

        .osat-fixture-title-cell {
            font-size: 13px;
            padding-bottom: 8px;
        }

        .osat-derby-card .left-team img,
        .osat-derby-card .right-team img {
            width: 64px !important;
            height: 64px !important;
            max-width: 64px !important;
            max-height: 64px !important;
            margin: 0 auto 4px !important;
        }

        .osat-vs-cell h4 {
            font-size: 22px;
        }

        .osat-fixture-date-cell {
            font-size: 14px;
            padding-top: 7px !important;
            padding-bottom: 0 !important;
            line-height: 1.05;
        }

        .osat-fixture-meta-cell {
            font-size: 12px;
            padding-top: 1px !important;
            padding-bottom: 8px !important;
            line-height: 1.05;
        }

        .osat-derby-card .left-team a,
        .osat-derby-card .right-team a {
            justify-content: center;
        }
    }

.osat-derby-days-section {
    background: #ffffff;
}

.osat-derby-days-list {
    margin: 0;
}

.osat-derby-card-wrap {
    margin-bottom: 22px;
}

.osat-derby-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    padding: 18px 22px 18px;
    width: 100%;
}

.osat-derby-card table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.osat-derby-card td {
    vertical-align: middle;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.osat-derby-card td a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.osat-fixture-title-cell {
    color: #111111;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    padding-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
}

.osat-fixture-badge-row td {
    vertical-align: middle;
}

.osat-derby-card .left-team,
.osat-derby-card .right-team {
    text-align: center !important;
    width: 38% !important;
}

.osat-derby-card .mt-content,
.osat-derby-card .osat-vs-cell {
    text-align: center !important;
    width: 24% !important;
}

.osat-derby-card .left-team a,
.osat-derby-card .right-team a {
    align-items: center;
    display: flex !important;
}

.osat-derby-card .left-team a {
    justify-content: flex-end;
}

.osat-derby-card .right-team a {
    justify-content: flex-start;
}

.osat-derby-card .left-team img,
.osat-derby-card .right-team img {
    background: transparent !important;
    border-radius: 0 !important;
    display: block !important;
    height: 78px !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    max-height: 78px !important;
    max-width: 78px !important;
    object-fit: contain !important;
    padding: 0 !important;
    width: 78px !important;
}

.osat-derby-card .left-team img {
    margin-left: auto !important;
    margin-right: 24px !important;
}

.osat-derby-card .right-team img {
    margin-left: 24px !important;
    margin-right: auto !important;
}

.osat-vs-cell h4 {
    color: #0b2d4f;
    font-size: 25px;
    font-weight: 900;
    margin: 0;
}

.osat-fixture-date-cell {
    color: #111111;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    text-align: center;
}

.osat-fixture-venue-cell {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 0 !important;
    padding-top: 4px !important;
    text-align: center;
}

.osat-fixture-meta-cell {
    color: #444444;
    font-size: 12px;
    line-height: 1.15;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    text-align: center;
}

.osat-derby-empty {
    background: #f5f5f5;
    color: #111111;
    font-weight: 800;
    padding: 24px;
    text-align: center;
}

.osat-sidebar-widget {
    margin-bottom: 34px;
}

.osat-schedule-date-list li a {
    align-items: center;
    display: flex !important;
    justify-content: space-between;
}

.osat-schedule-date-list li a.active,
.osat-schedule-date-list li a:hover {
    color: #0b2d4f !important;
    font-weight: 900;
}

.osat-schedule-date-list li a span,
.osat-country-item small {
    background: transparent;
    border-radius: 0;
    color: #777777;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    height: auto;
    line-height: 1;
    margin-left: auto;
    min-width: 0;
    padding-left: 10px;
}

.osat-country-item {
    align-items: center;
    display: flex !important;
    gap: 10px;
    position: relative;
}

.osat-country-item.active,
.osat-country-item:hover {
    color: #0b2d4f !important;
    font-weight: 900;
}

.osat-country-flag {
    background: transparent;
    border-radius: 0;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 20px;
    height: auto;
    line-height: 1;
    width: auto;
}

.osat-clear-filter,
.osat-reset-filters {
    color: #0b2d4f;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    margin-top: 10px;
    text-transform: uppercase;
}

.osat-clear-filter:hover,
.osat-reset-filters:hover {
    color: #071d33;
    text-decoration: underline;
}

.osat-sidebar-empty {
    color: #777777;
    font-style: italic;
}

.osat-derby-filter-form label {
    color: #111111;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.osat-derby-filter-form input,
.osat-derby-filter-form select {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    color: #222222;
    margin-bottom: 14px;
    padding: 10px 11px;
    width: 100%;
}

.osat-filter-two-col {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.osat-derby-filter-form button {
    background: #0b2d4f;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    padding: 12px 18px;
    text-transform: uppercase;
    width: 100%;
}

.osat-derby-filter-form button:hover {
    background: #071d33;
}

@media only screen and (max-width: 767px) {
    .osat-derby-card {
        padding: 14px;
    }

    .osat-fixture-title-cell {
        font-size: 13px;
        padding-bottom: 8px;
    }

    .osat-derby-card .left-team img,
    .osat-derby-card .right-team img {
        height: 64px !important;
        max-height: 64px !important;
        max-width: 64px !important;
        width: 64px !important;
    }

    .osat-derby-card .left-team img {
        margin-right: 14px !important;
    }

    .osat-derby-card .right-team img {
        margin-left: 14px !important;
    }

    .osat-vs-cell h4 {
        font-size: 22px;
    }

    .osat-fixture-date-cell {
        font-size: 14px;
        padding-top: 8px !important;
    }

    .osat-filter-two-col {
        gap: 0;
        grid-template-columns: 1fr;
    }
}


.osat-country-item > span:not(.osat-country-flag) {
    color: #111111;
    font-weight: 700;
}

.osat-country-item.active > span:not(.osat-country-flag),
.osat-country-item:hover > span:not(.osat-country-flag) {
    color: #0b2d4f;
}

.osat-country-flag {
    min-width: 24px;
    text-align: center;
}

.osat-fixture-meta-cell .osat-country-flag,
.osat-fixture-meta-cell span {
    vertical-align: middle;
}

/* Real image flags for Derby Days country filters */
.osat-country-flag {
    align-items: center;
    display: inline-flex;
    flex: 0 0 28px;
    height: 20px;
    justify-content: center;
    min-width: 28px;
    width: 28px;
}

.osat-country-flag-img,
.osat-fixture-country-flag-img {
    display: inline-block;
    height: 14px;
    width: 22px;
    object-fit: cover;
    vertical-align: middle;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.osat-country-flag-img {
    height: 15px;
    width: 24px;
}

.osat-fixture-country-meta {
    align-items: center;
    display: inline-flex;
    gap: 5px;
    vertical-align: middle;
}

.osat-meta-separator {
    color: #999999;
}

.osat-country-flag-emoji {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.match-section .osat-derby-card {
    background: #111111 !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 16px 18px 16px !important;
    width: 100%;
}

.match-section .osat-derby-card table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: transparent !important;
}

.match-section .osat-derby-card td {
    vertical-align: middle;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.match-section .osat-derby-card td a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.match-section .osat-fixture-title-cell {
    text-align: center;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    padding-bottom: 10px;
    text-transform: none;
}

.match-section .osat-fixture-badge-row td {
    vertical-align: middle;
}

.match-section .osat-derby-card .left-team,
.match-section .osat-derby-card .right-team {
    width: 38% !important;
    text-align: center !important;
}

.match-section .osat-derby-card .mt-content,
.match-section .osat-derby-card .osat-vs-cell {
    width: 24% !important;
    text-align: center !important;
}

.match-section .osat-derby-card .left-team a,
.match-section .osat-derby-card .right-team a {
    display: flex !important;
    align-items: center;
}

.match-section .osat-derby-card .left-team a {
    justify-content: flex-end;
}

.match-section .osat-derby-card .right-team a {
    justify-content: flex-start;
}

.match-section .osat-derby-card .left-team img,
.match-section .osat-derby-card .right-team img {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    width: 78px !important;
    height: 78px !important;
    max-width: 78px !important;
    max-height: 78px !important;
    object-fit: contain !important;
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: 6px !important;
}

.match-section .osat-derby-card .left-team img {
    margin-left: auto !important;
    margin-right: 24px !important;
}

.match-section .osat-derby-card .right-team img {
    margin-left: 24px !important;
    margin-right: auto !important;
}

.match-section .osat-vs-cell h4 {
    color: #ffffff !important;
    font-size: 25px;
    font-weight: 900;
    margin: 0;
}

.match-section .osat-fixture-date-cell {
    text-align: center;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 800;
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    line-height: 1.05;
}

.match-section .osat-fixture-meta-cell {
    text-align: center;
    color: #b7b7b7 !important;
    font-size: 12px;
    line-height: 1.05;
    padding-top: 1px !important;
    padding-bottom: 9px !important;
}

@media only screen and (max-width: 767px) {
    .match-section .osat-derby-col:nth-of-type(n+3) {
        display: none !important;
    }

    .match-section .osat-derby-card {
        padding: 14px 14px 14px !important;
    }

    .match-section .osat-fixture-title-cell {
        font-size: 13px;
        padding-bottom: 8px;
    }

    .match-section .osat-derby-card .left-team img,
    .match-section .osat-derby-card .right-team img {
        width: 64px !important;
        height: 64px !important;
        max-width: 64px !important;
        max-height: 64px !important;
        margin: 0 auto 4px !important;
    }

    .match-section .osat-vs-cell h4 {
        font-size: 22px;
    }

    .match-section .osat-fixture-date-cell {
        font-size: 14px;
        padding-top: 7px !important;
        padding-bottom: 0 !important;
        line-height: 1.05;
    }

    .match-section .osat-fixture-meta-cell {
        font-size: 12px;
        padding-top: 1px !important;
        padding-bottom: 8px !important;
        line-height: 1.05;
    }

    .match-section .osat-derby-card .left-team a,
    .match-section .osat-derby-card .right-team a {
        justify-content: center;
    }
}

.match-section .osat-derby-card,
.match-section .osat-derby-card table,
.match-section .osat-derby-card tbody,
.match-section .osat-derby-card tr,
.match-section .osat-derby-card td {
    background: #111111 !important;
}

.match-section .osat-derby-card {
    border: 0 !important;
    box-shadow: none !important;
    padding: 16px 18px !important;
}

.match-section .osat-derby-card:before,
.match-section .osat-derby-card:after,
.match-section .osat-derby-card table:before,
.match-section .osat-derby-card table:after {
    display: none !important;
    content: none !important;
}

/* OSAT Videos page */
.osat-videos-page-section {
    background: #ffffff;
}

.osat-video-page-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.osat-video-list-col {
    margin-bottom: 26px;
}

.osat-video-page-card {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    height: 100%;
    overflow: hidden;
}

.osat-video-page-thumb {
    aspect-ratio: 16 / 9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    width: 100%;
}

.osat-video-page-thumb:before {
    display: none !important;
    content: none !important;
}

.osat-video-page-play {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.osat-video-page-play img {
    display: block;
    height: 48px;
    width: 48px;
}

.osat-video-page-duration {
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.4px;
    line-height: 1;
    padding: 7px 9px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.osat-video-page-body {
    padding: 18px 18px 20px;
}

.osat-video-page-body h4 {
    color: #111111;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.osat-video-page-body h4 a {
    color: #111111;
    text-decoration: none;
}

.osat-video-page-body h4 a:hover {
    color: #0b2d4f;
    text-decoration: none;
}

.osat-video-page-meta {
    color: #777777 !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.35;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.osat-video-page-description {
    color: #555555 !important;
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 0;
}

.osat-active-video-filters {
    background: #f5f5f5;
    border-left: 4px solid #0b2d4f;
    color: #111111;
    font-weight: 800;
    margin-bottom: 22px;
    padding: 13px 16px;
}

.osat-active-video-filters a {
    color: #0b2d4f;
    font-weight: 900;
    margin-left: 8px;
    text-transform: uppercase;
}

.osat-video-empty {
    background: #f5f5f5;
    color: #111111;
    font-weight: 800;
    padding: 24px;
    text-align: center;
}

.osat-videos-sidebar .ss-widget {
    margin-bottom: 34px;
}

.osat-video-filter-form label {
    color: #111111;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.osat-video-filter-form input,
.osat-video-filter-form select {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    color: #222222;
    margin-bottom: 14px;
    padding: 10px 11px;
    width: 100%;
}

.osat-video-filter-form button {
    background: #0b2d4f;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    padding: 12px 18px;
    text-transform: uppercase;
    width: 100%;
}

.osat-video-filter-form button:hover {
    background: #071d33;
}

.osat-video-quick-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
}

.osat-video-quick-list li:before {
    background: #636363;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 8px;
}

.osat-video-quick-list li a {
    align-items: center;
    color: #636363;
    display: flex !important;
    font-size: 16px;
    justify-content: space-between;
    line-height: 30px;
}

.osat-video-quick-list li a.active,
.osat-video-quick-list li a:hover {
    color: #0b2d4f !important;
    font-weight: 900;
}

.osat-video-quick-list li a span {
    color: #777777;
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    margin-left: auto;
    padding-left: 10px;
}

@media only screen and (max-width: 991px) {
    .osat-videos-sidebar {
        margin-top: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .osat-video-page-body h4 {
        font-size: 16px;
    }

    .osat-video-page-play img {
        height: 42px;
        width: 42px;
    }
}

/* -------------------------------------------------------
   OSAT logo / badge proportion fix
   Keeps league logos and club badges the same height while
   allowing the width to follow the original image ratio.
-------------------------------------------------------- */

/* League directory cards */
.osat-league-card-img img {
    height: 145px !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 145px !important;
    object-fit: contain !important;
}

/* Club cards inside league pages */
.osat-club-card-img img {
    height: 145px !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 145px !important;
    object-fit: contain !important;
}

/* League page header logo */
.osat-league-header-logo img {
    height: 130px !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 130px !important;
    object-fit: contain !important;
}

/* Main club page badge */
.osat-club-badge-box img {
    height: 210px !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 210px !important;
    object-fit: contain !important;
}

/* Derby / fixture club badges */
.osat-derby-card .left-team img,
.osat-derby-card .right-team img,
.match-section .osat-derby-card .left-team img,
.match-section .osat-derby-card .right-team img {
    height: 78px !important;
    width: auto !important;
    max-height: 78px !important;
    max-width: 110px !important;
    object-fit: contain !important;
}

/* Keep smaller fixture badges proportional on mobile */
@media only screen and (max-width: 767px) {
    .osat-derby-card .left-team img,
    .osat-derby-card .right-team img,
    .match-section .osat-derby-card .left-team img,
    .match-section .osat-derby-card .right-team img {
        height: 64px !important;
        width: auto !important;
        max-height: 64px !important;
        max-width: 88px !important;
        object-fit: contain !important;
    }
}

