html {
	width: 100%
}
@font-face {
	font-family: 'gilroy';
	src: url(https://www.mahindraadventure.com/sites/all/themes/adventure/fonts/Gilroy-Bold.eot);
	src: url('https://www.mahindraadventure.com/sites/all/themes/adventure/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url(https://www.mahindraadventure.com/sites/all/themes/adventure/fonts/Gilroy-Bold.woff) format('woff'), url('https://www.mahindraadventure.com/sites/all/themes/adventure/fonts/Gilroy-Bold.svg#y Bold') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal
}
body {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	background: #fff
}
.center {
	text-align: center
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
section, footer, header, .kma_warper {
	width: 100%;
	float: left
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
.kma_warper {
	position: relative
}
.responsive_img {
	width: 100%;
	float: left
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left
}
.col-4 {
	width: 25%
}
.top_20 {
	padding-top: 20px
}
.show_desktop {
	display: block
}
.show_mobile {
	display: none
}
ul {
	margin: 0;
	padding: 0;
	list-style: none
}
h1, h2, h3 {
	font-family: 'gilroy'
}
#wrapper {
	position: relative;
	width: 100%
}
.w1 {
	position: relative;
	left: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.container-fluid:before, .container-fluid:after, section:before, section:after {
	content: " ";
	display: table
}
.container-fluid:after, section:after {
	clear: both
}
#header {
	top: 0;
	z-index: 99;
	position: fixed;
	width: 100%;
	background: #fff;
	transition: 0.2s linear
}
#header.sticky {
	position: fixed;
	top: 0;
	box-shadow: 0 -1px 8px 0 #000
}
.logo {
	width: 130px;
	float: left;
	position: absolute;
	padding: 6.8px 30px;
	background: #242424;
	text-align: center;
	cursor: pointer;
	z-index: 6
}
.logo a img {
	width: 100%;
	max-width: 100%
}
.nav_mdl {
	width: 100%;
	float: right
}
.nav_right {
	position: absolute;
	right: 0
}
.nav_right ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.nav_right ul li {
	float: left
}
.nav_right ul li a.search {
	width: 25px;
	height: 26px;
	display: block;
	padding: 23px;
	transition: all 0.2s ease-out
}
.nav_right ul li a.search svg {
	fill: #3e3f3f;
	width: 20px;
	position: relative;
	top: 3px;
	left: 2px
}
.nav_right ul li a.search:hover {
	background: #f36f21
}
.nav_right ul li a.search:hover svg {
	fill: #fff
}
.nav_right ul li.book {
	background: #f36f21;
	padding: 27px 48px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 700;
	margin-left: 15px;
	text-transform: uppercase;
	letter-spacing: .1em
}
.nav_right ul li.book {
	cursor: pointer;
	outline: none;
	overflow: hidden;
	position: relative
}
.nav_right ul li.book span {
	position: relative;
	pointer-events: none
}
.navULWrap {
	display: table;
	height: 100%;
	margin: 0 auto
}
.nav {
	width: 100%;
	float: right;
	display: table;
	height: 100%;
	right: 0;
	position: relative
}
.navUL {
	margin: 0;
	display: table;
	height: 100%;
	padding: 0;
	left: 250px;
	position: relative
}
ul.navUL>li {
	width: auto;
	float: left;
	text-align: center;
	display: table;
	position: relative;
	cursor: pointer
}
ul.navUL>li>a {
	color: #000;
	font-size: 1.55em;
	text-transform: uppercase;
	font-family: 'Lato';
	padding: 27px 55px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	top: 0;
	text-decoration: none;
	cursor: pointer
}
ul.navUL>li>a span {
	position: relative
}
ul.navUL>li>a:after {
	content: "";
	height: 0;
	right: 0;
	margin: 0 0 0 -2px;
	position: absolute;
	width: 0;
	z-index: 2;
	width: 25px;
	height: 13px
}
.vCenterWrap {
	display: table-cell;
	vertical-align: middle
}
ul.navUL>li:hover>a:before, ul.navUL>li.activate>a:before {
	top: -12px
}
ul.navUL>li:nth-child(2) a:after, ul.navUL>li:nth-child(3) a:after, ul.navUL>li:nth-child(4) a:after, ul.navUL>li:nth-child(5) a:after, ul.navUL>li:nth-child(6) a:after {
	display: none
}
ul.navUL>li>a>span:after {
	width: 0;
	height: 3px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -27px;
	background: #f37026;
	display: block;
	z-index: 1;
	opacity: 0
}
ul.navUL>li.active>a>span:after {
	width: 100%;
	height: 3px;
	content: '';
	position: absolute;
	left: 0;
	bottom: -27px;
	background: #f37026;
	display: block;
	z-index: 1;
	opacity: 1
}
ul.navUL>li:hover>a>span:after, ul.navUL>li.activate>a>span:after {
	opacity: 1;
	width: 100%
}
header.inside ul.navUL>li>a:hover:after {
	opacity: 1
}
.secondLevel {
	position: absolute;
	width: 300px;
	background: rgba(30,30,30,.9);
	left: 0;
	z-index: 5;
	padding: 35px 35px 5px 35px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	top: 110px;
	box-shadow: 1px 5px 12px -8px #a570579c
}
ul.navUL>li:hover .secondLevel {
	opacity: 1;
	visibility: visible;
	top: 71px
}
ul.navUL>li .secondLevel .navUL02 {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%
}
ul.navUL>li .secondLevel .navUL02 li {
	display: block;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
	position: relative
}
ul.navUL>li .secondLevel .navUL02 li:after {
	content: "";
	opacity: 0;
	text-align: left;
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/spripte.png) -376px -78px;
	top: -2px;
	opacity: 0;
	transition: 0.2s linear
}
ul.navUL>li .secondLevel .navUL02 li:hover:after {
	opacity: 1
}
ul.navUL>li .secondLevel .navUL02 li a {
	text-decoration: none;
	color: #929292;
	font-size: 1.44em;
	text-transform: uppercase;
	font-weight: 600
}
ul.navUL>li .secondLevel .navUL02 li a:hover {
	color: #fff
}
ul.navUL>li .secondLevel .navUL02 li:last-child {
	border-right: none
}
.mobileNav, .backMenu, .backAct {
	display: none
}
ul.navUL>li:hover .secondLevel {
	top: 71px
}
.navbar-toggler {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding: .68rem .35rem;
	font-size: 1.25rem;
	line-height: 1;
	position: relative;
	width: 47px;
	display: inline-block;
	background: #f36f21
}
.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0
}
.hide {
	display: none
}
.mobileNav ul.mobNav>li>a.mobMenu span {
	display: block;
	background-color: #fff;
	height: 2px;
	width: 30px;
	margin-top: 6px;
	margin-bottom: 5px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	left: 8px;
	opacity: 1
}
.mobileNav ul.mobNav>li>a.mobMenu span:nth-child(1), .mobileNav ul.mobNav>li>a.mobMenu span:nth-child(3) {
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out
}
.mobileNav ul.mobNav>li>a.mobMenu.menuActive span:nth-child(1) {
	position: absolute;
	left: 13px;
	top: 13px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: .9
}
.mobileNav ul.mobNav>li>a.mobMenu.menuActive span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent
}
.mobileNav ul.mobNav>li>a.mobMenu.menuActive span:nth-child(3) {
	position: absolute;
	left: 13px;
	top: 13px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: .9
}
.header-search-form {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 0px);
	transition: 0.2s;
	background: rgba(0,0,0,.9);
	margin: 71px 0 0 0;
	z-index: 10;
	padding-top: 49px;
	height: 109px
}
.header-search-form.open {
	opacity: 1;
	visibility: visible
}
.header-search-form .search-form {
	max-width: 750px;
	margin: 0 auto;
	padding: 0 20px
}
.header-search-form:before, .header-search-form:after {
	content: "";
	display: table
}
.header-search-form .searchFeild {
	width: 100%;
	margin: 0 auto;
	background: none;
	border-bottom: 1px solid #b1b1b1;
	padding: 0;
	height: 60px;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	font-family: 'Lato'
}
.header-search-form .searchFeild input {
	height: 100%;
	float: left;
	line-height: 55px;
	padding: 0 90px 0 5px;
	color: #fff;
	font-style: italic;
	letter-spacing: 1px;
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: none;
	outline: none;
	opacity: 1;
	font-family: 'Lato';
	font-weight: 300;
	font-size: 1.8em
}
.header-search-form .searchFeild {
	transform: translateY(40px);
	transition: transform 0.5s cubic-bezier(.99, .06, .41, .77);
	opacity: 0
}
.header-search-form.open .search-close {
	transform: scale(.9, .9)
}
.header-search-form.open .searchFeild {
	transform: translateY(0);
	opacity: 1
}
.header-search-form .search-btn {
	float: right;
	height: 50px;
	width: 50px;
	box-sizing: border-box;
	line-height: 68px;
	font-size: 1.8em;
	text-transform: inherit;
	padding: 0 38px;
	position: absolute;
	right: -1px;
	top: -1px;
	background: url(../images/spripte.png) -344px -117px;
	color: #3e3f3f;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottom-right: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px
}
.header-search-form .search-btn:hover {
	opacity: .9
}
.nav_right ul li a.search.actv {
	background: #f36f21
}
.nav_right ul li a.search.actv .search_show {
	display: none
}
.nav_right ul li a.search.actv .hide {
	display: block;
	width: 25px;
	height: 25px
}
footer {
	width: 100%;
	float: left;
	background: #fff
}
footer article.topLink {
	background: #171919;
	padding: 40px 0;
	background: #171919
}
footer article.btmLinks {
	padding: 20px 0;
	border-top: solid 1px #232525;
	background: #171919;
	position: relative
}
footer article.btmLinks .mahindraLogo {
	position: absolute;
	left: 0;
	top: -8px
}
footer article.btmLinks .footerLink {
	font-size: 1em;
	color: #a6a6a6;
	text-align: right
}
.midContainer {
	width: 1140px;
	margin: 0 auto;
	position: relative;
	display: table
}
.fullContainer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: block
}
.midContainer .container {
	width: 100%;
	float: left;
	position: relative
}
.midContainer .container:after, .fullContainer:after {
	clear: both;
	display: block;
	content: ""
}
footer article.topLink ul.link-group {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left
}
.nav_right ul li.book .booking_details {
	transform: translateY(25px);
	transition: all 0.6s cubic-bezier(.175, .885, .32, 1.275);
	position: fixed;
	right: 0;
	top: 71px;
	background: rgba(30,30,30,.9);
	padding: 20px 16px 12px 16px;
	width: 187px;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	opacity: 0;
	z-index: 4;
	visibility: hidden
}
.nav_right ul li.book .booking_details.active, .nav_right ul li.book:hover .booking_details {
	transform: translateY(0);
	visibility: visible;
	opacity: 1
}
.allchallanges_warper ul li a:after, .allchallanges_warper ul li a:before {
	content: "";
	clear: both;
	display: block
}
.booking_details ul li {
	margin: 0;
	padding: 0
}
.booking_details ul li a {
	display: block;
	margin: 14px 0;
	font-weight: 700;
	color: #929292;
	font-size: .9em;
	text-transform: uppercase;
	text-decoration: none;
	opacity: .8
}
.booking_details ul li a:hover {
	color: #fff;
	opacity: 1
}
footer article.topLink ul.link-group li {
	margin-bottom: 12px;
	font-size: 1.6em;
	color: #fff
}
footer article.topLink ul.link-group li a {
	color: #dfdede;
	font-size: 1em;
	text-decoration: none
}
footer article.topLink ul.link-group li a:hover {
	color: #ff8355
}
footer article.topLink ul.link-group li span {
	display: inline-block;
	margin-right: 10px
}
footer article.topLink ul.link-group li span a {
	position: relative;
	width: 42px;
	height: 42px;
	background: #ebebeb;
	border-radius: 50%;
	display: block
}
footer article.topLink ul.link-group li span a svg {
	fill: #000;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 10px;
	top: 10px
}
footer article.topLink ul.link-group li span.in a svg, footer article.topLink ul.link-group li span.fb a svg {
	width: 22px;
	height: 22px
}
footer article.topLink ul.link-group li span a:hover svg, footer article.topLink ul.link-group li span a:hover {
	fill: #fff;
	background: #f06f2f
}
.inside_sub_kma {
	position: relative;
	z-index: 2
}
.inside_sub_kma .box-bg {
	overflow: hidden;
	float: left;
	width: 100%;
	height: calc(700px - 70px);
	background-position: center;
	background-size: cover;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat
}
.inside_sub_kma .box-bg:after {
	content: "";
	display: block;
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}
.inside_sub_kma .box-bg:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 0
}
.inside_sub_kma .box-bg .box {
	position: relative;
	display: block;
	height: 100%
}
.inside_sub_kma .box-bg img {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1
}
.inside_sub_kma .box-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fcfcfc;
	z-index: 1
}
.inside_sub_kma .site-link {
	display: block;
	position: absolute;
	top: 30vh;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 1
}
.vertical-center {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%
}
.inner {
	position: relative;
	max-width: 85%;
	margin: 0 auto;
	clear: both
}
.inside_sub_kma .box-content .box-info {
	width: 100%;
	text-align: center
}
.inside_sub_kma .site-link .logo_kma {
	width: 250px;
	margin: 0 auto;
	display: block
}
.inside_sub_kma .site-link .logo_kma_big {
	width: 550px;
	margin: 0 auto;
	display: block
}
.inside_sub_kma .site-link h1 {
	display: block;
	clear: both;
	font-size: 6em;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #fff;
	text-align: center;
	margin: 0 0 25px 0;
	padding: 0;
	top: -10px;
	position: relative;
	text-shadow: 1px 3px 4px #454545
}
.inside_sub_kma .site-link h1:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -42px;
	width: 84px;
	height: 6px;
	background: #f36f21
}
.inside_sub_kma .site-link h5 {
	font-size: 2em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0
}
.subnav {
	margin-bottom: 0;
	position: relative;
	width: 100%
}
.subnav.fixedPosition {
	position: fixed;
	z-index: 9;
	top: 71px
}
.subnav ul li {
	width: 33.33%;
	float: left;
	box-sizing: border-box
}
.subnav ul li a {
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 1.3em;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
	padding: 20px 0;
	font-weight: 700;
	border-bottom: solid 1px #999
}
.subnav ul li:after {
	content: "";
	clear: both;
	display: block
}
.subnav ul li {
	border-right: solid 1px #999
}
.subnav ul li:last-child {
	border-right: none
}
.subnav ul li a.active {
	background: #f06f2f;
	color: #fff;
	border-bottom: solid 1px #f06f2f
}
.subnav ul li a.active {
	background: #f06f2f;
	color: #fff;
	border-bottom: solid 1px #f06f2f
}
.inside_warp .container h2 {
	font-size: 4em;
	margin: 0 0 40px 0;
	position: relative
}
.inside_warp .container h4 {
	font-size: 2.6em;
	margin: 0 0 30px 0;
	position: relative
}
ul.bullet {
	margin: 0;
	padding: 0
}
ul.bullet li {
	margin: 0 0 25px 0;
	padding: 0 0 0 22px;
	position: relative;
	color: #2a2b2b;
	font-size: 1.8em;
	line-height: 1.7em
}
ul.bullet li:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #f06f2f;
	border-radius: 50%;
	left: 0;
	top: 12px
}
.inside_warp .container p.bold {
	font-size: 2.3em;
	margin: 0 0 30px 0;
	position: relative;
	font-weight: 700
}
.inside_warp .container p.bold:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 70px;
	height: 4px;
	background: #f06f2f
}
.inside_warp hr {
	border-top: solid 1px #c6c5c3;
	border-bottom: 0;
	margin: 40px 0 30px 0
}
.inside_warp .container h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 80px;
	height: 4px;
	background: #f06f2f
}
.inside_warp .container p {
	font-size: 1.8em;
	margin: 0 0 20px 0;
	color: #000;
	line-height: 1.9em
}
.fullscreen-bg-video {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
	height: 98%;
	z-index: 1
}
.fullscreen-bg-video:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4)
}
.vd_icon, .video-icon {
	width: 61px;
	height: 61px;
	z-index: 5;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -30px;
	position: absolute;
	transform: translateY(0)
}
.vd_icon .icon-play, .vd_icon .video-icon {
	width: 61px;
	height: 62px;
	cursor: pointer;
	position: absolute
}
.vd_icon, .video-icon {
	box-shadow: 0 0 0 rgba(255,255,255,.8);
	animation: shadowPulses 2s 2s infinite cubic-bezier(.66, 0, 0, 1);
	border-radius: 50%
}
.vd_icon .icon-play:before, .vd_icon .video-icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border-width: 1px;
	border-style: solid;
	transition: transform .3s ease, border-color .3s ease;
	border-color: #ca8f2e
}
.vd_icon .icon-play:after, .vd_icon .video-icon:after {
	content: "";
	position: absolute;
	left: 26px;
	top: 21px;
	width: 0;
	height: 0;
	width: 0;
	height: 0;
	border-left: 16px solid #ca8f2e;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent
}
.vd_icon .icon-play:hover:before, .vd_icon .video-icon:hover:before {
	content: "";
	visibility: visible;
	-webkit-transform: translateY(0) scale(1.3);
	transform: translateY(0) scale(1.3);
	opacity: 1;
	-webkit-transition: -webkit-transform 0.9s ease;
	transition: transform 0.9s ease;
	border-color: #ca8f2e;
	background: #ca8f2e
}
.vd_icon .icon-play:hover:after, .vd_icon .video-icon:hover:after {
	border-left: 16px solid #fff
}
.cd-video-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(94,110,141,.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 99;
	display: none
}
.cd-video-popup.is-visible {
	opacity: 1;
	visibility: visible;
	display: block
}
.cd-popup-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s
}
.video-container iframe, .video-container object, .video-container embed {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}
a.cd-popup-close {
	position: absolute;
	;
	z-index: 99;
	display: inline-block;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #f37026;
	z-index: 1;
	text-indent: -99999px
}
a.cd-popup-close:before {
	position: absolute;
	top: 7px;
	left: 25px;
	width: 2px;
	height: 36px;
	background-color: #fff;
	content: "";
	transform: rotate(45deg);
	transition: all ease 0.5s
}
a.cd-popup-close:after {
	position: absolute;
	top: 7px;
	right: 22px;
	width: 2px;
	height: 36px;
	background-color: #fff;
	content: "";
	transform: rotate(-45deg);
	transition: all ease 0.5s
}
a:hover.cd-popup-close:before {
	transform: rotate(225deg)
}
a:hover.cd-popup-close:after {
	transform: rotate(-225deg)
}
.is-visible .cd-popup-container {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.bg_parten_rpt {
	background: url(../images/parton_bg_rpt.jpg)
}
.home_article .bg_parten_rpt {
	background-attachment: fixed
}
.inside_bg_gray {
	background: #f7f6f4;
	border-bottom: 1px solid #d4d4d4;
	box-shadow: -3px -1px 10px #333;
	padding: 50px 0 80px 0
}
.row {
	position: relative;
	display: block;
	width: 100%
}
.row:after, .right_side_image:after, ul.inner_article:after {
	content: "";
	clear: left;
	display: block
}
.img_max {
	width: 100%;
	max-width: 100%
}
ul.inner_article, ul.inner_article_warp {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	position: relative
}
ul.inner_article li {
	width: 46%;
	padding: 2%;
	float: left
}
ul.inner_article li:nth-child(2n + 1) {
	clear: both
}
ul.inner_article_warp li {
	width: 100%;
	padding: 0;
	float: left
}
ul.inner_article_warp {
	padding: 2%;
	box-sizing: border-box
}
.left_50 {
	width: 48%;
	float: left;
	margin: 0 5% 0 0
}
.right_50 {
	width: 48%;
	float: left;
	margin: 0 0 0 5%
}
.inner_article_sub {
	width: 100%;
	position: relative;
	display: block
}
.inner_article_sub.readmorecontent {
	display: none
}
.home-kma-swiper-container:after {
	content: "";
	display: block;
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}
.inner_article_sub:after {
	content: "";
	display: block;
	clear: both
}
.inner_article_sub .cont_box {
	width: 40%;
	padding: 4% 2% 3% 5%;
	min-height: 400px;
	max-height: 1500px
}
.inner_article_sub .cont_box p {
	color: #7a7a84;
	font-size: 1.9em;
	position: relative;
	font-weight: 600;
	margin: 0;
	padding-bottom: 15px;
	font-weight: 400;
	line-height: 1.8em
}
.inner_article_sub .cont_box h2 {
	display: block;
	font-size: 3.2em;
	color: #181411;
	text-align: left;
	margin: 0 0 25px 0;
	padding: 0 0 14px 0;
	position: relative;
	font-family: 'gilroy'
}
.inner_article_sub .cont_box h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 84px;
	height: 5px;
	background: #F36E20
}
.inner_article_sub .img_box {
	width: 50%;
	position: absolute;
	height: 100%;
	max-height: 590px;
	display: block;
	right: 0;
	top: 0;
	cursor: pointer;
	min-height: 450px
}
.inner_article_sub .img_box.img_bg_fix {
	background-position: center;
	background-size: cover;
	display: block;
	text-align: center;
	background-repeat: no-repeat
}
.inner_article_sub.inner_article_sub_2nd {
	position: relative;
	width: 100%
}
.inner_article_sub.inner_article_sub_2nd .cont_box {
	float: right;
	padding: 2% 7% 3% 2%;
	width: 41%
}
.inner_article_sub.inner_article_sub_2nd .img_box {
	right: inherit;
	left: 0
}
a.readmorebtn.active {
	left: 52%
}
.inner_article_sub .img_box.img_bg_fix span.icon_video {
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	z-index: 5;
	border: solid 2px rgba(255,255,255,.9);
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(.175, .885, .32, 1.275)
}
.inner_article_sub .img_box.img_bg_fix span.icon_video:after {
	width: 0;
	height: 0;
	border-left: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	left: 25px;
	top: 21px
}
.inner_article_sub .img_box.img_bg_fix:hover span.icon_video {
	background: #d8712e;
	border: solid 2px #f57915
}
li.readmorecontent {
	display: none
}
a.readmorebtn {
	cursor: pointer;
	position: absolute;
	width: 115px;
	bottom: 25px;
	left: 5%;
	font-size: 1.4em;
	color: #f37026;
	text-transform: uppercase;
	font-weight: 700
}
.header_warp {
	width: 800px;
	margin: 0 auto;
	position: relative;
	display: block
}
.inside_warp {
	padding: 90px 0 0 0
}
.header_warp h3 {
	display: block;
	clear: both;
	font-size: 4.5em;
	font-weight: 600;
	color: #181411;
	text-align: center;
	margin-bottom: 0;
	padding: 0;
	position: relative
}
.header_warp h5 {
	font-size: 3em;
	color: #181411;
	text-align: center;
	margin-bottom: 10px
}
.inside_warp .container .header_warp p {
	font-size: 1.9em;
	color: #181411;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.4em
}
.header_warp h3:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -18px;
	margin-left: -42px;
	width: 84px;
	height: 5px;
	background: #F36E20
}
.inside_warp_upming {
	width: 100%
}
.inside_warp_upming .fullContainer {
	margin: 0 auto;
	width: 96%
}
.inside_warp_upming .header_warp h3 {
	font-size: 4em;
	margin-bottom: 15px;
	margin-top: 40px
}
.slider_inside {
	width: 100%;
	position: relative;
	display: block;
	padding: 10px 0 40px 0
}
a.readmorebtn.active:after {
	content: "";
	background: none
}
.swiper-container-upcoming, .swiper-container-past, .swiper-container-offroad, .swiper-container-dirty, .swiper-container-trail, .swiper-container-track, .swiper-container-offroadTrophy {
	position: relative;
	overflow: hidden;
	max-width: 1140px;
	margin: 0 auto;
	padding-bottom: 75px
}
.swiper-button-next-upcoming.swiper-button-disabled, .swiper-button-prev-upcoming.swiper-button-disabled {
	visibility: visible;
	opacity: .5;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.swiper-container-dirty>.swiper-button-disabled {
	visibility: visible;
	opacity: .5;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.event_box {
	width: 100%;
	position: relative;
	display: block;
	padding: 6px 6px 15px 6px;
	box-sizing: border-box;
	box-shadow: 1px 4px 20px #dad8d8
}
.event_box a {
	padding-bottom: 12px;
	text-decoration: none;
	display: block;
	transform: scale(1, 1);
	border: solid 1px #e4e4e4;
	background: #fff;
	transition: all 0.3s linear
}
.event_box a .event_box_img {
	display: block;
	position: relative
}
.event_box a .event_box_img .logo_event {
	width: 100px;
	position: absolute;
	right: 10px;
	bottom: -41px
}
.event_box a .content_box {
	padding: 25px 25px 4px 25px
}
.event_box a .content_box .rate_star_warp {
	border-top: solid 1px #e5e5e5
}
.event_box a .content_box h5 {
	font-size: 1.6em;
	font-weight: 600;
	margin: 0 0 26px 0;
	position: relative;
	color: #181411
}
.event_box a .content_box h5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 40px;
	height: 2px;
	background: #f06f2f
}
.event_box a .content_box h4 {
	font-size: 1.9em;
	font-weight: 600;
	margin: 0 0 18px 0;
	color: #181411;
	position: relative
}
.event_box a .content_box date {
	font-size: 1.3em;
	font-weight: 400;
	margin: 0 0 7px 0;
	color: #7a7a84;
	display: block
}
.event_box a .content_box p.spot {
	color: #f1493c;
	font-weight: 500
}
.event_box a .content_box p {
	color: #7a7a84;
	font-size: 1.6em;
	position: relative;
	font-weight: 600;
	margin: 0 0 20px 0;
	font-weight: 400;
	line-height: 1.6em
}
.kma-caption a.btn {
	background: #f06f2f;
	transition: all 0.2s linear;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 2px #f06f2f;
	box-shadow: 1px 5px 30px -1px #454546;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: .55em;
	letter-spacing: .2em;
	padding: 15px 38px;
	display: inline-block;
	margin-top: 70px
}
.kma-caption a.btn:hover {
	background: #fff;
	color: #f06f2f;
	border: solid 2px #fff
}
.event_box a .content_box p.btn {
	background: #fff;
	transition: all 0.2s linear;
	border: solid 2px #f06f2f;
	position: relative;
	color: #1e160f;
	font-weight: 600;
	font-size: 1.3em;
	letter-spacing: .1em;
	padding: 8px 18px;
	display: inline-block
}
.event_box a .content_box p.btn:after {
	content: "";
	position: absolute;
	left: 0;
	height: auto;
	background: #f06f2f
}
.event_box a .content_box .rate_star_warp {
	width: 100%;
	display: block;
	padding: 14px 0
}
.event_box a .content_box .rate_star_warp:after {
	clear: both;
	display: block;
	content: ""
}
.event_box a .content_box .rate_star_warp .star {
	float: left;
	width: 70%
}
.event_box a .content_box .rate_star_warp .view {
	float: right;
	width: 30%;
	text-align: right;
	font-size: 1.3em;
	color: #7a7a84
}
.event_box a .content_box .rate_star_warp .view span.icon {
	height: 14px;
	width: 30px;
	background: url(../images/spripte.png) -131px -13px;
	display: inline-block;
	position: relative;
	top: 2px
}
.event_box a .content_box .rate_star_warp .star .rating {
	position: relative;
	z-index: 2
}
.event_box a .content_box .rate_star_warp .star .rating ul li {
	float: left;
	margin: 0 4px;
	font-size: 1.3em;
	color: #7a7a84
}
.event_box a .content_box .rate_star_warp .star .rating ul li:first-child {
	margin-left: 0
}
.event_box a .content_box .rate_star_warp .star .rating ul li .star {
	position: relative;
	background: url(../images/rating2.png) repeat-x 0 0;
	height: 12px;
	float: left;
	width: 92px;
	overflow: hidden;
	position: relative;
	top: 2px
}
.event_box a .content_box .rate_star_warp .star .rating ul li .star i {
	position: absolute;
	top: 1px;
	left: 0;
	background: url(../images/rating2.png) repeat-x 0 -14px;
	height: 12px;
	z-index: 1
}
.event_box a:hover {
	border: solid 1px #f06f2f;
	box-shadow: 1px 4px 20px -2px #7a7a84;
	transform: scale(1, 1)
}
.event_box a:hover .content_box p.btn {
	background: #f06f2f;
	color: #fff
}
.event_box a .content_box h4.place {
	padding-left: 26px
}
.event_box a .content_box h4.place:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 20px;
	left: 0;
	top: 1px;
	background: url(../images/spripte.png) -20px -138px
}
.event_box a .content_box p.date {
	padding-left: 26px
}
.event_box a .content_box p.date:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 20px;
	left: 0;
	top: 1px;
	background: url(../images/spripte.png) -80px -138px
}
.event_box a .content_box p.time {
	padding-left: 26px
}
.event_box a .content_box p.time:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 20px;
	left: 0;
	top: 1px;
	background: url(../images/spripte.png) -149px -138px
}
.event_box a .content_box p.price {
	padding-left: 26px
}
.event_box a .content_box p.price:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 20px;
	left: 0;
	top: 1px;
	background: url(../images/spripte.png) -223px -138px
}
.event_box a .content_box p.spot {
	padding-left: 26px
}
.event_box a .content_box p.spot:after {
	content: "";
	position: absolute;
	width: 25px;
	height: 20px;
	left: 0;
	top: 1px;
	background: url(../images/spripte.png) -294px -140px
}
.swiper-button-next-upcoming, .swiper-button-prev-upcoming, .swiper-button-next-dirty, .swiper-button-prev-dirty, .swiper-button-next-trail, .swiper-button-prev-trail, .swiper-button-next-track, .swiper-button-prev-track, .swiper-button-next-offroadTrophy, .swiper-button-prev-offroadTrophy {
	background: #fff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: solid 2px #f36e20;
	margin-top: -25px;
	top: inherit;
	outline: none;
	box-shadow: 1px 4px 14px 0 #a7a2a2;
	left: 51.4%;
	bottom: 15px;
	text-indent: -99999px;
	position: absolute;
	cursor: pointer
}
.swiper-button-prev-upcoming, .swiper-button-prev-dirty, .swiper-button-prev-trail, .swiper-button-prev-track, .swiper-button-prev-offroadTrophy {
	left: 44.5%
}
.swiper-button-prev-upcoming:after, .swiper-button-prev-dirty:after, .swiper-button-prev-trail:after, .swiper-button-prev-track:after, .swiper-button-prev-offroadTrophy:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 29%;
	margin-left: -11px;
	width: 15px;
	height: 15px;
	background: url(../images/spripte.png) -296px -79px
}
.swiper-button-next-upcoming:after, .swiper-button-next-dirty:after, .swiper-button-next-trail:after, .swiper-button-next-track:after, .swiper-button-next-offroadTrophy:after {
	content: "";
	position: absolute;
	left: 52%;
	top: 29%;
	margin-left: -11px;
	width: 15px;
	height: 15px;
	background: url(../images/spripte.png) -225px -79px
}
.swiper-button-next-upcoming:hover, .swiper-button-prev-upcoming:hover, .swiper-button-next-dirty:hover, .swiper-button-prev-dirty:hover, .swiper-button-next-trail:hover, .swiper-button-prev-trail:hover, .swiper-button-next-track:hover, .swiper-button-prev-track:hover, .swiper-button-next-offroadTrophy:hover, .swiper-button-prev-offroadTrophy:hover {
	background: #f06f2f;
	border: solid 2px #f06f2f
}
.swiper-button-next-upcoming:hover:after, .swiper-button-next-dirty:hover:after, .swiper-button-next-trail:hover:after, .swiper-button-next-track:hover:after, .swiper-button-next-offroadTrophy:hover:after {
	content: "";
	background: url(../images/spripte.png) -89px -79px
}
.swiper-button-prev-upcoming:hover:after, .swiper-button-prev-dirty:hover:after, .swiper-button-prev-trail:hover:after, .swiper-button-prev-track:hover:after, .swiper-button-prev-offroadTrophy:hover:after {
	content: "";
	background: url(../images/spripte.png) -15px -79px
}
.swiper-button-disabled {
	visibility: visible;
	opacity: 1
}
.booking_process_warper {
	width: 70%;
	padding: 70px 0;
	margin: 0 auto
}
.booking_process_warper ul.tab {
	margin: 30px 0 55px 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%
}
.booking_process_warper ul.tab li {
	display: inline-block;
	position: relative;
	width: 24.5%;
	text-align: center
}
.booking_process_warper ul.tab li span {
	color: #b9b8b8;
	font-size: 1.8em
}
.booking_process_warper ul.tab li::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	background: #cfcfcf;
	margin-left: -6px;
	border-radius: 10px;
	top: -14px;
	z-index: 1
}
.booking_process_warper ul.tab li::before {
	content: "";
	position: absolute;
	width: 97%;
	height: 1px;
	left: -48.5%;
	background: #cfcfcf;
	top: -9px
}
.booking_process_warper ul.tab li.active span {
	color: #000
}
.booking_process_warper ul.tab li.active::after {
	content: "";
	background: #e36e23
}
.booking_process_warper ul.tab li.active::before {
	content: "";
	background: #e36e23
}
.booking_process_warper ul.tab li:first-child::before {
	content: "";
	background: none
}
.inside_warp .container .booking_process_warper .processbox {
	padding: 20px 30px;
	border-top: solid 1px #dddddb
}
.inside_warp .container .booking_process_warper .processbox .event_details p.gray_txt {
	color: #888;
	font-size: 1.5em;
	margin-bottom: 12px
}
.inside_warp .container .booking_process_warper .processbox .event_details p.gray_txt.link a {
	color: #171919;
	font-weight: 600
}
.inside_warp .container .booking_process_warper .processbox .event_details p.gray_txt.link a:hover {
	color: #e36e23
}
.inside_warp .container .booking_process_warper .processbox .event_details h2 {
	font-size: 2.8em;
	margin: 0 0 5px 0;
	color: #1d1b18
}
.inside_warp .container .booking_process_warper .processbox .event_details h2:after, .inside_warp .container .booking_process_warper .processbox_pay .event_details h2:after {
	content: "";
	display: none
}
.inside_warp .container .booking_process_warper .processbox .event_details p {
	margin-bottom: 10px
}
.inside_warp .container .booking_process_warper .processbox .event_details p.heighlight {
	color: #ff0b0b;
	font-size: 1.5em;
	margin: 0
}
.inside_warp .container .booking_process_warper .processbox .event_details h3 {
	font-size: 2.5em;
	margin: 0 0 15px 0;
	color: #1d1b18
}
.processbox .event_details .select_row {
	display: block;
	margin: 0;
	padding: 0;
	clear: both
}
.processbox .event_details .select_row .maxl {
	margin: 0 0 10px 0
}
.inside_warp .container .booking_process_warper .processbox_pay {
	padding: 20px 30px;
	position: relative
}
.inside_warp .container .booking_process_warper .processbox_pay .event_details h2 {
	font-size: 2.5em;
	margin: 0 0 15px 0;
	color: #1d1b18
}
.inside_warp .container .booking_process_warper .processbox_pay ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 1px
}
.inside_warp .container .booking_process_warper .processbox_pay ul.tabs li {
	background: none;
	display: inline-block;
	padding: 10px 25px;
	cursor: pointer;
	font-size: 2.1em;
	margin-right: 10px;
	font-weight: 600;
	color: #454545
}
.inside_warp .container .booking_process_warper .processbox_pay ul.tabs li.current {
	border-bottom: solid 1px #f6f6f4
}
.inside_warp .container .booking_process_warper .processbox_pay ul.tabs li {
	border-bottom: solid 1px #a4a4a4;
	border-top: solid 1px #a4a4a4;
	border-left: solid 1px #a4a4a4;
	border-right: solid 1px #a4a4a4
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content {
	display: none;
	padding: 50px 40px;
	border: solid 1px #a4a4a4
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content h4 {
	font-size: 1.8em;
	font-weight: 400;
	color: #707070;
	margin: 0 0 15px 0
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content select {
	width: 300px;
	background: none;
	padding: 8px;
	border: solid 1px #aaa;
	margin-bottom: 40px;
	margin-right: 15px;
	font-size: 1.7em
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content .box {
	width: 450px;
	display: block
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content .paynow_bank {
	font-size: 1.66em;
	margin-bottom: 20px;
	background: #f36f21;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	position: relative
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content .paynow_bank svg {
	width: 20px;
	height: 20px;
	fill: #fff;
	position: absolute;
	top: 10px;
	right: 9px
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content .paynow_bank:hover {
	background: #d8712e
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content p {
	font-size: 1.6em;
	line-height: 1.5em;
	color: #8a8c8c
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content.current {
	display: inherit
}
.control:hover input~.control__indicator, .control input:focus~.control__indicator {
	background: #ccc
}
.control input:checked~.control__indicator {
	background: #e36e23
}
.control:hover input:not([disabled]):checked~.control__indicator, .control input:checked:focus~.control__indicator {
	background: #e36e23
}
.control input:disabled~.control__indicator {
	pointer-events: none;
	opacity: .6;
	background: #e6e6e6
}
.control__indicator:after {
	position: absolute;
	display: none;
	content: ''
}
.control input:checked~.control__indicator:after {
	display: block
}
.control--checkbox .control__indicator:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0
}
.control--checkbox input:disabled~.control__indicator:after {
	border-color: #7b7b7b
}
.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
	background: #e6e6e6;
	border: solid 1px #9999
}
.control--radio .control__indicator {
	border-radius: 50%
}
.control {
	font-size: 1.77em;
	position: relative;
	display: block;
	margin-bottom: 0;
	padding-left: 30px;
	cursor: pointer;
	color: #5b5b5b;
	margin-top: 25px
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0
}
.processbox .event_details .select_row .radio {
	color: #999;
	font-size: 15px;
	position: relative
}
.processbox .event_details .select_row .radio span {
	position: relative;
	padding-left: 20px
}
.processbox .event_details .select_row .radio .left {
	display: inline-block;
	margin-right: 8px
}
.processbox .event_details .select_row .radio .big {
	color: #232424;
	font-size: 1.4em
}
.processbox .event_details .select_row .radio .small {
	color: #2f2f2f;
	font-size: 1.1em
}
.processbox .event_details .select_row .radio span:after {
	content: '';
	width: 15px;
	height: 15px;
	border: 3px solid;
	position: absolute;
	left: 0;
	top: 1px;
	border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.processbox .event_details .select_row .radio input[type="radio"] {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.processbox .event_details .select_row .radio input[type="radio"]:checked + span {
	color: #d8712e
}
.processbox .event_details .select_row .radio input[type="radio"]:checked + span:before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	background: #d8712e;
	left: 5px;
	top: 6px;
	border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%
}
.btn_cmn {
	background: #fff;
	transition: all 0.2s linear;
	border: solid 2px #f06f2f;
	position: relative;
	color: #1e160f;
	font-weight: 600;
	font-size: 1.3em;
	letter-spacing: .1em;
	padding: 8px 18px;
	display: inline-block
}
.btn_cmn:after {
	content: "";
	position: absolute;
	left: 0;
	height: auto;
	background: #f06f2f
}
button.btn_cmn {
	background: transparent;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	margin-right: 18px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 400;
	padding: 8px 25px
}
button.btn_cmn:hover, a.btn_cmn.backbtn:hover {
	background: #f06f2f;
	color: #fff;
	border: solid 2px #f06f2f
}
button.btn_cmn.backbtn {
	border: solid 2px #ccc;
	color: #ccc
}
.processbox .event_details .select_row .maxl .form_row_col {
	float: left;
	width: 33%;
	padding-right: 20px;
	box-sizing: border-box
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content .paynow_bank input {
	border: 0;
	cursor: pointer;
	position: relative;
	background: none;
	padding: 9.6px 36px 9.9px 14px;
	font-size: .9em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	outline: none
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content .paynow_bank:before {
	content: "";
	position: absolute;
	right: 7px;
	top: 12px;
	width: 15px;
	height: 15px;
	background: url(../images/spripte.png) -93px -80px
}
.processbox .event_details .select_row .maxl .form_row_col:last-child {
	padding-right: 0
}
.processbox .event_details .select_row .maxl .form_row_col .form_input_style {
	border: 1px solid #babab9;
	padding: 10px 12px;
	width: 100%;
	color: #707070;
	background: transparent;
	font-size: 1.6em
}
.processbox .event_details .select_row .maxl:after {
	clear: both;
	display: table;
	content: ""
}
.form_input_style::-webkit-input-placeholder {
color:#707070;
font-weight:400;
font-style:normal
}
#search-text::-moz-placeholder {
color:#fff;
font-weight:400;
font-style:normal
}
#search-text::-ms-input-placeholder {
color:#fff;
font-weight:400;
font-style:normal
}
#search-text::-webkit-input-placeholder {
color:#fff;
font-weight:400;
font-style:normal
}
#search-text::-ms-input-placeholder {
color:#fff;
font-weight:400;
font-style:normal
}
p.error {
	color: #f06f2f!important;
	margin: 5px 0 0 0!important;
	font-size: 1.1em!important;
	display: block!important
}
.inside_warp .container p#confirm_details-error {
	font-size: 0.7em!important
}
.subscribe_message {
	font-size: 1.4em;
	position: absolute;
	color: #f36f21;
	bottom: -32px;
	left: 0
}
.additional_members_show {
	display: none
}
.additional_members_show.itemshow {
	display: block
}
.inside_warp .container .booking_process_warper .processbox .event_details .participant_box {
	float: left;
	width: 45%;
	padding-right: 40px;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all
}
.inside_warp .container .booking_process_warper .processbox .event_details:after {
	content: "";
	clear: both;
	display: block
}
.inside_warp .container .booking_process_warper .processbox .event_details .participant_box p.gray_txt {
	margin-bottom: 4px;
	border-bottom: solid 1px #c5c5c3
}
.inside_warp .container .booking_process_warper .processbox .event_details .participant_box h5 {
	font-size: 1.8em;
	margin: 0 0 15px 0;
	color: #1d1b18
}
.inside_warp .container .booking_process_warper .processbox .event_details .participant_box p {
	margin-bottom: 15px;
	line-height: 1.2em
}
.purple_club_warper_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.6);
	left: 0;
	top: 0;
	z-index: 105;
	display: none
}
.purple_club_warper_bg.active {
	display: block
}
.purple_club_warper {
	display: none;
	width: 800px;
	padding: 40px;
	margin-top: -200px;
	margin-left: -400px;
	position: fixed;
	top: 40%;
	left: 50%;
	box-sizing: border-box;
	z-index: 106;
	background: #fff
}
.purple_club_warper.active {
	display: block
}
.purple_club_warper .purple_club_box {
	border-bottom: solid 1px #e5e5e5
}
.purple_club_warper .purple_club_box h2 {
	font-size: 2.2em;
	margin: 0;
	color: #1d1b18
}
.purple_club_warper .purple_club_box p {
	font-size: 1.77em;
	display: block;
	color: #5b5b5b;
	margin-bottom: 25px
}
.purple_club_warper .close_icon {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	top: 20px;
	cursor: pointer
}
.purple_club_warper .close_icon:hover {
	opacity: .8
}
.purple_club_warper .close_icon svg path {
	fill: #e36e23
}
.purple_club_warper .purple_club_box p.small {
	font-size: 1.2em;
	margin-bottom: 5px
}
.purple_club_boxFeild {
	display: block
}
.purple_club_boxFeild input {
	height: 100%;
	float: left;
	line-height: 45px;
	padding: 11px 40px 11px 10px;
	font-size: 1.4em;
	color: #8a8a8a;
	letter-spacing: 1px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #8a8a8a;
	outline: none;
	opacity: 1;
	font-family: 'Lato';
	font-weight: 300;
	font-size: 1.4em;
	margin-bottom: 25px
}
.purple_club_boxFeild {
	position: relative;
	display: block;
	position: relative;
	width: 60%;
	margin-bottom: 20px
}
.purple_club_boxFeilds:after, .purple_club_box:after, .purple_club_warper .purple_club_box01:after {
	content: "";
	clear: both;
	display: table
}
.purple_club_boxFeild a.search-btn {
	float: right;
	height: 41px;
	box-sizing: border-box;
	line-height: 37px;
	font-size: 1.8em;
	text-transform: inherit;
	padding: 0 24px;
	position: absolute;
	right: 0;
	top: 0;
	background: #f36f21;
	color: #f36f21
}
.purple_club_boxFeild a.search-btn svg {
	fill: #fff;
	width: 27px;
	position: absolute;
	left: 13px;
	top: 8px
}
.purple_club_warper .purple_club_box01 {
	width: 70%
}
.purple_club_warper .purple_club_box01 {
	display: block;
	margin-top: 20px;
	font-size: 1.8em;
	color: #454545
}
.purple_club_warper .purple_club_box01 .lhs {
	width: 70%;
	float: left
}
.purple_club_warper .purple_club_box01 .rhs {
	width: 30%;
	float: left
}
.purple_club_warper .purple_club_box01 .rhs input {
	width: 100%;
	padding: 6px;
	color: #3e3f3f;
	border: solid 1px #7b7b7b;
	font-size: .9em
}
.inside_warp .container .booking_process_warper .processbox .event_details {
	position: relative
}
.purple_club_edit {
	position: absolute;
	left: 200px;
	bottom: 5px;
	font-size: 1.4em;
	color: #2a2b2b;
	border-bottom: solid 1px #f06f2f;
	cursor: pointer
}
.purple_club_edit:hover {
	color: #f06f2f;
	border-bottom: solid 1px #2a2b2b
}
.home-kma-swiper-container {
	position: relative;
	overflow: hidden
}
.home-kma-swiper-container .kma-caption {
	position: absolute;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 2.8em;
	left: 50%;
	top: 20%;
	margin-left: -400px
}
.home-kma-swiper-container .kma-caption h1 {
	display: block;
	clear: both;
	font-size: 2.1em;
	line-height: 65px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	top: -10px;
	position: relative;
	text-shadow: 2px 2px 6px rgba(0,0,0,.6)
}
.home-kma-swiper-container .kma-caption h1:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -45px;
	margin-left: -42px;
	width: 80px;
	height: 6px;
	background: #f66e22
}
.home-kma-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 50px;
	position: absolute;
	width: 94%;
	z-index: 9;
	left: 40px;
	text-align: left;
	opacity: 1;
	visibility: visible
}
.home-kma-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #f36e20!important;
	border: solid 2px #f36e20!important;
	transform: scale(1.1, 1.1)
}
.home-kma-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	border-radius: 100%;
	background: none
}
.home-kma-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
	border: solid 1px #adaba8;
	opacity: 1
}
.home-kma-swiper-container .swiper-slide {
	height: 93vh
}
.home-kma-swiper-container .swiper-slide .home_kma_bg {
	height: 100%;
	width: 100%;
	z-index: 99;
	float: left;
	background-position: center;
	background-size: cover;
	clear: both;
	background-repeat: no-repeat;
	-webkit-perspective: initial!important;
	perspective: initial!important;
	-webkit-transition: initial;
	-o-transition: initial;
	transition: initial;
	-webkit-transform: initial!important;
	transform: initial!important
}
.home-kma-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: transparent;
	border: solid #b5b5b1 1px;
	border-radius: 50%;
	z-index: 9;
	left: -6px;
	top: -6px;
	outline: none
}
.testimonials_slider_pagination.swiper-pagination-bullets {
	bottom: 6px;
	position: absolute;
	width: 94%;
	z-index: 9;
	left: initial;
	text-align: right
}
.testimonials_warp>.swiper-container-horizontal>.swiper-pagination-bullets {
	opacity: 1;
	visibility: visible;
	width: 93%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .postImg img {
	transform: scale(1.01, 1.01)
}
.testimonials_slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #f36e20!important;
	border: solid 1px #f36e20!important;
	transform: scale(1.1, 1.1)
}
.testimonials_slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	border-radius: 100%;
	background: none
}
.testimonials_slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px!important;
	border: solid 1px #686766;
	opacity: 1
}
.testimonials_slider_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: transparent;
	border: solid #656564 1px;
	border-radius: 50%;
	z-index: 9;
	left: -6px;
	top: -6px;
	outline: none
}
.home-kma-swiper-container>.home-kma-swiper-button-next, .home-kma-swiper-container>.home-kma-swiper-button-prev {
	position: absolute;
	bottom: 50px;
	width: 38px;
	height: 38px;
	z-index: 6;
	cursor: pointer;
	background: rgba(255,255,255,0);
	border-radius: 50%;
	border: solid 2px rgba(255,255,255,.8);
	box-shadow: 0 1px 2px 0 #615959;
	margin-top: -25px;
	outline: none
}
.home-kma-swiper-container>.home-kma-swiper-button-next {
	right: 40px
}
.home-kma-swiper-container>.home-kma-swiper-button-prev {
	right: 100px
}
.home-kma-swiper-container>.home-kma-swiper-button-next:hover, .home-kma-swiper-container>.home-kma-swiper-button-prev:hover {
	background: #f06f2f;
	border: solid 2px #f06f2f
}
.thrill_slider02>.swiper-button-next:hover, .thrill_slider02>.swiper-button-prev:hover {
	background: #f06f2f;
	border: solid 2px #f06f2f
}
.thrill_slider02>.swiper-button-next:hover:after, .thrill_slider01>.swiper-button-next:hover:after {
	content: "";
	background: url(../images/spripte.png) -89px -79px
}
.thrill_slider01>.swiper-button-next:hover, .thrill_slider01>.swiper-button-prev:hover {
	background: #f06f2f;
	border: solid 2px #f06f2f
}
.testimonials_slider>.swiper-button-next:hover, .testimonials_slider>.swiper-button-prev:hover {
	background: #f06f2f;
	border: solid 2px #f06f2f
}
.swiper-container-journal>.swiper-button-next:hover, .swiper-container-journal>.swiper-button-prev:hover {
	background: #f06f2f;
	border: solid 2px #f06f2f
}
.swiper-container-journal {
	padding-bottom: 88px
}
.thrill_slider02>.swiper-button-next:hover:after, .thrill_slider01>.swiper-button-next:hover:after {
	content: "";
	background: url(../images/spripte.png) -89px -79px
}
.thrill_slider02>.swiper-button-prev:hover:after, .thrill_slider01>.swiper-button-prev:hover:after {
	content: "";
	background: url(../images/spripte.png) -15px -79px
}
.testimonials_slider>.swiper-button-next:hover:after {
	content: "";
	background: url(../images/spripte.png) -89px -79px
}
.testimonials_slider>.swiper-button-prev:hover:after {
	content: "";
	background: url(../images/spripte.png) -15px -79px
}
.swiper-container-journal>.swiper-button-next:hover:after {
	content: "";
	background: url(../images/spripte.png) -89px -79px
}
.swiper-container-journal>.swiper-button-prev:hover:after {
	content: "";
	background: url(../images/spripte.png) -15px -79px
}
.swiper-container-journal>.swiper-button-next:hover:after {
	content: "";
	background: url(../images/spripte.png) -89px -79px
}
.swiper-container-journal>.swiper-button-prev:hover:after {
	content: "";
	background: url(../images/spripte.png) -15px -79px
}
.home-kma-swiper-container>.home-kma-swiper-button-next:after {
	content: "";
	position: absolute;
	right: 14px;
	top: 13px;
	margin-left: -42px;
	width: 18px;
	height: 15px;
	background: url(../images/spripte.png) -86px -80px
}
.home-kma-swiper-container>.home-kma-swiper-button-prev:after {
	content: "";
	position: absolute;
	right: 16px;
	top: 13px;
	margin-left: -42px;
	width: 15px;
	height: 15px;
	background: url(../images/spripte.png) -14px -80px
}
.home_scroll {
	position: absolute;
	left: 50%;
	top: -70px;
	font-size: 1.5em;
	color: #fff;
	z-index: 9;
	width: 50px;
	margin-left: -26px
}
.home_scroll:after {
	width: 3px;
	height: 68px;
	background: #f57915;
	content: "";
	position: absolute;
	left: 17px;
	top: 28px;
	transform-origin: center top;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-o-transform-origin: center top;
	-webkit-animation: scrollLine 2s infinite;
	-moz-animation: scrollLine 2s infinite linear;
	-o-animation: scrollLine 2s infinite linear;
	animation: scrollLine 2s infinite linear
}
.home_article {
	position: relative;
	clear: both
}
.allchallanges_warper {
	width: 100%;
	position: relative;
	display: block
}
.thrill-container.swiper-container {
	padding-bottom: 120px;
	margin-bottom: 60px;
	padding-top: 40px
}
.thrill-container.swiper-container .swiper-scrollbar {
	width: 150px;
	margin-left: -70px;
	left: 50%;
	background: none;
	height: 55px;
	cursor: pointer
}
.contentWrapperHome article .thrill-container.swiper-container .swiper-scrollbar {
	transform: translateY(60px);
	opacity: 1;
	transition: all 0.5s linear;
	transition-delay: 500ms
}
.contentWrapperHome article.anm_actv .thrill-container.swiper-container .swiper-scrollbar {
	transform: translateY(0);
	opacity: 1
}
.thrill-container.swiper-container .swiper-scrollbar.active span {
	opacity: 0
}
.thrill-container.swiper-container .swiper-scrollbar.active .swiper-scrollbar-drag {
	left: 37px
}
.allCourses_warp .header_warp h3:after {
	content: "";
	display: none
}
.thrill-container.swiper-container .swiper-scrollbar span {
	content: "DRAG";
	font-family: 'Lato', sans-serif;
	top: 13px;
	background: #fff;
	font-size: 1.1em;
	padding: 5px;
	position: absolute;
	left: 40px;
	font-weight: 600;
	color: #454545;
	-webkit-animation: mymove 0.7s infinite;
	animation: mymove 0.7s infinite
}
.thrill-container.swiper-container .swiper-scrollbar span.dot {
	background-color: #545454;
	border-radius: 50%;
	width: 1.1px;
	height: 1.1px;
	position: absolute;
	left: 5px;
	bottom: inherit;
	opacity: 1;
	animation: none;
	top: 22px;
	padding: 3px
}
@keyframes mymove {
from {
left:40px
}
to {
left:45px
}
}
.thrill-container.swiper-container .swiper-scrollbar:before {
	content: "";
	background-color: #545454;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 95px;
	bottom: 26px
}
.thrill-container.swiper-container .swiper-scrollbar:after {
	content: "";
	width: 96px;
	height: 1px;
	background: transparent;
	left: 6px;
	top: 24px;
	display: block;
	position: absolute;
	z-index: -1;
	border-bottom: dashed 2px #ff7917;
	letter-spacing: 1px
}
.thrill-container.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	width: 60px!important;
	height: 55px;
	background: url(../images/drag.png) no-repeat;
	left: -5px
}
.allchallanges_warper .swiper-slide a {
	margin: 0;
	padding: 0;
	text-decoration: none
}
.allchallanges_warper .swiper-slide a .box_warp {
	position: relative
}
.allchallanges_warper .swiper-slide a .box_warp .capt {
	position: absolute;
	left: 5%;
	bottom: 10px;
	width: 90%;
	z-index: 2
}
.allchallanges_warper .swiper-slide a .box_warp .capt h5 {
	color: #fff;
	font-size: 3.4em;
	margin: 0 0 20px 0;
	padding: 0;
	position: absolute;
	bottom: 50px;
	transform: translateY(-1px);
	transition: all 0.5s cubic-bezier(.075, .82, .165, 1)
}
.allchallanges_warper .swiper-slide a .box_warp .capt .capt_full {
	opacity: 0;
	color: #fff;
	font-size: 1.7em;
	line-height: 1.8em;
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
	transform: translateY(5px);
	transition: all 0.5s cubic-bezier(.075, .82, .165, 1)
}
.allchallanges_warper .swiper-slide a .box_warp .capt button.btn {
	opacity: 0;
	background: transparent;
	border: solid 2px #fff;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 1.3em;
	letter-spacing: .1em;
	padding: 12px 45px;
	cursor: pointer;
	transform: translateY(10px);
	transition: all 0.6s cubic-bezier(.075, .82, .165, 1)
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt h5 {
	opacity: 1;
	display: block;
	transform: translateY(10px);
	position: relative
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt .capt_full {
	opacity: 1;
	display: block;
	transform: translateY(-55px)
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt button.btn {
	opacity: 1;
	display: block;
	transform: translateY(-25px)
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt button.btn:hover {
	background: #fff;
	color: #d8712e
}
.allchallanges_warper .swiper-slide a .box_warp .capt p {
	opacity: 1;
	display: block;
	transform: translateY(-10px);
	position: absolute;
	bottom: -22px;
	color: #fff;
	transition: all 0.5s cubic-bezier(.075, .82, .165, 1)
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt p {
	opacity: 1;
	display: block;
	transform: translateY(-54px);
	position: relative
}
.allchallanges_warper .swiper-slide a .box_warp .capt h5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 60px;
	height: 4px;
	background: #d8712e
}
.allchallanges_warper .swiper-slide a .box_warp:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 89%, rgba(0,0,0,.65) 96%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 89%, rgba(0,0,0,.65) 96%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 89%, rgba(0,0,0,.65) 96%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}
.allchallanges_warper .swiper-slide:nth-child(2), .allchallanges_warper .swiper-slide:nth-child(4), .allchallanges_warper .swiper-slide:nth-child(6) {
	transform: translateY(30px)
}
.allchallanges_warper .swiper-slide:nth-child(3) {
	transform: translateY(-20px)
}
.allchallanges_warper .swiper-slide:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(243,110,32,.9);
	opacity: 0;
	transition: all 0.2s ease-out
}
.allchallanges_warper .swiper-slide:hover:after {
	content: "";
	opacity: 1
}
.allchallanges_warper .swiper-slide:hover {
	box-shadow: 2px 3px 20px #636161
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt p.hide {
	display: block;
	transform: translateY(0)
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt {
	visibility: visible;
	transform: translateY(0)
}
.allchallanges_warper .swiper-slide:hover a .box_warp:after {
	display: none
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt h5:after {
	background: #fff
}
.thrill_slider_warper {
	width: 100%;
	position: relative;
	padding-bottom: 60px
}
.thrill_slider_lhs {
	float: left;
	width: 49%;
	position: relative;
	overflow: hidden;
	display: inline-block
}
.thrill_slider_lhs .swiper-container.thrill_slider01 {
	width: 100%;
	padding-bottom: 76px
}
.thrill_slider_rhs .swiper-container.thrill_slider02 {
	width: 100%;
	padding-bottom: 76px
}
.thrill_slider_rhs {
	float: left;
	width: 49%;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
	display: inline-block
}
.thrill_slider_warper:after {
	content: "";
	clear: both;
	display: block
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-wrapper {
	position: relative;
	width: 100%
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide {
	width: 100%;
	padding: 0 0 0;
	cursor: pointer;
	box-sizing: border-box;
	opacity: .4
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide:last-hild {
width:100%
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .cap_text {
	color: #4f4f4f;
	font-size: 1.3em;
	text-align: left;
	padding: 35px;
	box-sizing: border-box
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .cap_text {
	opacity: 0
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide.swiper-slide-active .cap_text {
	opacity: 1
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide.swiper-slide-active {
	opacity: 1
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-wrapper {
	position: relative;
	width: 100%
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide {
	width: 100%;
	cursor: pointer;
	box-sizing: border-box;
	opacity: .4
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide:last-child {
	width: 100%
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .cap_text {
	color: #4f4f4f;
	font-size: 1.3em;
	text-align: left;
	padding: 35px;
	box-sizing: border-box
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .brandlogo {
	left: 18px
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .cap_text {
	opacity: 0
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide.swiper-slide-active .cap_text {
	opacity: 1
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide.swiper-slide-active {
	opacity: 1
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .postImg:before {
	left: -100%;
	width: 100%;
	transition-delay: 0s
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .postImg:before {
	width: 0;
	transition: all 1s cubic-bezier(1, .02, .62, 1);
	-moz-transition: all 1s cubic-bezier(1, .02, .62, 1);
	-ms-transition: all 1s cubic-bezier(1, .02, .62, 1);
	-webkit-transition: all 1s cubic-bezier(1, .02, .62, 1)
}
.home_article .testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .postImg {
	opacity: 0
}
.home_article.animate.activeArticle .testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .postImg {
	opacity: 1
}
.home_article .thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide.swiper-slide-active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 89%, rgba(0,0,0,.65) 96%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 89%, rgba(0,0,0,.65) 96%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 89%, rgba(0,0,0,.65) 96%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	opacity: 0;
	transform: translateY(200px);
	transition: all 0.8s ease-out
}
.home_article.animate.activeArticle .thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide.swiper-slide-active:after {
	opacity: 1;
	transform: translateY(0)
}
.home_article .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide.swiper-slide-active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 89%, rgba(0,0,0,.65) 96%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 89%, rgba(0,0,0,.65) 96%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 89%, rgba(0,0,0,.65) 96%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	opacity: 0;
	transform: translateY(200px);
	transition: all 0.8s ease-out;
	pointer-events: none
}
.home_article.animate.activeArticle .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide.swiper-slide-active:after {
	opacity: 1;
	transform: translateY(0)
}
.home_article .thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .postImg, .home_article .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .postImg {
	opacity: 0;
	transform: translateY(200px);
	transition: all 0.8s ease-out
}
.home_article.animate.activeArticle .thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .postImg, .home_article.animate.activeArticle .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .postImg {
	opacity: 1;
	transform: translateY(0)
}
.home_article .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .brandlogo, .home_article .thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .brandlogo {
	opacity: 0;
	transform: translateY(200px);
	transition: all 0.9s ease-out
}
.home_article .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide.swiper-slide-active .cap_text, .home_article .thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide.swiper-slide-active .cap_text {
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.9s ease-out
}
.home_article .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore, .home_article .thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide a .knowmore {
	opacity: 0;
	transform: translateY(200px);
	transition: all 1s ease-out
}
.home_article.animate.activeArticle .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .brandlogo, .home_article.animate.activeArticle .thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .brandlogo {
	opacity: 1;
	transform: translateY(0)
}
.home_article.animate.activeArticle .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide.swiper-slide-active .cap_text, .home_article.animate.activeArticle .thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide.swiper-slide-active .cap_text {
	opacity: 1;
	transform: translateY(0)
}
.home_article.animate.activeArticle .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore, .home_article.animate.activeArticle .thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide a .knowmore {
	opacity: 1;
	transform: translateY(0)
}
.inside_warp .thrill_slider_lhs h4, .inside_warp .thrill_slider_rhs h4 {
	font-size: 2.6em;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	opacity: 0;
	transform: translateY(65px);
	transition: all 0.6s ease
}
.inside_warp .thrill_slider_rhs h4 {
	margin: 0 0 20px 0
}
.home_article.animate.activeArticle .inside_warp .thrill_slider_lhs h4, .home_article.animate.activeArticle .inside_warp .thrill_slider_rhs h4 {
	opacity: 1;
	transform: translateY(0)
}
.home_article .swiperSliderButton .swiper-button-next, .home_article .swiperSliderButton .swiper-button-prev {
	opacity: 0;
	transform: translateY(55px);
	transition: all 1s ease
}
.home_article.animate.activeArticle .swiperSliderButton .swiper-button-next, .home_article.animate.activeArticle .swiperSliderButton .swiper-button-prev {
	opacity: 1;
	transform: translateY(0);
	transition: all 1s ease
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .cap_text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .cap_text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2
}
.swiper-slide .cap_text h5 {
	font-size: 1.4em;
	font-weight: 600;
	margin: 0 0 24px 0;
	position: relative;
	color: #fff;
	font-weight: 400
}
.swiper-slide .cap_text h5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 40px;
	height: 2px;
	background: #f06f2f
}
.swiper-slide .cap_text h3 {
	font-size: 2.1em;
	font-weight: 400;
	margin: 0 0 10px 0;
	color: #fff;
	font-family: 'Lato', sans-serif
}
.swiper-slide .cap_text p.date {
	font-size: 1.4em;
	font-weight: 400;
	margin: 0 0 7px 0;
	color: #FFFCFC;
	display: block
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p.date {
	color: #606060;
	font-size: 1.3em
}
.swiper-slide a .playButton {
	position: absolute;
	z-index: 2;
	bottom: 40px;
	right: 50px;
	width: 55px;
	height: 55px;
	box-sizing: border-box;
	border-radius: 100%;
	border: 2px solid rgba(255,255,255,.6);
	box-shadow: 0 0 51px 0 rgba(44,27,23,.44);
	transition: all 0.2s linear
}
.swiper-slide a .knowmore {
	position: absolute;
	z-index: 2;
	bottom: 40px;
	right: 35px;
	width: 112px;
	font-size: 1.8em;
	color: #fff;
	transition: all 0.2s linear
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore {
	right: 40px
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore:after {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 15px;
	height: 15px;
	background: url(../images/spripte.png) -93px -80px
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .playButton {
	right: 75px
}
.swiper-slide a .playButton:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 16px solid #fff;
	margin: -11px 0 0 -5px
}
.swiper-slide a .brandlogo {
	width: 120px;
	position: absolute;
	left: 18px;
	top: 6%;
	z-index: 4
}
.swiper-slide a .brandlogo img {
	width: 100%;
	max-width: 100%
}
.swiper-slide:hover a .knowmore {
	color: #fff
}
.swiper-slide:hover a .playButton {
	background: #f36e20;
	border: solid 1px #f57915
}
.swiper-slide:hover a .knowmore {
	color: #f36e20
}
.testimonials_mainwarp {
	width: 93%;
	left: 7%;
	position: relative
}
.testimonials_mainwarp .header_warp {
	left: -3.7%
}
.testimonials_warp {
	position: relative;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 100px
}
.home_article .testimonials_warp .testimonials_slider {
	width: 100%;
	padding-bottom: 80px;
	margin-top: 45px;
	opacity: 0;
	transform: translateY(45px);
	transition: all 0.9s ease
}
.home_article.animate.activeArticle .testimonials_warp .testimonials_slider {
	opacity: 1;
	transform: translateY(0)
}
.home_article .testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	opacity: 0;
	transform: scale(.2, .2)
}
.home_article.animate.activeArticle .testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	opacity: 1;
	transform: scale(1, 1);
	transition: all 2s cubic-bezier(.075, .82, .165, 1)
}
.home_article .testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp {
	opacity: 0;
	transform: translateY(150px);
	transition: all 2.5s cubic-bezier(.075, .82, .165, 1)
}
.home_article.animate.activeArticle .testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp {
	opacity: 1;
	transform: translateY(0)
}
.testimonials_warp .testimonials_slider .swiper-wrapper {
	position: relative;
	width: 100%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide {
	width: 96.5%;
	left: -4%;
	background: #f7f6f4;
	margin-right: 4%;
	padding: 0 0 0 0;
	cursor: pointer;
	box-sizing: border-box;
	opacity: 1;
	border: solid 1px #ededed
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: scale(1, 1);
	box-shadow: 2px 2px 20px #ececec
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post {
	width: 100%;
	position: relative;
	display: block
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .postImg {
	width: 52.4%;
	float: left
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text {
	width: 47%;
	float: left;
	position: relative
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post:after {
	content: "";
	clear: both;
	display: table
}
.testimonials_slider.swiperSliderButton .swiper-button-next {
	right: 53.5%
}
.testimonials_slider.swiperSliderButton .swiper-button-prev {
	left: 46.5%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide.swiper-slide-active:nth-last-child(1) {
	opacity: 1;
	left: -4%;
	width: 96.5%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	position: absolute;
	left: 50.99%;
	top: 13%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic img {
	border-radius: 100%;
	box-shadow: 1px 9px 16px 3px rgba(0,0,0,.5);
	width: 100%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp {
	position: relative;
	left: 12%;
	margin-top: 10%;
	width: 86%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	left: 49%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp h5 {
	color: #1e160f;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 700
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp h3 {
	font-size: 2.2em;
	font-weight: 400;
	color: #454545;
	font-style: normal;
	margin-bottom: 28px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp h3 small {
	font-size: .8em
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p {
	color: #171717;
	font-size: 2.6em;
	line-height: 1.7em;
	font-weight: 400;
	font-family: 'Lato', sans-serif
}
.BlogStories .col .box .profile img {
	float: left;
	width: 87px;
	height: 87px;
	border-radius: 100%;
	margin-bottom: 15px
}
.top_header_pad, section.midContainer.top_header_pad {
	padding-top: 71px
}
.swiper-container-journal {
	position: relative
}
.swiper-container-journal {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 100px 0 100px 0;
	padding-bottom: 20px
}
.swiper-container-journal {
	width: 95%;
	margin: 0 auto;
	position: relative;
	display: block;
	padding: 35px 12px 130px
}
.swiper-container-journal .event_box a .content_box h5 {
	color: #000;
	font-size: 2.2em;
	font-weight: 400;
	font-family: 'Lato', sans-serif
}
.swiper-container-journal .event_box a .content_box h4 {
	color: #1e1d1c;
	font-size: 1.3em;
	font-weight: 400
}
.swiper-container-journal .event_box a .content_box p.btn {
	color: #f06f2f
}
.swiper-container-journal .event_box a:hover .content_box p.btn {
	color: #f06f2f;
	text-decoration: underline
}
.swiper-container-journal .event_box a .content_box p.link {
	color: #f06f2f;
	font-size: 1.7em
}
.swiper-container-journal .event_box a:hover .content_box p.link {
	color: #f06f2f;
	text-decoration: underline
}
.enlist_mainwarp {
	background: #F7F7F7;
	padding: 70px 0;
	margin-top: 100px
}
.center_btn {
	background: transparent;
	transition: all 0.2s linear;
	border: solid 2px #f06f2f;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 1.6em;
	letter-spacing: .1em;
	padding: 15px 25px;
	display: inline-block;
	cursor: pointer;
	color: #1e160f;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 76px;
	color: #1e160f;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 22px
}
.center_btn:hover {
	background: #f06f2f;
	color: #fff
}
.swiper-container-journal .swiper-pagination-bullet-active {
	background-color: #f36e20!important;
	transform: scale(1.3, 1.3);
	outline: none
}
.swiper-container-journal .swiper-pagination-bullet {
	border-radius: 100%;
	background: none;
	outline: none
}
.swiper-container-journal .swiper-pagination-bullet {
	margin: 0 6px;
	border: solid 1px #ccc;
	opacity: 1;
	outline: none
}
.swiper-container-journal .swiper-slide-active {
	top: 35px
}
.swiper-container-journal .swiper-slide .event_box a {
	position: relative
}
.swiper-container-journal .swiper-slide .event_box a p.link {
	position: relative;
	font-size: 1.5em;
	color: #ff6f12;
	padding: 0;
	margin: 0 0 16px 0
}
.swiper-container-journal .swiper-slide .event_box a p.date {
	position: relative;
	font-size: 1.4em;
	color: #606060;
	padding: 0;
	margin: 0 0 20px 0;
	display: block
}
.swiper-container-journal .swiper-slide .event_box a p.date:after {
	content: "";
	display: none
}
.swiper-container-journal.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 120px;
	opacity: 1;
	visibility: visible
}
.swiper-container-journal.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px!important;
	border: solid 1px #686766;
	opacity: 1
}
.swiper-container-journal.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #f36e20!important;
	border: solid 1px #f36e20!important;
	transform: scale(1.1, 1.1)
}
.swiper-container-journal.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: transparent;
	border: solid #656564 1px;
	border-radius: 50%;
	z-index: 9;
	left: -6px;
	top: -6px;
	outline: none
}
.content_teaser {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	z-index: 2
}
.content_teaser:before, .content_teaser:after {
	content: " ";
	display: table
}
.home_article .image_teaser {
	margin: 40px 40px 100px 40px;
	box-sizing: border-box;
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: all 1s cubic-bezier(.075, .82, .165, 1)
}
.home_article.animate.activeArticle .image_teaser {
	transform: translateY(0);
	opacity: 1
}
.swiper-container-journal {
	transform: translateY(150px);
	opacity: 0;
	transition: all 1.5s cubic-bezier(.075, .82, .165, 1)
}
.activeArticle.swiper-container-journal {
	transform: translateY(0);
	opacity: 1
}
.activeArticle.swiper-container-journal .header_warp {
	padding-top: 70px;
	margin-bottom: 20px
}
.teaser_content_container {
	position: absolute;
	top: 60%;
	width: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-sizing: border-box;
	left: 6%;
	opacity: 0;
	transition: all 1s cubic-bezier(.075, .82, .165, 1)
}
.motorsports_warp.activeArticle .teaser_content_container {
	opacity: 1
}
.teaser_content_container h5 {
	font-size: 4em;
	font-weight: 600;
	margin: 0 0 20px 0;
	position: relative;
	color: #fff;
	text-shadow: 1px 1px 2px #454545
}
.teaser_content_container h5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 40px;
	height: 2px;
	background: #f06f2f
}
.teaser_content_container p {
	color: #fff;
	font-size: 2em;
	font-weight: 600;
	margin: 0 0 20px 0;
	font-weight: 400;
	line-height: 1.5em;
	text-shadow: 1px 1px 2px #454545
}
.teaser_content_container p.btn {
	background: #f06f2f;
	transition: all 0.2s linear;
	border: solid 2px #f06f2f;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 1.4em;
	letter-spacing: .1em;
	padding: 12px 42px;
	display: inline-block;
	cursor: pointer;
	text-shadow: none
}
.teaser_content_container p.btn:hover {
	background: #fff;
	color: #f06f2f;
	border: solid 2px #fff
}
.enlist_warp {
	width: 1000px;
	margin: 0 auto
}
.enlist_warp:after {
	content: "";
	clear: both;
	display: block
}
.enlist_warp .content_box {
	float: left;
	font-family: 'gilroy';
	width: 480px;
	top: 1px;
	font-size: 3.5em;
	font-weight: 600;
	margin: 0 0 0 0;
	position: relative;
	color: #000
}
.enlist_warp .content_box_from {
	float: left;
	width: 500px;
	position: relative
}
.enlist_mainwarp .enlist_warp .content_box {
	transform: translateX(-20px);
	opacity: 0;
	transition: 0.8s all ease
}
.enlist_mainwarp.activeArticle .enlist_warp .content_box {
	transform: translateX(0);
	opacity: 1
}
.enlist_mainwarp.activeArticle .enlist_warp .content_box_from:after {
	content: "";
	width: 100%
}
.enlist_mainwarp .enlist_warp .content_box_from p.error {
	position: absolute;
	left: 0;
	bottom: -27px
}
.enlist_mainwarp .enlist_warp .content_box_from input {
	height: 35px;
	line-height: 35px;
	padding: 0;
	font-size: 1.8em;
	color: #323131;
	letter-spacing: 1px;
	width: 100%;
	box-sizing: border-box;
	background: none;
	border: none;
	outline: none;
	top: 7px;
	position: relative
}
.enlist_mainwarp .enlist_warp .content_box_from {
	transform: translateY(20px);
	opacity: 0;
	transition: 1.2s all ease-out
}
.enlist_mainwarp.activeArticle .enlist_warp .content_box_from {
	transform: translateY(0);
	opacity: 1
}
.enlist_mainwarp .enlist_warp .content_box_from {
	position: relative
}
.enlist_mainwarp .enlist_warp .content_box_from:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 2px;
	background: #000;
	transition: all 0.9s ease
}
.enlist_mainwarp .enlist_warp .content_box_from .more_btn {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 5px;
	bottom: 8px;
	border: none;
	outline: none;
	background: none;
	cursor: pointer
}
.enlist_mainwarp .enlist_warp .content_box_from .more_btn svg {
	width: 25px;
	height: 25px;
	fill: #f36f21
}
section.midContainer {
	float: inherit;
	padding: 40px 0
}
h2.insideHeader {
	text-align: center;
	color: #2a2b2b;
	font-size: 4em;
	position: relative;
	margin: 40px 0 70px 0;
	padding: 0
}
h2.insideHeader:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -21px;
	background: url(../images/spripte.png) no-repeat -20px -16px;
	width: 83px;
	height: 8px;
	margin-left: -42px
}
.modify_from_warp {
	width: 650px;
	margin: 0 auto
}
.modify_from_warp ul.modify_from {
	width: 100%;
	margin: 0 auto;
	list-style: none
}
.modify_from_warp p {
	font-size: 1.7em;
	font-weight: 700;
	color: #232525
}
.modify_from_warp ul.modify_from li {
	width: 50%;
	padding: 0 25px 0 0;
	box-sizing: border-box;
	float: left;
	margin-bottom: 35px;
	position: relative
}
.modify_from_warp ul.modify_from li input {
	width: 100%;
	padding: 0;
	padding: 10px;
	font-size: 1.5em;
	border: solid 1px #babab9
}
.modify_from_warp ul.modify_from li p.error {
	position: absolute;
	left: 0;
	bottom: -18px;
	font-size: 1.4em
}
.modify_from_warp ul.modify_from li:after, .modify_from_warp ul.modify_from:after {
	content: "";
	display: block;
	clear: both
}
.modify_from_warp textarea {
	width: 96%;
	padding: 10px;
	height: 200px;
	box-sizing: border-box;
	font-size: 1.8em;
	margin-bottom: 6px;
	font-family: 'Lato', sans-serif
}
.modify_from_warp .submitButton.center_btn {
	margin-top: 15px;
	margin-bottom: 40px;
	color: #1d1b18
}
.modify_from_warp .submitButton.center_btn:hover {
	color: #fff
}
.full_details {
	display: none
}
.modify_from_warp ul.modify_from li .info_booking {
	position: absolute;
	width: 30px;
	height: 25px;
	right: -4px;
	bottom: 5px;
	background: url(../images/spripte.png) -155px -75px;
	cursor: pointer
}
.modify_from_warp ul.modify_from li .info_booking:hover .full_details {
	display: block;
	position: absolute;
	width: 188px;
	height: 65px;
	background: #fff;
	bottom: 27px;
	left: -67px;
	padding: 8px;
	border: solid 1px #f06f2f;
	font-size: 1.2em
}
.thank_you_msg {
	display: block;
	position: relative;
	width: 650px;
	margin: 0 auto;
	font-size: 2.8em;
	color: #4f4f4f
}
.landingPastevent {
	position: relative;
	margin: 0;
	width: 100%;
	padding-bottom: 90px
}
.landingPastevent .landing_pastSwiper {
	width: 100%;
	padding-bottom: 90px;
	display: block;
	position: relative
}
.landingPastevent h2.insideHeader {
	z-index: 2;
	color: #181411;
	padding-top: 35px;
	font-family: 'gilroy'
}
.landingPastevent .landing_pastSwiper .swiper-slide:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}
.landingPastevent h2.insideHeader:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -18px;
	margin-left: -42px;
	width: 84px;
	height: 6px;
	background: #F36E20
}
.landingPastevent .landing_pastSwiper .swiper-slide.swiper-slide-active {
	transform: scale(1, 1);
	box-shadow: -1px 3px 30px #454545
}
.landingPastevent .landing_pastSwiper .swiper-slide {
	transform: scale(.9, .9);
	box-shadow: -1px 3px 10px #454545
}
.landingPastevent .landing_pastSwiper .swiper-slide .text h4 {
	font-size: 3em;
	text-transform: uppercase;
	margin: 0 0 12px 0
}
.landingPastevent .landing_pastSwiper .swiper-slide .text h5 {
	font-size: 1.6em;
	margin: 0
}
.landingPastevent .landing_pastSwiper .swiper-slide .text h4 {
	text-transform: inherit
}
.landingPastevent .landing_pastSwiper .swiper-slide .text h3 {
	font-size: 1.6em;
	font-weight: 600;
	margin: 0 0 20px 0;
	position: relative;
	color: #fff
}
.landingPastevent .landing_pastSwiper .swiper-slide .text h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 40px;
	height: 2px;
	background: #f06f2f
}
.landingPastevent .landing_pastSwiper .swiper-slide .text .brandlogo {
	width: 110px;
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: 4
}
.landingPastevent .landing_pastSwiper .swiper-slide a img {
	float: left;
	width: 100%
}
.landingPastevent .landing_pastSwiper .swiper-slide .text {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 70px;
	z-index: 3;
	box-sizing: border-box;
	color: #fff;
	font-weight: 700
}
.swiper-container-journal .swiper-slide .event_box {
	padding: 0
}
.Gallery_Club.motorsportsGallery .motorSportsSwiper {
	padding-bottom: 60px;
	background: #f7f6f4
}
.swiper-button-disabled {
	visibility: hidden;
	opacity: 0
}
.event_landingpage {
	width: 100%;
	position: relative
}
.event_landingpage ul.inner_article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none
}
.event_landingpage ul.inner_article:after {
	content: "";
	clear: both;
	display: table
}
.event_landingpage ul.inner_article li {
	float: left;
	margin: 0
}
.event_landingpage ul.inner_article li:nth-child(1), .event_landingpage ul.inner_article li:nth-child(4) {
	padding: 5% 3% 3% 6%;
	width: 50%;
	box-sizing: border-box
}
.event_landingpage ul.inner_article li:nth-child(2), .event_landingpage ul.inner_article li:nth-child(3) {
	padding: 0;
	width: 50%;
	box-sizing: border-box
}
.event_landingpage ul.inner_article li h2 {
	font-size: 3.2em;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative;
	color: #181411;
	font-weight: 400;
	font-family: 'Lato', sans-serif
}
.event_landingpage ul.inner_article li h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 80px;
	height: 4px;
	background: #f06f2f
}
.event_landingpage ul.inner_article li p {
	font-size: 1.6em;
	margin: 0 0 20px 0;
	color: #5d5d5d;
	line-height: 1.8em
}
.swiper-container-upcoming .event_box, .swiper-container-dirty .event_box {
	margin: 0;
	padding: 10px;
	box-shadow: inherit
}
.upcoming_tab_contaner {
	width: 100%;
	display: block;
	position: relative;
	clear: both
}
.upcoming_tab_contaner .tabs {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	clear: both;
	text-align: center
}
.upcoming_tab_contaner .tabs li {
	display: inline-block;
	margin: 0;
	padding: 10px 20px 5px 20px;
	cursor: pointer;
	font-size: 2.2em;
	line-height: 2em;
	color: #a7a5a5;
	position: relative
}
.upcoming_tab_contaner .tabs li:hover {
	color: #181411
}
.upcoming_tab_contaner .tabs li.current {
	color: #181411
}
.upcoming_tab_contaner .tab-content {
	display: none;
	line-height: 1.4
}
.upcoming_tab_contaner .tab-content.current {
	display: inherit
}
.upcoming_tab_contaner .tabs li.current:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #F56F02
}
.allCourses_warp {
	position: relative;
	display: block;
	padding: 50px 0 60px 0;
	border-top: 1px solid #efefef
}
.swiper-container.allCourses {
	width: 700px;
	text-align: center;
	margin: 0 auto 20px
}
.allCourses .swiper-wrapper .swiper-slide {
	font-size: 2em;
	line-height: 2em;
	color: #a7a5a5;
	position: relative;
	cursor: pointer;
	padding-bottom: 10px
}
.allCourses .swiper-wrapper .swiper-slide.swiper-slide-active {
	color: #181411
}
.allCourses .swiper-wrapper .swiper-slide.swiper-slide-active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #F56F02
}
.swiper-container.allCoursesContent {
	position: relative;
	width: 85%;
	padding-bottom: 80px
}
.allCoursesContent .swiper-wrapper .swiper-slide {
	width: 100%;
	background: #f7f6f4;
	background: #f7f6f4;
	padding: 0 0 0 0;
	cursor: pointer;
	box-sizing: border-box;
	opacity: 1;
	border: solid 1px #ededed
}
.allCoursesContent .swiper-wrapper .swiper-slide .postImg {
	width: 50%;
	float: left
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box {
	width: 50%;
	float: left;
	text-align: center
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box .brandlogo {
	width: 150px;
	margin: 0 auto
}
.allCoursesContent .swiper-wrapper .swiper-slide:after {
	content: "";
	clear: both
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box .inside_box {
	padding: 8% 6%
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box .inside_box p {
	font-size: 2em;
	color: #606060;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	padding: 0
}
.swiper-container.allCoursesContent .swiper-button-next:hover:after {
	content: "";
	background: url(../images/spripte.png) -89px -79px
}
.swiper-container.allCoursesContent .swiper-button-prev:hover:after {
	content: "";
	background: url(../images/spripte.png) -15px -79px
}
.swiper-container.allCoursesContent>.swiper-button-disabled {
	visibility: visible;
	opacity: .5;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.kma_home {
	position: fixed;
	left: 0;
	top: 0
}
footer {
	width: 100%;
	float: left;
	z-index: 1;
	position: relative
}
.contentWrapperHome {
	position: relative;
	width: 100%;
	margin-top: 100vh;
	background: #fff
}
.contentWrapperHome article .allchallanges_warper .swiper-slide:nth-child(1) {
	transform: translateY(250px);
	transition: 0.7s all cubic-bezier(.59, .53, .38, 1.23);
	opacity: 0
}
.contentWrapperHome article.anm_actv .allchallanges_warper .swiper-slide:nth-child(1) {
	transform: translateY(0);
	opacity: 1
}
.contentWrapperHome article .allchallanges_warper .swiper-slide:nth-child(2) {
	transform: translateY(250px);
	transition: 0.8s all cubic-bezier(.59, .53, .39, 1.25);
	opacity: 0
}
.contentWrapperHome article.anm_actv .allchallanges_warper .swiper-slide:nth-child(2) {
	transform: translateY(30px);
	opacity: 1
}
.contentWrapperHome article .allchallanges_warper .swiper-slide:nth-child(3) {
	transform: translateY(200px);
	transition: 0.9s all cubic-bezier(.59, .53, .38, 1.29);
	opacity: 0
}
.contentWrapperHome article.anm_actv .allchallanges_warper .swiper-slide:nth-child(3) {
	transform: translateY(0);
	opacity: 1
}
.contentWrapperHome article .allchallanges_warper .swiper-slide:nth-child(4) {
	transform: translateY(250px);
	transition: 1s all cubic-bezier(.59, .53, .38, 1.32);
	opacity: 0
}
.contentWrapperHome article.anm_actv .allchallanges_warper .swiper-slide:nth-child(4) {
	transform: translateY(30px);
	opacity: 1
}
.contentWrapperHome article .allchallanges_warper .swiper-slide:nth-child(5) {
	transform: translateY(250px);
	transition: 1.1s all cubic-bezier(.62, .54, .42, 1.32);
	opacity: 0
}
.contentWrapperHome article.anm_actv .allchallanges_warper .swiper-slide:nth-child(5) {
	transform: translateY(0);
	opacity: 1
}
.contentWrapperHome article .allchallanges_warper .swiper-slide:nth-child(6) {
	transform: translateY(250px);
	transition: 1.2s all cubic-bezier(.62, .54, .44, 1.34);
	opacity: 0
}
.contentWrapperHome article.anm_actv .allchallanges_warper .swiper-slide:nth-child(6) {
	transform: translateY(30px);
	opacity: 1
}
.contentWrapperHome article .header_warp h3, .contentWrapperHome article.animate .header_warp h3 {
	transform: translateY(54px);
	transition: 0.8s all ease;
	opacity: 0;
	margin-top: 0
}
.contentWrapperHome article.anm_actv .header_warp h3, .contentWrapperHome article.animate.activeArticle .header_warp h3 {
	transform: translateY(-20px);
	opacity: 1
}
.thanku_msg_warp {
	width: 600px;
	margin: 80px auto
}
.thanku_msg_warp h3 {
	font-size: 3.5em;
	text-align: center;
	color: #1d1b18;
	position: relative
}
.thanku_msg_warp p {
	font-size: 1.5em;
	text-align: center;
	color: #1d1b18
}
.thanku_msg_warp h3:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -18px;
	margin-left: -42px;
	width: 70px;
	height: 5px;
	background: #F36E20
}

@media all and (-ms-high-contrast:none) {
.contentWrapperHome {
	position: relative;
	width: 100%;
	margin-top: 0;
	background: #fff
}
.kma_home {
	position: relative
}
.enlist_mainwarp .enlist_warp .content_box_from .more_btn {
	width: 30px;
	height: 25px;
	right: 14px;
	bottom: -1px
}
.enlist_mainwarp .enlist_warp .content_box_from .more_btn svg {
	width: 20px;
	height: 30px
}
.logo {
	width: 190px
}
*::-ms-backdrop, .contentWrapperHome {
position:relative;
width:100%;
margin-top:0;
background:#fff
}
*::-ms-backdrop, .kma_home {
position:relative
}
*::-ms-backdrop, .enlist_mainwarp .enlist_warp .content_box_from .more_btn {
width:30px;
height:25px;
right:14px;
bottom:-1px
}
*::-ms-backdrop, .enlist_mainwarp .enlist_warp .content_box_from .more_btn svg {
width:20px;
height:30px
}
*::-ms-backdrop, .logo {
width:190px
}
}

@media (max-width:1600px) {
ul.navUL>li>a {
	padding: 27px 35px
}
.allchallanges_warper ul li a .box_warp .capt .capt_full {
	font-size: 1.5em;
	line-height: 1.5em
}
.allchallanges_warper ul li a .box_warp .capt h5 {
	font-size: 2.5em;
	margin: 0 0 8px 0
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p {
	font-size: 2.5em
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p {
	font-size: 2em
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	width: 92px;
	top: 14%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp h3 {
	font-size: 2.1em
}
.allchallanges_warper .swiper-slide a .box_warp .capt h5 {
	font-size: 2.7em
}
.allchallanges_warper .swiper-slide a .box_warp .capt .capt_full {
	font-size: 1.5em;
	line-height: 1.5em
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt .capt_full {
	transform: translateY(-65px)
}
.event_landingpage ul.inner_article li p {
	font-size: 1.8em;
	margin: 0 0 20px 0;
	line-height: 1.7em
}
.inner_article_sub .cont_box p {
	font-size: 1.7em
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box .inside_box p {
	font-size: 1.7em
}
}

@media (max-width:1450px) {
ul.navUL>li>a {
	padding: 27px 22px
}
.event_landingpage ul.inner_article li p {
	font-size: 1.5em;
	margin: 0 0 20px 0;
	line-height: 1.5em
}
.swiper-container-upcoming, .swiper-container-past, .swiper-container-offroad, .swiper-container-dirty, .swiper-container-trail, .swiper-container-track, .swiper-container-offroadTrophy {
	max-width: 1020px
}
.inside_sub_kma .site-link .logo_kma {
	width: 150px
}
.inside_sub_kma .site-link h1 {
	font-size: 5em
}
.inside_warp .container h2 {
	font-size: 3em;
	margin: 0 0 20px 0
}
.inside_warp .container p {
	font-size: 1.5em
}
a.readmorebtn {
	font-size: 1.4em
}
.header_warp h3 {
	font-size: 4em
}
.home-kma-swiper-container .swiper-slide {
	height: 93vh
}
ul.navUL>li>a {
	padding: 27px 22px
}
.navUL {
	left: 200px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p {
	font-size: 2.2em
}
.allchallanges_warper ul li a .box_warp .capt .capt_full {
	font-size: 1.5em;
	line-height: 1.4em
}
.allchallanges_warper ul li a .box_warp .capt h5 {
	font-size: 2.2em;
	margin: 0 0 8px 0
}
.allchallanges_warper ul li a .box_warp .capt h5:after {
	content: "";
	bottom: -15px
}
.allchallanges_warper ul li a .box_warp .capt button.btn {
	font-size: 1.2em;
	padding: 12px 40px
}
.allchallanges_warper ul li:hover a .box_warp .capt .capt_full {
	transform: translateY(-32px)
}
.nav_right ul li a.search svg {
	left: 0
}
.swiper-slide .cap_text h3 {
	font-size: 1.8em
}
.swiper-slide .cap_text h5 {
	font-size: 1.4em
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	width: 100px
}
.booking_details ul li a {
	margin: 14px 0;
	font-size: .9em
}
.swiper-container-journal .event_box a .content_box h4 {
	font-size: 1.4em
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore {
	right: 50px
}
.event_box a .content_box p {
	font-size: 1.5em
}
.allchallanges_warper ul li:hover a .box_warp .capt button.btn {
	transform: translateY(-9px)
}
.allchallanges_warper ul li:hover a .box_warp .capt p {
	transform: translateY(-24px)
}
.allchallanges_warper ul li:hover a .box_warp .capt h5 {
	transform: translateY(33px)
}
.allchallanges_warper .swiper-slide a .box_warp .capt h5 {
	font-size: 2em
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt .capt_full {
	transform: translateY(-50px)
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt p {
	transform: translateY(-35px)
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt h5 {
	transform: translateY(28px)
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt button.btn {
	transform: translateY(-15px)
}
.home-kma-swiper-container .kma-caption h1 {
	font-size: 1.8em;
	line-height: 60px;
	letter-spacing: 1px;
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p {
	font-size: 1.7em;
	margin: 0 0 16px 0
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	width: 80px
}
.teaser_content_container p.btn {
	padding: 12px 40px
}
.teaser_content_container p {
	font-size: 1.7em;
	line-height: 1.7em
}
.teaser_content_container h5 {
	font-size: 3.3em
}
.testimonials_slider .swiper-button-next, .testimonials_slider .swiper-button-prev {
	right: 48.2%
}
.testimonials_slider .swiper-button-prev {
	left: 41.8%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp h3 {
	font-size: 2.1em;
	margin-bottom: 20px
}
.teaser_content_container {
	top: 55%;
	left: 8%
}
ul.navUL>li>a {
	font-size: 1.4em
}
.nav_right ul li.book {
	font-size: 1.4em
}
.nav_right ul li.book .booking_details {
	transform: translateY(25px);
	top: 71px;
	padding: 16px 16px 12px 16px;
	width: 181px
}
.thrill_slider02 .swiper-button-next, .thrill_slider02 .swiper-button-prev {
	right: 40%
}
.thrill_slider02 .swiper-button-prev {
	left: 40%
}
.swiper-container-journal .swiper-button-next, .swiper-container-journal .swiper-button-prev {
	right: 44.8%
}
.swiper-container-journal .swiper-button-next, .swiper-container-journal .swiper-button-prev {
	right: 44.8%
}
ul.navUL>li>a {
	padding: 27px 20px
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 23px
}
.inner_article_sub .cont_box p {
	font-size: 1.6em
}
.swiper-button-next-upcoming, .swiper-button-prev-upcoming, .swiper-button-next-dirty, .swiper-button-prev-dirty, .swiper-button-next-trail, .swiper-button-prev-trail, .swiper-button-next-track, .swiper-button-prev-track, .swiper-button-next-offroadTrophy, .swiper-button-prev-offroadTrophy {
	left: 50%
}
.swiper-button-prev-upcoming, .swiper-button-prev-dirty, .swiper-button-prev-trail, .swiper-button-prev-track, .swiper-button-prev-offroadTrophy {
	left: 44%
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box .inside_box {
	padding: 3% 4%
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box .brandlogo {
	width: 120px
}
.inside_sub_kma .box-bg {
	height: calc(600px - 70px)
}
.allchallanges_warper .swiper-slide a .box_warp .capt button.btn {
	font-size: 1.2em;
	letter-spacing: .1em;
	padding: 10px 30px
}
}

@media (max-width:1180px) {
ul.navUL>li>a {
	padding: 18px 10px
}
.logo {
	padding: 5.5px 10px;
	width: 88px
}
.nav_right ul li.book {
	padding: 27px 28px
}
ul.navUL>li>a {
	font-size: 1.22em;
	display: inline-block
}
.nav_right ul li.book {
	font-size: 1.22em;
	padding: 18px 28px;
	margin-left: 7px
}
ul.navUL>li:hover .secondLevel {
	top: 51px
}
.nav_right ul li a.search {
	width: 20px;
	height: 20px
}
.nav_right ul li a.search {
	padding: 14.5px
}
ul.navUL>li .secondLevel .navUL02 li a {
	font-size: 1.22em
}
ul.navUL>li>a>span:after {
	bottom: -18px
}
.midContainer {
	width: 90%
}
.event_box a .event_box_img .logo_event {
	width: 90px;
	right: 2px;
	bottom: -49px
}
.event_box a .content_box {
	padding: 10px 10px 4px 10px
}
.event_box a .content_box p {
	font-size: 1.5em;
	line-height: 1.4em
}
.event_box a .content_box h4 {
	font-size: 1.6em
}
.event_box a .content_box p.btn {
	font-size: 1.2em;
	padding: 7px 18px
}
.subnav.fixedPosition {
	top: 51px
}
footer article.topLink ul.link-group li span {
	margin-right: 4px
}
.home-kma-swiper-container .swiper-slide {
	height: 93vh
}
.home-kma-swiper-container .kma-caption h1 {
	font-size: 2em
}
.allchallanges_warper ul li a .box_warp .capt h5 {
	font-size: 1.8em
}
.allchallanges_warper ul li a .box_warp .capt p, .allchallanges_warper ul li a .box_warp .capt1 p, .swiper-slide .cap_text h5 {
	font-size: 1.2em;
	bottom: 3px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp h3 {
	font-size: 1.6em;
	margin-bottom: 30px
}
.allchallanges_warper ul li a .box_warp .capt {
	bottom: 35px
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .cap_text, .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .cap_text {
	color: #4f4f4f;
	font-size: 1.3em;
	text-align: left;
	padding: 22px;
	box-sizing: border-box
}
.swiper-slide a .brandlogo {
	width: 75px;
	position: absolute;
	left: 6%;
	top: 6%;
	z-index: 4
}
.swiper-slide .cap_text h3 {
	font-size: 1.6em
}
.teaser_content_container h5 {
	font-size: 2.5em
}
.teaser_content_container p {
	font-size: 1.6em
}
.top_header_pad {
	padding-top: 49px
}
.booking_details.active {
	position: absolute;
	right: 0;
	top: 49px;
	padding: 12px 10px 4px 10px;
	width: 120px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
	transform: translateY(0);
	display: block
}
.nav_right ul li a.search svg {
	left: -2px;
	top: -1px
}
.nav_right ul li a.search svg {
	left: -1px;
	top: -1px
}
.header-search-form {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 0px);
	transition: 0.2s;
	background: rgba(0,0,0,.9);
	margin: 51px 0 0 0;
	z-index: 10;
	padding-top: 35px;
	height: 109px
}
.allchallanges_warper ul li a .box_warp .capt .capt_full {
	font-size: 1.3em;
	line-height: 1.4em
}
.allchallanges_warper ul li:hover a .box_warp .capt h5 {
	transform: translateY(16px)
}
.allchallanges_warper ul li:hover a .box_warp .capt .capt_full {
	transform: translateY(1px)
}
.allchallanges_warper ul li:hover a .box_warp .capt button.btn {
	transform: translateY(5px)
}
.allchallanges_warper ul li:hover a .box_warp .capt h5 {
	transform: translateY(42px)
}
.allchallanges_warper ul li a .box_warp .capt h5 {
	font-size: 1.7em;
	bottom: 4px;
	margin: 0 0 16px 0
}
.allchallanges_warper ul li:hover a .box_warp .capt h5 {
	transform: translateY(-6px)
}
.enlist_warp {
	width: 800px;
	margin: 0 auto
}
.enlist_warp .content_box {
	width: 400px
}
.enlist_warp .content_box_from {
	width: 398px
}
.enlist_warp .content_box {
	font-size: 3.4em
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore {
	right: 24px;
	bottom: 30px
}
.booking_details ul li a {
	margin: 11px 0;
	font-size: .8em
}
.nav_right ul li.book .booking_details {
	top: 51px;
	padding: 12px 14px 12px 14px;
	width: 131px;
	right: 0
}
.swiper-container-journal .swiper-slide .event_box a p.link {
	left: 0;
	padding: 0 12px
}
.swiper-container-journal .swiper-slide .event_box a p.date {
	font-size: 1.22em
}
.swiper-container-journal .swiper-slide .event_box a {
	height: 546px
}
.swiper-container-journal .swiper-slide .event_box a {
	height: 490px
}
.swiper-container-journal.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 105px
}
.allchallanges_warper ul li a .box_warp .capt button.btn {
	transform: translateY(16px);
	padding: 6px 17px
}
.allchallanges_warper ul li:hover a .box_warp .capt .capt_full {
	transform: translateY(-37px)
}
.allchallanges_warper ul li:hover a .box_warp .capt h5 {
	transform: translateY(28px)
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p {
	font-size: 1.8em
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	width: 66px
}
.booking_details ul li a {
	font-size: 1em
}
.allchallanges_warper .swiper-slide a .box_warp .capt h5 {
	font-size: 1.7em
}
.allchallanges_warper .swiper-slide a .box_warp .capt h5:after {
	content: "";
	height: 3px
}
.allchallanges_warper .swiper-slide a .box_warp .capt .capt_full {
	font-size: 1.3em;
	line-height: 1.4em
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt h5 {
	transform: translateY(33px)
}
.inside_warp .container p {
	font-size: 1.4em
}
.swiper-slide .cap_text p.date {
	font-size: 1.2em
}
.swiper-slide .cap_text h3 {
	font-size: 1.5em
}
.swiper-slide a .playButton {
	position: absolute;
	z-index: 2;
	bottom: 27px;
	right: 24px
}
.thrill_slider02 .swiper-button-prev {
	left: 38%
}
.thrill_slider02 .swiper-button-next, .thrill_slider02 .swiper-button-prev {
	right: 39%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p {
	font-size: 1.3em
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp h3 {
	font-size: 1.6em;
	margin-bottom: 18px
}
.testimonials_slider .swiper-button-next, .testimonials_slider .swiper-button-prev {
	right: 47.2%
}
.testimonials_slider .swiper-button-prev {
	left: 40.8%
}
.swiper-container-journal .swiper-button-prev {
	left: 44.1%
}
.swiper-container-journal .swiper-button-next, .swiper-container-journal .swiper-button-prev {
	right: 43%
}
.swiper-container-journal .swiper-button-next, .swiper-container-journal .swiper-button-prev {
	right: 44.5%
}
.event_landingpage ul.inner_article li h2 {
	font-size: 2em;
	margin: 0 0 23px 0;
	padding: 0;
	position: relative;
	color: #181411;
	font-weight: 400;
	font-family: 'Lato', sans-serif
}
.event_landingpage ul.inner_article li p {
	font-size: 1.3em;
	margin: 0 0 20px 0;
	line-height: 1.6em
}
.event_landingpage ul.inner_article li h2 {
	font-size: 2em;
	margin: 0 0 23px 0;
	padding: 0;
	position: relative;
	color: #181411;
	font-weight: 400
}
.event_landingpage ul.inner_article li:nth-child(1), .event_landingpage ul.inner_article li:nth-child(4) {
	padding: 2% 1% 1% 3%;
	width: 50%;
	box-sizing: border-box
}
.landingPastevent .landing_pastSwiper .swiper-slide .text {
	bottom: 40px;
	padding: 0 50px
}
.inner_article_sub .cont_box p {
	font-size: 1.5em
}
.inner_article_sub .cont_box h2 {
	font-size: 2.8em
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box .brandlogo {
	width: 100px
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box .inside_box p {
	font-size: 1.5em
}
.allCourses .swiper-wrapper .swiper-slide {
	font-size: 1.6em
}
}

@media (max-width:1023px) {
.nav {
	position: fixed;
	background: #fff;
	z-index: 50;
	left: 100%;
	top: 0;
	width: 100%;
	transition: all ease 0.5s
}
.mobileNav {
	display: table;
	width: auto;
	height: 100%;
	right: 197px;
	position: absolute
}
.mobileNav ul.mobNav {
	margin: 0;
	padding: 0;
	list-style: none
}
.mobileNav ul.mobNav>li>a.mobMenu.menuActive {
	width: 44px;
	z-index: 50;
	right: 0
}
.mobileNav ul.mobNav>li>a.mobMenu.menuActive {
	border: none
}
html.menuActivate {
	overflow: hidden;
	height: 100%
}
.nav.menuActivate {
	left: 0
}
.nav {
	width: 100%;
	height: 100%
}
.nav .vCenterWrap {
	position: relative;
	left: 0;
	transition: all ease 0.5s
}
a.backMenu {
	display: none;
	position: absolute;
	left: 25px;
	top: 22px;
	z-index: 85;
	color: #f36f21;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.3em;
	padding-left: 12px;
	box-sizing: border-box;
	text-transform: uppercase
}
a.backMenu:after {
	width: 0;
	height: 0;
	content: '';
	display: block;
	border-width: 2px 0 0 2px;
	border-color: #f36f21 transparent transparent #f36f21;
	-webkit-border-color: #08a956 transparent transparent #08a956;
	-moz-border-color: #08a956 transparent transparent #08a956;
	-o-border-color: #08a956 transparent transparent #08a956;
	border-style: solid;
	padding: 3px;
	position: absolute;
	left: 0;
	top: 4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
.secondLevel {
	position: fixed;
	left: 100%;
	height: 100%;
	background: #fff
}
ul.navUL>li .secondLevel, ul.navUL>li:hover .secondLevel {
	visibility: hidden;
	opacity: 0;
	top: 0;
	padding: 0;
	display: table
}
.nav .vCenterWrap.secondNavActive {
	left: -100%
}
.nav .vCenterWrap.secondNavActive li.activeNav .secondLevel {
	left: 0;
	opacity: 1;
	visibility: visible
}
ul.navUL02 {
	vertical-align: middle;
	display: table-cell
}
.mobileNav {
	right: 0
}
.vCenterWrap {
	display: table-cell;
	vertical-align: middle
}
.navUL {
	margin: 0 auto;
	display: table;
	height: auto;
	left: inherit
}
ul.navUL>li {
	width: 100%;
	height: auto;
	margin: 8px 0
}
ul.navUL>li>a>span:after {
	background: none
}
ul.navUL>li .secondLevel .navUL02 li {
	display: block;
	width: 100%;
	text-align: center;
	text-align-last: center;
	border-bottom: 0;
	border-right: 0;
	padding: 25px 0
}
.nav_right {
	right: 63px
}
ul.navUL>li>a:after {
	content: "";
	height: 0;
	right: 0;
	margin: 0 0 0 -2px;
	position: absolute;
	width: 0;
	z-index: 2;
	width: 25px;
	height: 13px;
	width: 0;
	height: 0;
	content: '';
	display: block;
	border-width: 2px 0 0 2px;
	border-color: #f36f21 transparent transparent #f36f21;
	-webkit-border-color: #f36f21 transparent transparent #f36f21;
	-moz-border-color: #f36f21 transparent transparent #f36f21;
	-o-border-color: #f36f21 transparent transparent #f36f21;
	border-style: solid;
	padding: 3px;
	position: absolute;
	right: 0;
	top: 22px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(133deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
#header {
	height: 49px
}
.col-4 {
	width: 50%
}
.booking_details ul li a {
	display: block;
	margin: 15px 0;
	font-size: 1em
}
.swiper-container-upcoming, .swiper-container-past, .swiper-container-offroad, .swiper-container-dirty, .swiper-container-trail, .swiper-container-track, .swiper-container-offroadTrophy {
	max-width: 700px
}
.booking_process_warper {
	width: 90%;
	padding: 70px 0;
	margin: 0 auto
}
ul.navUL>li .secondLevel .navUL02 li:hover:after {
	content: "";
	opacity: 0
}
.nav_right ul li.book {
	padding: 17px 28px
}
.navbar-toggler {
	padding: .64rem .37rem
}
.home-kma-swiper-container .kma-caption h1 {
	font-size: 1.5em
}
.allchallanges_warper ul li a .box_warp .capt1 {
	visibility: visible;
	transform: translateY(0);
	opacity: 1
}
.allchallanges_warper ul li a .box_warp .capt1 p {
	display: none
}
.allchallanges_warper ul li a .box_warp .capt p, .allchallanges_warper ul li a .box_warp .capt1 p, .swiper-slide .cap_text h5 {
	font-size: 1.4em;
	line-height: 1.4em
}
.allchallanges_warper ul li:hover a .box_warp .capt, .allchallanges_warper ul li:hover a .box_warp .capt1 {
	visibility: visible;
	transform: translateY(0);
	opacity: 1
}
.allchallanges_warper ul li a .box_warp .capt {
	bottom: 46px
}
.allchallanges_warper ul li a .box_warp .capt1 button.btn {
	font-size: 1.1em;
	padding: 7px 16px
}
.allchallanges_warper ul li a .box_warp .capt h5 {
	font-size: 1.6em
}
.swiper-slide a .playButton {
	width: 40px;
	height: 40px;
	border: 2px solid #fff
}
.home_article .image_teaser {
	margin: 40px 0 100px 0
}
.swiper-slide a .playButton:before {
	content: "";
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	margin: -11px 0 0 -6px
}
.swiper-slide a .brandlogo {
	width: 65px;
	position: absolute;
	left: 20px;
	top: 8px;
	z-index: 4
}
.swiper-slide .cap_text h5 {
	font-size: 1.2em;
	margin: 0 0 7px 0
}
.swiper-slide .cap_text h3 {
	font-size: 1.2em
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore {
	right: 30px;
	bottom: 25px
}
.swiper-slide a .knowmore {
	right: 10px;
	bottom: 10px
}
.thrill_slider01 .swiper-button-next, .thrill_slider01 .swiper-button-prev, .thrill_slider02 .swiper-button-next, .thrill_slider02 .swiper-button-prev {
	width: 38px;
	height: 38px
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .playButton {
	right: 31px
}
.enlist_warp .content_box {
	top: 16px;
	font-size: 1.7em
}
.swiper-slide .cap_text p.date {
	font-size: 1em
}
.center_btn {
	font-size: 1.2em;
	padding: 12px 18px
}
.fullContainer.home {
	padding-top: 75px
}
.thrill_slider_lhs h4, .thrill_slider_rhs h4 {
	font-size: 2em
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic img {
	width: 100%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	position: absolute;
	left: 46.5%;
	top: 4%;
	width: 60px;
	height: 60px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp {
	position: relative;
	left: 40px;
	margin-top: 5%;
	width: 86%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp h3 {
	color: #000;
	font-size: 1.5em;
	margin-bottom: 8px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p {
	font-size: 1.4em;
	line-height: 1.5em
}
.enlist_warp {
	width: 80%;
	margin: 0 auto
}
.enlist_warp .content_box_from {
	float: left;
	width: 65%;
	position: relative
}
.enlist_warp .content_box {
	float: left;
	width: 35%
}
.teaser_content_container h5 {
	font-size: 2.2em
}
.teaser_content_container p {
	font-size: 1.4em
}
ul.navUL>li .secondLevel .navUL02 li a {
	color: #000
}
.secondLevel {
	width: 100%
}
.kma-caption a.btn {
	font-size: .4em;
	padding: 6px 23px;
	margin-top: 15px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide.swiper-slide-active:nth-last-child(1) {
	opacity: 1;
	left: -1%;
	width: 100%
}
.header-search-form {
	margin: 48px 0 0 0;
	padding-top: 16px;
	height: 100px
}
.allchallanges_warper ul li:hover a .box_warp .capt .capt_full {
	transform: translateY(1px);
	display: none
}
.allchallanges_warper ul li a .box_warp .capt h5 {
	font-size: 1.5em;
	bottom: -9px
}
.allchallanges_warper ul li a .box_warp .capt button.btn {
	font-size: 1.2em;
	padding: 10px 21px
}
.allchallanges_warper ul li:hover a .box_warp .capt button.btn {
	transform: translateY(12px)
}
.home-kma-swiper-container .kma-caption h1 {
	font-size: 1.2em;
	line-height: 40px;
	margin-bottom: 35px
}
.home-kma-swiper-container .kma-caption h1:after {
	bottom: -30px
}
.kma-caption a.btn {
	font-size: .5em;
	padding: 10px 25px;
	margin-top: 15px
}
.image_teaser {
	margin: 0
}
.header_warp {
	width: 100%
}
.allchallanges_warper ul li a .box_warp .capt button.btn {
	font-size: 1em;
	padding: 8px 15px
}
.swiper-container-journal .event_box a .content_box h5 {
	font-size: 2em
}
.swiper-container-journal .event_box a .content_box h4 {
	font-size: 1.2em
}
.event_box a .content_box p {
	font-size: 1.3em;
	line-height: 1.4em
}
.swiper-container-journal .event_box a .content_box p.link {
	color: #f06f2f;
	font-size: 1.5em
}
.teaser_content_container p.btn {
	font-size: 1.2em;
	padding: 10px 28px
}
.home-kma-swiper-container .kma-caption h1:after {
	content: "";
	height: 4px
}
.nav_right ul li.book:hover .booking_details {
	opacity: 0;
	visibility: hidden
}
.nav_right ul li.book .booking_details.active {
	opacity: 1;
	visibility: visible
}
.nav_right ul li.book .booking_details {
	top: 49px;
	padding: 12px 14px 12px 14px;
	width: 122px;
	right: 62px
}
.booking_details ul li a {
	display: block;
	margin: 6px 0;
	font-size: 1em
}
.allchallanges_warper ul li:hover a .box_warp .capt .capt_full {
	display: none
}
.allchallanges_warper ul li a .box_warp .capt p, .allchallanges_warper ul li a .box_warp .capt1 p, .swiper-slide .cap_text h5 {
	font-size: 1.1em;
	line-height: 1.2em;
	transform: translateY(55px)
}
.allchallanges_warper ul li a .box_warp .capt h5 {
	font-size: 1.5em;
	bottom: -9px
}
.allchallanges_warper ul li:hover a .box_warp .capt button.btn {
	transform: translateY(35px)
}
.allchallanges_warper ul li:hover a .box_warp .capt p {
	transform: translateY(47px)
}
.home-kma-swiper-container .kma-caption {
	width: 90%;
	left: 50%;
	top: 25%;
	margin-left: -45%
}
.allchallanges_warper ul li a .box_warp .capt p, .allchallanges_warper ul li a .box_warp .capt1 p, .swiper-slide .cap_text h5 {
	font-size: 1.1em;
	line-height: 1.2em;
	transform: translateY(-6px)
}
.swiper-slide .cap_text h5:after {
	content: "";
	bottom: -10px
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore {
	right: 10px;
	bottom: 20px;
	font-size: 1.6em;
	width: 75px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	left: 50.5%
}
.swiper-container-journal .swiper-slide .event_box a {
	height: 440px
}
.teaser_content_container {
	top: 55%;
	left: 8%
}
.thrill-container.swiper-container .swiper-scrollbar:after {
	content: "";
	width: 146px
}
.thrill-container.swiper-container .swiper-scrollbar {
	margin-left: -140px
}
.thrill-container.swiper-container .swiper-scrollbar:after {
	content: "";
	width: 250px
}
.thrill-container.swiper-container .swiper-scrollbar:before {
	content: "";
	left: 260px
}
.thrill_slider01 .swiper-button-prev {
	left: 37%
}
.thrill_slider02 .swiper-button-next, .thrill_slider02 .swiper-button-prev {
	right: 34%
}
.thrill_slider02 .swiper-button-next, .thrill_slider02 .swiper-button-prev {
	right: 34%
}
.thrill_slider02 .swiper-button-prev {
	left: 34%
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore:after {
	content: "";
	width: 15px;
	height: 17px;
	background: url(../images/spripte.png) -91px -78px
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .cap_text, .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .cap_text {
	padding: 18px
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore:after {
	content: "";
	width: 15px;
	height: 17px;
	background: url(../images/spripte.png) -91px -81px
}
.testimonials_warp>.swiper-container-horizontal>.swiper-pagination-bullets {
	display: none
}
.testimonials_mainwarp {
	width: 100%;
	left: 0;
	position: relative
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide {
	left: 0;
	width: 100%;
	margin-right: 0
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .postImg {
	width: 50%;
	float: left
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text {
	width: 50%;
	float: left;
	position: relative
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	left: 46.5%;
	width: 53px
}
.header_warp h3 {
	font-size: 3em
}
.inside_warp .thrill_slider_lhs h4, .inside_warp .thrill_slider_rhs h4 {
	font-size: 2em
}
.fullContainer.home {
	padding-top: 30px
}
.header_warp h3:after {
	content: "";
	position: absolute;
	bottom: -15px;
	height: 4px
}
.testimonials_slider .swiper-button-prev {
	left: 42.8%
}
.testimonials_slider .swiper-button-next, .testimonials_slider .swiper-button-prev {
	right: 42.2%
}
.teaser_content_container {
	top: 58%;
	left: 4%
}
.swiper-container-journal .swiper-slide .event_box a p.date {
	padding: 0 12px;
	font-size: 1.22em
}
.swiper-container-journal .swiper-button-next, .swiper-container-journal .swiper-button-prev {
	right: 42.5%
}
.swiper-container-journal .swiper-button-prev {
	left: 42.1%
}
li.readmorecontent {
	display: block
}
.inner_article_sub .cont_box {
	width: 44%;
	padding: 4% 2% 5% 4%
}
.inner_article_sub .img_box {
	max-height: 300px;
	min-height: 350px
}
.swiper-button-next-upcoming, .swiper-button-prev-upcoming, .swiper-button-next-dirty, .swiper-button-prev-dirty, .swiper-button-next-trail, .swiper-button-prev-trail, .swiper-button-next-track, .swiper-button-prev-track, .swiper-button-next-offroadTrophy, .swiper-button-prev-offroadTrophy {
	left: 52%
}
.swiper-button-prev-upcoming, .swiper-button-prev-dirty, .swiper-button-prev-trail, .swiper-button-prev-track, .swiper-button-prev-offroadTrophy {
	left: 42%
}
.landingPastevent .landing_pastSwiper .swiper-slide .text {
	padding: 0 30px
}
.landingPastevent .landing_pastSwiper .swiper-slide .text h4 {
	font-size: 2.2em
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box .brandlogo {
	width: 70px
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box .inside_box p {
	font-size: 1.3em
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box .inside_box {
	padding: 2%
}
}

@media (max-width:767px) {
.nav_right ul li.book {
	padding: 17px 15px;
	margin-left: 4px
}
.nav_right ul li a.search.actv .hide {
	position: relative;
	left: -2px;
	top: -2px
}
.testimonials_slider.swiperSliderButton .swiper-button-prev {
	left: 50%
}
.thanku_msg_warp {
	width: 90%;
	margin: 70px auto
}
.testimonials_slider.swiperSliderButton .swiper-button-next {
	right: 50%
}
.header-search-form .search-btn svg {
	fill: #f36f21;
	width: 22px;
	position: absolute;
	left: 18px;
	top: 14px
}
.header-search-form .search-btn {
	height: 50px;
	line-height: 50px;
	font-size: 1.8em
}
.header-search-form .searchFeild input {
	padding: 0 60px 0 20px;
	font-size: 1.3em
}
.header-search-form .searchFeild {
	height: 50px
}
.header-search-form .search-btn {
	background: url(../images/spripte.png) -471px -121px
}
.header-search-form .search-btn {
	padding: 0 30px
}
.show_desktop {
	display: none
}
.show_mobile {
	display: block
}
.hide_mobile {
	display: none
}
footer article.topLink {
	padding: 20px 0
}
footer article.topLink ul.link-group li span.in a svg, footer article.topLink ul.link-group li span.fb a svg {
	width: 18px;
	height: 18px
}
footer article.topLink ul.link-group li span a {
	width: 38px;
	height: 38px
}
footer article.topLink ul.link-group li span a svg {
	width: 20px;
	height: 20px;
	left: 9px;
	top: 10px
}
footer article.topLink ul.link-group li a {
	font-size: .9em
}
footer article.topLink ul.link-group li {
	font-size: 1.4em;
	margin-bottom: 4px
}
.top_20 {
	padding-top: 10px
}
.booking_details.active {
	right: 57px;
	top: 49px;
	padding: 10px 6px 10px 7px;
	width: 105px
}
.booking_details ul li a {
	margin-bottom: 8px
}
.swiper-container-upcoming, .swiper-container-past, .swiper-container-offroad, .swiper-container-dirty, .swiper-container-trail, .swiper-container-track, .swiper-container-offroadTrophy {
	max-width: 500px
}
ul.inner_article li {
	width: 100%;
	padding: 0;
	float: left
}
a.readmorebtn {
	bottom: 30px;
	font-size: 1.5em
}
a.readmorebtn.active {
	left: 4%
}
ul.inner_article li.readmorecontent .img_cap {
	margin: 10px 0
}
.inside_sub_kma .site-link h1 {
	font-size: 4em
}
.inside_sub_kma .site-link .logo_kma {
	width: 90px
}
.booking_process_warper {
	width: 95%;
	padding: 50px 0;
	margin: 0 auto
}
.inside_warp .container .booking_process_warper .processbox {
	padding: 10px
}
.inside_warp .container .booking_process_warper .processbox .event_details h2 {
	font-size: 2em
}
.processbox .event_details .select_row .radio .big {
	font-size: 1em
}
.processbox .event_details .select_row .radio .small {
	font-size: .8em
}
.inside_warp .container .booking_process_warper .processbox .event_details h3 {
	font-size: 1.8em
}
.processbox .event_details .select_row .maxl .form_row_col {
	width: 100%;
	padding-right: 0
}
.control {
	font-size: 1.4em
}
.purple_club_warper {
	width: 90%;
	padding: 30px;
	margin-top: -22%;
	margin-left: -45%;
	position: fixed;
	top: 20%;
	left: 50%
}
.purple_club_warper .purple_club_box01 {
	font-size: 1.7em
}
.purple_club_warper .purple_club_box01, .purple_club_boxFeild {
	width: 100%
}
.inside_warp .container .booking_process_warper .processbox .event_details .participant_box {
	width: 100%;
	padding-right: 40px
}
.inside_warp .container .booking_process_warper .processbox_pay ul.tabs li {
	padding: 8px 15px;
	font-size: 1.6em
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content {
	display: none;
	padding: 12px
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content .box {
	width: 100%;
	display: block
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content select {
	width: 96%;
	padding: 8px;
	margin-bottom: 12px;
	margin-right: 12px;
	font-size: 1.7em
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content .paynow_bank {
	margin-bottom: 25px
}
.inside_warp .container .booking_process_warper .processbox_pay {
	padding: 1px 3px;
	position: relative
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content h4 {
	font-size: 1.6em
}
.inside_warp .container .booking_process_warper .processbox_pay .tab-content p {
	font-size: 1.4em
}
.home-kma-swiper-container .kma-caption h1 {
	font-size: 1.2em;
	line-height: 32px
}
.home-kma-swiper-container .swiper-slide {
	height: 92vh
}
.home-kma-swiper-container>.home-kma-swiper-button-next, .home-kma-swiper-container>.home-kma-swiper-button-prev {
	bottom: 45%
}
.home-kma-swiper-container>.home-kma-swiper-button-prev {
	right: inherit;
	left: 30px
}
.contentWrapperHome article.anm_actv .allchallanges_warper .swiper-slide:nth-child(2), .contentWrapperHome article.anm_actv .allchallanges_warper .swiper-slide:nth-child(4), .contentWrapperHome article.anm_actv .allchallanges_warper .swiper-slide:nth-child(6) {
	transform: translateY(0);
	opacity: 1
}
.home-kma-swiper-container>.home-kma-swiper-button-prev:after {
	content: "";
	top: 32%;
	margin-left: -37px
}
.home-kma-swiper-container>.home-kma-swiper-button-next:after {
	content: "";
	top: 32%;
	margin-left: -35px;
	width: 15px;
	height: 15px;
	background: url(../images/spripte.png) -89px -79px
}
.kma-caption a.btn {
	font-size: .5em;
	padding: 10px 25px;
	margin-top: -3px
}
.header_warp h3 {
	font-size: 2.2em
}
.allchallanges_warper ul li {
	width: 50%
}
.allchallanges_warper ul li:nth-child(2), .allchallanges_warper ul li:nth-child(4) {
	transform: translateY(0)
}
.allchallanges_warper ul li:nth-child(3), .allchallanges_warper ul li:nth-child(4) {
	transform: translateY(-1px)
}
.allchallanges_warper ul li:nth-child(5) {
	transform: translateY(-2px)
}
.allchallanges_warper {
	margin: 36px 0 26px 0
}
.fullContainer.home {
	padding-top: 48px
}
.home_scroll:after {
	height: 60px
}
.thrill_slider_rhs {
	width: 100%
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide {
	width: 100%;
	padding: 0
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-wrapper {
	position: relative;
	width: 100%;
	left: 0
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide {
	width: 100%;
	padding: 0 0 0 0;
	cursor: pointer;
	box-sizing: border-box;
	opacity: 1
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide:last-child {
	width: 100%
}
.thrill_slider_lhs .swiper-container.thrill_slider01 {
	width: 100%;
	padding-right: 0
}
.thrill_slider_lhs, .thrill_slider_rhs {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 25px
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-wrapper {
	position: relative;
	width: 100%;
	right: 0%
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide {
	width: 100%;
	padding: 0 0 0 0;
	cursor: pointer;
	box-sizing: border-box;
	opacity: 1
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide:last-child {
	width: 100%
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .cap_text {
	color: #4f4f4f;
	font-size: 1.3em;
	text-align: left;
	padding: 20px;
	box-sizing: border-box
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .cap_text {
	opacity: 1
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide.swiper-slide-active .cap_text {
	opacity: 1
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide.swiper-slide-active {
	opacity: 1
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide.swiper-slide-active:after {
	width: 100.5%
}
.thrill_slider_rhs .swiper-container.thrill_slider02 {
	width: 100%;
	padding-left: 0
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .playButton {
	right: 5px
}
.thrill_slider_warper {
	margin-bottom: 35px;
	width: 100%;
	position: relative;
	padding-bottom: 0
}
.testimonials_mainwarp .header_warp {
	left: 0
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide.swiper-slide-active:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 100%
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .cap_text {
	width: 100%;
	left: 0
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide .cap_text, .thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide .cap_text {
	padding: 0 10px 12px 20px
}
.swiper-slide .cap_text h5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 40px;
	height: 2px
}
.swiper-slide .cap_text h3 {
	font-size: 1.1em;
	margin: 0 0 5px 0
}
.swiper-slide .cap_text p.date {
	font-size: .9em
}
.inside_warp .thrill_slider_lhs h4, .inside_warp .thrill_slider_rhs h4 {
	font-size: 1.8em;
	margin: 0 0 20px 2%;
	padding: 0
}
.inside_warp .thrill_slider_rhs h4 {
	text-align: left;
	margin: 25px 0 20px 2%
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	left: 45.5%;
	bottom: 28%;
	top: inherit
}
.testimonials_warp {
	margin-bottom: 50px
}
.testimonials_warp .testimonials_slider {
	padding-bottom: 60px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp h3 {
	font-size: 1.4em;
	margin-bottom: 10px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp h5 {
	color: #000;
	margin-bottom: 22px;
	transform: translateY(6px)
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p.date {
	font-size: 1.2em;
	padding-bottom: 18px
}
.header_warp h3 {
	top: 0
}
.enlist_mainwarp {
	background: #F7F7F7;
	padding: 36px 0 50px 0;
	margin-top: 100px;
	margin: 0
}
.swiper-container-journal {
	margin: 0 0 50px 0;
	padding: 0 0 80px 0
}
.swiper-container-journal .swiper-slide-active {
	top: 0
}
.swiper-container-journal .event_box a .content_box p.link {
	color: #f06f2f;
	font-size: 1.4em
}
.center_btn {
	font-size: 1.2em;
	padding: 10px 25px;
	margin-top: 52px
}
.teaser_content_container {
	padding: 12px;
	box-sizing: border-box;
	width: 90%
}
.teaser_content_container h5 {
	font-size: 1.5em
}
.teaser_content_container p {
	font-size: 1.1em
}
.teaser_content_container p {
	margin: 0 0 9px 0
}
.teaser_content_container p.btn {
	font-size: 1.2em;
	letter-spacing: .1em;
	padding: 6px 16px
}
.enlist_warp .content_box {
	float: initial;
	width: 100%;
	top: 0;
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 10px
}
.enlist_warp .content_box_from {
	float: inherit;
	width: 100%
}
.enlist_warp .content_box_from input {
	font-size: 1.4em
}
.modify_from_warp {
	width: 100%
}
.modify_from_warp ul.modify_from li {
	width: 90%;
	padding: 0
}
.modify_from_warp textarea {
	width: 90%;
	height: 100px
}
.modify_from_warp ul.modify_from li .info_booking {
	right: -32px
}
.modify_from_warp ul.modify_from li:hover .info_booking .full_details {
	left: -163px
}
.thank_you_msg {
	width: 90%;
	margin: 0 auto;
	font-size: 1.8em;
	color: #4f4f4f
}
.header_warp {
	width: 100%
}
.motorsportsGallery.pastevent:after {
	height: 300px
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text h4 {
	font-size: 1.8em;
	margin: 0 0 10px 0
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text h5 {
	font-size: 1.4em
}
.motorsportsGallery .motorSportsSwiper .swiper-button-next {
	width: 32px;
	height: 32px
}
.fullContainer {
	display: block
}
h2.insideHeader {
	font-size: 2em
}
.motorsports_warp:before {
	display: none
}
a.cd-popup-close {
	right: inherit;
	left: 0
}
a.cd-popup-close:before {
	left: 22px;
	content: ""
}
a.cd-popup-close:before {
	top: 7px;
	left: 22px;
	content: ""
}
.header_warp h5, .header_warp h5 {
	font-size: 2.2em
}
.inside_warp .container .header_warp p {
	font-size: 1.6em
}
.inside_warp .container h2 {
	font-size: 2em;
	margin: 0 0 20px 0
}
.inside_warp .container .video_cap span.icon_video {
	width: 50px;
	height: 50px;
	margin-left: -30px;
	margin-top: -30px
}
.inside_warp .container .video_cap span.icon_video:after {
	border-left: 18px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 12px solid transparent;
	content: "";
	left: 19px;
	top: 15px
}
.inside_warp .container .header_warp p {
	font-size: 1.5em
}
.swiper-container-journal .swiper-slide .event_box a {
	height: auto
}
.swiper-container-journal .swiper-slide .event_box a p.link {
	position: relative
}
.swiper-container-journal.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 90px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp {
	left: 20px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p {
	font-size: 1.5em
}
.allchallanges_warper ul li a .box_warp .capt h5 {
	font-size: 2.2em;
	bottom: auto;
	transform: translateY(17px);
	display: block;
	text-align: center;
	position: relative
}
.allchallanges_warper ul li:hover a .box_warp .capt .capt_full, .allchallanges_warper ul li a .box_warp .capt .capt_full {
	display: none
}
.allchallanges_warper ul li:hover a .box_warp .capt button.btn {
	transform: translateY(0);
	display: inline-block
}
.allchallanges_warper ul li a .box_warp .capt button.btn {
	opacity: 1
}
.allchallanges_warper ul li a .box_warp .capt h5:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 42px;
	left: 50%;
	margin-left: -22px;
	height: 3px;
	background: #d8712e
}
.allchallanges_warper ul li a .box_warp .capt {
	bottom: 40px;
	text-align: center
}
.bg_parten_rpt {
	background: url(../images/parton_bg_rpt_mob.jpg)
}
.allchallanges_warper ul li a .box_warp .capt p, .allchallanges_warper ul li a .box_warp .capt1 p {
	font-size: 1.1em;
	line-height: 1.2em;
	transform: translateY(24px);
	display: block;
	position: relative
}
.allchallanges_warper ul li:hover a .box_warp .capt button.btn {
	transform: translateY(32px);
	display: inline-block
}
.allchallanges_warper ul li:hover a .box_warp .capt p {
	transform: translateY(38px)
}
.swiper-slide .cap_text h5:after {
	content: "";
	bottom: -10px
}
.swiper-container-journal {
	width: 100%
}
.swiper-container-journal .swiper-slide {
	transform: scale(1, 1)
}
.inside_warp .container h4 {
	font-size: 1.8em;
	margin: 0 0 20px 0;
	text-align: center
}
ul.bullet li {
	margin: 0 0 25px 0;
	padding: 0 0 0 18px;
	font-size: 1.4em;
	line-height: 2em
}
.inside_warp .container p.bold {
	font-size: 2em
}
.gallery .gallerySwiper .swiper-button-next, .gallery .gallerySwiper .swiper-button-prev, .motorsportsGallery .motorSportsSwiper .swiper-button-next, .motorsportsGallery .motorSportsSwiper .swiper-button-prev {
	width: 35px;
	height: 35px
}
.thrill-container.swiper-container .swiper-wrapper {
	display: block
}
.allchallanges_warper .swiper-slide:nth-child(2), .allchallanges_warper .swiper-slide:nth-child(4), .allchallanges_warper .swiper-slide:nth-child(6) {
	transform: translateY(0)
}
.thrill-container.swiper-container .swiper-scrollbar {
	display: none
}
.allchallanges_warper .swiper-slide:nth-child(3) {
	transform: translateY(0)
}
.allchallanges_warper .swiper-slide a .box_warp .capt .capt_full, .allchallanges_warper .swiper-slide:after, .allchallanges_warper .swiper-slide:hover a .box_warp .capt .capt_full {
	display: none
}
.allchallanges_warper .swiper-slide a .box_warp .capt button.btn {
	border: solid 2px #fff;
	font-size: 1.1em;
	padding: 8px 15px;
	transform: translateY(27px);
	opacity: 1
}
.allchallanges_warper .swiper-slide a .box_warp {
	text-align: center
}
.allchallanges_warper .swiper-slide a .box_warp .capt h5 {
	font-size: 1.7em;
	display: block;
	text-align: center;
	width: 100%;
	text-shadow: 1px 4px 4px #454545
}
.allchallanges_warper .swiper-slide a .box_warp .capt p {
	opacity: 1;
	display: block;
	width: 100%
}
.allchallanges_warper .swiper-slide a .box_warp .capt h5:after {
	content: "";
	height: 3px;
	left: 50%;
	margin-left: -30px
}
.allchallanges_warper .swiper-slide a .box_warp .capt {
	bottom: 50px
}
.allchallanges_warper .swiper-slide a .box_warp .capt p {
	opacity: 1;
	display: block;
	width: 100%;
	transform: translateY(-24px)
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt button.btn {
	border: solid 2px #fff;
	font-size: 1.1em;
	padding: 8px 15px;
	transform: translateY(27px);
	opacity: 1;
	display: initial
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt p {
	transform: translateY(15px)
}
.allchallanges_warper .swiper-slide:hover a .box_warp .capt h5 {
	transform: translateY(82px)
}
.thrill-container.swiper-container {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 20px
}
.inside_warp_upming .fullContainer {
	margin: 0 auto;
	width: 100%
}
.swiper-container-journal .swiper-button-next, .swiper-container-journal .swiper-button-prev {
	right: 33.5%;
	bottom: 12px
}
.landingPastevent .landing_pastSwiper .swiper-slide .text {
	bottom: 40px;
	padding: 0 31px
}
.landingPastevent .landing_pastSwiper .swiper-slide .text h4 {
	font-size: 2em;
	text-transform: uppercase;
	margin: 0 0 6px 0
}
.landingPastevent h2.insideHeader {
	font-size: 2.5em
}
.inner_article_sub .cont_box {
	width: 92%;
	padding: 2% 4%;
	min-height: auto
}
.inner_article_sub .img_box {
	width: 100%;
	position: relative;
	margin-bottom: 15px
}
.inner_article_warp {
	padding-bottom: 60px
}
.inner_article_sub.inner_article_sub_2nd .cont_box {
	float: inherit;
	padding: 2% 4% 3% 2%;
	min-height: auto
}
.inner_article_sub .cont_box h2 {
	font-size: 2.2em;
	margin: 25px 0 35px 0
}
.inside_warp {
	padding: 55px 0 0 0
}
.home_article .image_teaser {
	margin: 40px 0 0 0
}
.teaser_content_container h5, .teaser_content_container p, .teaser_content_container p.btn {
	text-shadow: none
}
.swiper-button-next-upcoming, .swiper-button-prev-upcoming, .swiper-button-next-dirty, .swiper-button-prev-dirty, .swiper-button-next-trail, .swiper-button-prev-trail, .swiper-button-next-track, .swiper-button-prev-track, .swiper-button-next-offroadTrophy, .swiper-button-prev-offroadTrophy {
	left: 54%
}
.inside_warp.testimonials_mainwarp {
	padding: 25px 0 0 0
}
.home_article .testimonials_warp .testimonials_slider {
	margin-top: 30px
}
.teaser_content_container {
	transform: translateY(50px)
}
.home_article .swiper-slide a .playButton {
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.9s ease-out
}
.home_article.animate.activeArticle .swiper-slide a .playButton {
	opacity: 1;
	transform: translateY(0)
}
.motorsports_warp.activeArticle .teaser_content_container {
	transform: translateY(0)
}
.swiper-button-prev-upcoming, .swiper-button-prev-dirty, .swiper-button-prev-trail, .swiper-button-prev-track, .swiper-button-prev-offroadTrophy {
	left: 39.4%
}
.allCourses_warp {
	padding: 20px 0 35px 0
}
.swiper-container.allCourses, .swiper-container.allCoursesContent {
	width: 98%
}
.allCoursesContent .swiper-wrapper .swiper-slide .contect_box {
	width: 100%;
	float: inherit;
	text-align: center
}
.allCoursesContent .swiper-wrapper .swiper-slide .postImg {
	width: 100%;
	float: inherit
}
.inside_warp_upming .header_warp h3 {
	font-size: 2.5em;
	margin-bottom: 12px;
	margin-top: 50px
}
.upcoming_tab_contaner .tabs li {
	font-size: 2em
}
.swiper-button-next-upcoming, .swiper-button-prev-upcoming, .swiper-button-next-dirty, .swiper-button-prev-dirty, .swiper-button-next-trail, .swiper-button-prev-trail, .swiper-button-next-track, .swiper-button-prev-track, .swiper-button-next-offroadTrophy, .swiper-button-prev-offroadTrophy {
	left: 55%;
	bottom: 26px
}
.swiper-button-prev-upcoming, .swiper-button-prev-dirty, .swiper-button-prev-trail, .swiper-button-prev-track, .swiper-button-prev-offroadTrophy {
	left: 37%
}
}

@media (max-width:550px) {
.nav_right ul li.book {
	padding: 18px 12px;
	margin-left: 4px;
	font-size: 1.1em
}
.landingPastevent h2.insideHeader {
	font-size: 2em
}
.landingPastevent .landing_pastSwiper .swiper-slide .text {
	bottom: 15px;
	padding: 0 10px
}
.mobileNav {
	right: 147px
}
.landingPastevent .landing_pastSwiper .swiper-slide .text h4 {
	font-size: 1.2em
}
.landingPastevent .landing_pastSwiper .swiper-slide .text h3 {
	font-size: 1.2em
}
.landingPastevent .landing_pastSwiper .swiper-slide .text h5 {
	font-size: 1.4em;
	margin: 0
}
.home_article.animate.activeArticle .testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	top: -26px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .userPic {
	left: 50%;
	margin-left: -28px
}
.mobileNav {
	right: -1px
}
.nav_right {
	right: 61px
}
.navbar-toggler {
	background: #313131
}
.navbar-toggler {
	padding: .64rem .35rem
}
.logo {
	padding: 4.5px 10px;
	width: 88px
}
.nav_right ul li a.search {
	padding: 14.5px
}
.booking_details ul li a:hover {
	padding-left: 0
}
.col-4 {
	width: 50%
}
.testimonials_warp {
	margin-bottom: 0
}
.thank_you_msg {
	width: 95%;
	font-size: 1.2em
}
.swiper-container-journal .swiper-button-prev {
	left: 37.1%
}
.swiper-container-journal .swiper-button-next, .swiper-container-journal .swiper-button-prev {
	right: 34.5%;
	bottom: 12px
}
.midContainer .container .col-4:last-child {
	clear: both;
	width: 100%
}
.nav_right ul li.book .booking_details {
	top: 49px;
	padding: 10px 7px 12px 7px;
	width: 100px;
	right: 56px
}
.booking_details ul li a {
	display: block;
	margin: 6px 0;
	font-size: .9em
}
.booking_details.active {
	right: 62px;
	top: 49px;
	padding: 10px 6px 0 7px;
	width: 96px
}
.thrill_slider02 .swiper-button-prev {
	left: 35%
}
.thrill_slider02 .swiper-button-next, .thrill_slider02 .swiper-button-prev {
	right: 37%
}
.testimonials_slider .swiper-button-prev {
	left: 35.8%
}
.testimonials_slider .swiper-button-next, .testimonials_slider .swiper-button-prev {
	right: 36.2%
}
.swiper-container-upcoming, .swiper-container-past, .swiper-container-offroad, .swiper-container-dirty, .swiper-container-trail, .swiper-container-track, .swiper-container-offroadTrophy {
	max-width: 300px
}
.swiper-slide a .brandlogo {
	width: 48px;
	left: 20px;
	top: 8px
}
.subnav ul li a {
	font-size: 1em;
	padding: 10px 0
}
.inside_sub_kma .site-link h1 {
	font-size: 2.5em
}
.inside_sub_kma .site-link .logo_kma {
	width: 90px
}
.booking_process_warper ul.tab {
	margin: 30px 0 25px 0
}
.booking_process_warper ul.tab li {
	width: 24%
}
.booking_process_warper ul.tab li span {
	font-size: 1.4em
}
a.btn_cmn {
	margin-right: 12px;
	font-size: .9em;
	padding: 5px 18px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp p {
	font-size: 1.5em
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .postImg, .testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text {
	width: 100%;
	float: inherit
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post .cap_text .cap_text_warp {
	left: 9px;
	margin-top: 3%;
	width: 94%;
	box-sizing: border-box
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide a.post {
	text-decoration: none
}
.inside_sub_kma .site-link .logo_kma_big {
	width: 280px;
	margin: 0 auto;
	display: block
}
.home-kma-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 65px;
	right: inherit;
	z-index: 9;
	left: 10px;
	text-align: center
}
.home_article.animate.activeArticle .testimonials_warp .testimonials_slider {
	overflow: initial
}
.home-kma-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 5px;
	height: 5px
}
.home-kma-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
	border: solid 1px #adaba8;
	opacity: 1
}
.home-kma-swiper-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
	content: "";
	width: 15px;
	height: 15px
}
.fullContainer.home {
	padding-top: 20px
}
.swiper-slide a .knowmore {
	width: 80px;
	font-size: 1.3em;
	bottom: 15px;
	right: 0
}
footer article.topLink ul.link-group {
	margin-bottom: 20px
}
.home-kma-swiper-container .kma-caption {
	width: 90%;
	font-size: 2.2em;
	left: 50%;
	top: 20%;
	margin-left: -45%
}
.home-kma-swiper-container>.home-kma-swiper-button-next {
	right: 18px
}
.home-kma-swiper-container>.home-kma-swiper-button-prev {
	left: 18px
}
.swiper-container-journal.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 106px
}
.testimonials_warp .testimonials_slider {
	padding-bottom: 70px;
	margin-bottom: 50px
}
.home-kma-swiper-container>.home-kma-swiper-button-next:after {
	content: "";
	top: 33%
}
.home-kma-swiper-container>.home-kma-swiper-button-prev:after {
	content: "";
	top: 33%;
	margin-left: -35px
}
.thrill_slider02 .swiper-button-prev:after, .thrill_slider01 .swiper-button-prev:after {
	content: "";
	left: 118%;
	top: 11px;
	margin-left: -38px;
	background: url(../images/spripte.png) -295px -79px
}
.testimonials_slider .swiper-button-next:after, .testimonials_slider .swiper-button-prev:after {
	top: 29%
}
.teaser_content_container {
	padding: 12px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	left: 0;
	transform: inherit;
	top: inherit;
	margin-bottom: 35px
}
.teaser_content_container h5 {
	font-size: 1.7em;
	color: #333
}
.teaser_content_container p {
	margin: 0 0 9px 0;
	color: #333;
	font-size: 1.4em
}
.teaser_content_container p.btn {
	color: #fff
}
.header-search-form {
	height: 82px
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore {
	right: 12px;
	bottom: 20px;
	font-size: 1.4em;
	width: 90px
}
.allchallanges_warper .swiper-slide a .box_warp:after {
	bottom: 0
}
.thrill_slider_rhs .swiper-container.thrill_slider02 .swiper-slide a .knowmore:after {
	content: "";
	width: 15px;
	height: 17px;
	background: url(../images/spripte.png) -93px -80px;
	top: 5px
}
.home-kma-swiper-container .swiper-slide {
	height: 88vh
}
.swiper-slide a .playButton {
	top: inherit;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	right: 15px;
	bottom: 18px
}
.testimonials_warp .testimonials_slider .swiper-wrapper .swiper-slide.swiper-slide-next:nth-last-child(1) {
	opacity: 1;
	left: 0;
	width: 100%
}
.enlist_warp .content_box_from p.error {
	bottom: 31px
}
.subscribe_message {
	bottom: -31px
}
.inside_warp .container .header_warp p {
	font-size: 1.6em
}
.allchallanges_warper ul li {
	width: 100%
}
.thrill_slider02 .swiper-button-next:after, .thrill_slider01 .swiper-button-next:after {
	top: 11px
}
.swiper-container-journal .swiper-slide .event_box a p.link {
	bottom: 9px;
	left: 1px
}
.motorsportsGallery.pastevent .motorSportsSwiper .swiper-slide .text h3 {
	font-size: 1.4em;
	margin: 0 0 12px 0
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text h4 {
	font-size: 1.3em;
	margin-bottom: 5px
}
.thrill_slider_lhs .swiper-container.thrill_slider01 .swiper-slide.swiper-slide-active .brandlogo {
	width: 65px;
	left: 12px;
	top: 12px
}
.event_landingpage ul.inner_article li:nth-child(1), .event_landingpage ul.inner_article li:nth-child(4) {
	padding: 2% 1% 1% 3%;
	width: 100%;
	box-sizing: border-box
}
.event_landingpage ul.inner_article li:nth-child(2), .event_landingpage ul.inner_article li:nth-child(3) {
	padding: 0;
	width: 100%;
	box-sizing: border-box
}
.event_box a .content_box h4 {
	font-size: 1.5em;
	text-align: left
}
.event_landingpage ul.inner_article li h2 {
	font-size: 2em;
	margin: 15px 0 23px 0
}
.landingPastevent .landing_pastSwiper .swiper-slide .text h4 {
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0 0 6px 0
}
.allCourses .swiper-wrapper .swiper-slide {
	font-size: 1.1em;
	font-weight: 600
}
.swiper-button-next-upcoming, .swiper-button-prev-upcoming, .swiper-button-next-dirty, .swiper-button-prev-dirty, .swiper-button-next-trail, .swiper-button-prev-trail, .swiper-button-next-track, .swiper-button-prev-track, .swiper-button-next-offroadTrophy, .swiper-button-prev-offroadTrophy {
	left: 54%;
	bottom: 30px
}
.swiper-button-prev-upcoming, .swiper-button-prev-dirty, .swiper-button-prev-trail, .swiper-button-prev-track, .swiper-button-prev-offroadTrophy {
	left: 30%
}
.upcoming_tab_contaner .tabs {
	margin: 0 0 7px 0
}
.upcoming_tab_contaner .tabs li {
	font-size: 1.5em
}
.inside_sub_kma .box-bg {
	background-attachment: inherit
}
.inside_sub_kma .box-bg {
	height: calc(350px - 70px)
}
.inside_sub_kma .site-link {
	top: 75px
}
.inside_sub_kma .site-link h1 {
	margin: 0 0 16px 0;
	text-shadow: 2px 2px 2px #454545
}
.inside_sub_kma .site-link h5 {
	font-size: 1.5em;
	text-shadow: 2px 2px 2px #454545
}
.inside_sub_kma .site-link h1:after {
	content: "";
	height: 4px
}
.inside_warp.testimonials_mainwarp {
	padding: 15px 0 0 0
}
.enlist_mainwarp .enlist_warp .content_box_from input {
	font-size: 1.32em
}
.thanku_msg_warp h3 {
	font-size: 1.5em
}
.event_box a .content_box {
	padding: 18px 10px 4px 10px
}
.event_box a .event_box_img .logo_event {
	width: 85px;
	right: 2px;
	bottom: -30px
}
}

@media (max-width:400px) {
.swiper-container-upcoming, .swiper-container-past, .swiper-container-offroad, .swiper-container-dirty, .swiper-container-trail, .swiper-container-track, .swiper-container-offroadTrophy {
	max-width: 300px
}
.inside_sub_kma .site-link .logo_kma {
	width: 60px
}
.inside_sub_kma .site-link h1 {
	font-size: 2em
}
}
/*inside css*/

.clear {
	clear: both
}
a.bookNow {
	display: inline-block;
	background-color: #f06f2f;
	font-size: 1.5em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 18px 30px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
a:hover.bookNow, .eventShort .bookNowRow a:hover.bookNow {
	background-color: #fff;
	color: #2a2b2b
}
.bgf7f6f4 {
	background-color: #f7f6f4
}
.bgffffff {
	background-color: #fff
}
h2.insideHeader {
	text-align: center;
	color: #2a2b2b;
	font-size: 4em;
	position: relative;
	margin: 0 0 70px 0;
	padding: 0;
	font-weight: 400
}
h2.insideHeader:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -21px;
	background: #F36E20;
	width: 70px;
	height: 5px;
	margin-left: -35px
}
.eventDetailsBanner {
	float: left;
	width: 100%;
	height: calc(100vh - 70px);
	background-position: center;
	background-size: cover;
	position: relative;
	display: table;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat
}
.eventDetailsBanner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}
.eventDetailsBanner:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	pointer-events: none
}
.eventDetailsBanner .eventLogo {
	max-width: 130px
}
.eventDetailsBanner h1 {
	font-size: 5em;
	margin: -15px 0 15px 0;
	padding: 0;
	text-shadow: 0 4px 49px rgba(33,28,30,.77)
}
.eventDetailsBanner .date {
	font-size: 2.4em;
	margin: 0;
	padding: 0;
	text-shadow: 0 4px 49px rgba(33,28,30,.77)
}
.eventDetailsBanner .divider {
	display: inline-block;
	background: #F36E20;
	width: 70px;
	height: 5px;
	margin: 25px 0
}
.eventDetailsBanner .seatsLeft {
	font-size: 1.8em;
	margin: 0 0 10px 0;
	padding: 0;
	text-shadow: 0 4px 49px rgba(33,28,30,.77)
}
.eventDetailsBanner a.bookNow {
	box-shadow: 0 6px 8px 0 rgba(33,33,38,.7)
}
.eventDetailsBanner .rating {
	position: absolute;
	left: 5%;
	bottom: 20px;
	z-index: 2
}
.eventDetailsBanner .rating ul li {
	float: left;
	margin: 0 6px;
	font-size: 1.8em;
	color: #fff
}
.eventDetailsBanner .rating ul li:first-child {
	margin-left: 0
}
.eventDetailsBanner .rating ul li .star {
	position: relative;
	background: url(../images/rating.png) repeat-x 0 0;
	height: 20px;
	float: left;
	width: 145px;
	overflow: hidden
}
.eventDetailsBanner .rating ul li .star i {
	position: absolute;
	top: 1px;
	left: 0;
	background: url(../images/rating.png) repeat-x 0 -21px;
	height: 20px;
	z-index: 1
}
.eventDetailsBanner .priceStarting {
	margin-bottom: 35px;
	color: #fff
}
.eventDetailsBanner .priceStarting .text {
	font-size: 1.6em;
	margin: 0;
	text-shadow: 0 4px 49px rgba(33,28,30,.77)
}
.eventDetailsBanner .priceStarting .price {
	font-size: 3.5em;
	margin: 10px 0;
	text-shadow: 0 4px 49px rgba(33,28,30,.77)
}
.eventDetailsBanner .views {
	position: absolute;
	left: calc(5% + 280px);
	bottom: 20px;
	z-index: 2;
	font-size: 1.8em;
	color: #fff
}
.eventDetailsBanner .views:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -33px;
	background: url(../images/spriteImg.png) repeat-x -45px -1px;
	width: 22px;
	height: 14px
}
.eventDetailsBanner .share {
	position: absolute;
	right: 5%;
	bottom: 20px;
	z-index: 2
}
.eventDetailsBanner .share ul li {
	float: left;
	margin: 0 3px;
	font-size: 1.8em;
	color: #fff
}
.eventDetailsBanner .share ul li:first-child {
	margin: 5px 13px 0 0
}
.eventDetailsBanner .share ul li a.icon {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.eventDetailsBanner .share ul li a.icon svg {
	width: 16px;
	position: relative;
	top: 5px;
	fill: currentColor;
	color: #fff
}
.eventDetailsBanner .share ul li a.facebook {
	background-color: #366797
}
.eventDetailsBanner .share ul li a.twitter {
	background-color: #1dade9
}
.eventDetailsBanner .share ul li a:hover.icon {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2)
}
.eventDetailsBanner .scrollDown {
	position: absolute;
	bottom: -42px;
	left: 50%;
	width: 44px;
	text-align: center;
	margin-left: -22px;
	z-index: 2
}
.eventDetailsBanner .scrollDown p {
	font-family: 'gilroy';
	font-size: 1.6em;
	color: #fff;
	margin: 0;
	padding: 0
}
.eventDetailsBanner .scrollDown .line {
	width: 3px;
	height: 88px;
	background-color: #ff7029;
	display: inline-block;
	margin-top: 13px;
	transform-origin: center top;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-o-transform-origin: center top;
	-webkit-animation: scrollLine 3s infinite;
	-moz-animation: scrollLine 3s infinite linear;
	-o-animation: scrollLine 3s infinite linear;
	animation: scrollLine 3s infinite linear
}
@-webkit-keyframes scrollLine {
0% {
transform:scaleY(0)
}
100% {
transform:scaleY(1)
}
}
@-moz-keyframes scrollLine {
0% {
transform:scaleY(0)
}
100% {
transform:scaleY(1)
}
}
@-o-keyframes scrollLine {
0% {
transform:scaleY(0)
}
100% {
transform:scaleY(1)
}
}
@keyframes scrollLine {
0% {
transform:scaleY(0)
}
100% {
transform:scaleY(1)
}
}
.eventDetailsAbout {
	background-color: #fff;
	padding: 70px 0
}
.eventDetailsAbout .midContainer:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 60%;
	height: 100%;
	width: 1px;
	background-color: rgba(0,0,0,.2)
}
.eventDetailsAbout .leftSection {
	float: left;
	width: 60%;
	padding-right: 10%;
	box-sizing: border-box
}
.eventDetailsAbout .leftSection .smallHeader {
	position: relative;
	font-size: 1.4em;
	color: #181411;
	font-weight: 700;
	margin-bottom: 30px;
	display: none
}
.eventDetailsAbout .leftSection .smallHeader:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 36px;
	height: 2px;
	background-color: #f36e20
}
.eventDetailsAbout .leftSection h2.insideHeader {
	text-align: left;
	margin-top: 18px
}
.eventDetailsAbout .leftSection h2.insideHeader:after {
	left: 0;
	margin-left: 0
}
.eventDetailsAbout .leftSection .content {
	font-size: 1.5em;
	color: #2a2b2b;
	line-height: 27px
}
.eventDetailsAbout .leftSection .content p {
	margin-bottom: 20px
}
.eventDetailsAbout .leftSection .content h5 {
	font-size: 1.2em;
	font-weight: 700;
	margin: 5px 0 10px 0
}
.eventDetailsAbout .leftSection .content ul.point1 li {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 8px;
	padding-left: 25px;
	box-sizing: border-box
}
.eventDetailsAbout .leftSection .content ul.point1 li:last-child {
	margin-bottom: 0
}
.eventDetailsAbout .leftSection .content ul.point1 li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background-color: #f06f2f
}
.eventDetailsAbout .leftSection .content ul.point2 li {
	float: left;
	width: 70%;
	position: relative;
	margin-bottom: 15px;
	padding: 0 0 7px 25px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(112,112,112,.15);
	font-size: 1.1em
}
.eventDetailsAbout .leftSection .content ul.point2 li:last-child {
	margin-bottom: 0
}
.eventDetailsAbout .leftSection .content ul.point2 li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background-color: #f06f2f
}
.eventDetailsAbout .leftSection .content ul.point2 li .link2 {
	font-size: .8em;
	float: right;
	margin-right: 20px
}
a.link2 {
	color: #F56F02;
	font-size: 1.2em;
	font-weight: 700;
	position: relative;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
a.link2:after {
	content: '';
	position: absolute;
	top: 9px;
	right: -15px;
	border: 2px solid #F56F02;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	border-left-width: 0;
	border-top-width: 0;
	height: 9px;
	width: 9px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
a.link2:hover:after {
	right: -20px
}
.swiperSliderButton .swiper-button-next:hover, .swiperSliderButton .swiper-button-prev:hover, .swiperSliderButton .swiper-button-next:focus, .swiperSliderButton .swiper-button-prev:focus {
	background-color: #f06f2f
}
.swiperSliderButton .swiper-button-prev:hover:before, .swiperSliderButton .swiper-button-next:hover:before, .swiperSliderButton .swiper-button-prev:focus:before, .swiperSliderButton .swiper-button-next:focus:before {
	border-color: #fff
}
.swiperSliderButton .swiper-button-next:focus, .swiperSliderButton .swiper-button-prev:focus {
	outline: none
}
.eventDetailsAbout .rightSection {
	float: left;
	width: 40%;
	padding-left: 7%;
	box-sizing: border-box
}
.eventDetailsAbout .rightSection .smallHeader {
	position: relative;
	font-size: 3em;
	color: #2a2b2b;
	margin: 20px 0 70px 0;
	font-family: 'gilroy'
}
.eventDetailsAbout .rightSection .smallHeader:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 52px;
	height: 3px;
	background-color: #f36e20
}
.eventDetailsAbout .rightSection ul li {
	margin-bottom: 50px
}
.eventDetailsAbout .rightSection ul li:last-child {
	margin-bottom: 0
}
.eventDetailsAbout .rightSection ul li .heading {
	color: #818181;
	font-size: 1.6em;
	margin-bottom: 8px
}
.eventDetailsAbout .rightSection ul li p {
	color: #2a2b2b;
	font-size: 1.8em;
	font-weight: 700;
	margin: 0;
	padding: 0
}
.eventDetailsAbout .rightSection ul li small {
	color: #7b7b7b;
	font-weight: 400;
	font-size: .8em
}
.eventDetailsAbout .rightSection ul li .star {
	position: relative;
	background: url(../images/rating2.png) repeat-x 0 0;
	height: 13px;
	float: left;
	width: 95px;
	overflow: hidden;
	margin-top: 2px
}
.eventDetailsAbout .rightSection ul li .star i {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/rating2.png) repeat-x 0 -13px;
	height: 13px;
	z-index: 1
}
.eventDetailsAbout .rightSection ul li .point {
	float: left;
	font-size: 1.4em;
	color: #2a2b2b;
	margin-left: 10px
}
.gallery {
	padding: 70px 0;
	background-position: center top;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	display: none
}
.gallery h2.insideHeader {
	color: #fff
}
.gallery .content, .gallery .gallerySwiper, .gallery .gallerySwiper .swiper-slide, .gallery .gallerySwiper .swiper-slide a, .gallery .gallerySwiper .swiper-slide a img, .motorsportsGallery .content, .motorsportsGallery .motorSportsSwiper, .motorsportsGallery .motorSportsSwiper .swiper-slide, .motorsportsGallery .motorSportsSwiper .swiper-slide a, .motorsportsGallery .motorSportsSwiper .swiper-slide a img {
	float: left;
	width: 100%
}
.gallery .gallerySwiper, .motorsportsGallery .motorSportsSwiper {
	padding: 5px 0 60px 0
}
.gallery .gallerySwiper .swiper-wrapper, .motorsportsGallery .motorSportsSwiper .swiper-wrapper {
	padding-bottom: 30px
}
.gallery .gallerySwiper .swiper-slide, .gallery .gallerySwiper .swiper-slide a, .motorsportsGallery .motorSportsSwiper .swiper-slide, .motorsportsGallery .motorSportsSwiper .swiper-slide a {
	position: relative
}
.gallery .gallerySwiper .swiper-slide a:before, .motorsportsGallery .motorSportsSwiper .swiper-slide a:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(243,110,32,1);
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.gallery .gallerySwiper .swiper-slide a:after, .motorsportsGallery .motorSportsSwiper .swiper-slide a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: rgba(255,255,255,.6)
}
.gallery .gallerySwiper .swiper-slide a .playButton {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 51px 0 rgba(44,27,23,.44)
}
.gallery .gallerySwiper .swiper-slide a .playButton:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 20px solid #fff;
	margin: -14px 0 0 -8px
}
.gallery .gallerySwiper .swiper-slide-active, .motorsportsGallery .motorSportsSwiper .swiper-slide-active {
	box-shadow: 0 19px 35px 0 rgba(33,33,38,.76)
}
.gallery .gallerySwiper .swiper-slide-active a img, .motorsportsGallery .motorSportsSwiper .swiper-slide-active a:hover:before {
	opacity: 1
}
.gallery .gallerySwiper .swiper-slide-active a:hover:before, .motorsportsGallery .motorSportsSwiper .swiper-slide-active a:hover:before {
	opacity: 1
}
.gallery .gallerySwiper .swiper-slide-active a:after, .motorsportsGallery .motorSportsSwiper .swiper-slide-active a:after {
	background-color: rgba(255,255,255,0)
}
.gallery a.viewMore {
	float: right;
	position: relative;
	margin-right: 5%;
	color: #f06f2f;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none
}
.gallery a.viewMore:before {
	content: "";
	position: absolute;
	top: 9px;
	right: -35px;
	width: 24px;
	height: 1px;
	background-color: #f06f2f
}
.gallery a.viewMore:after {
	content: "";
	position: absolute;
	top: 4px;
	right: -34px;
	height: 10px;
	width: 10px;
	display: block;
	border: 1px solid #f06f2f;
	border-left-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}
.swiper-slide:hover a .playButton {
	border-color: #f57915!important
}
.itinerary {
	padding: 70px 0;
	float: left;
	width: 100%;
	position: relative;
	text-align: center
}
.itinerary:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	height: 200px
}
.itinerary .wrapper {
	width: 600px
}
.itinerary .wrapper ul, .itinerary .wrapper ul li {
	float: left;
	width: 100%
}
.itinerary .wrapper ul {
	position: relative;
	height: 400px;
	overflow: hidden
}
.itinerary .wrapper ul.show {
	height: 100%
}
.itinerary .wrapper ul li {
	position: relative;
	font-size: 1.8em;
	color: #2a2b2b;
	line-height: 1.6em;
	padding-bottom: 50px;
	text-align: left
}
.itinerary .wrapper ul li .date {
	float: left;
	width: 155px;
	padding-right: 10px;
	box-sizing: border-box
}
.itinerary .wrapper ul li .details {
	float: left;
	width: 445px;
	padding-left: 45px;
	box-sizing: border-box;
	position: relative
}
.itinerary .wrapper ul li .details:before {
	content: "";
	position: absolute;
	top: 6px;
	left: -6px;
	width: 12px;
	height: 12px;
	background-color: #f06f2f;
	border-radius: 100%;
	z-index: 2
}
.itinerary .wrapper ul li .details:after {
	content: "";
	position: absolute;
	top: 10px;
	left: -1px;
	z-index: 1;
	border-left: 1px dashed #f06f2f;
	height: calc(100% + 50px)
}
.itinerary .wrapper ul li:last-child .details:after {
	display: none
}
.itinerary .viewFull {
	position: relative;
	bottom: -40px;
	left: 0;
	z-index: 2;
	color: #f06f2f;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center
}
.itinerary .viewFull:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #f06f2f;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.itinerary .viewFull:hover:after {
	width: 100%
}
.itinerary2 {
	padding: 70px 0;
	float: left;
	width: 100%;
	position: relative;
	text-align: center
}
.itinerary2 .content {
	float: left;
	width: 100%;
	position: relative;
	padding: 30px 0
}
.itinerary2 .swiper-wrapper {
	padding-bottom: 80px;
	text-align: left
}
.swiperSliderButton .swiper-button-next, .swiperSliderButton .swiper-button-prev {
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	background-color: #fff;
	background-image: none;
	border-radius: 100%;
	border: 2px solid #f06f2f;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-shadow: 0 6px 10px 2px rgba(0,0,0,.2);
	box-shadow: 0 6px 10px 2px rgba(0,0,0,.2);
	top: auto;
	;
	bottom: 15px
}
.swiperSliderButton .swiper-button-prev {
	left: 50%;
	margin-left: -48px
}
.swiperSliderButton .swiper-button-next {
	right: 50%;
	margin-right: -48px
}
.swiperSliderButton .swiper-button-prev:before, .swiperSliderButton .swiper-button-next:before {
	content: '';
	height: 6px;
	width: 6px;
	display: block;
	border: 2px solid #2a2b2b;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.swiperSliderButton .swiper-button-prev:before {
	border-right-width: 0;
	border-bottom-width: 0;
	margin: -4px 0 0 -2px
}
.swiperSliderButton .swiper-button-next:before {
	border-left-width: 0;
	border-top-width: 0;
	margin: -4px 0 0 -5px
}
.swiperSliderButton .swiper-button-next:hover, .swiperSliderButton .swiper-button-prev:hover, .swiperSliderButton .swiper-button-next:focus, .swiperSliderButton .swiper-button-prev:focus {
	background-color: #f06f2f
}
.swiperSliderButton .swiper-button-prev:hover:before, .swiperSliderButton .swiper-button-next:hover:before, .swiperSliderButton .swiper-button-prev:focus:before, .swiperSliderButton .swiper-button-next:focus:before {
	border-color: #fff
}
.swiperSliderButton .swiper-button-next:focus, .swiperSliderButton .swiper-button-prev:focus {
	outline: none
}
.swiperSliderButton .swiper-button-disabled {
	visibility: visible;
	border: 2px solid #9a9a9a
}
.itinerary2 .itinerarySlider h3 {
	font-size: 3.6em;
	color: #171717;
	margin: 0 0 20px 24px;
	float: left;
	width: 90%
}
.itinerary2 .itinerarySlider h4 {
	font-size: 2.4em;
	color: #171717;
	margin: 0 0 20px 24px;
	float: left;
	width: 90%;
	font-family: 'gilroy'
}
.itinerary2 .itinerarySlider .itineraryImg {
	float: left;
	width: 100%;
	margin: 0 0 20px 0
}
.itinerary2 .itinerarySlider p {
	float: left;
	width: 90%;
	margin: 0 0 0 24px;
	color: #606060;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.6em
}
.eventDetails {
	padding: 70px 0;
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px solid #cdccca
}
.eventDetails .content {
	float: left;
	width: 100%;
	position: relative;
	padding: 20px 0
}
.eventDetails .content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #c6c5c3
}
.eventDetails .content .row {
	float: left;
	width: 46%;
	position: relative;
	color: #2a2b2b
}
.eventDetails .content .row:last-child:not(:first-child) {
	float: right
}
.eventDetails .content .row .header {
	float: left;
	width: 100%;
	font-size: 2.4em;
	font-weight: 700;
	margin-bottom: 30px
}
.eventDetails .content .row .rowContent {
	float: left;
	width: 100%
}
.eventDetails .content .row .rowContent ul li {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.8em;
	padding-left: 25px;
	box-sizing: border-box
}
.eventDetails .content .row .rowContent ul li:last-child {
	margin-bottom: 0
}
.eventDetails .content .row .rowContent ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background-color: #f06f2f
}
.eventDetailsSection .midContainer {
	width: 800px
}
.courseOffering {
	padding: 70px 0;
	float: left;
	width: 100%;
	position: relative
}
.courseOffering .content {
	width: 30%;
	position: relative;
	padding: 30px 0;
	margin: 0 auto;
	display: table
}
.courseOffering .content ul li {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 25px;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.8em
}
.courseOffering .content ul li:last-child {
	margin-bottom: 0
}
.courseOffering .content ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -26px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background-color: #f06f2f
}
.eventSchedule {
	padding: 70px 0;
	float: left;
	width: 100%;
	position: relative
}
.eventSchedule .midContainer {
	width: 800px
}
.eventSchedule p {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.8em
}
.pointSystem {
	padding: 70px 0;
	float: left;
	width: 100%;
	position: relative
}
.pointSystem .content {
	float: left;
	width: 100%;
	position: relative;
	height: 100%
}
.pointSystem .content ul li {
	float: left;
	width: 30%;
	position: relative;
	height: 100%;
	margin: 0 2.5%
}
.pointSystem .content ul li:first-child {
	margin-left: 0
}
.pointSystem .content ul li:last-child {
	margin-right: 0
}
.pointSystem .content:before, .pointSystem .content:after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #e5e5e5
}
.pointSystem .content:before {
	left: 32.5%
}
.pointSystem .content:after {
	left: 67.5%
}
.pointSystem .content ul li h4 {
	margin: 20px 0 30px 0;
	padding: 0;
	font-weight: 700;
	position: relative;
	color: #2a2b2b;
	font-size: 2.4em
}
.pointSystem .content ul li h4:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 36px;
	height: 2px;
	background-color: #f36e20
}
.pointSystem .content ul li p {
	color: #2a2b2b;
	font-size: 1.5em;
	line-height: 1.8em
}
.eventRules {
	padding: 70px 0;
	float: left;
	width: 100%;
	position: relative;
	border-top: 1px solid #cdccca
}
.eventRules .midContainer {
	width: 800px
}
.eventRules .content {
	float: left;
	width: 100%;
	position: relative
}
.eventRules .content ul li {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 25px
}
.eventRules .content ul li:last-child {
	margin-bottom: 0
}
.eventRules .content ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -26px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background-color: #f06f2f
}
.eventRules .content ul li, .eventRules .content p {
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.8em
}
.eventRules .content ul {
	margin-bottom: 30px;
	float: left;
	width: 100%
}
.eventShort {
	float: left;
	width: 100%;
	position: relative;
	padding: 70px 0;
	background-color: #fff
}
.eventShort .midContainer {
	width: 800px
}
.eventShort .midContainer .col {
	float: left;
	width: 50%;
	position: relative;
	padding-right: 2%;
	box-sizing: border-box
}
.eventShort .midContainer .col2 {
	padding-left: 7%;
	padding-right: 0
}
.eventShort ul li {
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 19px
}
.eventShort ul li .header {
	font-size: 1.4em;
	color: #8D9093;
	font-weight: 700;
	margin-bottom: 5px;
	font-family: 'gilroy';
	letter-spacing: 1px
}
.eventShort ul li p {
	font-size: 2.4em;
	color: #171717;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 1.4em
}
.eventShort .eventShare {
	position: absolute;
	bottom: 0;
	right: -100px
}
.eventShort .eventShare .share {
	float: right
}
.eventShort .eventShare .share ul li {
	float: left;
	margin: 0 3px;
	font-size: 1.4em;
	color: #858585;
	max-width: none;
	padding-right: 0;
	width: auto
}
.eventShort .eventShare .share ul li:first-child {
	margin: 5px 13px 0 0
}
.eventShort .eventShare .share ul li a.icon {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	text-align: initial;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.eventShort .eventShare .share ul li a.icon svg {
	width: 13px;
	position: relative;
	top: 5px;
	left: 6px;
	fill: currentColor;
	color: #fff
}
.eventShort .eventShare .share ul li a.facebook {
	background-color: #366797
}
.eventShort .eventShare .share ul li a.twitter {
	background-color: #1dade9
}
.eventShort .eventShare .share ul li a:hover.icon {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2)
}
.eventShort ul li.eventPrice small {
	color: #171717;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 1em
}
.eventShort ul li.eventPrice span.price {
	font-size: 2.5em;
	font-weight: 400;
	display: inline-block;
	margin: 2px 0 10px 0;
	line-height: 1em
}
.eventShort ul li.eventSpotLeft {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right
}
.eventShort .bookNowRow {
	float: left;
	width: 100%;
	text-align: center;
	margin: 35px 0
}
.eventShort .bookNowRow a.bookNow {
	font-size: 2em;
	-webkit-box-shadow: 0 3px 10px 1px rgba(0,0,0,.4);
	box-shadow: 0 3px 10px 1px rgba(0,0,0,.4);
	padding: 25px 45px;
	background-color: #F56F02
}
.eventShort .bookNowRow .spotLeft {
	margin-bottom: 5px;
	font-size: 1.6em;
	color: #F56F02;
	display: block;
	font-family: 'gilroy';
	letter-spacing: 1px
}
.eventShort .shareIcon circle, .blogDetailsTextContainer .share2 ul li .shareIcon circle {
	fill: #8D9093
}
.eventShort .shareIcon path, .blogDetailsTextContainer .share2 ul li .shareIcon path {
	stroke: #8D9093
}
.disclaimer {
	color: rgba(42,43,43,.8);
	font-size: 1.2em;
	margin: 0;
	line-height: 1.4em;
	text-align: center;
	font-style: italic
}
.bookingForm {
	float: left;
	width: 100%;
	position: relative;
	padding: 70px 0;
	text-align: center
}
.bookingForm .midContainer {
	width: 800px
}
.bookingForm h3 {
	color: #171717;
	font-weight: 700;
	font-size: 3em;
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font-family: 'Lato', sans-serif
}
.bookingForm p {
	color: #606060;
	font-size: 2em;
	float: left;
	width: 100%;
	margin: 0
}
.bookingForm .form {
	width: 500px;
	margin: 30px auto 0;
	display: table
}
.bookingForm .form ul li {
	float: left;
	width: 100%;
	margin-bottom: 15px
}
.bookingForm .form ul li .inputBox, .bookingForm .form ul li .textareaBox {
	float: left;
	width: 100%;
	font-size: 1.8em;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #333;
	border: 1px solid #B9B9B9;
	padding: 15px 30px;
	box-sizing: border-box
}
.bookingForm .form ul li .textareaBox {
	height: 150px
}
.bookingForm .form ul li .inputBox:focus, .bookingForm .form ul li .textareaBox:focus {
	outline: none;
	border-color: #5a5a5a
}
.bookingForm .form ul li .inputBox::-webkit-input-placeholder, .bookingForm .form ul li .textareaBox::-webkit-input-placeholder {
color:#B6B8B9
}
.bookingForm .form ul li .inputBox::-moz-placeholder, .bookingForm .form ul li .textareaBox::-moz-input-placeholder {
color:#B6B8B9
}
.bookingForm .form ul li .inputBox:-ms-input-placeholder, .bookingForm .form ul li .textareaBox:-ms-input-placeholder {
color:#B6B8B9
}
.bookingForm .form ul li .inputBox:-moz-placeholder, .bookingForm .form ul li .textareaBox:-moz-input-placeholder {
color:#B6B8B9
}
.bookingForm .form ul li .submitButton {
	font-family: 'Lato', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	border: 2px solid #F36E20;
	padding: 16px 40px;
	cursor: pointer;
	letter-spacing: 2px;
	box-sizing: border-box;
	margin-top: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.bookingForm .form ul li .submitButton:hover {
	color: #fff;
	background-color: #F36E20
}
.bookingForm .form ul li .submitButton:focus {
	outline: none
}
.BlogStories {
	padding: 70px 0;
	float: left;
	width: 100%;
	background: url(../images/parton_bg_rpt.jpg) repeat 0 0
}
.BlogStories .col {
	float: left;
	width: 100%;
	text-align: center
}
.BlogStories .col .box {
	width: 47%;
	position: relative;
	background-color: #fff;
	height: 680px;
	border: 1px solid #e5e5e5;
	border-top: none;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 2%;
	text-align: left
}
.BlogStories .col .box:first-child {
	margin-left: 0
}
.BlogStories .col .box:last-child {
	margin-right: 0
}
.BlogStories .col .box img {
	border: 0
}
.BlogStories .col .box .coverImg {
	float: left;
	width: 100%;
	height: 350px;
	overflow: hidden;
	position: relative
}
.BlogStories .col .box .coverImg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}
.BlogStories .col .box .coverImg:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}
.BlogStories .col .box .coverImg img {
	float: left;
	width: 140%;
	margin-left: -20%
}
.BlogStories .col .box .content {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
	height: calc(100% - 370px)
}
.BlogStories .col .box .content .header {
	font-size: 2.6em;
	color: #181411;
	font-weight: 700;
	line-height: 1.4em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	clear: both;
	max-height: 80px;
	position: relative
}
.BlogStories .col .box .content .line {
	height: 2px;
	width: 35px;
	background-color: #f36e20;
	clear: both;
	float: left;
	margin: 15px 0
}
.BlogStories .col .box .content .data {
	font-size: 1.6em;
	color: #7a7a84;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	clear: both;
	max-height: 78px;
	position: relative;
	margin-bottom: 20px
}
.BlogStories .col .box .content a.link {
	float: left;
	color: #ec6d21;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.4em
}
.BlogStories .col .box .content .dataTime {
	float: left;
	width: calc(95% - 30px);
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	color: #8f8f8f;
	font-size: 1.2em;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 30px
}
.BlogStories .col .box .content .dataTime .date {
	float: left;
	width: 70%;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.BlogStories .col .box .content .dataTime .views {
	float: right;
	width: 30%;
	text-align: right;
	word-break: break-all
}
.BlogStories .col .box .content .dataTime .views span {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	background: url(../images/spriteImg.png) no-repeat -120px -64px;
	width: 21px;
	height: 15px;
	vertical-align: middle
}
.BlogStories .col .box a.btn_cmn {
	font-size: 1.6em;
	font-weight: 700;
	border-width: 3px;
	padding: 16px 45px;
	margin: 0 auto;
	display: table
}
.similarEvents {
	padding: 70px 0;
	float: left;
	width: 100%;
	border-top: 1px solid #d9d9d9
}
.similarEventsSlider {
	position: relative;
	overflow: hidden;
	max-width: 1450px;
	margin: 0 auto
}
.similarEvents .header_warp h3 {
	margin-top: 0
}
a.bookingNowFloatButton {
	position: fixed;
	right: -220px;
	top: 150px;
	width: 79px;
	height: 79px;
	background-color: #fc7527;
	border-radius: 50px;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
	transition-delay: 0s;
	box-shadow: 0 11px 18px 0 rgba(44,27,23,.25)
}
a.bookingNowFloatButton.show {
	right: 20px
}
a.bookingNowFloatButton .icon {
	background: url(../images/spriteImg.png) no-repeat -78px -90px;
	width: 39px;
	height: 40px;
	margin: 20px 20px 0 20px;
	float: left
}
a.bookingNowFloatButton .text {
	float: left;
	color: #f7f6f4;
	font-size: 1.8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 28px 0 0 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transition-delay: 0s
}
a:hover.bookingNowFloatButton, a.fullButton {
	width: 220px;
	transition-delay: .1s
}
a:hover.bookingNowFloatButton .text, a.fullButton .text {
	opacity: 1;
	visibility: visible;
	transition-delay: .1s
}
.bookingEvent {
	position: relative;
	background: url(../images/bookingBg3.gif) repeat-y center top;
	padding-top: 114px;
	min-height: 90vh
}
.bookingEvent .midContainer {
	width: 1250px;
	height: 300px
}
.bookingEvent .midContainer .leftSection {
	float: left;
	width: 260px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	position: fixed;
	top: 110px
}
.bookingEvent .midContainer .leftSection.absolute {
	position: absolute;
	top: auto;
	bottom: 0
}
.bookingEvent .midContainer .leftSection .header {
	float: right;
	position: relative;
	font-size: 1.6em;
	color: #1d1b18;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 2px solid #e36e23;
	font-weight: 700;
	margin-bottom: 50px
}
.bookingEvent .midContainer .leftSection .views, .bookingEvent .midContainer .leftSection .views .viewOptionHeader, .bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li {
	float: left;
	width: 100%
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader {
	margin-bottom: 45px
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li {
	position: relative;
	padding-right: 35px;
	box-sizing: border-box;
	color: #7e7e7e;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: .5px;
	cursor: pointer;
	text-align: right
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li.active {
	font-weight: 700;
	color: #232424
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li:before {
	content: "";
	position: absolute;
	transform-origin: left top
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li.eventView:before {
	width: 20px;
	height: 20px;
	top: -2px;
	right: 0;
	background: url(../svg/eventViewIcon.svg) no-repeat 0 0;
	background-size: 20px 20px
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li.eventView.active:before {
	background: url(../svg/eventViewIconActive.svg) no-repeat 0 0;
	background-size: 20px 20px
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li.calendarView:before {
	width: 20px;
	height: 20px;
	top: -3px;
	right: 0;
	background: url(../svg/calendarViewIcon.svg) no-repeat 0 0;
	background-size: 20px 20px
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li.calendarView.active:before {
	background: url(../svg/calendarViewIconActive.svg) no-repeat 0 0;
	background-size: 20px 20px
}
.bookingEvent .midContainer .leftSection .views .eventCategory, .bookingEvent .midContainer .leftSection .views .eventCategory .eventViewSection {
	float: left;
	width: 100%
}
.bookingEvent .midContainer .leftSection .views .eventCategory {
	position: relative
}
.bookingEvent .midContainer .leftSection .views .eventCategory .eventViewWrapper, .bookingEvent .midContainer .leftSection .views .eventCategory .calendarViewWrapper {
	display: none;
	float: left;
	width: 100%
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection {
	width: 100%;
	float: left;
	position: relative
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection.show {
	opacity: 1;
	visibility: visible
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li, #challengesPopup .leftSection .tabSection .viewSection ul li {
	float: left;
	position: relative;
	color: #908f8f;
	font-size: 1.4em;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	box-sizing: border-box
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li.swiper-slide-active, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li.swiper-slide-active, #challengesPopup .leftSection .tabSection .viewSection ul li.swiper-slide-active {
	color: #232424;
	font-weight: 700;
	font-size: 2em
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li:after, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li:after, #challengesPopup .leftSection .tabSection .viewSection ul li:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	background-color: #e36e23;
	height: 1px;
	width: 0;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition-delay: 0.1s
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li.swiper-slide-active:after, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li.swiper-slide-active:after, #challengesPopup .leftSection .tabSection .viewSection ul li.swiper-slide-active:after {
	opacity: 1;
	transition-delay: 0.3s
}
.faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li {
	width: 85%
}
.bookingEvent .midContainer .leftSection .views .eventCategory .eventViewSection ul li.swiper-slide-active:after, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li.swiper-slide-active:after, .bookingEvent .midContainer .leftSection .views .eventCategory .calendarViewSection ul li.swiper-slide-active:after, #challengesPopup .leftSection .tabSection .viewSection ul li.swiper-slide-active:after {
	width: 50px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .calendarViewSection ul li, .bookingEvent .midContainer .leftSection .views .eventCategory .eventViewSection ul li {
	width: 100%;
	clear: both;
	padding-right: 5px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .eventViewSection ul li, .bookingEvent .midContainer .leftSection .views .eventCategory .calendarViewSection ul li {
	text-align: right
}
.bookingEvent .midContainer .rightSection {
	float: right;
	width: 900px;
	position: relative
}
.bookingEvent .midContainer .rightSection ul li {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #dddddb;
	background-color: #fff;
	position: relative;
	box-shadow: 0 15px 27.6px 2.4px rgba(33,28,30,.24);
	box-sizing: border-box
}
.bookingEvent .midContainer .rightSection ul li:last-child {
	margin-bottom: 100px
}
.bookingEvent .midContainer .rightSection ul li .imgBox {
	float: left;
	width: 400px;
	height: 310px;
	overflow: hidden
}
.bookingEvent .midContainer .rightSection ul li .imgBox .eventImg {
	float: left;
	width: 150%;
	margin-left: -25%;
	max-width: none
}
.bookingEvent .midContainer .rightSection ul li .eventLogo {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 110px
}
.bookingEvent .midContainer .rightSection ul li .eventData {
	float: left;
	width: calc(100% - 400px);
	position: relative;
	padding: 20px 25px 0 30px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%
}
.bookingEvent .midContainer .rightSection ul li .eventData .eventName {
	float: left;
	position: relative;
	font-size: 1.4em;
	color: #1d1b18;
	font-weight: 700;
	margin: 0;
	padding: 0;
	width: 100%;
	letter-spacing: 1px;
	margin-bottom: 30px
}
.bookingEvent .midContainer .rightSection ul li .eventData .eventName:before {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 36px;
	height: 2px;
	background-color: #d96d19
}
.bookingEvent .midContainer .rightSection ul li .eventData .eventLocation {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 35px;
	color: #1d1b18;
	font-size: 2.2em;
	margin: 0 0 15px 0;
	font-weight: 700;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	clear: both;
	max-height: 27px
}
.bookingEvent .midContainer .rightSection ul li .eventData .eventLocation:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../svg/location.svg) no-repeat 0 0;
	background-size: 20px 24px;
	width: 20px;
	height: 24px
}
.bookingEvent .midContainer .rightSection ul li .eventData .text {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	color: rgba(29,27,24,.75);
	font-size: 1.6em;
	box-sizing: border-box;
	padding-left: 35px;
	position: relative
}
.bookingEvent .midContainer .rightSection ul li .eventData .date:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../svg/calendar.svg) no-repeat 0 0;
	background-size: 20px 20px;
	width: 20px;
	height: 20px
}
.bookingEvent .midContainer .rightSection ul li .eventData .time:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../svg/time.svg) no-repeat 0 0;
	background-size: 20px 20px;
	width: 20px;
	height: 20px
}
.bookingEvent .midContainer .rightSection ul li .eventData .price:before {
	content: "";
	position: absolute;
	top: 0;
	left: 4px;
	background: url(../svg/price.svg) no-repeat 0 0;
	background-size: 12px 17px;
	width: 12px;
	height: 17px
}
.bookingEvent .midContainer .rightSection ul li .eventData .spotLeft {
	color: rgba(212,57,52,1)
}
.bookingEvent .midContainer .rightSection ul li .eventData .spotLeft:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../svg/spotLeft.svg) no-repeat 0 0;
	background-size: 18px 20px;
	width: 18px;
	height: 20px
}
.bookingEvent .midContainer .rightSection ul li .eventData .buttons {
	float: left;
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 30px
}
.bookingEvent .midContainer .rightSection ul li .eventData .buttons a.link {
	float: left;
	margin-right: 10px;
	padding: 13px 23px;
	font-size: 1.3em;
	width: 145px;
	text-align: center;
	border: 2px solid #f06f2f
}
.bookingEvent .midContainer .rightSection ul li .eventData .buttons a.explore {
	background-color: #fff;
	border: 2px solid #f06f2f;
	color: #232424
}
.bookingEvent .midContainer .rightSection ul li .eventData .buttons a:hover.explore {
	background-color: #f06f2f;
	color: #fff
}
.removeTransform {
	transform: translate3d(0, 0, 0)!important
}
.bottomShadow {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s
}
.bottomShadow.hide {
	opacity: 0;
	visibility: hidden
}
.bottomShadow .midContainer {
	width: 1100px;
	height: 300px;
	height: 50px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}
.bookingEvent .midContainer .absoluteDiv {
	position: absolute;
	top: auto;
	bottom: 110px
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -30px;
	opacity: 0;
	visibility: hidden
}
.noData {
	min-height: 400px;
	font-size: 2em;
	color: #1d1b18;
	padding: 0 5%
}
.galleryNav {
	float: left;
	position: absolute;
	background-color: #fff;
	border-bottom: 1px solid #d0cfcd;
	width: 100%;
	z-index: 10
}
.galleryNav.fixed {
	position: fixed;
	left: 0;
	top: 71px;
	z-index: 90
}
.galleryNav .leftSection {
	float: left;
	width: calc(100% - 300px)
}
.galleryNav .leftSection .selection {
	float: left;
	width: 100%
}
.galleryNav .leftSection .selection ul li {
	float: left;
	position: relative;
	font-family: 'gilroy'
}
.galleryNav .leftSection .selection ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 60px;
	background-color: #d0cfcd
}
.galleryNav .leftSection .selection ul li .selectMenu, .galleryNav .leftSection .selection ul li .selectMenu select {
	float: left;
	width: 100%
}
.galleryNav .leftSection .selection ul li.selectCategory {
	width: 195px
}
.galleryNav .leftSection .selection ul li.selectEvent {
	width: 300px
}
.galleryNav .leftSection .selection ul li.selectYear {
	width: 195px
}
.galleryNav .leftSection .selection ul li .selectMenu {
	position: relative
}
.galleryNav .leftSection .selection ul li .selectMenu h3 {
	font-family: 'gilroy';
	font-size: 1.4em;
	color: rgba(42,43,43,.9);
	background-color: #fff;
	float: left;
	width: 100%;
	position: relative;
	padding: 5px 45px 5px 20px;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-weight: 400;
	line-height: 1.5em
}
.galleryNav .leftSection .selection ul li .selectMenu h3:after {
	content: '';
	height: 8px;
	width: 8px;
	display: block;
	border: 2px solid #333;
	border-right-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 18px;
	pointer-events: none
}
.galleryNav .leftSection .selection ul li .selectMenu .dropdowlist {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 135px;
	overflow: auto;
	z-index: 1;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	display: none
}
.galleryNav .leftSection .selection ul li .selectMenu .dropdowlist li {
	float: left;
	width: 100%!important;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 1.3em;
	font-weight: 400;
	color: rgba(42,43,43,.9);
	cursor: pointer;
	text-transform: none;
	letter-spacing: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.galleryNav .leftSection .selection ul li .selectMenu .dropdowlist li:hover {
	background-color: #e8e8e8
}
.galleryNav .leftSection .selection ul li:last-child {
	font-size: 1em;
	text-transform: uppercase;
	color: rgba(42,43,43,.5);
	padding: 23px 20px 24px 20px;
	letter-spacing: 1px;
	cursor: pointer
}
.galleryNav .rightSection {
	float: right;
	width: 300px
}
.galleryNav .rightSection .tab {
	float: left;
	width: 100%
}
.galleryNav .rightSection .tab ul li {
	float: left;
	padding: 21px 20px;
	background-color: #fff;
	color: #2a2b2b;
	text-transform: uppercase;
	font-family: 'gilroy';
	font-size: 1.4em;
	cursor: pointer;
	box-sizing: border-box
}
.galleryNav .rightSection .tab ul li:hover, .galleryNav .rightSection .tab ul li.active {
	background-color: #f36e20;
	color: #fff;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s
}
.galleryNav .leftSection .selection ul li .selectMenu select option {
	text-transform: none
}
.galleryContent {
	float: left;
	width: 100%;
	background-image: url(../images/galleryBottomBg.png), url(../images/parton_bg_rpt.jpg);
	background-repeat: no-repeat, repeat;
	background-position: center bottom, left top;
	background-size: 100%, auto, contain;
	padding: 120px 0 650px 0
}
.galleryContent .data {
	float: left;
	width: 100%;
	margin-bottom: 75px
}
.galleryContent .data ul {
	float: left;
	width: 100%;
	margin-left: -1.5%
}
.galleryContent .data ul li {
	float: left;
	width: 30%;
	margin: 0 1.5% 2% 1.5%;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.galleryContent .data ul li img {
	float: left;
	width: 100%
}
.galleryContent .data ul li .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(26,26,26,.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.galleryContent .data ul li .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px 20px 25px 20px;
	z-index: 2;
	color: #fff;
	font-family: 'gilroy';
	font-size: 2em;
	line-height: 1.3em;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.galleryContent .data ul li .photoIcon {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	background: url(../images/spriteImg.png) no-repeat -1px -51px;
	width: 31px;
	height: 31px
}
.galleryContent .data ul li .videoIcon {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	background: url(../images/spriteImg.png) no-repeat -37px -51px;
	width: 37px;
	height: 30px
}
.galleryContent .data ul li .plusIcon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	background: url(../images/spriteImg.png) no-repeat -107px -1px;
	width: 62px;
	height: 60px;
	margin: -50px 0 0 -31px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.galleryContent .data ul li:hover {
	box-shadow: 0 10px 13px 0 rgba(44,27,23,.5)
}
.galleryContent .data ul li:hover .bg {
	background-color: rgba(244,115,41,.9)
}
.galleryContent .data ul li:hover .text {
	background: none
}
.galleryContent .data ul li:hover .plusIcon {
	opacity: 1
}
.galleryContent a.btn_cmn {
	font-size: 1.6em;
	font-weight: 700;
	border-width: 3px;
	padding: 16px 45px;
	margin: 0 auto;
	display: table;
	text-decoration: none
}
.galleryContent a:hover.btn_cmn {
	background-color: #f06f2f;
	color: #fff
}
#galleryPopUp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.88);
	z-index: 100;
	opacity: 0;
	visibility: hidden
}
#galleryPopUp.show {
	opacity: 1;
	visibility: visible
}
#galleryPopUp.videos .imgCount {
	display: none
}
#galleryPopUp .videoFrame, #galleryPopUp.videos video, #galleryPopUp.videos iframe {
	height: 90%;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
#galleryPopUp .midContainer {
	display: block;
	height: 100%
}
#galleryPopUp .galleryPopupSlider {
	height: 100%
}
#galleryPopUp .swiper-slide {
	float: left;
	width: 100%;
	height: 100%
}
#galleryPopUp .swiper-slide .box {
	float: left;
	width: 100%;
	height: 100%;
	position: relative
}
#galleryPopUp .swiper-slide .box img {
	max-height: 90%;
	display: inline-block;
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
#galleryPopUp .swiper-button-next, #galleryPopUp .swiper-button-prev {
	background-image: none;
	width: 52px;
	height: 52px;
	box-sizing: border-box;
	border: 1px solid rgba(92,92,92,.4);
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
#galleryPopUp .swiper-button-next {
	right: 50px
}
#galleryPopUp .swiper-button-prev {
	left: 50px
}
#galleryPopUp .swiper-button-next:focus, #galleryPopUp .swiper-button-prev:focus {
	outline: none
}
#galleryPopUp .swiper-button-prev:before, #galleryPopUp .swiper-button-next:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 12px;
	width: 12px;
	display: block;
	border: 2px solid #b9b9b9;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}
#galleryPopUp .swiper-button-prev:before {
	border-right-width: 0;
	border-bottom-width: 0;
	margin: -6px 0 0 -4px
}
#galleryPopUp .swiper-button-next:after {
	border-left-width: 0;
	border-top-width: 0;
	margin: -6px 0 0 -7px
}
#galleryPopUp .swiper-button-next:hover, #galleryPopUp .swiper-button-prev:hover {
	background-color: #f57915;
	border-color: #f57915
}
#galleryPopUp .swiper-button-prev:hover:before, #galleryPopUp .swiper-button-next:hover:after {
	border-color: #fff
}
#galleryPopUp .imgCount {
	position: absolute;
	right: 15px;
	bottom: 30px;
	z-index: 10;
	width: 120px;
	text-align: center
}
#galleryPopUp .imgCount .icon {
	background: url(../images/spriteImg.png) no-repeat -1px -51px;
	width: 31px;
	height: 31px;
	display: inline-block;
	opacity: .3
}
#galleryPopUp .imgCount .countBox {
	float: left;
	width: 100%;
	font-size: 1.8em;
	color: #fff;
	font-family: 'gilroy';
	font-weight: 400;
	margin-top: 18px
}
#galleryPopUp .imgCount .countBox .currentCount {
	color: #f57915
}
#galleryPopUp .imgCount .countBox span {
	margin: 0 2px
}
#galleryPopUp .swiper-button-next.swiper-button-disabled, #galleryPopUp .swiper-button-prev.swiper-button-disabled {
	opacity: 0
}
#galleryPopUp a.close {
	position: absolute;
	right: 60px;
	top: 30px;
	z-index: 10;
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
#galleryPopUp a.close:before {
	content: "";
	position: absolute;
	left: 15px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	transform: rotate(-45deg);
	-webkit-traansform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
#galleryPopUp a.close:after {
	content: "";
	position: absolute;
	right: 14px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
#galleryPopUp a:hover.close {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3)
}
#galleryPopUp a.close:hover:before, #galleryPopUp a.close:hover:after {
	background-color: #f57915
}
.insidePageContainer {
	width: 800px;
	margin-top: 80px;
	margin-bottom: 80px
}
.aboutUsContent p {
	font-size: 1.6em;
	margin: 0 0 30px 0;
	line-height: 1.7em
}
.contactContent {
	width: 60%
}
.contactContent .leftSection, .contactContent .rightSection {
	font-size: 1.8em;
	line-height: 1.6em;
	color: #020202
}
.contactContent .leftSection {
	float: left;
	width: 45%
}
.contactContent .leftSection ul li {
	float: left;
	width: 100%;
	margin-bottom: 25px
}
.contactContent .leftSection ul li a {
	text-decoration: none;
	color: #020202
}
.contactContent .leftSection ul li .map {
	float: left;
	width: 100%;
	border: 1px solid #d2d1d0
}
.contactContent .leftSection ul li.icon {
	padding-left: 27px;
	position: relative;
	box-sizing: border-box
}
.contactContent .leftSection ul li.address:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	background: url(../images/spriteImg.png) no-repeat -78px -64px;
	width: 15px;
	height: 19px
}
.contactContent .leftSection ul li.email:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	background: url(../images/spriteImg.png) no-repeat -99px -64px;
	width: 17px;
	height: 13px
}
.contactContent .rightSection {
	float: right;
	width: 45%
}
.contactContent .rightSection p {
	margin-top: 0
}
.contactContent .rightSection .form {
	float: left;
	width: 100%
}
.contactContent .rightSection .form ul li {
	float: left;
	width: 100%;
	margin-bottom: 20px
}
.contactContent .rightSection .form ul li:last-child {
	margin-bottom: 0
}
.contactContent .rightSection .form ul li .inputBox, .contactContent .rightSection .form ul li .textareaBox {
	float: left;
	width: 100%;
	font-family: 'Lato', sans-serif;
	color: #000;
	border: 1px solid #ccc;
	padding: 0 15px;
	box-sizing: border-box;
	height: 55px;
	background-color: transparent;
	font-size: .9em
}
.contactContent .rightSection .form ul li .textareaBox {
	height: 180px;
	padding-top: 15px;
	resize: none
}
.contactContent .rightSection .form ul li .inputBox:focus, .contactContent .rightSection .form ul li .textareaBox:focus {
	outline: none;
	border: 1px solid rgba(0,0,0,.9)
}
.contactContent .rightSection .form ul li .inputBox::-webkit-input-placeholder, .contactContent .rightSection .form ul li .textareaBox::-webkit-input-placeholder {
color:rgba(0,0,0,.4)
}
.contactContent .rightSection .form ul li .inputBox::-moz-placeholder, .contactContent .rightSection .form ul li .textareaBox::-moz-input-placeholder {
color:rgba(0,0,0,.4)
}
.contactContent .rightSection .form ul li .inputBox:-ms-input-placeholder, .contactContent .rightSection .form ul li .textareaBox:-ms-input-placeholder {
color:rgba(0,0,0,.4)
}
.contactContent .rightSection .form ul li .inputBox:-moz-placeholder, .contactContent .rightSection .form ul li .textareaBox:-moz-input-placeholder {
color:rgba(0,0,0,.4)
}
.contactContent .rightSection .form ul li .submitButton {
	float: left;
	width: 100%;
	background-color: #ff6f28;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 20px 0;
	border: none;
	font-size: 1em;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.contactContent .rightSection .form ul li .submitButton:hover {
	background-color: #fff;
	color: #2a2b2b;
	box-shadow: 0 0 8px 0 rgba(33,33,38,.2)
}
.contactContent .error {
	float: left;
	width: 100%;
	margin: 0;
	font-size: .8em!important;
	color: red!important
}
.contactContent .thankYouMessage {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-weight: 700
}
.bookingForm .form .error {
	font-size: 1.4em!important;
	text-align: left;
	margin-top: 10px;
	color: red
}
.adventureFleet li {
	float: left;
	width: 100%;
	margin-bottom: 50px
}
.adventureFleet li img {
	float: left;
	width: 30%
}
.adventureFleet li .data {
	float: right;
	width: 68%
}
.adventureFleet li .data h3 {
	font-size: 2.4em;
	font-family: 'gilroy';
	font-weight: 700;
	margin: 0 0 10px 0
}
.adventureFleet a.link {
	color: #f37022;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block
}
.subheader {
	font-size: 1.2em;
	font-weight: 700
}
.blogContainer {
	margin-top: 80px;
	margin-bottom: 80px
}
.blogContainer .blogList {
	float: left;
	width: 100%
}
.blogContainer .blogList ul li {
	float: left;
	width: 30%;
	margin: 0 1.5% 4% 1.5%
}
.blogContainer .blogList ul li .data {
	float: left;
	width: 100%;
	height: 600px;
	border: 1px solid #e0dfdf;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.04);
	box-shadow: 0 0 10px 5px rgba(0,0,0,.04)
}
.blogContainer .blogList ul li .data:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ee731c;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
	z-index: 3
}
.blogContainer .blogList ul li a:hover .data {
	-webkit-box-shadow: 0 0 30px 10px rgba(0,0,0,.2);
	box-shadow: 0 0 30px 10px rgba(0,0,0,.2);
	border-color: #ee731c
}
.blogContainer .blogList ul li a:hover .data:before {
	opacity: 1
}
.blogContainer .blogList ul li .data .imgBox {
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative
}
.blogContainer .blogList ul li .data .imgBox img {
	float: left;
	width: 130%;
	margin: 0% 0 0 -15%
}
.blogContainer .blogList ul li .data .imgBox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.01);
	z-index: 1
}
.blogContainer .blogList ul li .data .imgBox:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	z-index: 2
}
.blogContainer .blogList ul li .data .content {
	float: left;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	height: calc(100% - 200px);
	padding: 30px 20px;
	position: relative
}
.blogContainer .blogList ul li .data .content h3 {
	float: left;
	width: 100%;
	color: #181411;
	font-size: 2.4em;
	line-height: 1.4em;
	font-weight: 700;
	position: relative;
	margin: 0 0 10px 0;
	font-family: 'Lato', sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 70px
}
.blogContainer .blogList ul li .data .content .line {
	width: 35px;
	height: 2px;
	background-color: #f36e20;
	float: left;
	clear: both;
	margin-bottom: 15px
}
.blogContainer .blogList ul li .data .content .author {
	float: left;
	width: 100%;
	color: #1e1d1c;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	line-height: 1.6em
}
.blogContainer .blogList ul li .data .content .text {
	float: left;
	width: 100%;
	max-height: 100px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 13px 0;
	font-size: 1.6em;
	color: #818181;
	line-height: 1.6em
}
.blogContainer .blogList ul li .data .content .link {
	float: left;
	color: #ec6d21;
	font-weight: 700;
	text-decoration: none;
	font-size: 1.4em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.blogContainer .blogList ul li .data .content .dataTime {
	float: left;
	width: calc(100% - 40px);
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	color: #8f8f8f;
	font-size: 1.2em;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	left: 20px
}
.blogContainer .blogList ul li .data .content .dataTime .date {
	float: left;
	width: 70%;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.blogContainer .blogList ul li .data .content .dataTime .views {
	float: right;
	width: 30%;
	text-align: right;
	word-break: break-all
}
.blogContainer .blogList ul li .data .content .dataTime .views span {
	display: inline-block;
	margin-right: 10px;
	position: relative;
	background: url(../images/spriteImg.png) no-repeat -120px -64px;
	width: 21px;
	height: 15px;
	vertical-align: middle
}
.blogContainer a.btn_cmn {
	font-size: 1.6em;
	font-weight: 700;
	border-width: 3px;
	padding: 16px 45px;
	margin: 0 auto;
	display: table
}
.blogContainer .blogList ul li a:hover .data .content .link {
	color: #181411
}
.blogDetailsBanner {
	float: left;
	width: 100%;
	height: calc(100vh - 70px);
	background-position: center;
	background-size: cover;
	position: relative;
	display: table;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat
}
.blogDetailsBanner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4)
}
.blogDetailsBanner:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}
.blogDetailsBanner h1 {
	font-size: 6em;
	font-weight: 700;
	margin: 0;
	line-height: 1.2em;
	font-family: 'Lato', sans-serif
}
.blogDetailsBanner .divider {
	display: inline-block;
	background: #F36E20;
	width: 83px;
	height: 5px;
	margin: 30px 0
}
.blogDetailsBanner .dateTime {
	color: #fff;
	font-size: 2.4em
}
.blogDetailsBanner .author {
	position: absolute;
	left: 5%;
	bottom: 20px;
	color: #fff;
	font-size: 1.6em;
	z-index: 1;
	text-align: left;
	width: 35%
}
.blogDetailsBanner .share {
	position: absolute;
	right: 5%;
	bottom: 20px;
	z-index: 2
}
.blogDetailsBanner .share ul li {
	float: left;
	margin: 0 3px;
	font-size: 1.8em;
	color: #fff
}
.blogDetailsBanner .share ul li:first-child {
	margin: 6px 13px 0 0
}
.blogDetailsBanner .share ul li a.icon {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 100%
}
.blogDetailsBanner .share ul li a.icon svg {
	width: 16px;
	position: relative;
	top: 5px;
	fill: currentColor;
	color: #fff
}
.blogDetailsBanner .share ul li a.facebook {
	background-color: #366797
}
.blogDetailsBanner .share ul li a.twitter {
	background-color: #1dade9
}
.blogDetailsBanner .scrollDown {
	position: absolute;
	bottom: -42px;
	left: 50%;
	width: 44px;
	text-align: center;
	margin-left: -22px;
	z-index: 2
}
.blogDetailsBanner .scrollDown p {
	font-family: 'gilroy';
	font-size: 1.6em;
	color: #fff;
	margin: 0;
	padding: 0
}
.blogDetailsBanner .scrollDown .line {
	width: 3px;
	height: 88px;
	background-color: #ff7029;
	display: inline-block;
	margin-top: 13px;
	transform-origin: center top;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-o-transform-origin: center top;
	-webkit-animation: scrollLine 3s infinite;
	-moz-animation: scrollLine 3s infinite linear;
	-o-animation: scrollLine 3s infinite linear;
	animation: scrollLine 3s infinite linear
}
.blogDetailsTextContainer {
	background-color: #fff;
	padding: 30px 0 0 0
}
.bdTextContainer2 {
	padding-top: 0;
	padding-bottom: 50px
}
.blogDetailsTextContainer .midContainer {
	color: #232424;
	font-size: 1.5em;
	text-align: left;
	line-height: 1.8em;
	width: 800px
}
.blogDetailsTextContainer .midContainer p {
	margin: 20px 0
}
.blogDetailsTextContainer .midContainer p:last-child {
	margin-bottom: 0
}
.blogDetailsTextContainer hr {
	float: left;
	width: 100%;
	border: none;
	height: 1px;
	background-color: rgba(0,0,0,.1);
	margin: 40px 0 15px 0
}
.blogDetailsTextContainer .footer {
	float: left;
	width: 100%;
	margin-bottom: 20px
}
.blogDetailsTextContainer .footer .leftSection {
	float: left;
	width: 60%;
	color: #1e1d1c;
	font-size: .85em
}
.blogDetailsTextContainer .share2 {
	float: right
}
.blogDetailsTextContainer .share2 ul li {
	float: left;
	margin: 0 3px;
	font-size: .8em;
	color: #232424
}
.blogDetailsTextContainer .share2 ul li:first-child {
	margin: 4px 13px 0 0
}
.blogDetailsTextContainer .share2 ul li a.icon {
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	text-align: center
}
.blogDetailsTextContainer .share2 ul li a.icon svg {
	width: 13px;
	position: relative;
	top: 2px;
	fill: currentColor;
	color: #fff
}
.blogDetailsTextContainer .share2 ul li a.facebook {
	background-color: #366797
}
.blogDetailsTextContainer .share2 ul li a.twitter {
	background-color: #1dade9
}
.blogDetailsGallery {
	float: left;
	width: 100%;
	padding: 80px 0 30px 0;
	background-color: #fff
}
.blogDetailsGallery .blogGallerySwiper, .blogDetailsGallery .blogGallerySwiper .swiper-slide, .blogDetailsGallery .blogGallerySwiper .swiper-slide a, .blogDetailsGallery .blogGallerySwiper .swiper-slide a img {
	float: left;
	width: 100%
}
.blogDetailsGallery .blogGallerySwiper {
	padding: 5px 0 60px 0
}
.blogDetailsGallery .blogGallerySwiper .swiper-slide, .blogDetailsGallery .blogGallerySwiper .swiper-slide a {
	position: relative
}
.blogDetailsGallery .blogGallerySwiper .swiper-slide a:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 100%;
	height: 100%;
	border: 2px solid rgba(243,110,32,1);
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.blogDetailsGallery .blogGallerySwiper .swiper-slide a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: rgba(255,255,255,.6)
}
.blogDetailsGallery .blogGallerySwiper .swiper-slide a .playButton {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 51px 0 rgba(44,27,23,.44)
}
.blogDetailsGallery .blogGallerySwiper .swiper-slide a .playButton:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 20px solid #fff;
	margin: -14px 0 0 -8px
}
.blogDetailsGallery .blogGallerySwiper .swiper-slide-active {
	box-shadow: 0 19px 35px 0 rgba(33,33,38,.76)
}
.blogDetailsGallery .blogGallerySwiper .swiper-slide-active a img {
	opacity: 1
}
.blogDetailsGallery .blogGallerySwiper .swiper-slide-active a:hover:before {
	opacity: 1
}
.blogDetailsGallery .blogGallerySwiper .swiper-slide-active a:after {
	background-color: rgba(255,255,255,0)
}
.blogDetailsGallery .blogGallerySwiper .swiper-wrapper {
	padding-bottom: 30px
}
.blogRelatedPost {
	float: left;
	width: 100%;
	border-top: 2px solid #e8e8e8;
	padding: 50px 0
}
.blogRelatedPost .blogContainer {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center
}
.blogRelatedPost .blogContainer .blogList ul li {
	margin-bottom: 0;
	display: inline-block;
	float: none;
	text-align: left
}
.blogRelatedPost .blogContainer .blogList ul li:first-child {
	margin-left: 0
}
.blogRelatedPost .blogContainer .blogList ul li:last-child {
	margin-right: 0
}
.motorsports {
	background-color: #fff
}
.motorsportsContent h3 {
	color: #2a2b2b;
	font-size: 2.4em;
	margin-top: 0
}
.motorsportsContent .videoBox {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px
}
.motorsportsContent .videoBox a .img {
	float: left;
	width: 100%
}
.motorsportsContent .videoBox a .playButton {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 74px;
	height: 74px;
	box-sizing: border-box;
	border-radius: 100%;
	border: 2px solid #fff;
	box-shadow: 0 0 51px 0 rgba(44,27,23,.44);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.motorsportsContent .videoBox a .playButton:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 14px solid #fff;
	margin: -12px 0 0 -4px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.motorsportsContent .videoBox a:hover .playButton {
	background-color: #ec732c;
	border-color: #ec732c;
	transform: scale(1) translate(-50%, -50%);
	-webkit-transform: scale(1) translate(-50%, -50%);
	-moz-transform: scale(1) translate(-50%, -50%);
	-o-transform: scale(1) translate(-50%, -50%)
}
.motorsportsGallery {
	background-color: #fff;
	margin: -30px 0 0 0
}
.motorsportsGallery .motorSportsSwiper {
	padding-bottom: 100px
}
.motorsportsGallery .motorSportsSwiper .swiper-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
	z-index: 1
}
.motorsportsGallery .motorSportsSwiper .swiper-slide a .playButton {
	bottom: auto;
	top: 45px
}
.motorsportsGallery .motorSportsSwiper .swiper-slide a .imagesIcon {
	position: absolute;
	top: 45px;
	right: 35px;
	background: url(../images/spriteImg.png) no-repeat -1px -90px;
	width: 61px;
	height: 61px
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	padding: 0 70px;
	z-index: 3;
	box-sizing: border-box;
	color: #fff;
	font-weight: 700
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text h4 {
	font-size: 4em;
	text-transform: uppercase;
	margin: 0 0 15px 0
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text h5 {
	font-size: 2.6em;
	margin: 0
}
.motorsportsGallery .motorSportsSwiper .swiper-slide:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.65) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}
#hallOfHome {
	float: left;
	width: 100%;
	background-color: #f9f8f6;
	padding: 60px 0
}
#hallOfHome .insidePageContainer {
	margin-top: 0;
	margin-bottom: 0
}
#hallOfHome ul li {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px
}
#hallOfHome ul li:last-child {
	margin-bottom: 0
}
#hallOfHome ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: -40px;
	width: 9px;
	height: 9px;
	background-color: #f27833;
	border-radius: 100%
}
#hallOfHome ul li p {
	margin-bottom: 0
}
#hallOfHome hr {
	float: left;
	width: 110%;
	background-color: #e1e0e0;
	margin: 50px 0 50px -5%;
	border: none;
	height: 1px
}
#eventCalendar {
	float: left;
	width: 100%;
	background-color: #f9f8f6
}
#eventCalendar .insidePageContainer {
	width: 1140px
}
#eventCalendar .calendarList {
	float: left;
	width: 100%
}
#eventCalendar .calendarList ul li {
	float: left;
	width: 32%;
	background-color: #FFF;
	border: 1px solid #D9D9D9;
	padding: 55px 40px 35px 40px;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
	box-sizing: border-box;
	min-height: 445px;
	text-align: center
}
#eventCalendar .calendarList ul li:nth-child(2n) {
	margin: 0 2%
}
#eventCalendar .calendarList ul li a {
	float: left;
	width: 100%
}
#eventCalendar .calendarList ul li .rallylogo {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 45px;
	border: 0
}
#eventCalendar .calendarList ul li h3 {
	float: left;
	width: 100%;
	font-size: 2.8em;
	font-family: 'gilroy';
	font-weight: 700;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	color: #000
}
#eventCalendar .calendarList ul li p {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	font-size: 1.8em;
	font-weight: 700;
	color: #979A9D
}
#eventCalendar .calendarList ul li p.viewDetails {
	margin: 10px 0 0 0;
	font-size: 1.4em;
	color: #F36E20;
	letter-spacing: 1px
}
#historyRallyTeam {
	float: left;
	width: 100%
}
#historyRallyTeam .insidePageContainer {
	display: -webkit-box
}
#historyRallyTeam .historyContent, #historyRallyTeam .historyYear, #historyRallyTeam .historyYearContent {
	float: left;
	width: 100%
}
#historyRallyTeam .historyYear .swiper-slide {
	width: 13.7%;
	text-align: center;
	color: #D1D1D1;
	font-size: 2.2em;
	font-family: 'gilroy';
	padding-bottom: 10px;
	cursor: pointer
}
#historyRallyTeam .historyYear .swiper-slide-active {
	color: #181411;
	border-bottom: 2px solid #F56F02
}
#historyRallyTeam .historyYearContent {
	padding: 25px 0 120px 0
}
#historyRallyTeam .historyYearContent .swiper-slide {
	float: left;
	width: 100%;
	color: #707070;
	font-size: 1.6em;
	line-height: 1.8em
}
#hallofFame {
	float: left;
	width: 100%;
	background-color: #f9f8f6;
	padding: 80px 0
}
#hallofFame .content {
	float: left;
	width: 100%
}
#hallofFame .hallofFameSlider {
	padding-bottom: 100px
}
#hallofFame .hallofFameSlider .hallofFameImg {
	float: left;
	width: 100%;
	margin: 0 0 20px 0
}
#hallofFame .hallofFameSlider h4 {
	float: left;
	width: 100%;
	font-family: 'gilroy';
	font-weight: 400;
	padding: 0 20px;
	box-sizing: border-box;
	color: #171717;
	font-size: 2.4em;
	margin: 0
}
#hallofFame .swiper-wrapper {
	cursor: url(../images/grab.png), auto
}
#winner {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: url(../images/motorsportsWinnerBg.jpg) no-repeat 0 0;
	background-size: cover
}
#winner .insidePageContainer {
	margin-top: 0;
	margin-bottom: 0;
	width: 1140px
}
#winner h2.insideHeader {
	color: #fff
}
#winner .team {
	float: left;
	width: 100%;
	margin: 30px 0
}
#winner .team .row {
	float: left;
	width: 100%;
	height: 100%;
	margin-bottom: 100px;
	position: relative
}
#winner .team .row:last-child {
	margin-bottom: 0
}
#winner .team .row .profileImg {
	float: left;
	width: 40%;
	margin-right: 5%
}
#winner .team .row .profileDetails {
	float: right;
	width: 55%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0
}
#winner .team .row .profileDetails .data {
	display: table;
	width: 100%;
	height: 100%
}
#winner .team .row .profileDetails .data .content {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}
#winner .team .row .profileDetails .data .content h4 {
	float: left;
	width: 100%;
	margin: 0 0 40px 0;
	color: #fff;
	position: relative;
	font-size: 3.6em;
	font-weight: 700
}
#winner .team .row .profileDetails .data .content h4:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	background-color: #f57623;
	height: 4px;
	width: 58px
}
#winner .team .row .profileDetails .data .content p {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #b4b4b4;
	font-size: 1.5em
}
#winner .team .row:nth-child(even) .profileImg {
	float: right;
	margin-right: 0
}
#winner .team .row:nth-child(even) .profileDetails {
	left: 0
}
.singleVideo .imgCount, .singleVideo .swiper-button-next, .singleVideo .swiper-button-prev {
	display: none
}
#partners .row {
	float: left;
	width: 100%;
	margin-bottom: 30px
}
#partners .row .leftSection {
	float: left;
	width: 30%
}
#partners .row .leftSection h5 {
	margin: 5px 0 25px 0;
	padding: 0;
	font-size: 1.5em;
	color: #020202;
	text-transform: uppercase
}
#partners .row .leftSection img {
	max-width: 100%
}
#partners .row .rightSection {
	float: right;
	width: 65%;
	border-bottom: 1px solid #d7d7d7
}
#partners .row .rightSection a.link {
	color: #ed4e00;
	text-decoration: none
}
#partners .row .rightSection .points {
	margin-bottom: 30px
}
#partners .row .rightSection .points li {
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
	margin-bottom: 10px
}
#partners .row .rightSection .points li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #ed4e00;
	border-radius: 100%
}
#partners .row .rightSection .points li p {
	margin: 0
}
.faq {
	background: url(../images/faqBg.gif) repeat-y center top
}
.faq .insidePageContainer {
	width: 1180px
}
.faq .faqWrapper {
	position: relative;
	float: left;
	width: 100%
}
.faq .faqWrapper .leftSection {
	float: left;
	position: fixed;
	top: 305px;
	width: 165px
}
.faq .faqWrapper .leftSection .faqTabWrapper, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection {
	float: left;
	width: 100%
}
.faq .faqWrapper .leftSection .faqTabWrapper .viewSection {
	position: relative
}
.faq .faqWrapper .absoluteDiv {
	position: absolute;
	bottom: 0;
	top: auto
}
.faq .faqWrapper .rightSection {
	float: right;
	width: 920px
}
.faq .faqWrapper .rightSection .tabContent {
	display: none
}
.faq .faqWrapper .rightSection .tabContent:first-child {
	display: block
}
.faq .faqWrapper .rightSection ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e6e5e3
}
.faq .faqWrapper .rightSection ul li h4 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 35px 30px 30px 55px;
	color: #060606;
	font-size: 2em;
	font-weight: 700;
	position: relative;
	box-sizing: border-box;
	line-height: 1.5em;
	cursor: pointer
}
.faq .faqWrapper .rightSection ul li h4:before {
	content: "";
	position: absolute;
	top: 50px;
	left: 0;
	width: 17px;
	height: 1px;
	background-color: #363636
}
.faq .faqWrapper .rightSection ul li h4:after {
	content: "";
	position: absolute;
	top: 42px;
	left: 8px;
	width: 1px;
	height: 17px;
	background-color: #363636
}
.faq .faqWrapper .rightSection ul li .data {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 55px;
	display: none
}
.faq .faqWrapper .rightSection ul li .data p {
	color: #020202;
	font-size: 1.8em
}
.faq .faqWrapper .rightSection ul li.open h4:before {
	opacity: .4
}
.faq .faqWrapper .rightSection ul li.open h4:after {
	display: none
}
.faq .faqWrapper .rightSection .points li {
	position: relative;
	border-bottom: none;
	box-sizing: border-box;
	font-size: 1.8em;
	margin-bottom: 20px;
	padding-left: 25px;
	line-height: 1.7em
}
.faq .faqWrapper .rightSection .points li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #f36f21
}
.faq .faqWrapper .rightSection .points li ul.points2 {
	margin: 20px 0 0 30px
}
.faq .faqWrapper .rightSection .points li ul.points2 li {
	font-size: 1em
}
.areYouMember {
	float: left;
	width: 500px;
	background-color: #fff;
	box-shadow: 0 9px 24px 0 rgba(0,0,0,.09);
	border: 1px solid rgb(216,216,216);
	padding: 20px 15px;
	margin: 0 0 30px 30px
}
.areYouMember .leftSection {
	float: left;
	width: 70%
}
.areYouMember .leftSection .header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 2.1em;
	color: #000;
	font-family: 'gilroy'
}
.areYouMember .leftSection p {
	float: left;
	width: 100%;
	font-size: 1.4em;
	color: #222;
	margin-bottom: 10px
}
.areYouMember .leftSection a.btn_cmn {
	font-size: 1.4em;
	padding: 12px 25px;
	text-decoration: none
}
.areYouMember .leftSection .btn_book_now_big .btn_book_now span {
	padding-right: 20px
}
.areYouMember .rightSection {
	float: right;
	width: 27%
}
.areYouMember .rightSection img {
	float: left;
	width: 100%
}
#purplePopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(36,36,36,.89);
	display: none;
	overflow: auto
}
#purplePopup .box {
	display: table;
	width: 100%;
	height: 100%
}
#purplePopup .box .content {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center
}
#purplePopup .box .content .wrapper {
	width: 745px;
	background-color: #fff;
	margin: 0 auto;
	display: table;
	position: relative;
	padding: 100px 50px
}
#purplePopup .box .content .wrapper a.close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#purplePopup .box .content .wrapper a.close:before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	width: 2px;
	height: 100%;
	background-color: rgba(36,36,36,.6);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#purplePopup .box .content .wrapper a.close:after {
	content: "";
	position: absolute;
	top: 0;
	left: 19px;
	width: 2px;
	height: 100%;
	background-color: rgba(36,36,36,.6);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#purplePopup .box .content .wrapper a:hover.close {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1)
}
#purplePopup .box .content .wrapper a:hover.close:before, #purplePopup .box .content .wrapper a:hover.close:after {
	background-color: rgba(243,110,32,1)
}
#purplePopup .box .content .wrapper .header {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 2.6em;
	color: #2c2c2c;
	font-family: 'gilroy'
}
#purplePopup .box .content .wrapper p.subHeader {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 50px;
	font-size: 1.8em;
	color: #bbb;
	line-height: 22px
}
#purplePopup .box .content .wrapper .inputBox {
	display: inline-block;
	width: 330px;
	height: 48px;
	color: #a6a6a6;
	font-size: 1.4em;
	border: 1px solid rgba(36,36,36,.15);
	padding: 0 15px;
	box-sizing: border-box;
	font-family: 'Lato', sans-serif
}
#purplePopup .box .content .wrapper .inputBox::-webkit-input-placeholder {
color:#a6a6a6
}
#purplePopup .box .content .wrapper .inputBox::-moz-placeholder {
color:#a6a6a6
}
#purplePopup .box .content .wrapper .inputBox:-ms-input-placeholder {
color:#a6a6a6
}
#purplePopup .box .content .wrapper .inputBox:-moz-placeholder {
color:#a6a6a6
}
#purplePopup .box .content .wrapper .submitButton {
	display: inline-block;
	width: 330px;
	height: 48px;
	font-size: 2em;
	border: 1px solid rgba(36,36,36,.15);
	padding: 0 15px;
	box-sizing: border-box;
	background-color: #f3693e;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#purplePopup .box .content .wrapper .submitButton:hover {
	background-color: #fff;
	border: 2px solid #f06f2f;
	color: #232424
}
#purplePopup .box .content .wrapper .verificationId, #purplePopup .box .content .wrapper .mobileVerification, #purplePopup .box .content .wrapper .mobileOtp {
	float: left;
	width: 100%
}
#purplePopup .box .content .wrapper .verificationId .submitButton {
	margin-top: 35px
}
#purplePopup .box .content .wrapper .inputBox:focus, #purplePopup .box .content .wrapper .submitButton:focus, #purplePopup .box .content .wrapper .mobileOtp .otpBox ul.otp li .inputBox2:focus {
	outline: none
}
#purplePopup .box .content .wrapper .accountDetails {
	width: 420px;
	margin: 0 auto;
	display: table
}
#purplePopup .box .content .wrapper .accountDetails .name {
	float: left;
	width: 100%;
	font-size: 3.6em;
	color: #2c2c2c;
	margin-bottom: 20px;
	font-family: 'gilroy'
}
#purplePopup .box .content .wrapper .accountDetails p.subHeader {
	font-size: 1.4em;
	color: #2c2c2c;
	margin-bottom: 30px
}
#purplePopup .box .content .wrapper .accountDetails p.subHeader2 {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 40px;
	font-size: 2.6em;
	color: #b5b5b5
}
#purplePopup .box .content .wrapper .accountDetails .table {
	float: left;
	width: 100%;
	text-align: left
}
#purplePopup .box .content .wrapper .accountDetails .table .row {
	float: left;
	width: 100%;
	padding: 15px 10px;
	border-bottom: 1px solid rgba(36,36,36,.1);
	box-sizing: border-box
}
#purplePopup .box .content .wrapper .accountDetails .table .row ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#purplePopup .box .content .wrapper .accountDetails .table .row ul li {
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #2c2c2c;
	font-size: 1.8em
}
#purplePopup .box .content .wrapper .accountDetails .table .row ul li .leftSection {
	float: left;
	width: 80%;
	position: relative;
	padding-right: 65px;
	box-sizing: border-box
}
#purplePopup .box .content .wrapper .accountDetails .table .row ul li .leftSection:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 45px;
	background-color: rgba(36,36,36,.2);
	width: 8px;
	height: 1px
}
#purplePopup .box .content .wrapper .accountDetails .table .row ul li .rightSection {
	float: right;
	width: 20%
}
#purplePopup .box .content .wrapper .accountDetails .table .row ul li .rightSection .redeemAmount {
	float: left;
	width: 95px;
	color: #2c2c2c;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	margin: -10px 0 -10px -15px;
	padding: 0 5px;
	text-align: center
}
#purplePopup .box .content .wrapper .accountDetails p.note {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	font-size: 1.2em;
	color: #f03737;
	margin: 25px 0 15px 0
}
#purplePopup .box .content .wrapper .number {
	color: #2c2c2c;
	font-size: 2.8em;
	float: left;
	width: 100%;
	margin: 0 0 45px 0;
	font-family: 'gilroy'
}
#purplePopup .box .content .wrapper .mobileOtp p.subHeader {
	font-size: 1.8em;
	color: #bbb;
	margin-bottom: 20px
}
#purplePopup .box .content .wrapper .mobileOtp .number {
	margin-bottom: 75px
}
#purplePopup .box .content .wrapper .mobileOtp .otpBox {
	width: 200px;
	margin: 0 auto 70px;
	display: table
}
#purplePopup .box .content .wrapper .mobileOtp .otpBox p.subHeader {
	font-size: 1.4em;
	color: #323232;
	margin-bottom: 10px
}
#purplePopup .box .content .wrapper .mobileOtp .otpBox ul.otp {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none
}
#purplePopup .box .content .wrapper .mobileOtp .otpBox ul.otp li {
	float: left;
	width: 100%;
	padding: 0 3px;
	box-sizing: border-box
}
#purplePopup .box .content .wrapper .mobileOtp .otpBox ul.otp li .inputBox2 {
	height: 50px;
	box-sizing: border-box;
	font-size: 3em;
	text-align: center;
	color: #323232;
	border: 1px solid rgba(36,36,36,.15);
	float: left;
	width: 100%;
	font-family: 'Lato', sans-serif
}
#purplePopup .box .content .wrapper .mobileOtp p.note {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	font-size: 1.4em;
	color: #bbb;
	margin: 0 0 15px 0
}
#purplePopup .box .content .wrapper .mobileOtp .resend {
	color: #f12b2b
}
.finalPayment {
	float: left;
	width: 100%;
	margin-bottom: 70px
}
.finalPayment .header {
	float: left;
	width: 100%;
	font-size: 2em;
	color: #000002;
	margin-bottom: 25px
}
.finalPayment .header strong {
	font-weight: 700
}
.finalPayment .header2 {
	margin-bottom: 10px
}
.finalPayment .list {
	float: left;
	margin-bottom: 20px
}
.finalPayment .list .row {
	float: left;
	border-bottom: 1px solid rgba(36,36,36,.15);
	padding: 10px 0;
	clear: both;
	font-size: 2em;
	color: #000002
}
.finalPayment .list .row .row2 {
	float: left;
	margin: 10px 0;
	clear: both
}
.finalPayment .list .row .text1 {
	float: left;
	width: 195px
}
.finalPayment .list .row .text2 {
	float: left;
	min-width: 110px;
	padding-left: 10px
}
.finalPayment .amount {
	padding: 10px 20px
}
.insideHeaderBox h2.insideHeader {
	margin: 0
}
.mediaBuzzNav {
	border-top: 1px solid #cbcbc9;
	border-bottom: 1px solid #cbcbc9
}
.mediaBuzzNav .leftSection {
	width: 100%
}
.mediaBuzzNav .leftSection .selection ul li.selectYear2 {
	width: 150px
}
.mediaBuzzNav .leftSection .selection ul li.selectAdventure {
	width: 316px
}
.mediaBuzzNav .leftSection .selection ul li.sortOut {
	font-family: 'gilroy';
	font-size: 1.4em;
	text-transform: uppercase;
	color: rgba(42,43,43,.9);
	line-height: 60px;
	padding: 0 25px
}
.mediaBuzzNav .leftSection .selection ul li:first-child:before {
	display: none
}
.mediaBuzzContent .data ul li .bg {
	background-color: rgba(26,26,26,.5)
}
.mediaBuzzContent .mediaBuzzClicks li .text .header {
	margin: 0;
	padding: 0
}
.mediaBuzzContent .mediaBuzzClicks li .text .date {
	margin: 0;
	padding: 0;
	font-size: .7em
}
.mediaBuzzContent .mediaBuzzClicks li .linkIcon {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	background: url(../images/spriteImg.png) no-repeat -126px -90px;
	width: 30px;
	height: 30px
}
.mediaBuzzContent .mediaBuzzClicks li .pdfIcon {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	background: url(../images/spriteImg.png) no-repeat -163px -90px;
	width: 28px;
	height: 34px
}
.clearData {
	color: rgba(42,43,43,1)!important
}
.aboutMeetTeam {
	background: url(../images/meetbg.jpg) no-repeat 0 0;
	background-size: cover
}
.aboutMeetTeam h2.insideHeader {
	color: #fff
}
.aboutMeetTeam .teamList {
	float: left;
	width: 100%
}
.aboutMeetTeam .teamList ul li {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	text-align: center
}
.aboutMeetTeam .teamList ul li a {
	float: left;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 25px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.aboutMeetTeam .teamList ul li a img {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px
}
.aboutMeetTeam .teamList ul li a h3 {
	font-size: 2.4em;
	font-family: 'gilroy';
	color: #fff;
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative
}
.aboutMeetTeam .teamList ul li a h3:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	background-color: #F56F02;
	height: 2px;
	float: left;
	width: 42px;
	transform: translateX(-21px);
	-webkit-transform: translateX(-21px);
	-moz-transform: translateX(-21px);
	-o-transform: translateX(-21px)
}
.aboutMeetTeam .teamList ul li a p {
	float: left;
	width: 100%;
	color: #969696;
	margin: 0 0 15px 0;
	line-height: 1.4em;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: center;
	font-size: 1.6em
}
.aboutMeetTeam .teamList ul li a p.knowmore {
	color: #F56F02;
	font-weight: 700;
	;
	font-size: 1.3em;
	margin: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.aboutMeetTeam .teamList ul li a:hover {
	background-color: #272727;
	-webkit-box-shadow: 0 6px 12px 0 rgba(0,0,0,.8);
	box-shadow: 0 6px 12px 0 rgba(0,0,0,.8)
}
.aboutMeetTeam .teamList ul li a:hover p.knowmore {
	opacity: 1;
	color: #F56F02
}
#aboutMeetTeamPopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.82);
	z-index: 100;
	overflow: auto;
	padding: 50px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#aboutMeetTeamPopup.open {
	opacity: 1;
	visibility: visible
}
#aboutMeetTeamPopup .box {
	display: table;
	width: 100%;
	height: 100%
}
#aboutMeetTeamPopup .box .content {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}
#aboutMeetTeamPopup .box .content .wrapper {
	width: 1100px;
	margin: 0 auto;
	position: relative
}
#aboutMeetTeamPopup a.closeButton {
	position: absolute;
	top: 0;
	right: 7%;
	width: 46px;
	height: 46px;
	border: 2px solid #717171;
	border-radius: 100%;
	z-index: 2;
	margin: 15px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#aboutMeetTeamPopup a.closeButton:before, #aboutMeetTeamPopup a.closeButton:after {
	content: "";
	position: absolute;
	top: 13px;
	width: 2px;
	height: 16px;
	background-color: #717171;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#aboutMeetTeamPopup a.closeButton:before {
	left: 50%;
	margin: 0 0 0 -1px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
