/* Minification failed. Returning unminified contents.
(2339,29): run-time error CSS1046: Expect comma, found '0'
(2339,33): run-time error CSS1046: Expect comma, found '/'
 */
body {
    -ms-overflow-style: scrollbar; /* Internet Explorer 10+ */
}

.d-inline {
    display: inline;
}

#preview-mode {
    background-color: #900;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-family: 'Arial Black', Gadget, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
}

.container, .row, [class*="col-"], [class*="col"] {
    padding-right: 0px;
    padding-left: 0px;
}

.row, [class*="col-"], [class*="col"] {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.fixedFunctionDefault {
    padding: 15px;
}

.fixedFunctionDisplay {
    padding: 15px;
    margin-left: 20px;
    margin-right: -20px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

.wordbreak {
    white-space: normal;
    -ms-word-break: break-word;
    word-break: break-word;
}

.blockdefault {
}

.blockleft {
    margin-right: auto;
    margin-left: 0px;
}

.blockcenter {
    margin-right: auto;
    margin-left: auto;
}

.blockright {
    margin-right: 0px;
    margin-left: auto;
}

.blockwrapleft {
    float: left;
    margin-right: auto;
    margin-left: 0px;
}

.blockwrapright {
    float: right;
    margin-right: 0px;
    margin-left: auto;
}

.tableleft {
    margin-right: auto;
    margin-left: 0px;
    display: table;
}

.tablecenter {
    margin-right: auto;
    margin-left: auto;
    display: table;
}

.tableright {
    margin-right: 0;
    margin-left: auto;
    display: table;
}

.embedded-page {
    margin-bottom: -5px;
}

/* Content: Detailed Search */

.forminput {
    max-width: 296px;
    margin-top: 0;
}

.ContentTitleBar1 {
    border-bottom: 1px solid #ddd;
}

.ContentField1 {
    margin-top: 14px;
}

.ds-btn button {
    margin: 5px 5px 14px 5px;
}

.legal {
    font-size: 10px;
    margin-top: 14px;
    margin-bottom: 14px;
}


/* Content: Search Results */

.ContentField2 {
    font-size: 12px;
    background-color: #ddd;
    padding: 3px;
}

.SRTravelDatesTable {
    margin-top: 10px;
}

a.results-btn-more {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    width: 110px;
    border-radius: 4px;
    margin-top: 5px;
}

table.ContentTitleBar2 td {
    padding: 5px;
}

.SRBottomSearchCritLabel {
    padding: 5px;
}

table.ContentTitleBar2 td a {
    font-weight: bold;
}

.ResultsBoxTop800 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tabactiveBackground a {
    font-weight: bold;
}

.ODPriceBoxHeader {
    text-align: center;
    padding: 3px;
}

.solidline {
    border-right: #DDDDDD 0px solid;
    padding-right: 4px;
    border-top: #DDDDDD 0px solid;
    padding-left: 0px;
    padding-bottom: 0px;
    border-left: #DDDDDD 0px solid;
    padding-top: 0px;
    border-bottom: #DDDDDD 1px solid;
    line-height: 0;
}

.SRTravelDatesSpacerRow, .SRTopSpacerRow {
    line-height: 0;
}

.residence-disclaimer {
    font-weight: bold;
    padding: 10px 0;
}

.BaseText, .basetext {
    font-size: 13px;
}

.BaseTextSmall {
    font-size: 12px;
}

.SRPrice800 {
    font-size: 18px;
}

.SRPriceUnitCaption {
    line-height: 12px;
}

.SmallBaseText {
    font-family: Arial;
    font-size: 12px;
}

.ContentField2.SRBottomNavContainer {
    background-color: transparent;
}

table.SpecialOD {
    border: 1px solid #aaa;
}

.SpecialOD {
    padding: 5px;
}

.SRCompareCheckboxContainer input[type="checkbox"] {
    margin-top: -2px;
    margin-right: 3px;
}

.rightside-refine {
    min-width: 220px;
}

.result-img {
    padding-left: 10px;
}

.results-legal {
    font-size: 10px;
}

.search-button-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.search-button-row div {
    display: flex;
}

    .search-button-row .search-compare-container {
        flex: 1;
        white-space: nowrap;
        align-items: baseline;
    }

        .search-button-row .search-compare-container input[type="checkbox"] {
            margin: 0;
            display: flex;
            align-self: center;
        }

    .search-button-row .search-button-container {
        gap: 5px;
        flex: 1;
        justify-content: end;
        margin-top: 5px;
        padding-left: 5px;
    }

@media (max-width: 440px) {
    .search-button-row .search-compare-container {
        flex: 2;
    }

    .search-button-row .search-button-container {
        flex-wrap: wrap;
    }
}

.row-no-results .offer-card1,
.row-no-results .offer-card2 {
    max-width: 280px !important;
}

.dot-seperator {
    text-align: center;
    font-size: 50px;
    color: #cacaca;
    line-height: 30px;
}

    .dot-seperator:after {
        content: "...";
        font-size: 50px;
        color: #cacaca;
        display: block;
        text-align: center;
        letter-spacing: 5px;
    }

.search-icon-seperator {
    text-align: center;
    font-size: 60px;
    color: #cacaca;
    line-height: 30px;
}

/* Content: Offer Details */

.trip-details-expired {
    background: #fffbf1;
    border: 1px solid #ffc107;
    border-radius: .42rem;
    padding: .75rem 1rem;
    color: #606060;
}

    .trip-details-expired i {
        color: #ffc107;
    }

.no-offer-image-available {
    border: 2px solid #DDD;
    text-align: center;
    padding: 30px;
    font-size: 24px;
    min-height: 150px;
    vertical-align: middle;
}

.PrevNextOffer_OD a.baselink {
    font-size: 12px;
}

    .PrevNextOffer_OD a.baselink img {
        margin-top: -4px;
    }

.PrevNextOffer_OD {
    margin-top: 20px;
    margin-bottom: 15px;
}

div#DetailPageTop {
    padding: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    border-radius: 6px;
    background-color: #f8f8f8;
}

div#OfferBoxSummary {
    border-left: 1px solid #999;
    padding-left: 20px;
}

