@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Italic.eot');
    src: local('Century Gothic Italic'), local('CenturyGothic-Italic'),
    url('fonts/CenturyGothic-Italicd41d.eot?#iefix') format('embedded-opentype'),
    url('fonts/CenturyGothic-Italic.woff') format('woff'),
    url('fonts/CenturyGothic-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.eot');
    src: local('Century Gothic'), local('CenturyGothic'),
    url('fonts/CenturyGothicd41d.eot?#iefix') format('embedded-opentype'),
    url('fonts/CenturyGothic.woff') format('woff'),
    url('fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Bold.eot');
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
    url('fonts/CenturyGothic-Boldd41d.eot?#iefix') format('embedded-opentype'),
    url('fonts/CenturyGothic-Bold.woff') format('woff'),
    url('fonts/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-BoldItalic.eot');
    src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
    url('fonts/CenturyGothic-BoldItalicd41d.eot?#iefix') format('embedded-opentype'),
    url('fonts/CenturyGothic-BoldItalic.woff') format('woff'),
    url('fonts/CenturyGothic-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}



* {
    /* font-family: 'Century Gothic', sans-serif; */
    font-family: 'Raleway', sans-serif;
}

.no-margin {
    padding: 0;
    margin: 0;
}

a, a:hover {
    text-decoration: none;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

.container {
    max-width: 78%;
    padding-left: 0;
    padding-right: 0;
}


/*HOMEPAGE*/

body {
    overflow-x: hidden;
}

.wrap-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.wrap-header .container {
    position: relative;
}
.home-main {
    background: url(../img/home/main-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: inline-block;
    padding-top: 86px;
    z-index: 1;
}

.home-main .video-popup {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 50px;
    left: 45%;
    font-size: 20px;
}

.home-main .video-popup:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    background: url('../assets/icon/play.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    height: 50px;
    width: 50px;
    margin-right: 20px;
}

header {
    padding-top: 30px !important;
}
.login-box {
    position: absolute;
    top: 21px;
    right: 0;
    background: rgb(0 0 0 / 0.5);
    font-size: 12px;
    color: #fff;
    padding: 4px 15px;
}
.login-box a {
    color: #fff;
    text-decoration: underline;
}
.fac-banquet .img-content-block:before {left: auto; bottom: -19%;top: auto;right: -88%; height: 86%; z-index: -1;width: 100%;}
.fac-fb-slider-item .gallery .img-block{width: 102px; height: 102px;}
.fac-fb-slider-item .gallery .img-block.large {width: 174px;height: 174px;}
.mobile-menu-link {
    display: none;
}
h1,h2{text-transform: uppercase;}
.fixed-header .topmenu li .submenu{background-color: rgba(0,0,0,0.8);}
.home-photo-slider-item img{filter: grayscale(100%); transition: 0.5s all ease;}
.home-photo-slider-item img:hover{filter: grayscale(0);}
.topmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 12px 0px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);

}
.home-events .row.align-items-center{align-items: flex-start !important;}
.home-social a img:nth-child(2){display: none;}
.home-social a:hover img:nth-child(1){display: none;}
.home-social a:hover img:nth-child(2){display: block;}

.topmenu li {
    position: relative;
}

.logo-box a img{width: 100px; height: 100px;}

.topmenu li .submenu {
    display: none;
    position: absolute;
    list-style: none;
    padding: 10px;
    top: 100%;
    padding-top: 20px;
    margin: 0;
    width: 200px;
}

footer .topmenu li .submenu {
    top: auto;
    bottom: 100%;
    transform: translateX(-20%);
    background: rgba(0, 0, 0, 0.5);
}

.topmenu li .submenu{
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.topmenu li .submenu li{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

button.owl-dot{
    display: none;
}

.topmenu li:hover > .submenu {
    display: block;
}



.topmenu li a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s ease;
}

footer .topmenu > li.menu-item-has-children > a {
    padding-left: 0;
}

.topmenu li a:hover {
    color: #BF942D;
}


.title-bold {
    display: block;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.home-main .title-bold {
    margin-top: 60vh;
}

.home-main .title-bold span{
    font-size: 82%;
}

.home-events {
    padding: 125px 0 150px;
    background: url(../img/home/events-bg.png) no-repeat right bottom;
}

.home-events .mobile_title{
    display: none;
}

.home-events h2{
    margin-bottom: 65px;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 62px;
    font-weight: 700;
    color: #0C4398;
}

.home-events .events_text{
    max-width: 540px;
    margin-left: auto;
}

.home-events .events_text span{
    font-size: 16px;
    line-height: 21px;
    color: #BF942D;
    margin-bottom: 13px;
    display: block;
}

.home-events .events_text h4{
    position: relative;
    margin-bottom: 55px;
    font-size: 25px;
    line-height: 31px;
    color: #323B47;
    font-weight: 700;
}

.home-events .events_text h4::after{
    content: "";
    position: absolute;
    display: block;
    width: 145%;
    height: 1px;
    background-color: #cccccc;
    left: -237px;
    bottom: -20px;
}

.home-events .back{
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    display: none;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: #264068;
    cursor: pointer;
}

.home-events .back::before{
    content: "";
    position: absolute;
    display: block;
    background: url(../img/arrow_back.png) no-repeat center center;
    width: 6px;
    height: 11px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home-events .events_text p{
    font-size: 18px;
    line-height: 29px;
    color: #323B47;
}

.home-events .events_text .block_1 + .block_1{
    margin-top: 35px;
}

.home-announcements {
    background: #fff;
    width: 80%;
    position: absolute;
    top: 0;
    padding-bottom: 240px;

}

.mobile-menu-items > .mobile-menu-item:nth-child(7) a{
    position: relative;
    padding: 0 25px;
}
.body,.html{
    overflow-x: hidden;
}
.dots{
    display: none;
}
.mobile-menu-items > .mobile-menu-item:nth-child(7) a::after{
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/dropdown.png);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu-item-has-children a{
    position: relative;
    padding: 0 25px;
}

.menu-item-has-children > a::after{
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/dropdown.png);
    right: 0;
    top: 47%;
    transform: translateY(-50%);
}

.menu-item-has-children.active > a::after {
    transform: translateY(-50%) rotate(-180deg);
}

.submenu li a{
    padding: 0;
}

.submenu li a::after{
    display: none;
}

.section-title {
    color: #0C4398 !important;
    font-size: 50px !important;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}

.home-announcements  .section-title {
    margin-bottom: 90px;
    padding-left: 14%;
}

.home-announcements-item {
    background: #fff;
}

.home-announcements-item .date {
    display: block;
    color: #BF942D;
    font-size: 16px;

}

/*.home-announcements-item a {
	display: block;
	color: #264068;
	font-weight: 700;
	font-size: 25px;
	padding: 20px 0;

}*/

.home-announcements-item p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 50px;
    color: #323B47;
}

.home-announcements-item:nth-child(2n) {
    padding-left: 60px;
    padding-right: 14%;
}

.home-announcements-item:nth-child(2n) hr{
    margin-right: -100%;
}

.home-announcements-item:nth-child(odd) {
    padding-right: 60px;
    padding-left: 14%;
}

.home-announcements-item:nth-child(odd) hr {
    margin-left: -47%;

}

.slider-nav {
    padding-left: 50px;
    flex-wrap: nowrap;
}

.slider-dots-wrap {
    padding-left: 35px;
}

.slider-dots {
    display: flex;
    position: relative;
    font-size: 18px;
}

.slider-dots .dot {
    font-family: 'Century Gothic', sans-serif;
    margin-right: 20px;
    cursor: pointer;
    color: #CFCBC6;
    transition: all .5s ease;
}

.slider-dots .dot.active {
    transform: scale(1.5);
    color: #BF942D;
}

.slider-dots .dot:hover {
    transform: scale(1.5);
    color: #BF942D;
}

.slider-dots:after {
    content: '';
    width: 91px;
    height: 1px;
    background-color: #CFCBC6;
    position: absolute;
    right: -104px;
    top: 50%;
}

.contact-departments .slider-dots:after {
    display: none;
}

.racing-card {
    position: relative;
    overflow: hidden;
}

.racing-card-slider-block .slider-dots:after {
    width: 127px;
    right: -140px;
}
.link-white {
    color: #fff;
}

.slider-nav-link {
    padding-left: 118px;
}

.slider-nav-link a {
    color: #BF942D;
    font: 700 14px "Century Gothic";
    text-transform: uppercase;
}

.slider-nav-link img {
    margin-left: 10px;
    vertical-align: middle;
}

.video-background {
    /*background: #000;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.video-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top,rgba(0,0,0,0) 10%,rgb(0 0 0 / 70%) 90%);
    z-index: 2;
}
.video-background video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slider {
    height: 1450px;
    position: relative;
    background: url(../img/home/slider-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.home-slider::after{
    content: '';
    position: absolute;
    height: 28%;
    width: 20.5%;
    background-color: #fff;
    top: -1px;
    right: 0;
}

.home-photo-slider-wrap-mobile {
    display: none;
}

.home-photo-slider {
    /*position: absolute;*/
    width: 160%;
    margin-left: -50%;
}

.home-photo-slider-item {
    -webkit-box-shadow: 26px 23px 56px -32px rgba(0,0,0,0.75);
    -moz-box-shadow: 26px 23px 56px -32px rgba(0,0,0,0.75);
    box-shadow: 26px 23px 56px -32px rgba(0,0,0,0.75);
}

.home-photo-slider-wrap {
    margin-top: 50px;
    position: absolute;
    width: 100%;
}

/*.home-photo-slider-nav {
	cursor: pointer;
	position: absolute;
	right: -18%;
	top: 45%;
	width: 10%;
}*/

.home-photo-slider-nav  {
    width: 10%;
    height: 15%;
    background: url('assets/icon') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    right: -18%;
    top: 45%;
}

.home-photo-slider-nav:hover {
    background: url(../img/home/arrow-right-hover.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}


.home-photo-slider-nav img {
    width: 100%;
}

.home-slider-text {
    position: absolute;
    bottom: 80px;
    left: 14%;
}

.home-slider-text:before {
    content: '';
    background-color: #fff;
    width: 50%;
    height: 2px;
    left: -60%;
    top: 50%;
    position: absolute;
}

.home-slider-text span {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.home-news {
    padding-top: 120px;
}

.home-news .section-title {
    margin-bottom: 40px;
    padding-left: 14%;
}

.home-news-item {
    padding: 50px 14%;
    transition: all .5s ease;
}

.home-news-item:hover {
    -webkit-box-shadow: 10px 10px 86px -30px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 86px -30px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 86px -30px rgba(0,0,0,0.75);
}

.home-news-item .mobile-img {
    display: none;
    height: 0;
    width: 0;
}

.home-news-item img {
    width: 100%;
}

.home-news-item-text {
    padding-right: 7vw;
}

.home-news-item .date {

}

.home-news-item .date {
    display: block;
    color: #BF942D;
    font-size: 16px;

}

.post-title {
    display: block;
    color: #264068;
    font-weight: 700;
    font-size: 25px;
    padding: 20px 0;
    transition: all .5s ease;
}

.post-title:hover {
    color: #CFCBC6;
}



.home-news-item p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #323B47;
}

.home-news-item hr {
    margin-left: -50%;
}

.post-btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #BF942D;
    display: block;
    max-width: max-content;
    padding: 8px 15px;
    transition: all .5s ease;
    border: 1px solid #BF942D;
}

.post-btn:hover {
    background: #fff;
    color: #BF942D;
}

.home-news .slider-nav {
    padding-left: 0;
}

.home-news .slider-nav .slider-dots-wrap {
    padding-left: 0;
}

.home-promotion {
    /* background: url(../img/home/promo-bg.png) no-repeat; */
    -webkit-background-size: cover;
    background-size: cover;
    padding: 26px 26px 29px;
}

.home-promotion .container {
    max-width: 86%;
}

.home-promotion .section-title {
    color: #fff;
    text-align: center;
    margin: 70px 0 56px;
}

.home-promotion-border {
    position: relative;
    padding: 15px;
}

.home-promotion-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

.home-promotion-slider-wrap {
    position: relative;
    margin-bottom: -242px;
}


.home-promotion-slider-item  {
    background-color: #fff;
    padding-bottom: 68px;
    -webkit-box-shadow: -1px 8px 97px -59px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 8px 97px -59px rgba(0,0,0,0.75);
    box-shadow: -1px 8px 97px -59px rgba(0,0,0,0.75);

}
.home-promotion-slider-item-img {
    position: relative;
    padding-top: 66%;
}
.home-promotion-slider-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-promotion-slider .owl-stage-outer {
    padding-bottom: 58px;
}
.home-promotion-slider .owl-stage {
    display: flex;
}
.home-promotion-slider .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 100px;
}

.home-promotion-slider .owl-stage .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.home-promotion-slider-item img {
    width: 100%;
    padding: 15px;
    padding-bottom: 0;
}

.home-promotion-slider-item .title {
    font-size: 26px;
    display: block;
    font-weight: 700;
    text-align: center;
    color: #264068;
    margin: 35px 0 0;
    padding: 0 15px;
}

.home-promotion-slider-item p {
    padding: 16px 20px 31px;
    text-align: center;
    font-size: 16px;
    line-height: 29px;
    color: #323B47;
}

.home-promotion-slider-item .post-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    margin: 0 auto;
    padding: 9px 26px 5px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    line-height: normal;
}