#aboutMeetTeamPopup a.closeButton:after {
	right: 50%;
	margin: 0 -1px 0 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
#aboutMeetTeamPopup a:hover.closeButton {
	background-color: #F36E20;
	border-color: #F36E20
}
#aboutMeetTeamPopup a:hover.closeButton:before, #aboutMeetTeamPopup a:hover.closeButton:after {
	background-color: #fff
}
.aboutTeamSlider .box2 {
	display: table;
	width: 100%;
	height: 100%
}
.aboutTeamSlider .box2 .content2 {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle
}
.aboutTeamSlider .box2 .content2 img {
	position: absolute;
	max-width: 100%;
	z-index: 1;
	float: left;
	width: 33%;
	left: 7%;
	top: 125px
}
.aboutTeamSlider .box2 .content2 .data {
	float: right;
	width: 58%;
	background-color: #272727;
	position: relative;
	z-index: 0;
	min-height: 550px;
	padding: 80px 60px;
	box-sizing: border-box;
	margin-right: 7%
}
.aboutTeamSlider .box2 .content2 .data h3 {
	font-size: 3.5em;
	font-family: 'gilroy';
	color: #fff;
	float: left;
	width: 100%;
	margin: 0 0 15px 0
}
.aboutTeamSlider .box2 .content2 .data p.designation {
	font-size: 1.8em;
	color: #C7C7C7;
	float: left;
	width: 100%;
	margin: 0 0 20px 0
}
.aboutTeamSlider .box2 .content2 .data .line {
	float: left;
	width: 40px;
	height: 2px;
	background-color: #F56F02;
	margin: 0 0 17px 0
}
.aboutTeamSlider .box2 .content2 .data .text {
	float: left;
	width: 100%
}
.aboutTeamSlider .box2 .content2 .data .text p {
	color: #767676;
	float: left;
	width: 100%;
	font-size: 2em;
	line-height: 1.5em
}
.aboutTeamSlider .swiper-button-prev, .aboutTeamSlider .swiper-button-next {
	background-image: none;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 2px solid #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.aboutTeamSlider .swiper-button-prev {
	left: 0
}
.aboutTeamSlider .swiper-button-next {
	right: 0
}
.aboutTeamSlider .swiper-button-prev:before, .aboutTeamSlider .swiper-button-next:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 8px;
	width: 8px;
	display: block;
	border: 2px solid #b9b9b9;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.aboutTeamSlider .swiper-button-prev:before {
	border-right-width: 0;
	border-bottom-width: 0;
	margin: -4px 0 0 -3px
}
.aboutTeamSlider .swiper-button-next:after {
	border-left-width: 0;
	border-top-width: 0;
	margin: -4px 0 0 -5px
}
.aboutTeamSlider .swiper-button-prev:hover, .aboutTeamSlider .swiper-button-next:hover {
	border-color: #F36E20;
	background-color: #F36E20
}
.aboutTeamSlider .swiper-button-prev:hover:before, .aboutTeamSlider .swiper-button-next:hover:after {
	border-color: #fff
}
#thankYouPopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,.8);
	z-index: 100;
	display: none
}
#thankYouPopup .container {
	width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background-color: #fff;
	box-sizing: border-box;
	padding: 150px 30px;
	text-align: center;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.53);
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.53)
}
#thankYouPopup .container h2 {
	font-family: 'gilroy';
	font-size: 4em;
	color: #171717;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
	position: relative
}
#thankYouPopup .container h2:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	background-color: #F36E20;
	height: 5px;
	width: 83px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}
