@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--primary: #d7282d;
	--secondary: #1c3555;
	--success: #198754;
	--white: #ffffff;
	--black: #000000;
	--dark-grey: #2d2926;
	--red:#d7282d;
	--dark-blue: #1c3555;
	--blue: #0b55af;
	--font-color: #5b6770;
	--font-body: "Inter", sans-serif;
	--font-body-weight: 400;
	--font-italic-heading: "Inter", sans-serif;
	--font-italic-heading-bold: "Inter", sans-serif;
	--font-heading: "Inter", sans-serif;
	--font-heading-weight: 700; 
	--font-heading-bolder: "Inter", sans-serif; 
	--font-heading-weight-bolder: 900;
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.container {
  max-width: 1760px;
}
.clear {
  clear: both;
  overflow: hidden;
}

body {
  font-size: 1.2rem;
  color: #474747;
  overflow-x: hidden;
  font-family: var(--font-body);
	font-weight: var(--font-body-weight);
}

.bg-alt {
  background-color: #f4f6f7;
}

html.noScroll2,
html.noScroll2 body {
  overflow: hidden;
  max-height: 100%;
}

a,
.clickable {
  cursor: pointer;
}

.text-small {
  font-size: 1rem;
}

.text-smaller {
  font-size: 0.8rem;
}

img {
  max-width: 100%;
}

.hidden,
.hide {
  display: none;
}

.video-container {
  max-width: 550px;
  width: 100%;
  display: inline-block;
}
.video-wrapper {
  margin: 0 auto 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.video-wrapper video {
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper-new {
  height: 100%;
  width: 100%;
  position: relative;
}
.video-wrapper-new iframe,
.video-wrapper-new object,
.video-wrapper-new embed,
.video-wrapper-new video {
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, 0);
}

/* //?bannertest=1 new banner 2022 */
.bannerNew {
  height: unset !important;
  width: 100% !important;
}

.header-bg-light {
  background-color: #e8ecef;
}

.text-blue,
.text-secondary {
  color: #3152ce !important;
}

.text-red,
.text-primary {
  color: #e72d2d !important;
}

.text-darkblue {
  color: #142d61 !important;
}

.bg-alt {
  background: #f4f6f7;
}
/* ---------------------------------------------------- */
/* 						Styling							*/
/* ---------------------------------------------------- */

a {
  color: #3152ce;
}

a:hover {
  color: #3152ce;
}

.error,
.hasError {
  border: 1px solid #db2b25 !important;
}

input.error,
.hasError {
  border: 1px solid #db2b25;
}

.btn {
  font-family: var(--font-heading-bolder);
	font-weight: var(--font-heading-weight-bolder);
  border-width: 2px;
  border-radius: 0px;
  text-transform: uppercase;
  cursor: pointer;
  height: 60px;
  font-size: 14px;
  text-align: center;
}

.btn-sm {
  height: 40px;
  line-height: calc(40px - 1rem);
}

.btn-lg {
  height: 60px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  line-height: calc(60px - 1rem);
}

/* 	Primary - Red
	Secondary - Blue 
	Dark 	 - Dark Grey */

/* Red */
.btn-primary {
  background: #db2b25;
  border-color: #db2b25;
  color: #fff;
}

.btn-primary:hover {
  background-color: #db2b25;
  border-color: #db2b25;
  color: #ffffff;
}

/* Blue */
.btn-secondary {
  background-color: #3152ce;
  border-color: #3152ce;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #3152ce;
  border-color: #3152ce;
  color: #ffffff;
}

.btn-outline-secondary {
  color: #3152ce;
  border-color: #3152ce;
}

/* Dark Grey */
.btn-dark {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.btn-dark:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.btn-outline-dark {
  color: #000000;
  background: #fff;
  border-color: #000000;
}
.btn-outline-dark:hover {
  color: #000000;
  background: #fff;
  border-color: #000000;
}

/* Other */

.btn-white {
  background-color: #ffffff;
  border-color: #3152ce;
  color: #3152ce;
}

.btn-green {
  background-color: #db2b25;
  border-color: #db2b25;
  color: #ffffff !important;
}

.btn-green:hover {
  background-color: #db2b25cc;
  border-color: #db2b25;
  color: #ffffff !important;
}
.btn-number {
  background: #fff;
  text-decoration: none;
  line-height: 30px;
  border: 1px solid #3152ce;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #3152ce;
  text-align: center;
  height: 60px;
  width: 60px;
  padding-top: 13px;
}

.btn-number.disabled {
  color: #dfe0e2;
  border: 1px solid #dfe0e2;
  pointer-events: none;
}

.labelBtn:hover,
.labelBtn.active {
  background-color: #3152ce !important;
  border-color: #3152ce !important;
}

@media (min-width: 576px) {
  .bookLocationBulk {
    max-width: 75%;
  }
}

.dropdown-toggle::after {
  display: inline-block;
  opacity: 0.8;
  vertical-align: middle;
  margin-left: 0.5em;
  content: "";
  height: 8px;
  width: 8px;
  border: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(/assets/images/icon-chevron-down.svg);
  filter: brightness(0.8);
}

.sticky .dropdown-toggle::after {
  filter: brightness(0.2);
}
.form-control {
  border-radius: 0px;
  background-color: #fff;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
  background: #fff;
  height: 60px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.43;
  color: #1c1e25;
}

.col-form-label {
  display: block;
  font-size: 12px;
  font-weight: var(--font-heading-weight-bolder);
  letter-spacing: 0.9px;
  color: #656973;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.form-control:focus {
  border-color: #666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(63, 63, 63, 0.6);
}

.form-control-sm {
  height: 40px;
  font-size: 14px;
  padding: 10px 15px;
}

.form-control-lg {
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #1c1e25;
  height: 60px;
  margin: 0 15px;
  padding-top: 13px;
  padding: 18px 15px;
}

select.form-control {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 25px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 5px top 50%;
}

.numberQtyWrap .form-control {
  margin: 0px 20px;
  width: calc(100% - 120px);
}

.confirm-container {
  border-top: 1px solid #656973;
}

.bookflow-cancel {
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.9px;
  color: #3152ce;
  cursor: pointer;
  background: 0 0;
  border: none;
  padding: 8px 0 0 25px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
}

.bookflow-cancel::before {
  position: absolute;
  margin: -2px 0 12px -20px;
  display: inline-block;
  font-family: "Font Awesome\ 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f060";
  bottom: 13px;
}

#closePopup {
  color: #fff;
}
/* ---------------------------------------------------- */
/* 						H Tags							*/
/* ---------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: var(--font-heading-weight-bolder);
  color: #1c1e25;
}

h1,
.h1 {
  font-size: 22px;
  line-height: /*28px*/ 31px;
  letter-spacing: -0.4px;
}

h3,
.h3 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.3px;
}

@media only screen and (max-width: 529px) {
  h3,
  .h3 {
    line-height: 38px;
  }
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.6px;
  }

  h3,
  .h3 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }

  h3,
  .h3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
}
@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 59px;
    letter-spacing: -1.1px;
  }

  h3,
  .h3 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: -0.8px;
  }
}

@media (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -1.3px;
  }

  h3,
  .h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.9px;
  }
}

h1.highlight,
h2.highlight,
h3.highlight,
h4.highlight,
h5.highlight,
h6.highlight {
  font-style: italic;
  font-weight: 900;
  font-style: italic;
  color: #3152ce;
}

.loginTitle {
  color: #000;
  font-style: italic;
  font-stretch: semi-condensed;
  font-size: 23px;
  font-weight: var(--font-heading-weight-bolder);
  letter-spacing: 1px;
  margin: 0 auto 14px;
  text-transform: uppercase;
}
/*  ----------------------------------------------------------	*/
/*  					Header 	  								*/
/*  ----------------------------------------------------------	*/
header {
  background: rgba(0, 0, 0, 0.2);
  transition: background-color 0.6s;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  border-top: 8px solid #1c1e25;
}

.whiteHeader,
.darkHeader {
  padding-top: 110px;
}

.darkHeader header {
  background: #16181e;
}

header.sticky,
.whiteHeader header {
  background: rgba(255, 255, 255, 1);
  transition: background-color 0.3s;
}

header .logo svg {
  fill: #ffffff;
  height: 24px;
  vertical-align: top;
}

header.sticky .logo svg path:nth-child(1),
header.sticky .logo svg path:nth-child(2),
.whiteHeader header .logo svg path:nth-child(1),
.whiteHeader header .logo svg path:nth-child(2) {
  fill: #e72d2d;
}

header.sticky .logo svg,
.whiteHeader header .logo svg {
  fill: #142d61;
}