.home-promo-prev {
    width: 10%;
    height: 8.5%;
    background: url(../img/home/arrow-left.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    left: -8%;
    top: 40%;
}

.home-promo-prev:hover {
    background: url(../img/home/arrow-left-hover.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.home-promo-next {
    width: 10%;
    height: 8.5%;
    background: url(../img/home/arrow-right.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    right: -8%;
    top: 40%;
}

.home-promo-next:hover {
    background: url(../img/home/arrow-right-hover.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}

.home-about {
    padding-top: 300px;
}

.home-about p {
    font-size: 18px;
    color: #323B47;
}

.home-about .section-title {
    margin-bottom: 25px;
}

.home-about-nav .slider-nav {
    padding-left: 0;
}

.home-about-nav .slider-nav .slider-dots .dot:last-child {
    margin-right: 0;
}

.home-about-nav .slider-nav  .slider-dots:after {
    position: static;
    margin: 0 10px;
    margin-top: 15px;
    width: 100px;
}

.home-about-nav .slider-nav .slider-nav-link {
    padding-left: 0;
}

.home-about-nav .slider-nav .slider-dots-wrap {
    padding-left: 0;
}

.home-about-slider {
    margin-top: 80px;
}

.home-gallery {
    background: url(../img/home/gallery-bg1.png) no-repeat center top -310px;
    padding: 120px 0;
    position: relative;
}

.page-template-template-racing .home-gallery {
    padding-top: 140px;
    background: none;
}
.page-template-template-racing .home-gallery::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 76%;
    background: #F6F6F6;
    z-index: -1;
}

.home-gallery-photo-wrap:after {
    content: '';
    border: 1px solid #CFCBC6;
    position: absolute;
    top: 263px;
    right: 5%;
    height: 75%;
    width: 81%;
    pointer-events: none;
}

.home-gallery .section-title{
}

.home-gallery-box {
    position: absolute;
    width: 70%;
    height: 50%;
    background: #F6F6F6;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.home-gallery-photo-wrap {
    z-index: 10;
    margin-top: 240px;
    left: 0;
    top: 30vh;
}

.home-gallery-photo-wrap {
    display: flex;
    flex-wrap: wrap;
}

.home-gallery-photo-item {
    flex-basis: 20%;
    height: 20%;
    position: relative;
    transition: all .5s ease;
}

.home-gallery-photo-item:first-child{
    position: relative;
    z-index: 10;
}

.home-gallery-photo-item:nth-child(5n){
    position: relative;
    z-index: 10;
}

.home-gallery-photo-item:hover .overlay  {
    display: block;
    transition: all .5s ease;
}

.home-gallery-photo-item .overlay {
    position: absolute;
    background: black;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: transparent;
    backdrop-filter: blur(6px);
    cursor: pointer;
    display: none;
    transition: all .5s ease;
}

.home-gallery-photo-item .overlay img {
    width: 56px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
}

.home-gallery-photo-item .overlay span {
    width: 56px;
    position: absolute;
    top: calc(50% + 22px);
    left: calc(50% - 28px);

    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
}

.home-gallery-photo-item:nth-child(3) {
    flex-basis: 40%;
}

.home-gallery-photo-item:nth-child(11) {
    flex-basis: 40%;
}

/*.home-gallery-photo-item:nth-child(n+9) {
	display: none;
}*/


.home-gallery-photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-gallery-photo-more {
    display: block;
    flex-basis: 20%;
    background: #264068;
    position: relative;
    transition: all .5s ease;
}

.home-gallery-photo-more:hover {
    background: #203555;
}


.home-gallery-photo-more .text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 14px;
    width: 25%;
    transform: translate(-50%,-50%);
}

.home-gallery-photo-more .text img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.home-gallery-photo-more .text span {
    display: block;
    text-align: center;
    margin-top: 15px;
}

#magnify {
    display: none;
    position: fixed;
    height: auto;
    z-index: 9999;
    width: 78%;
    top: 10%;
    left: 11%;
}

#magnify img {
    width: 100%;
}

#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 9990;
}

#close-popup {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

