/***Order Tags***/
.app{
    display: flex;
    flex-direction: column;
}
.app .top-bar{
    display: flex;
    flex-direction: column;
}
.app .content-bar{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: auto;
}
.top-bar .navbar{
    order: 2;
}
.top-bar .util-bar{
    order: 1;
}
.top-bar{
    order: 1;
}
.carousel-bar{
    order: 2;
}
.search-bar{
    order: 3;
}
.mini-search-bar{
    order: 3;
}
.content-bar{
    order: 4;
}
.subscription-bar{
    order: 5;
}
.home-giftcard-bar{
    order: 6;
}
.home-brochure-bar{
    order: 7;
}
.pre-footer-bar{
    order: 8;
}
.pre-footer-logo-bar{
    order: 9;
}
.footer-bar{
    order: 10;
}
/***MEDIA TAGS***/
@media (min-width: 320px){
    .carousel-indicators{
        bottom:0px;
    }
    .carousel-indicators > li {
        width: 40px;
    }
    .carousel-caption {
        top:10%;
    }
    .d-md-block{
        display: block !important;
    }
    .d-md-block p{
        display: none !important;
    }
    .carousel-caption h3{
        font-size: 1.0em;
        font-weight: bolder;
        line-height: 1.0;
        margin-bottom: 5px;
    }
    .carousel-caption a{
        color: #fff;
    }
    .carousel-caption a:hover{
        color: #fff;
        text-decoration: none;
    }
    .carousel-caption .btn-action{
        font-size: 0.8em;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .carousel-caption .description{
        display: none;
    }
    .carousel-caption .description-sm{
        font-size: 1.0em;
        display:initial;
    }
    .carousel-caption .description-sm .borders{
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }
    .g-recaptcha {transform:scale(0.70);-webkit-transform:scale(0.70);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media (min-width: 480px){
    .carousel-caption {
        top:20%;
    }
    .carousel-caption .description{
        display: none;
    }
    .carousel-caption .description-sm{
        display:initial;
    }
    .carousel-caption .description-sm .borders{
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }
    .g-recaptcha {transform:scale(1.00);-webkit-transform:scale(1.00);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media (min-width: 768px){
    .d-md-block p{
        display: block !important;
    }
    .carousel-indicators{
        bottom:15px;
    }
    .carousel-indicators > li {
        width: 80px;
    }
    .carousel-caption {
        text-align: center;
        /*top:40%;*/
        top:5%;
        left:5%;
        right:5%;
    }
    .carousel-caption h3{
        width: 100%;
        font-size: 1.8em;
        font-weight: bolder;
        line-height: 1.0;
        /* Commented for latest Banner - 30/01/2019 margin-bottom: 10px;*/
    }
    .carousel-caption p{
        font-size: 0.8em;
        line-height: 1.0;
        margin-bottom: 10px;
    }
    .carousel-caption a{
        color: #fff;
        margin-bottom: 10px;
    }
    .carousel-caption a:hover{
        color: #fff;
        text-decoration: none;
    }
    .carousel-caption .description{
        width: 100%;
        font-size: 1.5em;
        display:initial;
    }
    .carousel-caption .description .borders{
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }
    .carousel-caption .description-sm{
        display: none;
    }
}
@media (min-width: 960px){
    .carousel-indicators{
        bottom:30px;
    }
    .carousel-indicators > li {
        width: 120px;
    }
    .carousel-caption {
        text-align: center;
        /* Commented for latest Banner - 30/01/2019 top:40%;*/
        top:5%;
        left:5%;
        right:5%;
    }
    .carousel-caption h3{
        width: 100%;
        font-size: 2.5em;
        font-weight: bolder;
        line-height: 1.0;
        /* Commented for latest Banner - 30/01/2019 margin-bottom: 10px;*/
    }
    .carousel-caption p{
        font-size: 1.0em;
        line-height: 1.0;
        margin-bottom: 10px;
    }
    .carousel-caption .btn-action{
        font-size: 1.0em;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .carousel-caption a{
        color: #fff;
        margin-bottom: 10px;
    }
    .carousel-caption a:hover{
        color: #fff;
        text-decoration: none;
    }
    .carousel-caption .description{
        font-size: 1.4em;
        width: 100%;
        display:initial;
    }
    .carousel-caption .description-sm{
        display: none;
    }
    .navbar .navbar-nav li{
        font-size: 1.0em !important;
    }
}
@media (min-width: 1200px){
    .carousel-indicators{
        bottom:30px;
    }
    .carousel-indicators > li {
        width: 120px;
    }
    .carousel-caption {
        text-align: center;
        /*top:40%;*/
        top:5%;
        left:5%;
        right:5%;
    }
    .carousel-caption h3{
        width: 100%;
        font-size: 3.0em;
        font-weight: bolder;
        line-height: 1.0;
        margin-bottom: 10px;
    }
    .carousel-caption p{
        font-size: 1.2em;
        line-height: 1.0;
        margin-bottom: 10px;
    }
    .carousel-caption .btn-action{
        font-size: 1.0em;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .carousel-caption a{
        color: #fff;
        margin-bottom: 10px;
    }
    .carousel-caption a:hover{
        color: #fff;
        text-decoration: none;
    }
    .carousel-caption .description{
        width: 100%;
        display:initial;
    }
    .carousel-caption .description-sm{
        display: none;
    }
    .navbar .navbar-nav li{
        font-size: 1.5em !important;
    }
}
@media (min-width: 1367px){
    .carousel-indicators{
        bottom:40px;
    }
    .carousel-indicators > li {
        width: 150px;
    }
    .carousel-caption {
        text-align: center;
        /*top:40%;*/
        top:20%;
        left:5%;
        right:5%;
    }
    .carousel-caption h3{
        width: 100%;
        font-size: 4.0em;
        font-weight: bolder;
        line-height: 1.0;
        margin-bottom: 10px;
    }
    .carousel-caption p{
        font-size: 1.4em;
        line-height: 1.0;
        /* Commented for latest Banner - 30/01/2019 margin-bottom: 10px;*/
    }
    .carousel-caption .btn-action{
        font-size: 1.2em;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .carousel-caption a{
        color: #fff;
        margin-bottom: 10px;
    }
    .carousel-caption a:hover{
        color: #fff;
        text-decoration: none;
    }
    .carousel-caption .description{
        font-size: 1.8em;
        width: 100%;
        display:initial;
    }
    .carousel-caption .description-sm{
        display: none;
    }
}
/*RESETS*/
body{
    height:100%;
    overflow-y: scroll;
    /*font-family: 'Roboto Condensed', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Catamaran', sans-serif;*/
    font-family: 'Questrial', sans-serif !important;
    font-display: auto;
    background-color: #fff;
    color: #000;
}
.dropdown-toggle::after {
    display:none !important;
}
.hoa-main-navbar .dropdown-menu{
    border: #fff;
    border-radius: 0rem !important;
}
.popover {
    max-width: unset;
}
.main p{
    color: #000;
}
@supports (-ms-ime-align: auto) {
    .top-bar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .carousel-bar{
        margin-top: 125px;
    }
    .py-0{
        margin-top: 125px;
    }
}
/* CUSTOMIZING BOOTSTARP ALERT TEXT */
.alert p.error-header{
    font-weight: bold;
    font-size: 1.2em;
}
.alert p{
    font-size: 1.5em;
    line-height: 1..0rem;
}
.alert p span{
    font-weight: bold;
    color: #bc2c24;
}
.alert p a{
    font-weight: bold;
    color: #bc2c24;
}
.modal-content{
    min-width: 600px !important;
}
/* CUSTOMIZING BOOTSTRAP FORM */
.form-group small{
    color: red;
}
.form-check-inline{
    margin: 0px 0px 10px 10px;
}
.form-row.section{
    margin: 2px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #e8e8e8;
}
.form-row.tag{
    margin: 2px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #d2ecf7;
}
.form-row.toolbar .form-group{
    margin-bottom: 0px;
}
.popover-image{
    margin-bottom: 10px;
    min-width: 200px;
    max-height: 500px;
}
.custom-radio input{
    margin: 10px 10px 10px 10px;
    padding-right: 20px;
}
/***ADDING TO BOOTSTRAP***/
.carousel {
    margin: 0 auto;
  }
/***TOP BAR STYLING***/
.util-bar {
    padding: 10px;
    background-image: linear-gradient(to top right, #0064b1, #0091ff);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.30);
    z-index: 1049;
}
.util-bar .brand span{
    line-height: 1.0;
    display: block;
}
.util-bar .contact span{
    line-height: 0.9;
    display: block;
}
.util-bar .contact .phone{
    font-size: 2.4rem;
}
.util-bar .contact .phone a{
    color: #000;
}
.util-bar .contact .email{
    font-size: 1.1rem;
}
.util-bar .contact .email a{
    color: #f4730e;
}
.navbar .navbar-nav{
    line-height: 1.0;
    /*background-color:rgb(238, 238, 238);*/
}
.navbar .navbar-nav li{
    text-transform:uppercase;
    font-size: 1.3em;
    text-align: center;
    padding: 5px;
    margin-right: 1px;
    font-weight: 500
}
.navbar .navbar-nav .promotions {
    background-color:#bc2c24;
}
.navbar .navbar-nav .promotions .nav-link{
    color:#fff !important;
}
.navbar .navbar-nav li:hover{
    color:#fff !important;
    background-color:#006987;
}
.navbar .navbar-nav .promotions .nav-link:hover{
    color:#fff;
}
.hoa-main-navbar .dropdown-item{
    color: #000 !important;
    padding: 15px;
}
.hoa-main-navbar .dropdown-item:hover{
    color: #fff !important;
    background-color:#006987;
}
.promotions .nav-link{
    color: #000 !important;
}
.nav-link{
    color: #000 !important;
}
.top-bar .nav-item:hover .nav-link{
    color: #fff !important;
}
/***CAROUSEL STYLING***/
.carousel{
    order: 4;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-indicators > li img{
    border: 1px solid #fff;
}
.btn-action{
    background-color: #bc2c24;
}
.btn-action:hover{
    background-color: #e7291f;
}
.py-4{
    order: 3;
}
/***SCAFFOLDING STYLING***/
.main-content-bar{
    padding-top: 1.5rem;
}
.main-content-bar{
    background-color: #fff;
    margin-bottom: 1.5rem;
}
.page-header{
    /*border-bottom: 2px solid #dab451;*/
    margin-bottom: 1.5rem;
}
.page-content .page-teaser{
    background-color:#fff9ea;
    padding:1rem 1rem 1rem 1rem;
    margin-bottom: 1.0rem;
}
.page-content .page-body{
    padding:0rem 0rem 0rem 0rem;
}
.page-enquiry-form{
    background-color:#f0f7ff;
    padding:1rem 1rem 1rem 1rem;
    /*border-top: 2px solid #2d508d;*/
    margin-bottom: 1.0rem;
}
/***GENERAL STYLING***/
.page-enquiry-form .form-header small{
    color: #3f3f3f;
}
/***SIDEBAR STYLING***/
/* CUSTOMIZING CUSTOMER SIDEBAR */
#sidebar{
    margin-bottom: 10px;
}
#leftmenu .list-group-item{
    color: #000;
}
#leftmenu .list-group-item:hover{
    background-color:rgb(233, 233, 233)
}
.list-group-item-submenu {
    color: #383d41;
    background-color: #f3f3f3;
  }
#sidebar .active{
    color: #fff;
    border: 1px solid #00aba9;
    background-color:#00aba9;
}
#leftmenu .active:hover{
    color: #fff;
    background-color:#027270;
}
/***CARD STYLING***/
.main .dashboard-heading{
    font-size: 24px;
}
/***HEADER IMAGE***/
.header-image-bar{
    top: 0px;
}
/***FILE DRAG AND DROP***/
#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

img
{
	max-width: 100%;
}

pre
{
	width: 95%;
	height: 8em;
	font-family: monospace;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#progress p
{
	display: block;
	width: 240px;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}
/***GALLERY IMAGE THUMBS***/
.image-element i{
    position: absolute;
    color: #ff0019;
    border-color: #fff;
}

/***PACKAGE PAGE IMAGE GALLERY***/
.package-image-gallery{
    margin-bottom: 1.0rem;
    overflow: hidden;
}
.package-image-gallery a{
    cursor: pointer;
}
.package-image-gallery .package-hero-image{
    width: 100%;
}
.package-image-gallery .package-thumb-image{
    margin-top: 5px;
    margin-bottom: 10px;
    transition: transform .25s;
    box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.15);
}
.package-image-gallery .package-thumb-image:hover{
    transform: scale(0.95);
}
.image-modal .modal-dialog{
    pointer-events: all;
}
.image-modal .modal-body .close{
    position: absolute;
    background-color: #fff;
    right: 20px;
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    opacity: 100 !important;
}
/***PACKAGE TITLE BAR***/
.package-header-image-bar{
    margin-bottom: 0.01rem;
}
.package-header-row{
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.package-header-text{
    border-top-left-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
}
.package-header-text h1, h2, h3, h4, h5, small{
    line-height: 1.0;
}
.package-header-text h1, h2, h3, h4{
    font-weight: bold;
}
.package-header-text h1{
    color: #000;
    font-size: 2.0em
}
.package-header-text h4{
    font-size: 1.2em;
    color: #2d508d;
}
.package-price-row{
    background-color: #ffffff;
    box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.15);
    margin-top: 1.00rem;
}
.package-price-text{
    /*border-top: 1px solid rgb(241, 241, 241);*/
}
.hoa-primary-btn{
    border-color: #2d508d;
    background-color: #2d508d;
    font-weight: bold;
}
.hoa-success-btn{
    border-color: #589e46;
    background-color: #589e46;
    font-weight: bold;
}
.hoa-danger-btn{
    border-color: #bc2c24;
    background-color: #bc2c24;
    font-weight: bold;
}
.package-header-text small{
    padding-left:5px;
    padding-right:5px;
    padding-top:1px;
    font-size: 14px;
    /*background-color: #dab451;*/
}
.teaser-price-text{
    /*background-color: #fff;*/
}
.teaser-price-text p{
    margin-bottom: 0rem;
}
.price-teaser-title{
    font-size: 16px;
    font-weight: bold;
}
.price-teaser-wasprice{
    color:#bc2c24;
    font-weight: bold;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    line-height: 1.0;
}
.price-teaser-wasprice span{
    font-size: 16px;
}
.price-teaser-nowprice{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.0;
}
.price-teaser-nowprice span{
    font-size: 30px;
}

.offer-text-box{
    background-color: #589e46;
}
.offer-text-box p{
    color: #fff;
    margin-bottom: 0rem;
}
.offer-text{
    font-weight: bold;
    font-size: 1.3em !important;
    line-height: 1.0;
    margin-top: 2px;
}
.offer-term{
    font-size: 0.9em;
    margin-top: 2px;
}
.package-content p{
    font-size: 1.0em;
    margin-bottom: 0.0rem;
}
.package-content .odd-b{
    padding: 20px;
    background-color: #f0f7ff;
    margin-bottom: 0.0rem;
}
.package-content .odd-y{
    padding: 20px;
    background-color:#fff9ea;
}
.package-content .package-summary h2{
    color: #2d508d;
    font-size: 1.2em;
    line-height: 1.3
}
.package-content .package-summary h2 span{
    color: #2d508d;
}
.package-content h3{
    color: #2d508d;
    font-size: 1.2em;
    margin-top: 0.5rem;
    margin-bottom: 0.1rem;
}
.package-content .package-highlights{
    background-color:#f7f7f7;
    padding:1rem 2rem 1rem 2rem;
    margin-bottom: 1.0rem;
    /*box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);*/
}
.popover span img{
    max-width: 600px !important;
}
.package-content .package-map a{
    cursor: pointer;
}
.package-content .package-map img{
    transition: transform .25s;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
}
.package-content .package-map img:hover{
    transform: scale(0.95);
}
.package-content .package-inclusions{
    margin-bottom: 1.0rem;
}
/*.package-content .package-inclusions-header{
    border-bottom: 2px solid #2d508d;
}*/
.package-content .package-inclusions li{
    color: #000;
    font-size: 1.0em;
}
.package-content .package-description{
    font-size: 1.0em;
    margin-bottom: 1.0rem;
}
.package-content .package-itinerary{
    font-size: 1.0em;
    margin-bottom: 1.0rem;
}
.package-content .package-copyright{
    color:rgb(179, 179, 179);
    font-size: 0.8em;
}
.package-enquiry-form{
    background-color:#f0f7ff;
    padding:1rem 1rem 1rem 1rem;
    border-top: 2px solid #2d508d;
    margin-bottom: 1.0rem;
}
.exclusive-badge {
    background: #dab451;
    color: #000;
    font-size:13px;
    font-weight: bold;
    width: auto;
    height: a;
    position: relative;
    text-align: center;
    border-top-right-radius: 1.0rem;
    border-top-left-radius: 1.0rem;
    line-height: 1.5rem;
}
.package-fineprint{
    font-size: 0.8em;
    margin-bottom: 0.0rem;
}
.package-content .contact-us p{
    color:#fff;
    font-size: 0.9em;
    margin-bottom: 0.5rem;
}
.package-content .package-pricing select{
    margin-bottom: 10px;
}
.package-content .contact-us-lg p{
    color:#fff;
    font-size: 1.0em;
    margin-bottom: 0.0rem;
}
.package-content .contact-us-text h6{
    color:#fff;
    font-weight: bold;
    font-size: 1.70em;
    margin-bottom: 0.0rem;
}
.package-content .contact-us-text h6 i{
    font-size: 0.8em;
}
.package-content .contact-us-text h6 a, a:hover{
    color:#fff;
    text-decoration: none;
}
.package-content .contact-us-text h6 a:hover{
    color:#fff;
    text-decoration: none;
}
/*ALT STYLING*/
.twin-price-teaser p{
    margin-bottom: 0rem;
    line-height: 1.3rem;
}
.twin-price-teaser p a{
    color:#fff !important;
}
.twin-price-teaser p a:hover{
    color:#fff !important;
    text-decoration: none;
}
.twin-price-teaser p.price-teaser-title a{
    color:#fff !important;
    font-size: 14px;
}
.twin-price-teaser p.price-teaser-nowprice{
    color: #fff !important;
    margin-bottom: 5px;
}
.package-inclusions-map-bar{
    margin-bottom: 1.0rem;
}
.twin-price-teaser a.btn{
    margin-bottom: 10px;
}
.package-header{
    border-top-right-radius: 1.0rem;
    border-top-left-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
    background-color: #2d5085 !important;
}
.package-selling-points{
    background-color: #f7f7f7;
    margin-bottom: 1.0rem;
}
.package-pricing{
    padding: 15px;
    padding-top: 5px;
    border-top-right-radius: 1.0rem;
    border-top-left-radius: 1.0rem;
    background-color: #2d5085 !important;
}
.package-pricing h3{
    color: #fff;
    border-bottom: 0.1em solid #355e9b;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
}
.package-pricing label{
    color: #fff;
}
.package-booking-canvas{
    padding: 15px;
    padding-top: 5px;
    border-bottom-right-radius: 1.0rem;
    border-bottom-left-radius: 1.0rem;
    background-color: #f7f7f7 !important;
    margin-bottom: 1.0rem;
}
.package-booking-canvas h3{
    border-bottom: 0.1em solid #eef6ff;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
}
.package-booking-canvas h3 small{
    font-size:0.7em
}
.results-box{
    min-height: 440px;
}
.pricing a{
    font-weight: bold;
    color: #fff !important;
}
.pricing a:hover{
    font-weight: bold;
    color: #fff !important;
}
.price-option .card-img-top{
    max-height: 190px;
}
.price-option .card-title{
    color: #2d508d;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0rem;
}
.price-option .card-secondary-element-text{
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
    height: 75px;
    overflow: hidden;
}
.price-option .card-secondary-element-text{
    margin-top: 0.5rem;
    height: 75px;
    overflow: hidden;
}
.price-option .card-secondary-element-price{
    font-size: 1.5em;
    line-height: 1.0;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.price-option .card-secondary-element-price span{
    font-size: 1.5em;
}
#loading {
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: 1;
    border-top: 10px solid #00ade3;
    border-right: 10px solid #15a751;
    border-bottom: 10px solid #e21f27;
    border-left: 10px solid #f69135;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
button > #mini-loading {
    position: relative;
    z-index: 1;
    border: 3px solid #f7f7f7 ;
    border-top: 3px solid #17a2b8  ;
    border-radius: 50%;
    width: 16px !important;
    height: 16px !important;
    margin-top:4px;
    margin-right:4px;
    animation: spin 1s linear infinite;
}

#mini-loading {
    position: relative;
    z-index: 1;
    border: 3px solid #17a2b8 ;
    border-top: 3px solid #f7f7f7  ;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    margin-top:4px;
    margin-right:4px;
    animation: spin 1s linear infinite;
}
/* .mini-spinner {
    position: relative;
    z-index: 1;
    width: 18px;
    height: 18px;
    margin-top:2px;
    animation: spin 1s linear infinite;
    display: inline-block;
    margin-left: 3px;
} */
.spinner-hide {
    display: none;
}

.spinner-show {
    display: inline-block;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#assist{
    display: none;
}
#booking{
    display: none;
}
.booking-assist-enquiry-form{
    background-color:#fff;
    padding:1rem 1rem 0rem 1rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    border: 1px solid rgba(45, 80, 133, 0.459);
}
.custom-control-label::before{
    border: 1px solid #bbbdbe;
    background-color: #fff;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #589e46;
}
input:focus + .slider {
    box-shadow: 0 0 1px #589e46;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

/* CUSTOM LOADING SPINNER FOR BUTTONS*/
.refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

/* BOOTSTRAP MODAL APPEAR LEFT */
/* Hide lazyload images if JavaScript is not supported */
.no-js .lazy {
    display: none;
   }

   /* Avoid empty images to appear as broken */
   img:not([src]):not([srcset]) {
    visibility: hidden;
   }

   /* Fix for images to never exceed the width of the container */
   img {
    max-width: 100%;
   }

   .modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 380px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

/* Modal from Left */

.modal.left .modal-content {
    /*height: 395px;*/
    height: 355px;
	overflow-y: auto;
}

.modal.left .modal-body {
	padding: 15px 15px 15px;
}

.modal.left.fade .modal-dialog {
	left: -380px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	left: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #fafafa;
}

.modal-open{
    padding-right:0px !important;
    overflow-x: hidden;
    overflow-y: visible;
}
.modal {
    pointer-events: none;
    position: fixed;
}
.modal-body> .modal-text{
    word-wrap: break-word !important;
    max-width: 400px;
}

/**
    Search Product Result Form
**/

#search-result-form{
    display: none;
}
.successful-form{
    display: none;
}
.unsuccessful-form{
    display: none;
}
.ui-autocomplete{
    /*position: fixed !important;*/
    max-height: 300px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    z-index: 1060;
}

/**
    Cart
**/

.box-selectable:hover{
    cursor: pointer;
    border-style: solid;
    border-width: 3px;
}

.card> .checkout-item-banner{
    border-style: solid;
    border-color: #006987;
    border-width: 1px;
    margin-right:0px !important;
    margin-left:0px !important;
}

.card> .checkout-item-banner:hover{
    cursor: pointer;
    border-style: solid;
    border-width: 3px;
}

/**
    Bookings
**/

.card-header> .a-booking-title {
    color: black !important;
}

.invalid-form {
    border: red !important;
    border-style: solid !important;
    border-width: 3px !important;
}

.input-field-error {
    border: red !important;
    border-style: solid !important;
    border-radius: 5%;
    border-width: 1.5px !important;
}
/* CUSTOM LOADING SPINNER FOR BUTTONS*/
.refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}


/**
    Fonts
**/

.fs-6{
    font-size: 1rem !important;
}
.fs-5{
    font-size: 1.25rem !important;;
}
.fs-4{
    font-size: 1.5rem !important;
}
.fs-3{
    font-size: 1.75rem !important;
}
.fs-2{
    font-size: 2rem !important;
}
.fs-1{
    font-size: 2.5rem !important;
}

/** FADE **/
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
  }


/** USER MENU **/
.user-nav-menu-wrapper {
    position: absolute;
    z-index: 999;
}

.user-nav-menu-main{
    height: 60%;
}
.user-nav-menu {
    overflow-y: scroll;
    overflow-x: hidden;
    list-style-type: none;
    max-height: 100%;
    padding: 0;
}

.user-nav-menu-link {
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Avenir Medium","Lucida Sans Unicode","sans-serif";
}

.user-nav-menu-item{
    /* height: 30px;
    margin-top: 1rem !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #272727; */
    position: relative;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: transparent;
    font-size: 1rem;
    color: #272727;

}

.user-nav-menu-item :hover {
    font-size: 1.15rem;
    color: #747474 !important;
}

.user-nav-menu-search-input {
    border: 0px;
    border-radius: 0%;
    outline: none;
    background-color: transparent;
    height: 3.125rem;
    width: 100%;
}

.user-nav-menu-search-input :focus {
    outline: none;
}

.btn-user-nav-hide {
    outline: none !important;
}

.btn-user-nav-hide :focus {
    outline: none !important;
}

.user-nav-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

.user-nav-header :focus {
    border-bottom-width: 2px;
}

.nav-menu-text-main {
    font-size: 1.375rem;
    margin: 1rem 0 .5rem;
    letter-spacing: .075rem;
    text-decoration: none;
    color: #272727;
}

.nav-menu-text-secondary {
    font-size: .875rem;
    margin-bottom: .5rem;
    text-decoration: none;
    color: #272727;
}

.btn-nav-menu-social {
    background-color: transparent;
}

.btn-nav-menu {
    background-color: transparent;
    border: 0px;
    color: #000;
}

.btn-nav-menu :hover {
    color: #747474;
    cursor: pointer;
}

.btn-nav-menu-social > a{
    color: #272727;
}

.user-nav-menu-wrapper > hr{
    color: #000;
    width: 95%;
}

.user-nav-menu-item-collapse {
    position: relative;
}

.user-nav-menu-secondary {
    list-style: none;
    text-align: center;
    padding: 0px;
}

.user-nav-menu-item-secondary {
    height: 30px;
    margin-top: 1rem !important;
    font-size: .85rem;
    line-height: 1.5;
}

.user-nav-menu-item-secondary > a {
    color: #272727;
}

.collapse-chevron{
  transition: all 0.75s 0.25s;
  transform: rotate(0);
}

.user-nav-menu-collapse {
    position: relative;
}

.user-nav-menu-footer {
    position: absolute;
    right: 0px;
    bottom: 1rem;
    width: 100%;
}

.user-nav-menu-footer > hr {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1500px) {
    .user-nav-menu-outter {
        max-width: 55vh;
    }
}

.ul-invalid-items > .li-invalid-item
{
    background-color: #f8d7da;
}

/* Changes 28/03 */
tr.row-invalid-cart-item, tr.row-invalid-cart-item td
{
    background-color:  #ffa3ab !important;
}
#redirect-alert
{
    height: fit-content;
}
/* End Changes */