header .btn {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  height: 36px;
  width: 115px;
  line-height: 36px;
  font-size: 12px;
  padding: 0 5px;
}

#header .navbar {
  height: 60px;
}

header .icon svg {
  width: 19px;
  height: 16px;
  fill: #fff;
  transition: fill 0.4s;
}

header.sticky .icon svg,
.whiteHeader header .icon svg {
  fill: #000000;
}

header .dropdown-toggle.user::after {
  display: none;
}

header.sticky .badge-light,
.whiteHeader header .badge-light {
  background: #3152ce;
  color: #fff;
}

header .navbar-toggler {
  padding: 2px 0px;
  width: 40px;
  height: 100%;
  color: #ffffff;
}

header.sticky .navbar-toggler,
.whiteHeader header .navbar-toggler {
  color: #000000;
}

header a {
  color: #ffffff;
}

header.sticky a,
.whiteHeader header a {
  color: #1c1e25;
}

header.sticky a.btn,
.whiteHeader header a.btn {
  color: #fff;
}

header a.btn.sign-out-head {
  color: #000000;
}

header a.btn.sign-out-head:hover {
  color: #ffffff;
}

#topBar {
  background: #1c1e25;
  color: #ffffff;
  text-align: right;
  padding: 2px 0px;
  font-size: 0.7rem;
  line-height: 23px;
}

#topBar .dropdown-menu {
  z-index: 1111;
}

#topBar a {
  color: #ffffff;
}

#topBar .dropdown a {
  color: #212529;
}

#topBar .menuItem {
  display: inline-block;
  vertical-align: middle;
}

#topBar .nearestLocationWrap .nearestLocationText {
  font-size: 0.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#topBar .nearestLocationWrap .nearestLocation {
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
}

#topBar .nearestLocationWrap .fa {
  display: none;
}

#topBar .languageSelectWrap {
  margin-left: 25px;
}

header #mainNavigation .navbar-nav {
  font-weight: bold;
  font-style: italic;
}

header #mainNavigation .nav-link {
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: var(--font-heading-weight);
  transition: color 0.4s;
  font-style: italic;
  font-size: 16px;
}

header.sticky #mainNavigation .nav-link,
.whiteHeader header #mainNavigation .nav-link {
  color: #1c1e25;
}
.open .dropdown-toggle::after {
  filter: brightness(0);
  background-image: url(/assets/images/icon-chevron-up.svg);
}

header.sticky :not(#topBar) .dropdown-toggle::after,
.whiteHeader header :not(#topBar) .dropdown-toggle::after {
  filter: brightness(0.2);
}

#header .dropdown-item-sideMenu,
#header .nav-dropdown-arrow {
  display: none !important;
}

@media (min-width: 768px) {
  header .logo svg {
    height: 32px;
  }
  #header .navbar {
    height: 80px;
  }
  header .btn {
    width: 161px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  header .btn {
    font-size: 8px;
  }
}

@media (min-width: 1200px) {
  header {
    border-top: 0px;
  }

  .language-text {
    display: none;
  }
}

@media (min-width: 1440px) {
  header .btn {
    width: 178px;
    height: 40px;
    font-size: 16px;
  }
  #header .logo {
    margin-right: 35px;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  #sideMenuWrapCollapse {
    display: none;
  }

  #header {
    position: relative;
  }

  #mainNavigation li,
  #header .container,
  #header .navbar {
    position: static;
  }

  #mainNavigation .nav-item {
    height: 80px;
    display: flex;
    align-items: center;
  }

  #mainNavigation .dropdown .dropdown-menu {
    opacity: 0;
    position: absolute;
    top: 76px;
    width: 100%;
    left: 0px;
    right: 0px;
    -webkit-transition: 0.5s all ease;
    -webkit-transition-delay: 5s;
    -moz-transition: 0.5s all ease;
    -moz-transition-delay: 5s;
    -ms-transition: 0.5s all ease;
    -ms-transition-delay: 5s;
    -o-transition: 0.5s all ease;
    -o-transition-delay: 5s;
    transition: 0.5s all ease;
    transition-delay: 5s;
    padding-bottom: 14px;
  }

  #mainNavigation .dropdown.open .dropdown-menu {
    display: block;
    opacity: 1;
    transition: display 0.5s, opacity 0.5s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  #mainNavigation .dropdown-item {
    display: inline-block;
    width: auto;
    font-weight: var(--font-heading-weight-bolder);
    font-style: normal;
    font-size: 1.2rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #mainNavigation .nav-link {
    margin: 0.5rem 1rem;
    padding: 0px;
  }

  .cart {
    margin-right: 30px;
  }

  #mainNavigation .dropdown-menu .dropdown-item {
    position: relative;
  }

  #mainNavigation .dropdown-menu .dropdown-item:before {
    content: " / ";
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 16px;
    opacity: 0.7;
  }

  #mainNavigation .dropdown-menu .dropdown-item:last-child:before {
    display: none;
  }

  #topBar .dropdown-item-sideMenu {
    display: none;
  }
}

@media (min-width: 1920px) {
  header .logo svg {
    height: 46px;
  }
}

/*  ----------------------------------------------------------	*/
/*  					Footer 	  								*/
/*  ----------------------------------------------------------	*/

footer {
  position: relative;
  letter-spacing: 1px;
  background: #fff;
}

footer::before {
  content: " ";
  display: block;
  height: 6px;
  width: 100%;
  background-image: linear-gradient(to right, #142d61, #3152ce 53%, #519af1);
}

footer .logo svg {
  height: 37px;
  margin-top: 74px;
}

footer .logo svg path:nth-child(1),
footer .logo svg path:nth-child(2) {
  fill: #e72d2d;
}

footer .logo svg {
  fill: #142d61;
}

footer ul.footer-links {
  margin: 20px 0 12px;
  padding-left: 0px;
}

footer ul.footer-links.social-links {
  margin-top: 15px;
}

footer ul.footer-links.footer-links-mt- {
  margin-top: 0px;
}

footer ul h6 {
  display: block;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 14px;
  color: #b0b2b7;
  font-style: italic;
}

footer ul.footer-links a,
footer ul li div.waiverSelect {
  color: #1c1e25;
  text-transform: uppercase;
  width: auto !important;
  font-size: 0.8rem;
}

footer .social {
  padding-left: 0px;
  text-align: center !important;
}

footer .social li {
  margin: 7px 0 15px 0;
  display: inline-block;
}

footer .standards {
  margin-bottom: 10px;
}

.social a {
  padding-left: 18px;
  padding-right: 18px;
}

.social .facebook svg {
  width: 17px;
  height: 17px;
}
.social .instagram svg {
  width: 16px;
  height: 17px;
}

.social .youtube svg {
  width: 21px;
  height: 17px;
}

.social .twitter svg {
  width: 21px;
  height: 21px;
}

.social .icon svg {
  fill: #3152ce;
}

footer .bottomFooter {
  background: #1c1e25;
  font-size: 12px;
  line-height: normal;
  color: #b0b2b7;
  padding: 36px 0px;
}

footer .bottomFooter a {
  color: #b0b2b7;
}
@media (min-width: 768px) {
  footer .standards {
    margin-bottom: 2px;
  }
}
@media (min-width: 1440px) {
  footer .logo svg {
    height: 47px;
    margin-top: 88px;
  }

  footer ul.footer-links a,
  footer ul li div.waiverSelect {
    font-size: 1rem;
  }
  footer ul.footer-links {
    margin-top: 5px;
  }

  footer ul.footer-links {
    margin-top: 5px;
  }
}

@media (min-width: 1920px) {
  footer .logo svg {
    height: 60px;
  }
}
/*  ----------------------------------------------------------	*/
/*  					Languages 	  							*/
/*  ----------------------------------------------------------	*/
.languageSelectWrap {
  display: inline-block;
  vertical-align: middle;
}

#topBar .dropdown-menu {
  min-width: 210px;
}

.dropdown-toggle {
  cursor: pointer;
}

h6.dropdown-item {
  font-weight: var(--font-heading-weight);
  font-style: italic;
  letter-spacing: 1px;
  font-size: 84%;
  text-transform: uppercase;
}

.languageSelectWrap .dropdown-toggle {
  cursor: pointer;
}

.languageSelectWrap .dropdown-toggle img {
  height: 13px;
}
.languageSelectWrap .dropdown-menu {
  border-radius: 0px;
}

.languageSelectWrap .dropdown-menu img {
  height: 12px;
}

.languageSelectWrap .dropdown-item .fa {
  font-size: 66%;
  color: #3152ce;
}

/* ---------------------------------------------------
    SIDEMENUWRAP STYLE
----------------------------------------------------- */
#sideMenuWrap {
  border-top: 1px solid #ebebeb;
}