#close-popup i {
    width: 50px;
    height: 50px;
    background: url(../img/home/cross.png) no-repeat center center;
    background-size: 30px 30px;
    display: block;
}

.home-social {
    padding: 60px 0;
}
.page-template-template-login .home-social {
    padding: 43px 0 57px;
}
.home-social ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-social ul li {
    padding: 0 30px;
    border-right: 1px solid #CFCBC6;
}
.home-social ul li:nth-child(1) {
    padding-left: 0;
}
.home-social ul li:last-child {
    padding-right: 0;
    border: 0;
}

footer {
    background: #264068;
    padding-top: 40px;
    padding-bottom: 20px;
}

footer .topmenu {
    border: 0;
}

footer .copyright {
    display: block;
    font-size: 12px;
    color: #CFCBC6;
    text-align: center;
    margin-top: 40px;
}

.footer_logo img {
    max-width: 116px;
    width: 100%;
}
/*RACING*/

.racing-main {
    background: url("../assets/images/banner/racing-bg.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}


.main-text {
    padding: 15px;
    background: rgba(19, 45, 85, 0.9);
    /*margin: 150px 0;*/
    width: 70%;
    margin: 150px auto;
}

.page-template-template-about .main-text {
    max-width: 922px;
    width: 100%;
}

.main-text .border {
    border: 1px solid #fff;
}

.main-text .subtitle {
    display: block;
    text-align: center;
    color: #BF942D;
    font-size: 25px;
    font-weight: 700;
    margin-top: 50px;
}

.main-text .section-title {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}

.main-text p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 50px;
    padding-top: 0;
}

.main-menu {
    background: #fff;
    padding: 29px 0;
    width: 82%;
    position: absolute;
    bottom: -42px;
    left: 9%;
    -webkit-box-shadow: 7px 10px 100px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 10px 100px -20px rgba(0,0,0,0.75);
    box-shadow: 7px 10px 100px -20px rgba(0,0,0,0.75);
    z-index: 10;
}

.main-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.main-menu ul li {
    border-right: 1px solid #CFCBC6;
    padding: 0 30px;
}

.main-menu ul li:last-child {
    border-right: 0;
}

.main-menu ul li a {
    color: #264068;
    font-size: 20px;
    text-transform: uppercase;
}

.main-menu ul li.active {
    font-weight: 700;
}

.racing-info {
    padding: 186px 0 100px;
    position: relative;
    background: #F5F5F5;
}

.racing-info-wrap {
    display: flex;
    align-items: flex-start;
}

.racing-info .section-title {
    padding-left: 15%;
}

.racing-video {
    display: block;
    margin-top: 80px;
    position: relative;
    width: 50%;
}


.racing-video .bg {
    width: 100%;
}


.racing-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 15.5%;
    transform: translate(-50%, -50%);
}

.racing-info-text {
    position: relative;
    background: #264068;
    color: #fff;
    padding: 94px 5% 82px 6.3%;
    width: 53%;
    margin: 20.5% 0 -316px -220px;
    -webkit-box-shadow: 7px 10px 100px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 10px 100px -20px rgba(0,0,0,0.75);
    box-shadow: 7px 10px 100px -20px rgba(0,0,0,0.75);
    overflow: hidden;
    z-index: 2;
}

.racing-info-text .subtitle {
    font-size: 16px;
    display: block;
}

.racing-info-text .title {
    position: relative;
    display: block;
    margin: -4px 0 38px;
    padding-bottom: 19px;
    font-size: 37px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.85px;
}
.racing-info-text .title::before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 300%;
    height: 1px;
    background: #fff;
}
.racing-info-text hr {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: -50px;
}

.racing-info-text table tr td {
    padding-bottom: 0;
    vertical-align: top;
    font-size: 16px;
    line-height: 31px;
}

.racing-info-text table tr.entrance_fee_prices_for td,
.racing-info-text table tr.dress_code_for_public td {
    padding-bottom: 40px;
}

.racing-info-text table tr th {
    width: 41%;
    padding: 0 30px 2px 0;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
}

.racing-info-border {
    position: absolute;
    width: 101%;
    height: 68%;
    border: 1px solid #CFCBC6;
    right: -90%;
    top: 38%;
    z-index: 1;
}

.racting-fixture {
    padding-top: 316px;
    padding-bottom: 130px;
}

.racting-fixture .section-title {
    margin-bottom: 60px;
}

.ui-datepicker-multi{
    box-shadow: 20px 20px 50px rgba(0,0,0,0.4);
    width: 460px;
}

.ui-datepicker-multi > div:nth-child(1){
    background-color: #fff;
}

.ui-datepicker-multi > div:nth-child(3){
    background-color: #BF942D;
}

.ui-datepicker-multi > div{
    padding: 45px 70px 40px 50px;
    box-sizing: border-box;
}

.racting-fixture .ui-datepicker-multi > div {
    padding: 45px 36px 40px 32px;
}

.ui-datepicker-row-break{
    padding: 0 !important;
}

.ui-datepicker-multi .ui-datepicker-header .ui-datepicker-prev::after{
    display: none;
}

.ui-datepicker-multi .ui-datepicker-header .ui-datepicker-next::after{
    display: none;
}

.ui-datepicker-multi .ui-datepicker-title{
    font-size: 14px;
    line-height: 17px;
}

.ui-datepicker-multi .ui-datepicker-header{
    margin-bottom: 40px;
}

.ui-datepicker-multi > div:nth-child(3) .ui-datepicker-title{
    color: #fff;
}

.ui-datepicker-multi .ui-datepicker-calendar tr th{
    font-size: 11px;
    line-height: 13px;
    padding-right: 0;
    padding-left: 0;
}

.ui-datepicker-multi > div:nth-child(3) .ui-datepicker-calendar tr th{
    color: #0C4398;
}

.ui-datepicker-multi .ui-datepicker-calendar tr td{

    font-size: 14px;
    line-height: 25px;
}

.ui-datepicker-multi > div:nth-child(3) .ui-datepicker-calendar tr td a{
    color: #fff;
}

.ui-datepicker-multi .ui-datepicker-calendar .ui-state-highlight{
    width: 25px;
    height: 25px;
}

.ui-datepicker-multi .ui-datepicker-title::before{
    width: 60px;
    left: 50px;
}

.ui-datepicker-multi .ui-datepicker-title::after{
    width: 60px;
    right: 0;
}

.racing-fixture-calendar-block {
    max-width: 462px;
    /*width: calc(50% - 200px);*/
}

.racing-fixture-content {
    margin: 0 auto;
    width: 49%;
    padding-top: 49px;
}

.racing-fixture-content .subtitle {
    font-size: 16px;
    color: #BF942D;
    display: block;
    margin-bottom: 15px;
}

.racing-fixture-content .post-title {
    padding: 0;
}

.racing-fixture-content hr {
    margin: 30px 0;
    background: #CFCBC6;
}

.racing-fixture-content p {
    color: #323B47;
    margin-bottom: 30px;
    font-size: 18px;
}

.racing-fixture-content p:last-child {
    margin-bottom: 0;
}

.racing-card .section-title {
    text-align: center;
    padding: 104px 0 59px;
}

.racing-fixture-video {
    height: 1000px;
}

.racing-fixture-video-box {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../assets/images/racing/bg_racing.jpg") no-repeat center;
    /* background: url(../img/racing/video-bg.png) no-repeat center; */
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.racing-fixture-video-box .play-img {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 10%;
}


.racing-card-menu {
    background: #F5F5F5;
    padding: 20px 0;
    width: 100%;
    -webkit-box-shadow: 7px 10px 100px -20px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 10px 100px -20px rgba(0,0,0,0.75);
    box-shadow: 7px 10px 100px -20px rgba(0,0,0,0.75);
    z-index: 10;
}

.racing-card-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.racing-card-menu ul li {
    border-right: 1px solid #CFCBC6;
    padding: 10px 30px;
}

.racing-card-menu ul li:last-child {
    border-right: 0;
}

.racing-card-menu ul li a {
    color: #264068;
    font-size: 20px;
}

.racing-card-menu ul li a.active {
    font-weight: 700;
}

.has-mobile-banner .banner_mobile {
    display: none;
}

.racing-card-content {
    max-width: 1552px;
    margin: 0 auto;
    padding: 130px 0;
    position: relative;
    display: flex;
}

.racing-card-img-block {
    width: 56%;
    text-align: center;
}
.racing-card-img-block img {
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
}

.racing-card-slider-block {
    position: relative;
    width: 42%;
    margin-left: 2%;
    z-index: 2;
    display: none;
}

.racing-card-slider-block.active {
    display: block;
}

.date-item .title,
.race_accordion__header {
    display: block;
    font-family: 'Century Gothic', sans-serif;
    font-size: 25px;
    color: #264068;
    font-weight: 700;
}
.race_accordion {
    width: 33.3333%;
    padding-bottom: 24px;
}

.race_accordion__header {
    margin-bottom: 10px;
    color: #fff;
    cursor: pointer;
}
.race_accordion__box {
    display: none;
}
.race_accordion__box ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}