.SubSectionField {
    margin-bottom: 5px;
}

table.ODGroupBoxDateBox {
    margin-bottom: 10px;
}

table.ODGroupBox {
    font-size: 13px;
}

table.ODPriceBoxText tr {
    border-bottom: 1px dotted #ccc;
}

td.ODPriceBoxTitle, .ODPriceBoxTitle {
    font-weight: bold;
}

span.ODprice {
    font-size: 1.5em;
}

span.ODPriceBoxText.ODPerUnitLabel {
    font-size: 10px;
}

table.BaseText.ODOtherCategoriesMasterTable {
    margin-top: 10px;
}

table.DetailPageBottom {
    margin-top: 20px;
}

#PriceBoxContents1 .ODPriceBoxHeader {
    text-align: left;
}

    #PriceBoxContents1 .ODPriceBoxHeader.ODItineraryArriveHeader {
        text-align: center;
    }

    #PriceBoxContents1 .ODPriceBoxHeader.ODItineraryDepartHeader {
        text-align: center;
    }

ul.ODMoreInfoUL {
    margin: 10px 0;
    padding: 0 30px;
}


table.DetailPageTabs {
    margin-top: 10px;
    margin-left: -1px;
    border-collapse: separate;
    border-spacing: 1px 0;
}

.ODTabActive {
    color: #fff;
    padding: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
    font-size: 12px;
}

.ODTabInactive {
    color: #fff;
    padding: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
    font-size: 12px;
}

.bg2-smallText {
    color: #fff;
    font-size: 10px;
    padding: 4px;
}

.ODDeckPlanLinkContainer img {
    margin-top: 10px;
}

td.CompareColumn .BaseTitle {
    font-size: 1.1em;
    font-weight: bold;
}

.CompareMid {
    padding: 10px 8px 0 8px;
}

.ODItineraryNumNights {
    font-size: 12px;
}

.ODCategory {
    font-size: 11px;
}

.ODContactUsLink a {
    text-decoration: underline;
}

.od__info-page img,
.od-overview-row-mob img {
    max-width: 100%;
}

/* CONTACT US PAGES */

.subsectiontitle {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 2.0em;
    padding-top: 10px;
}

.offersIncluded {
    margin-bottom: 15px;
}

td.subsectionfield {
    font-size: 13px;
}

table.ListTable1 td {
    font-size: 11px;
}

td.ListTitle1 {
    padding: 2px;
    font-weight: bold;
    background-color: #eee;
    height: 26px;
}

td.ListData1 {
    border-bottom: 1px solid #ddd;
    padding: 4px;
}

.Required {
    color: #BB0000;
}

hr {
    border-color: #ccc;
}


/* Customer Profile form */

.closeMe {
    margin: 10px 0 0 0;
}

table#MainContent td.SubSectionTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.0em;
    padding-top: 10px;
}

table#MainContent table.SubSectionTable.chkboxes {
    font-size: 12px;
}

table#MainContent input[type="text"], table#MainContent input[type="password"], table#MainContent select {
    margin-left: 10px;
}

table#MainContent select {
    max-width: 260px;
    margin-top: 5px;
}

td.profileSideBar {
    border: 1px solid #bbb;
}

    td.profileSideBar table td {
        padding: 5px;
    }

/* Itinerary popup */
#itineraryContainer {
    float: left;
    width: 100%;
    overflow: hidden;
}

.itineraryMenuContainer {
    float: left;
    width: 125px;
    height: 100%;
    overflow: auto;
}

.itineraryIframe {
    float: left;
    height: 100%;
    width: 100%;
}

/* Amenity Popup */
.amenity-popup-title {
    font-size: 16px;
    font-weight: bold;
}

.amenity-popup-description {
    font-size: 14px;
    font-weight: bold;
}

/* overwriting bootstrap's table border-collapse */
table {
    border-collapse: separate;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
}

.error-404 {
    margin-right: auto;
    margin-left: auto;
    display: table;
    padding: 100px;
}

/* Bootstrap modal */
.modal-header .close {
    background: none;
    border: none;
}

/* Bootstrap fix for IE images */
.img-responsive,
.img-thumbnail,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: auto;
}


.filter-padding {
    margin-left: 5px;
    margin-bottom: 2px;
    padding: 5px;
}

.agent-container {
    max-height: 420px !important;
    min-height: 420px !important;
    height: 420px !important;
}