#thankYouPopup .container p {
	float: left;
	width: 100%;
	font-size: 2em;
	color: #606060
}
#thankYouPopup a.closeButton, #challengesPopup a.closeButton {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border: 1px solid #717171;
	border-radius: 100%;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#thankYouPopup a.closeButton:before, #thankYouPopup a.closeButton:after, #challengesPopup a.closeButton:before, #challengesPopup a.closeButton:after {
	content: "";
	position: absolute;
	top: 13px;
	width: 2px;
	height: 14px;
	background-color: #717171;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#thankYouPopup a.closeButton:before, #challengesPopup a.closeButton:before {
	left: 50%;
	margin: 0 0 0 -1px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}
#thankYouPopup a.closeButton:after, #challengesPopup a.closeButton:after {
	right: 50%;
	margin: 0 -1px 0 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg)
}
#thankYouPopup a:hover.closeButton, #challengesPopup a:hover.closeButton {
	border-color: #F36E20;
	background-color: #F36E20
}
#thankYouPopup a:hover.closeButton:before, #thankYouPopup a:hover.closeButton:after, #challengesPopup a:hover.closeButton:before, #challengesPopup a:hover.closeButton:after {
	background-color: #fff
}
#challengesPopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 100;
	padding: 90px 0;
	box-sizing: border-box;
	background: url(../images/popupBg1.gif) repeat-y center top #fff;
	display: none
}
#challengesPopup .midContainer {
	width: 1040px;
	position: relative
}
#challengesPopup .leftSection {
	width: 233px;
	float: left;
	position: fixed;
	top: 90px
}
#challengesPopup .leftSection .tabSection, #challengesPopup .leftSection .tabSection .viewSection {
	float: left;
	width: 100%
}
#challengesPopup .leftSection .tabSection {
	position: relative
}
#challengesPopup .leftSection .tabSection .viewSection ul li:after {
	left: 88%
}
#challengesPopup .leftSection .tabSection .viewSection ul li, #challengesPopup .leftSection .tabSection .viewSection ul li.swiper-slide-active {
	font-size: 1.8em;
	font-weight: 700;
	letter-spacing: .02em
}
#challengesPopup .leftSection .tabSection .viewSection ul li {
	color: #C7C9CB
}
#challengesPopup .rightSection {
	width: 730px;
	float: right
}
#challengesPopup .rightSection .tabContent {
	display: none
}
#challengesPopup .rightSection .tabContent:first-child {
	display: block
}
#challengesPopup .rightSection .tabContent h4 {
	float: left;
	width: 100%;
	margin: 0;
	color: #171717;
	font-size: 1.8em;
	font-weight: 700
}
#challengesPopup .rightSection .tabContent p {
	float: left;
	width: 100%;
	font-size: 1.6em;
	color: #606060;
	margin-top: 10px
}
#challengesPopup .mtop30 {
	margin-top: 30px!important
}
#challengesPopup .accordian {
	float: left;
	width: 100%;
	margin: 15px 0
}
#challengesPopup .accordian .row {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #D9D9D9;
	position: relative;
	padding: 0 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