#sideMenuWrap,
#sideMenuWrap .dropdown-menu {
  width: 283px;
  position: fixed;
  top: 68px;
  left: -288px;
  height: calc(100vh - 68px);
  z-index: 999;
  background: #ffffff;
  color: #1c1e25;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sideMenuWrap.active {
  left: 0;
}

#sideMenuWrap .dropdown-menu {
  padding-top: 0px;
}

#sideMenuWrap .nav-item .nav-link.dropdown-toggle {
  padding-right: 40px;
  position: relative;
}

#sideMenuWrap .dropdown-toggle::after {
  filter: brightness(0.1);
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 25px;
}

#sideMenuWrap .dropdown-menu {
  top: 68px;
  left: -283px;
  margin-top: 0px; /* -5px*/
  margin-left: 0px;
  box-shadow: 0px;
  border-radius: 0px;
  transform: translate(0px, 0px) !important;
  transition: all 0.3s;
}
#sideMenuWrap .dropdown-menu.show {
  transform: translate(0px, 0px) !important;
  left: 0px;
  top: 68px;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #7386d5;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sideMenuWrap .menuTopLink {
  color: #1c1e25;
  font-weight: var(--font-heading-weight);
  background: #ffffff;
  height: 58px;
  padding-right: 25px;
  padding-left: 26px;
  display: flex;
  align-items: center;
}

#sideMenuWrap .menuTopLink a {
  color: #1c1e25;
}

#sideMenuWrap .dropdown {
  position: static;
}

/* AW - Dropdown arrow overlay to show submenu rather than following link */
#sideMenuWrap .nav-dropdown-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 54px;
  height: 54px;
}

#sideMenuWrap .menuItem {
  color: #1c1e25;
  font-style: italic;
  height: 58px;
  padding-right: 25px;
  padding-left: 26px;
  display: flex;
  align-items: center;
  border-top: 1px solid #ebebeb;
  width: 100%;
  position: relative;
}

#sideMenuWrap .badge-light {
  color: #ffffff;
  background-color: #3152ce;
}

#sideMenuWrap .nav-item,
#sideMenuWrap .dropdown-item {
  border-top: 1px solid #ebebeb;
  background: #fff;
  letter-spacing: 0.7px;
  color: #1c1e25;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 30px;
  font-weight: 500;
}

#sideMenuWrap .dropdown-item {
  padding-top: 14px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 26px;
  font-size: 16px;
}

#sideMenuWrap .dropdown-item.dropdown-item-sideMenu {
  text-transform: uppercase;
  font-style: italic;
}

#sideMenuWrap .dropdown-item.dropdown-item-sideMenu .fa {
  font-size: 9px;
  margin-right: 5px;
}

#sideMenuWrap .nav-item .nav-link {
  font-style: italic;
  text-decoration: none;
  color: #1c1e25;
  padding-top: 14px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 26px;
  text-transform: uppercase;
  font-weight: 400;
  background: #fcfcfc;
}

#sideMenuWrapCollapse {
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 7px 5px;
}

.togglerWrap {
  height: 100%;
  width: 100%;
  position: relative;
}

#sideMenuWrapCollapse span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.sticky #sideMenuWrapCollapse span,
#sideMenuWrapCollapse.open span {
  background: #1c1e25;
}

#sideMenuWrapCollapse span:nth-child(1) {
  top: 0px;
}

#sideMenuWrapCollapse span:nth-child(2),
#sideMenuWrapCollapse span:nth-child(3) {
  top: 6px;
}

#sideMenuWrapCollapse span:nth-child(4) {
  top: 12px;
}

#sideMenuWrapCollapse.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

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

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

#sideMenuWrapCollapse.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.sideMenu {
  height: calc(100% - 82px);
  background: #fcfcfc;
  overflow: auto;
}

.sideMenuText {
  position: absolute;
  bottom: 6px;
  left: 0px;
  width: 100%;
  font-size: 8.5px;
  text-align: center;
  color: #1c1e25;
  letter-spacing: 0.2px;
  margin: 28px auto;
}

.sideMenuTextBottomBar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
  height: 6px;
  background-image: linear-gradient(to right, #142d61, #3152ce 53%, #519af1);
}

.mCustomScrollBox,
.mCSB_container {
  min-height: 100%;
  height: 100%;
}

#sideMenuWrap .nearestLocationWrap {
  color: #656973;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.3px;
  flex-wrap: wrap;
  padding-top: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  height: auto;
}

#sideMenuWrap .nearestLocationWrap span {
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  line-height: 31px;
  color: #3152ce;
  display: block;
  width: 100%;
}

#sideMenuWrap .nearestLocationWrap .nearestLocation span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

#sideMenuWrap .nearestLocationWrap .dropdown-menu {
  height: auto;
}

.myAccountDropdown {
  right: auto;
  left: 50%;
  border-radius: 0px;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #fff;
  box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.13);
  z-index: 2;
  user-select: none;
  color: #1c1e25;
  width: 300px;
  padding: 25px;
}

@media (min-width: 768px) {
  #sideMenuWrap,
  #sideMenuWrap .dropdown-menu {
    top: 108px;
    height: calc(100vh - 88px);
  }
}

#loginModal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
}

#loginModal h2 {
  color: #000;
  font-style: italic;
  font-size: 20px;
  font-weight: var(--font-heading-weight);
  letter-spacing: 0.5px;
  text-align: center;
  margin: 0 auto 14px;
}

#loginModal .modal-header {
  border: none;
  padding-bottom: 0;
}
.modalWrap {
  flex: 1;
  padding: 15px 0px;
  color: #656973;
  font-weight: 400;
}

#loginModal input::-webkit-input-placeholder {
  color: #888;
  font-weight: 100;
}

.agreement a,
.agreement a:hover {
  color: inherit;
  text-decoration: underline;
}

@media only screen and (min-width: 550px) {
  .modalWrap {
    padding: 16px 55px;
  }
}
/*  ----------------------------------------------------------	*/
/*  						Banners 	  						*/
/*  ----------------------------------------------------------	*/
#slider {
  position: relative;
}
#slider .slide {
  background-size: cover;
  background-position: center center;
  height: 308px;
}

#slider h3 {
  text-shadow: 1px 1px 5px #000;
  color: #fff;
  font-size: 40px;
  letter-spacing: 3.6px;
  margin-bottom: 8px;
  font-weight: 500;
  font-stretch: semi-condensed;
  text-transform: uppercase;
  font-style: italic;
}

#slider h2 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.3px;
  margin-bottom: 29px;
  font-weight: 900;
  text-shadow: 1px 1px 5px #000;
  color: #fff;
}

#slider .btn {
  color: #3152ce;
  background-color: #fff;
  font-weight: var(--font-heading-weight);
  height: auto;
  letter-spacing: 0.5px;
  min-width: 150px;
  line-height: 30px;
  font-size: 10px;
  padding: 0 15px;
}

.slide {
  position: relative;
}

.slide .slideOverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.slide .slideOverlay .slideWrap {
  text-align: center;
  padding: 0 45px;
  width: 100%;
}

.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0%, -50%);
  z-index: 1;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}

.slick-next.slick-arrow {
  left: auto;
  right: 15px;
}

@media (min-width: 768px) {
  #slider .slide {
    height: 471px;
  }
  #slider h2 {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.5px;
    margin-bottom: 36px;
  }
  #slider .btn {
    min-width: 30%;
    line-height: 36px;
    font-size: 12px;
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  #slider .slide {
    height: 550px;
  }
  #slider h2 {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.5px;
    margin-bottom: 47px;
  }
  #slider .btn {
    min-width: 30%;
    line-height: 48px;
    font-size: 13px;
    padding: 0 25px;
  }
}
@media (min-width: 1440px) {
  #slider .slide {
    height: 755px;
  }
  #slider h2 {
    font-size: 76px;
    line-height: 89px;
    letter-spacing: -0.8px;
    margin-bottom: 50px;
  }
  #slider .btn {
    padding: 0 30px;
    line-height: 60px;
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  #slider .slide {
    height: 904px;
  }
  #slider h2 {
    font-size: 90px;
    line-height: 97px;
    letter-spacing: -0.5px;
    margin-bottom: 66px;
  }
  #slider .btn {
    line-height: 58px;
    font-size: 16px;
    padding: 0 35px;
  }
}

/*  ----------------------------------------------------------	*/
/*  					Home 	  								*/
/*  ----------------------------------------------------------	*/
.alerts-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 5;
}

.info-section {
  background-color: #3152ce;
}

.alerts-wrapper .info-section {
  background-color: rgba(49, 82, 206, 0.7);
}

.info-section a {
  display: block;
}
.info-section a:hover {
  text-decoration: none;
}
.info-section p {
  font-size: 21px !important;
  font-weight: bold;
}