.agent-bio {
    position: relative;
    font-size: 11px;
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .agent-bio:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 40px;
        width: 100%;
        background: linear-gradient(rgba(0,0,0,0), #DDD);
    }

.agent-photo {
    max-height: 205px;
    max-width: 205px;
}

.pointer {
    cursor: pointer;
}

.help {
    cursor: help;
}

.pointer-zoom-in {
    cursor: zoom-in;
}

/* Loading Animation */

.ap-loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.loading-animation {
    text-align: center;
}

    .loading-animation .animation-text,
    .loading-animation .animation-text-loading {
        font-family: amadeusnormal, Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #333;
        font-weight: normal;
        padding: 10px;
    }

    .loading-animation .animation-image {
        margin-top: 20px;
        margin-bottom: 50px;
        width: 100%;
    }

#loading-animation-image {
    position: relative;
    display: inline-flex;
    height: 37px;
}

.fs-loading {
    display: inline-block;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #FFF;
    min-height: 17px;
    height: 17px;
    max-height: 17px;
    min-width: 17px;
    width: 17px;
    max-width: 17px;
    text-align: center;
    margin-left: 5px;
}

#floatBarsG {
    position: relative;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 330px;
    height: 40px;
}

.floatBarsG {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    -o-animation-name: bounce_floatBarsG;
    -ms-animation-name: bounce_floatBarsG;
    -webkit-animation-name: bounce_floatBarsG;
    -moz-animation-name: bounce_floatBarsG;
    animation-name: bounce_floatBarsG;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    animation-direction: normal;
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    transform: scale(.3);
}

#floatBarsG_1 {
    left: 0;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
    background-color: rgb(255,255,255);
}

#floatBarsG_2 {
    left: 41px;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay: 0.35s;
    background-color: rgb(255,255,255);
}

#floatBarsG_3 {
    left: 83px;
    -o-animation-delay: 0.50s;
    -ms-animation-delay: 0.50s;
    -webkit-animation-delay: 0.50s;
    -moz-animation-delay: 0.50s;
    animation-delay: 0.50s;
    background-color: rgb(255,255,255);
}

#floatBarsG_4 {
    left: 124px;
    -o-animation-delay: .65s;
    -ms-animation-delay: .65s;
    -webkit-animation-delay: .65s;
    -moz-animation-delay: .65s;
    animation-delay: .65s;
    background-color: rgb(255,255,255);
}

#floatBarsG_5 {
    left: 165px;
    -o-animation-delay: .80s;
    -ms-animation-delay: .80s;
    -webkit-animation-delay: .80s;
    -moz-animation-delay: .80s;
    animation-delay: .80s;
    background-color: rgb(255,255,255);
}

#floatBarsG_6 {
    left: 206px;
    -o-animation-delay: .95s;
    -ms-animation-delay: .95s;
    -webkit-animation-delay: .95s;
    -moz-animation-delay: .95s;
    animation-delay: .95s;
    background-color: rgb(255,255,255);
}

#floatBarsG_7 {
    left: 248px;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    animation-delay: 1.1s;
    background-color: rgb(255,255,255);
}

#floatBarsG_8 {
    left: 289px;
    -o-animation-delay: 1.25s;
    -ms-animation-delay: 1.25s;
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    animation-delay: 1.25s;
    background-color: rgb(255,255,255);
}

@keyframes bounce_floatBarsG {
    0% {
        transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-o-keyframes bounce_floatBarsG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-ms-keyframes bounce_floatBarsG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_floatBarsG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(0,0,0);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}

@-moz-keyframes bounce_floatBarsG {
    0% {
        -moz-transform: rotate(-90eg);
        background-color: rgb(0,0,0);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255,255,255);
    }
}


.offer-title {
    font-size: 16px !important;
}

@media (min-width: 900px) and (max-width: 1400px) {
    .offers-col {
        width: 66.666% !important;
    }

    .filters-col {
        width: 33.333% !important;
    }

    .filter-col {
        width: 100% !important;
    }
}

.vertical-filter-spacing {
    margin-bottom: 1px;
}

@media (min-width: 1451px) and (max-width: 1600px) {
    .offer-images-fix {
        width: 40% !important;
    }

    .offer-itinerary-fix {
        width: 60% !important;
    }
}

.loader-sm {
    width: 16px;
    height: 16px;
}

.offer-img {
    float: left;
    max-height: 140px;
    cursor: zoom-in;
}

.offer-details-img {
    float: left;
    cursor: zoom-in;
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .offer-img {
        max-width: 100% !important;
    }
}

@media (min-width: 1000px) {
    .offer-img {
        max-width: 100%;
    }
}

.offer-img-icons {
    list-style: none;
    padding: 0;
    display: inline-table;
}

    .offer-img-icons li {
        float: left;
        margin: 5px 5px 0 0;
        margin-right: 5px;
        padding: 0;
    }

.offer-img-icon {
    max-width: 100px;
    max-height: 40px;
    width: auto;
    height: auto;
    cursor: pointer;
}

.offer-img-dialog {
    max-height: 400px;
}

.offer-itinerary {
    font-size: 12px;
    margin-top: 15px;
}

@media(max-width: 900px) {
    .offer-itinerary {
        min-height: 0;
        margin-bottom: 15px;
    }
}

.offer-itinerary-tooltip {
    padding: 0 5px;
    font-size: 12px;
    color: white;
    background: #51BDE4;
    cursor: pointer;
}

.offer-amenity,
.offer-content-container {
    margin-top: 5px;
    padding: 5px;
    width: 100%;
}

    .offer-amenity:last-child {
        margin-bottom: 10px;
    }

    .offer-content-container ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }


.offer-current {
    margin-top: 5px;
    padding: 5px;
    width: 100%;
    background: #e0e0e0;
}

    .offer-current:last-child {
        margin-bottom: 10px;
    }

.filter-col {
    position: relative;
}

@media (min-width: 900px) and (max-width: 1400px) {
    .offers-col {
        width: 66.666% !important;
    }

    .filters-col {
        width: 33.333% !important;
    }

    .filter-col {
        width: 100% !important;
    }
}

.more-search {
    background: #51BDE4;
    color: #FFF;
    text-align: center;
}

    .more-search:hover {
        background: #51BDE4 !important;
        cursor: pointer;
    }

    .more-search div {
        margin: 0 auto;
        color: #FFF !important;
        word-break: break-word;
        font-size: 14px;
    }


.offer-start-date {
    margin-left: 52px;
}

@media (min-width: 1200px) and (max-width: 1246px) {
    .offer-start-date {
        margin-left: 0px;
    }
}



/* Jquery UI overrides */
.ui-tabs .ui-tabs-nav {
    margin: 0 0 0 40px;
}

    .ui-tabs .ui-tabs-nav li {
        border-radius: 0;
        margin: 0;
        width: 150px;
    }

        .ui-tabs .ui-tabs-nav li a {
            text-align: center;
            outline: none;
        }

.ui-tabs .ui-tabs-panel {
    background: #F0F0F0 !important;
    border-top: 1px solid #AAAAAA;
    height: 100%;
}

.ui-dialog {
    z-index: 500000;
}

ui-dialog .ui-dialog-titlebar {
    background: #F0F0F0;
    margin: -4px -3px 0 -3px;
}

.ui-dialog-titlebar-hidden .ui-dialog-titlebar {
    display: none;
}

.ui-button.ui-button-icon-only {
    border: none !important;
    background: transparent !important;
    outline: none !important;
}

.active {
    font-weight: bold;
}

.btn-active {
    border: 1px solid #000;
}

.search-departure-dates {
    width: 300px;
}

    .search-departure-dates tbody > tr {
        height: 35px;
    }

        .search-departure-dates tbody > tr > td {
            padding: 5px;
            width: 50px;
            margin: 0 5px;
        }

            .search-departure-dates tbody > tr > td > a {
                text-decoration: none;
                white-space: nowrap;
            }

        .search-departure-dates tbody > tr:first-child > td {
            border-bottom: 0;
        }

.search-departure-date {
    width: 65px;
}

.search-departure-date-current-year {
    width: 65px;
}

.disabledSelection {
    color: #aaa;
}

@media (min-width: 1200px) and (max-width: 1246px) {
    .offer-start-date {
        margin-left: 0px;
    }
}

.offer-dates-preposition {
    font-style: italic;
    color: #B4B4B4;
    font-size: 12px;
}

.offer-dates-preposition-break {
    display: none;
}

@media (min-width: 900px) and (max-width: 1246px) {
    .offer-dates-preposition-break {
        display: block;
    }
}

@media (min-width: 1451px) and (max-width: 1600px) {
    .offer-images-fix {
        width: 40% !important;
    }

    .offer-itinerary-fix {
        width: 60% !important;
    }
}

/* ResortPort */
.resort-outer-container {
    background: #f0f0f0;
    display: table;
    width: 100%;
}

.resort-container-heading {
    color: #5D5D5D;
    font-size: 16px !important;
    font-weight: 600;
    padding: 5px 0px 5px 10px;
}