.race_accordion__box ul li {
    margin-bottom: 6px;
}
.race_accordion__box ul a {
    color: #fff;
}

.date-item {
    padding-bottom: 50px;
}

.date-item:last-child {
    padding-bottom: 0;
}

.date-item hr {
    background: #CFCBC6;
    margin-top: 25px;
    margin-bottom: 50px;
}

.date-item ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
}

.date-item ul li {
    flex-basis: 25%;
}

.date-item ul li a {
    font-size: 16px;
    color: #323B47;
    transition: all .5s ease;
}

.date-item ul li a:hover {
    color: #BF942D;
    text-shadow: 0 0 .65px #BF942D, 0 0 .65px #BF942D;
}

.racing-card-slider-block .slider-nav {
    padding-left: 0;
    margin-top: 96px;
}

.racing-card-slider-block .slider-nav .slider-nav-link {
    padding-left: 158px;
}
.racing-card-wrap {
    background: #f5f5f5;
}
.racing-item-content {
    position: absolute;
    background: #264068;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .5s ease;
}

.racing-item-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    width: 300vw;
    height: 100%;
    background: #264068;
    z-index: -1;
}

.racing-item-content.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 10;
}

.racing-item-content-head {
    padding-top: 50px;
    padding-bottom: 40px;
}