.important-notice-section {
  background-color: #213a98;
}

.alerts-wrapper .important-notice-section {
  background-color: rgb(33, 58, 152, 0.7);
}

.important-notice-section a {
  display: block;
}
.important-notice-section p {
  font-size: 18px !important;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .info-section p {
    font-size: 17px !important;
    font-weight: bold;
  }

  .important-notice-section p {
    font-size: 14px !important;
    text-transform: uppercase;
  }
}

@media (max-width: 575px) {
  .info-section p {
    font-size: 15px !important;
    font-weight: bold;
  }

  .important-notice-section p {
    font-size: 12px !important;
    text-transform: uppercase;
  }
}

.section {
  padding: 24px 0px;
}

.section-spacer {
  margin-bottom: 24px;
}

.lg-link-boxes {
  position: relative;
  background-size: cover;
  background-position: center;
  max-width: 320px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 35px;
  min-height: 360px;
  font-size: 12px;
  line-height: 18px;
}

.lg-link-boxes.planenevent {
  background-image: url("/assets/images/home/plan-your-event.jpg");
}

.lg-link-boxes.whattoexpect {
  background-image: url("/assets/images/home/what-to-expect.jpg");
}

.lg-link-boxes.specialoffers {
  background-image: url("/assets/images/home/special-offers.jpg");
}

.lg-link-boxes .text,
.image-box-main {
  position: absolute;
  width: 65%;
  top: 0;
  margin-left: 10%;
  padding: 10px 15px;
  background: #fff;
  text-align: left;
  right: 0;
}

.link-arrow {
  font-weight: 900;
  display: inline-block;
  padding-right: 54px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAKCAYAAADRuIyZAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTZGRTJEMkMzRTNDMTFFOUE2QTFCMTQ4N0QwRjg4REUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTZGRTJEMkQzRTNDMTFFOUE2QTFCMTQ4N0QwRjg4REUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNkZFMkQyQTNFM0MxMUU5QTZBMUIxNDg3RDBGODhERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNkZFMkQyQjNFM0MxMUU5QTZBMUIxNDg3RDBGODhERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Prr3T9YAAAHESURBVHjavJTNS1RRGMafc+6Ze2eaca5j09ymL79o7yJpN4s2tpAKZqdlUJugRQiJoAxuXIgKGgZtAjcuBbNaii2EWiQYBBnC9KEJjh+TeNWZ+3l8Z/6H43s4q/PC+/D8nvewz2v/EYQAY1BSfiBxJWMgZQroOsfqd/vuytcjI5UUi4GU0AWDmRQQUFyxKMe/HQdfvtmIx/j1wqvNj1Un1F48yt4xE+LTSSWo93HVQgKaE4YS6ZRA+43Y1pO8NX5w6GN2YXf5+DTImQ0avRORH0Ub1AemUEwNO1GAIAwtVw3Mvd97NjS1+SZ7ScfTfCbXfC26wnperi85bmhxzmzV7pAYrmk4jRrc/vmr0lXa94xEnKPvgZUXG3+qt6uOTHDlkEgIHd+XlBUNkQij8DL83XbRZGrtIteZ7HA8aXCGQKUIP6jT9zJNouj5cvjd0sHobtnDTKFt8PF9a0K4nizSBVcYEhqMmMGQboxQeGXXh+Xy6NaOi9eFtoG+e9bk/qGrfn1pMMgFZNN6DUfr2/nS4nqxgtmxm/0PuzPTpbJTXxZxDgHFRXIifoHXPs7fuVvJkee9l8Oe7vT09l613iM0hjMBBgBEXaxZyYFE+AAAAABJRU5ErkJggg==)
    right no-repeat;
}

.index-info-boxes-col:nth-child(2) {
  margin-top: 0px;
}

.index-info-boxes {
  display: inline-block;
  max-width: 100%;
  width: 521px;
  text-align: left;
  margin-bottom: 67px;
  font-size: 20px;
  line-height: 31px;
}

.index-info-boxes img {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .lg-link-boxes {
    margin-bottom: 67px;
  }
}

