/*
	Theme Name: Nutt Travel Web
	Description: Custom Theme For Nutt Travel Web
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'BR Sonoma';
	src: url('assets/fonts/BRSonoma-Regular.woff2') format('woff2'),
	url('assets/fonts/BRSonoma-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'BR Sonoma';
	src: url('assets/fonts/BRSonoma-Bold.woff2') format('woff2'),
	url('assets/fonts/BRSonoma-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
}
body{
	background: #fff;
	font-family: 'BR Sonoma', sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	color: #111;
	line-height: 1.5;
	margin: 0;
	min-width: 320px;
	padding: 100dvh 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.menu-visible{
	overflow: hidden;
}

/* Remove the massive top padding only on the No Header template */
body.page-template-page-no-header {
    padding-top: 10em;
}

/* Give the header / nav a black background ONLY on the Payments page */
body.page-template-page-no-header header,
body.page-template-page-no-header .site-header,
body.page-template-page-no-header .main-header,
body.page-template-page-no-header .header {
    background: #000000 !important;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	float: none;
	max-width: 100%;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: inherit;
	text-decoration: underline;
}
a:hover{
	color: #e46a69;
}
.button{
	background-color: #dd3b2c;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	padding: 0.5em 1.25em;
	text-decoration: none;
	text-align: center;
}
.button:hover{
	background-color: #e46a69;
	color: #fff;
}
.button-white{
	background-color: #eee;
	color: #111;
}
.button-white:hover{
	background-color: #fff;
	color: #111;
}
.button-black{
	background-color: #111;
	color: #fff;
}
.button-black:hover{
	background-color: #444;
	color: #fff;
}
strong{
	font-weight: bold;
}
table,tr,th,th{
	border-collapse: collapse;
}
table{
	margin: 0 0 2em;
}
table:last-child{
	margin-bottom: 0;
}
p,
ul,
ol{
	margin: 0 0 1.5em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
h1,
h2,
h3{
}
h1{
	font-size: 7.2rem;
	font-weight: normal;
	line-height: 1.3;
}
h2{
	font-size: 4.8rem;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 0.42em;
}
h3{
	font-size: 3.6rem;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 0.42em;
}
h4{
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background-color: #eee;
	border: none;
	box-shadow: none; 
	display: block;
	color: #111;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1.3;
	height: auto;
	padding: 1em;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	-webkit-background-size: 1em auto;
	background-size: 1em auto;
	cursor: pointer;
	color: #959595;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:not(.changed){
	color: #111;
}
select option{
	color: #111;
}
textarea{
	height: 8em;
	padding: 1em;
	resize: none;
}
input[type="submit"]{
	background-color: #dd3b2c;
	border: none;
	border-radius: 0.5rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: auto;
	font-family: inherit;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	padding: 0.5em 1.25em;
	text-align: center;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover{
	background: #e46a69;
	color: #fff;
}
::-webkit-input-placeholder {color:#959595; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#959595; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#959595; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#959595; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0; display: none;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.cf-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-right: -1rem;
}
.cf-col{
	margin-bottom: 4rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}
.cf-col-6{
	width: 50%;
}
.cf-col.cf-col-submit{
	margin: 0;
	padding-bottom: 0;
	padding-top: 1rem;
	width: 100%;
}
.cf-label{
	display: block;
	margin: 0 0 0.5em;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-spinner{
	height: 20px;
	margin: 0;
	position: absolute;
	width: 20px;
}
span.wpcf7-not-valid-tip{
	font-size: 0.9em;
	color: #be0000;
	line-height: 1.2;
	margin-top: 0.5em;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 1em;
	line-height: 1.5;
	margin: 1em auto 0;
	padding: 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	margin: 0 auto;
	max-width: 149.2rem;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 96%;
}
.container-md{
	max-width: 109rem;
}
.container-sm{
	max-width: 101rem;
}
/*--------------Header--------------*/
.header{
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
.header-top{
	background: #111;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2857;
	padding: 1.8rem 0;
	position: relative;
	z-index: 3;
}
.header-top a{
	color: inherit;
	text-decoration: none;
}
.header-top a:hover{
	color: #dd3b2c;
}
.header-contacts ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.header-contacts li{
	margin-right: 1.2rem;
}
.header-info a{
	color: #dd3b2c;
	text-decoration: underline;
}
.header-info a:hover{
	color: #fff;
}
.header-bot{
	padding: 3.8rem 0;
	position: relative;
	transition: all 0.2s linear;
	z-index: 2;
}
.header-row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 149.2rem;
	padding: 0 3rem;
	width: 100%;
}
.header-logo{
	position: relative;
	transition: all 0.2s linear;
}
.header-logo a,
.header-logo img{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.body-scroll .header-logo a{
	height: 3rem;
	overflow: hidden;
}
.header-logo img{
	height: 3rem;
	position: relative;
	width: auto;
}
.navigation{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2857;
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation > ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.navigation > ul > li{
	display: inline-block;
	padding: 0 1.9rem;
	position: relative;
	vertical-align: middle;
}
.navigation > ul > li > a{
	padding: 0.25em 0;
}
.navigation a{
	display: block;
	color: inherit;
	position: relative;
	text-decoration: none;
}
.navigation ul ul{
	display: none;
}
.navigation ul > li.menu-item-cta > a{
	background: #dd3b2c;
	border-radius: 0.5rem;
	color: #fff;
	padding: 0.8rem 2.5rem;
	text-align: center;
}
.navigation ul > li.menu-item-cta > a:hover{
	background: #e46a69;
	color: #fff;
}
.navigation ul > li.menu-item-cta > a:before{
	content: none;
	display: none;
}
#touch-menu{
	display: none;
	cursor: pointer;
	width: 32px;
	height: 20px;
	margin: -10px 0 0;
	right: 3rem;
	top: 50%;
	position: absolute;
	z-index: 10;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#touch-menu span:after{
	top: 9px;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 9px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	width: 100%;
	height: 2px;
	background-color: #eee;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
#touch-menu.on span{
	background-color: transparent!important;
}
#touch-menu.on span:before{
	transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after{
	transform: rotate(-45deg) translate(7px, -8px);
}
/*--------------Footer-----------*/
.footer{
	background: #fff;
	position: relative;
	z-index: 3;
}
.footer a{
	color: inherit;
	text-decoration: none;
}
.footer a:hover{
	color: #dd3b2c;
}
.footer-top{
	padding: 12.6rem 0 10.5rem;
}
.footer-top .container{
	max-width: 132rem;
}
.footer-top-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
}
.footer-top-col{
	padding: 0 1.6rem;
	width: 25%;
}
.footer-logo-col{
	align-self: center;
}
.footer-logo{
	margin-bottom: 2.5rem;
	text-align: center;
}
.footer-logo a{
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 24.9rem;
}
.footer-social ul{
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0;
}
.footer-social li{
	margin: 0 0.4rem;
}
.footer-social a{
	color: #888;
	display: inline-block;
	vertical-align: middle;
}
.footer-social a:hover{
	color: #dd3b2c;
}
.footer-social svg{
	display: block;
	height: auto;
	width: 3.6rem;
}
.footer-content{
	margin: 0 auto;
	max-width: 20rem;
}
.footer-content h4{
	border-bottom: 1px solid #111;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 1em;
	padding-bottom: 1em;
}
.footer-content ul{
	list-style-type: none;
	padding: 0;
}
.footer-content li{
	margin-bottom: 0.75em;
}
.footer-content li:last-child{
	margin-bottom: 0;
}
.footer-content p{
	margin: 0 0 0.75em;
}
.footer-content p:last-child{
	margin-bottom: 0;
}
.footer-bot{
	background: #111;
	color: #fff;
	padding: 2.4rem 0;
}
.footer-bot-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.footer-copyright{
	order: 2;
}
.footer-copyright ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-copyright li:after{
	content: "|";
	color: #dd3b2c;
	margin: 0 1em;
}
.footer-copyright li:last-child:after{
	content: none;
	display: none;
}
.web-credits a{
	display: inline-block;
	line-height: 1.5;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
}
.web-credits a:before{
	background-image: url('assets/img/icons/jl-logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 3.5em;
	position: relative;
	width: 3.5em;
	z-index: 2;
}
.web-credits-line-wrap{
	display: block;
	left: 2em;
	position: absolute;
	transition: all 0.3s ease-in-out;
	top: 0.375em;
	overflow: hidden;
	width: 0;
}
.web-credits a:hover .web-credits-line-wrap{
	width: 24em;
}
.web-credits-line{
	background: #000;
	border: 1px solid #fff;
	border-left: none;
	border-radius: 0 2em 2em 0;
	color: #fff;
	display: inline-block;
	padding: 0.5em 0.75em 0.5em 1.8em;
	position: relative;
	white-space: nowrap;
	vertical-align: middle;
}
.web-credits u{
	color: #dd3b2c;
}
.side-chat-button{
	left: 0;
	position: fixed;
	transform: rotate(90deg) translate(-50%, -50%);
	transform-origin: 0 50%;
	top: 50%;
	z-index: 3;
}
.side-chat-button a{
	background: #DD3B2C;
	border-radius: 0.5rem 0.5rem 0 0;
	color: #fff;
	display: block;
	font-size: 1.4rem;
	line-height: 1.8rem;
	padding: 0.8rem 3rem;
	text-decoration: none;
}
.side-chat-button a:hover{
	background: #e46a69;
	color: #fff;
}
/*---------Popup--------*/
body.quote-visible,
body.hotel-visible{
	overflow: hidden;
}
body.quote-visible .quote-popup,
body.hotel-visible .hotel-popup{
	display: block;
}
.popup-block{
	background: #fff;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.popup-block-content iframe{
	display: block;
	height: 100vh;
	float: none;
	width: 100%;
}
.popup-block-close{
	cursor: pointer;
	right: 3rem;
	position: absolute;
	top: 3rem;
	text-decoration: underline;
	transition: all 0.2s linear;
	z-index: 5;
}
.popup-block-close:hover{
	color: #dd3b2c;
}
/*----------Default---------*/
section{
	background: #fff;
	position: relative;
	z-index: 3;
}
.sect-pad{
	padding: 12rem 0;
}

.sect-pad-2{
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.sect-pad-3{
	padding: 4rem 0;
}

.pb-0{
	padding-bottom: 0!important;
}
.pt-0{
	padding-top: 0!important;
}
.sect-heading{
	margin-bottom: 8rem;
}
.fz-18{
	font-size: 1.8rem;
	line-height: 1.75;
}
.def-section{
	overflow: hidden;
}
.def-content h1{
	font-size: 6rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0.6em 0 0.3em;
}
.def-content h2{
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0.8em 0 0.3em;
}
.def-content h3{
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0.8em 0 0.3em;
}
.def-content h4{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0.8em 0 0.3em;
}
.def-content h5{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0.8em 0 0.3em;
}
.def-content h6{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0.8em 0 0.3em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child,
.def-content h4:first-child{
	margin-top: 0;
}
/*--------------Home-----------*/
.top-section{
	background-color: #111;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
.top-section-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.top-section-video{
	display: block;
	height: 100%;
	left: 0;
	width: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 2;
}
.top-section-video video{
	display: block;
	height: 100%;
	pointer-events: none;
	min-width: 100%;
	object-position: center;
	object-fit: cover;
	width: 100%;
}
.top-section-video iframe{
	width: 100%;
	width: 100vw;
	height: 56.25vw;
	max-width: 120%;
	min-height: 100%;
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top-section-inner{
	background: linear-gradient(rgba(0,0,0,0.5), transparent, rgba(0,0,0,0.5));
	color: #fff;
	display: flex;
	align-items: flex-end;
	min-height: 100dvh;
	padding: 10rem 0 5.5rem;
	position: relative;
	width: 100%;
	z-index: 3;
}
.top-section-content p{
	font-size: 2rem;
	line-height: 1.3;
	max-width: 66rem;
}
.top-section-content h1{
	color: #eee;
	margin: 0;
}
.top-section-content p{
	margin: 0 0 1em;
}
.top-section-content p:last-child{
	margin-bottom: 0;
}
.top-section-content .scroll-link{
	background-image: url('assets/img/icons/arrow-down-white.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.25em auto;
	color: inherit;
	font-size: 1.6rem;
	line-height: inherit;
	padding-left: 1.75em;
	text-decoration: none;
}
.top-section-content .scroll-link:hover{
	opacity: 0.7;
}
.home-intro-section{
	display: flex;
	align-items: center;
	min-height: 100vh;
	padding: 20rem 0 29rem;
	position: relative;
}
.home-intro-scroll{
	bottom: 7rem;
	font-size: 1.8rem;
	left: 50%;
	padding-top: 16rem;
	position: absolute;
	transform: translateX(-50%);
}
.home-intro-scroll:before{
	background: #111;
	content: "";
	display: block;
	height: 15rem;
	left: 50%;
	position: absolute;
	top: 0;
	width: 1px;
}
.home-intro-content{
	font-size: 4.8rem;
	line-height: 2;
	max-width: 24em;
	margin: 0 auto;
	text-align: center;
}
.home-intro-content img{
	border-radius: 1rem;
	height: auto;
	display: inline-block;
	margin: 0 0.2em;
	vertical-align: middle;
	transform: rotate(-4deg);
	transition: all 0.25s ease;
	width: 2.3em;
}
.home-intro-content img:hover{
	transform: rotate(10deg);
}
.home-intro-content .home-intro-img2{
	transform: rotate(10deg);
}
.home-intro-content .home-intro-img2:hover{
	transform: rotate(-4deg);
}
.tiw-row{
	background: #111;
	display: flex;
	flex-wrap: wrap;
	min-height: 100vh;
	color: #eee;
}
.tiw-img-col{
	position: relative;
	width: 50%;
}
.tiw-content-col{
	align-self: center;
	padding: 8rem 4rem;
	width: 50%;
}
.tiw-img img,
.tiw-img video{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.tiw-content .button{
	margin: 0.5em 0.5em 0 0;
}
.home-packages-section{
	padding: 12rem 0 8rem;
}
.home-packages-section .sect-heading{
	max-width: 74rem;
}
.zbr-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
.zbr-item-wrap{
	padding: 0 2rem 4rem;
	width: 33.33%;
}
.zbr-item{
	background: #eee;
	border-radius: 1.5rem;
	color: #111;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;
	padding: 2rem;
	text-decoration: none;
	overflow: hidden;
}
.zbr-item:hover{
	color: #111;
}
.zbr-item-heading{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.8rem;
}
.zbr-item-badge{
	background: #90D1A7;
	border-radius: 0.9rem;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.2857;
	padding: 0.6rem 2rem;
}
.zbr-item-heading:after{
	background-image: url('assets/img/icons/nutt-travel-logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 1.6rem;
	margin-left: auto;
	width: 12.6rem;
}
.zbr-item-excerpt{
	border-bottom: 1px dashed #bbb;
	flex-grow: 5;
	font-size: 1.4rem;
	line-height: 1.2857;
	margin-bottom: 3.5rem;
	padding-bottom: 3.5rem;
	position: relative;
}
.zbr-item-excerpt:before,
.zbr-item-excerpt:after{
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	height: 3rem;
	margin-top: -1.5rem;
	position: absolute;
	top: 100%;
	width: 3rem;
}
.zbr-item-excerpt:before{
	left: -3.5rem;
}
.zbr-item-excerpt:after{
	right: -3.5rem;
}
.zbr-item-excerpt h3{
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 1rem;
}
.zbr-item-excerpt p{
	margin-bottom: 1em;
}
.zbr-item-excerpt p:last-child{
	margin-bottom: 0;
}
.zbr-item-thumb{
	position: relative;
	padding-top: 70%;
	overflow: hidden;
}
.zbr-item-thumb img{
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: all 0.4s ease;
	width: 100%;
}
.zbr-item:hover .zbr-item-thumb img{
	transform: scale(1.05);
}
.zbr-item-link-wrap{
	padding-top: 2rem;
}
.zbr-item-link{
	background: #111;
	border-radius: 0.5rem;
	color: #fff;
	padding: 1.25em 0.5em;
	text-align: center;
	transition: all 0.2s linear;
}
.zbr-item:hover .zbr-item-link{
	background: #dd3b2c;
}
.partners-section{
	overflow: hidden;
}
.partners-slider{
	overflow: visible;
}
.partners-slider .swiper-wrapper{
	transition-timing-function: linear!important;
}
.partners-slider .swiper-slide{
	padding: 1px 4rem 1px 1px;
	width: 40rem;
}
.partner-logo{
	border: 1px solid #bbb;
	border-radius: 1rem;
	height: 19.5rem;
	position: relative;
}
.partner-logo img{
	display: inline-block;
	left: 50%;
	max-height: 74%;
	max-width: 80%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	vertical-align: middle;
	object-fit: contain;
}
.zbc-item-wrap{
	margin-bottom: 4rem;
}
.zbc-item-wrap:last-child{
	margin-bottom: 0;
}
.zbc-item{
	border-radius: 2rem;
	color: #fff;
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
}
.zbc-item-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: inherit;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	width: 100%;
}
.zbc-item:hover .zbc-item-bg{
	transform: scale(1.05);
}
.zbc-item-content{
	background: linear-gradient(to right, rgba(0,0,0,0.6) 20%, transparent 80%);
	border-radius: inherit;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.75;
	min-height: 38.4rem;
	padding: 7.4rem 4rem 8.4rem;
	position: relative;
	z-index: 2;
}
.zbc-item-content h3{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 0.4em;
}
.zbc-item-content p{
	max-width: 25em;
}
.zbc-item-more{
	bottom: 5rem;
	font-size: 1.4rem;
	left: 4rem;
	line-height: 1.5;
	position: absolute;
	text-decoration: underline;
	transition: all 0.2s linear;
	text-transform: uppercase;
}
.zbc-item-more:hover{
	color: #dd3b2c;
}
.reviews-content{
	padding: 2px 0;
	text-align: center;
}
.reviews-content h2{
	margin-bottom: 1em;
}
.contact-cta-row{
	background: #111;
	display: flex;
	flex-wrap: wrap;
	min-height: 100vh;
	color: #eee;
}
.contact-cta-map-col{
	position: relative;
	width: 50%;
}
.contact-cta-form-col{
	align-self: center;
	padding: 8rem 4rem;
	width: 50%;
}
.contact-cta-map iframe{
	background: #eee;
	border: none;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.contact-cta-form .cf-col{
	margin-bottom: 2rem;
}
.contact-cta-form .cf-col-submit{
	margin-bottom: 0;
}
.contact-cta-form input[type="text"],
.contact-cta-form input[type="tel"],
.contact-cta-form input[type="email"],
.contact-cta-form select,
.contact-cta-form textarea{
	background: #222;
	color: #eee;
}
/*-----------About--------*/
.flx-feed{
	padding: 0.5rem 0;
}
.flx-item{
	margin: 8rem 0;
}
.flx-item:last-child{
	margin-bottom: 0;
}
.collage-row{
	display: flex;
}
.collage-col{
	flex-grow: 1;
}
.collage-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 40vw;
	position: relative;
}
.collage-img img{
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	object-fit: cover;
	width: 100%;
}
.flx-banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 40vw;
	position: relative;
}
.gallery-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem;
}
.gallery-col{
	padding: 1rem;
	width: 33.33%;
}
.gallery-img{
	border-radius: 0.8rem;
	cursor: pointer;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
.gallery-img:after{
	background-color: rgba(0,0,0,0.4);
	background-image: url('assets/img/icons/search-plus-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 4rem auto;
	border-radius: inherit;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s linear;
	width: 100%;
}
.gallery-img:hover:after{
	opacity: 1;
}
.gallery-img img{
	border-radius: inherit;
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	width: 100%;
}
.gallery-img:hover img{
	transform: scale(1.08);
}
.quote-form,
.book-form{
	overflow: hidden;
}
.pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 4rem;
	text-align: center;
}
.pagination .page-numbers{
	background-color: #dd3b2c;
	border-radius: 0.5rem;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0.25em;
	padding: 0.5em 1.125em;
	text-decoration: none;
	text-align: center;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current{
	background-color: #e46a69;
	color: #fff;
}
/*------------Package Single--------*/
.hotel-item{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem 4rem;
}
.hotel-item:last-child{
	margin-bottom: 0;
}
.hotel-item-img-col{
	max-width: 48.4rem;
	padding: 0 1rem;
	width: 34%;
}
.hotel-item-content-col{
	align-self: center;
	padding: 0 1rem;
	width: 66%;
}
.hotel-item-img{
	position: relative;
	padding-top: 69.8%;
}
.hotel-item-img img{
	border-radius: 0.5rem;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	object-fit: cover;
	top: 0;
	width: 100%;
}
.hotel-item-content h3{
	margin: 0 0 0.2em;
}
.hotel-item-content p:last-child{
	margin-bottom: 0;
}
.hotel-item-content .button{
	margin: 0.5em 0.5em 0 0;
}
.hotel-item-content .button:last-child{
	margin-right: 0;
}
.motorsports-row .zbr-item-badge{
	background: #dd3b2c;
}
.motorsport-single-content table{
	border-left: 1px solid #111;
	border-top: 1px solid #111;
	width: 100%;
}
.motorsport-single-content th,
.motorsport-single-content td{
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	font-weight: normal;
	padding: 0.5em 0.5em;
	text-align: left;
	vertical-align: top;
	min-width: 33.33%;
}
.motorsport-single-content table > tr:nth-child(1) th,
.motorsport-single-content table > tr:nth-child(1) td,
.motorsport-single-content tbody:nth-child(1) > tr:nth-child(1) th,
.motorsport-single-content tbody:nth-child(1) > tr:nth-child(1) td,
.motorsport-single-content thead tr:nth-child(1) th,
.motorsport-single-content thead tr:nth-child(1) td{
	background: #f3f3f3;
}
.offer-section{
	padding-bottom: 20rem;
}
.page-template-template-motorsport-events .page-intro-content{
	max-width: 76rem;
}
.page-template-template-packages .page-intro-content{
	max-width: 72rem;
}
/*----------------Responsive--------------*/

@media only screen and (max-width : 1199px) {
	h1{
		font-size: 6rem;
	}
	h2{
		font-size: 4rem;
	}
	.sect-pad{
		padding: 10rem 0;
	}
	.sect-heading{
		margin-bottom: 8rem;
	}
	.container{
		width: 98%;
	}
	.def-content h1{
		font-size: 6rem;
	}
	.def-content h2{
		font-size: 4rem;
	}
	.def-content h3{
		font-size: 3.4rem;
	}
	.def-content h4{
		font-size: 2.8rem;
	}
	.def-content h5{
		font-size: 2.2rem;
	}
	.def-content h6{
		font-size: 1.8rem;
	}
	.header{
		z-index: 999;
	}
	.header-bot{
		padding: 0;
	}
	.header-bot .header-row{
		padding: 0;
	}
	.header-logo-col{
		position: relative;
		width: 100%;
		z-index: 2;
	}
	.header-logo{
		padding: 3rem;
	}
	.body-scroll .header-logo{
		background: #fff;
		box-shadow: 0 0 2rem rgba(0,0,0,0.2);
	}
	.body-scroll #touch-menu span,
	.body-scroll #touch-menu span:after,
	.body-scroll #touch-menu span:before{
		background-color: #111;
	}
	#touch-menu{
		display: block;
	}
	.navigation{
		background: #fff;
		color: #111;
		display: block;
		font-size: 16px;
		font-style: normal;
		line-height: 1.5;
		height: 100%;
		max-width: 32rem;
		left: 0;
		position: fixed;
		padding-top: 14.6rem;
		transition: all 0.3s linear;
		transform: translateX(-102%);
		top: 0;
		width: 100%;
	}
	.menu-visible .navigation{
		box-shadow: 0 0 2rem rgba(0,0,0,0.1);
		transform: translateX(0);
	}
	.navigation > ul{
		display: block;
		height: 100%;
		margin: 0;
		padding: 0 0 3rem;
		position: relative;
		overflow: auto;
		width: 100%;
	}
	.navigation ul li{
		display: block;
		padding: 0;
		text-align: center;
		position: relative;
		width: 100%;
	}
	.navigation > ul > li:first-child{
		border: none;
	}
	.navigation > ul > li,
	.navigation ul ul li{
		display: block;
		border-top: 1px solid rgba(0,0,0,0.2);
		border-bottom: none;
	}
	.navigation > ul > li > a,
	.navigation ul ul li a{
		display: block;
		padding: 0.8em 0;
		position: relative;
		width: 100%;
	}
	.navigation .menu-item-has-children > a > .toggle-submenu{
		border-left: 1px solid rgba(0,0,0,0.2);
		font-style: normal;
		height: 100%;
		right: 0;
		position: absolute;
		top: 0;
		width: 40px;
	}
	.navigation .menu-item-has-children > a > .toggle-submenu:after{
		content: "+";
		font-size: 21px;
		line-height: 22px;
		margin-top: -12px;
		position: absolute;
		right: 0;
		top: 50%;
		text-align: center;
		width: 100%;
	}
	.navigation .menu-item-has-children > a > .toggle-submenu.active:after{
		content: "-";
	}
	.navigation ul ul{
		background: transparent;
		display: none;
		left: auto;
		margin: 0;
		position: relative;
		padding: 0;
		top: auto;
	}
	.navigation ul ul li{
		padding: 0;
	}
	.navigation ul > li.menu-item-cta{
		padding: 3rem 2rem 0;
	}
	.navigation ul > li.menu-item-cta a{
		border-radius: 0;
	}
	.navigation ul > li.menu-item-cta a span{
		font-size: 1.5em;
		display: block;
	}
	.home-intro-content{
		font-size: 4rem;
	}
	.home-intro-scroll{
		padding-top: 9rem;
	}
	.home-intro-scroll:before{
		height: 8rem;
	}
	.home-packages-section{
		padding-bottom: 8rem;
	}
	.zbr-row{
		margin: 0 -1rem;
	}
	.zbr-item-wrap{
		padding: 0 1rem 2rem;
	}
	.zbr-item-excerpt h3{
		font-size: 2.6rem;
	}
}
@media only screen and (max-width : 991px) {
	.footer-top{
		padding: 8rem 0;
	}
	.footer-top-col{
		width: 33.33%;
	}
	.footer-logo-col{
		padding-bottom: 6rem;
		width: 100%;
	}
	.footer-content{
		max-width: 100%;
	}
	.web-credits-line-wrap{
		display: none;
	}
	.popup-block-content iframe{
		padding: 2rem 1rem 0;
	}
	.home-intro-section{
		min-height: 1px;
	}
	.tiw-row{
		min-height: 60rem;
	}
	.zbr-item-wrap{
		width: 50%;
	}
	.partners-slider .swiper-slide{
		padding-right: 2rem;
		width: 24rem;
	}
	.partner-logo{
		height: 16rem;
	}
	.zbc-item-content{
		min-height: 34rem;
		padding: 4rem 3rem 7rem;
	}
	.zbc-item-more{
		bottom: 4rem;
		left: 3rem;
	}
	.contact-cta-map-col{
		width: 100%;
	}
	.contact-cta-form-col{
		width: 100%;
	}
	.contact-cta-map iframe{
		height: 50rem;
		position: relative;
	}
}
@media only screen and (max-width : 767px) {
	h1{
		font-size: 4rem;
	}
	h2{
		font-size: 3rem;
	}
	h3{
		font-size: 2.4rem;
	}
	.fz-18{
		font-size: inherit;
		line-height: inherit;
	}
	.sect-pad{
		padding: 6rem 0;
	}
	.sect-heading{
		margin-bottom: 4rem;
	}
	.container{
		padding: 0 2.5rem;
		width: 100%;
	}
	.def-content h1{
		font-size: 3.6rem;
	}
	.def-content h2{
		font-size: 3rem;
	}
	.def-content h3{
		font-size: 2.4rem;
	}
	.def-content h4{
		font-size: 2rem;
	}
	.def-content h5{
		font-size: 1.8rem;
	}
	.def-content h6{
		font-size: 1.6rem;
	}
	.cf-col{
		margin-bottom: 2rem;
		width: 100%;
	}
	.header-top{
		padding: 1rem 0;
	}
	.header-row{
		padding: 0 2.5rem;
	}
	.header-info{
		display: none;
	}
	.header-logo{
		padding: 1.8rem 2.5rem;
	}
	#touch-menu{
		right: 2.5rem;
	}
	.navigation{
		max-width: 100%;
		padding-top: 10.8rem;
	}
	.footer-top{
		padding: 6rem 0;
	}
	.footer-top-col{
		padding-bottom: 4rem;
		text-align: center;
		width: 100%;
	}
	.footer-top-col:last-child{
		padding-bottom: 0;
	}
	.footer-logo-col{
		padding-bottom: 6rem;
	}
	.footer-content h4{
		font-size: 2rem;
		margin-bottom: 0.8em;
		padding-bottom: 0.8em;
	}
	.footer-bot-row{
		display: block;
		text-align: center;
	}
	.footer-copyright{
		order: 0;
		text-align: center;
	}
	.footer-copyright li{
		margin-bottom: 0.5em;
		width: 100%;
	}
	.footer-copyright li:last-child{
		margin-bottom: 0;
	}
	.footer-copyright li:after{
		content: none;
		display: none;
	}
	.footer-credit{
		margin-top: 3rem;
		order: 2;
	}
	.popup-block-close{
		top: 1rem;
		right: 2rem;
	}
	.top-section-inner{
		padding-bottom: 4rem;
	}
	.home-intro-section{
		padding: 6rem 0 16rem;
	}
	.home-intro-content{
		font-size: 2.6rem;
	}
	.home-intro-scroll{
		bottom: 3.5rem;
		font-size: 1.4rem;
		padding-top: 6.5rem;
	}
	.home-intro-scroll:before{
		height: 6rem;
	}
	.tiw-img-col{
		height: 42rem;
		width: 100%;
	}
	.tiw-content-col{
		padding: 5rem 2.5rem 6rem;
		width: 100%;
	}
	.zbr-item-wrap{
		width: 100%;
	}
	.zbr-item-link{
		padding: 1em 0.5em;
	}
	.partners-slider .swiper-slide{
		padding-right: 1rem;
		width: 16rem;
	}
	.partner-logo{
		height: 10rem;
	}
	.zbc-item{
		background: #111;
		border-radius: 1rem;
	}
	.zbc-item-bg{
		border-radius: 1rem 1rem 0 0;
		padding-top: 70%;
		position: relative;
	}
	.zbc-item-content{
		font-size: inherit;
		line-height: inherit;
		min-height: 1px;
		padding: 2.2rem 2rem 7rem;
	}
	.zbc-item-content h3{
		font-size: 2.4rem;
	}
	.zbc-item-more{
		bottom: 3rem;
		left: 2rem;
	}
	.contact-cta-form-col{
		padding: 5rem 2.5rem 6rem;
	}
	.contact-cta-map iframe{
		height: 42rem;
	}
	.flx-item{
		margin: 5rem 0;
	}
	.gallery-row{
		margin: 0 -0.6rem;
	}
	.gallery-col{
		padding: 0.6rem;
		width: 50%;
	}
	.gallery-img{
		border-radius: 0.5rem;
	}
	.quote-section,
	.book-section{
		padding: 4rem 0;
	}
	.quote-form iframe,
	.book-form iframe{
		height: 226rem;
	}
	.hotel-item-img-col{
		max-width: 100%;
		padding-bottom: 2rem;
		width: 100%;
	}
	.hotel-item-content-col{
		width: 100%;
	}
	.hotel-item-content p{
		margin-bottom: 1em;
	}
}
@media only screen and (max-width : 520px) {
}
@media only screen and (min-width : 1199px) {
	.navigation > ul > li:first-child{
		padding-left: 0;
	}
	.navigation > ul > li:last-child{
		padding-right: 0;
	}
	.navigation > ul > li.menu-item-has-children > a{
		margin-right: 1.25em;
	}
	.navigation > ul > li.menu-item-has-children > a:after{
		border-left: 0.375em solid transparent;
		border-right: 0.375em solid transparent;
		border-top: 0.375em solid #fff;
		content: "";
		display: block;
		height: 0;
		position: absolute;
		right: -1.25em;
		top: 50%;
		transform: translateY(-50%);
		width: 0;
	}
	.navigation > ul > li > a:before{
		background: #fff;
		bottom: 0;
		content: "";
		display: block;
		height: 1px;
		left: 50%;
		position: absolute;
		transition: all 0.3s ease-in-out;
		transform: translateX(-50%);
		width: 0;
	}
	.navigation > ul > li:hover > a:before,
	.navigation .current-menu-item > a:before{
		width: 100%;
	}
	.navigation ul ul{
		background: #dd3b2c;
		box-shadow: 0 0 1rem rgba(0,0,0,0.2);
		color: #fff;
		display: block;
		left: 0;
		min-width: 16em;
		margin: 0;
		opacity: 0;
		padding: 1.3em 0;
		position: absolute;
		top: 100%;
		transition: all 0.2s linear;
		transform: translateY(1rem);
		text-align: left;
		visibility: hidden;
		z-index: 55;
	}
	.navigation ul ul li{
		display: block;
		white-space: nowrap;
		width: 100%;
	}
	.navigation ul ul li:first-child{
		border-top: none;
	}
	.navigation ul ul a{
		display: block;
		padding: 0.5em 1.8em;
	}
	.navigation ul ul a:hover,
	.navigation ul ul .current-menu-item a{
		opacity: 0.8;
	}
	.navigation ul > li:hover > ul{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
}