.resort-list {
    list-style: none;
    display: table;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

    .resort-list li {
        display: inline-table;
        vertical-align: top;
    }

.resort-item {
    text-align: left;
    width: 100%;
}

.resort-item-fixed {
    max-width: 185px;
}

@media(max-width: 1199px) {
    .resort-item-fixed {
        margin: 0 5px;
        max-width: 225px;
    }
}

.resort-container {
    display: table;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    width: 100%;
}

.resort:hover {
    text-decoration: none;
}

.resort-heading,
.resort-footer {
    display: table-row;
    background: #5D5D5D;
    color: #fff;
    font-size: 12px;
}

    .resort-heading > div {
        display: table-cell;
        padding: 5px;
        width: 220px;
    }

.resort-footer {
    font-style: italic;
}

    .resort-footer > div {
        display: table-cell;
        padding: 5px;
    }

.resort-body {
    position: relative;
}

    .resort-body .img-responsive {
        width: 100% !important;
        max-width: 100% !important;
    }

.resort-external-link {
    font-size: 16px;
}

.search-container {
    padding: 5px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
}

.search-filter-container {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
}

.search-container-overflow {
    display: block;
    position: absolute;
    z-index: 50000;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    min-height: 200px;
}

@media (max-width:1600px) {
    .search-container-overflow {
        width: 100%;
    }
}

@media (max-width:1268px) {
    .search-container-overflow {
        width: 100%;
    }
}

.page-content-area {
    margin-bottom: 25px;
    padding: 10px 25px 15px 25px;
    display: inline-block;
    width: 100%;
}

/*Offer details*/

.trip-details-title {
    font-size: 24px;
}

.eu-container label,
.ccpa-item-container label {
    white-space: initial !important;
}

@media(max-width: 780px) {
    .trip-details-title {
        font-size: 20px;
    }
}

.dialog-text {
    font-size: 12px;
}

.sm-text {
    font-size: 12px;
}

.xsm-text {
    font-size: 10px;
}

.offer-detail-label {
    color: #8a8a8a;
}

.offer-price-details {
    width: 100%;
}

@media (min-width: 770px) and (max-width: 867px) {
    .filters-col input[type="text"] {
        font-size: 12px;
        border: 1px solid #CCCCCC;
        height: 33px;
        width: 120px;
        padding-left: 10px;
    }
}

@media(max-width: 768px) {
    .resort-item {
        width: 48%;
        max-width: 300px;
    }

        .resort-item:nth-of-type(even) {
            float: right;
        }
}

@media(max-width: 625px) {
    .resort-item {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

        .resort-item:nth-of-type(even) {
            float: none;
        }
}

@media(max-width: 380px) {
    .resort-item {
        width: 100%;
        max-width: 300px;
    }

        .resort-item:nth-of-type(even) {
            float: none;
        }
}

#offerDetail .flex {
    display: flex;
}

.offer-price-per-night {
    font-weight: bold;
    font-style: italic;
}

.offer-price-box-large {
    height: 100%;
}

.itinerary-table {
    margin-right: auto;
    margin-left: 10px;
    font-size: 13px;
    color: #666666;
    width: 100%;
}

    .itinerary-table > tr:nth-child(2n + 1),
    .itinerary-table > tbody > tr:nth-child(2n + 1),
    .itinerary-table > tfoot > tr:nth-child(2n + 1) {
        background: #F0F0F0;
    }

    .itinerary-table > tr > th,
    .itinerary-table > thead > tr > th,
    .itinerary-table > tbody > tr > th,
    .itinerary-table > tfoot > tr > th {
        text-align: left;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        min-width: 80px;
    }

        .itinerary-table > tr > th:not(:first-child),
        .itinerary-table > thead > tr > th:not(:first-child),
        .itinerary-table > tbody > tr > th:not(:first-child),
        .itinerary-table > tfoot > tr > th:not(:first-child) {
            padding-right: 25px;
        }

    .itinerary-table > tr > td,
    .itinerary-table > thead > tr > td,
    .itinerary-table > tbody > tr > td,
    .itinerary-table > tfoot > tr > td {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .itinerary-table th.centered,
    .itinerary-table > tr > th.centered:not(:first-child),
    .itinerary-table > thead > tr > th.centered:not(:first-child),
    .itinerary-table > tbody > tr > th.centered:not(:first-child),
    .itinerary-table > tfoot > tr > th.centered:not(:first-child) {
        text-align: center;
        padding: 5px 10px;
    }

    .itinerary-table .number {
        text-align: right;
    }

    .itinerary-table .break {
        -ms-word-break: break-all;
        word-break: break-all;
    }

    .itinerary-table .no-wrap {
        white-space: nowrap;
    }

    .itinerary-table .selected {
        background: #5d5d5d !important;
        color: #fff;
    }

        .itinerary-table .selected a {
            color: #fff;
        }

.less > .itinerary-table > tbody > tr:nth-child(9) {
    opacity: .6;
}

.less > .itinerary-table > tbody > tr:nth-child(10) {
    opacity: .2;
}

.less > .itinerary-table > tbody > tr:nth-child(n+11) {
    display: none;
}

.button-more-dates {
    width: 200px !important;
}

.offer-compare-table {
    font-size: 14px;
    color: #666666;
    border-bottom: #F0F0F0 1px solid;
}

    .offer-compare-table tr > td:nth-child(n+1):not(:last-child) {
        border-right: #F0F0F0 1px solid;
    }

    .offer-compare-table tr > td:nth-child(n+1) {
        max-width: 400px;
    }

    .offer-compare-table tr:nth-child(n + 5):nth-child(odd) {
        background-color: #F0F0F0;
    }

    .offer-compare-table tr td:first-child {
        width: 175px;
    }

    .offer-compare-table tr td:nth-child(n+1) {
        padding: 10px 20px 10px 10px;
    }

    .offer-compare-table tr:nth-child(n+4) td:nth-child(n) {
        padding-left: 5px;
    }

.offer-compare-subtitle {
    font-style: italic;
    font-size: 12px;
    color: #8a8a8a;
}

.offer-compare-col-title {
    font-weight: bold;
}

.offer-compare-price-per-night {
    font-size: 12px;
}
/*details Search*/
.search-offer-divider {
    width: calc(50% - 20px);
    float: left;
    border-color: #eeeeee;
}

.search-date-container {
    min-width: 212px;
}

.search-date-label {
    min-width: 50px;
}

.search-date {
    max-width: 100px;
    font-size: 14px !important;
    padding-left: 5px !important;
}

#detailsearch input[type="text"] {
    height: 43px;
    width: 100%;
    padding-left: 10px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #e5e5e5;
}



#detailsearch .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

#detailsearch .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
    background: none;
    cursor: text;
}

/*!
Version 1.8.2
*/


.chosen-container {
    width: 100% !important;
    font-size: 14px;
}

.chosen-container-single .chosen-single {
    padding: 0 25px 2px 2px;
    height: 43px;
    border: 1px solid rgba(199, 201, 199, 0.8);
    border-radius: 0;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chosen-container-single .chosen-default {
}

.chosen-container-single .chosen-single span {
    padding: 8px 30px 5px 10px;
}


.chosen-container-single .chosen-single div {
    width: 30px;
}

    .chosen-container-single .chosen-single div b {
        background-image: linear-gradient(45deg, transparent 50%, #CCCCCC 50%), linear-gradient(135deg, #CCCCCC 50%, transparent 50%), linear-gradient(to right, white, white) !important;
        background-size: 8px 8px, 8px 8px, 3.5em 3.5em !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 20px) calc(1em), calc(100% - 13px) calc(1em), 100% 0 !important;
    }

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 11px;
    right: 35px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px;
}