@media only screen and (min-width: 768px) {
  .lg-link-boxes {
    min-height: 360px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1440px) {
  .lg-link-boxes {
    min-height: 510px;
  }
}

@media only screen and (min-width: 1920px) {
  .lg-link-boxes {
    min-height: 620px;
  }
}

@media (min-width: 768px) {
  .lg-link-boxes {
    max-width: 480px;
    margin-bottom: 67px;
  }

  .index-info-boxes-col:nth-child(2) {
    margin-top: 260px;
  }

  .lg-link-boxes .text {
    padding: 25px;
    min-height: 100px;
  }
}

@media (max-width: 767px) and (min-width: 421px) {
  .lg-link-boxes {
    margin-bottom: 67px;
  }
  .lg-link-boxes .text,
  .image-box-main {
    padding: 15px 5px 15px 15px;
  }
}

@media (min-width: 1024px) {
  .section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .section-spacer {
    margin-bottom: 54px;
  }
}
@media (min-width: 1066px) {
  .lg-link-boxes {
    max-width: 355px;
    height: 450px;
    margin-bottom: 67px;
  }

  .section {
    padding-top: 95px;
    padding-bottom: 67px;
  }

  .section-spacer {
    margin-bottom: 67px;
  }
}

@media (min-width: 1441px) {
  .lg-link-boxes {
    max-width: 460px;
    height: 617px;
  }
}
/*  ----------------------------------------------------------	*/
/*  					Cat 	  								*/
/*  ----------------------------------------------------------	*/

.top-text {
  text-align: center;
  padding-top: 50px;
}

.confirm-container {
  border-top: 1px solid #656973;
  padding: 50px 40px;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

.confirm-container .btn {
  width: 230px;
  height: 60px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 40px;
}

.productItem {
  font-size: 14px;
  line-height: 1.86;
  color: #656973;
}

.productItem h2 {
  color: #1c1e25;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -0.9px;
}

.productItem .subHeading {
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #142d61;
  text-transform: uppercase;
  margin: 10px 0;
}

.productItem .productDesc {
  font-size: 16px;
  line-height: 1.63;
  text-align: left;
  color: #656973;
  overflow: hidden;
  min-height: 250px;
}

.productItem .productDescEx {
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
  color: #656973;
  overflow: hidden;
}

.productItem ul li {
  color: #1c1e25;
  margin: 4px 0;
  font-size: 16px;
  line-height: 1.44;
  padding-left: 30px;
}

.productItem .price {
  margin: 10px 0;
  font-style: italic;
  font-size: 70px;
  font-weight: 900;
  color: #1c1e25;
  line-height: normal;
}

.productItem .price .small {
  font-size: 35px;
  position: relative;
  padding-top: 15px;
  padding-left: 5px;
}

.productItem label {
  text-align: center;
  font-size: 12px;
  font-weight: var(--font-heading-weight-bolder);
  letter-spacing: 0.9px;
  color: #656973;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.select-time {
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #1c1e25;
}

.sub-text {
  font-size: 20px;
  font-style: italic;
  line-height: 1.3;
  color: #656973;
}

.catItem a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.catItem a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.catItem .readmore {
  position: absolute;
  top: 92%;
  padding-left: 32px;
}

.catItem .readmoreLocation {
  color: #3152ce;
  padding-left: 0;
}

.catItem .locLink {
  cursor: pointer;
}

/*  ----------------------------------------------------------	*/
/*  					Breadcrumb 	  							*/
/*  ----------------------------------------------------------	*/

.breadcrumbWrap {
  border-bottom: 1px solid #d3d5d6;
  background: #fff;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
}

.breadcrumb li {
  flex-grow: 1;
  opacity: 0.4;
  margin-bottom: 0px !important;
}
.breadcrumb li.active {
  opacity: 1;
  font-weight: var(--font-heading-weight-bolder);
  color: #434343;
}

.breadcrumb li.active .fa {
  color: #ee223b;
}

.breadcrumb span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

/*  ----------------------------------------------------------	*/
/*  					Breadcrumb New 	  						*/
/*  ----------------------------------------------------------	*/
.breadcrumbNew {
  margin-top: 35px;
  margin-bottom: 15px;
  color: #fff;
}

.breadcrumbNew .breadcrumb {
  flex-wrap: nowrap;
}

.breadcrumbNew .breadcrumb-item {
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 1.3px;
  text-align: center;
  color: #b0b2b7;
  text-transform: uppercase;
  cursor: pointer;
}

.breadcrumbNew .breadcrumbNumber {
  text-align: center;
  display: inline-block;
  background: #b0b2b7;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  color: #1c1e25;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 25px;
}

.breadcrumbNew .breadcrumbNumber span {
  margin-top: 0px;
}

.breadcrumbNew .breadcrumb-item.active {
  color: #fff;
}

.breadcrumbNew .breadcrumb-item.active .breadcrumbNumber {
  width: 50px;
  height: 50px;
  padding: 10px;
  margin-top: 0;
  font-size: 18px;
  color: #fff;
  background: #3152ce;
  margin-bottom: 15px;
}

.breadcrumbNew .active .breadcrumbNumber span {
  margin-top: 5px;
}

.breadcrumbNew .breadcrumbNumberWrap {
  position: relative;
}

.breadcrumbNew .breadcrumbNumber::after {
  position: absolute;
  top: 0;
  transform: translateY(25px);
  content: "";
  width: 60%;
  right: 0px;
  margin-right: -32.5%;
  height: 1px;
  background-color: gray;
  display: block;
  z-index: 0;
  color: #f4f6f7;
}

.breadcrumbNew .breadcrumb-item:last-child .breadcrumbNumber::after {
  display: none;
}

/*  ----------------------------------------------------------	*/
/*  					Banners 	  					*/
/*  ----------------------------------------------------------	*/
/*
/*  ----------------------------------------------------------	*/
/*  					Questions /FAQs 	  					*/
/*  ----------------------------------------------------------	*/
.questionWrap .card-header {
  font-weight: bold;
  position: relative;
  padding-right: 35px;
}

.questionWrap .card-header .fa {
  position: absolute;
  right: 15px;
  top: 15px;
}

/*  ----------------------------------------------------------	*/
/*  					Tabs 	  								*/
/*  ----------------------------------------------------------	*/

.nav-tabs .nav-link {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.nav-tabs .nav-link span {
  height: 5px;
  width: 100%;
  background: transparent;
  display: block;
  margin-top: 7px;
  margin-bottom: -8px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #002173;
}

.nav-tabs .nav-link:focus {
  color: #212529;
}

.nav-tabs .nav-link:focus span,
.nav-tabs .nav-link:hover span {
  background: #002173;
}

.nav-tabs .nav-item.show .nav-link span,
.nav-tabs .nav-link.active span {
  background: #db2b25;
}

.details {
  display: inline-block;
  width: 50%;
  margin-right: -5px;
  vertical-align: top;
}

.details.full {
  width: 100%;
}

.details.left {
  padding-right: 10px;
}

.details.right {
  padding-left: 10px;
}

/* ---------------------------------------------------- */
/* 						Basket							*/
/* ---------------------------------------------------- */
.basketItem {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.basketItem:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.basketItems .basketImage {
  display: inline-block;
  vertical-align: top;
  width: 110px;
}

.basketItems .basketText {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 115px);
  padding-left: 10px;
}

.basketSummaryWrap.final .basketItems .basketImage {
  display: none;
}

.basketSummaryWrap.final .basketItems .basketText {
  width: 100%;
  padding-left: 0px;
}

.basketSummaryWrap {
  background: #002173;
  color: #fff;
}

.basketPriceName {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

.basketPriceValue {
  vertical-align: top;
  text-align: right;
  float: right;
}

.basketPrices .basketPriceName,
.basketPrices .basketPriceValue {
  flex-grow: 1;
  width: 50%;
  margin-bottom: 5px;
}

.basketPriceName.total,
.basketPriceValue.total {
  font-size: 16px;
  font-weight: bold;
}

.details .basketSummaryWrap .agreeWrap {
  border-right: 0px;
  padding-right: 0px;
  margin-right: 0px;
}

.details .basketSummaryWrap label.agreeText {
  width: 100%;
}

.basketItem .deleteHover {
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.basketItem a:hover .deleteHover {
  display: block;
}

#promoWrap,
#openPromo {
  margin-bottom: 15px;
}

#openPromo {
  background: #ffffff;
  border-color: #ffffff;
  color: #231f20;
}

.details #promoWrap input {
  width: calc(100% - 150px);
  margin: 0px;
}

.details #promoWrap button {
  width: auto;
}

.basketSummaryWrap .error {
  background: #fff;
  padding: 4px 10px;
  color: #ee223b;
  margin-bottom: 5px;
  font-size: 13px;
}

/*  ----------------------------------------------------------	*/
/*  					Reviews: 						
/*  ----------------------------------------------------------	*/
.satisfaction-rating {
  position: relative;
  font-size: 50px;
  line-height: 50px;
  font-weight: var(--font-heading-weight-bolder);
  margin: 0 0 10px 0;
  color: #db2b25;
}

.attribution {
  color: #70b6f0;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 23px;
}

/*  ----------------------------------------------------------	*/
/*  					Login/Checkout: 						*/
/*  ----------------------------------------------------------	*/

.register-wrap {
  max-width: 750px;
}

.login-wrap,
.register-wrap,
.checkout-wrap,
.myaccount-wrap {
  background: #ffffff;
  color: #000000;
  padding: 25px;
  margin: 25px auto;
}

.checkout-wrap.login input,
.checkout-wrap.login input[type="submit"] {
  width: 100%;
  max-width: 350px;
}

.login-wrap a:hover,
.checkout-wrap a:hover {
  text-decoration: underline;
}

.checkout-wrap a.button:hover {
  text-decoration: none;
}

.loginWrap input,
.checkout-wrap input {
  width: 100%;
  margin: 5px 0px;
  line-height: normal;
}

.register-wrap input[type="submit"].button.fright,
.checkout-wrap input[type="submit"].button.fright {
  padding: 5px 15px;
  line-height: 20px;
}

.checkoutWrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

.checkoutLogin {
  width: 48%;
  width: calc(50% - 20px);
  margin: 10px;
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 5px solid #ee223b;
  box-shadow: 0px 2px 5px 0px #999;
  flex-grow: 1;
  text-align: center;
}

.checkoutWrap input {
  margin: 3px 0px;
}

.checkoutWrap input.button.full {
  width: 100%;
  margin-top: 5px;
}

.checkoutWrap:first-child() {
  margin-left: 0px;
}

.checkoutWrap:last-child() {
  margin-right: 0px;
}

input.icon,
select.icon {
  background-position: left 5px center;
  padding-left: 30px;
  background-repeat: no-repeat;
}

input.icon.password {
  background-image: url(/images/icon-password.png);
}

input.icon.user {
  background-image: url(/images/icon-user.png);
}

select.icon.user {
  background-image: url(/images/dropdown-arrow.jpg), url(/images/icon-user.png);
  background-position: right center, left 5px center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
}

input.icon.email {
  background-image: url(/images/icon-email.png);
}

input.icon.token {
  background-image: url(/images/icon-key.png);
}

input.icon.phone {
  background-image: url(/images/icon-phone.png);
}

input.icon.mobile {
  background-image: url(/images/icon-mobile.png);
}

input.icon.home {
  background-image: url(/images/icon-home.png);
}

select.icon.home {
  background-image: url(/images/dropdown-arrow.jpg), url(/images/icon-home.png);
  background-position: right center, left 5px center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
}

input.icon.company {
  background-image: url(/images/icon-company.png);
}

.login-wrap input[type="submit"] {
  margin-bottom: 15px;
}

.login-wrap input[type="submit"],
.login-wrap input {
  border-radius: 0;
}

.login-wrap p {
  font-size: 10pt;
  text-align: center;
  margin-top: 5px;
}

.register-wrap label,
.checkout-wrap label,
.myaccount-wrap label,
.details label {
  width: 140px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
  margin: 4px 0px;
}

.register-wrap label.wide,
.checkout-wrap label.wide,
.myaccount-wrap label.wide,
.details label.wide {
  min-width: 180px;
}

.details input,
.details select,
.details textarea {
  width: calc(100% - 135px);
  max-width: 300px;
  margin: 4px 0px;
}

.details input.full,
.details select.full,
.details textarea.full {
  width: 100%;
}
.details textarea {
  max-width: none;
  height: 120px;
}

.agreeWrap {
  font-size: 1rem;
  line-height: 22px;
}

.agreeWrap:last-child() {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px;
}

.agreeText {
  line-height: 40px;
  vertical-align: top;
  font-size: 11pt;
  margin: 5px 0px;
  display: inline-block;
}

.agreeCheckbox {
  vertical-align: top;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 5px 0px;
  margin-left: 25px;
  -moz-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
  -o-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
  -webkit-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
  transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5);
}

.agreeCheckbox:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.agreeCheckbox:hover:after {
  color: white;
}

.agreeCheckbox:after {
  line-height: 40px;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  display: block;
  content: "";
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  width: 100%;
  height: 100%;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  font-size: 44px;
  -moz-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
  -o-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
  -webkit-transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
  transition: all 0.15s cubic-bezier(0.5, 0, 0, 1.5), font-size 0.35s cubic-bezier(0.5, 0, 0, 3);
  content: "\f00c";
  background-color: rgba(165, 194, 92, 0);
}

