.share-block .owl-stage {
    /* 	width:100% !important; */
}

.share-block .owl-item {
    /* 	width:100% !important; */
}

#player {
    padding-bottom: 0 !important;
    height: 100vh !important;
}

@media (max-width: 767px) and (orientation : portrait) {
    #player video {
        height: 55vh !important;
    }
    #player {
        height: 55vh !important;
    }
	.video-wrpa {
		padding-top: 57px;
	}
}

@media (max-width: 1199.98px) and (min-width: 768px) {
	#player {
        height: 57vh !important;
    }
}

@media (max-width: 1279.98px) {
    #player {
        padding-bottom: 0 !important;
        /*height: auto !important;*/
    }
}


.starts-wrapper {
    /*     padding: 0 !important; */
    margin-top: 0 !important;
}

#full_slider video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: auto;
    z-index: -1;
}

#player iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vw/1.77);
    /*     z-index: -1; */
    border: 0;
    margin-top: -2px;
    pointer-events: none;
}

@media only screen and (min-width: 1199px) {
    /* .race-inner p {
        min-height: 6.1em;
    } */
    .main-nav>ul>li.btn-bookNow a {
        padding: 4px 14px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        background: #f20000;
        color: #fff;
        font-weight: 700;
        min-width: 128px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 15px;
        margin-top: -5px;
    }
    .main-nav>ul>li.btn-bookNow a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffff33;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .main-nav>ul>li.btn-bookNow a:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .main-nav>ul>li.btn-bookNow a:hover {
        color: #000;
    }
    .main-nav>ul>li.btn-login a {
        padding: 4px 14px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        background: #ffff33;
        color: #000;
        font-weight: 700;
        min-width: 128px;
        text-align: center;
        text-transform: uppercase;
        margin-top: -5px;
    }
    .main-nav>ul>li.btn-login a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f20000;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .main-nav>ul>li.btn-login a:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .main-nav>ul>li.btn-login a:hover {
        color: #fff;
    }
}

.inputDiv {
    border: 0 !important;
    background: none !important;
}

.inputSt {
    background: white;
    border: 1px solid #010101;
    margin-top: 1rem !important;
}

.race-inner p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 30px;
    /* max-height: 147px; */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.privacyClr {
    color: black;
}

.privacyClr:hover {
    color: black;
}

a:focus {
    color: black !important;
}

@media only screen and (min-width: 1200px) {
    .main-nav>ul>li>a:focus {
        color: #fff !important;
    }
    .main-nav>ul>li ul li a:focus {
        color: #fff !important;
        background: black !important;
    }
}

span.counter span {
    font-size: 48px !important;
}

.counter-block {
    /*     width: 57% !important; */
}

.couter-img {
    /*     width: 43% !important; */
}

.clients-slider .owl-carousel .owl-item img {
    max-height: 4em;
}

.client-main .owl-nav {
    /*     top: 20%; */
}

.oter-et .row.te-block:nth-child(even) .te-right .CmnBtn:nth-child(2) {
    margin-right: 0px;
}

@media (min-width: 768px) {
    .track-btns ul li {
        width: 50%;
        float: left;
        margin-bottom: 1em;
        margin-right: 0;
    }
}

@media(min-width:767px) {
    span.informBox {
        margin-left: 13px;
    }
}

