﻿html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    overflow: auto;
}

*,
*:before,
*:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #181818;
    color: #ffffff;
    font-family: 'Gibson-Regular', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    font-size: 16px;
    /*SC: required to hide scrollbar spacing on bootstrap modal-open*/
    height: 100%;
    padding-right: 0 !important;
    margin-right: 0 !important;
    overflow: auto;
}

body.modal-open {
    overflow: auto;
}

body .booking-bg {
    background-color: #1f1f1f;
}




p {
    font-family: 'Gibson-Regular', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    font-size: 16px;
}

a,
a:link,
a:active,
a:visited,
a small,
a.h6.alt {
    color: #bb95df;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:hover small,
a.h6.alt:hover {
    color: #d1c1e0;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

hr {
    border-top: 1px solid #1f1f1f;
}

hr.light {
    border: 1px solid rgba(0, 0, 0, 0.1);
}


small {
    font-size: 12px;
}

.modal {
    /* fix for iOS 8+ modal issue https://github.com/twbs/bootstrap/issues/14839 */
    -webkit-overflow-scrolling: auto !important;
    z-index: 2020;
}

.modal-open .modal {
    padding-right: 0 !important;
    z-index: 9999;
}

.destinology-black-modal {
    border: #9A60CF 1px solid;
    background-color: #1f1f1feb !important;
    border-radius: 20px;
}

.subinline {
    vertical-align: sub;
    display: inline-block;
    margin-left: 10px;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.visibility-shown {
    visibility: visible;
}

.overflow-scroll::-webkit-scrollbar {
    width: 12px;
    background-color: #333333;
}

.overflow-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
}

.overflow-scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #888888;
}

.py-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.py-2-top {
    padding-top: 2em;
}

.py-2-bot {
    padding-bottom: 2em;
}

.form-control {
    height: 35px;
    background-color: white;
    color: #000000;
    border-color: #cccccc !important;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    /*width: inherit;*/
}
/* Stop changing this!!!!*/
.form-control option {
    background-color: #ffffff;
    color: black;
    border: 1px solid #ffffff;
}

.form-control optgroup {
    background-color: #dddddd;
    color: black;
    border: 1px solid #ffffff;
}
/* Edit below if needed */

.form-control.dark option {
    background-color: #1f1f1f;
    color: white;
}

.form-control.dark optgroup {
    background-color: #1f1f1f;
    color: white;
}


.margin {
    margin-top: 25px;
    margin-bottom: 25px;
}

.marginbottom {
    margin-bottom: 25px;
}

.margintop {
    margin-top: 10px;
}

.center {
    text-align: center !important;
}

.padded-leftright {
    margin: 40px 0;
    line-height: 1.4em;
}

/*=====================
    Heading styles 
=====================*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Gibson-SemiBold', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    text-align: center;
    color: #ffffff;
    line-height: 1.25em;
}

h1, .heading1, .h1 {
    font-size: 3em;
    line-height: 54px;
}

@media screen and (min-width:768px) {
    h1, .heading1, h1 {
        font-size: 3.4em;
        line-height: 70px;
    }
}

h2, .h2 {
    font-size: 2.25em;
}

h3, .h3 {
    font-size: 1.75em;
}

h4, .h4 {
    font-size: 1.225em;
    line-height: 21px;
}

/*h5 and h6 needs updating*/
h5, .h5 {
    font-size: 12px;
    font-size: 0.75rem;
}

h6, .h6 {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 2px;
}

.lato {
    font-family: 'Gibson-SemiBold', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    text-align: left;
}

.lato.text-center {
    text-align: center;
}

.lato.text-right {
    text-align: right;
}

.lato.line-height-reset {
    line-height: 0;
}

/*SC: the same font sizes as header elements*/
h1.lato,
.h1.lato {
    font-size: 3em;
}

h2.lato,
.h2.lato {
    font-size: 2.25em;
}

h3.lato,
.h3.lato {
    font-size: 1.75em;
}

h4.lato,
.h4.lato {
    font-size: 1.125em;
}

/*h5 and h6 need updating*/
h5.lato,
.h5.lato {
    font-size: 16px;
    font-size: 1rem;
}

h6.lato,
.h6.lato {
    font-size: 14px;
    font-size: 0.875rem;
}

/*====================================================
    New Heading System 
    (supressed until we can audit the headings onsite)
=====================================================*/


.alt {
    text-align: left;
    font-family: 'Gibson-SemiBold', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    letter-spacing: 1px;
}

h1.alt, .h1.alt {
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (min-width:768px) {

    h1.alt, .h1.alt {
        font-size: 3.4em;
        /*desktop;*/
    }
}

h4.alt, .h4.alt {
    font-size: 1.125em;
    text-transform: uppercase;
}

h5.alt, .h5.alt {
    font-size: 16px;
}

h6.alt, .h6.alt {
    font-size: 14px;
    color: #b2b2b2;
    margin: 2px;
}

.head h1,
.head .h1,
.head h2,
.head .h2,
.head h3,
.head .h3,
.head h4,
.head .h4,
.head h5,
.head .h5,
.head h6,
.head .h6 {
    margin: 0;
}


.chevron {
    color: #e6e6e6;
}


/*==============================================================================
    Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
===============================================================================*/
.dl-horizontal dt {
    white-space: normal;
}

/*============================
    Custom select menu styles
==============================*/

.drop-select {
    height: 50px;
    position: relative;
    display: inline-block;
}

.drop-select:after {
    content: "\e259";
    font-family: 'Glyphicons Halflings';
    position: absolute;
    font-size: 10px;
    right: 0;
    color: #b2b2b2;
    top: 0;
    height: 100%;
    padding: 19px 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    -o-pointer-events: none;
    pointer-events: none;
}

.drop-select select {
    width: inherit;
    height: 100%;
    padding: 0 19px 2px 15px;
    font-size: 12px;
    color: #1f1f1f;
    background: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.drop-select select.light {
    border: 2px solid #e6e6e6;
}

/*=======================================
    Bootstrap Style overrides for inputs
========================================*/

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: sub;
}

input[type='checkbox'].inline {
    position: relative;
    top: -3px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    height: 1em;
    float: left;
}

input[type="radio"] {
    position: relative;
    top: 2px;
}

.bg-lightgrey {
    background-color: #CDCDCD;
}



/*=================================
    Style overrides for buttons
==================================*/
.btn,
a.btn {
    position: relative;
    font-size: 10px;
    color: #fff;
    font-family: 'Gibson-SemiBold', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    -o-letter-spacing: 2px;
    letter-spacing: 2px;
    line-height: 3.2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 2px 14px;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.38);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.38);
}