.agreeCheckbox.checked:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  line-height: 40px;
  font-size: 32px;
  color: white;
  background-color: #48b045;
}

.agreeCheckbox.checked:hover:after {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.checkboxHidden {
  height: 0px;
  width: 0px;
  overflow: hidden;
  position: absolute;
  left: -9999px;
}

#popupOverlay,
.popupOverlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.messagePopup {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  display: inline-block;
  transform: translate(-50%, -50%);
  padding: 25px;
  text-align: left;
}

#dateAndTimeArea table {
  width: 100%;
}

table {
  display: table;
  width: 100%;
  text-align: left;
  color: #000000;
  margin-bottom: 35px;
  border-collapse: collapse;
  border-spacing: 0;
}

tbody {
  display: table-row-group;
}

table tr {
  border: 1px solid #ececec;
}

tr {
  display: table-row;
}

table tr th {
  padding: 5px;
  background: #ededed;
  border-left: 1px solid #ededed;
}

th,
td {
  display: table-cell;
}

ul li {
  position: relative;
}

#hero-video {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  z-index: 0;
  max-width: 1170px;
  height: 100%;
  padding-bottom: 0px;
}

#hero-video video {
  object-fit: fill;
}

.hero-image-wrapper {
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper1 {
  overflow: hidden;
}

.container-voucher {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}

.hero-image-wrapper .hero-curve {
  display: block;
  position: absolute;
  bottom: 0;
  left: -5px;
  right: -5px;
  z-index: 5;
  height: 40px;
  background-image: url("/assets/images/hero-curve.svg");
  background-size: 100% 100%;
}
.hero-image-wrapper .videoIce {
  background-image: url("/assets/images/video-ice.png"), url("/assets/images/video-snow.png");
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-image-wrapper.index .hero-banner {
  width: 100%;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  display: block;
  position: absolute !important;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 1px;
  right: 0;
  z-index: 1;
  height: 100%;
}

.hero-image-wrapper.index .hero-banner1 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  display: block;
  position: absolute !important;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 1px;
  right: 0;
  z-index: 1;
  height: 100%;
}

.hero-image-wrapper.index .hero-message {
  background: rgba(199, 17, 24, 0.75);
  margin-top: 120px;
  margin-bottom: 120px;
  z-index: 9;
  color: #fff;
  position: relative;
  border: 2px solid #fff;
  border-radius: 5px;
}

.offers .hero-message-new {
  background-color: #c61018;
  background: rgba(199, 17, 24, 1);
  color: #fff;
  border: 2px solid #fff;
}

.hero-image-wrapper.index .hero-message .btn.btn-primary {
  border: 2px solid #fff !important;
}

.hero-image-wrapper.index .hero-message .small {
  font-weight: var(--font-heading-weight-bolder);
  font-size: 14px;
}

.hero-image-wrapper.image .hero-banner img {
  width: 100%;
}

.hero-image-wrapper.index {
  background: #474747;
}

.vr-element {
  background-position: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin: 0 -15px 45px;
  height: 650px;
  background-size: 100% 100%;
}

.vr-element img {
  height: 100%;
  width: 100%;
}

.vr-element .panel-box-full {
  padding-top: 160px;
  padding-bottom: 125px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.vr-element.text-right--fade::after {
  content: "\20";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: 0.35;
  z-index: 3;
}

.vr-element.text-right--fade::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #29224d 60%, #2f2951);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#29224d',GradientType=1);
  width: 75%;
}

.vr-element-new {
  background-image: url("/assets/images/vr-xmas-ice.jpg");
  background-position: 20%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
  z-index: 2;
  margin: 0 -15px 45px;
  height: 500px;
}

.vr-element-new .panel-box-full {
  padding-top: 115px;
  padding-bottom: 115px;
  color: #fff;
  position: relative;
  z-index: 5;
}

.vr-element-new.text-right--fade::after {
  content: "\20";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  opacity: 0.277;
  z-index: 3;
}

.vr-element-new.text-right--fade::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iIzI5MjI0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #29224d 60%, rgba(225, 225, 225, 0.2));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#29224d',GradientType=1);
  width: 75%;
  opacity: 0.55;
}

#shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.12), -3px -3px 3px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.24);
}

.hero-banner1 {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.video-wrapper1 {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  width: 100%;
}
.video-wrapper1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  ----------------------------------------------------------	*/
/*  					Tabs 	  								*/
/*  ----------------------------------------------------------	*/

#bookingBar .nav {
  flex-wrap: nowrap;
}

.nav-tabs .nav-link {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.nav-tabs .nav-link span {
  height: 5px;
  width: 100%;
  background: transparent;
  display: block;
  margin-top: 7px;
  margin-bottom: -8px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  color: #002173;
}

.nav-tabs .nav-link:focus {
  color: #212529;
}

.nav-tabs .nav-link:focus span,
.nav-tabs .nav-link:hover span {
  background: #002173;
}

.nav-tabs .nav-item.show .nav-link span,
.nav-tabs .nav-link.active span {
  background: #c61018;
}

/*  ----------------------------------------------------------	*/
/*  					Booking Bar 	  						*/
/*  ----------------------------------------------------------	*/
#bookingBar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background: rgba(67, 67, 67, 0.9);
  color: #fff;
  z-index: 50;
}

#bookingBar .nav-link {
  border-color: #fff !important;
  border: 2px solid;
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#bookingBar .nav-link.active {
  background: #002173 !important;
  border-color: #fff !important;
}

#bookingBar .tab-pane {
  border-top: 2px solid #fff;
  background: #002173;
}

#bookingBar .btn-primary:not(:disabled):not(.disabled).active:focus,
#bookingBar .btn-primary:not(:disabled):not(.disabled):active:focus,
.show > #bookingBar .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.btn-primary.disabled {
  background-color: rgba(0, 0, 0, 0.25) !important;
  border-color: transparent !important;
}

#bookingBar #closeBookingBarTabs {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  display: none;
}

/*  ----------------------------------------------------------	*/
/*  					Media Queries 	  						*/
/*  ----------------------------------------------------------	*/
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 850px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 970px) {
  .vr-element.text-right--fade:after {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  .breadcrumb span {
    display: none;
  }
  .breadcrumb li.active span {
    display: block;
  }

  .breadcrumb li .fa {
    line-height: 66px;
  }

  .breadcrumb li.active .fa {
    line-height: 36px;
  }
}

@media screen and (max-width: 750px) {
  .video-wrapper1 {
    position: relative;
    top: auto;
    transform: translate(0%, 0%);
    padding-top: 0px;
  }
  .hero-banner1 {
    height: auto !important;
  }
}

@media screen and (max-width: 750px) {
  .video-wrapper-new iframe,
  .video-wrapper-new object,
  .video-wrapper-new embed,
  .video-wrapper-new video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translate(0%, 0);
  }

  .video-wrapper-new {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    padding: 56% 0 0;
    height: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 640px) {
  .nav-tabs .nav-link {
    font-size: 13px;
    line-height: 14px;
  }
}

@media screen and (max-width: 500px) {
  .nav-tabs .nav-link {
    font-size: 10px;
    line-height: 11px;
  }

  #bookingBar .nav-link {
    padding: 14px 3px;
  }
}

@media screen and (max-width: 575px) {
  .left {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 575px) {
  .hero-image-wrapper.index .hero-banner {
    width: 100%;
    position: relative !important;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    z-index: 0;
    height: auto;
  }
  #hero-video {
    -webkit-mask-image: none;
    height: auto;
    padding-bottom: 0px;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%, 0);
    padding-bottom: 56.25%;
  }
  .videoIce {
    display: none;
  }

  .hero-image-wrapper.index {
    background: none;
  }

  .hero-image-wrapper.index .hero-message {
    background: #c61018;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 0;
  }

  .messagePopup {
    width: 90%;
  }
}

@media screen and (max-width: 575px) {
  .breadcrumb li {
    display: none;
  }

  .breadcrumb li.active {
    display: block;
  }
}

@media (max-width: 768px) {
  .vr-element {
    height: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .vr-element {
    background-position: 50% 50%;
    background-size: 95% 75%;
  }
}

@media only screen and (max-width: 380px) {
  .vr-element {
    background-size: 93% 70%;
  }
}

.instructor-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 70vh;
  min-width: 30vw;
}

.instructor-image-right {
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 55vh;
  min-width: 33vw;
}
.instructor-image-alt {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 55vh;
  min-width: 35vw;
}
.instructor-image-cont {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 55vh;
  min-width: 45vw;
}
.instructor-text {
  color: #142d61;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.7px;
}