#challengesPopup .accordian .row .header {
	float: left;
	width: 100%;
	position: relative;
	font-size: 1.6em;
	font-weight: 700;
	color: #171717;
	padding: 10px 0;
	cursor: pointer
}
#challengesPopup .accordian .row:hover {
	background-color: #F7F7F7
}
#challengesPopup .accordian .row .header:after {
	content: "";
	position: absolute;
	bottom: 17px;
	right: 0;
	height: 10px;
	width: 10px;
	display: block;
	border: 2px solid #F56F02;
	border-right-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	pointer-events: none
}
#challengesPopup .accordian .row.open {
	background-color: #F7F7F7
}
#challengesPopup .accordian .row.open .header:after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	bottom: 11px
}
#challengesPopup .accordian .row .content {
	float: left;
	width: 100%;
	color: #606060;
	font-size: 1.6em;
	padding: 5px 0 10px 0;
	display: none
}
#challengesPopup .accordian .row .content ul li {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative
}
#challengesPopup .accordian .row .content ul li:last-child {
	margin-bottom: 0
}
#challengesPopup .accordian .row .content ul li .col {
	float: left;
	width: 50%
}
#challengesPopup .accordian .row .content ul li .col:first-child {
	padding-right: 5%;
	position: relative;
	box-sizing: border-box
}
#challengesPopup .accordian .row .content ul li .col:first-child:after {
	content: "";
	position: absolute;
	top: 9px;
	right: 4%;
	background-color: #F56F02;
	height: 1px;
	width: 10px
}
#challengesPopup .accordian .row .content ul li .col:last-child {
	padding-left: 2%;
	box-sizing: border-box
}
#redeemPoints-error {
	font-size: 0.7em!important;
	margin: 45px 0 0 -10px!important;
	line-height: 1.6em
}
.otpValidateerror {
	margin-top: 13px;
	display: inline-block;
	font-size: 1.4em
}