@media screen and (min-width:768px) {
    .btn,
    a.btn {
        font-family: 'Gibson-SemiBold', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
        font-size: 12px;
        line-height: 28px;
        padding: 2px 24px;
    }
}

a.btn.disabled,
.btn.disabled,
a.btn.disabled:hover,
.btn.disabled:hover {
    pointer-events: visible;
    cursor: pointer;
    filter: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #333333;
    opacity: unset;
    color: #b2b2b2;
    border: 0;
}

.btn-default,
.btn-default:active,
.btn-default:focus,
.btn-default:active,
a.btn-default,
a.btn-default:focus {
    background-color: #8b4dc4; /* Old browsers */
    background: -moz-linear-gradient(top, #8f35f1 0%, #5e3485 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8f35f1 0%,#5e3485 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8f35f1 0%,#5e3485 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 100% 200%;
    background-position: 0 100%;
    border-top: 1px solid #955fc9;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-default:hover,
a.btn-default:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
a.btn-default.active,
a.btn-default:active,
.btn-default.active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default,
.btn-default.load-spin {
    background-color: #8b4dc4;
    background-size: 1000%;
    background-position: 0 0;
    border-top: 1px solid #8f35f1;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.btn-green,
a.btn-green {
    color: #fff;
    background-color: #429321;
    background: -moz-linear-gradient(top, rgba(180,236,81,1) 0%, rgba(66,147,33,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(180,236,81,1) 0%,rgba(66,147,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(180,236,81,1) 0%,rgba(66,147,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 100% 200%;
    background-position: 0 100%;
    text-transform: uppercase;
}



.btn-green:hover,
.btn-green:active,
.btn-green:focus,
.btn-green.disabled,
.btn-green[disabled],
.btn-green.load-spin {
    background-color: #429321;
    background-size: 1000%;
    color: #fff;
}

/*.btn-cta {
    color: #fff;
    background-color: #429321;
    background: -moz-linear-gradient(top, rgba(180,236,81,1) 0%, rgba(66,147,33,1) 100%);  FF3.6-15 
    background: -webkit-linear-gradient(top, rgba(180,236,81,1) 0%,rgba(66,147,33,1) 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, rgba(180,236,81,1) 0%,rgba(66,147,33,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    background-size: 100% 200%;
    background-position: 0 100%;
    text-transform: uppercase;
}

    .btn-cta:hover,
    .btn-cta:active,
    .btn-cta:focus,
    .btn-cta.disabled,
    .btn-cta[disabled],
    .btn-green.load-spin {
        background-color: #429321;
        background-size: 1000%;
        color: #fff;
    }*/


.btn-primary,
.btn-primary:active,
.btn-primary:focus,
a.btn-primary,
a.btn-primary.active,
a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary:focus {
    background-color: #8b4dc4; /* Old browsers */
    background: -moz-linear-gradient(top, #8b4dc4 0%, #5e3485 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8b4dc4 0%,#5e3485 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8b4dc4 0%,#5e3485 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-size: 18px;
    font-weight: 300;
    padding: 16px 20px;
    text-align: left;
    font-family: 'Gibson-SemiBold', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    letter-spacing: normal;
    line-height: normal;
    text-transform: capitalize;
}


.btn-39,
.btn-39:active,
.btn-39:focus,
a.btn-39,
a.btn-39.active,
a.btn-39:link,
a.btn-39:visited,
a.btn-39:focus {
    background-color: #393939; /* Old browsers */
    color: #fff;
    padding: 6px 14px !important;
    text-align: left;
    font-family: 'Gibson-SemiBold', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a.btn-39.compare-cruise-btn {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    box-shadow: none;
}

a.btn-39:hover {
    background-color: #333;
    color: #fff;
}

.btn-sm.btn-primary {
    padding: 0 16px;
    font-size: 14px;
}

.btn-primary:hover,
.btn-primary:active:hover,
a.btn-primary:hover,
.btn-primary.load-spin {
    color: #fff;
    background-position: 0 0;
}


.btn-primary i {
    display: block;
    font-size: 14px;
    padding: 5px 4px 5px 6px;
    color: #3d1c60;
    border: 3px solid #3d1c60;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: -4px;
    float: right;
}

.btn-primary:hover i,
a.btn-primary:hover i {
    color: #ffffff;
    border: 3px solid #ffffff;
}


/*@-moz-document url-prefix() {
    .btn-primary i {
        margin-top: -28px;
    }
}*/

.btn-outline,
a.btn-outline {
    border: 1px solid #bc95df;
    color: #ffffff;
    background: transparent;
    text-transform: uppercase;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.load-spin {
    color: #ffffff;
    background: #bc95df;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -webkit-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.btn-icon,
a.btn-icon,
.btn-icon:active,
a.btn-icon:active,
.btn-icon:focus,
a.btn-icon:focus {
    padding-left: 55px;
    position: relative;
}

.btn-icon .sprite-icon {
    position: absolute;
    width: 34px;
    height: 24px;
    /*vertical center*/
    overflow: auto;
    margin: auto;
    margin-left: -5px;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 1000px;
}

.btn-sm,
.btn-sm:active,
.btn-sm:focus,
a.btn-sm,
a.btn-sm.active,
a.btn-sm:link,
a.btn-sm:visited,
a.btn-sm:focus {
    font-size: 10px;
    line-height: 3.2;
}

.btn-sm .sprite-icon {
    width: 24px;
    height: 20px;
}

.btn-default.active + .btn-default {
    background-color: #585858;
    color: #9F9F9F;
}

a.expand:after {
    content: "\e260";
    display: inline-block;
    margin-left: 6px;
    font-family: 'Glyphicons Halflings';
}

a.collapsed.expand:after {
    content: "\e259";
}

a.btn-more {
    padding-right: 40px;
}

a.btn-more:before {
    content: "\e260";
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
}


a.collapsed.btn-outline.btn-more:before {
    content: "\e259";
}

.more-info {
    margin-top: 8px;
}

.more-info a,
.more-info button {
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: 100%;
    background: #1f1f1f;
    font-size: 12px;
    font-family: 'Gibson-Light', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    color: #e6e6e6;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #979797;
}

.more-info a:hover,
.more-info button:hover {
    text-decoration: none;
    background: transparent;
    color: #1f1f1f;
}

.more-info.light a,
.more-info.light button {
    background: #e6e6e6;
    color: #1f1f1f;
}

.more-info.light a:hover,
.more-info.light button:hover {
    text-decoration: none;
    background: transparent;
    color: #e6e6e6;
}

.btn.btn-search {
    background-color: #8b4dc4; /* Old browsers */
    background: -moz-linear-gradient(top, #8f35f1 0%, #5e3485 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8f35f1 0%,#5e3485 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8f35f1 0%,#5e3485 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 100% 200%;
    background-position: 0 100%;
    border-top: 1px solid #955fc9;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.btn.btn-search:hover,
.btn.btn-search:active,
.btn.btn-search:focus,
.btn-search.load-spin {
    background-size: 1000%;
    background-position: 0 0;
}

.btn.load-spin {
    border: none;
    min-width: 99px;
}

.load-spin .loader {
    font-size: 10px;
    text-indent: -9999em;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
    margin: 3px;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load-spin 1.4s infinite linear;
    animation: load-spin 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.load-spin.small .loader {
    width: 15px;
    height: 15px;
}

.btn-outline.load-spin .loader {
    background: #1f1f1f;
    background: -moz-linear-gradient(left, #1f1f1f 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #1f1f1f 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #1f1f1f 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #1f1f1f 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #1f1f1f 10%, rgba(255, 255, 255, 0) 42%);
}

.load-spin .loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.btn-outline.load-spin .loader:before {
    background: #bc95df;
}

.load-spin .loader:after {
    background: #8c35ec;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.btn-green.load-spin .loader:after {
    background: #489824;
}

.btn-outline.load-spin .loader:after {
    background: #bc95df;
}

@-webkit-keyframes load-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn.load-spin.disabled,
.btn.load-spin[disabled],
fieldset[disabled] .btn.load-spin {
    opacity: 1;
}

/*=========================================
     Bootstrap Style Labels 
=========================================*/

.label {
    font-weight: 300;
    padding: 0.3em 0.7em;
}

.label-primary {
    background-color: #8d2af4;
}

g

.label-warning {
    background-color: #e9a918;
}

.label-success {
    background-color: #39c20c;
}

.label-distinction {
    background-color: #000000;
    letter-spacing: 2px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.label-distinction .tooltip {
    letter-spacing: 0;
    max-width: 500px;
    white-space: normal;
}

.label-recommended {
    background-color: #8d2af4;
}



/*========================================
    Bootstrap nav 
========================================*/

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background: none;
}

.text-center ul.nav {
    display: inline-block;
}

.text-center ul.nav li {
    display: inline;
    /*display-float: left;*/
}

/*===============================================
    Bootstrap form elements
================================================*/

input[type=text], input[type=email], select {
    color: #1f1f1f;
    border-radius: 4px;
    font-weight: 400;
    border: none;
}

*::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 1rem;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
    font-style: italic;
    font-size: 1rem;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
    font-style: italic;
    font-size: 1rem;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-style: italic;
    font-size: 1rem;
}


.form-control[disabled] {
    background: #ffffff;
}

/*===========================================
    Bootstrap Style overrides for pagination
============================================*/

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #d3d3d3;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #652ea0;
    border-color: #652ea0;
}

.pagination > li > a,
.pagination > li > span {
    color: #d3d3d3;
    text-decoration: none;
    background-color: #1f1f1f;
    border: 1px solid #1f1f1f;
}

/*=================================
     Global validation errors 
==================================*/

section.top-bar-section .validation-summary-errors,
.validation-summary-errors {
    border: 1pt solid #a94442;
    color: #a94442 !important;
    margin-bottom: 0.5rem;
    background-color: #f2dede;
    padding: 0.2rem 0;
}

section.top-bar-section .validation-summary-errors ul,
.validation-summary-errors ul {
    list-style: none;
    margin: 0.5em !important;
}

section.top-bar-section .validation-summary-errors ul li,
.validation-summary-errors ul li {
    background-color: #f2dede !important;
}

.validation-summary-errors span {
    padding: 0 0 0 8px;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

.action-success {
    border: 1pt solid #3c763d;
    color: #3c763d;
    margin-bottom: 0.5rem !important;
    background-color: #dff0d8;
}

.action-success ul {
    list-style: none;
    margin: 0.5em;
}

input.form-control, select.form-control {
    color: #1f1f1f;
    font-size: 16px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    height: 50px !important;
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*=========================
    Auto Complete Dropdown
==========================*/

.autocomplete .dropdown-menu {
    background-color: #fff;
    border-radius: 3px;
    font-size: 16px;
    border-top: 1px solid #9544eb;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    width: 100%;
}

.autocomplete .dropdown-menu li a,
.autocomplete .dropdown-menu li a:link {
    padding: 10px 12px;
    text-transform: none;
    color: #1f1f1f;
    font-size: 16px;
    letter-spacing: normal;
}

.autocomplete .dropdown-menu .active a,
.autocomplete .dropdown-menu .active a:focus,
.autocomplete .dropdown-menu .active a:hover,
.autocomplete .dropdown-menu .active a:link,
.autocomplete .dropdown-menu li a:focus,
.autocomplete .dropdown-menu li a:hover {
    color: #e6e6e6;
    background-color: #9544eb;
}

.autocomplete .dropdown-menu li .destination-name:before {
    font-family: 'Glyphicons Halflings';
    content: '';
    font-size: 12px;
    margin-right: 5px;
    color: #736b76;
}

.autocomplete .dropdown-menu li .hotel-name:before {
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    margin-right: 5px;
    color: #736b76;
    content: "\e021";
}

.autocomplete .dropdown-menu li.active span:before {
    color: #e6e6e6;
}

.autocomplete .dropdown-menu {
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.176);
    display: none;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    color: #1f1f1f;
    max-height: 700%;
    overflow-y: scroll;
}

.autocomplete .dropdown-menu li a:hover:before {
    color: #e6e6e6;
}

/*=================== 
    Modal overrides 
====================*/

.close {
    float: right;
    font-size: 35px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: relative;
    top: 10px;
    right: 10px;
}

.close.dark {
    color: #1f1f1f;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: none;
    background: #3C3643;
}

.modal-dialog {
    background: #1f1f1f;
}

.modal-body {
    color: #1f1f1f;
}

.modal-open {
    overflow: hidden;
}

.modal-body .bigMap map {
    height: 70vh;
}

.modal-body .owl-pagination .owl-page {
    border: 1px solid #000;
}

.modal-body h1, .modal-body h2, .modal-body h3 {
    color: #1f1f1f;
}

.modal-footer {
    text-align: center;
}

.modal-search .modal-content {
    background-color: #3C3643;
}

#videoModal .carousel-caption {
    position: static;
    z-index: 10;
    padding: 0;
    text-align: center;
}

.video-link {
    position: absolute;
    right: 0;
    margin-top: -90px;
}

.video-link span {
    background: #fff;
    padding: 15px;
    float: right;
}

.video-link a:hover span {
    background: #dedede;
}

.video-link i {
    display: block;
    text-align: left;
    margin-bottom: 0;
    color: #666;
}

.video-link a:hover i {
    color: #000;
}

.video-link span.glyphicon {
    height: 52px;
    width: 52px;
    font-size: 25px;
    background: #f1a523;
    padding-top: 15px;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 0;
}

@media only screen and (min-width: 768px) {
    .video-link span.glyphicon {
        height: 70px;
        width: 70px;
        font-size: 40px;
    }
}

.video-link a:hover span.glyphicon {
    color: #dedede;
    background: #f1a523;
}

.video-link span h4 {
    margin: 0 0 5px;
    color: #b6b6b6;
}

.video-link a:hover span h4 {
    color: #000;
}

.dwsChatTrigger {
    cursor: pointer;
}

/*===================
     Hotel info modal 
====================*/

.modal-info h3, modal-info h4,
.modal-info h5, modal-info p {
    color: #000;
}

.modal-info .modal-header {
    background: none;
}

.modal-info .modal-header .close {
    color: #000;
}

.modal-info .nav {
    border-bottom: 1px solid #C8C8C8;
}

.modal-info .nav li a {
    border-radius: 0;
    background: none;
    color: #C8C8C8;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.modal-info .nav li.active a {
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #652EA0;
    color: #000;
}

.modal-info .nav li.active a:hover,
.modal-info .nav li.active a:focus {
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #652EA0;
    color: #000;
}

/*==============
  Bootsrap Well
===============*/

.well {
    color: #333;
}

/*============
    Accordion
=============*/

.accordion .panel-heading {
    padding: 0;
    border: 0;
}

.accordion .panel-heading a {
    display: block;
    padding: 32px 32px;
    color: #fff;
    background: #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Gibson-Light', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
}

.accordion > div:first-child {
    border-top: 1px solid #1f1f1f;
}

.accordion .panel-heading a.collapsed {
    background: #333;
}


.accordion .panel-heading a:after {
    content: "\e260";
    position: absolute;
    right: 0px;
    width: 54px;
    font-family: 'Glyphicons Halflings';
    text-align: center;
    font-size: 14px;
}

.accordion .panel-heading a.collapsed:after {
    content: "\e259";
}

/*======================
    Owl Carousel 
======================*/

.owl-hidden-image {
    display: none;
}


/*==================================
Loading Overlay
==================================*/
.loading-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



.myspinner {
    position: relative;
    height: 60px;
    width: 60px;
    margin: 32px auto;
    z-index: 1000;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.isloading-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.isloading-overlay .isloading-wrapper {
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    border-radius: 7px;
    position: relative;
    background-clip: padding-box;
    margin: 0 auto;
    padding: 15px;
    top: 5%;
    width: 70%;
    max-width: 500px;
    z-index: 9000;
    min-width: 250px;
    background-color: #3C3643;
}

.isloading-overlay .header {
    font-size: 22px;
    font-weight: 300;
}

.isloading-overlay .loading-box {
    border-bottom: 2px solid #333;
    padding: 15px;
}

.isloading-overlay .loading-icon {
    text-align: center;
    padding: 15px;
}

.alternate-image, .alternate-image img {
    max-width: 100%;
}

.bg-darkgrey {
    background: #1F1F1F;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

.tooltip {
    z-index: 9999;
}

.tooltip-relative .tooltip {
    position: relative !important;
}


.tooltip-inner {
    background: #E6E6E6;
    padding: 10px;
    font-weight: normal;
    text-align: left;
    color: #1f1f1f;
}

.tooltip ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 10px;
}
/*================
   Search Panel
================*/

#search-panel {
    background: #1F1F1F;
    width: 100%;
    border-top: solid 1px #9A60CF;
    border-bottom: solid 1px #9A60CF;
    overflow: visible;
}

#search-panel button.close-search {
    right: 62px;
}

/*@media only screen and (max-width: 991px) {
    #search-panel {
        display: none;
    }
}*/

#search-panel .hero-search .search-destination {
    min-width: unset;
}

#search-panel .search-icons .sprite-icon {
    display: inline-block;
    height: 62px;
    width: 94px;
}

#search-panel .search-icons {
    opacity: 0.5;
    text-align: center;
}

/*@media screen and (min-width:992px) {
    #search-panel .search-icons {
        text-align: right;
    }

    #search-panel .search-icons .sprite-icon {
        width: 150px;
    }
}*/

.no-pointer {
    cursor: default;
}

/*===================================
    New Global Layout Classes
    (to replace custom partial styles)
=====================================*/

.section {
    position: relative;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}

.block {
    padding: 1em;
}

.block .quote {
    font-size: 27px;
    font-weight: 300;
    font-style: italic;
}

.section .head {
    text-align: center;
}

.block .head {
    text-align: center;
    margin-bottom: 0.7em;
}

.block .head.side {
    text-align: left;
    display: inline-block;
}

@media screen and (min-width:768px) {
    .section {
        padding-top: 4.5em;
        padding-bottom: 4.5em;
    }

    .block {
        padding: 1.3em;
    }
}

/*==================
    Bootstrap Panels
===================*/

.panel {
    margin-bottom: 20px;
    background-color: #1f1f1f;
    border: 1px solid transparent;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

@media screen and (min-width:768px) {
    .panel-body {
        padding: 28px;
    }
}


/*==========
    helpers
===========*/
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}


.flex {
    display: flex;
}

.stretch {
    align-items: stretch;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.text-shadow {
    text-shadow: 1px 1px 4px rgba(0, 0, 50, 1);
}

.text-shadow.light {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.icon-circle {
    display: inline-block;
    border: 2px solid #9544ec;
    border-radius: 50%;
    position: relative;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 21px;
    vertical-align: middle;
    margin-right: 12px;
}

.icon-circle span {
    vertical-align: bottom;
}

.icon-circle span.flight-icon {
    margin-top: 9px;
}

.help-icon {
    display: inline-block;
    margin: 12px 0 0 10px;
    padding-left: 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    font-family: 'Gibson-Light', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, Arial, sans-serif;
    width: 20px;
    height: 20px;
    border: 1px solid #bb95df;
    border-radius: 20px;
}

.success-icon {
    border: 1px solid #6eec44;
    border-radius: 50%;
    color: #6eec44;
    padding: 10px;
    width: 48px;
    height: 48px;
    display: block;
    text-align: center;
    font-size: 19px;
}

.error-icon {
    border: 1px solid #e91818;
    border-radius: 50%;
    color: #e91818;
    padding: 10px;
    width: 48px;
    height: 48px;
    display: block;
    text-align: center;
    font-size: 19px;
}

.processing {
    width: 600px;
    margin: 0 auto;
}


.collapse {
    overflow: hidden;
}


.price-sm {
    font-size: 18px;
    margin: 0;
}

.price-md {
    font-size: 22px;
    margin: 0;
}

.price-lg {
    font-size: 32px;
    margin: 0;
}

.vertical-align {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.glyphicon.flip {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media only screen and (min-width: 768px) {
    .dropPadding {
        padding: 0;
    }

    .dropMargin {
        margin: 0;
    }
}


@media screen and (max-width: 767px) {
    .no-scroll-xs {
        overflow: hidden;
    }
}

@media screen and (max-width:991px) {
    .no-scroll-sm {
        overflow: hidden;
    }
}

@media screen and (max-width: 1200px) {
    .no-scroll-md {
        overflow: hidden;
    }
}

.no-scroll-lg {
    overflow: hidden;
}

/*=====================
    Bootstrap  helpers
=====================*/

.container {
    position: relative;
}

.column,
.columns {
    min-height: 1px;
}

.accordion .panel-body {
    background: #2f2f2f;
}

.clearfix {
    clear: both; /*fix bootstrap behaviour */
}

.text-muted {
    color: #828282;
}

.text-purple {
    color: #bb95df;
}

.text-success {
    color: #88c32f;
}

.text-warning {
    color: #f5a623;
}

.alert {
    padding: 16px;
    margin-top: 16px;
    border: none;
    border-radius: 3px;
}

.alert-danger {
    color: #e91818;
    background-color: #3c3643;
    border: none;
}

/*===================
    Section arrows
====================*/
/*.arrowright:after {
    content: ' ';
    position: absolute;
    left: 100%;
    top: 40px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #3c3643;
}*/

/*.arrow000:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #333333;
}*/

.arrow1f1f1f:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #1f1f1f;
}

.arrow333:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #333;
}

.arrow666:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #666;
}

.arrow999:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #999;
}

/*.arrow6b32a6:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #6b32a6;
}*/

.arrowe6e6e6:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #e6e6e6;
}
/*.arrow0f0f0f:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #1f1f1f;
}

.arrow0f0f0f:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #0f0f0f;
}*/

/*.arrow3c3643:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -30px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 24px solid #3c3643;
}*/


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/** Main site and most pages except cruise */
@media (max-width:767px) {
    .sticky-nav-top {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 9999999;
    }

    .sticky-nav-menu {
        position: fixed !important;
        top: 70px !important;
        width: 100% !important;
        z-index: 9999999;
    }
}

@media (min-width:768px) {
    .sticky-nav-top {
    }

    .sticky-nav-menu {
        position: fixed !important;
        top: 0px !important;
        width: 100% !important;
        z-index: 9999999;
        border-bottom: 1px solid #9a60cf !important;
    }
}


/** Cruise site */

@media (max-width:460px) {

    .hero-static .hero-static-default-text.small .lato {
        font-size: 230% !important;
    }
}

@media (max-width:767px) {
    [data-page-type=cruise] .sticky-nav-top {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 9999999;
    }

    [data-page-type=cruise] .sticky-nav-menu {
        position: fixed !important;
        top: 70px !important;
        width: 100% !important;
        z-index: 9999999;
    }
}

@media (min-width:768px) {
    [data-page-type=cruise] .sticky-nav-top {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 9999999;
    }
}


@media (min-width:768px) {
    .sticky-nav {
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
    }

    [data-page-type=cruise] .sticky-nav {
        position: relative !important;
        top: auto !important;
        width: 100%;
    }
}

[data-page-type=cruise] .sticky-nav-cruise {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    z-index: 999999999999;
}

.sticky-nav-all {
    /*position: fixed !important;*/
    /*top: 76px !important;*/
    width: 100% !important;
    z-index: 9999;
}

json-data {
    display: none;
}

.absolute-right {
    position: absolute;
    right: 0;
}

@media screen and (max-width:767px) {
    .lity-close {
        top: 80px !important;
    }
}

[datepicker-popup-wrap] em, [datepicker-popup-wrap] small {
    color: #333;
}

[datepicker-popup-wrap] .btn.btn-default {
    position: relative;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    -o-letter-spacing: 2px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.38);
    color: #333;
    background: #fff !important;
    border-color: #ccc;
    padding: 2px 12px !important;
    margin: 0;
}

[datepicker-popup-wrap] .btn-default:hover, [datepicker-popup-wrap] .btn-default.active, [datepicker-popup-wrap] .open > .dropdown-toggle.btn-default {
    color: #333;
    background: #e6e6e6 !important;
    border-color: #adadad;
}

@media screen and (max-width:400px) {
    [datepicker-popup-wrap] .btn.btn-default {
        padding: 2px 10px !important;
    }
}

@media screen and (max-width: 350px ) {
    [datepicker-popup-wrap] {
        left: -30px !important;
    }
}

/* Angular based Animations */
.animateIf.ng-enter {
    opacity: 0;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 400ms;
}

.animateIf.ng-enter.ng-enter-active {
    opacity: 1;
}

.fade-in-out {
    transition: 1s linear all;
    opacity: 1;
}

.fade-in-out.ng-hide {
    opacity: 0;
}

.swipe-icon {
    overflow: visible;
    width: 18px;
    height: 24px;
}

/*swipey swipey*/

.swipe-icon .swipe-arrow {
    animation: pulse-arrow 2s ease-out infinite;
}

.swipe-icon {
    animation: hand-move 2s ease-out infinite;
}

@keyframes pulse-arrow {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(0.25em);
        opacity: 1;
    }

    75% {
        transform: translateX(0.25em);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 0;
    }
}

@keyframes hand-move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(0.5em);
    }

    100% {
        transform: translateX(0);
    }
}

.panel-ctas .btn-secondary {
    background: #75BF24;
    text-transform: uppercase;
    margin-right: 0.5em;
}

.mobile-cta {
    color: #fff;
    text-transform: uppercase;
}

.banner-text-holder {
    cursor: pointer;
}

.banner-text-holder > .breadcrumb-container > .container {
    margin-left: 0;
}

.banner-text-holder > .breadcrumb-container > .container > .breadcrumb .row {
    padding-top: 0px;
    margin-top: -10px;
    padding-left: 5px;
}

.mobile-cta-link {
    color: white !important;
}

div.home-cta.cta-section > div > div > div > a > div > .sprite-icon {
    transition: all .2s ease-in-out;
}

div.home-cta.cta-section > div > div > div:hover a > div > .sprite-icon {
    transform: scale(1.2);
}

div.home-cta.cta-section > div > div > div:hover a > .contact-right > p > span {
    color: #9a9292
}

@media screen and (max-width: 994px) and (min-width: 768px) {
    .home-cta {
        display: none !important;
    }
    .home-page > .banner-container > .home-hero > #mainImageSlider > div.owl-wrapper-outer > div.owl-wrapper, .home-page > .banner-container > .home-hero > #mainImageSlider > div.owl-wrapper-outer, .home-hero > #mainImageSlider > div.owl-wrapper-outer > div > div > div > a > div > img, .home-hero .owl-carousel img, .hero__image.child--no-height > div {
        min-height: calc(100vh - 231px);
        max-height: calc(100vh - 231px);
    }
    .mobile-cta {
        border-top: solid 1px #8036c5;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        z-index: 99999999;
        background-color: #9544eb;
        height: 50px;
    }

    .mobile-cta-button {
        border-radius: 6px !important;
        background: unset;
        background-color: #36b900;
        font-size: 22px !important;
        min-height: 52px;
        width: calc(100vw - 40px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .mobile-cta {
        display: none;
    }

    .home-page > .banner-container > .home-hero > #mainImageSlider > div.owl-wrapper-outer > div.owl-wrapper, .home-page > .banner-container > .home-hero > #mainImageSlider > div.owl-wrapper-outer, .home-hero > #mainImageSlider > div.owl-wrapper-outer > div > div > div > a > div > img, .home-hero .owl-carousel img, .hero__image.child--no-height > div {
        min-height: calc(100vh - 419px);
        max-height: calc(100vh - 419px);
    }

    .home-cta {
        z-index: 20;
        width: 100% !important;
        position: relative !important;
        display: grid !important;
        padding: 1.5em 4em 1em !important;
        height: unset !important;
        bottom: 0 !important;
        background-color: #1f1f1f !important;
    }

    .cta-section .contact-left .sprite-icon {
        height: 30px !important;
    }
    .cta-section .contact-right span {
        font-size: 20px !important;
    }

    .home-cta-button {
        font-size: 16px !important;
    }
}
    @media (max-width: 320px) {
        .mobile-cta-sprite-icon { display: none !important; }

        .mobile-cta-text {
            text-align: center;
        }
    }

@media (max-width: 767px) {
    .home-cta {
            display: none !important;
        }

    .home-page > .banner-container > .home-hero > #mainImageSlider > div.owl-wrapper-outer > div.owl-wrapper, .home-page > .banner-container > .home-hero > #mainImageSlider > div.owl-wrapper-outer, .home-hero > #mainImageSlider > div.owl-wrapper-outer > div > div > div > a > div > img, .home-hero .owl-carousel img, .hero__image.child--no-height > div {
        min-height: calc(100vh - 179px);
        max-height: calc(100vh - 179px);
    }

    .mobile-cta {
        border-top: solid 1px #8036c5;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        z-index: 99999999;
        background-color: #9544eb;
        height: 50px;
    }

    .mobile-cta-button {
        border-radius: 6px !important;
        background: unset;
        background-color: #36b900;
        font-size: 13px !important;
        max-height: 48px;
        min-height: 48px;
        width: calc(100vw - 40px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .mobile-cta {
        display: none;
    }

    .home-page > .banner-container > .home-hero > #mainImageSlider > div.owl-wrapper-outer > div.owl-wrapper, .home-page > .banner-container > .home-hero > #mainImageSlider > div.owl-wrapper-outer ,.home-hero > #mainImageSlider > div.owl-wrapper-outer > div > div > div > a > div > img, .home-hero .owl-carousel img, .hero__image.child--no-height > div {
        min-height: calc(100vh - 328px);
        max-height: calc(100vh - 328px);
    }

    .home-cta {
        z-index: 20;
        width: 100% !important;
        position: relative !important;
        display: grid !important;
        padding: 1.5em 4em 1em !important;
        height: unset !important;
        bottom: 0 !important;
        background-color: #1f1f1f !important;
    }

    .home-cta-button {
        font-size: 18px !important;
    }
}

.home-cta-button {
    text-transform: uppercase;
    border-radius: 6px !important;
    background: unset;
    background-color: #6ec200;
}

.home-cta-button:hover {
    color: white;
    background-color: #5d9e07;
}
    @media (max-width: 767px) {
        .offer-list-item .info-panel .panel-ctas .panel-btn a {
            margin: 0 0 0.5em 0;
            display: block;
        }
    }

    .offer-list-item .info-panel .panel-cost i {
        font-size: .75em !important;
    }

    .whitePhone a {
        color: #ffffff !important;
    }