.instructor-bg {
  background-color: #f0f3f5;
}

.image-container {
  height: 100%;
  overflow: hidden;
}

.social-image {
  padding: 35px;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.social-image:hover {
  transform: scale(1.1);
}

.card {
  border: none;
}

.card-img-top.social-image {
  transition: all 0.4s ease-in-out;
}

.card-img-top.social-image:hover {
  transform: scale(1.1);
}

.row-padding {
  padding: 75px 50px 0 50px;
}

.newsItem-head {
  margin-top: 100px;
}

.alt-padding {
  padding: 63px;
}

.vr-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box-main {
  background-color: #ffffff;
}

.image-box-main h3 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.6px;
}

.image-box-main p {
  font-size: 12px;
  line-height: 18px;
}

.vr-list li {
  font-size: 80%;
  line-height: 180%;
  padding-left: 20px;
  font-style: italic;
}

.vr-text {
  font-size: 16px;
  line-height: 26px;
}

.stem-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 30vh;
}

.padding-left-right {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

@media only screen and (max-width: 1366px) {
  .padding-left-right {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

@media only screen and (max-width: 995px) {
  .padding-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pro-image-top {
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 335px;
}

.pro-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 335px;
}

.image-box-overlay-plan {
  position: relative;
  width: 100%;
  bottom: 0;
  padding-left: 32px;
}

.image-box-main-plan {
  position: absolute;
  padding: 10px 15px 15px 15px;
  background-color: #ffffff;
  top: 0;
  max-height: 100%;
  overflow: hidden;
  width: 75%;
  right: 0;
}

.image-box-main-plan h3 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.6px;
}

.image-box-main-plan p {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (min-width: 660px) {
  .pro-image-top,
  .pro-image {
    min-height: 360px;
  }
}

@media only screen and (min-width: 1440px) {
  .pro-image-top,
  .pro-image {
    min-height: 510px;
  }
}

@media only screen and (min-width: 1920px) {
  .pro-image-top,
  .pro-image {
    min-height: 620px;
  }
}

@media only screen and (max-width: 1429px) and (min-width: 200px) {
  .pro-image.image-box-overlay-plan .image-box-main-plan h3 {
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 0.2px;
  }
  .pro-image.image-box-overlay-plan .image-box-main-plan p {
    font-size: 12px;
    line-height: 14px;
  }
}

.clickable-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 421px) {
  .ll-skin-melon td .ui-state-default {
    height: 45px;
    width: 45px;
  }
}

@media only screen and (max-width: 392px) {
  .ll-skin-melon td .ui-state-default {
    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 344px) {
  .ll-skin-melon td .ui-state-default {
    height: 30px;
    width: 30px;
  }
  .ll-skin-melon .ui-datepicker-header {
    font-size: 10px;
  }
}

.btn-number.apBtn {
  width: 87px;
}

@media only screen and (max-width: 1614px) {
  .numberQtyWrap .form-control {
    margin: 0px 20px;
    width: calc(100% - 215px);
  }
}

@media only screen and (max-width: 1501px) {
  .numberQtyWrap .form-control {
    margin: 0px 20px;
    width: calc(100% - 180px);
  }
}

@media only screen and (max-width: 1450px) {
  .numberQtyWrap .form-control {
    margin: 0px 20px;
    width: calc(100% - 170px);
  }

  .numberQtyWrap .form-control-lg {
    height: 50px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1387px) {
  .numberQtyWrap .form-control {
    margin: 0px 20px;
    width: calc(100% - 120px);
  }

  .numberQtyWrap .form-control.extrasQty {
    height: 41px;
  }

  .numberQtyWrap .btn-number {
    font-size: 16px;
    padding: 12px;
  }

  .ap-qtyWrap.numberQtyWrap .btn-number {
    padding-top: 12px;
  }
}

.numberQtyWrap .form-control.extrasQty {
  margin: 0px 20px;
  width: calc(100% - 150px);
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .numberQtyWrap .form-control {
    margin: 0px 20px;
    width: calc(100% - 60px);
    font-size: 12px;
  }

  .numberQtyWrap .form-control.extrasQty {
    width: calc(100% - 80px);
    height: 36px;
  }

  .numberQtyWrap .btn-number {
    line-height: 10px;
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}

.ll-skin-melon .ui-datepicker table {
  margin: 0;
  border: 0px;
  width: 100%;
}

/********* jQuery Override *********/

.ui-widget.ui-widget-content {
  background: #ffffff !important;
  color: #000000;
  font-family: var(--font-heading);
	font-weight: var(--font-heading-weight);
  cursor: pointer;
  text-decoration: none;
  padding: 0px 10px;
  line-height: 33px;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 13pt;
}
.ui-widget-header {
  background: #ffffff !important;
  border: 0 !important;
  color: #000000 !important;
  font-family: var(--font-heading);
	font-weight: var(--font-heading-weight);
  border-radius: 0px !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #ffffff !important;
  color: #212121 !important;
}

.ui-widget.ui-widget-content {
  position: relative;
  height: auto;
  min-height: 45px;
  background: transparent !important;
  padding: 0px 2px;
}

.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
  border: 2px solid #3152ce !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  padding: 0px !important;
  text-align: center;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -0.6em;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  height: 52px !important;
  border-radius: 4px !important;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-widget-header {
  background: transparent !important;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}

.timeBox {
  color: #000;
  background: #fff;
  border: 0px;
  margin: 5px;
  padding: 10px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-family: var(--font-heading-bolder);
	font-weight: var(--font-heading-weight-bolder);
  font-size: 20px;
  line-height: 1.5;
  font-style: italic;
  cursor: pointer;
}

.timeBox span {
  display: block;
	font-weight: var(--font-body-weight);
  font-size: 14px;
}

.timeBox.active {
  color: #fff !important;
  background: #3152ce;
  text-decoration: none;
}

.timeBox:hover {
  color: #000;
  text-decoration: none;
}

.timeType h5 {
  font-size: 14px;
   font-family: var(--font-heading-bolder);
	font-weight: var(--font-heading-weight-bolder);
  line-height: 1.71;
  letter-spacing: 1.3px;
  color: #142d61;
  margin-bottom: 0px;
}

/*---------------------------------------------------------*/
/*                  MY ACCOUNT SIDE BAR                    */
/*---------------------------------------------------------*/

.profile {
  margin: 20px 0;
}

.sidebar-container {
  padding: 20px 20px 10px 20px;
}

.profile-username .sidebar-links {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
}

.profile-user-title-name {
  color: #444444;
  font-size: 1.25rem;
  font-weight: var(--font-heading-weight);
}

.sidebar-hello {
  color: #444;
  font-size: 1.5rem;
  font-weight: var(--font-heading-weight);
}

.profile-user-title-test > a {
  text-decoration: none;
  color: #444444;
  font-size: 0.625rem;
  font-weight: var(--font-heading-weight);
}

li.sidebar-item {
  padding: 0.5rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
}

li.sidebar-item > a {
  color: #bbb;
  text-decoration: none;
  display: block;
  padding: 0.7rem 0;
}

.sidebar-container li.active > a {
  color: #3152ce;
  border-left: solid #3152ce;
  padding: 0.7rem 1rem;
}

.sidebar-container li.active > a img {
  filter: invert(29%) sepia(36%) saturate(3206%) hue-rotate(212deg) brightness(91%) contrast(97%);
}

.sidebar-container li > a img {
  width: 1.75rem;
  height: 1.5rem;
  margin-right: 1rem;
  filter: invert(67%) sepia(91%) saturate(1%) hue-rotate(18deg) brightness(98%) contrast(81%);
}

.top-bar-items .top-bar-nav li::before {
  content: "/";
  position: absolute;
  left: 1rem;
  top: 13%;
  color: #bbb;
}

.top-bar-items .top-bar-nav li:nth-child(1)::before {
  content: none;
}

.top-bar-items .top-bar-nav li {
  position: relative;
  white-space: nowrap;
}

.top-bar-items .top-bar-nav li > a {
  margin-left: 2.5rem;
  color: #bbb;
  text-decoration: none;
  line-height: 1;
  display: block;
  padding: 0.7rem 0;
	font-weight: var(--font-heading-weight-bolder);
}

.top-bar-items .top-bar-nav li:nth-child(1) a {
  margin-left: 0;
}

.top-bar-items .top-bar-nav li.active > a {
  color: #3152ce;
  border-bottom: 2px solid #3152ce;
}

/*---------------------------------------------------------*/
/*                  MY ACCOUNT STYLES                      */
/*---------------------------------------------------------*/
.su-account-style {
  background: #f7f6a9;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: darkred;
  cursor: pointer;
  text-align: center;
}

#superusertable td,
#superusertable th {
  border: 1px solid #999;
  font-size: 10pt;
  text-align: center;
}
#superusertable th {
  text-align: center;
  background: #231f20;
  color: #ffffff;
}
#profileWrapper {
  padding-top: 55px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  min-width: 100%;
}
#contentWrapper,
.contentSecondary {
  background-color: #fff;
  color: #000;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  #contentWrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contentWrapper {
    margin: 0;
  }
}

#contentWrapper h4 {
  color: #000;
  font-size: 22px;
}