@media (min-width:1101px) {
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li:hover, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li:hover, #challengesPopup .leftSection .tabSection .viewSection ul li:hover {
	color: #232424;
	font-weight: 700
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection .swiper-wrapper, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection .swiper-wrapper, #challengesPopup .leftSection .tabSection .viewSection .swiper-wrapper {
	display: block;
	float: left
}
}

@media (max-width:1600px) {
.similarEventsSlider {
	max-width: 1150px
}
.BlogStories .col .box .coverImg img {
	margin-top: 0
}
.blogContainer .blogList ul li .data .imgBox img {
	margin: 0 0 0 -15%
}
}

@media (max-width:1450px) {
.similarEventsSlider {
	max-width: 1020px
}
.BlogStories .col .box {
	height: 630px
}
.BlogStories .col .box .coverImg {
	height: 300px
}
.BlogStories .col .box .coverImg img {
	width: 120%;
	margin-top: -1%
}
.BlogStories .col .box .content {
	height: calc(100% - 320px)
}
.eventDetailsBanner .scrollDown, .blogDetailsBanner .scrollDown {
	bottom: -30px
}
.eventDetailsBanner .scrollDown .line, .blogDetailsBanner .scrollDown .line {
	height: 55px;
	margin-top: 10px
}
.eventDetailsBanner h1 {
	font-size: 4em
}
.eventDetailsBanner .date {
	font-size: 2em
}
.eventDetailsBanner .divider {
	margin: 15px 0
}
.eventDetailsBanner .eventLogo {
	margin-top: -50px;
	max-width: 100px
}
.eventDetailsBanner .priceStarting {
	margin-bottom: 25px
}
.eventDetailsBanner .priceStarting .price {
	font-size: 3em;
	margin: 7px 0
}
.eventDetailsBanner .priceStarting .text {
	font-size: 1.4em
}
.eventDetailsBanner .seatsLeft {
	font-size: 1.6em
}
.eventDetailsBanner a.bookNow {
	font-size: 1.4em;
	padding: 15px 30px
}
.eventDetailsAbout .leftSection {
	padding-right: 5%
}
.eventDetailsAbout .rightSection {
	padding-left: 5%
}
.galleryContent .data ul li .text {
	padding: 40px 20px 20px 20px;
	font-size: 1.8em
}
.galleryContent .data ul li .plusIcon {
	transform: scale(.9);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9)
}
.galleryContent {
	padding: 100px 0 550px 0
}
.mediaBuzzContent {
	padding: 100px 0 550px 0
}
.galleryContent .data ul li {
	margin: 0 1.5% 2.5% 1.5%
}
#galleryPopUp .swiper-button-next, #galleryPopUp .swiper-button-prev {
	border: 1px solid rgba(92,92,92,1)
}
.contactContent {
	width: 80%
}
.adventureFleet li .data {
	width: 65%
}
.blogContainer .blogList ul li .data .imgBox img {
	width: 150%;
	margin: 0 0 0 -25%
}
.blogContainer .blogList ul li .data .content h3 {
	font-size: 2.2em
}
.eventShort .midContainer, .eventRules .midContainer, .eventSchedule .midContainer {
	width: 60%
}
.courseOffering .content {
	width: 50%
}
.bookingEvent .midContainer .leftSection .header {
	display: none
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader, .bookingEvent .midContainer .leftSection .views .eventCategory .calendarViewSection ul li {
	margin-bottom: 15px
}
.faq {
	background: url(../images/bookingBg2.gif) repeat-y center top
}
.bookingEvent {
	background: url(../images/bookingBg4.gif) repeat-y center top
}
.bookingEvent .midContainer, .faq .insidePageContainer {
	width: 1000px
}
.bookingEvent .midContainer .rightSection {
	width: 740px
}
.bookingEvent .midContainer .rightSection ul li .imgBox {
	width: 360px;
	height: 280px
}
.bookingEvent .midContainer .rightSection ul li .eventData {
	width: calc(100% - 360px);
	padding: 15px 20px 0 20px
}
.bookingEvent .midContainer .rightSection ul li .eventData .buttons {
	left: 20px;
	width: 90%
}
.bookingEvent .midContainer .leftSection {
	width: 190px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li.swiper-slide-active {
	font-size: 1.8em
}
.faq .faqWrapper .rightSection {
	width: 750px
}
#hallofFame .hallofFameSlider h4 {
	font-size: 2em
}
}

