@import url('https://fonts.googleapis.com/css2?Raleway:wght@400&family=Tilt+Warp&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input::-moz-placeholder{
    color:#999;
    opacity:1
}

input:-ms-input-placeholder{
    color:#999
}

input::-webkit-input-placeholder{
    color:#999
}

*:focus {
    outline: none;
}

body { font-family:  'Raleway',  sans-serif;  font-size: 22px; line-height: 130%; }

strong { font-weight: bold; }

.container {  width: 90%; margin-left: auto; margin-right: auto; }



.btn { font-family:  'Tilt Warp',  sans-serif; text-decoration: none; }
.w-100 { width: 100%; }
.mw-100 { max-width: 100%; }
h2 {     line-height: 120%; font-family:  'Tilt Warp',  sans-serif; color: #fbf163; font-size: 45px;}
h3 {     line-height: 120%; font-family:  'Tilt Warp',  sans-serif; color: #fbf163; font-size: 38px;}
h1  {     line-height: 120%; font-family:  'Tilt Warp',  sans-serif; color: #fbf163; font-size: 55px;}

.bg-hpcheck { background-color: #1B025C; }
.bg-hpcheck .main-header { background-color: #000; border-bottom: 1px #7a7a7a solid; }
.main-header { position: fixed; width: 100%; z-index: 10; }

@media only screen and (max-width: 768px)  { .main-header { background-color: #000; border-bottom: 1px #7a7a7a solid; }
}
.headeractive { background-color: #000; border-bottom: 1px #7a7a7a solid; }
.navbar { font-size: 24px; display: table; width: 100%;  }



@media only screen and (max-width: 1200px)  {
	.navbar { font-size: 20px; }
}

.navigation-box { width: 45px;
    position: fixed; top: 27px;
    left: 25px; cursor: pointer; height: 33px;
    z-index: 999;
}
@media only screen and (max-width: 600px)  {
.main-header .container {  width: 100%; }
}

.navigation-box span { display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  border-radius: 6px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
	background-color: #fff;  }

.navigation-box:hover span { 	background-color:#777; } 
.VoucherInfoText { color: #fff; }

.navigation-box span:nth-child(1) {
  top: 0px;
}

.navigation-box span:nth-child(2), .navigation-box span:nth-child(3) {
  top: 12px;
}

.navigation-box span:nth-child(4) {
  top: 24px;
}
	
.navigation-box.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.navigation-box.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-box.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-box.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}


.navbar .top-logo,.navbar .nav-links { display: table-cell; vertical-align: middle; font-family:  'Tilt Warp',  sans-serif;  }
.navbar .navbar-brand {padding:0px; }
.navbar .navbar-link  {  font-family:  'Tilt Warp',  sans-serif; color: #fff; display: table-cell; text-align: center;  vertical-align: middle; transition: background-color 0.3s ease-in-out; }
.navbar .navbar-link:hover { background-color: #777; }

.navbar a { text-decoration: none; }
.navbar .top-logo { width: 180px; }
.navbar .nav-home { width: 135px;}

@media only screen and (max-width: 1200px)  {
.navbar .nav-home { display: none; }
}

.navbar .nav-experience { width: 245px;}
.navbar .nav-faq { width: 135px;}
.navbar .nav-contact { width: 155px;}
.navbar .nav-booknow  { background-color: #f3e55a; text-transform: uppercase; color: #000000; width: 160px;  display: table-cell; text-align: center;  vertical-align: middle;   transition: background-color 0.3s ease-in-out; }
.navbar .nav-booknow:hover { background-color: #777; color: #fff;}


.navbar .top-logo img {  width: 100%; }
.navbar .top-logo { transition:  0.5s ease; }
.navbar .current { background-color: #444; }
.mobnav {display: none; }
@media only screen and (min-width: 768px)  { 
	.headeractive .navbar .top-logo  { width:120px;     padding-left: 20px; }
	.navigation-box { display:none; } .mobnav {display: none !important; }
}


@media only screen and (max-width: 768px)  { 
	.navbar { margin-left: 80px; width: calc(100% - 80px);}
.navbar .nav-experience, .navbar .nav-faq, .navbar .nav-contact { display:none; }
	.navbar .top-logo {     display:table; width:125px; margin-left: auto; margin-right: auto; }
	.navbar .nav-links { display: none; }
	.mobnav {position: fixed; left:0; top:0; height: 100%; width: 100%; background-color:#161616; z-index: 9; }
	
	.mobnav .mob-links { padding-top: 150px; }
	.mobnav .mob-link { padding-bottom: 20px; text-align: center; font-family:  'Tilt Warp',  sans-serif; color: #fff; font-size: 32px;  }
	.mobnav .mob-link a { color: #fff; text-decoration: none; }
	.mobnav .mob-link a:hover { color: #f3e55a; }
}

@media only screen and (max-width: 500px)  { 
	.navbar .top-logo { width: 110px; }
	.navigation-box { top:20px; } 
	.navbar .nav-booknow { width: 150px;}
	.navbar { margin-left: 75px; width: calc(100% - 75px);}
}

.bg-hpcheck .content { padding-top: 60px;}
@media only screen and (max-width: 768px)  { 
.content { padding-top: 74px;}
}
.footer { background-color: #000000; border-top: 1px #7a7a7a solid;  }
.footer .footI {  display: table; margin-left: auto; margin-right: auto; padding-top: 60px; padding-bottom: 60px;}

.footer .foot_address { font-family:  'Tilt Warp',  sans-serif; width: 420px; display: inline-block; vertical-align: top; font-size: 28px;     line-height: 120%;	color: #fff; }
.footer .foot_links1 { width: 250px; display: inline-block; vertical-align: top; font-size: 17px; }
.footer .foot_links2 { width: 250px; display: inline-block; vertical-align: top; font-size: 17px; }
.footer .foot_social { width: 120px; display: inline-block; vertical-align: top; text-align: center; }
.footer .social_item { display: inline-block; width: 50px; margin-left: 5px; margin-right: 5px; margin-bottom: 5px; }
.footer .foot_socialI { display: table; width:100%;  }
@media only screen and (max-width: 1200px)  {
	
	.footer .footI {  display: table; width:100%;}
	.footer .foot_social { display: block; width: 100%; margin-top: 30px; }
}

@media only screen and (max-width: 1200px)  {
	.footer .foot_address { display: block; width: 100%;  }
	.footer .foot_links1 { width: 50%; }
	.footer .foot_links2 { width: 50%; }
}


@media only screen and (max-width: 800px)  {
		.footer .foot_links1 { width: 100%; padding-top: 30px; }
	.footer .foot_links2 { width: 100%; }
	.footer .foot_social { text-align: left; }
}

.footer .foot_newsletterI {  display: table;  padding-bottom: 60px; margin-left: auto; margin-right: auto; text-align: center; }

.footer .newsletter-title { font-family:  'Tilt Warp',  sans-serif; color: #fff; text-transform: uppercase; font-size: 28px; padding-bottom: 10px; }
.footer .newsletter-form, .footer .newsletter-submit { display: table-cell; }
.footer .newsletterC { display: table; margin-left: auto; margin-right: auto; }
.footer .newsletter-submit {  background-color: #fbf163;}
.footer .newsletter-form input { color: #000; border: 0; padding-left: 20px; width: 280px; padding-top: 5px; height: 43px; font-size: 20px; background-color: #d1d1d1; }

.footer .newsletter-form .error { border: 3px solid #ff0000; }


.footer .newsletter-submit input { color: #000; border: 0; padding-right: 16px; padding-left: 16px;     padding-top: 6px;
    height: 47px; font-size: 20px; background-color: #fbf163; cursor: pointer; }

@media only screen and (max-width: 600px)  {
	.footer .newsletter-form input { width: 250px; }

}

@media only screen and (max-width: 450px)  {
	.footer .newsletter-form input {    width: calc(100% - 20px); }
	.footer .newsletter-form  { width: calc(100% - 80px); }
	
}


.content-page a { color: #fff; text-decoration: none; }
.content-page2 a { color: #fff; text-decoration: none; }

.hoverunderline { color: #fff; position: relative; text-decoration: none; }

.hoverunderline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.hoverunderline:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.homepage .tophero { line-height: 0px; }
.homepage .tophero .takepart { font-family:  'Tilt Warp',  sans-serif;  text-transform: uppercase; color: #ffffff; padding-top: 30vh; padding-bottom: 30vh; margin-left: 18%; font-size: 45px; text-align: center; width: 66%; line-height: 160%;}

@media only screen and (max-width: 800px) {
	.homepage .tophero .takepart {width: 100%; margin-left: 0;  }
	
}

@media only screen and (max-width: 600px) {
	.homepage .tophero .takepart {     line-height: initial;
    font-size: 33px;  }
	
}

.homepage .tophero .bookbutton { margin-top: 40px; }
.homepage .tophero .bookbutton a { margin-top: 60px; padding: 25px 55px 25px 55px ;  background-color: #fbf163; color: #000; font-size: 24px; text-align: center; text-decoration: none; }

.homepage .purple-bg { text-align: center;  background-color: #201271; background-image: url('../images/purple_bg_1.jpg'); padding-bottom: 17vh;  padding-top: 19vh;  }

.homepage .welcome-text { padding-top: 40px; color: #fff;  font-size: 24px; line-height: 130%; width: 50%; margin-left: 25%;   }

@media only screen and (max-width: 800px) {
	.homepage .welcome-text { width: 70%;  margin-left: 15%; }
	.welcome-img { margin-left: 50px; margin-right: 50px;}
}

@media only screen and (max-width: 550px) {
	.homepage .welcome-text { width: 100%;  margin-left: 0; }
}

.homepage .welcome-buttons { display: block; }

.homepage .welcome-button { display: inline-block; margin-top: 30px; padding-left: 20px; padding-right: 20px; padding-top: 45px; }
.homepage .welcome-button a { margin-top: 10px; padding: 20px 45px 20px 45px ;  background-color: #fbf163; color: #000; font-size: 22px; text-align: center; text-decoration: none; }

.homepage .the-challenge { padding-top: 20vh; padding-bottom: 20vh; text-align:center; background-color: #000;} 



.homepage .the-challenge .ttext { color: #fff; padding-top: 30px; padding-left: 20%; padding-right: 20%;  font-size: 17px;
    line-height: normal; padding-bottom: 30px; }

.homepage .challenge-list { width:100%; display: table; }
.homepage .challenge-item { width:calc(33% - 80px); padding-top: 30px;  padding-bottom: 30px;  margin-left: 40px; margin-right: 40px; display: inline-block; vertical-align: top; }

.homepage .the-challenge .challenge-title { font-family:  'Tilt Warp',  sans-serif; color: #fbf163; font-size: 30px; line-height: 120%; text-transform: uppercase; padding-top: 6px;  }
.homepage .the-challenge .challenge-text {  color: #fff; padding-top: 10px; padding-left: 10%; padding-right: 10%;  font-size: 17px;
    line-height: normal; }

@media only screen and (min-width: 770px)  and (max-width: 1000px) {
	.homepage .challenge-item { width:100%; display: table; margin-left: 0px; margin-right: 0px;  padding-bottom: 0px;  }
	.homepage .the-challenge .challenge-img { display: table-cell; width: 30%; vertical-align: middle; }
	.homepage .the-challenge .challenge-details { display: table-cell; width: 65%; margin-left: 5%;  vertical-align: middle; }
}

@media only screen and  (max-width: 770px) {
	.homepage .the-challenge .ttext { padding-left: 10px; padding-right: 10px; }
	.homepage .challenge-item { width:100%; display: table; margin-left: 0px; margin-right: 0px; margin-bottom: 25px; }	.homepage .the-challenge .challenge-img { display: block; width: 100%;  }
	.homepage .the-challenge .challenge-details { display: block; width: 100%;   }
}


@media only screen and  (max-width: 600px) {
	.homepage .the-challenge .ttext { padding-left: 0; padding-right: 0; }
}
.homepage .the-challenge .booknow {text-align: center; margin-top: 70px;}
.homepage .the-challenge .booknow a {  background-color: #fbf163; text-decoration: none; padding-left: 30px; padding-right: 30px; padding-top: 20px; padding-bottom: 18px; color: #000; text-transform: uppercase; }
.toanimate { opacity: 0; }

.homepage .the-group { text-align: center;  background-color: #201271; background-image: url('../images/purple_bg_2.jpg'); padding-bottom: 17vh;  padding-top: 19vh; background-size: cover; }
.homepage .vh-logo { display: inline-block; width: 300px; padding: 20px; vertical-align: middle;  }

.homepage .cp-logo { font-size: 18px; margin-bottom: 50px;  display: inline-block; text-align: center; color: #fff; ; vertical-align: middle;padding: 20px;}

.homepage .cp-logo img { max-width: 250px; }
.homepage .breakout-logo { display: inline-block; width: 300px; padding: 50px; padding-bottom: 50px; vertical-align: middle; }
.homepage .breakout-logos { display: table; width:100%; padding-top: 30px; padding-bottom: 60px;}
.homepage .review-logos { display: table; width:100%; padding-bottom: 60px;}
.homepage .review-logo { display: inline-block; width: 300px; padding: 20px;  color: #fff; }
.homepage .trip-review { width: 200px;   margin-left: auto; margin-right: auto; }
.homepage .google-review { width: 250px;  margin-top: 43px; margin-bottom: 43px; margin-left: auto; margin-right: auto;   }
.homepage .review-text { color: #fff; font-weight: bold; }

.content-page { padding-top: 100px; padding-bottom: 100px; }
.content-page .title-header { padding-bottom: 50px; text-align: center; text-transform: capitalize; }
.content-page .pagetext { color: #fff; }

.content-page2 { padding-top: 100px; padding-bottom: 100px; }
.content-page2 .title-header { padding-bottom: 50px; text-align: center; text-transform: capitalize; }
.content-page2 .pagetext { color: #fff; }


.content-page { background-image: url('../images/purple_bg_2.jpg'); background-size:cover; background-position:center; background-attachment: fixed; }
.content-page2 { background-image: url('../images/purple_bg_1.jpg'); background-size:cover; background-position:center; background-attachment: fixed; }



.book .buy-voucher { text-align: center; }
.book .section-header { text-align: center; padding-top: 40px; }
.book .fc-event  { cursor: pointer; }
.book .bookingblock { display: table; width: 100%; }
.book .bookingdate { width: 65%; display: inline-block; vertical-align: top; margin-top: 40px;  }
.book .bookingdetails { width: 30%; margin-left: 5%; display: inline-block;  vertical-align: top;   margin-top: 125px;  }
.fc .fc-view-harness { height: auto !important; min-height: 350px; }
@media only screen and  (max-width: 1000px) {
	.book .bookingdate { width: 100%; }  	
	.book .bookingdetails { width: 100%;  margin-left: 0; } 
}


.book .fc .fc-scrollgrid-liquid { height: 380px; }
.book .fc .fc-day { background-color: rgba(255,255,255,0.1); }
.book .fc .fc-daygrid-day.fc-day-today { background-color: rgba(255,220,40,.15); } 

.book .fc .fc-daygrid-event-dot { display: none; }
.book .fc .fc-event { border-radius: 10px; background-color: #fbf163; font-weight: bold; color: #000; margin-top: 10px; margin-bottom: 5px;    transition: background-color 0.3s ease-in-out; }
.book .fc .fc-event-time { display: block; text-align: center; width: 100%; }
.book .slot-low { background-color: #de9535!important;  }
.book .fc .fc-event:hover  { background-color: #777 !important; color: #fff !important;  }
.book .slot-active { background-color: #d14949 !important; color: #fff !important;  }
.book .slot-active:hover { background-color: #d14949 !important; color: #fff !important;  }


.book .slot-unavailable { background-color: #cccccc !important; color: #000 !important; cursor: not-allowed; }
.book .slot-unavailable:hover { background-color: #cccccc !important; color: #000 !important; }
.book .slot-unavailable .fc-event-time  {  text-decoration: line-through !important;  }

.book .slot-inpast { opacity: 0; cursor: default !important; }

.book .bookingdetails .booking_datetime { padding-bottom: 45px; }
.book .booking_datetime { color: #fff; padding-top: 4px;}
.book .number_people { padding-bottom: 45px; }
.book .number_people select { width: 300px; padding-top: 10px; padding-bottom: 10px; font-family: 'Raleway', sans-serif;  margin-top: 15px; padding-left: 8px; font-size: 17px; font-weight: 500; }

.book .booking_total p { color: #fff; margin-bottom: 20px;  padding-top: 4px;}
.book .h_price_per_person { font-size: 13px; }
.book .continue-booking, .book .booking-submit {     background-color: #f3e55a;
    text-transform: uppercase;    transition: background-color 0.3s ease-in-out;
    color: #000000; width: 260px; cursor: pointer; 
 font-family:  'Tilt Warp',  sans-serif;
    border: 0;     font-size: 19px;
    padding-bottom: 15px;
    padding-top: 15px;     border-radius: 4px;
} 
.book .continue-booking:hover, .book .booking-submit:hover  { background-color: #777; color: #fff;  }


.book .fc-event-title { display: none; }
.book .fc-dayGridWeek-view { position: inherit !important; }
.book .bookingkey { width: 100%; display: table; margin-top: 20px;
    text-align: center; }

.book .bookingkeyAv { display: inline-block; width: 360px; 
    vertical-align: middle; }

.book .bookingkeyC { display: inline-block; width: 180px; 
    vertical-align: middle; }

@media only screen and  (max-width: 820px) {
	.book .bookingkey { max-width: 372px; margin-left: auto; margin-right: auto; text-align: left; } 
	.book .bookingkeyAv {  width: 372px;  }  
	.book .bookingkeyC {width: 186px; }
}


.book .bookingbox_box { width: 20px; height: 20px;  
    vertical-align: middle;
    display: inline-block; }
.book .bookingbox_key { margin-left: 10px; font-size: 14px; color: #fff;  
    vertical-align: middle;
    display: inline-block; }
.book .bookingkeyAv .available { background-color: #fbf163;} 
.book .bookingkeyC .lastfew { background-color: #de9535;} 
.book .bookingkeyC .unavailable { background-color: #cccccc;} 
@media only screen and  (max-width: 800px) {
.book .hidemob { display: none; }
	.book .fc .fc-event-time { margin-right: 0; font-size: 14px;
    text-align: center; }
}

@media only screen and  (max-width: 500px) {
	.book .fc .fc-event-time { margin-right: 0; font-size: 13px; }
}


.payment_error_alert { color: #ff0000; padding-top: 10px; font-weight: bold; }

.jconfirm-box { background-color: #000 !important;  background-image: url(../images/top_bg.jpg) !important;  transition-duration: 0.4s; color: #fff; }

.jconfirm-title  { font-family: 'Tilt Warp', sans-serif; text-transform: uppercase; font-weight: bold;  font-size: 26px; } 
.popup-text  { font-size: 22px; } 
.jconfirm-buttons { float: none !important; }

.party-number { width: 300px; padding-top: 10px;  padding-bottom: 10px; font-family: 'Raleway', sans-serif; margin-top: 15px; padding-left: 8px;  font-size: 17px; font-weight: 500; }
.party-number:focus-visible {  outline: none; }

.submit-button { background-color: #f3e55a; text-transform: uppercase;    transition: background-color 0.3s ease-in-out; }
.submit-button:hover  { background-color: #777; color: #fff;  }

.book .fc .fc-today-button { display: none; }
.book .fc .fc-button-primary { background-color: #f3e55a;  transition: background-color 0.3s ease-in-out; color: #000; }
.book .fc .fc-button-primary:hover  { background-color: #777; color: #fff;  }

.book .booking-billing { display: table; width: 100%; margin-top: 60px;}
.book .booking-info { padding-top: 40px; width: 100%; display: table; }
.book .booking-info h2 { margin-bottom: 10px; }
.book .noshowprice { color: #fff; font-size: 20px; }
.book .showprice { color: #fff; display: none; }

.book .showprice .price_per_personC { font-size: 15px; }

.book .number_price {  padding-bottom: 30px; }


.book .c-container { margin-top: 15px;  color: #fff; display: inline-block; width: 100%; vertical-align: top; }

@media only screen and  (max-width: 800px) {
	.book .c-container { margin-top: 0px; 	}
	
}


.book .c-title { display: inline-block; font-family: 'Tilt Warp', sans-serif; color: #fbf163;}
.book .c-text { display: inline-block; margin-left: 15px; }
.book .billing-area, .book .payment-area { display: table; width: 100%; margin-top: 45px; }

.book .billing-block { display: table; margin-top: 15px; width: calc(100% + 15px); }


/* , .book .fc-scrollgrid-section-body .fc-day-wed, .book .fc-scrollgrid-section-body .fc-day-thu */

.book .address-input { margin-top: 15px; display: inline-block; width: calc(25% - 15px); }

@media only screen and  (max-width: 1200px) {
	.book .address-input { width: calc(33.333% - 15px);}
}
@media only screen and  (max-width: 800px) {
	.book .address-input { width: calc(50% - 15px);}
	.book .billing-block { display: inline-flex; }
}

@media only screen and  (max-width: 800px) {
	.book .address-input { width: 100%; margin-right: 0px !important;}
	.book .billing-block { display: block; width: 100%;  }
}

.book .joinMailings { padding-top: 20px; padding-bottom: 25px; font-size: 15px; }
.book .containerText { color: #fff; display: inline; cursor: pointer; }

.book .address-input input { width: calc(100% - 17px); padding-top: 10px; padding-bottom: 10px; font-family: 'Raleway', sans-serif; font-size: 17px; padding-left: 10px; }

.book .StripeElement { margin-top: 30px;}
@media only screen and  (max-width: 600px) {
	.book .fc-col-header-cell { font-size: 15px;
    line-height: normal;}
}

.book .floating-label-group {
    position: relative; padding-bottom: 2px;
    margin-top: 15px; padding-top: 17px;
    margin-bottom: 5px;
    background-color: #fff;
    margin-right: 15px;
} 

.book .floating-label-group input { border: 0; color: #000; margin-top: 1px; }


.book input.error { border-bottom: 2px solid #ff0000; }

.book .apply-code {     background-color: #f3e55a;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out;
    color: #000000;
    width: 140px;
    cursor: pointer;
    font-family: 'Tilt Warp', sans-serif;
    border: 0;
    font-size: 19px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 4px; padding-left: 20px;
    padding-right: 20px;
} 

.giftvoucher .coupon-message { font-size: 18px; color: #ff0000; margin-top:7px; }



.align-super {     vertical-align: super; }

.floating-label-group .floating-label {
font-size: 16px;
    color: #000;
		position: absolute;
		pointer-events: none;
top: 18px;
		left: 12px;
		transition: all 0.2s ease;
	}

.floating-label-group input:focus ~ .floating-label, .floating-label-hasdata .floating-label {
top: 3px !important;
    left: 10px !important;
font-size: 14px !important;
 opacity: 0.8;
}




.faqs .welcometext { color: #fff; margin-bottom: 40px; text-align: center; }
.welcometext p { margin-bottom: 25px;}

.faqs .accordionC{ margin-left: auto; margin-right: auto; width: 85%; max-width: 1200px; background-color: #fff;}
.faqs .accordion { font-size: 20px; margin-top: 1px;
  background-color: #eee;
  color: #000;
  cursor: pointer; font-family: 'Tilt Warp', sans-serif;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.faqs .accordion:hover {
  background-color: #ccc;
}
.faqs .active {   background-color: #f3e55a!important; }
.faqs .panel {

  background-color: white;
  max-height: 0; line-height: 140%;
    font-size: 17px;
  overflow: hidden; 
  transition: max-height 0.2s ease-out;
} .faqs .panel p {   padding: 15px 18px;}

.faqs .accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.faqs .active:after {
  content: "\2796"; 
}

.faqs .faqsocial { 
	margin-left: 10px; margin-right: 10px;  margin-bottom: 10px; 
}

.faqs .accordionC .panel a { color: #000; font-weight: bold; }
.faqs .accordionC .panel a:hover { color: #777; }

.faqs .faqsocial a { margin-left: 5px; margin-right: 5px; }

.faqs .faqsocial a:hover img {  opacity: 0.5; }
.contact .contactI { width:100%; display: table; }
.contact .contact-map { display: inline-block; width: 45%; vertical-align: top; color: #fff; }

.contact .contact-info { display: inline-block; width: 50%; margin-left: 5%; vertical-align: top; color: #fff; }
.contact .findus-text { padding-top: 30px; color: #fff; }


@media only screen and  (max-width: 1200px) {
	.contact .contact-map { width: 100%; } 
	.contact .contact-info { width: 100%;  margin-left:0;  padding-top: 30px; } 
}


.contact .contact-followus {  padding-top: 65px; text-align: center; }
.contact .contact-social { display: inline-block;  text-align: center; width: 85px; }
.contact .contact-social img { width: 40px;  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; } 

.contact .contact-social a:hover img { opacity: 0.6; } 

.contact .contact-socials { font-size: 16px; margin-top: 30px; }
.contact .contact-socials a { color: #fff; }  
.contact .contact-email { margin-top: 10px; }
.contact .contact-email a  { color: #fff; }  
.contact .contact-telephone { margin-top: 10px; }
.contact .contact-openinghours { margin-top: 25px; }

.blog-container { color: #fff; }
.blog .blog-item  { margin-bottom: 40px; }
.blog .blog-item .pagetext img { width: 100%; max-width: 800px; height: auto; }

.section-content-container { padding-bottom: 50px; }
.widget  { padding-top: 20px; color: #fff;}
.tagcloud { font-size: 13px; }
.tagcloud a, .widget a {  color: #f3e55a; }

.blog .blog-details a { 
color: #f3e55a;
}
.blog .blog-details a:hover { 
color: #777;
}
.blog .blog-details p { padding-bottom: 25px; }
.blog .title-header { padding-bottom: 5px; text-transform: capitalize; }
.blog .sidebar .widget  { margin-bottom: 50px; color: #fff; font-size: 18px; }
.blog .sidebar .widget a {  color: #fbf163;}
.blog .pagetext  { text-align: center; }
.blog .blog-normal { display: table; width: 100%; }
.blog .blog-articles { width: 65%; display: inline-block; vertical-align: top; }
.blog .sidebar { width: 25%; display: inline-block; margin-left: 10%; vertical-align: top; }
.blog .blog-item-meta {padding-bottom: 10px; }
.blog .blog-item-content {padding-top: 15px; }

@media only screen and  (max-width: 800px) {
	.blog .blog-articles { width: 100%; } 	
	.blog .sidebar { width: 100%; margin-top: 30px; margin-left: 0;} 	
	
}

.blog .more-bloglink { margin-top: 20px; 
font-family: 'Tilt Warp', sans-serif;
    background-color: #f3e55a; display: inline-block;
    text-transform: uppercase;
    color: #000000 !important; padding-top: 10px; padding-bottom: 10px;
    width: 160px;
    text-align: center;
    vertical-align: middle;
    transition: background-color 0.3s ease-in-out;

}
.blog .more-bloglink:hover {
    background-color: #777;
    color: #fff !important;
}
  .popper,
  .tooltip {
    position: absolute;
    z-index: 9999;
    background: #FFC107;
    color: black;
    width: 150px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 10px;     font-size: 14px;
    text-align: center;
  }

  .popper .popper__arrow,
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
  }

  .tooltip .tooltip-arrow,
  .popper .popper__arrow {
    border-color: #FFC107;
  }
  .style5 .tooltip .tooltip-arrow {
    border-color: #1E252B;
  }
  .popper[x-placement^="top"],
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px;
  }
  .popper[x-placement^="top"] .popper__arrow,
  .tooltip[x-placement^="top"] .tooltip-arrow {
    border-width: 5px 5px 0 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .popper[x-placement^="bottom"],
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px;
  }
  .tooltip[x-placement^="bottom"] .tooltip-arrow,
  .popper[x-placement^="bottom"] .popper__arrow {
    border-width: 0 5px 5px 5px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .tooltip[x-placement^="right"],
  .popper[x-placement^="right"] {
    margin-left: 5px;
  }
  .popper[x-placement^="right"] .popper__arrow,
  .tooltip[x-placement^="right"] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  .popper[x-placement^="left"],
  .tooltip[x-placement^="left"] {
    margin-right: 5px;
  }
  .popper[x-placement^="left"] .popper__arrow,
  .tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }


.buyvouch .voucher_choices { line-height: 0;  text-align: center; display: block; margin-left: -5px; margin-right: -5px; width:100%;padding-top: 30px; }
.buyvouch .voucher_choices .portfolio-item { border:1px solid #fff;	cursor: pointer; width: calc(20% - 20px); margin:5px; display: inline-block;   transition: transform .2s;  }
.buyvouch .voucher_choices img { width: 100%; }
.buyvouch .voucher_choices .portfolio-item:hover {  transform: scale(1.15); border:1px solid #f3e55a; }


@media only screen and  (max-width: 1000px) { .buyvouch .voucher_choices .portfolio-item { width: calc(33.333333% - 20px); } }

@media only screen and  (max-width: 800px) { .buyvouch .voucher_choices .portfolio-item { width: calc(50% - 20px); } }

.buyvouch .services  { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 170px; text-align: center; }
.buyvouch .top10 { margin-top: 10px; }
.buyvouch .totalprice-6 { width: 50%; display: inline-block; vertical-align: top; }
.buyvouch .VoucherCostBox  { display: table; width: 100%; } 
.buyvouch .form-submit { text-align: center; }
.buyvouch .totalprice p { font-size: 18px;}
@media only screen and  (max-width: 768px) {
.buyvouch .totalprice-6 { width: 100%; }
.buyvouch .totalsubmit { margin-top: 15px;}
}


.termscontainer { padding-top: 20px; font-size: 13px;  color: #fff;  }
.termscontainer a {  transition: color 0.3s ease-in-out; color: #fbf163; }
.termscontainer a:hover {  color: #777; }

.tandcModal { text-align: center; }
.tandcModal .tandcs a {  transition: color 0.3s ease-in-out; color: #fbf163; }
.tandcModal .tandcs a:hover {  color: #777; }
.standard-button { margin-top: 10px; padding: 20px 45px 20px 45px; border-radius: 4px;  background-color: #fbf163; color: #000; font-size: 16px; text-align: center; text-decoration: none; cursor: pointer; font-family: 'Tilt Warp', sans-serif; transition: background-color 0.3s ease-in-out; }
.standard-button:hover  { background-color: #777; color: #fff;  }


.tandcs { overflow: auto; padding: 10px;    max-width: 800px;
    height: 600px; width: 95%; 
    background-color: #000; color: #fff;
    margin-left: auto;     font-size: 14.5px;
    margin-right: auto; }
.tandcs p {padding-bottom: 20px; }

.sq-card-message { color: #cc0023 !important; }
.sq-card-wrapper .sq-card-message-no-error::before {     background-color: #cc0023 !important; }
.TPPaymentBox { padding-top: 20px; }