.chosen-container-single .chosen-drop {
    border-radius: 0;
}

.chosen-container-active .chosen-choices {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chosen-container-active .chosen-single {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chosen-container-multi {
    background: #FFF;
}

    .chosen-container-multi .chosen-choices li.search-choice {
        border-radius: 0;
    }


.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-wrap {
    white-space: nowrap;
}

.search-loading {
    display: block;
    position: fixed;
    z-index: 100;
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.image-loading {
    width: 50px;
    height: 57px;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.search-overlay {
    height: 50%;
    width: 100%;
    position: absolute;
}

.chosen-editable {
    cursor: pointer;
    color: #444;
    border-color: #ccc !important;
}

    .chosen-editable:hover {
        color: #000;
    }

input.es-input {
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, #CCCCCC 50%), linear-gradient(135deg, #CCCCCC 50%, transparent 50%), linear-gradient(to right, white, white) !important;
    background-size: 8px 8px, 8px 8px, 3.5em 3.5em !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) calc(1em), calc(100% - 13px) calc(1em), 100% 0 !important;
}

.es-list {
    cursor: pointer;
}

.page-content-heading {
    font-size: 20px;
    font-weight: bold;
}

.newsletter-form {
    margin: 20px 10px;
}


    .newsletter-form label {
        margin-top: 5px;
    }

    .newsletter-form input {
        max-width: 300px;
        margin-bottom: 5px;
    }

    .newsletter-form label.normal {
        display: inline;
    }


.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 3px solid #e5e5e5;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

    .note h1,
    .note h2,
    .note h3,
    .note h4 {
        margin-top: 0;
    }

    .note p:last-child {
        margin-bottom: 0;
    }

    .note code,
    .note .highlight {
        background-color: #fff;
    }

.note-success {
    border-color: #5cb85c;
    background: #dff0d8;
    color: #080;
}

    .note-success .box-heading {
        color: #5cb85c;
    }

.note-warning {
    border-color: #f0ad4e;
    background: #fcf8e3;
    color: #9E8940;
}

    .note-warning .box-heading {
        color: #f0ad4e;
    }

.note-info {
    border-color: #5bc0de;
    background: #d9edf7;
    color: #008;
}

    .note-info .box-heading {
        color: #5bc0de;
    }

.note-information {
    border-color: #5bc0de;
    background: #d9edf7;
    color: #008;
}

    .note-information .box-heading {
        color: #5bc0de;
    }

.note-danger {
    border-color: #d9534f;
    background: #f2dede;
    color: #800;
}

    .note-danger .box-heading {
        color: #d9534f;
    }

.note-error {
    border-color: #d9534f;
    background: #f2dede;
    color: #800;
}

    .note-error .box-heading {
        color: #d9534f;
    }

/* Reset Password*/

.login-input-width {
    width: 100%;
}

/* JQueryUI Fixes */

.ui-button-icon-only {
    text-indent: -9999px;
}

.days-operation {
    width: 100%;
}

.days-open {
    background: #f0f0f0;
    display: table;
    width: 100%;
    color: #a0a0a0;
    font-weight: bold;
    margin-bottom: 15px;
}

    .days-open .day {
        border-right: 2px solid #f5f5f5;
        display: table-cell;
        padding: 6px 0 10px;
        text-align: center;
        width: 14.2%;
    }

        .days-open .day span {
            color: #a0a0a0;
            font-size: 12px;
            line-height: 1em;
            text-transform: uppercase;
            font-weight: normal !important;
        }

.days-checked {
    color: #51BDE4;
}

.daytrip-container {
    padding-top: 35px;
    font-size: 13px;
    font-family: Verdana;
}

    .daytrip-container .row {
        margin-right: -20px;
        margin-left: -20px;
        min-height: 35px;
    }

        .daytrip-container .row:before,
        .daytrip-container .row:after {
            display: table;
            content: " ";
        }

        .daytrip-container .row:after {
            clear: both;
        }

        .daytrip-container .row:first-child {
            font-weight: bold;
        }

        .daytrip-container .row:nth-child(2n) {
            background: #F0F0F0;
        }

        .daytrip-container .row [class^='col-'] {
            padding: 5px 20px;
        }


    .daytrip-container.headerless .row:first-child {
        font-weight: normal;
    }

    .daytrip-container.headerless .row:nth-child(odd) {
        background: #e8e8e8;
        border-top: 2px solid #f0f0f0;
    }

    .daytrip-container.headerless .row:nth-child(even) {
        background: #e8e8e8;
        border-top: 2px solid #f0f0f0;
    }

/* #region Day Trips
---------------------------------------------------- */

.od-daytrip-description li {
    padding: .25em;
}

.od-daytrip-container {
    background-color: #F5F5F5;
    padding: 15px;
}

.od-daytrips-pricetype-title {
    color: #0D2236;
    font-size: 1em;
    text-transform: uppercase;
}

.od-daytrips-desc-symbol {
    color: #142D63;
    font-size: 13px;
    text-align: center;
}

.od-daytrips-desc-title {
    color: #142D63;
    font-size: 18px;
}

.od-daytrips-desc-info {
    padding-bottom: 15px;
    font-size: 14px;
    color: #707070;
}

.od-daytrip-container .offset-2 {
    margin-left: 16.66666667% !important;
}

/* #endregion */

.button-share-facebook {
    background: url(../Themes/Default/Images/SocialNetworks/Facebook/24.png);
    display: inline-block;
    padding: 12px 12px;
}

.button-share-twitter {
    background: url(../Themes/Default/Images/SocialNetworks/Twitter/24.png);
    display: inline-block;
    padding: 12px 12px;
}

.offer-compare-table .air-inclusive-icon {
    vertical-align: sub;
}

ul.ui-autocomplete {
    list-style: none;
    list-style-type: none;
    padding: 10px;
    margin: 10px;
}

.image-credit {
    font-size: 10px;
    font-style: italic;
}

.image-caption {
    font-size: 10px;
}

.supplier-offline {
    color: #d9534f;
}

/* Itinerary Navigator - Location Details */
.location-image-picker {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .location-image-picker li {
        float: left;
        max-width: 32px;
        margin: 0 2px 2px 0;
    }

        .location-image-picker li img {
            float: left;
            width: 32px;
            height: 32px;
            background-size: cover;
        }

#legendimages .legendimages-max-width {
    max-width: 35px !important;
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important; /*Chrome*/
        color-adjust: exact !important; /*Firefox*/
    }

    a[href]:after {
        content: none !important;
    }

    .nx-menu,
    .nx-mobile-menu {
        display: none;
    }

    .nx-body .container {
        max-width: 1000px;
    }

    .nx-footer {
        box-shadow: none;
    }

    #offerDetail {
        display: block;
    }

    .page-content-area {
        display: block;
    }
}

.deck-center {
    margin: 0 auto !important;
}

.nx-body .testimonial-endorser {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.nx-body .testimonial-date {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    font-size: 13px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.nx-body .testimonial-item {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 15px;
    transition: background-color 0.2s linear;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
}

.nx-body .nx-testimonials .card {
    border: 1px solid #ddd;
}

.nx-body .testimonial-item-content {
    padding-bottom: 5px;
}

.nx-body .testimonial-description {
    line-height: 1.4;
    font-size: 12px;
}

.nx-body .testimonial-item-title {
    font-size: 20px;
    margin-top: 0.5rem;
    padding: 5px;
}

.nx-body .testimonial-item-footer {
    width: 100%;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 576px) and (max-width: 767px) {
    .card-columns {
        column-count: 2;
    }
}

.col-count {
    column-count: 1;
}

.testimanialbox {
    margin-top: 5px;
    padding: 5px;
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 1px #777);
}



.readmore {
    padding: 2px;
    padding-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.readmore-large {
    padding: 2px;
    padding-bottom: 10px;
    overflow: hidden;
}

.readmore:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 49%;
    height: 10px;
    width: 30px;
    background: inherit;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    border-bottom: inherit;
    border-right: inherit;
    box-shadow: inherit;
}

.readmore-large.expand {
    max-height: 5000px !important;
    transition: max-height 0.35s ease-in-out;
}

.readmore.expand {
    max-height: 5000px !important;
    transition: max-height 0.35s ease-in-out;
}




.offer-readmore {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    transition: max-height 0.15s ease-out;
}

    .offer-readmore.expand {
        max-height: 5000px !important;
        transition: max-height 0.35s ease-in-out;
    }

.readmore-link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #55648d;
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, transparent, white);
    cursor: pointer;
}

    .readmore-link.expand {
        position: relative;
        background-image: none;
        padding-top: 10px;
    }

    .readmore-link:after {
        content: "Read more";
    }

    .readmore-link.expand:after {
        content: "Read less";
    }

.image-grayscale {
    filter: grayscale(100%);
}

/* Ship View */
.ship-deck-legend {
    border: solid 1px #898989;
    text-align: center;
    border-spacing: 4px;
    border-collapse: collapse;
    margin: 0 auto;
}
/* End Ship View */
/* Image Viewer */
.image-viewer-icons {
    list-style: none;
    padding: 0;
    display: inline-table;
}

    .image-viewer-icons li {
        float: left;
        margin: 5px 5px 0 0;
        padding: 0;
    }

.image-viewer-icon {
    max-width: 100px;
    max-height: 40px;
    width: auto;
    height: auto;
    cursor: pointer;
}

.image-viewer-dialog {
    text-align: center;
}

.image-dialog {
    max-width: 45vw;
    width: 100%;
}

.image-dialog-main-image {
    width: 150vw;
    height: 70vh;
    object-fit: scale-down;
}

@media (max-width: 1024px) {
    .image-dialog {
        max-width: 100%;
        width: auto;
    }

    .image-dialog-main-image {
        width: 600px;
        height: 400px;
        max-width: 100%;
        max-height: 100%;
        object-fit: scale-down;
    }
}
/* End Image Viewer */

.od-slideshow-text {
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    background-color: rgb(0 0 0 / 0.6);
}

    .od-slideshow-text .od-slideshow-caption {
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        padding-top: 5px;
    }

    .od-slideshow-text .od-slideshow-credit {
        color: #EEE;
        font-size: 14px;
        font-style: italic;
        margin: -3px 0 0 0;
    }

.location-img {
    cursor: zoom-in;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}

location-content-content,
#LocationDescription {
    color: #7F7F84;
    color: #3F4254;
}