@media (max-width:1180px) {
.similarEventsSlider {
	max-width: 800px
}
.eventDetailsBanner, .blogDetailsBanner {
	height: calc(100vh - 50px)
}
.BlogStories .col .box .coverImg img {
	width: 130%
}
.BlogStories .col .box .profile {
	top: 140px
}
.BlogStories .col .box .profile img {
	width: 70px;
	height: 70px
}
.BlogStories .col .box .profile .name {
	font-size: 1.6em
}
.galleryNav .leftSection, .galleryNav .rightSection {
	width: 100%
}
.galleryNav .rightSection .tab ul li {
	width: 33.33%
}
.galleryNav .rightSection {
	border-top: 1px solid #d0cfcd
}
.galleryNav .midContainer {
	width: 100%
}
.galleryNav .leftSection .selection ul li {
	width: 33.33%!important;
	box-sizing: border-box
}
.galleryContent .data ul li {
	width: 31%;
	margin: 0 1% 2% 1%
}
.galleryNav .leftSection .selection ul li.reset {
	width: 100%!important;
	text-align: center;
	border-top: 1px solid #d0cfcd
}
.galleryContent .data ul li .plusIcon, .galleryContent .data ul li .photoIcon, .galleryContent .data ul li .videoIcon, .mediaBuzzContent .mediaBuzzClicks li .linkIcon, .mediaBuzzContent .mediaBuzzClicks li .pdfIcon {
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8)
}
	
	.mediaNav .leftSection .selection ul li {width: 50% !important;}	
