#preloader {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #EFEDEE;
}
#preloader:before {
    border-left-color: transparent;
    border-right-color: transparent;
}
@media (max-width: 768px) {
    #preloader {
    background-size: contain;
}
}
.flatpickr-calendar .flatpickr-current-month {
    font-family: Gilroy-Medium,Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: normal;
    color: #F30;
    text-transform: none;
}
/*ALERT FUNCTIONALITY CSS*/
.alert-container {
    display: none;
    position: fixed;
    top: 8%;
    right: 2%;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    min-width: 300px;
    z-index: 999999999991;
}
.alert-container .alert-header {
    display: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
.alert-container .alert-header span {
    margin-left: 7px;
}
.alert-container .alert-message {
    text-align: left;
    font-size: 1.5rem;
}

.alert-container.alert-danger .alert-header.error {
    display: block;
    border-color: #721c24;
}
.alert-container.alert-success .alert-header.success {
    display: block;
    border-color: #155724;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb !important;
    box-shadow: 0px 0px 14px #000;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb !important;
    box-shadow: 0px 0px 14px #000;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
}
#header {
    z-index: 999;
}
.main-search-panel {
    /*z-index: 999 !important;*/
}
#header:not(.header-scrolled) {
    padding-top:12px;
    top:40px;
    background: linear-gradient(rgb(0 0 0 / 20%), rgb(0 0 0 / 10%), rgb(0 0 0 / 5%));
}
@media (max-width: 768px) {
    #header:not(.header-scrolled) {
    top:0;
}
}
#topbar:not(.topbar-scrolled) {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 20%));
}
#hero object {
    width: 100vw; 
    height: 100vh;
}
#hero .video-overlay {
    background: transparent;
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.event-section {
    min-height: 300px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 212, 255, 0) 30%);
}
.incl-icons ul li.not_available {
    opacity: .4;
}
.form-control.is-invalid {
    border-color: #dc3545;
}
.php-email-form label.imprtant:before {
    font-size: inherit;
}
.php-email-form .iti {
    display: block;
    font-size: .8rem;
    margin: 8px 0;
}
#search_destination .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #E73B17;
}

#search_destination .dropdown-item {
    font-family: 'Poppins', sans-serif;
}
.req {
    box-shadow: 0 0 5px 0.2rem rgba(255, 0, 0, 0.59) !important;
    border-color: #e10a0a;
}

.pop_holiday .member img {
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.my-account {
    line-height: 22px;
}
.my-account.dropdown-toggle:after {
    margin-top: 10px;
}
.registere .iti {
    width: 100%;
}
.registere #numberOnly {
    padding-left: 25px;
}
.registere .form-control:focus {
    color: #151718;
}
/*.btn-primary:hover {
color: #e73b17;
background-color: #fff;
border-color: #e73b17;
}*/
.my_account_list li.active a {
    color: #111;
}
.jpagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

.jpagination>a,.jpagination>span {
    position: relative;
    padding: 1rem 1.30rem;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #FF6C2D;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    cursor: pointer;
    font-weight: normal;
    float: left;
    font-family: 'Poppins', sans-serif;
}
.jpagination>span {
    cursor: not-allowed;
}