.location-content-content {
    font-weight: normal !important;
}

.location-content-section-title {
    font-size: .875rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: #4f4f4f;
    font-weight: 600;
    margin-top: .75rem;
    margin-bottom: .25rem;
    background-color: transparent !important;
    padding-bottom: 0.5rem;
}

/* Site margin/padding */

.pdn {
    padding: 0 !important;
}

.pdx {
    padding: 3px;
}

.pdm {
    padding: 10px;
}

.pdl {
    padding: 20px;
}

.pdxl {
    padding: 30px;
}

.pdxxl {
    padding: 40px;
}

.ptn,
.pvn,
.pan {
    padding-top: 0 !important;
}

.ptx,
.pvx,
.pax {
    padding-top: 3px !important;
}

.pts,
.pvs,
.pas {
    padding-top: 5px !important;
}

.ptm,
.pvm,
.pam {
    padding-top: 10px !important;
}

.ptl,
.pvl,
.pal {
    padding-top: 20px !important;
}

.ptxl,
.pvxl,
.paxl {
    padding-top: 30px !important;
}

.ptxxl,
.pvxxl,
.paxxl {
    padding-top: 40px !important;
}

.prn,
.phn,
.pan {
    padding-right: 0 !important;
}

.prx,
.phx,
.pax {
    padding-right: 3px !important;
}