#galleryPopUp .swiper-slide .box img, #galleryPopUp .videoFrame, #galleryPopUp.videos video, #galleryPopUp.videos iframe {
	max-width: 100%
}
#galleryPopUp .videoFrame, #galleryPopUp.videos video, #galleryPopUp.videos iframe {
	width: 100%;
	height: 100%
}
#galleryPopUp .imgCount {
	bottom: 10px
}
.galleryNav.fixed {
	top: 48px
}
.galleryContent {
	padding: 230px 0 550px 0
}
.mediaBuzzContent {
	padding: 50px 0 550px 0
}
.mediaBuzzNav .leftSection .selection ul li {
	width: auto
}
.mediaBuzzNav .leftSection .selection ul li:last-child {
	width: 100%!important;
	text-align: center;
	border-top: 1px solid #d0cfcd
}
#winner .insidePageContainer, .eventDetailsSection .midContainer {
	width: 90%
}
#aboutMeetTeamPopup .box .content .wrapper {
	width: 800px
}
.aboutTeamSlider .box2 .content2 img {
	width: 30%
}
.aboutTeamSlider .box2 .content2 .data {
	width: 60%;
	padding: 40px 60px
}
#eventCalendar .insidePageContainer {
	width: 90%
}
.blogContainer {
	margin-top: 40px;
	margin-bottom: 40px
}
}

@media (max-width:1100px) {
.bookingEvent, .faq {
	background: none
}
.bookingEvent .midContainer {
	width: 750px
}
.bookingEvent .midContainer .rightSection {
	width: 100%;
	margin-top: 150px
}
.bookingEvent .midContainer .leftSection {
	position: fixed;
	top: 51px;
	left: 0;
	width: 100%;
	z-index: 3;
	background-color: #fff;
	bottom: auto
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader {
	margin-bottom: 0
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li {
	width: 50%;
	text-align: center;
	padding: 25px 0;
	margin-bottom: 0;
	font-size: 1.6em
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li span {
	position: relative
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li span:before {
	content: "";
	position: absolute
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li.eventView span:before {
	width: 20px;
	height: 20px;
	left: -34px;
	top: 0;
	background: url(../svg/eventViewIcon.svg) no-repeat 0 0;
	background-size: 20px 20px
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li.eventView.active span:before {
	background: url(../svg/eventViewIconActive.svg) no-repeat 0 0;
	background-size: 20px 20px
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li.calendarView span:before {
	width: 20px;
	height: 20px;
	top: -1px;
	left: -35px;
	background: url(../svg/calendarViewIcon.svg) no-repeat 0 0;
	background-size: 20px 20px
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li.calendarView.active span:before {
	background: url(../svg/calendarViewIconActive.svg) no-repeat 0 0;
	background-size: 20px 20px
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li:before {
	display: none
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection, #challengesPopup .leftSection .tabSection .viewSection {
	float: left;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 3px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 3px 0 rgba(0,0,0,.1);
	height: 64px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li, #challengesPopup .leftSection .tabSection .viewSection ul li {
	width: auto;
	clear: none;
	font-size: 1.8em;
	font-weight: 400;
	margin-bottom: 0;
	padding: 20px 0
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection .swiper-wrapper, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection .swiper-wrapper, #challengesPopup .leftSection .tabSection .viewSection .swiper-wrapper {
	display: -webkit-box
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader {
	border-bottom: 1px solid #d3d3d3;
	position: relative
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background-color: #d3d3d3
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader:before {
	background: -moz-linear-gradient(top, rgba(198,198,198,.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(198,198,198,.5) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(198,198,198,.5) 0%, rgba(255,255,255,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c6', endColorstr='#00ffffff', GradientType=0);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li, #challengesPopup .leftSection .tabSection .viewSection ul li {
	padding-left: 0;
	padding-right: 0;
	transition: none;
	text-align: center
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li.swiper-slide-active, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li.swiper-slide-active {
	margin-top: 0
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li:after, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li:after, #challengesPopup .leftSection .tabSection .viewSection ul li:after {
	width: 1px;
	height: 0;
	left: 50%;
	top: 90%
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li.swiper-slide-active:after, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li.swiper-slide-active:after, #challengesPopup .leftSection .tabSection .viewSection ul li.swiper-slide-active:after {
	width: 2px;
	height: 50px;
	opacity: 0
}
#challengesPopup .leftSection .tabSection .viewSection {
	position: relative
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection:before, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection:before, #challengesPopup .leftSection .tabSection .viewSection:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 2px;
	height: 30px;
	background-color: #e36e23;
	margin-left: -1px
}
.bookingEvent .midContainer .leftSection.absolute {
	position: static
}
.galleryContent .data ul li {
	width: 46%;
	margin: 0 2% 4% 2%
}
.insidePageContainer {
	width: 60%;
	margin-top: 40px;
	margin-bottom: 40px
}
.aboutUsContent p {
	text-align: left;
	font-size: 1.5em
}
.blogContainer .blogList ul li {
	width: 45%;
	margin: 0 2.5% 5% 2.5%
}
.blogContainer .blogList ul li .data .imgBox {
	height: 190px
}
.blogContainer .blogList ul li .data .content {
	height: calc(100% - 190px)
}
.blogDetailsBanner h1 {
	font-size: 5em
}
.blogDetailsBanner .dateTime {
	font-size: 2em
}
.blogDetailsBanner .author, .blogDetailsBanner .share ul li {
	font-size: 1.4em
}
.blogDetailsBanner .author {
	width: 35%
}
.blogDetailsBanner .share ul li a.icon svg {
	top: 7px
}
.blogDetailsBanner .share ul li:first-child {
	margin: 6px 10px 0 0
}
.blogDetailsBanner .line {
	height: 100px;
	bottom: -50px
}
.blogDetailsTextContainer .midContainer {
	width: 90%
}
.blogDetailsGallery {
	padding: 40px 0 30px 0
}
.bdTextContainer2 {
	padding-top: 0
}
.bdTextContainer2 p:first-child {
	margin-top: 0
}
.blogRelatedPost .blogContainer .blogList ul li:last-child:not(:first-child) {
	display: none
}
.motorsportsContent {
	width: 85%
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text h4, #winner .team .row .profileDetails .data .content h4 {
	font-size: 3em
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text h5 {
	font-size: 2em
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text {
	bottom: 30px;
	padding: 0 30px
}
.motorsportsGallery .motorSportsSwiper {
	padding-bottom: 70px
}
#hallOfHome ul li:before {
	left: 0;
	width: 6px;
	height: 6px
}
#hallOfHome ul li {
	padding-left: 20px
}
#winner .team .row .profileImg {
	width: 50%;
	margin: 0
}
#winner .team .row .profileDetails {
	position: static;
	width: 100%;
	margin-top: 20px
}
#winner .team .row:nth-child(even) .profileImg {
	float: left
}
.partnersContent {
	width: 85%
}
.faq, #challengesPopup {
	overflow-x: hidden
}
.faq .insidePageContainer, #challengesPopup .insidePageContainer {
	width: 92%
}
.faq .faqWrapper .leftSection, #challengesPopup .leftSection {
	position: absolute;
	width: 109%;
	background-color: #fff;
	top: 0;
	left: -4.5%
}
.faq .faqWrapper .rightSection, #challengesPopup .rightSection {
	width: 100%;
	margin-top: 80px
}
.gallery {
	background-size: cover;
	background-attachment: initial
}
.gallery a.viewMore {
	margin-right: 10%
}
.eventShort .midContainer, .eventRules .midContainer {
	width: 85%
}
.BlogStories .col .box .coverImg {
	height: 280px
}
.BlogStories .col .box {
	height: 600px
}
.BlogStories .col .box .content {
	height: calc(100% - 220px)
}
#purplePopup .box .content .wrapper {
	width: 90%;
	box-sizing: border-box;
	padding: 50px
}
#purplePopup .box .content .wrapper .accountDetails p.subHeader2 {
	margin-bottom: 20px
}
.eventSchedule .midContainer {
	width: 90%
}
.eventShort .eventShare {
	right: -50px
}
.itinerary2 .itinerarySlider h3 {
	font-size: 3em
}
.itinerary2 .itinerarySlider h4 {
	font-size: 2em
}
.itinerary2 .itinerarySlider p {
	font-size: 1.5em
}
.aboutMeetTeam .teamList ul li {
	width: 49%
}
#hallofFame {
	padding: 40px 0
}
#historyRallyTeam .historyYear .swiper-slide {
	width: 15%;
	font-size: 2em;
	padding-bottom: 5px
}
#historyRallyTeam .historyYearContent {
	padding: 25px 0 80px 0
}
.bookingForm h3 {
	font-size: 2em
}
.bookingForm p {
	font-size: 1.5em
}
.bookingForm .form ul li .inputBox, .bookingForm .form ul li .textareaBox {
	font-size: 1.6em;
	padding: 13px 20px
}
.bookingForm .form ul li .submitButton {
	margin-top: 20px
}
#challengesPopup {
	background-image: none;
	padding: 50px 0
}
#challengesPopup a.closeButton {
	top: 10px;
	right: 10px
}
#challengesPopup .rightSection {
	margin-top: 120px
}
#challengesPopup .midContainer {
	width: 90%
}
.eventDetailsAbout .leftSection .content ul.point2 li {
	width: 100%
}



.viewSection .swiper-wrapper {opacity: 0;}
.viewSection .swiper-wrapper.show {opacity: 1}





}