.fromPrice {
  font-size: 14px;
  line-height: 1.8;
  color: #656973;
}

/*--------------------------------------------*/
/*            Update details styles           */
/*--------------------------------------------*/

#pageWrapper {
  padding-top: 150px;
  padding-bottom: 50px;
  width: 100%;
  min-width: 100%;
}
.contentWrapper {
  background-color: #fff;
  color: #000;
  padding: 20px;
  margin: 0 300px;
}
@media only screen and (min-width: 1400px) {
  .contentWrapper {
    margin: 0 500px;
  }
}
@media only screen and (max-width: 991px) {
  .contentWrapper {
    margin: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contentWrapper {
    margin: 20px;
  }
}
.capitalize {
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
  color: #666;
}
.contentWrapper input[type="text"] {
  padding: 25px;
}
.form-control:focus {
  border-color: #666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(63, 63, 63, 0.6);
}

.blogItem a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.blogItem a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.blogItem .readmore {
  position: absolute;
  top: 90%;
  left: 0;
}

.blogItem a:hover .readmore {
  color: #3152ce;
}

.breadcrumb.breadcrumb-blog {
  padding: 0.75rem 0.75rem 1rem 0;
  width: 25%;
}

.breadcrumb.breadcrumb-blog li:first-child::after {
  content: "/";
  color: rgba(0, 0, 0, 0.6);
  font-weight: 900;
  font-size: 14px;
  display: inline-block;
  padding-left: 2.5rem;
  padding-top: 0.25rem;
}

.breadcrumb.breadcrumb-blog li {
  list-style: none;
  display: inherit;
}

.breadcrumb.breadcrumb-blog li:first-child {
  flex-grow: 1;
}

.breadcrumb.breadcrumb-blog li:nth-child(2) {
  flex-grow: 3;
}

@media only screen and (max-width: 1383px) {
  .breadcrumb.breadcrumb-blog {
    width: 50%;
  }
}

@media only screen and (max-width: 850px) {
  .breadcrumb.breadcrumb-blog li:nth-child(n + 2)::before {
    display: none;
  }
  .breadcrumb.breadcrumb-blog li {
    display: none;
  }
}

.bg-white-wrap {
  box-shadow: 0 10px 18px -10px rgba(0, 0, 0, 0.15);
}

.order-section {
  padding: 15px;
}
.order-section-header {
  font-size: 1rem;
  background: #e9ecef;
  padding: 15px 2px;
  border-bottom: 1px solid #dfe0e2;
  text-transform: uppercase;
}

.order-section-content {
  font-size: 1rem;
}
.order-section-content__wrap {
  padding: 15px 0;
}
.order-section-content__wrap:not(:last-child) {
  border-bottom: 1px solid #dfe0e2;
}

.overlay__index {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#rangeWithStepsInput {
  -webkit-appearance: none;
  appearance: none;
}
#rangeWithStepsInput::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #2e2e64;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #729fcf;
  cursor: pointer;
  margin-top: -10px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

#rangeWithStepsInput::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #2e2e64;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #729fcf;
  cursor: pointer;
  margin-top: -10px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#rangeWithStepsInput::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background-image: linear-gradient(#2e2e64, #2e2e64);
  /* background-size: 70% 100%; */
  /* background-repeat: no-repeat; */
  border-radius: 1.3px;
  border: 0.2px solid #2e2e64;
}
#rangeWithStepsInput::-moz-range-track {
  width: 100%;
  height: 20px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background-image: linear-gradient(#2e2e64, #2e2e64);
  /* background-size: 70% 100%; */
  /* background-repeat: no-repeat; */
  border-radius: 1.3px;
  border: 0.2px solid #2e2e64;
}

/* ********************************************************** */

/* code for activityPro.tpl */
/*Makes the booking time/date select responsive :) */
.shopClientBookingSystemTimeItem .active {
  border: 1px solid #000 !important;
}

.shopClientBookingSystemTimeItem {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  padding: 5px 15px;
  padding: 8px;
  display: inline-block;
  margin: 5px;
  margin-top: 0px;
  position: relative;
}

#units {
  max-width: 98%;
}

#datepicker {
  margin-top: 0;
}

.shopClientBookingSystemUnitItem:hover {
  transform: scale(1.1);
  font-weight: bold;
}

.shopClientBookingSystemTimeItem.unavailable:hover {
  font-weight: normal;
  transform: scale(1);
}

.shopClientBookingSystemUnitDiv .active {
  border: 1px solid #000 !important;
  background-color: #38a976 !important;
}

.shopClientBookingSystemUnitItem {
  background: #63cb9c !important; /*#99FF99*/
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  padding: 5px 15px;
  margin: 5px;
  margin-top: 0px;
  color: #000;
  width: 100%;
  display: block;
  border: 1px solid #fff;
}

.assigned {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: green;
  height: 3px;
}
.assignedwarn {
  background-color: yellow;
}
.assignedfull {
  background-color: red;
}

#minstobook,
#minschosen {
  height: 40px;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  height: 50px;
}

#minstobook .ui-slider-range {
  background: #2e2e64 !important;
}
#minstobook .ui-slider-handle {
  background: #729fcf !important;
  border-color: #2e2e64 !important;
}

#minschosen .ui-slider-range {
  background: #2e2e64 !important;
}
#minschosen .ui-slider-handle {
  background: #729fcf !important;
  border-color: #2e2e64 !important;
}

#unitsbooked {
  text-align: left;
}

#minsChosenSlider {
  text-align: left;
}

.one {
  width: 300px;
}
.seltitle {
  background-color: #231f20;
  color: white;
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0;
  text-align: left;
}

#pricingtable tr.data:nth-child(2n) {
  background: #f2f2f2;
}

#pricingtable td,
#pricingtable th {
  border: 1px solid #999;
}

#pricingtable th {
  text-align: center;
  background: #231f20;
  color: #ffffff;
}

#activityPrice {
  width: 100%;
}

.highlight {
  color: #231f20;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.hoverWindow {
  display: none;
  position: absolute;
  left: 120px;
  top: 0;
  width: 400px;
  padding: 10px;
  text-align: center;
  line-height: normal;
  background: #012174;
  font-weight: normal;
  color: #ffffff;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.highlight:hover .hoverWindow {
  opacity: 1;
  display: block;
}

.highlight .mdi {
  font-size: 22px;
  margin-top: -2px;
  line-height: 10px;
}

.showImage {
  cursor: pointer;
}
#hoverImage {
  display: none;
  position: absolute;
  left: 50px;
  top: 50px;
  width: 1000px;
  z-index: 100;
}

.tcenter {
  text-align: center;
}

table td,
table th {
  padding: 3px 5px;
}

.button::after {
  height: 0px; /* I don't know why there is a ::after in the first place? makes odd white line on buttons */
}
/*Makes the booking time/date select responsive :) */
.shopClientBookingSystemTimeItem:hover {
  transform: scale(1.1);
  font-weight: bold;
}

.shopClientBookingSystemTimeItem .active {
  border: 1px solid #000 !important;
}

.shopClientBookingSystemTimeItem {
  background: #012173;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  padding: 5px 15px;
  display: inline-block;
  margin: 5px;
  margin-top: 0px;
  color: #fff;
}

#units {
  max-width: 98%;
}

#datepicker {
  margin-top: 0;
}

.shopClientBookingSystemUnitItem:hover {
  transform: scale(1.1);
  font-weight: bold;
}

.shopClientBookingSystemUnitDiv .active {
  border: 1px solid #000 !important;
  background-color: #38a976 !important;
}

.shopClientBookingSystemUnitItem {
  background: #63cb9c !important; /*#99FF99*/
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  padding: 5px 15px;
  margin: 5px;
  margin-top: 0px;
  color: #000;
  width: 100%;
  display: block;
  border: 1px solid #fff;
}

.activity-box.flightinfo {
  padding: 10px;
}

.activity-box.flightinfo h3 {
  margin-bottom: 5px;
}

hr {
  margin-bottom: 25px;
}
#unitsbooked h3 {
  text-align: center;
}
#dateAndTimeArea {
  display: inline-block;
}
/* ********************************************************** */