.prs,
.phs,
.pas {
    padding-right: 5px !important;
}

.prm,
.phm,
.pam {
    padding-right: 10px !important;
}

.prl,
.phl,
.pal {
    padding-right: 20px !important;
}

.prxl,
.phxl,
.paxl {
    padding-right: 30px !important;
}

.prxxl,
.phxxl,
.paxxl {
    padding-right: 40px !important;
}

.pbn,
.pvn,
.pan {
    padding-bottom: 0 !important;
}

.pbx,
.pvx,
.pax {
    padding-bottom: 3px !important;
}

.pbs,
.pvs,
.pas {
    padding-bottom: 5px !important;
}

.pbm,
.pvm,
.pam {
    padding-bottom: 10px !important;
}

.pbl,
.pvl,
.pal {
    padding-bottom: 20px !important;
}

.pbxl,
.pvxl,
.paxl {
    padding-bottom: 30px !important;
}

.pbxxl,
.pvxxl,
.paxxl {
    padding-bottom: 40px !important;
}

.pln,
.phn,
.pan {
    padding-left: 0 !important;
}

.plx,
.phx,
.pax {
    padding-left: 3px !important;
}

.pls,
.phs,
.pas {
    padding-left: 5px !important;
}

.plm,
.phm,
.pam {
    padding-left: 10px !important;
}

.pll,
.phl,
.pal {
    padding-left: 20px !important;
}

.plxl,
.phxl,
.paxl {
    padding-left: 30px !important;
}

.plxxl,
.phxxl,
.paxxl {
    padding-left: 40px !important;
}

.mtn,
.mvn,
.man {
    margin-top: 0 !important;
}

.mtxxs,
.mvxxs,
.maxxs {
    margin-top: 1px !important;
}

.mtx,
.mvx,
.max {
    margin-top: 3px !important;
}

.mts,
.mvs,
.mas {
    margin-top: 5px !important;
}

.mtm,
.mvm,
.mam {
    margin-top: 10px !important;
}

.mtl,
.mvl,
.mal {
    margin-top: 20px !important;
}

.mtxl,
.mvxl,
.maxl {
    margin-top: 30px !important;
}

.mtxxl,
.mvxxl,
.maxxl {
    margin-top: 40px !important;
}

.mrn,
.mhn,
.man {
    margin-right: 0 !important;
}

.mrx,
.mhx,
.max {
    margin-right: 3px !important;
}

.mrs,
.mhs,
.mas {
    margin-right: 5px !important;
}

.mrm,
.mhm,
.mam {
    margin-right: 10px !important;
}

.mrl,
.mhl,
.mal {
    margin-right: 20px !important;
}

.mrxl,
.mhxl,
.maxl {
    margin-right: 30px !important;
}

.mrxxl,
.mhxxl,
.maxxl {
    margin-right: 40px !important;
}

.mbn,
.mvn,
.man {
    margin-bottom: 0 !important;
}

.mbx,
.mvx,
.max {
    margin-bottom: 3px !important;
}

.mbs,
.mvs,
.mas {
    margin-bottom: 5px !important;
}

.mbm,
.mvm,
.mam {
    margin-bottom: 10px !important;
}

.mbl,
.mvl,
.mal {
    margin-bottom: 20px !important;
}

.mbxl,
.mvxl,
.maxl {
    margin-bottom: 30px !important;
}

.mbxxl,
.mvxxl,
.maxxl {
    margin-bottom: 40px !important;
}

.mln,
.mhn,
.man {
    margin-left: 0 !important;
}

.mlx,
.mhx,
.max {
    margin-left: 3px !important;
}

.mls,
.mhs,
.mas {
    margin-left: 5px !important;
}

.mlm,
.mhm,
.mam {
    margin-left: 10px !important;
}

.mll,
.mhl,
.mal {
    margin-left: 20px !important;
}

.mlxl,
.mhxl,
.maxl {
    margin-left: 30px !important;
}

.mlxxl,
.mhxxl,
.maxxl {
    margin-left: 40px !important;
}