@media (max-width:1023px) {
.similarEventsSlider {
	max-width: 700px
}
.eventDetailsAbout, .gallery, .itinerary, .eventDetails, .BlogStories, .similarEvents, .eventSchedule, .pointSystem, .eventRules, .eventShort, .courseOffering {
	padding: 50px 0
}
.eventDetailsBanner .views {
	left: calc(5% + 35px);
	bottom: 60px
}
.eventDetailsAbout .leftSection, .eventDetailsAbout .rightSection {
	width: 100%;
	padding: 0;
	position: relative
}
.eventDetailsAbout .leftSection:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 40%;
	height: 1px;
	background-color: rgba(0,0,0,.2)
}
.eventDetailsAbout .midContainer:before, .eventDetails .content:before, .eventDetails .content .row .rowContent {
	display: none
}
h2.insideHeader {
	margin: 0 0 50px 0
}
.eventDetailsAbout .rightSection .smallHeader {
	margin: 40px 0 50px 0;
	font-size: 2.2em
}
.eventDetailsAbout .leftSection h2.insideHeader {
	margin-top: 0
}
.eventDetailsAbout .rightSection ul li {
	width: 45%;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	margin-right: 4%
}
.itinerary .viewFull {
	bottom: -20px
}
.eventDetailsAbout .rightSection ul li .heading {
	margin-bottom: 5px
}
.eventDetails .content, .courseOffering .content {
	padding: 10px 0
}
.eventDetails .content .row {
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.2)
}
.eventDetails .content .row .header {
	margin: 0;
	padding: 13px 40px 13px 0;
	box-sizing: border-box;
	position: relative;
	font-size: 2.2em;
	cursor: pointer
}
.eventDetails .content .row .header:after {
	content: "";
	position: absolute;
	top: 16px;
	right: 15px;
	height: 12px;
	width: 12px;
	display: block;
	border: 2px solid #333;
	border-right-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}
.eventDetails .content .row .header.active:after {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg)
}
.eventDetails .content .row .rowContent ul li:last-child {
	margin-bottom: 30px
}
.eventDetails .content .row:last-child .rowContent ul li:last-child {
	margin-bottom: 0
}
.BlogStories .col .box {
	height: 530px
}
.BlogStories .col .box .coverImg {
	height: 200px
}
.BlogStories .col .box .content .header {
	font-size: 2.2em
}
.BlogStories .col .box .content .likeComment {
	width: 150px
}
.BlogStories .col .box .content .likeComment a.like {
	margin-right: 20px
}
.BlogStories .col .box .content .readmore {
	font-size: 1.6em
}
.BlogStories .col .box .content .data {
	font-size: 1.5em
}
.bookingEvent .midContainer .leftSection {
	top: 49px
}
.faq .faqWrapper .rightSection ul li h4 {
	padding: 35px 30px 30px 40px
}
.faq .faqWrapper .rightSection ul li .data {
	padding-left: 40px
}
.pointSystem .content ul li {
	width: 100%;
	margin: 0
}
.pointSystem .content:before, .pointSystem .content:after {
	display: none
}
.eventShort ul li.eventPrice span.price {
	font-size: 2em
}
.eventShort .bookNowRow a.bookNow {
	font-size: 1.8em;
	padding: 15px 25px
}
a.bookingNowFloatButton {
	width: 60px;
	height: 60px
}
a.bookingNowFloatButton .icon {
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	margin: 10px 10px 0 11px
}
a.bookingNowFloatButton .text {
	margin: 19px 0 0 0;
	font-size: 1.6em
}
a:hover.bookingNowFloatButton, a.fullButton {
	width: 180px
}
.bookingForm .midContainer {
	width: 90%
}
}

@media (max-width:900px) {
.BlogStories .col .box .profile {
	top: 60px
}
.contactContent .leftSection, .contactContent .rightSection {
	font-size: 1.6em;
	width: 100%
}
#aboutMeetTeamPopup .box .content .wrapper, .aboutTeamSlider .box2 .content2 .data {
	width: 100%
}
.aboutTeamSlider .box2 .content2 .data {
	min-height: initial;
	margin: 0;
	padding: 30px
}
.aboutTeamSlider .box2 .content2 img {
	width: 250px;
	top: 20px;
	left: 50%;
	position: relative;
	transform: translateX(-125px);
	-webkit-transform: translateX(-125px);
	-moz-transform: translateX(-125px);
	-o-transform: translateX(-125px)
}
#aboutMeetTeamPopup .box, #aboutMeetTeamPopup .box .content, .aboutTeamSlider .box2, .aboutTeamSlider .box2 .content2 {
	float: left;
	display: block
}
#aboutMeetTeamPopup {
	padding: 30px 10px
}
.aboutTeamSlider .box2 .content2 .data {
	text-align: center
}
.aboutTeamSlider .box2 .content2 .data .line {
	left: 50%;
	transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	position: relative
}
.aboutTeamSlider .box2 .content2 .data p.designation {
	margin: 0 0 10px 0
}
.aboutTeamSlider .swiper-button-prev, .aboutTeamSlider .swiper-button-next {
	top: 30%
}
#aboutMeetTeamPopup a.closeButton {
	top: 0;
	right: 0;
	margin: -20px 0 0 0
}
#hallofFame .hallofFameSlider h4 {
	font-size: 1.6em;
	padding: 0
}
#eventCalendar .calendarList ul li {
	padding: 30px 20px;
	min-height: 375px
}
#eventCalendar .calendarList ul li .rallylogo {
	margin-bottom: 30px
}
#eventCalendar .calendarList ul li h3 {
	font-size: 2.4em
}
#eventCalendar .calendarList ul li p {
	font-size: 1.6em
}
}

@media (max-width:767px) {
.similarEventsSlider {
	max-width: 500px
}
.bookingEvent .midContainer {
	width: 100%
}
.bookingEvent .midContainer .rightSection ul li {
	width: 90%;
	float: none;
	margin: 0 auto 50px;
	display: table
}
.bookingEvent .midContainer .rightSection ul li .imgBox {
	width: 100%;
	height: auto
}
.bookingEvent .midContainer .rightSection ul li .eventLogo {
	left: auto;
	right: 20px;
	width: 120px;
	top: 210px
}
.bookingEvent .midContainer .rightSection ul li .eventData .rate_star_warp {
	position: static;
	float: left;
	width: 100%;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #e5e5e5
}
.bookingEvent .midContainer .rightSection ul li .eventData {
	width: 100%;
	padding: 40px 25px 25px 25px;
	position: static;
	height: auto
}
.bookingEvent .midContainer .rightSection ul li .imgBox .eventImg {
	width: 100%;
	margin-left: 0
}
.bookingEvent .midContainer .rightSection ul li .eventData .eventName {
	padding-right: 40%
}
.bookingEvent .midContainer .rightSection ul li .eventData .eventLocation {
	overflow: auto;
	-webkit-line-clamp: initial;
	text-overflow: initial;
	max-height: initial
}
.bookingEvent .midContainer .rightSection ul li .eventData .buttons {
	position: static;
	margin-top: 25px
}
.galleryNav .leftSection .selection ul li:first-child {
	width: 100%!important
}
	
	.mediaNav .leftSection .selection ul li:first-child {
	width: 50%!important
}
	
.galleryNav .leftSection .selection ul li {
	width: 50%!important;
	border-bottom: 1px solid #d0cfcd;
	text-align: center
}
.galleryNav .leftSection .selection ul li .selectMenu {
	width: 100%
}
.galleryNav .leftSection .selection ul li .selectMenu select {
	height: 40px;
	line-height: 3em
}
.galleryNav .leftSection .selection ul li .selectMenu:after {
	margin-top: -5px
}
.galleryNav .leftSection .selection ul li:last-child {
	padding: 10px 0
}
.galleryNav .leftSection .selection ul li:last-child {
	width: 100%!important
}
.galleryNav .leftSection .selection ul li .selectMenu h3 {
	line-height: 1em;
	padding: 0 45px 0 20px
}
.galleryNav .leftSection .selection ul li:before {
	height: 100%
}
.galleryNav .rightSection, .galleryNav .leftSection .selection ul li.reset {
	border-top: none
}
.galleryNav .rightSection .tab ul li {
	text-align: center;
	padding: 10px;
	font-size: 1.3em
}
.galleryContent {
	padding: 200px 0 400px 0;
	background-size: 150%, contain
}
.galleryContent .data ul {
	margin-left: 0
}
.mediaBuzzContent {
	padding: 120px 0 50px 0
}
.galleryContent .data ul li .photoIcon, .galleryContent .data ul li .videoIcon, .mediaBuzzContent .mediaBuzzClicks li .linkIcon, .mediaBuzzContent .mediaBuzzClicks li .pdfIcon {
	right: 15px;
	top: 15px
}
.galleryContent .data ul li .text {
	padding: 40px 10px 10px 10px;
	line-height: 1.4em
}
.galleryContent .data ul li .plusIcon {
	display: none
}
.mediaBuzzNav .leftSection .selection ul li:first-child {
	width: 100%!important
}
.mediaBuzzNav .leftSection .selection ul li:last-child {
	border-top: none
}
.mediaBuzzNav .leftSection .selection ul li.sortOut {
	height: 45px;
	line-height: 45px
}
#galleryPopUp .swiper-button-next, #galleryPopUp .swiper-button-prev {
	border-color: #fff;
	width: 45px;
	height: 45px;
	background-color: rgba(255,255,255,.1)
}
#galleryPopUp .swiper-button-prev:before, #galleryPopUp .swiper-button-next:after {
	border-color: #fff;
	height: 10px;
	width: 10px
}
#galleryPopUp .swiper-button-prev:before {
	margin: -5px 0 0 -4px
}
#galleryPopUp .swiper-button-next:after {
	margin: -5px 0 0 -6px
}
#galleryPopUp .imgCount .countBox {
	margin-top: 0;
	font-size: 1.4em;
	text-align: right
}
#galleryPopUp .imgCount .icon {
	display: none
}
#galleryPopUp a.close {
	top: 10px;
	right: 15px
}
#galleryPopUp .swiper-button-next {
	right: 15px
}
#galleryPopUp .swiper-button-prev {
	left: 15px
}
.eventShort .midContainer, .eventRules .midContainer, .eventSchedule .midContainer {
	width: 92%
}
.eventRules .content ul li:before {
	left: 0
}
.eventRules .content ul li {
	padding-left: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 15px
}
.bookingEvent .midContainer .rightSection ul li .eventData .eventLocation {
	font-size: 1.8em;
	padding-top: 2px;
	padding-bottom: 3px
}
.bookingEvent .midContainer .rightSection ul li .eventData .buttons a.link {
	font-size: 1.2em;
	margin: 0 8px 5px 0;
	padding: 13px;
	width: 130px
}
.eventShort .midContainer .col, .eventShort .midContainer .col2 {
	width: 100%;
	padding: 0
}
.eventShort .bookNowRow, .disclaimer {
	text-align: left
}
.eventShort .eventShare {
	float: left;
	position: static
}
.disclaimer {
	width: 100%;
	float: left
}
.eventShort ul li p {
	font-size: 2em
}
.eventShort .bookNowRow {
	margin: 0 0 25px 0
}
.disclaimer {
	margin-top: 15px
}
.eventShort ul li.eventPrice span.price {
	font-size: inherit;
	font-weight: 700;
	margin: 0 0 5px 0
}
.eventShort ul li.eventPrice small {
	font-size: .7em;
	letter-spacing: 1px
}
.eventShort .bookNowRow a.bookNow {
	font-size: 1.6em
}
.eventShort ul li .header {
	font-weight: 400
}
.aboutMeetTeam .insidePageContainer {
	width: 90%
}
#hallofFame .swiper-wrapper, .itinerary2 .swiper-wrapper {
	cursor: default
}
#thankYouPopup .container {
	width: 90%;
	padding: 50px 20px
}
#thankYouPopup .container h2 {
	font-size: 3em
}
#thankYouPopup .container p {
	font-size: 1.6em
}
}

@media (max-width:640px) {
.eventDetailsBanner, .blogDetailsBanner {
	height: calc(92vh - 50px)
}
a.bookNow, .eventShort .bookNowRow a.bookNow {
	font-size: 1.4em;
	padding: 15px 25px
}
.eventDetailsBanner .views, .eventDetailsBanner .rating ul li, .eventDetailsBanner .share ul li {
	font-size: 1.6em
}
.eventDetailsBanner .views:before {
	transform: scale(.9);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9)
}
.eventDetailsBanner .rating ul li .star {
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-o-transform: scale(.8);
	-moz-transform: scale(.8);
	transform-origin: left
}
.eventDetailsBanner .rating ul li:last-child {
	margin-left: -25px
}
.eventDetailsBanner .views {
	bottom: 50px
}
.eventDetailsBanner .share ul li a.icon svg {
	top: 8px;
	width: 14px
}
h2.insideHeader {
	font-size: 2.5em
}
.itinerary .wrapper {
	width: 450px
}
.itinerary .wrapper ul li {
	padding-bottom: 30px
}
.itinerary .wrapper ul li .date {
	width: 125px
}
.itinerary .wrapper ul li .details {
	width: 325px;
	padding-left: 30px
}
.itinerary .wrapper ul li .details:after {
	height: calc(100% + 30px)
}
.eventDetails .content .row .header {
	font-size: 2em
}
.BlogStories .col .box .coverImg {
	height: 170px
}
.itinerary .wrapper ul li {
	font-size: 1.5em
}
.BlogStories .col .box .content {
	padding: 15px
}
.BlogStories .col .box .content .readLike {
	padding: 0 15px
}
.BlogStories .col .box .profile {
	top: 60px;
	left: 15px
}
.BlogStories .col .box .profile img {
	width: 50px;
	height: 50px;
	margin-bottom: 5px
}
.BlogStories .col .box .profile .name {
	font-size: 1.4em
}
.BlogStories .col .box .profile .location {
	font-size: 1.3em
}
.BlogStories .col {
	width: 100%;
	margin-bottom: 40px
}
.BlogStories .col:last-child {
	margin-bottom: 0
}
.BlogStories .col .box .coverImg {
	height: 240px
}
.BlogStories .col .box .content .readLike {
	bottom: 20px
}
.BlogStories .col .box .profile {
	top: 130px
}
.eventDetails .content .row .rowContent ul li, .courseOffering .content ul li {
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 15px
}
.eventDetails .content .row .rowContent ul li:before, .courseOffering .content ul li:before {
	left: 0
}
.adventureFleet li {
	margin-bottom: 20px
}
.adventureFleet li img {
	width: auto;
	max-width: 100%
}
.adventureFleet li .data {
	width: 100%;
	margin-top: 15px
}
.adventureFleet li .data h3 {
	font-size: 2em
}
.blogContainer .blogList ul li {
	width: 100%;
	margin: 0 0 30px 0
}
.blogContainer .blogList ul li .data {
	height: auto
}
.blogContainer .blogList ul li .data .imgBox {
	height: auto
}
.blogContainer .blogList ul li .data .content {
	height: auto;
	padding: 20px
}
.blogContainer .blogList ul li .data .imgBox img {
	width: 100%;
	margin: 0
}
.blogContainer .blogList ul li .data .content h3 {
	font-size: 2em;
	overflow: initial;
	-webkit-line-clamp: initial;
	text-overflow: initial;
	max-height: initial
}
.blogContainer .blogList ul li .data .content .text {
	font-size: 1.5em
}
.blogContainer .blogList ul li .data .content .dataTime {
	position: static;
	margin-top: 25px;
	width: 100%
}
.blogRelatedPost .blogContainer .blogList ul li {
	margin-bottom: 30px
}
.blogRelatedPost .blogContainer .blogList ul li:last-child {
	display: block!important;
	margin-bottom: 0
}
.blogDetailsBanner h1 {
	font-size: 4em
}
.blogDetailsBanner .dateTime {
	font-size: 1.8em
}
.insidePageContainer {
	width: 90%
}
.motorsportsGallery .motorSportsSwiper .swiper-slide a .playButton, .motorsportsGallery .motorSportsSwiper .swiper-slide a .imagesIcon {
	top: 20px;
	right: 20px
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text h4 {
	font-size: 2.5em;
	margin: 0 0 10px 0
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text h5 {
	font-size: 1.8em
}
#hallOfHome ul li {
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 20px
}
#hallOfHome ul li:before {
	left: 0;
	width: 6px;
	height: 6px
}
#winner .team .row {
	margin-bottom: 50px
}
#partners .row .leftSection {
	width: 100%
}
#partners .row .rightSection {
	width: 100%;
	margin-top: 20px
}
#partners .row .leftSection h5 {
	margin: 0 0 20px 0
}
.eventDetailsAbout .rightSection ul li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px
}
.BlogStories .col .box .coverImg img {
	width: 170%;
	margin-left: -35%
}
.pointSystem .content ul li h4 {
	font-size: 2.2em
}
a.bookingNowFloatButton {
	top: auto;
	bottom: 10px;
	width: 50px;
	height: 50px
}
a.bookingNowFloatButton .icon {
	transform: scale(.7);
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	-o-transform: scale(.7);
	margin: 5px 5px 0 6px
}
a.bookingNowFloatButton .text {
	font-size: 1.5em;
	margin: 15px 0 0 0
}
a:hover.bookingNowFloatButton, a.fullButton {
	width: 165px
}
.areYouMember {
	width: 95%;
	margin-left: 0
}
#purplePopup .box .content .wrapper {
	padding: 40px 10px
}
#purplePopup .box .content .wrapper a.close {
	top: 0;
	right: 0
}
#purplePopup .box .content .wrapper .header, #purplePopup .box .content .wrapper .submitButton {
	font-size: 20px
}
#purplePopup .box .content .wrapper p.subHeader {
	font-size: 14px;
	margin-bottom: 30px
}
#purplePopup .box .content .wrapper .accountDetails {
	width: 100%
}
#purplePopup .box .content .wrapper .accountDetails .name {
	font-size: 30px
}
#purplePopup .box .content .wrapper .accountDetails p.subHeader {
	margin-bottom: 20px
}
#purplePopup .box .content .wrapper .accountDetails p.subHeader2 {
	font-size: 22px
}
#purplePopup .box .content .wrapper .accountDetails .table .row {
	padding: 5px
}
#purplePopup .box .content .wrapper .accountDetails .table .row ul li {
	font-size: 16px
}
#purplePopup .box .content .wrapper .mobileOtp .number {
	margin-bottom: 20px
}
#purplePopup .box .content .wrapper .mobileOtp .otpBox {
	margin: 0 auto 30px
}
.areYouMember .leftSection a.btn_cmn {
	padding: 10px 18px
}
.courseOffering .content {
	width: 100%
}
.contactContent .rightSection .form ul li .inputBox, .contactContent .rightSection .form ul li .textareaBox {
	height: 45px
}
.contactContent .rightSection .form ul li .textareaBox {
	height: 150px
}
.eventShort ul li .header, .eventShort ul li p {
	font-size: 1.6em
}
.itinerary2 .itinerarySlider h3 {
	font-size: 2.5em
}
.itinerary2 .itinerarySlider h4 {
	font-size: 1.8em
}
.itinerary2 .itinerarySlider h3, .itinerary2 .itinerarySlider h4, .itinerary2 .itinerarySlider p {
	margin: 0 0 10px 15px
}
.blogDetailsBanner, .eventDetailsBanner {
	background-attachment: unset
}
.blogDetailsGallery .blogGallerySwiper .swiper-slide-active {
	box-shadow: 0 12px 18px 0 rgba(33,33,38,.4)
}
.blogDetailsGallery .blogGallerySwiper .swiper-wrapper {
	padding-bottom: 15px
}
.bookingEvent .midContainer .rightSection ul li .eventData .buttons {
	width: 100%
}
#eventCalendar .calendarList ul li:nth-child(2) {
	margin: 0
}
#eventCalendar .calendarList ul li {
	width: 100%;
	min-height: initial;
	margin-bottom: 30px!important
}
#eventCalendar .calendarList ul li:last-child {
	margin-bottom: 0!important
}
#historyRallyTeam .historyYear .swiper-slide {
	width: 25%
}
.bookingForm .form {
	width: 100%
}
#challengesPopup .accordian .row .content ul li .col {
	word-wrap: normal
}
#challengesPopup .accordian .row .content ul li .col:first-child {
	width: 60%;
	padding-right: 8%
}
#challengesPopup .accordian .row .content ul li .col:last-child {
	width: 40%
}
.eventDetailsSection .midContainer {
	width: 100%
}
.eventDetailsSection .content .row {
	padding: 0 5%;
	box-sizing: border-box
}
.eventDetails .content .row .rowContent ul li:last-child, .eventDetails .content .row:last-child .rowContent ul li:last-child {
	margin-bottom: 20px
}
}

@media (max-width:550px) {
.similarEventsSlider {
	max-width: 300px
}
.eventDetailsBanner h1 {
	font-size: 3em;
	margin: -10px 0 10px 0
}
.eventDetailsBanner .date {
	font-size: 1.8em
}
.eventDetailsBanner .views, .eventDetailsBanner .rating ul li, .eventDetailsBanner .share ul li {
	font-size: 1.4em
}
.eventDetailsBanner .rating ul li .star {
	transform: scale(.7);
	-webkit-transform: scale(.7);
	-o-transform: scale(.7);
	-moz-transform: scale(.7)
}
.eventDetailsBanner .rating ul li:last-child {
	margin-left: -40px
}
.eventDetailsBanner .priceStarting .text {
	font-size: 1.2em
}
.eventDetailsBanner .priceStarting .price {
	font-size: 2.5em
}
.eventDetailsBanner .views:before {
	top: 2px
}
.eventDetailsBanner .views:before {
	transform: scale(.7);
	-webkit-transform: scale(.7);
	-o-transform: scale(.7);
	-moz-transform: scale(.7);
	height: 18px
}
.eventDetailsBanner .views {
	left: calc(5% + 25px)
}
.eventDetailsBanner .views:before {
	left: -25px
}
.eventDetailsBanner .share ul li:first-child {
	margin: 5px 13px 0 0
}
.itinerary .wrapper {
	width: 90%
}
.itinerary .wrapper ul li .date {
	width: 25%
}
.itinerary .wrapper ul li .details {
	width: 75%
}
.itinerary:after {
	height: 150px
}
.gallery {
	background-size: 150%
}
.gallery .gallerySwiper {
	padding: 5px 0 30px 0
}
.gallery .gallerySwiper .swiper-slide-active {
	box-shadow: 0 10px 20px 0 rgba(33,33,38,.6)
}
.BlogStories .col .box .content .header {
	font-size: 2em
}
.gallery .gallerySwiper .swiper-slide a .playButton, .blogDetailsGallery .blogGallerySwiper .swiper-slide a .playButton, .motorsportsGallery .motorSportsSwiper .swiper-slide a .playButton {
	width: 50px;
	height: 50px
}
.gallery .gallerySwiper .swiper-slide a .playButton:before, .blogDetailsGallery .blogGallerySwiper .swiper-slide a .playButton:before, .motorsportsGallery .motorSportsSwiper .swiper-slide a .playButton:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	margin: -10px 0 0 -5px
}
.galleryContent {
	padding: 200px 0 300px 0
}
.mediaBuzzContent {
	padding: 120px 0 50px 0
}
.galleryContent .data ul li {
	width: 100%;
	margin: 0 0 30px 0
}
.galleryContent .data ul li .text {
	font-size: 2em;
	padding: 15px
}
.galleryContent .data {
	margin-bottom: 30px
}
.galleryContent a.btn_cmn, .blogContainer a.btn_cmn {
	font-size: 1.4em;
	padding: 15px 35px
}
.BlogStories .col .box {
	width: 100%;
	margin: 0;
	margin-bottom: 40px
}
.BlogStories .col .box:last-child {
	margin-bottom: 0
}
.BlogStories .col .box .coverImg img {
	width: 100%;
	margin: 0
}
.gallery a.viewMore {
	margin-right: 15%
}
.galleryContent .data ul {
	margin: 0
}
.BlogStories .col .box, .BlogStories .col .box .coverImg {
	height: auto
}
.BlogStories .col .box .content .header {
	overflow: initial;
	-webkit-line-clamp: initial;
	text-overflow: initial;
	max-height: initial
}
.BlogStories .col .box .content {
	height: auto
}
.BlogStories .col .box .content .dataTime {
	position: static;
	margin-top: 20px;
	width: 100%
}
.galleryContent .data ul li:hover .bg {
	background-color: rgba(26,26,26,.4)
}
.aboutMeetTeam .teamList ul li {
	width: 100%
}
.aboutMeetTeam .teamList ul li a img {
	width: 90%
}
.aboutMeetTeam .teamList ul li a p.knowmore {
	opacity: 1
}
.aboutTeamSlider .box2 .content2 .data h3 {
	font-size: 2.5em
}
.aboutTeamSlider .box2 .content2 .data p.designation, .aboutTeamSlider .box2 .content2 .data .text p {
	font-size: 1.6em
}
}

@media (max-width:450px) {
.similarEventsSlider {
	max-width: 250px
}
.eventDetailsBanner .rating ul li .star {
	transform: scale(.6);
	-webkit-transform: scale(.6);
	-o-transform: scale(.6);
	-moz-transform: scale(.6)
}
.eventDetailsBanner .rating ul li:last-child {
	margin-left: -56px;
	margin-top: 2px
}
.eventDetailsBanner .views, .eventDetailsBanner .rating ul li, .eventDetailsBanner .share ul li {
	font-size: 1.3em
}
.eventDetailsAbout .leftSection h2.insideHeader {
	font-size: 3em
}
h2.insideHeader:after {
	width: 60px;
	margin-left: -30px
}
.eventDetailsAbout .rightSection ul li p {
	font-size: 1.6em
}
.eventDetails .content .row .header {
	font-size: 1.6em
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li {
	font-size: 1.4em;
	padding: 20px 0
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li span {
	left: 10px
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li span:before {
	transform: scale(.9);
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9)
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li.eventView span:before {
	left: -30px;
	top: -2px
}
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li.calendarView span:before {
	left: -30px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection {
	height: 54px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li {
	font-size: 1.6em;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li.swiper-slide-active, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li.swiper-slide-active {
	font-size: 2em;
	margin-top: -3px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li:after {
	top: 90%
}
.bookingEvent .midContainer .rightSection {
	margin-top: 110px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li.swiper-slide-active:after, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li.swiper-slide-active:after {
	height: 40px
}
.bookingEvent .midContainer .rightSection ul li .imgBox {
	height: 200px
}
.bookingEvent .midContainer .rightSection ul li .eventLogo {
	width: 120px;
	top: 140px;
	right: 10px
}
.bookingEvent .midContainer .rightSection ul li .eventData {
	padding: 15px 20px 20px 20px
}
.bookingEvent .midContainer .rightSection ul li .eventData .eventName {
	font-size: 1.3em
}
.bookingEvent .midContainer .rightSection ul li .imgBox .eventImg {
	width: 110%;
	margin-left: -5%
}
.contactContent .leftSection, .contactContent .rightSection {
	font-size: 1.5em;
	width: 100%
}
.contactContent .rightSection .form ul li .inputBox, .contactContent .rightSection .form ul li .textareaBox {
	height: 45px
}
.contactContent .rightSection .form ul li .textareaBox {
	height: 150px
}
.blogDetailsBanner h1 {
	font-size: 3em
}
.blogDetailsBanner .divider {
	margin: 15px 0
}
.blogDetailsBanner .dateTime {
	font-size: 1.6em
}
.blogDetailsBanner .author, .blogDetailsBanner .share ul li {
	font-size: 1.3em
}
.motorsportsContent .videoBox a .playButton {
	width: 60px;
	height: 60px
}
.motorsportsContent .videoBox a .playButton:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 12px solid #fff;
	margin: -10px 0 0 -4px
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text {
	bottom: 20px;
	padding: 0 30px
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text h4 {
	font-size: 1.6em;
	margin-bottom: 5px
}
.motorsportsGallery .motorSportsSwiper .swiper-slide .text h5 {
	font-size: 1.2em
}
.motorsportsGallery .motorSportsSwiper .swiper-slide a .imagesIcon {
	transform: scale(.45);
	-webkit-transform: scale(.45);
	-moz-transform: scale(.45);
	-o-transform: scale(.45);
	right: -3px;
	top: -5px
}
.motorsportsGallery .motorSportsSwiper .swiper-slide a .playButton {
	transform: scale(.6);
	-webkit-transform: scale(.6);
	-moz-transform: scale(.6);
	-o-transform: scale(.6);
	right: 0;
	top: 0
}
.motorsportsContent h3 {
	font-size: 2em
}
#winner .team .row .profileImg {
	width: 100%
}
#winner .team .row .profileDetails .data .content h4 {
	font-size: 2.5em
}
#hallOfHome hr {
	margin: 30px 0;
	width: 100%
}
.swiper-slide a .brandlogo {
	width: 48px;
	left: 20px;
	top: 2px
}
.faq .faqWrapper .rightSection ul li h4 {
	font-size: 1.8em;
	padding: 15px 25px 15px 40px;
	line-height: 1.4em
}
.faq .faqWrapper .rightSection ul li h4:before {
	top: 28px
}
.faq .faqWrapper .rightSection ul li h4:after {
	top: 20px
}
.faq .faqWrapper .rightSection ul li .data p, .faq .faqWrapper .rightSection .points li {
	font-size: 1.5em
}
.faq .faqWrapper .rightSection .points li {
	padding-left: 20px;
	margin-bottom: 15px
}
.faq .faqWrapper .rightSection .points li:before {
	width: 6px;
	height: 6px
}
.itinerary2 .itinerarySlider h3 {
	font-size: 2em
}
.itinerary2 .itinerarySlider h4 {
	font-size: 1.5em
}
.aboutTeamSlider .box2 .content2 img {
	width: 180px;
	transform: translateX(-90px);
	-webkit-transform: translateX(-90px);
	-moz-transform: translateX(-90px);
	-o-transform: translateX(-90px)
}
.aboutTeamSlider .swiper-button-prev, .aboutTeamSlider .swiper-button-next {
	top: 15%
}
.faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li:last-child {
	width: auto!important
}
}

@media only screen and (max-width:400px) {
.areYouMember .leftSection .header {
	font-size: 18px
}
.areYouMember {
	width: 98%;
	box-sizing: border-box
}
#purplePopup .box .content .wrapper .inputBox, #purplePopup .box .content .wrapper .submitButton, .finalPayment .list, .finalPayment .list .row, .finalPayment .list .row .row2 {
	width: 100%
}
#purplePopup .box .content .wrapper a.close {
	width: 30px;
	height: 30px;
	top: 5px;
	right: 10px
}
#purplePopup .box .content .wrapper .submitButton {
	font-size: 18px
}
#purplePopup .box .content .wrapper .inputBox, #purplePopup .box .content .wrapper .submitButton {
	height: 40px
}
#purplePopup .box .content .wrapper .accountDetails p.subHeader {
	margin-bottom: 10px
}
#purplePopup .box .content .wrapper .accountDetails p.subHeader2 {
	font-size: 20px
}
.finalPayment {
	width: 98%
}
.finalPayment .list .row .text1 {
	width: 40%
}
.finalPayment .list .row .text2 {
	width: 55%
}
#purplePopup .box .content .wrapper .accountDetails .table .row ul li {
	padding: 5px 0
}
#purplePopup .box .content .wrapper .accountDetails .table .row ul li .rightSection .redeemAmount {
	height: 30px;
	width: 65px;
	margin: -6px 0 -10px -15px
}
#purplePopup .box .content .wrapper .accountDetails .table .row ul li .leftSection {
	width: 75%
}
#purplePopup .box .content .wrapper .accountDetails .table .row ul li .rightSection {
	width: 25%
}
.finalPayment .header {
	margin-bottom: 20px
}
.finalPayment .list .row, .finalPayment .header {
	font-size: 18px
}
}

@media (max-width:380px) {
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li {
	padding: 15px 0
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection {
	height: 44px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li {
	padding-top: 10px;
	padding-bottom: 10px
}
.bookingEvent .midContainer .rightSection {
	margin-top: 80px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li.swiper-slide-active:after, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li.swiper-slide-active:after {
	height: 30px
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li.swiper-slide-active, .faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li.swiper-slide-active {
	margin-top: -3px
}
.bookingEvent .midContainer .rightSection ul li .eventLogo {
	width: 80px;
	top: 110px
}
.bookingEvent .midContainer .rightSection ul li .imgBox {
	height: 150px
}
.bookingEvent .midContainer .rightSection ul li .imgBox .eventImg {
	width: 100%;
	margin: 0
}
.faq .faqWrapper .leftSection .faqTabWrapper .viewSection ul li.swiper-slide-active {
	font-size: 2em
}
.areYouMember .rightSection {
	width: 120px;
	float: left;
	margin-bottom: 15px
}
.areYouMember .leftSection {
	width: 100%
}
}

@media (max-width:360px) {
.eventDetailsBanner .eventLogo {
	margin-top: -70px;
	max-width: 60px
}
.eventDetailsBanner h1 {
	font-size: 2.5em;
}
a.bookNow, .eventDetailsBanner a.bookNow {
	font-size: 1.3em;
	padding: 13px 20px
}
.eventDetailsBanner .rating, .eventDetailsBanner .share {
	bottom: 15px
}
.eventDetailsBanner .views {
	bottom: 40px
}
.eventDetailsBanner .share ul li a.icon {
	width: 25px;
	height: 25px
}
.eventDetailsBanner .share ul li a.icon svg {
	width: 12px;
	top: 6px
}
.eventDetailsBanner .share ul li:first-child {
	margin: 5px 10px 0 0
}
.eventDetailsBanner .date {
	font-size: 1.6em
}
.BlogStories .col .box .coverImg {
	height: 220px
}
.BlogStories .col .box .coverImg img {
	width: 150%
}
.BlogStories .col .box .profile {
	top: 110px
}
.BlogStories .col .box {
	height: auto
}
.galleryContent .data ul li .text {
	font-size: 1.8em;
	padding: 30px 15px 15px 15px
}
.galleryContent {
	padding: 150px 0 200px 0
}
.mediaBuzzContent {
	padding: 120px 0 50px 0
}
.contactContent .leftSection ul li .map {
	height: 200px
}
}

@media (max-width:340px) {
.bookingEvent .midContainer .leftSection .views .viewOptionHeader ul li {
	font-size: 1.2em
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li {
	font-size: 1.4em
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection ul li.swiper-slide-active {
	font-size: 1.8em
}
.bookingEvent .midContainer .leftSection .views .eventCategory .viewSection {
	height: 40px
}
.blogContainer .blogList ul li .data .content h3 {
	font-size: 1.8em
}
.blogDetailsBanner h1 {
	font-size: 2em
}
.blogDetailsBanner .dateTime {
	font-size: 1.4em
}
.blogDetailsBanner .author, .blogDetailsBanner .share ul li {
	font-size: 1.2em
}
.blogDetailsBanner .line {
	height: 80px;
	bottom: -40px
}
.blogDetailsBanner .share ul li a.icon {
	width: 26px;
	height: 26px
}
.blogDetailsBanner .share ul li a.icon svg {
	width: 13px
}
.eventDetailsAbout .leftSection h2.insideHeader, .eventDetailsAbout .rightSection .smallHeader {
	font-size: 2.5em
}
h2.insideHeader {
	font-size: 3em
}
.pointSystem .content ul li h4 {
	font-size: 2em
}
a.bookingNowFloatButton {
	width: 40px;
	height: 40px
}
a.bookingNowFloatButton .icon {
	transform: scale(.6);
	-webkit-transform: scale(.6);
	-moz-transform: scale(.6);
	-o-transform: scale(.6);
	margin: 0 3px 0 1px
}
a.bookingNowFloatButton .text {
	font-size: 1.4em;
	margin: 11px 0 0 0
}
a:hover.bookingNowFloatButton, a.fullButton {
	width: 150px
}
.eventDetailsBanner .eventLogo, .eventDetailsBanner .scrollDown {
	display: none
}
.itinerary2 .itinerarySlider h3, .itinerary2 .itinerarySlider h4, .itinerary2 .itinerarySlider p {
	margin: 0 0 10px 0;
	width: 100%
}
}
.region-content {
	margin: 118px auto 40px;
	width: 50%;
	height: 40vh;
	font-size: 1.6em;
	line-height: 1.8em
}
.region-content .form-item {
	margin: 20px 0
}
/* swiper css*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
	visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.7), rgba(0,0,0,0.2));
	background-image: -o-linear-gradient(right, rgba(0,0,0,.7), rgba(0,0,0,0.2));
	background-image: linear-gradient(to left, rgba(0,0,0,.7), rgba(0,0,0,.2))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.7)), to(rgba(0,0,0,.2)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.7), rgba(0,0,0,.2));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.7), rgba(0,0,0,.2));
	background-image: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,.2))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.7)), to(rgba(0,0,0,.2)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.7), rgba(0,0,0,.2));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.7), rgba(0,0,0,.2));
	background-image: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.2))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.7)), to(rgba(0,0,0,.2)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,.2));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.7), rgba(0,0,0,.2));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.7), rgba(0,0,0,.2))
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
	display: none
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}
.swiper-pagination-lock {
	display: none
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-scrollbar-lock {
	display: none
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
.swiper-slide-zoomed {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube {
	overflow: visible
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-flip {
	overflow: visible
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}
.date a{ color: #ffffff;}