.racing-item-content-head .title {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.racing-item-content-head .close {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.racing-item-content hr {
    background: #fff;
    margin-top: 0;
    margin-bottom: 80px;
}

.racing-item-content .img-wrap {
    flex-wrap: wrap;
}

.racing-item-content .img-block {
    flex-basis: 50%;
    height: 50%;
}

.racing-item-content .img-block .img-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.racing-item-content .img-scale-block img {
    width: 100%;
    transition: all .5s ease;
}

.img-block {
    position: relative;
    padding: 10px;
}


.img-block:hover .overlay  {
    display: flex;
    transition: all .5s ease;
}

.img-block .overlay {
    position: absolute;
    background: black;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background: transparent;
    backdrop-filter: blur(6px);
    cursor: pointer;
    display: none;
    transition: all .5s ease;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img-block .overlay img {
    width: 50%;
    margin: 0 auto;
    left: auto;
}

.about-main {
    background: url(../img/about/main-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 150px;
}

.about-info {
    padding: 102px 0 113px;
    background: url(../img/about/info-bg.png) no-repeat  72% -17%;
    position: relative;
    z-index: -1;
}

.about-info-logo .img-wrap {
    padding: 0 60px;
}

.about-info-logo hr {
    background: #CFCBC6;
}


.about-info-logo .img-wrap img {
    width: 100%;
    position: relative;
    display: block;
    height: auto;
}

.about-info p {
    text-align: center;
}

.about-info .text-bold {
    max-width: 1153px;
    margin: 70px auto 37px;
    font-weight: 700;
    font-size: 25px;
    color: #264068;
}

.about-info .text-thin {
    max-width: 1277px;
    margin: 0 auto 124px;
    color: #3C3C3C;
    font-size: 20px;
    line-height: 36px;
}

.about-info .quote {
    font-size: 16px;
    font-style: italic;
    color: #767676;
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.about-info .quote:before {
    content: "";
    position: absolute;
    background: url(../img/quote.png) no-repeat;
    background-size: contain;
    top: -39px;
    left: 50%;
    height: 20px;
    width: 28px;
    transform: translateX(-50%);
}


.about-info .section-title {
    padding: 178px 0 155px;
    text-align: center;
}

.message-block {
    position: relative;
    width: 96.5%;
    margin-left: 3.5%;
    background: #264068;
    padding: 17px 22px;
    color: #fff;
    -webkit-box-shadow: 45px -23px 63px -46px rgba(0,0,0,0.75);
    -moz-box-shadow: 45px -23px 63px -46px rgba(0,0,0,0.75);
    box-shadow: 45px -23px 63px -46px rgba(0,0,0,0.75);
}

.message-block:after {
    content: '';
    position: absolute;
    height: 113%;
    width: 96%;
    border: 1px solid #CFCBC6;
    right: -4%;
    top: -18%;
    z-index: -1;
}

.message-block .message-border {
    border: 1px solid #fff;
    padding: 73px 4% 71px;
}

.message_block__img {
    position: relative;
    width: 22%;
    padding-top: 4px;
    z-index: 2;
}

.message_block__img img {
    width: 100%;
}

.message-block .text-block {
    width: 71%;
}

.message-block .text-block .subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

.message-block .text-block .title {
    font: 700 25px "Century Gothic";
    text-transform: uppercase;
}

.message-block .text-block hr {
    width: 115%;
    margin: 24px 0 32px -20%;
    background: #CFCBC6;
}

.message-block .text-block p {
    position: relative;
    font-family: "Century Gothic";
    font-size: 18px;
    line-height: 29px;
    text-align: left;
}

.message-block .text-block p:before {
    content: '';
    background: url(../img/about/chairman-quote.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: -50px;
}

.message-block .text-block p:after {
    content: '';
    background: url(../img/about/chairman-quote.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -10px;
    right: -30px;
}

.about-history {
    background: #F5F5F5;
}

.about-history .section-title {
    text-align: center;
    padding-bottom: 70px;
    background: #fff;
}

.about-history-menu {
    background: #F5F5F5;
    padding: 30px 0;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 5px 19px 37px 1px rgba(0,0,0,0.15);
    box-shadow: 5px 19px 37px 1px rgba(0,0,0,0.15);
}

.about-history-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.about-history-menu ul li {
    border-right: 1px solid #CFCBC6;
    padding: 0 30px;
}

.about-history-menu ul li:last-child {
    border-right: 0;
}

.about-history-menu ul li a {
    font-family: 'Century Gothic', sans-serif;
    color: #264068;
    font-size: 20px;
    text-transform: uppercase;
}

.about-history-menu ul li.active a {
    font-weight: 700;
}

.about-history-tab {
    padding-top: 129px;
    transition: all .5s ease;
    display: none;
    overflow: hidden;
}

.about-history-tab.active {
    display: block;
}
.about_history_slider__img {
    width: 32%;
    padding: 0;
}

.about_history_slider__txt {
    width: 62.6%;
    padding: 0 6% 0 0;
}
.about-history-tab .text-block .year {
    display: block;
    color: #BF942D;
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.about-history-tab .text-block .title {
    display: block;
    color: #264068;
    font-weight: 700;
    font-size: 25px;
}

.about-history-tab .text-block hr {
    margin: 24px 0 34px;
    background: #CFCBC6;
}

.about-history-tab .text-block p {
    color: #323B47;
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 25px;
}

.about-history-tab .text-block p:last-child {
    margin-bottom: 0;
}

#club .about-comm {
    padding-top: 112px;
}

.about-comm .container {
    max-width: 1376px;
}

.about-history .slider-nav {
    margin-top: 100px;
    padding: 0 45px 108px 0;
}

.about-history .slider-nav .slider-nav-link {
    padding-left: 120px;
}

.about-history-slider{
    position: relative;
    width: 96.5%;
    margin-left: 3.5%;
    background-color: #F5F5F5;
}

.about-history-slider .text-block{
    background-color: #f5f5f5;
}

.about-history-tab {
    position: relative;
}

.about-history-tab::before {
    content: '';
    position: absolute;
    width: 100%;
    /*height: 563.64px;*/
    height: 73%;
    /*background: url(../img/line.png)  no-repeat;*/
    border: 1px solid #CFCBC6;
    background-size: 125%;
    left: 8%;
    bottom: 54px;
    clip-path: polygon(0 0, 43% 0, 100% 100%, 0% 100%);
}

/*.about-history-slider::before{*/
/*content: '';*/
/*position: absolute;*/
/*width: 122%;*/
/*!*height: 563.64px;*!*/
/*height: 122%;*/
/*background: url(../img/line.png)  no-repeat;*/
/*border-bottom: 1px solid #CFCBC6;*/
/*background-size: 125%;*/
/*bottom: -34%;*/
/*left: -4%;*/
/*z-index: -1;*/
/*}*/

.about-comm {
    padding: 100px 0;
}

.about-comm hr {
    margin: 50px 0;
    background: #CFCBC6;
}

.about-comm .content-wrap {
    display: flex;
    margin-top: -44px;
    flex-wrap: wrap;
    margin-right: -40px;
}

.about-comm .content-wrap .content-item {
    width: 33.3%;
    padding-right: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 44px;
}

.about-comm .content-wrap .content-item .subtitle {
    font-size: 16px;
    color: #BF942D;
    display: block;
}

.about-comm .content-wrap .content-item  .title {
    display: block;
    font-weight: 700;
    color: #264068;
    font-size: 25px;
}


.about-clubs {
    background: #F5F5F5;
    position: relative;
}

.about-clubs .slider-nav {
    position: absolute;
    top: 15%;
    left: 70%
}



.about-clubs .slider-nav-link  {
    padding-left: 120px;
    padding-right: 0;
}

.about-clubs .slider-nav-link img {
    width: auto;
    display: inline-block;
}

.about-clubs .section-title {
    text-align: center;
    padding-bottom: 70px;
    background: #fff;
}

.about-clubs-menu {
    background: #F5F5F5;
    padding: 20px 0;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 5px 19px 37px 1px rgba(0,0,0,0.15);
    box-shadow: 5px 19px 37px 1px rgba(0,0,0,0.15);
}

.about-clubs-menu.mobile {
    display: none;
}

.about-clubs-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}

.about-clubs-menu ul li {
    border-right: 1px solid #CFCBC6;
    padding: 0 30px;
    width: 20%;
    text-align: center;
}

.about-clubs-menu ul li:last-child {
    border-right: 0;
}

.about-clubs-menu ul li a {
    color: #264068;
    font-size: 20px;
}

.about-clubs-menu ul li.active  a {
    font-weight: 700;
}

.about-clubs-tab {
    padding: 50px 0;
    transition: all .5s ease;
    display: none;

}


.about-clubs-tab.active {
    display: block;
}

.about-clubs-tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 200px;
    flex-wrap: wrap;
}

.about-clubs-tab ul li {
    flex-basis: 33.3%;
}

.about-clubs-tab .container {
    max-width: 65%;
}

.about-clubs-tab ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #323B47;
}

.about-clubs-tab ul li a.active {
    color: #BF942D;
    font-weight: 700;
}

.about-clubs-content {
    height: 1000px;
    position: relative;
}

.about-clubs-content .video-block {
    position: absolute;
    left: 1.6%;
    top: 40%;
    width: 9%;
    padding-top: 9%;
    z-index: 10;
}


.about-clubs-content .video-block .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-clubs-content .video-block .play {
    position: absolute;
    width: 30%;
    height: 30%;
    top: 35%;
    left: 35%;
}


.about-clubs-content .info-block {
    position: absolute;
    top: 11.5%;
    left: 13.7%;
    max-width: 50%;
    width: 733px;
    min-height: 69.5%;
    padding: 60px 4% 20px;
    z-index: 3;
    color: #fff;
    background: #BF942D;
    -webkit-box-shadow: 10px 10px 34px -2px rgba(0,0,0,0.57);
    -moz-box-shadow: 10px 10px 34px -2px rgba(0,0,0,0.57);
    box-shadow: 10px 10px 34px -2px rgba(0,0,0,0.57);
}

.about-clubs-content .img-block:after {
    position: absolute;
    top: -33%;
    left: -66%;
    content: '';
    width: 98%;
    height: 122%;
    border: 1px solid #CFCBC6;
    z-index: -1;
}

.about-clubs-content .info-block .country {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.about-clubs-content .info-block .title {
    display: block;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 1.85px;
    line-height: 37px
}

.about-clubs-content .info-block hr {
    margin-top: 20px;
    margin-bottom: 42px;
    margin-left: -50px;
    background: #fff;
}

.about-clubs-content .info-block table th {
    vertical-align: top;
    width: 37%;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 12px;
    padding-right: 20px;
}

.about-clubs-content .info-block table td {
    vertical-align: top;
    padding-bottom: 12px;
}

.about-clubs-content .info-block .links {
    display: flex;
    margin: 60px 0 0;
    padding: 0;
    list-style: none;
}

.about-clubs-content .info-block .links li {
    margin-right: 20px;
}

.about-clubs-content .img-block {
    position: absolute;
    top: 29%;
    right: 0;
    width: 56.5%;
    padding-top: 37.5%;
    z-index: 1;
}


.about-clubs-content .img-block img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.about-clubs-content .clubs-modal {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    opacity: 0;
    transition: all .5s ease;
    width: 0;
    height: 0;
}

.about-clubs-content .clubs-modal.active {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.about-clubs-content .clubs-modal .content {
    position: absolute;
    right: 0;
    top: 10%;
    background: #BF942D;
    padding: 50px;
    width: 60%;
    min-height: 70%;
}

.about-clubs-content .clubs-modal .content .close-btn {
    font-size: 14px;
    display: block;
    color: #264068;
    text-align: right;
    padding-right: 20px;
    position: relative;
}

.about-clubs-content .clubs-modal .content .close-btn:after {
    content: '';
    background: url(../img/about/cross.png) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 5px;
}

.about-clubs-content .clubs-modal .content hr {
    background: #fff;
    margin: 30px 0;
}

.about-clubs-content .clubs-modal .content .list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-clubs-content .clubs-modal .content .list li {
    margin-bottom: 10px;
}

.about-clubs-content .clubs-modal .content .list li a {
    font-size: 16px;
    color: #fff;
}

.about-faq {
    padding-top: 130px;
    padding-bottom: 0;
}
.about-faq .container {
    max-width: 1376px;
}
.about-faq .section-title {
    margin-bottom: 100px;
}

.about-faq-item {
    padding: 44px 0;
    transition: all .5s ease;
    cursor: pointer;
}

.about-faq-item hr {
    display: none;
}


.about-faq-item:hover {
    padding: 67px 0 87px;
    -webkit-box-shadow: 6px 5px 34px -2px rgba(0,0,0,0.57);
    -moz-box-shadow: 6px 5px 34px -2px rgba(0,0,0,0.57);
    box-shadow: 6px 5px 34px -2px rgba(0,0,0,0.57);
}

.about-faq-item:hover .title {
    color: #C2B59B;
}

.about-faq-item .title {
    position: relative;
    display: block;
    margin-bottom: 34px;
    padding-bottom: 21px;
    font-weight: 700;
    color: #264068;
    font-size: 25px;
    transition: all .5s ease;
}

.about-faq-item .title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200vw;
    height: 1px;
    background: #cfcbc6;
}

.about-faq-item .title:after{
    display: none;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background: url(../img/plus.png) no-repeat center;
    background-size: contain;
    height: 20px;
    width: 20px;
    transition: all .2s ease;
}
.about-faq-item .title.active:after{
    background: url(../img/minus.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}



.about-faq-item hr {
    background: #CFCBC6;
    margin-top: 25px;
    margin-bottom: 35px;
}

.about-faq-item p {
    color: #323B47;
    font-size: 18px;
}

/*FACILITIES*/

.facilities-main {
    background: url(../img/facilities/main-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.facilities-main .main-menu {
    width: 78%;
    left: 11%;
}

.facilities-main .main-text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.fac-fb {
    padding-top: 100px;
    position: relative;
}
#fb.fac-fb {
    margin-top: 129px;
}
#concessionnaires.fac-conc {
    margin-bottom: 44px;
    padding-top: 28px;
}
#club {
    padding-top: 125px;
}

#club .section-title {
    margin-bottom: 53px;
}
.fac-fb .slider-nav {
    position: absolute;
    left: 70%;
    right: 5%;
    /*top: 30.5%;*/
    top: auto;
    bottom: 68%;
    z-index: 10 !important;
}

.fac-fb-slider {
    /*height: 1000px;*/
}

.fac-fb-slider .owl-stage-outer {
    height: 100%;
}

.fac-fb-slider .owl-stage {
    height: 100%;
}

.fac-fb-slider .owl-stage-outer .owl-item {
    height: 100%;
}

.fac-fb-slider-item {
    min-height: 1024px;
    position: relative;
    background: url(../img/facilities/bg.png) no-repeat right;
}

.fac-banquet .fac-fb-slider-item {
    min-height: 1042px;
}
.fac-fb-slider-item .gallery {
    width: 10%;
    position: absolute;
    left: 5%;
    top: 25%;
    z-index: 10;
}

.page-template-template-facilities .fac-fb-slider-item .gallery {
    left: 1.6%;
    top: 13%;
    width: 9%;
}
.page-template-template-facilities .fac-banquet .fac-fb-slider-item .gallery {
    left: auto;
    top: auto;
    bottom: 0;
    right: 18%;
    width: 27.4%;
    justify-content: flex-end;
}
.fac-fb-slider-item .gallery .img-block {
    padding: 0;
}

.fac-fb-slider-item .gallery .img-block .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fac-fb-slider-item .gallery .img-block  .overlay span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    display: block;
}


.fac-fb-slider-item .info-block .country {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

.page-template-template-facilities .fac-fb-slider-item .info-block .country{
    margin-bottom: -4px;
}
.fac-fb-slider-item .info-block .title {
    display: block;
    font-weight: 700;
    font-size: 35px;
}
.page-template-template-facilities .fac-fb-slider-item .info-block .title  {
    line-height: normal;
}
.fac-fb-slider-item .info-block hr {
    margin-top: 12px;
    margin-bottom: 43px;
    margin-left: -100px;
    background: #fff;
}
.page-template-template-facilities .fac-fb-slider-item .info-block hr {
    margin:19px 0 43px -22%;
}
.fac-fb-slider-item .info-block table th {
    width: 45%;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 20px;
    line-height: 35px;
}
.page-template-template-facilities .fac-fb-slider-item .info-block table th {
    width: 28%;
}
.fac-fb-slider-item .info-block table td {
    width: 55%;
    vertical-align: top;
    line-height: 35px;
}

.page-template-template-facilities .fac-fb-slider-item .info-block table th,
.page-template-template-facilities .fac-fb-slider-item .info-block table td {
    line-height: 31px;
}

.page-template-template-facilities .fac-fb-slider-item .info-block .operating_hours th,
.page-template-template-facilities .fac-fb-slider-item .info-block .operating_hours td,
.page-template-template-facilities .fac-fb-slider-item .info-block .style_of_service th,
.page-template-template-facilities .fac-fb-slider-item .info-block .style_of_service td {
    padding-bottom: 22px;
}
.contact-info-tel {
    padding-bottom: 34px;
}

.fac-fb-slider-item .info-block .links {
    display: flex;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.fac-banquet .fac-fb-slider-item .info-block .links {
    margin: 77px 0 0;
}

.fac-fb-slider-item .info-block .links li {
    margin-right: 20px;
}

.fac-fb-slider-item .info-block {
    left: 16%;
    top: 10%;
    max-width: 45%;
    background: #BF942D;
    padding: 100px 65px 50px 110px;
    position: absolute;
    z-index: 3;
    color: #fff;
    -webkit-box-shadow: 10px 10px 34px -2px rgba(0,0,0,0.57);
    -moz-box-shadow: 10px 10px 34px -2px rgba(0,0,0,0.57);
    box-shadow: 10px 10px 34px -2px rgba(0,0,0,0.57);
    min-height: 70%;
    overflow: hidden;
}
.page-template-template-facilities .fac-fb-slider-item .info-block {
    padding: 88px 4% 50px 4.3%;
    top: 13%;
    left: 13.7%;
    max-width: 38.5%;
}
.page-template-template-facilities .fac-banquet .fac-fb-slider-item .info-block {
    top: auto;
    left: auto;
    right: 18%;
    bottom: 8.5%;
    max-width: 43.5%;
    min-height: 62%;
    padding: 110px 7% 50px 6.3%;
}
.fac-fb-slider-item .img-content-block:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 120%;
    border: 1px solid #CFCBC6;
    left: -62%;
    top: -30%;
    z-index: -1;
    display: none;
}
.fac-fb-slider-item .img-content-block {
    position: absolute;
    right: 0;
    width: 50%;
    top: 25%;
    padding: 0;
    z-index: 1;
}

.page-template-template-facilities .fac-fb-slider-item .img-content-block {
    width: 57%;
    top: 29.4%;
}
.page-template-template-facilities .facilities-right-slide  .owl-stage-outer {
    padding: 43px 0 30px;
}
.page-template-template-facilities .fac-banquet .fac-fb-slider-item .img-content-block {
    top: 1%;
    width: 50.5%;
    height: 76.5%;
}
.fac-fb-slider-item .img-content-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fac-banquet .img-content-block {
    left: 0;
    top: 5%;
    height: 81%;
}

.facilities-right-slide  {
    /*height: 1000px;*/
}

.facilities-right-slide  .owl-stage-outer {
    height: 100%;
}

.facilities-right-slide  .owl-stage {
    height: 100%;
}

.facilities-right-slide  .owl-stage-outer .owl-item {
    height: 100%;
}


.fac-banquet .about-title {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 50px 0 12px;
}

.fac-banquet .about-text {
    font-size: 16px;
    color: #fff;
}

.fac-banquet .info-block {
    right: 16%;
    left: auto;
    top: 25%;
    background: #264068;
}

.fac-banquet .fac-fb-slider-item {
    /*background: url(../img/facilities/banquet-bg.png);*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
    background: none;
}

.fac-banquet .img-content-block:before {
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: 20px 17px 25px rgba(0, 0, 0, 0.14);
    z-index: 1;
}

.fac-banquet .img-content-block:after {
    /*right: -65%;*/
    /*top: 30%;*/
    /*left: auto;*/
    /*z-index: 1;*/
    /*width: 80%;*/
    /*height: 80%;*/

    /*content: "";*/
    /*position: absolute;*/
    /*top: auto;*/
    /*right: auto;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*width: 200vw;*/
    /*height: 87%;*/
    /*background: #f4f5f5;*/
    /*z-index: -1;*/
}

.fac-banquet .gallery{
    display: flex;
    left: auto;
    top: auto;
    bottom: 0;
    right: 16%;
    width: 20%;

}

.fac-conc .gallery {
    top: 10%;
}

.fac-conc-slider {
    /*height: 1000px;*/
}

.fac-conc-slider .owl-stage-outer {
    height: 100%;
}

.fac-conc-slider .owl-stage {
    height: 100%;
}

.fac-conc-slider .owl-stage-outer .owl-item {
    height: 100%;
}

.fac-fb .clubs-modal {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 999;
    opacity: 0;
    transition: all .5s ease;
    width: 0;
    height: 0;
}

.fac-fb .clubs-modal.active {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.fac-fb .clubs-modal .content {
    position: absolute;
    right: 0;
    top: 10%;
    background: #BF942D;
    padding: 50px;
    width: 60%;
    min-height: 70%;
}

.fac-fb .clubs-modal .content .close-btn {
    font-size: 14px;
    display: block;
    color: #264068;
    text-align: right;
    padding-right: 20px;
    position: relative;
}

.fac-banquet .clubs-modal .content{
    background-color: #264068;
}

.fac-banquet .clubs-modal .content .close-btn{
    color: #BF942D;
}

.fac-fb .clubs-modal .content .close-btn:after {
    content: '';
    background: url(../img/about/cross.png) no-repeat center;
    width: 12px;
    height: 12px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 5px;
}

.fac-fb .clubs-modal .content hr {
    background: #fff;
    margin: 30px 0;
}

.fac-banquet .clubs-modal .content .close-btn:after{
    background-image: url(../img/about/cross_2.png);
}

.fac-fb .clubs-modal .content .list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.fac-fb .clubs-modal .content .list li {
    margin-bottom: 40px;
}

.fac-fb .clubs-modal .content .list li a {
    font-size: 16px;
    color: #fff;
}

/*NEWS*/

.news-main {
    background: url(../img/news/main-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.news-content {
    background: url(../img/news/bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.news-content .slider-nav {
    padding-right: 14%;
}

/*SPORTS*/

.sports-main {
    background: url(../img/sports/main-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.sports-content {
    padding: 120px 0;
}

.sports-items {
}

.sports-item {
    margin-top: 35px;
}

.sports-item-content {
    margin: 0 10px;
    -webkit-box-shadow: 10px 10px 48px 0px rgba(0,0,0,0.64);
    -moz-box-shadow: 10px 10px 48px 0px rgba(0,0,0,0.64);
    box-shadow: 10px 10px 48px 0px rgba(0,0,0,0.64);
    padding-bottom: 25px;
    background: #fff;
}

.sports-item img {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.sports-item .post-title {
    padding: 25px;
    text-align: center;
}

.sports-item p {
    text-align: center;
    padding: 0 25px;
}

.sports-item .post-btn {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

/*MEMBERS*/

.members-main {
    background: url("../assets/images/banner/previliges-bg.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.members-content {
    background: url(../img/members/bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*NEWS-PAGE*/

.newspage-main {
    background: url("../assets/images/banner/airquality-bg.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 30vh;
}

.newspage-content {
    background: url(../img/news-page/bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 60px;
}


.single-member-benefits .newspage-content {
    padding-top: 30px;
}

.single-member-benefits .newspage-content h1 {
    text-align: center;
}

.newspage-content .container {
    max-width: 50%;
}

.newspage-content .back {
    display: block;
    margin: 0px auto;
    margin-bottom: 60px;
    color: #264068;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    text-align: center;
    max-width: max-content;
    text-transform: uppercase;
}

.single-member-benefits .newspage-content .back {
    margin-bottom: 20px;
}

.newspage-content .back:after {
    content: '';
    background: url(../img/news-page/back.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    height: 18px;
    width: 8px;
    position: absolute;
    left: -20px;
    bottom: 5px;
}

.newspage-content img {
    /*width: 100%;*/
    max-width: 100%;
    height: auto;
    margin-bottom: 70px;
}

.newspage-content .date {
    color: #BF942D;
    font-size: 18px;
    display: block;
}

.newspage-content h1 {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #264068;
    margin-bottom: 70px;
}

.single-member-benefits .newspage-content h1 {
    margin-bottom: 35px;
}

.newspage-content p {
    margin-bottom: 40px;
    color: #323B47;
    font-size: 20px;
}

/*MEMBERS-PAGE*/

.memberspage-main {
    background: url(../img/members-page/main-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 30vh;
}

.calendar{
    position: relative;
    z-index: 4;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 20px 20px 70px rgba(0,0,0,0.4);
    padding: 68px 105px;
    box-sizing: border-box;
}

.ui-datepicker-title{
    text-align: center;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    color: #0C4398;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 400;
}

.ui-datepicker-year{
    font-family: 'Century Gothic', sans-serif;
}

.ui-datepicker-header{
    position: relative;
    margin-bottom: 65px;
    cursor: pointer;
}

.ui-datepicker-title::before{
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 1px;
    background-color: #cccccc;
    top: 50%;
    left: 110px;
    transform: translate(-50%, 0%);
    z-index: -1;
}

.ui-datepicker-title::after{
    content: "";
    position: absolute;
    display: block;
    width: 14%;
    height: 1px;
    background-color: #cccccc;
    top: 50%;
    right: 20px;
    transform: translate(-50%, 0%);
    z-index: -1;
}

.ui-datepicker-header .ui-datepicker-prev{

    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 500;
    cursor: pointer;
    color: #CFCBC6 !important;
    font-size: 10px;
    z-index: 500;

}

.ui-datepicker-header .ui-datepicker-next{

    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 500;
    cursor: pointer;
    color: #CFCBC6 !important;
    font-size: 10px;
    z-index: 500;
}

.ui-datepicker-calendar{
    width: 100%;
}

.ui-datepicker-calendar tr th{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 27px;
    color: #BF942D;
    font-weight: 700;
    padding: 0 15px 15px;
    text-align: center;
}

.racting-fixture .ui-datepicker-calendar tr th {
    padding-bottom: 34px;
}

.ui-datepicker-calendar tr td{
    font-size: 25px;
    line-height: 44px;
    font-weight: 700;
    color: #323B47;
    text-align: center;
}

.racting-fixture .ui-datepicker-calendar tr td {
    padding-bottom: 10px;
}

.ui-datepicker-calendar tr td span{
    font-family: 'Century Gothic', sans-serif;
}

.ui-datepicker-calendar .ui-state-highlight{
    background-color: #0C4398;
    color: #fff;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
}

/*REGISTER*/

.register-main {
    background: url("../assets/images/banner/register-bg.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    /*min-height: 30vh;*/
    min-height: 340px;
}

.register-content-block {
    max-width: 1076px;
    width: 100%;
    margin: -118px auto 25px;
    padding: 15px;
    background: #264068;
}

.contact-form .register-content-block {
    width: 57%;
}

.register-content {
    position: relative;
    background: url(../img/register/bg.png) no-repeat 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    /*padding-top: 100px;*/
    z-index: 2;
}

.register-content-block .border {
    padding: 15px;
}

.register-content-block h1 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    display: block;
    padding: 0 25px;
    margin-top: 24px;
    margin-bottom: 12px;
}

.register-content-block p {
    display: block;
    width: 60%;
    margin: 0 auto 36px;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.3px;
    text-align: center;
}

.contact-form .register-content-block p {
    margin-bottom: 36px;
}

.register-content-block form {
    width: 100%;
}

.register-content-block input {
    display: block;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #CFCBC6;
    outline: none;
    width: 75%;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 60px;
    color: #CFCBC6;
}

.contact-form  #ninja_forms_required_items,
.contact-form  .nf-field-container {
    margin-bottom: 53px;
}

.contact-form .textarea-container {
    margin-bottom: 34px;
}
.contact-form .submit-container {
    margin-bottom: 28px;
}
.contact-form .register-content-block input {
    padding-bottom: 11px;
}

.contact-form .nf-field-element textarea {
    height: 182px;
}

.register-content-block input::-webkit-input-placeholder {
    text-align: center;
    color: #CFCBC6;
}
.register-content-block input::-moz-placeholder          {
    text-align: center;
    color: #CFCBC6;
}/* Firefox 19+ */
.register-content-block input:-moz-placeholder           {
    text-align: center;
    color: #CFCBC6;
}/* Firefox 18- */
.register-content-block input:-ms-input-placeholder      {
    text-align: center;
    color: #CFCBC6;
}

.register-content-block button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-color: #BF942D;
    display: block;
    max-width: max-content;
    padding: 8px 15px;
    transition: all .5s ease;
    border: 1px solid #BF942D;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 10px 50px;
}

.contact-form .register-content-block input[type="button"] {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.75px;
    padding: 6px 44px 3px!important;
}

.register-content-block button:hover {
    background: #fff;
    color: #BF942D;
}

/*LOGIN*/

.login-main {
    background: url("../assets/images/banner/login-bg.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    /*min-height: 30vh;*/
    min-height: 340px;
}

.login-form button {
    padding: 10px 50px;
}

.login-form .forgot-link {
    display: block;
    text-align: center;
    max-width: max-content;
    margin: 50px auto 3px;
    color:#bf942d;
    /* color: #979696; */
    font-size: 16px;
    /* opacity: 0.37; */
}

.login-form form input:last-of-type {
    margin-bottom: 0;
}

/*CONTACT*/

.contact-main {
    background: url(../img/contact/main-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;

    position: relative;
    min-height: 362px;
}

.contact-form {
    padding-top: 123px;
}

.page-template-template-contacts .register-content-block {
    margin-top: 0;
}

.contact-form label {
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #CFCBC6;
    margin-top: 60px;
    margin-bottom: 15px;
}

.contact-form textarea {
    /* background: transparent; */
    background-color: #CFCBC6;
    resize: none;
    width: 75%;
    border: 1px solid #CFCBC6;
    padding: 15px;
    display: block;
    margin: 0px auto;
    margin-bottom: 60px;
    outline: none;
    color: #3C3C3C;
    /* color: #CFCBC6; */
}

.contact-departments .fac-fb-slider-item {
    /*background: url(../img/contact/bg.png) no-repeat center;*/
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
    background: none;
    width: 100%;
    height: auto;
    min-height: 988px;
    padding-bottom: 48px;
    display: flex;
}

.contact-departments .slider-nav {
    top: 34.5%;
}

.contact-departments .info-block {
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    max-width: 826px;
    width: 100%;
    margin: auto auto 0 38.5%;
    border: 0;
}

.fac-fb-slider-item::before {
    content: "";
    position: absolute;
    top: 27%;
    right: 5%;
    width: 48%;
    height: 63%;
    border: 1px solid #cfcbc6;
}

.page-template-template-facilities .fac-fb-slider-item::before {
    top: 7%;
    left: 6%;
    width: 55%;
    height: 85%;
}

.page-template-template-facilities .fac-banquet .fac-fb-slider-item::before {
    top: auto;
    left: auto;
    right: 5%;
    bottom: 10%;
    width: 55%;
    height: 65%;
}
.fac-fb-slider-item::after {
    content: "";
    position: absolute;
    top: 11%;
    right: auto;
    left: 0;
    width: 100vw;
    height: 70%;
    background: #f4f5f5;
    z-index: -1;
}

.page-template-template-facilities .fac-banquet .fac-fb-slider-item::after {
    height: 66%;
}

#fb .fac-fb-slider-item::after,
#concessionnaires .fac-fb-slider-item::after{
    display: none;
}
.fac-fb .container {
    max-width: 72.5%;
}
.contact-departments .map-block {
    position: absolute;
    top: 0;
    left: 0;
    filter: saturate(0%);
}
/*POLO CLUB*/

.polo-main {
    background: url(../img/polo/main-bg.png) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.mobile-nav-bg {
    background: rgba(19, 45, 85, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    overflow:auto;
}



.mobile-nav-bg.active {
    visibility: visible;
}

.mobile-nav {
    transform: translateX(-100%);
    transition: all .5s ease;
    padding-bottom: 20vh;

}

.mobile-nav-bg::before {
    content: '';
    position: fixed;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mobile-nav.active {
    transform: translateX(0%);
}

.mobile-nav {
    position: relative;
    margin-right: 30%;
}

.mobile-nav-close {
    position: absolute;
    top: 0;
    right: -40px;
    font-size: 48px;
    color: #fff;
}

.mobile-nav-close:hover {
    text-decoration: none;
    color: #fff;
}


.mobile-menu-items {
    background: #fff;
    height: 100vh;
    list-style: none;
    padding: 25px;
}

.mobile-menu-item {
    margin-bottom: 15px;
}

.mobile-menu-item a {
    color: #444444;
    font-size: 20px;
}

.mobile-menu-item .lang-link {
    background: #fff;
    color: #0c522c !important;
    padding: 0;
    font-weight: 500;
}
.home-about-slide__span{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: block;
}
.home-social a img:last-child{
    display: none;
}
.home-social a:hover img:last-child{
    display: block;
}
.home-social a:hover img:first-child{
    display: none;
}
.fac-fb .clubs-modal .content .list li a{
    text-transform: uppercase;
}


.sports-item-content > a:first-child{
    display: block;
    height: 278px;
}

.sports_item_header {
    display: none;
}

.arrow {
    border: solid white;
    border-width: 0 2.5px 2.5px 0;
    display: inline-block;
    padding: 2.5px;
    margin-left: 5px;
    margin-bottom: 3px;
}

.menu-item-has-children a{
    display: flex;
    align-items: center;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.sports-item img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home-news-item .img-box a{
    height: 100%;
}
.home-gallery-photo-text p{
    padding: 0 23px;
    font-size: 16px;
    line-height: 42px;
}
.slick-slider{
    z-index: 10;
}
.slick-vertical .slick-slide{
    border: none !important;
}
#mobile-menu {
    padding: 0 !important;
}
#mobile-menu .modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.modal-content-menu {
    min-height: 100vh;
    border-radius: 0;
    background-color: rgba(38, 64, 104, 0.94);
}
.modal-content-menu::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 9px;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border: 1px solid #ffffff;
}

.modal-content-menu .modal-header {
    border: 0;
}
.modal-content-menu .modal-body {
    max-width: 248px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal-content-menu .menu-mobile-menu-container {
    width: 100%;
    padding: 126px 0;
}
.modal-content-menu .menu,
.modal-content-menu .menu .submenu{
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-content-menu .menu .submenu {
    display: none;
    padding: 13px 0 18px;
}

.modal-content-menu .menu li {
    padding: 20px 0 15px;
    border-top: 1px solid #fff;
}

.modal-content-menu .menu li:nth-last-child(1) {
    border-bottom: 1px solid #fff;
}
.modal-content-menu .menu li a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.active-submenu li a {
    opacity: 0.2;
}

.active-submenu li.active a {
    opacity: 1;
}

.active-submenu li.active > a,
.modal-content-menu .menu li a:hover,
.modal-content-menu .menu li.current-menu-item > a{
    color: #bf942d;
}

.modal-content-menu  .menu-item-has-children > a::after {
    display: none;
}

.toggle-submenu {
    position: absolute;
    width: 100%;
    height: 20px;
}

.toggle-submenu::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/dropdown.png);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu-item-has-children.active .toggle-submenu::after {
    transform: translateY(-50%) rotate(-180deg);
}

.modal-content-menu .menu .submenu li {
    margin-bottom: 5px;
    padding: 0;
    border: 0;
}
.menu-item-has-children a {
    width: auto;
    display: inline-block;
}

.modal-content-menu .menu .submenu li a {
    font-size: 14px;
    font-weight: 700;
}

.close-menu {
    position: absolute;
    top: 58px;
    right: 32px;
    border: 0;
    background: 0;
    cursor: pointer;
}

.modal-content-menu .close-menu {
    z-index: 20;
}
.close-menu:active {
    outline: none;
}

.filter {
    position: relative;
    z-index: 2;
    transform: translateY(-50%);
}
.filter-overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.filter-box {
    position: relative;
    max-width: 342px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    box-shadow: 16px 13px 30px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}
.filter-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}
.filter-header,
.filter-item {
    color: #264068;
    font: 400 16px "Century Gothic";
    letter-spacing: 0.48px;
    text-transform: uppercase;
    cursor: pointer;
}
.filter-header {
    padding: 15px 14px;
    font-weight: 700;
}
.filter-item {
    padding: 13px 0 14px;
    border-top: 1px solid #cfcbc6;
}
.current.filter-item {
    color: rgba(38, 64, 104, 0.2);
}
.page-template-template-sports .sports_item_header {
    display: none !important;
}
.page-template-template-sports .sports-item-content {
    display: block !important;
}
.location_clubs {
    padding-top: 50px;
}
.location_clubs .section-title {
    margin-bottom: 76px;
}
.location_clubs__wrap {
    padding-bottom: 124px;
    background: #f5f5f5;
}
.location_clubs_tab__nav {
    padding: 18px 0 20px;
    box-shadow: 16px 13px 20px rgba(0, 0, 0, 0.06);
    background-color: #f5f5f5;
}
.filter_club__list {
    display: flex;
    justify-content: center;
}

.location_clubs_tab_nav__item {
    position: relative;
    margin-right: 6%;
    padding-right: 6%;
}

.location_clubs_tab_nav__item:nth-last-child(1) {
    margin-right: 0;
    padding-right: 0;
}

.location_clubs_tab_nav__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #cfcbc6;
}

.location_clubs_tab_nav__item:nth-last-child(1)::before {
    display: none;
}

.location_clubs_tab_nav_item__link {
    display: inline-block;
    padding: 12px 0 9px;
    color: #264068 !important;
    font-size: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    cursor: pointer;
}

.location_clubs_tab_nav_item__link.active {
    font-weight: 700;
}

.location_clubs_tab__links{
    max-width: 1132px;
    margin: 0 auto;
    padding: 59px 0 0;
}
.location_clubs_tab__links .container {
    max-width: 100%;
}
.location_clubs_tab_links__container  .filter_club__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: start;
}

.location_clubs_tab_links__container:not(.active) {
    display: none;
}

.location_clubs_tab_links__item {
    width: 18%;
    margin-bottom: 27px;
}

.location_clubs_tab_links_item__link {
    color: #323b47 !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 27px;
    text-transform: uppercase;
    cursor: pointer;
}

.location_clubs_tab_links_item__link.active {
    color: #bf942d !important;
    font-weight: 700;
}
.list__modal {
    padding-right: 0 !important;
}
.list__modal .modal-dialog {
    max-width: 1188px;
    margin-right: 0;
}

.modal_clubs__header svg {
    margin: 0 6px 0 12px;
}

.modal_clubs__header button:focus {
    outline: none;
}
.list__modal .modal-content {
    min-height: 71vh;
    padding: 80px 20px 80px 89px;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.28);
    background-color: #bf942d;
}
#fac-banquet-slider-modal .modal-content,
#fac-others-slider-modal .modal-content{
    background-color: #253f67;
}
#fac-other-slider-modal .modal-content{
    background-color: #253f67;
}
.modal_clubs {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
}
.modal_clubs__header {
    position: relative;
    padding: 0 100px 40px 0;
    border-bottom: 1px solid #fff;
}

.modal_title {
    color: #fff;
    font-weight: 700;
}

.modal_clubs__header .close {
    position: absolute;
    top: 12px;
    right: 0;
    float: none;
    color: #264068;
    font: 700 14px "Century Gothic";
    letter-spacing: 0.35px;
    text-transform: uppercase;
    text-shadow: none;
    opacity: 1;
}
#fac-banquet-slider-modal .close,
#fac-others-slider-modal .close {
    color: #bf942d;
}
#fac-other-slider-modal .close {
    color: #253f67;
}
.modal_list__body {
    padding: 75px 6px 0;
}
.modal_list__box {
    display: flex;
    flex-wrap: wrap;
}
.modal_list__box .dot,
.modal_list__box .dot-item {
    width: 50%;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
}
.modal_list__box .dot:nth-last-child(1),
.modal_list__box .dot-item:nth-last-child(1) {
    margin-bottom: 0;
}
.about-clubs-content .slider-nav {
    position: absolute;
    top: 19.5%;
    right: 5%;
}
.about_clubs_list__link {

}
.about_clubs_list__link svg {
    position: relative;
    top: 4px;
    left: 3px;
    margin-left: 15px;
}
.links.circle a{
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
}

.links.circle a:hover path {
    fill: #bf942d;
}
.filter_club__header {
    display: none;
}
.location_clubs_loc,
.location_clubs_loc_box__list .dot.active {
    display: none;
}
.cap_row {
    display: flex;
    justify-content: space-between;
}
.cap_row__images {
    max-width: 344px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.cap_row_images__img  {
    position: relative;
    margin-bottom: 5px;
    padding: 0 5px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.cap_row_images__img .overlay {
    position: absolute;
    opacity: 0;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background: transparent;
    backdrop-filter: blur(6px);
    cursor: pointer;
    display: flex;
    transition: all .5s ease;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.cap_row_images__img:hover .overlay {
    opacity: 1;
}
.cap_row_images__img .overlay span{
    color: #264068;
    font-family: "Century Gothic";
    font-size: 13px;
    letter-spacing: 0.65px;
}
.cap_row_full_img {
    margin-left: 10px;
}