.jpagination a.jp-first, .jpagination a.jp-last, .jpagination a.jp-previous, .jpagination a.jp-next {
}
.jpagination a.jp-previous {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.jpagination a.jp-next {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;  
}
.jpagination a.jp-first:after {
    content: " First";
    font-family: helvetica, Arial, sans-serif;
}
.jpagination a.jp-first:before {
    content: "\f100";
}
.jpagination a.jp-last:before {
    content: "Last ";
    font-family: helvetica, Arial, sans-serif;
}
.jpagination a.jp-last:after {
    content: " Last >> ";
    content: "\f101";
}
.jpagination>a:hover:not(.jp-disabled),
.jpagination>a:focus:not(.jp-disabled) {
    color: #fff !important;
    background-color: #F40;
    border-color: #F93;
}
.jpagination>a.jp-disabled,
.jpagination>a.jp-disabled:hover,
.jpagination>a.jp-disabled:focus {
    color: #6c757d;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ccc;
}
.jpagination>a:not(.jp-disabled) {
    color: #FF6C2D;
}
.jpagination a.jp-current {
    z-index: 2;
    cursor: default;
    color: #fff;
    background-color: #F60;
    border-color: #F60;
}
.registere .input-group-addon {
    position: absolute;
    right: 0;
    top: 14px;
    border-radius: 2px;
    font-size: 16px;
    z-index: 4;
}
.registere .input-group-addon a{
    padding: 13px;
    color: #666;
}
.registere .form-group .pre-icon {
    position: absolute;
    font-size: 18px;
    top: 12px;
    left: 11px;
    z-index: 4;
}
a {
    color: #fd6637;
    text-decoration: none;
}
.collapse:not(.show) {
    display: none;
}
.adv_search {
    width: 80%;
}
.range-slider .ui-slider  {
    height: 12px;
    border-radius: 5px;
    margin-right: 16px;
}
.range-slider .ui-slider .ui-slider-handle{
    border-radius: 50%;
    height: 30px;
    width: 30px;
    top: -10px;
    border: 2px solid #fff;
    background: #FD7448;
    box-shadow: 0 0px 10px #797979;
}
.range-slider .ui-slider .ui-slider-handle:hover {
    cursor: pointer
}
.range-slider .ui-slider .ui-slider-handle.ui-state-hover {
    background: #FF3300;

}
.range-slider .ui-slider .ui-slider-handle.ui-state-focus {
    outline: none;
}
/*.listt li:last-child {
list-style: disc !important;
color: #000 !important;
}*/
.listt li:empty {
    display: none;
}
.filtterss input:focus{
    outline: none;
}

.filter-sort span.desc {
    display: none;
}
.listt .more {
    display: none;
    list-style-type: disc;
}
.listt .showless {
    display: none;
}
.listt .showless:hover {
    cursor: pointer;
    text-decoration: underline;
}
.listt.showmore .more::marker{
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.listt.showmore .showless {
    display: block;
}
.listt.showmore .more {
    display: list-item;
}
.listt .toggle-more:hover {
    cursor: pointer;
    text-decoration: underline;
}
.listt .toggle-more:after {
    content: " more";
}
.listt.showmore .toggle-more:after {
    content: "";
}

.resetButton:hover {
    cursor: pointer;
}
.text_orange {
    color: #F30;
}

.moresuboffer .image-container{
    width: 40%;
    height: 275px;
    overflow: hidden;
}
.moresuboffer .header-container{
    width: 60%;
}
.moresuboffer .image-container img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.circle-night {
    position: absolute;
    right: 15px;
    top: 75px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 20px;
    background: #F30;
    color: #fff;
    border-radius: 50%;
}
.circle-night span.num {
    font-size: 1.5rem;
    margin-top: 13px;
    display: block;
}
.circle-night span.night {
    font-size: 1rem;
}
.show-detail {
    position: absolute;
    bottom: 15px;
    right: 0;
    text-align: right;
}
.chek_list li span {
    padding-left: 3px;
    display: inline;
}
.custom-swiper-container img {
    max-width: 160px;
    object-fit: cover;
    height: 150px;
    margin-right: 10px;
}
.custom-swiper-container .owl-carousel {
    position: relative;
    overflow: hidden;
    max-width: 836px;
}
.custom-swiper-container .owl-nav .owl-prev, .custom-swiper-container .owl-nav .owl-next {
    position: absolute;
    top: 33px;
    font-size: 4rem !important;
    color: #fff !important;
    z-index: 9999;
}
.owl-nav .owl-prev {
    left: 0;
}
.owl-nav .owl-next {
    right: 0;
}
.show-detail button[aria-expanded="true"]:before {
    content: "Less";
}
.show-detail button[aria-expanded="false"]:before {
    content: "Show";
}
.circle-container {
    border: 2px solid #34e0a1;
    padding: 2px 2px 0px 2px;
    line-height: 13px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 2px;
}
span.circle {
    background: #34e0a1;
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
}
#reviewContainer .box-rating_icon {
    max-width: 110px;
    margin: 0 auto;
}
#reviewContainer .review-content {
}

#reviewContainer .review-item {
    border: 1px solid #e33a12;
    border-radius: 5px;
}
.anchor .upgrade-btn.btn-primary span {
    display: none;
}
.anchor .upgrade-btn.btn-primary:after {
    content: 'SELECTED';
}
.ports {
    width: 80%;
}
.ports span:not(:first-child):before {
    content: ' > ';
}