@media only screen and (min-width: 1200px) {
    /* --- New styles --- */
    .btn_nav a {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        background: transparent;
        font-size: 27px;
        color: #fff;
        font-weight: 700;
        padding: 3px 15px !important;
        min-width: 128px;
        text-align: center;
        text-transform: uppercase;
        margin: 0 .25em;
    }
    .btn_nav a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .btn_nav:hover a:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    /* --- Button book Now --- */
    .btn_bookNow a {
        background: #f20000;
        color: #ffff33;
    }
    .btn_bookNow:hover a {
        color: #000000 !important;
    }
    .main-nav>ul>li.btn_bookNow>a:focus {
        color: #ffff33 !important;
    }
    .btn_bookNow a:before {
        background: #ffff33;
    }
    /* --- Button login --- */
    .btn_login a {
        background: #ffff33;
        color: #000000 !important;
    }
    .btn_login:hover a {
        color: #ffffff !important;
    }
    .main-nav>ul>li.btn_login>a:focus {
        color: #000000 !important;
    }
    .btn_login a:before {
        background: #f20000;
    }
    /* --- Button Voucher --- */
    .btn_voucher a {
        background: #ffffff;
        color: #f20000 !important;
    }
    .btn_voucher:hover a {
        color: #ffffff !important;
    }
    .main-nav>ul>li.btn_voucher>a:focus {
        color: #f20000 !important;
    }
    .main-nav>ul>li.btn_voucher:hover>a:focus {
        color: #ffffff !important;
    }
    .btn_voucher a:before {
        background: #f20000;
    }
}

.social-icons-mob>ul>li>a:focus {
    color: #ffff33 !important;
}

.toggle_img_container {
    background-color: transparent;
    position: relative;
    width: 100%;
    padding-top: 65%;
    background-size: cover;
    background-position: center;
}

.toggle_img_container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.btn-social1 {
    position: fixed;
    top: 1.8em;
    right: 0;
    font-size: 2.5em;
    color: #ffff33;
}


/* .btn-social2 {
    position: fixed;
    top: 3em;
    right: 0;
    font-size: 2.5em;
    color: #ffff33;
} */


/* @media (min-width: 1200px) {
    .team-wrappervideo {
        height: auto !important;
        overflow: unset !important;
        position: relative !important;
    }
} */

@media (max-width: 767.98px) {
    /*
    .team-wrappervideo {
        padding-top: 77px;
        background: black
    }
    #playerinner {
        height: auto !important;
    }
    #playerinner video {
        height: 55vh !important;
        width: unset !important;
    }
    */
    .control_btns {
        width: 1.8em !important;
        height: 1.8em !important;
    }
}

@media (max-width: 1279.98) {
    #playerinner {
        padding-bottom: 0 !important;
        height: auto !important;
    }
}


/* #playerinner {
    padding-bottom: 0 !important;
    height: 100vh;
} 

#playerinner video {
    width: 100%;
}
*/

.control_btns {
    position: fixed;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    background-color: #ff3;
    color: #000;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease;
}

.control_btns:hover {
    background-color: #f20000;
    color: #ff3;
}

.play-pause {
    top: 5em;
}

.mute-unmute {
    top: 8em;
}


/*
.btn-social1 {
    bottom: 10px !important;
    top: auto !important;
    position: absolute;
    font-size: 38px;
    right: 10px !important;
    cursor: pointer;
} 

.cn-button.bootstrap {
    background-color: #f20000 !important;
    background-image: linear-gradient(to bottom, #f20000, #f20000) !important;
}

.team-b-e1 {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 5em 0px;
}

.team-wrapper {
    padding: unset !important;
    background-position: unset !important;
    ;
    height: 100vh;
}

.imgholder {
    padding-top: 70px;
    max-height: 100vh;
    overflow: hidden;
}

.imgholder img {
    transform: scale(1.15);
    width: 100%;
}

.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
.entry-title {

   display: none;
}
td.product-name a{
	color: black !important;
}
.wc-proceed-to-checkout{
	margin-bottom: 20px;
}

/****************CHECKOUT***************/
.woocommerce form .form-row {
    width: 100% !important;
	display: flex;
	flex-direction: column;
}
.woocommerce .woocommerce-additional-fields h3{
	margin: 20px 0;
}
.woocommerce-billing-fields__field-wrapper .select2-selection{
	background-color: #f2f2f2;
	font-weight: 400;
    border: solid 2px #e4e4e4;
	border-radius: 2px;
	height: 42px;
}
.woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__rendered{
	height: 100%;
	line-height: 38px;
}
.woocommerce-billing-fields__field-wrapper .select2-selection .select2-selection__arrow{
	height: 100%;
}

