body, html {
  font-family: Formula1 Display ;
}
/*
@font-face {
  font-family: Formula1-Regular;
  src: url(../fonts/Formula1-Regular.ttf);
  font-weight:300;
}

@font-face {
  font-family: Formula1-Bold;
  src: url(../fonts/Formula1-Bold.ttf);
	font-weight:700;
}

@font-face {
  font-family: Formula1-Black;
  src: url(../fonts/Formula1-Black.ttf);
	font-weight:900;
}*/


@font-face {
    font-family: 'Formula1 Display';
    src: url('../fonts/Formula1-Display-Black.eot');
    src: url('../fonts/Formula1-Display-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Formula1-Display-Black.woff2') format('woff2'),
        url('../fonts/Formula1-Display-Black.woff') format('woff'),
        url('../fonts/Formula1-Display-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Formula1 Display';
    src: url('../fonts/Formula1-Display-Regular.eot');
    src: url('../fonts/Formula1-Display-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Formula1-Display-Regular.woff2') format('woff2'),
        url('../fonts/Formula1-Display-Regular.woff') format('woff'),
        url('../fonts/Formula1-Display-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Formula1 Display';
    src: url('../fonts/Formula1-Display-Bold.eot');
    src: url('../fonts/Formula1-Display-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Formula1-Display-Bold.woff2') format('woff2'),
        url('../fonts/Formula1-Display-Bold.woff') format('woff'),
        url('../fonts/Formula1-Display-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


.kyle_productTileSection {
  position: relative;
  z-index: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1em 0;
}

@media only screen and (min-width: 1200px) {
  .kyle_productTileSection {
  /*  margin-top: -100px;*/
   	top: 2.85em;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .kyle_productTileSection.kyle_removeMargin {
    margin-top: 0px !important;
  }
}

.kyle_productTileSection {
	/* font-family: Formula1-Regular!important;*/
}

.kyle_productTileSection .main {
  margin: auto;
	width:100%;
}

.kyle_productTileSection .main .kyle_tabbedButtonContainer {
  text-align: center;
  margin: 1em 0;
}

.kyle_productTileSection .main .btn {
  outline: none;
  padding: .5em 1.5em;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  margin: 0 .3em .5em .3em;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  font-size: .7em;
	word-break: break-all;
    white-space: normal;
}

.kyle_productTileSection .main .btn:hover {
  background-color: #f20000;
  color: #000000;
}

.kyle_productTileSection .main .btn.active {
  background-color: #ffff33;
  color: #000000;
}

.kyle_productTileSection .main .show {
  display: block;
}

.kyle_productTileSection .row {
  margin: 10px -16px;
}

.kyle_productTileSection .row.kyle_offferTileContentContainer {
  margin: 2em 0;
}

.kyle_productTileSection .row .col-lg-4 {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .kyle_productTileSection .row .col-lg-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.kyle_productTileSection .column {
  float: left;
  /*display: none;*/
}

.kyle_productTileSection .row:after {
  content: "";
  display: table;
  clear: both;
}

.kyle_productTileSection .content {
  background-color: white;
  padding: 0;
  margin: .5em;
  position: relative;
   padding-top: 56.25%;
}

.kyle_productTileSection .content .kyle_conatinerTiles {
	position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}


.kyle_productTileSection .content .kyle_conatinerTiles img {
	width:100%;
	height:100%;
}

.kyle_productTileSection .content .kyle_conatinerTiles .kyle_tileTextContainer {
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  width: 100%;
  padding: .2em .5em;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
.kyle_productTileSection .content .kyle_conatinerTiles .kyle_tileTextContainer h5 {
  font-size: .7em;
	line-height: 1.5em;
  font-style: italic;
  display: block;
  margin: 0 0 .5em 0;
  color: #fff;
}

.kyle_productTileSection .content .kyle_conatinerTiles .kyle_tileTextContainer .kyle_tileReadMoreSection a {
  float: left;
  display: inline-block;
  padding: .3em;
  border-radius: 0;
  border: 0;
  color: #fff;
  text-decoration: none;
  font-size: .75em;
  margin-top: .7em;
  min-width: unset !important;
}

.kyle_productTileSection .content .kyle_conatinerTiles .kyle_tileTextContainer .kyle_tileReadMoreSection a:hover {
  color: #000000;
}

.kyle_productTileSection .content .kyle_conatinerTiles .kyle_tileTextContainer .kyle_tileReadMoreSection .kyle_TileLogoAndTime {
  display: inline-block;
  float: right;
}

.kyle_productTileSection .content .kyle_conatinerTiles .kyle_tileTextContainer .kyle_tileReadMoreSection .kyle_TileLogoAndTime img {
	width: 2.5em;
	height: auto;
	display: block;
	margin: .3em 0;
}

.kyle_productTileSection .content .kyle_conatinerTiles .kyle_tileTextContainer .kyle_tileReadMoreSection .kyle_TileLogoAndTime p {
  display:block;
	margin:0;
}

.kyle_productTileSection .content .kyle_conatinerTiles .kyle_tileTextContainer .kyle_tileReadMoreSection .kyle_TileLogoAndTime p span {
  display: block;
  font-size: .65em;
  line-height: 1.3em;
}

.kyle_SinglePageSection {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1em 0;
	
}

@media only screen and (min-width: 1200px) {
  .kyle_SinglePageSection {
	position:relative;
   	top:0;
	  padding-top:2em;
	  margin-bottom:3.5em;
  }
}

.kyle_SinglePageSection .container {
  position: relative;
  z-index: 1;
  padding: 2em 0;
}

.kyle_SinglePageSection .container .kyle_siglepagePostBanner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.kyle_SinglePageSection .container .kyle_siglepagePostBanner .kyle_singlepagePostImageContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.kyle_SinglePageSection .container .kyle_siglepagePostBanner .kyle_singlepagePostImageContainer img {
  width: 100%;
  height: 100%;
}

.kyle_SinglePageSection .container .kyle_singlePageHeading h5 {
  display: block;
  margin: 0 0 1em 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3em;
	font-size:1em;
}

.kyle_SinglePageSection .container .kyle_sidebarHeading h5 {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px 0 15px;
  position: relative;
  color: #fff;
  width: 100%;
	font-size:1em;
}

.kyle_SinglePageSection .container .kyle_sidebarHeading h5:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  z-index: -1;
  top: 0;
  border-bottom: 50px solid #f20000;
  border-right: 50px solid transparent;
  right: 0px;
}

.kyle_SinglePageSection .container .kyle_sidebarHeading h5:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 25%;
  z-index: -1;
  top: 0;
  border-top: 50px solid #ffff33;
  border-left: 50px solid transparent;
  right: 0px;
}

.kyle_SinglePageSection .container .kyle_containerSinglePageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 40px;
  margin: 1em 0;
}

.kyle_SinglePageSection .container .kyle_containerSinglePageContainer .kyle_postdateTimeSinglePage {
  display: inline-block;
  position: absolute;
  left: 0;
}

.kyle_SinglePageSection .container .kyle_containerSinglePageContainer .kyle_postdateTimeSinglePage p {
  text-transform: uppercase;
  display: block;
  margin-right: 1em;
  font-size: .6em !important;
}

.kyle_SinglePageSection .container .kyle_containerSinglePageContainer .kyle_socialmediaSahreSingle {
  display: inline-block;
  position: absolute;
  right: 0;
}

.kyle_SinglePageSection .container .kyle_containerSinglePageContainer .kyle_socialmediaSahreSingle a {
  text-decoration: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  background: #ffff33;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 1em;
  border-radius: 100%;
}
.kyle_SinglePageSection .container .kyle_containerSinglePageContainer .kyle_socialmediaSahreSingle a i {
	color:#000;
}

.kyle_SinglePageSection .container .kyle_sidebarImageOrVideo {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 1em 0;
}

.kyle_SinglePageSection .container .kyle_sidebarImageOrVideo .kyle_sidebarImageOrVideoContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	overflow:hidden;
}

.kyle_SinglePageSection .container .kyle_sidebarImageOrVideo .kyle_sidebarImageOrVideoContainer img {
  width: 100%;
  height: 100%;
}

.kyle_SinglePageSection .container .kyle_sidebarImageOrVideo .kyle_sidebarImageOrVideoContainer iframe {
  width: 100%;
  height: 100%;
}

.kyle_SinglePageSection .container .kyle_sidebarListItemContainer ul {
  list-style: none;
  background: rgba(255, 255, 255, .65);
  padding: 1em .5em;
  margin: 1em 0;
}

.kyle_SinglePageSection .container .kyle_sidebarListItemContainer ul li i {
  color: #f20000;
  font-size: 1.5em;
  vertical-align: top;
  display: inline-block;
}

.kyle_SinglePageSection .container .kyle_sidebarListItemContainer ul li p {
  display: inline-block;
  width: 80%;
  text-transform: uppercase;
}

.kyle_SinglePageSection .container .kyle_sidebarListItemContainer ul li p .kyle_postTitle {
  display: block;
  font-size: .7em;
}

.kyle_SinglePageSection .container .kyle_sidebarListItemContainer ul li p .kyle_postTimeDate {
  display: block;
  font-size: .6em;
}

.kyle_EventsSction {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -5px;
  padding: 1em 0;
	/*font-family: Formula1-Regular!important;*/
}

@media only screen and (min-width: 1200px) {
  .kyle_EventsSction {
    position: relative;
    top: 3em;
    margin-bottom: 3em;
  }
}


.kyle_EventsSction .container .row.kyle_OfferItemsRow {
  margin: 3em 0 0 0;
  justify-content:center;
}

.kyle_EventsSction .container .row.kyle_OfferItemsRow .col-lg-3 {
  margin: 2em 0;
}

.kyle_EventsSction .container .row .kyle_tileHeading {
  text-align: center;
  width: 100%;
}

.kyle_EventsSction .container .row .kyle_offersContainer {
  background: #000;
  padding: 1em;
  width: 100%;
  height: auto;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_OfferPriceCircle {
  background: #f20000;
	width: 7em;
	min-height: 7em;
	height: auto;
	border-radius: 1.5em;
	position: relative;
	top: -3em;
	left: 50%;
	padding: .25em;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: flexbox;
	display: flex;
	flex-direction: column;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_OfferPriceCircle .kyle_bigTitle {
 	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	font-weight: 400;
	margin-top: 0;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_OfferPriceCircle .kyle_smallTitle {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_OffertileheadingMain {
  margin-top: -2em;
text-align: center;
border-bottom: .1em solid #fff;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_OffertileheadingMain h5 {
  color: #fff;
  text-transform: uppercase;
	font-size: .8em;
	margin-bottom:1em;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_TileContentContainer {
  text-align: center;
  margin: 1em 0;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_TileContentContainer .kyle_highlightedLink {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: block;
  background: #f20000;
  margin: 0 auto;
  width: 7em;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_TileContentContainer .kyle_highlightedLink.CmnBtn {
  background: #ffff33;
  color: #000;
  font-size:.7em !important;
	width:auto;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_TileContentContainer .kyle_highlightedLink.CmnBtn:hover {
  color: #fff;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_TileContentContainer .kyle_highlightedLink.CmnBtn:before {
  background: #f20000;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_TileContentContainer .kyle_nonHighLightedLink {
  display: block;
  text-decoration: none;
  color: #fff;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_TileContentContainer p {
  color: #fff;
  font-weight: normal;
	font-size: .7em;
    padding-top: 1em;
}

.kyle_EventsSction .container .row .kyle_offersContainer .kyle_TileContentContainer h6 {
  color: #fff;
}

footer {
	position:relative !important;
	z-index:111 !important;
}

.kyle_video_sidebar_container {
	position:relative;
	padding-top: 56.25%;
}

.kyle_video_sidebar_container .kyle_video_slider_items {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


.kyle_video_sidebar_container .kyle_video_slider_items .carousel-item {
	height:100%;
}

.kyle_singlePageContent p {
	font-size:.8em;
}
/*# sourceMappingURL=main.css.map */

b, strong {
    font-weight: 500;
}
/* added by sobin */
.kyle_singlePageContent a {
	color:red;
}
.kyle_singlePageContent a:hover {
	color:red;
}

.imgholder img {
	width:100%;
}


@media only screen and (max-width: 1199px) {
  /*.kyle_textRaceTypeHead {
    margin-top: 1em;
  }*/
	
	.team-b-e1 {
		padding-top:5em;
	}
	.kyle_productTileSection.kyle_topPosition {
		top: 4em;
	}
	
	.kyle_SinglePageSection.kyle_topPadding{
		padding-top:4em;	
	}	
}
.team-b-e1 {
background-size: cover !important;
padding-top: 4em;
}
.team-b-e1 a {
	color: #f20000;
}

.team-b-e1 a:hover {
	color:#000;
}
#cn-notice-text{
	display:block !important;
}

@media (max-width: 767px) {
  
	/* 11-07-2019 */
	
	#playerinner {
		padding-top: 4.2em !important;
		padding-bottom: 0 !important;
	}
	
	#playerinner #raceVideo, #playerinner .race_type_banner_video {
		width: 100% !important;
    	height: 100% !important;
	}
	
	.team-b-e.mob-et {
		margin-top: -.5em !important;
	}
	
	/* 11-07-2019 */
	
	.video-wrpa {
		height:auto !important;
	}
	
	.video-outer {
		position:absolute !important;
		width:100% !important;
		height:100% !important;
		top:0 !important;
		padding-top:4em !important;
	}
	
	.video-outer .container {
		display:flex !important;
		align-items:center !important;
		justify-content:center !important;
	}
	
	.video-outer .container .main-banner {
		bottom: 0 !important;
		position: relative !important;
	}
}

@media only screen and (max-width: 400px)  and (max-height:670px) {
	.video-outer .container .main-banner h1 {
		font-size:24px;
	}
	.video-outer .container .main-banner h3 {
		font-size:14px;
	}
}

/* .race-inner p {
    overflow:unset !important;
    text-overflow: unset !important;
    display: block !important;
    max-height: unset !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
}
 */
.owl-stage {
	align-items: center;
	justify-content: center;
	display: flex;
}


.race-inner p { 
    min-height: 7.5em !important;
}

.track-popup h5#turnHead {
	font-weight: 500 !important;	
}

.findOut_MorePopUp {
	max-width: 600px !important;
	background:#fff !important;
}

.findOut_MorePopUp .cmn-head {
    height: 30px !important;
}

.findOut_MorePopUp .kyle_findOutMoreImageContent p {
	padding: 1em 0 !important;
	text-align: left !important;
}

.findOut_MorePopUp .cmn-head .header-cmn h3 {
    font-size: 1em !important;
}


.findOut_MorePopUp .kyle_findout_morePopUpHead h3 {
	font-size: 1.2em;
}


.findOut_MorePopUp .kyle_findout_morePopUpHead .kyle_findOutMoreImageContainer {	
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.findOut_MorePopUp .kyle_findout_morePopUpHead .kyle_findOutMoreImageContainer .kyle_findoutMoreImage {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.findOut_MorePopUp .kyle_findout_morePopUpHead .kyle_findOutMoreImageContainer .kyle_findoutMoreImage img {
	width:100%;
	height:100%;
}


.findOut_MorePopUp .kyle_findout_morePopUpHead .kyle_findOutMoreImageContainer .kyle_findoutMoreImage iframe {
	width:100%;
	height:100%;
}


.findOut_MorePopUp .top-section {   
	padding:1em !important;
}

.CmnBtn_showmore {
    background: #ffffff !important;
    color: #f20000 !important;
}

.CmnBtn_showmore:hover {
    /*background: #f20000 !important;*/
    color:#ffffff !important;
}

.CmnBtn_showmore:before {	
    background: #f20000 !important;
}
/* 31-07-2019 */
#home-slider .item.row {
    margin: 0;
}

.CmnBtn_showmore_HomePage {
display: block !important;
max-width: 10em !important;
margin: 0 auto .7em auto !important;
}



/* safety page */
.kyle_safetyBnnerText {
	position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
	background: rgba(0, 0, 0, 0.5) !important;
    padding: 1em !important;
    border-radius: 1em !important;
}

.kayle_safetyMainText {
	margin-top: 2em;
    margin-bottom: 1em;
}
.kayle_safetyMainText .container .row {
	margin:0;
}
.kayle_safetyMainText .container .row p {
	font-weight: normal;
	line-height: 30px;
}

.safetyReminder_col {
	overflow:hidden;
	margin:0;
}


.safetyReminder_col .safetyReminder .kyle_safetyReminderItemsContainer {
	background-repeat:no-repeat;
	position: relative;
	width: 100%;
	padding-top: 100%;
	background-size: cover;
    background-position: center top;
	cursor:pointer;	
	transition: ease all .2s;
}


.safetyReminder_col .safetyReminder .kyle_safetyReminderItemsContainer:hover {
	transform: scale(1.2);	
	transition: ease all .2s;
}

.safetyReminder_col .safetyReminder .kyle_safetyReminderItemsContainer .kyle_safetyReminderItemsContent {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   font-size: 20px;
   color: white;
	display:none;
	background: rgba(0, 0, 0, 0);
	transition: ease all .2s;
	align-items: center;
    justify-content: center;
}


.safetyReminder_col .safetyReminder .kyle_safetyReminderItemsContainer:hover .kyle_safetyReminderItemsContent {
	
	transition: ease all .2s;
	background: rgba(0, 0, 0, 0.70);	
	align-items: center;
    display:flex;
    justify-content: center;
}

.safetyReminder_col .owl-dots {
	display:none;
}


.safetyReminder_col .owl-nav {
	position: absolute;
    top: 3.5em;
    left: 0;
    width: 100%;
	display:none;
}

@media only screen and (max-width: 1023px) {
	.safetyReminder_col .owl-nav {
		top: 5.5em;
		display:block;
	}

}

.safetyReminder_col:hover .owl-nav {	
	display:block;
}


.safetyReminder_col .owl-nav .owl-prev{
	float: left;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 2em;
    padding-left: 1em;
    margin: 0;
    border-radius: 100%;
    position: absolute;
    left: -38px;
    top: -20px;
	background: rgba(0, 0, 0, 0.65);
}



.safetyReminder_col .owl-nav .owl-next{
	float:right;
	width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 2em;
    padding-left: .5em;
    margin: 0;
    border-radius: 100%;
    position: absolute;
    right: -38px;
    top: -20px;
	background: rgba(0, 0, 0, 0.65);
}

.safetyReminder_col .owl-nav .owl-next:hover, .safetyReminder_col .owl-nav .owl-prev:hover {
	background: rgba(0, 0, 0, 0.65);
}


#kyle_expandsafetyReminder{
	padding:0;
}

#kyle_expandsafetyReminder .pop-box {
	padding:2em;
}

#kyle_expandsafetyReminder .pop-box .close-modal {
	top: .5em !important;
    right: .5em !important;
}


/* safety page */
/* COVID 19 */
@media only screen and (max-width: 767.95px) {
  .covid-19-page-contents .header-cmn h3 {
    font-size: 18px;
    padding: 10px;
  }
  .covid-19-page-contents .link-area a {
    display: block;
  }
}
.kayle_safetyMainText p {
    line-height: 2em;
}
.covid-19-page-contents a{
	color:red
}
.covid-19-page-contents a:hover{
	color:red
}
.covid-buttons{
	
}
.covid-buttons a{
color:yellow !important	
}
.covid-buttons a:hover{
color:black !important	
}

/* COVID 19 */

.kyle-position {
	position:relative;
}
.header-nav-contact-number {
	top: 57px;
    left: 1.5em;
}