.cruise-logo {
    position: absolute;
    right: 10px;
    top: 3px;
}
.cruise-logo img {
    max-height: 150px;
    max-width: 100px;
}
#diningItems img, #cabinItems img {
    max-width: 100%;
    height: 175px;
}
#decksItems img {
    max-width: 100%;
    max-height: 275px;
    object-fit: contain;
    object-position: center;
}
.tab-content .tab-name {
    text-transform: capitalize;
}
.tab-content .cruise-img {
    max-height: 200px;
    object-fit: cover;
}
.responsive-tabs-items .res-tab-item.selected {
    background-color: #FF3300;
}
.responsive-tabs-items .res-tab-item.selected  {
    color: #fff;
    font-weight: 600;
}
.responsive_tabs_content .res_tab_content .tab-content {
    display: none;
}

.anchor .btn-check:focus+.btn-info, .btn-info:focus {
    color: #ed4822; 
    background-color: #fff; 
    border-color: #fff; 
}

.anchor .checkbox-padding {
    position: absolute;
    left: -7px;
    top: -6px;
    height: 30px;
    width: 30px;
}
@media (max-width: 767px) {
    .moresuboffer .image-container, .moresuboffer .header-container, .ports {
    width: 100%;
}
}
.hotel-check-holder {
    display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #f75e3b , #e23810);
    color: #fff;
    text-transform: uppercase;
    margin: -12px -12px 5px;
    padding: 10px;
}
.ac_input {
    padding-right: 35px;
    text-transform: capitalize;
}
.ac_loading {
    background-image: url(../../gaf/img/loading-inverse.png);
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: 23px;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px !important;
    right: 5px;
    left: unset !important;
    display: none;
}

#search_offers .sp-room:before {
    content: unset;
}
#preloader {
    z-index: 99999999999;
}
.navbar .flyout-content {
    width: 100%;
    max-width: 100%;
    min-height: calc(100vh - 300px);
    max-height: calc(100vh - 300px);
}
.navbar .flyout-wrapper[data-flyout-key="header-holiday-types"] .flyout-content {
    left: -50px !important;
}
.navbar.navbar-mobile .navbar-icon {
    background-color: #000;
    height: 20px;
    width: 20px;
}
.navbar.navbar-mobile .flyout-wrapper[data-flyout-key="header-holiday-types"] .flyout-content {
    left: unset !important;
    min-width: 100% !important;
}
.navbar-mobile a:hover .navbar-icon, .navbar-mobile .active .navbar-icon, .navbar-mobile li:hover > a .navbar-icon {
    background-color: #fd6637;
}
.navbar.navbar-mobile .flyout-content {
    display: none;
    max-height: 100% !important;
    position: relative;
}
.navbar.navbar-mobile .flyout-content ul {
    position: unset;
}
.navbar .flyout-content .flyout-contents {
    width: 100%;
    max-height: 100%;
}
#header_destination h6, #header_holiday_types h6, #header_destination li:hover {
    color: #fd6637;
}
.navbar:not(.navbar-mobile) #header_destination > div:not(:last-child), #header_holiday_types > div:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
}
.navbar:not(.navbar-mobile) #header_destination > div:not(:first-child), #header_holiday_types > div:not(:first-child) {
    padding-top: 20px;
}
#header_destination ul {
    list-style-type: '\003E';
    padding-left: 5px;
    text-indent: 5px;
}
#header_destination .has-submenu div:first-child, #header_holiday_types .holiday-types-card {
    cursor: pointer;
}
#header_destination .submenu {
    display:none;
}
#header_destination a {
    font-size: 13px;
    color: unset;
    padding: 0;
    margin: 0;
}
#header_destination .submenu.open {
    display:block;
}
.navbar .pop_holiday .member {
    background: none;
    text-align: unset;
    margin-top: 10px;
}
.navbar .pop_holiday a {
    padding: unset;
    display: unset;
}
.navbar .pop_holiday a img {
    margin-right: unset;
    height: 220px;
}

/* Search Flyout Content */
@media (max-width: 576px) {
    .flyout-content .sp-labelled-input label {
    margin-bottom: 14px;
}
.flyout-content .flyout-contents .flyout-contents-right {
    padding-top: 14px;
}
.sp-inline-datepicker .flatpickr-calendar.inline {
    margin-bottom: 5px;
}
.flyout-content .close-link {
    font-size: 1.1rem;
}
.flyout-content .flyout-contents {
    padding-top: 30px;
}
}
@media (min-width: 992px) {
    .hotel-only-grid {
    -ms-grid-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
}
}
/* End Search Flyout Content */