.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    width: 100% !important;
    padding: 8px;
}
.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: 100%;
    height: 30px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
}
.custom-checkout h3 {
    background-color: #165f1c;  /****CHANGE TO COLOR YOU WANT TO USE FOR TITLE BACKGROUND ****/
    width: 45%;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-top: 50px;
    color: #FFF;
    float: right;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
   border:solid 2px #e4e4e4;
}

#wc_checkout_add_ons {
    width: 45%;
    float: right;
    text-align: center;
}

@media screen and (min-width: 980px) {
.woocommerce-shipping-fields h3, .woocommerce-billing-fields h3 {width:100%;}
.woocommerce .col2-set, .woocommerce-page .col2-set {
 width: 45%;
 float: left;
}
.woocommerce-checkout-review-order{
 width: 45%;
 float: right;
}
}
@media screen and (max-width: 979px) {
.custom-checkout h3 {
 width: 100%;
}
}
.woocommerce-checkout-review-order a{
	color: red;
}
.woocommerce-checkout-review-order a:hover{
	color: #dc3030;
}
/* Order Details Page */
.woocommerce-order-details__title{
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.woocommerce-order-details__title{
		font-size : 24px;
		}
}
.woocommerce-order-details h2{
	font-size: 26px;
	font-weight: 500;
}
.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details + h2{
	margin-bottom: 0.5em;
}
.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details ~ p{
	display: inline-block;
    padding-right:30px;
}
.woocommerce-customer-details h2{
	margin-bottom: 0.25em;
}
.entry-footer{
	margin-bottom: 1em;
}
.entry-footer a{
	color: #dc3030;
}
/* cart */
.woocommerce-cart-form__cart-item .product-thumbnail{
	max-width: 150px;
    width: 150px;
}
.woocommerce table.shop_table th{
	font-weight: 500;
}
.cart_totals.calculated_shipping h2{
	font-size: 32px;
    margin-bottom: 0.5em;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	font-weight: 500;
}
.wc-proceed-to-checkout{
	text-align: right;
}
@media screen and (max-width: 767px) {
	.wc-proceed-to-checkout{
	text-align: center;
}
}
.woocommerce .cart-collaterals .cart_totals{
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2{
	margin-bottom: 0.25em;
	font-weight: 500;
	font-size: 32px;
}
/* sample page */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin : 0;
	padding: 20px;
    width: 25%;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
	font-size: 0.8em;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	font-weight: normal;
}

/* NEW STYLES JUNE 2021 UPDATE */

.header-nav-contact-number {
	position:absolute;
	background:#eeee22;
}

.header-nav-contact-number a {
	display: block;
    padding: 7px 10px !important;
    text-decoration: none;
    font-size: .75em;
    font-weight: 500;
    transition: all .4s ease;
	color:#000;
}

.header-nav-contact-number-mobile{
	background:#eeee22;
}

.header-nav-contact-number-mobile a {
	display: block;
    padding: 10px 20px !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all .4s ease;
	color:#000;
}

.covid-logo-container{
	position: fixed;
    z-index: 999;
    bottom: 4em;
    right: .3em;
		width:75px;
	height:auto;
}

.covid-logo-container img{
	width:75px;
	height:auto;
}

@media only screen and (max-width: 1199.98px) {
	.header-nav-contact-number{
		display:none !important;
	}
}

@media only screen and (min-width: 1200px) {
	.header-nav-contact-number-mobile{
		display:none !important;
	}
}

.team-b-e1{
	overflow-y:hidden;
}

.header-nav-contact-number {
	top:88px !important
}
.header-wrap {
	padding:4px 0 !important;
}
/* NEW STYLES JUNE 2021 UPDATE */
.logo img {
	max-width: 250px !important;
}
/* .social-icons ul li a {
	position:rlative !important;
}

.social-icons ul li a:after {
	content:'' !important;
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	bottom:0 !important;
	right:0 !important;
} */
