/*body {
    padding-top: 105.2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}*/


header {
	position: relative;
}

header .__normal_padding {
    padding: 0 15px;
}

/*header .main-header-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    z-index: 1111;
    width: 100%;
    top: 0;
    right: 0;
}*/

/*header .main-header-wrapper.__sticky {
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
}*/

header .main-header-wrapper .top-header-section {
	position: relative;
	overflow: hidden;
}

header .main-header-wrapper .top-header-section .top-header-wrapper {
	background-color: #fdb913;
}

header .main-header-wrapper .top-header-section .white-border-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 13.25%;
    height: 40px;
}

header .main-header-wrapper .top-header-section .white-border-wrapper:before {
    content: '';
    position: absolute;
    border-right: 57px solid transparent;
    border-bottom: 40px solid #000000;
    top: 0;
    bottom: 0px;
    right: -57px;
    z-index: 1;
}

header .main-header-wrapper .top-header-section .__custom_row {
    /*max-width: 89rem;*/
    max-width: 92.7085vw;
}

header .main-header-wrapper .top-header-section .header-meta-details {
    text-align: right;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: end;
    height: 40px;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__telephone {
    display: inline-block;
    font-size: 12.5px;
    font-family: 'MontserratRegular';
    color: #ffffff;
    letter-spacing: 0;
    margin-right: 25px;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__telephone a {
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__telephone a:hover {
    color: #000000;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__telephone i {
    margin-right: 6px;
    position: relative;
    top: 0;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__address {
    display: inline-block;
    font-size: 12.5px;
    font-family: 'MontserratRegular';
    color: #ffffff;
    letter-spacing: 0;
    margin-right: 22px;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__address i {
    margin-right: 7px;
    position: relative;
    top: 0;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__social_media {
    display: inline-block;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__social_media span.__follow_us {
	font-size: 12.5px;
    font-family: 'MontserratRegular';
    color: #ffffff;
    letter-spacing: 0;
    margin-right: 3px;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__social_media span {
    display: inline-block;
    margin-left: 2px;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__social_media span:first-of-type {
    margin-left: 0;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__social_media span a {
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
}

header .main-header-wrapper .top-header-section .header-meta-details p.__social_media span a:hover {
    color: #000000;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

/** header match schedules **/
header .header-match-schedules-section {
    background: #000000;
    padding: 12px 0 14px;
}

header .header-match-schedules-section .__custom_row {
    /*max-width: 91.2rem;*/
    max-width: 95vw;
}

header .header-match-schedules-section .match-schedules-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}

header .header-match-schedules-section .match-schedules {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

header .header-match-schedules-section .match-view-all-btn {
    text-align: right;
    width: 10%;
}

header .header-match-schedules-section .match-view-all-btn a {
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    font-family: 'GillSansRegular';
    color: #fdb913;
    letter-spacing: 0.5px;
}

header .header-match-schedules-section .match-view-all-btn a > span {
    margin-left: 5px;
}

header .header-match-schedules-section .match-view-all-btn a:hover {
    color: #fff685;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

header .event-match-item {
    position: relative;
}

header .event-match-item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -55%;
    width: 1px;
    height: 100%;
    background: #ffffff;
    transform: translate(-50%, -50%) rotate(22deg);
    transform-origin: center;
}

header .event-match-item:last-of-type:before {
    content: none;
}

header .event-match-item a {
    text-decoration: none;
}

header .event-match-item .match-details h4 {
    font-size: 12.5px;
    font-family: 'PoppinsMedium';
    color: #fdb913;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.2;
}

header .event-match-item .match-details p {
    text-align: left;
    font-size: 11px;
    font-family: 'PoppinsLight';
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

header .event-match-item .match-details p.text-yellow {
    color: #fff685;
    text-transform: uppercase;
}

header .match-teams-wrapper {
    margin-top: 6px;
}

header .event-match-item .match-teams {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: normal;
}

header .event-match-item .match-teams span.home-team-icon img {
    width: 24px;
}

header .event-match-item .match-teams span.home-team-name {
    font-size: 12.5px;
    font-family: 'PoppinsMedium';
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-left: 7px;
}

header .event-match-item .match-teams span.guest-team-icon img {
    width: 24px;
}

header .event-match-item .match-teams span.guest-team-name {
    font-size: 12.5px;
    font-family: 'PoppinsMedium';
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-left: 9px;
    line-height: normal;
}

header .match-schedules-wrapper .no-events-found {
    text-align: center;
    width: 100%;
    padding: 5px 0;
}

header .match-schedules-wrapper .no-events-found h2 {
    font-size: 26px;
    font-family: 'GillSansBold';
    color: #fdb913;
    letter-spacing: 0.2px;
    line-height: normal;
}

/* mobile view */
header .header-match-schedules-section .match-schedules-mobile {
    display: none;
}

header .header-match-schedules-section .mobile-matches-container {
    position: relative;
    width: 100%;
    clear: both;
}

header .header-match-schedules-section .mobile-matches-container .swiper-wrapper {
    box-sizing: inherit;
}

header .header-match-schedules-section .mobile-matches-container .swiper-slide {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

header .header-match-schedules-section .mobile-matches-container .swiper-slide-visible:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0%;
    width: 1px;
    height: 100%;
    background: #ffffff;
    transform: translate(-50%, -50%) rotate(22deg);
    transform-origin: center;
}

header .header-match-schedules-section .mobile-matches-container .swiper-slide-visible.last-visible:before {
    content: none !important;
}

header .header-match-schedules-section .mobile-matches-container .swiper-button-prev {
    left: 0;
}

header .header-match-schedules-section .mobile-matches-container .swiper-button-next {
    right: 0;
}

header .header-match-schedules-section .mobile-matches-container .swiper-button-next:after,
header .header-match-schedules-section .mobile-matches-container .swiper-button-prev:after {
    font-size: 28px;
}

header .header-match-schedules-section .mobile-matches-container .swiper-button-next,
header .header-match-schedules-section .mobile-matches-container .swiper-button-prev {
    color: #ffffff;
}

header .header-match-schedules-section .mobile-matches-container .swiper-button-next:hover,
header .header-match-schedules-section .mobile-matches-container .swiper-button-prev:hover {
    color: #fff685;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

header .header-match-schedules-section .match-schedules-mobile .match-view-all-btn {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

header .match-schedules-mobile .no-events-found {
    text-align: center;
    width: 100%;
    padding: 5px 0;
}

header .match-schedules-mobile .no-events-found h2 {
    font-size: 22px;
    font-family: 'GillSansBold';
    color: #fdb913;
    letter-spacing: 0.2px;
    line-height: normal;
}
/** header match schedules **/

header .header-logo-menu-section {
    background: #ffffff;
    padding: 10px 0;
    border-bottom: 6px solid #fff685;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .header-logo-menu-section.__sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1111;
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
}

header .header-logo-menu-section .__custom_row {
	/*max-width: 89rem;*/
	max-width: 92.7085vw;
}

header .header-logo-menu-section .__mobile_padding {
    padding: 0 15px;
}

header .header-logo-menu-section .__full_center_right {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: right;
}

/* first level menu */
header .header-logo {
    width: 240px;
}

header .header-main-menu {
	position: relative;
    top: 6px;
}

header .header-main-menu ul {
    padding: 0;
    margin: 0;
}

header .header-main-menu ul li {
	list-style: none;
	display: inline-block;
	border-left: 2px solid #fdb913;
	padding: 0 20px 0 20px;
}

header .header-main-menu ul li:first-of-type {
	padding: 0 20px 0 0;
	border-left: 0;
}

header .header-main-menu ul li:last-of-type {
	padding: 0 0 0 20px;
}

header .header-main-menu ul li.menu-item-has-children a:after {
    content: none;
}

header .header-main-menu ul li a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: 1px;
    font-family: 'GillSansBold';
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 !important;
    line-height: normal;
}

header .header-main-menu ul li a:hover {
    color: #fdb913;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

header .header-main-menu ul li.current-menu-item a {
    color: #fdb913;
}

header .header-main-menu ul li.current-menu-parent a {
    color: #fdb913;
}

header .header-main-menu ul li.current-page-ancestor a {
    color: #fdb913;
}
/* first level menu */

/* second level menu */
header .header-main-menu li.menu-item-has-children ul li a {
    color: #000000;
}

header .header-main-menu li.menu-item-has-children ul li.current-menu-item a {
	color: #fdb913;
}

header .header-main-menu li > ul {
	display: none;
	position: absolute;
	z-index: 12;
	width: 225px;
	margin-top: 12px;
	background: #ffffff;
	border-left: 7px solid #fdb913;
	padding: 10px 15px 10px 15px;
	-webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 13px rgba(0, 0, 0, .2);
}

header .header-main-menu li > ul li {
	list-style: none;
	display: block;
	padding: 8px 0 !important;
	margin: 0;
	text-align: left;
	border-bottom: 2px solid #fdb913;
	border-left: 0;
	line-height: unset;
}

header .header-main-menu li > ul li:last-of-type {
    border-bottom: 0;
    margin: 0;
}

header .header-main-menu li > ul li a {
    text-align: left;
    padding: 0 !important;
}

header .header-main-menu li > ul li a:hover {
    color: #fdb913;
}
/* second level menu */

/* booking button */
header .header-booking-section {
	position: relative;
	border-top: 6px solid #fff685;
}

header .header-booking-section .header-booking-border-container {
	position: absolute;
    z-index: 12;
	width: 100%;
	display: flex;
}

header .header-booking-section .__transparent_border {
    position: relative;
    background-color: transparent;
    height: 49px;
    width: 80.2%;
}

header .header-booking-section .__yellow_border {
    position: relative;
    background-color: #fff685;
    height: 49px;
    width: 19.8%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .main-header-wrapper.__sticky .header-booking-section .__yellow_border {
    -webkit-box-shadow: -10px 10px 14px -7px rgba(0, 0, 0, .2);
    -moz-box-shadow: -10px 10px 14px -7px rgba(0, 0, 0, .2);
    box-shadow: -10px 10px 14px -7px rgba(0, 0, 0, .2);
}

header .header-booking-section .__yellow_border:before {
	content: '';
    position: absolute;
    border-top: 49px solid #fff685;
    border-left: 72px solid transparent;
    top: 0;
    bottom: 0;
    left: -72px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .main-header-wrapper.__sticky .header-booking-section .__yellow_border:before {
    -webkit-filter: drop-shadow(-5px 4px 3px rgba(0, 0, 0, .1));
    filter: drop-shadow(-5px 4px 3px rgba(0, 0, 0, .1));
}

header .header-booking-section .header-booking-btn-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    z-index: 13;
	width: 100%;
	height: 100%;
}

header .header-booking-section .header-booking-btn-wrapper .__custom_row {
	max-width: 89.0625vw;
}

header .header-booking-section .header-booking-btn-wrapper .__bk_padding {
	padding: 0 15px;
}

header .header-booking-section .header-booking-btn-wrapper .header-booking-btn {
    height: 49px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: right;
}

header .header-booking-section .header-booking-btn-wrapper .header-booking-btn a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    bottom: 4px;
    font-family: 'GillSansBold';
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* booking button */


/** mobile menu responsive **/
header .__mobile_logo_menu {
    display: none;
}

header .mobile-main-menu {
    position: relative;
}

header .mobile-main-menu a > img {
    width: 240px;
}

header .mobile-main-menu #open-mobile-menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .mobile-main-menu #open-mobile-menu i.fa.fa-bars {
    cursor: pointer;
    font-size: 28px;
    color: #000000;
    padding: 4px 6px;
    border: 2px solid #000000;
    border-radius: 4px;
    background: transparent;
}

header .mobile-main-menu #mobile-menu {
    display: none;
}
/** mobile menu responsive **/


/** moby mobile menu **/
.moby {
    overflow: unset !important;
}

.moby.left-side {
    min-width: 350px !important;
    left: -1px !important;
}

.moby .moby-close {
    padding: 0 !important;
    position: absolute !important;
    background: transparent !important;
    right: 0 !important;
    top: 5px !important;
}

.moby .moby-close .moby-close-icon {
    height: 40px !important;
    width: 40px !important;
}

.moby .moby-close .moby-close-icon:before, .moby .moby-close .moby-close-icon:after {
    background: #ffffff !important;
}

.moby .moby-close .moby-close-icon:hover:before, .moby .moby-close .moby-close-icon:hover:after {
    background: #fdb913 !important;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.moby.moby-active .moby-close {
    right: -55px !important;
}

.moby .moby-wrap {
    overflow-y: auto !important;
    height: 100% !important;
    background: #ffffff !important;
}

.moby .moby-wrap .__mobile_side_logo {
    max-width: 210px;
    margin: 30px auto 25px;
}

.moby .moby-wrap .__mobile_telephone {
    text-align: center;
    margin-bottom: 3px;
}

.moby .moby-wrap .__mobile_telephone p {
    display: inline-block;
    font-size: 14px;
    font-family: 'MontserratRegular';
    color: #000000;
    letter-spacing: 0;
}

.moby .moby-wrap .__mobile_telephone p a {
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.1px;
}

.moby .moby-wrap .__mobile_telephone p a:hover {
    color: #fdb913;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.moby .moby-wrap .__mobile_telephone p i {
    font-size: 14px;
    font-weight: bold;
    margin-right: 6px;
    position: relative;
    top: 0;
}

.moby .moby-wrap .__mobile_address {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 10px;
}

.moby .moby-wrap .__mobile_address p {
    display: inline-block;
    font-size: 14px;
    font-family: 'MontserratRegular';
    color: #000000;
    letter-spacing: 0;
}

.moby .moby-wrap .__mobile_address p i {
    font-size: 14px;
    font-weight: bold;
    margin-right: 7px;
}

.moby .moby-wrap .__mobile_social_media {
    text-align: center;
    margin-bottom: 25px;
}

.moby .moby-wrap .__mobile_social_media p {
    font-size: 14px;
    font-family: 'MontserratRegular';
    color: #000000;
    letter-spacing: 0;
    display: block;
} 

.moby .moby-wrap .__mobile_social_media p span:first-of-type {
    display: block;
    margin-right: 0;
}

.moby .moby-wrap .__mobile_social_media p span {
    display: inline-block;
    margin-right: 2px;
}

.moby .moby-wrap .__mobile_social_media p span:last-of-type {
    margin-right: 0;
}

.moby .moby-wrap .__mobile_social_media p span a {
    text-decoration: none;
    font-size: 17px;
    color: #000000;
}

.moby .moby-wrap .__mobile_social_media p span a:hover {
    color: #fdb913;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.moby .moby-wrap .menu-main-menu-container ul {
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.moby .moby-wrap .menu-main-menu-container ul > li > a {
    padding: 0;
    color: #000000;
    font-size: 16.5px;
    font-family: 'GillSansBold';
    letter-spacing: 0.5px;
    padding: 21px 15px;
    border-top: 1px solid #000000;
    text-transform: uppercase;
}

.moby .moby-wrap .menu-main-menu-container ul > li.current-menu-item a {
    color: #fdb913;
}

.moby .moby-wrap .menu-main-menu-container ul > li.current-menu-parent a {
    color: #fdb913;
}

.moby .moby-wrap .menu-main-menu-container ul > li > a:hover {
    color: #fdb913;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

.moby .moby-wrap .menu-main-menu-container ul > li > a .moby-expand {
    color: #fdb913;
}

.moby .moby-wrap .menu-main-menu-container ul > li:last-of-type a {
    border-bottom: 1px solid #000000;
}

.moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul {
    border-top: 1px solid #000000;
    padding: 10px 0 10px 15px;
}

.moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li {
    padding: 11px 0;
    display: block;
}

.moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li a {
    display: table;
    padding: 0 0 5px;
    border-bottom: 1px solid transparent;
    border-top: 0;
    color: #000000;
}

.moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li a:hover {
    color: #fdb913;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;    
}

.moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li.current-menu-item a {
    color: #fdb913;
}

.moby .moby-wrap .menu-main-menu-container ul li:last-of-type.menu-item-has-children ul {
    border-top: 0;
    border-bottom: 1px solid #000000;
}
/** moby mobile menu **/