<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*#page-header header {*/
/*position: fixed;*/
/*width: -webkit-fill-available;
    width: -moz-available;
    min-height:70px;
}*/

/*the container must be positioned relative:*/

/*add a border to all other elements on the page */
/*body * {
    border: 1px solid red;
}*/



body {
    margin: 0; /* or margin-left: 10px; margin-right: 10px; */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --nomadred: #C93D0D;
}

body {
    background-color: #ffffff;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
/*    letter-spacing: -0.02em;
*/    position: relative
}
/*marketplace heading styles*/

col-5 {
    width: 20%;
}

.marketplace-heading {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
       

div#LoaderList img {
    max-width: 100%;
}

#loaderimagepage {
    display: none;
    position: fixed;
    z-index: 9999;
    background: url(../img/PageLoader.gif) no-repeat center center rgba(0,0,0,0.25);
    padding: 2px;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}

.line-through {
     text-decoration: line-through !important; 
}

.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.header-form-heading-bg-white {
    background-color: rgba(255, 255, 255, 0.8);
    /* padding: 20px; */
}

hgroup.title.admin {
    margin: 0;
    text-align: center;
}

hgroup.title.admin h4 {
        margin: 0;
        padding: 0;
        font-weight: 500;
        font-size: 16px;
        color: #C93D0D;
        line-height: 22px;
    }

button.close.close-btn-right {
    position: absolute;
    right: 5px;
    top: 4px;
    font-size: 16px;
    color: #555;
    text-shadow: inherit;
}

.autocomplete-items div {
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

    /*when hovering an item:*/
    .autocomplete-items div:hover {
        background-color: #e9e9e9;
    }

.autocomplete-items img {
    margin-right: 5px;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}




div.demo {
    width: 100%;
    /*  height: 1485px;*/
    filter: blur(20px);
    animation: hd-quality 3s;
    /*top: -70px;*/
    animation-fill-mode: forwards;
}

.demo {
    width: 100%;
    height: 1485px;
    filter: blur(20px);
    animation: hd-quality 3s;
    top: -70px;
    animation-fill-mode: forwards;
}

    div.demo::after {
        animation: low-quality 2s;
        animation-delay: 1s;
    }

.demo::after {
    animation: low-quality 2s;
    animation-delay: 1s;
}

.middleimg {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.rad3 {
    border-radius: 3px;
    font-size: 85%; 
    margin-left: 0; 
    border: 1px solid #fff; 
    padding: 7px 10px;
}

.nomadred {
    color: #C93D0D !important;
}

.nomadredback {
    background-color: #C93D0D;
}

.page-wrapper #page-header {
    min-height: 95px;
}

.pagination .active a {
    border-color: #C93D0D;
    border-bottom-color: #C93D0D;
}

dl.info dt {
    width: 50%;
}

.sidebar section {
    margin-bottom: 40px;
}

.sidebar dl.info dt {
    width: 80px;
    padding: 10px 0;
}


.sidebar .weath-sec-new .weather-detail img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
}

.sidebar .weath-sec-new, .sidebar .weather-detail td {
    font-size: 13px;
}

.sidebar .weath-sec-new, .sidebar .weather-detail td i {
    font-size: 13px;
}

.sidebar .weath-sec-new .box {
    padding: 10px;
}

.sidebar .weath-sec-new .weather-detail td {
    font-size: 13px;
    padding: 0 5px 0 0 !important;
}

.sidebar a {
    color: grey;
}

.sidebar .menu {
    width: 40px;
}

.menu {
    width: 30px;
    margin:0;
    text-align: left;
}

a.icon .menu {
    width: 30px;
    margin: 0;
    text-align: left;
}

.help-center {
    font-size: 12px;
    padding-top: 7px;
}

.border-top-0 {
    border-top: 0px !important;
}

.map-marker {
    opacity:1;
}

.ninety {
    opacity: 0.9;
}

.margin-right5 {
    margin-right: 5px
}

.margin-right10 {
    margin-right: 10px
}

.margin-right20 {
    margin-right: 20px
}

.margin-right35 {
    margin-right: 35px
}

.margin-right60 {
    margin-right: 60px
}

.margin5 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.margin10 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin15 {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.vertical-center {
    margin: 0;
/*    position: absolute;
*/    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

input[type="text"]::placeholder {
    font-weight: 400;
    font-family: Inter;
    font-size:14px;
}

.flex {
    display:flex;
}

.review-item {
    padding-top: 20px;
   /* max-width: 50%;*/
    text-align: center;
  /*  margin-left:25%;*/
}

.review-text {
    padding-bottom: 20px;
}

.review-item .review-stars li {
    display: inline-block;
}

.info h3 {
    margin-top: 0px;
}

.box.small-hidden table thead tr th, .box.small-hidden table tbody tr td {
    padding: 0 6px;
}

.box {
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.12);
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.12);
    box-shadow: 1px 1px 8px rgba(0,0,0,.12);
    /* padding: 20px; */
    /* position: relative; */
    margin: auto;
    /* max-width: 730px; */
}

#page-header .primary-nav {
    display: inherit;
    width: unset;
    padding: unset;
}

.hidden-full {
    /* visibility: hidden; */
    display: none;
}

/*#page-header .primary-nav .left {
    margin-bottom: -25px;
}*/

#page-header .right {
    text-align: right;
    font-family: Inter;
}

/*.page-wrapper .container {
    margin-top:110px
}*/




.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.stepcontent {
    margin-left: 30px;
}

.stephome {
    font-size: 32px;
    width: 90px;
    height: 90px;
    line-height: 84px;
}

.genre li:before {
    width: 25px;
    height: 25px;
    border: #BDBDBD 1px solid;
    position: absolute;
    left: 0;
/*    content: "\F059F";
*/    top: 0px;
    font-family: 'fontawesome';
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #8e8e8e;
}


.my-items table tbody tr td .stepleft {
    font-size: 16px;
}

.feature-small .circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 20px;
    width: 20px;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.feature .square {
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 30px solid #fff;
    width: 110px;
    height: 110px;
    position: relative;
    text-align: center;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.feature-simple .square {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 4px;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .feature .square i {
        color: #C93D0D;
        font-size: 19px;
        line-height: 40px;
    }


a.link.icon.stepleft i {
    margin-left: 1px;
}

div#LoaderReg img {
    max-width: 100%;
}

/*REORDER IMAGES VIA DRAG AND DROP*/
/*Downloaded from https://www.codeseek.co/malkafly/dropzone-reorder-item-gbVYZb */
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/dropzone/4.0.1/min/dropzone.min.css');*/

.sortable {
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .sortable li {
        float: left;
        width: 120px;
        height: 120px;
        overflow: hidden;
        border: 1px solid red;
        text-align: center;
        margin: 5px;
    }

li.sortable-placeholder {
    border: 1px dashed #CCC;
    background: none;
}

.custom-images-sec {
    width: 25%;
    float: left;
    background: #fff;
    padding: 0px 0px 10px 0px;
    box-sizing: border-box;
    margin: 0 0px 30px 0px;
}

.map-images img {
    max-width: 100%;
    width: 100% !important;
    height: auto;
}

.custom-images-sec img {
    max-width: 100%;
    width: 100% !important;
}

.multiselect-native-select .btn-group {
    width: 100%;
}

.form-group .multiselect-native-select .btn-group button {
    width: 100%;
    text-align: left;
    border: 2px solid #bfbfbf;
    border-radius: 2px;
    min-height: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    white-space: normal;
}

.btn-block {
    background-color: #5b5b5b;
    color: #fff;
    display: revert;
}

.red-block {
    background-color: #C93D0D;
    color: #fff;
    display: revert;
}

.yellow {
    color: #F2B705
}


.multiselect-native-select .btn-group button b.caret {
    position: absolute;
    right: 5px;
    top: 16px;
    border-top: 2px dashed #999;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
}

/*   END  -- REORDER IMAGES VIA DRAG command DROP*/



/*//Live Agent Chat button*/

#b_er5aizhs_921 {
    line-height:1.15;
}


/*.title h3 {
    margin-top: 8px;
    font-size: 23px;
    color: #C93D0D;
}*/
.title h3 grey {
    margin-top: 8px;
    font-size: 23px;
}

.title h4 {
    padding-top: 18px;
    font-size: 18px;
}

    .title h4 .no-padding {
        padding-top: 0px;
        font-size: 18px;
    }

.title .admin h4 {
    padding-top: 0px;
    font-size: 18px;
}

.next, .close, .prev {
    font-size: 30px;
    cursor: pointer;
}

.dealname {
    padding-top: 0px;
}

.homeslider {
    width: 98vw;
}

.uppercase {
    text-transform: uppercase
}

.faq p {
    opacity: 0.8;
}

.frmRoom {
 margin: 10px 0 0px 0;
}

.roomimage {
    max-width: 380px
}

.float-right {
    float: right;
}

.currencydropdown {
    margin-top: 21px;
    margin-right: 40px;
}

select {
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
    background: url(../img/caret-down.png) no-repeat 100% center;
    margin-top: 0;
    min-width: 20px
}

.strong {
    font-weight: 900;
}

.stronger {
    font-weight: 500;
}


.strong .fa-regular {
    font-weight: 900;
}

.main-content .title h1 {
    margin: 25px 25px 25px 0;
}

.main-content .title .display-selector {
    margin: 25px 0px;
}



.pointer {
    cursor: pointer;
}

.country {
    font-size: 10.5px;
    padding-left: 6px;
}

.margintop3 {
    margin-top: 3px;
}

.marginbottom0 {
    margin-bottom: 0px;
}

.top35 {
    margin-top: 35px;
}

.font13 {
    font-size: 13px;
    margin: 0;
}

.fa-8x {
    font-size: 8em;
}


.dollar {
    opacity: 1.0;
    margin-right: -3px;
}

.dealhr {
    padding: 0;
    margin: 0;
}

.topdeals {
    position: relative;
}

.no-left-margin {
    margin-left: 0px;
}

.margin-top5 {
    margin-top: 5px;
}

.margin-top8 {
    margin-top: 8px;
}

.margin-top20 {
     margin-top: 20px; 
}

.margin-top25 {
    margin-top: 25px;
}
.margin-top30 {
    margin-top: 30px;
}

.margin-bottom5 {
    margin-bottom: 5px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom20 {
    margin-bottom: 20px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

.margin-bottom40 {
    margin-bottom: 40px;
}

.margin-bottom60 {
    margin-bottom: 60px;
}

.margin-bottom100 {
    margin-bottom: 100px;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-left40 {
    margin-left: 40px;
}

.margin-left33 {
    margin-left: 33px;
}

.margin-leftm27 {
    margin-left: -31px;
}

.margin-leftmlightbulb {
    margin-left: -31px;
}

.lightbulbleft {
    margin-left: 30px;
}

.margin-top10 {
    margin-top: 10px;
}

.margin-top50 {
    margin-top: 50px;
}

.margin-top100 {
    margin-top: 100px;
}

.margin-top-minus20 {
    margin-top: -20px;
}

.no-left-padding {
    padding-left: 0px;
}

.no-right-padding {
    padding-right: 0px;
}

.to-top:hover, .to-top:active, .to-top:focus {
    color: #fff;
    background-color: #B13F19;
}

.article-descriptive h2:before {
    content: "\f124";
    font-size: 14px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-4 {
    padding-right: 4px;
}

.padding-right-3 {
    padding-right: 3px;
}
.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}
.padding-right-35 {
    padding-right: 35px;
}
.padding-right-40 {
    padding-right: 40px;
}
.padding-right-45 {
    padding-right: 45px;
}
.padding-right-50 {
    padding-right: 50px;
}

.padding-left-5 {
     padding-left: 5px; 
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-35 {
    padding-left: 35px;
}

.padding-left-40 {
    padding-left: 40px;
}

.padding-left-45 {
    padding-left: 45px;
}

.padding-left-50 {
    padding-left: 50px;
}

.padding-left-55 {
    padding-left: 55px;
}

.padding-vertical-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-15-1 {
    padding: 0 15px 15px;
}
.padding-20 {
    padding: 20px;
}

.padding-25 {
    padding: 25px;
}

.padding-30 {
    padding: 30px 30px;
}

.wifi {
    padding: 5px 0;
}

.grey, .gray {
    color: #777676;
}

.darkgray, .darkgrey {
    color: #1f1f1f;
}

.homelogo {
    filter: invert(54%) sepia(9%) saturate(17%) hue-rotate(352deg) brightness(98%) contrast(90%);
}

.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.infobox-wrapper .infobox-inner .image-wrapper {
    width: 240px;
    height: 190px;
    position: relative;
}

.infobox-wrapper .infobox-inner .image::after {
    /*opacity: 0.3; */
    opacity: 0;
}

/*ul.info {
    width: 50%;
    float: left;
}*/

.pickgradient .img {
    position: relative;
    z-index: -1;
    display: block;
    height: 200px;
    width: auto;
}

/*#page-header .primary-nav #brand {
    display: block;
    padding: 0px 10px 10px 20px;
    margin-top: -25px;
}*/

#page-header .primary-nav #brand-landing {
    display: block;
    padding: 0px 10px 10px 0;
    margin-top: 10px;
}

.my-items.indent {
    margin-left: -38%;
    margin-top: 18%;
}

.feature figure {
    padding-top: 10px;
    /* margin-left: 120px; */
    /* margin-left: 105px; */
}

    .feature figure .admin {
        padding-top: 1px;
        /*    margin-left: 120px;
*/ margin-left: 105px;
    }


.height100 {
    height: 100px;
}


select.framed {
    padding: 8px;
}



.form-div {
    position: relative;
}

.form-bottom-1 {
    margin-bottom: 20px;
}

.contact-div label {
    color: #ff0000;
    font-size: 12px;
    font-weight: 600;
}


.brand {
    width: 130px;
/*    margin-top: 4px;
*/    /*backdrop-filter: blur(5px);*/
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
}

.logoinline {
    width: 186px;
}

.minfigure {
    min-height: 70px
}

.inline {
    display: inline;
}


.plist {
    opacity: 0.6;
    line-height: 20px;
}

.blog-post h3 {
    margin-top: 25px;
    font-size: 18px;
}

a:hover, a:active, a:focus {
    color: #B13F19;
}

.mark-circle.top a {
    color: white;
    font-size: 14px;
}

.mark-circle.bottom {
    background-color: #C93D0D;
    cursor: default;
    color: #fff;
    top: 260px;
    left: 28px;
}

.mark-circle.bottom150 {
    background-color: #C93D0D;
    cursor: default;
    color: #fff;
    top: 150px;
    right: 20px;
}

.bottom70 {
    padding-bottom: 70px;
    border-bottom: 70px solid transparent;
}

.silent ul li {
    list-style: none;
}

.item .description .meta .lightgrey span {
    margin: 0 0px;
}

    .item .description .meta .lightgrey span i {
        margin: 0 0px;
    }

.owl-carousel .owl-item .advert img {
  /* height: 155px;
    max-height: 155px;*/
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}


.item .description .adverts {
    text-align: left;
    padding: 10px 10px 0px 10px;
}
.item .description .adverts p {
    text-align: left;
    padding: 0px 10px 20px 10px;
}

.reset_text p {
    font-size: 13px;
    line-height: 1;
    padding: 0px;
}

/*.reset_text {
    font-size: 11px;
}*/

    .reset_text a {
        color: #C93D0D;
    }

.what-list {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.what-left-pad {
    padding-left: 15px;
}

.distab-cell-middle {
    display: table-cell;
    vertical-align: middle;
}


.tab13 {
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 10px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.list-top {
    margin-top: 20px;
}

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

.distab {
    display: table;
}

.ls {
    letter-spacing: 1px;
    opacity: 1;
    padding: 1px;
    height: 50px;
}

.sidebar ul.links {
    margin-bottom: 10px;
}

.sidebar ul.links .indent {
    padding-left: 15px;
}

.sidebar ul.links .doubleindent {
    margin-left: 15px;
}

.sidebar ul.links .doubleindent li.active {
    padding-left: 30px;
}

    .list-links li {
        display: block;
        width: 95%;
        color: #777676;
    }

    .list-links li a {
        color: #777676;
    }

#page-footer .list-links a {
    color: #777676;
}

#page-footer .row-one {
    padding-top: 0px;
    padding-bottom: 0px;
}

.siteseal {
    margin-bottom: -50px;
    width: 100px;
    display: block;
    margin-right: auto;
    margin-top: 40px;
    margin-left: 8px;
}

.logofooter {
    width: 200px;
    margin-top: 10px;
    display: block;
    /*   margin-left: auto;*/
    margin-right: auto;
}

a.link {
    cursor: pointer;
}


    a:active, a:focus, a:hover {
        /* color: #2d5a27;*/
        color: grey;
        outline: 0 !important;
        text-decoration: none
    }

        a.link:active, a.link:focus, a.link:hover {
            color: #3f7d36
        }

            a.link:active.icon i, a.link:focus.icon i, a.link:hover.icon i {
                color: #1f1f1f
            }

        a.link.icon i {
            -moz-transition: .3s ease;
            -webkit-transition: .3s ease;
            transition: .3s ease;
            font-size: 12px;
            margin-left: 5px;
            position: relative;
            top: 1px
        }

    a.icon i {
        margin: 0 5px;
    }

.btn.btn-framed.btn-grey {
    background-color: transparent;
    color: #777676;
    border-color: #777676;
    margin-top: unset;
    padding-bottom: 4px;
}

.btn.btn-up {
    margin: 5px;
}

.underline-bottom {
    text-decoration-line: underline;
}


.section-space {
    padding: 80px 0 80px 0;
    margin-bottom: 0px;
}

.section-bg-2 {
    background-color: #f6f6f6;
}

.main-content section .section-space {
    margin-bottom: 0px;
}

/*.left {
    text-align: left;
    width:33%;
}*/

.counter-section-space {
    padding: 120px 0 120px 0;
}

.counter-bgimage {
    /*    background-image: url("../img/1500x500x2.jpg");
*/ background-image: url("https://staticsite.nomadstays.com/nomadstays/img/howitworks/1476-namibia-1920.jpg");
}

.ambassador-bgimage {
    background-image: url("../img/ambassador-parallax.jpg");
}

.parallax {
    background-attachment: fixed;
}

.no-padding {
    padding: 0;
    padding-top: 0;
}

.container .no-padding .block {
    padding: 0;
}

.bgimage-property {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.price-bgcolor-1 {
    background-color: #ffffff;
    border-radius: 3px;
}

.price-bgcolor-2 {
    border-radius: 3px;
}

.price-bgcolor-2 {
    background-color: #B13F19;
/*    background-color: #C93D0D;
*/
}


.price-head-pad {
    padding: 30px 10px 10px 10px;
}

.price-tag {
    font-size: 200%;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 10px;
    margin-top: 10px;
}

.price-list-bottom {
    padding-bottom: 20px;
}

    .price-list-bottom:last-child {
        margin-bottom: 10px;
    }

.counter-num {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 10px;
}

.pricig-br:hover .pricig-uline {
    width: 100%;
}

.price-pos-abs {
    position: absolute;
    right: 0;
    top: 0;
}



.pricig-uline {
    background-color: #C93D0D;
    height: 1px;
    width: 40%;
    -ms-transition: width 2s;
    -webkit-transition: width 2s;
    transition: width 2s;
}

.pricig-uline-white {
    background-color: #f3f3f3;
}

.submit-btn {
    background-color: #C93D0D !important;
    border: 0 !important;
    color: #f3f3f3 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    transition: 300ms ease-in !important;
    width: 100%;
}

.submit-btn:focus, .logout_btn:focus {
    outline: 0 !important;
}

submit:focus {
    outline: 0 !important;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text p, #page-header .secondary-nav .right .white-text a, .white-text aside, .white-text-separate {
    color: #f3f3f3;
    color: #ffffff;
}


.op1 {
    opacity: 1;
}

.op8 {
    opacity: 0.8;
}

ul.checkboxes.inline li {
    /*    width: 32%;
*/ width: 49%;
    float: left;
}

.genre ul.checkboxes.inline li {
    width: 99%;
    float: left;
}

input[type="checkbox"] {
    margin-right: 3px;
    accent-color: var(--nomadred);
}

/*input:checked[type="checkbox"] {
    background-color: darkred !important;
    
}*/

.price-bgcolor-3 {
    background-color: #2508FF;
}

.price {
    text-align: right;
}

.nights {
    text-align: left;
}

 .priceblock {
    padding: 14px 6px 0;
/*    width: 66%;
*/    font-weight: 700;
    font-size: 22px;
    vertical-align: top;
}

.nightblock {
    width: 43%;
}
/*.price-info span {
    font-size: 13px;
}
*/
.table-package {
    margin: 0;
    padding: 0;
}

.table thead tr th {
    vertical-align: top;
}

.firstcol {
    width: 5%;
}

.widecol {
    width: 15%;
}

.widecol30 {
    width: 30%;
}

.availability .table .tbody .tr .td .nil-border {
    border: none;
    border-top-color: white;
    border-top: none;
}

.availability .table &gt; tbody &gt; tr &gt; td {
    border: none;
    border-top-color: white;
    border-top: none;
}

.availability .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; td {
    padding-top: 0px;
}

.labels-uppercase .form-group {
    margin-top: 8px;
    margin-bottom: 8px;
}

.availtop {
    margin-top: 30px;
    font-size: 16px;
}

form.labels-uppercase .form-group .availtop {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0px;
}

form.labels-uppercase .form-group label {
    font-size: 12px;
    line-height: 1.5rem;
}

.form-group label {
    font-weight: 500;
}

.nil-border {
    border: none;
    border-top-color: white;
    border-top: none;
}

.nil-padding {
    padding: 0px;
}

.width-nil {
    width: 0;
}

.pad4 {
    padding-top: 4px;
}

.profilepic {
    /*    padding: 0 40px 0 40px;
*/ box-sizing: unset;
    width: 100%;
    max-width: 280px;
    max-height: 280px;
    object-fit: cover;
}

.date120 {
    width: 120px;
}

.date200 {
    width: 200px;
}

li .nil-tick:before {
    content: " ";
}

.form-reservations table tbody tr td ul li.nil-tick::before {
    content: " ";
}


.container-landing {
    background-color: #444;
}


.min-200 {
    min-width: 200px;
}

.top-13 {
    margin-top: 13px;
}


.landing {
    color: white;
}

    .landing h3 {
        color: white;
        font-size: 22px;
        font-weight: 600;
    }


        .landing h3 span a {
            color: white;
        }

.product_add2cart::before {
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    top: 9px;
    width: 20px;
    height: 20px;
    background: url(../img/shop/btn_add2cart.png) no-repeat 0 0;
    background-image: url("../img/shop/btn_add2cart.png");
    background-size: auto;
}


.product_add2cart::after {
    background: url(../img/seperator_vertical.png) repeat-y scroll 0 0 transparent !important;
    content: '' !important;
    display: block !important;
    height: 100% !important;
    left: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 2px !important;
}

.product_add2cart {
    padding: 0 15px 0 41px !important;
    display: inline-block;
    /* float: left; */
    margin-left: 10px;
    margin-left: 0px;
    position: relative;
    overflow: hidden;
}

[data-show-after-time].show {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: 1.3s ease;
}


.message-popup.bottom-right {
    right: 20px;
    bottom: 20px;
}

.message-popup.bottom-left {
    left: 20px;
    bottom: 50px;
}

.message-popup.top-right {
    right: 20px;
    top: 100px;
}

.my-items .last-edit {
    bottom: -15px;
    right: 50px;
}


/*------------------------------------------------*/
/* Switch SECTION START*/
/*------------------------------------------------*/
.switch {
    padding: 0 0 25px 0;
}

.activeswitch {
    padding: 0 0 25px 0;
}

.switchM {
    padding: 0 0 25px 0;
}

.paymentswitch {
    padding: 0 0 10px 0;
}

.fixeddateswitch {
    padding: 0 0 10px 0;
}

.switch label {
    float: left;
    width: auto;
    margin: 5px 10px 0 0;
}

.activeswitch label {
    float: left;
    width: auto;
    margin: 5px 10px 0 0;
}

.paymentswitch label {
    float: left;
    width: auto;
    margin: 5px 10px 0 0;
}

.switchM label {
    float: left;
    width: auto;
    margin: 5px 10px 0 0;
}

.Switch {
    position: relative;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    color: #ccc;
    height: 33px;
    padding: 6px 6px 5px 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #ececec;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    font-size: 16px;
}

.ActiveSwitch {
    position: relative;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    color: #ccc;
    height: 33px;
    padding: 6px 6px 5px 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #ececec;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    font-size: 16px;
}

.PaymentSwitch {
    position: relative;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    color: #ccc;
    height: 33px;
    padding: 6px 6px 5px 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #ececec;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    font-size: 16px;
}

.FixedDateSwitch {
    position: relative;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    color: #ccc;
    height: 33px;
    padding: 6px 6px 5px 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #ececec;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    font-size: 16px;
}

.SwitchM {
    position: relative;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    color: #ccc;
    height: 33px;
    padding: 6px 6px 5px 6px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    background: #ececec;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1), inset 0px 1px 3px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    font-size: 16px;
}

body.IE7 .Switch {
    width: 78px;
}

body.IE7 .ActiveSwitch {
    width: 78px;
}

body.IE7 .SwitchM {
    width: 78px;
}
.Switch span {
    display: inline-block;
    width: 35px;
    padding: 0 0 0 2px;
}

.ActiveSwitch span {
    display: inline-block;
    width: 35px;
    padding: 0 0 0 2px;
}

.SwitchM span {
    display: inline-block;
    width: 100px;
    padding: 0 0 0 4px;
}

.PaymentSwitch span {
    display: inline-block;
    width: 100px;
    padding: 0 0 0 2px;
}

.FixedDateSwitch span {
    display: inline-block;
    width: 122px;
    padding: 0 0 0 0px;
}

.Switch .Toggle {
    position: absolute;
    top: 1px;
    width: 37px;
    height: 29px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    background: #fff;
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: linear-gradient(top, #ececec 0%, #ffffff 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
    z-index: 999;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
}

.ActiveSwitch .Toggle {
    position: absolute;
    top: 1px;
    width: 37px;
    height: 29px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    background: #fff;
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: linear-gradient(top, #ececec 0%, #ffffff 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
    z-index: 999;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
}

.PaymentSwitch .Toggle {
    position: absolute;
    top: 1px;
    width:101px;
    height: 29px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    background: #fff;
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: linear-gradient(top, #ececec 0%, #ffffff 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
    z-index: 999;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
}


.FixedDateSwitch .Toggle {
    position: absolute;
    top: 1px;
    width: 127px;
    height: 29px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    background: #fff;
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: linear-gradient(top, #ececec 0%, #ffffff 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
    z-index: 999;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
}

.SwitchM .ToggleM {
    position: absolute;
    top: 1px;
    width: 101px;
    height: 29px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    background: #fff;
    background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #ffffff 100%);
    background: linear-gradient(top, #ececec 0%, #ffffff 100%);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.5);
    z-index: 999;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
}


.Switch.Off .Toggle {
    left: 2%;
}

.ActiveSwitch.Off .Toggle {
    left: 2%;
}

.SwitchM.Off .ToggleM {
    left: 2%;
}

.PaymentSwitch.Off .Toggle {
    left: 2%;
}

.FixedDateSwitch.Off .Toggle {
    left: 0.25%;
}

.Switch.On .Toggle {
    left: 55%;
}

.ActiveSwitch.On .Toggle {
    left: 55%;
}

.SwitchM.On .ToggleM {
    left: 52%;
}

.PaymentSwitch.On .Toggle {
    left: 55%;
}

/*.FixedDateSwitch.On .Toggle {
    left: 55%;
}
*/
.SwitchM.OnT .ToggleM {
    Top: 52%;
}

.SwitchM.OffT .ToggleM {
    Top: 52%;
}

.SwitchM.On .OnT {
    visibility: hidden;
}
.SwitchM.Off .OffT {
    visibility: hidden;
}



.PaymentSwitch.On .Toggle {
    left: 52%;
}

.PaymentSwitch.OnT .Toggle {
    Top: 52%;
}

.PaymentSwitch.OffT .Toggle {
    Top: 52%;
}

.PaymentSwitch.On .OnT {
    visibility: hidden;
}

.PaymentSwitch.Off .OffT {
    visibility: hidden;
}



.FixedDateSwitch.On .Toggle {
    left: 51%;
}

.FixedDateSwitch.OnT .Toggle {
    Top: 52%;
}

.FixedDateSwitch.OffT .Toggle {
    Top: 52%;
}

.FixedDateSwitch.On .OnT {
    visibility: hidden;
}

.FixedDateSwitch.Off .OffT {
    visibility: hidden;
}


/* Round Switch */
.Switch.Round {
    padding: 0px 20px;
    border-radius: 40px;
}

.ActiveSwitch.Round {
    padding: 0px 20px;
    border-radius: 40px;
}

.SwitchM.Round {
    padding: 0px 20px;
    border-radius: 40px;
}

body.IE7 .Switch.Round {
    width: 1px;
}

.Switch.Round .Toggle {
    border-radius: 40px;
    width: 14px;
    height: 14px;
}

.ActiveSwitch.Round .Toggle {
    border-radius: 40px;
    width: 14px;
    height: 14px;
}

.SwitchM.Round .ToggleM {
    border-radius: 40px;
    width: 14px;
    height: 14px;
}

.Switch.Round.Off .Toggle {
    left: 3%;
    background: #33d2da;
}

.ActiveSwitch.Round.Off .Toggle {
    left: 3%;
    background: #33d2da;
}

.SwitchM.Round.Off .ToggleM {
    left: 3%;
    background: #33d2da;
}

.PaymentSwitch.Round.Off .Toggle {
    left: 3%;
    background: #33d2da;
}

.Switch.Round.On .Toggle {
    left: 58%;
}

.ActiveSwitch.Round.On .Toggle {
    left: 58%;
}

.SwitchM.Round.On .ToggleM {
    left: 58%;
}

.PaymentSwitch.Round.On .Toggle {
    left: 58%;
}

.marker {
    background-color: #FFFF00;
}


.syntaxhighlighter table, .syntaxhighlighter .container {
    font-size: 15px !important;
}

.Switch.On {
    background: #69b900;
}

.ActiveSwitch.On {
    background: #69b900;
}

.SwitchM.On {
    background: #69b900;
}

.PaymentSwitch.On {
    background: #69b900;
}

.FixedDateSwitch.On {
    background: orange;
}

.Switch.Off {
    background: #C93D0D;
}

.ActiveSwitch.Off {
    background: orange;
}

.SwitchM.Off {
    background: orange;
}

.PaymentSwitch.Off {
    background: orange;
}

.FixedDateSwitch.Off {
    background: #69b900;
}

.Switch span {
    color: #fff;
    text-shadow: inherit;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
}

.ActiveSwitch span {
    color: #fff;
    text-shadow: inherit;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
}

.SwitchM span {
    color: #fff;
    text-shadow: inherit;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
}

.PaymentSwitch span {
    color: #fff;
    text-shadow: inherit;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
}

.FixedDateSwitch span {
    display:inline;
    color: #fff;
    text-shadow: inherit;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
}

.marker {
    background-color: #FFFF00;
}


.syntaxhighlighter table, .syntaxhighlighter .container {
    font-size: 15px !important;
}


.Switch.On {
    background: #69b900;
}

.Switch.Off {
    background: #C93D0D;
}

.Switch span {
    color: #fff;
    text-shadow: inherit;
    font-size: 14px;
    -webkit-user-select: none;
    user-select: none;
}



#email2 {
    display: none;
}

.subgallery {
    padding-bottom: 0;
}


/*.hero-section {
    margin-bottom: 30px;*/
/*margin-top: 60px;*/
/*}*/

.hero-section .map-wrapper {
    height: 800px !important;
}

.hero-section2[data-height="600"] .map-wrapper {
    height: 885px;
}

.hero-section2 .map-wrapper {
    height: 600px !important;
    position: relative;
}

.hero-section200 .map-wrapper {
    height: 200px !important;
    position: relative;
}

.hero-section300 .map-wrapper {
    height: 300px !important;
    position: relative;
}

.hero-section400 .map-wrapper {
    height: 400px !important;
    position: relative;
}

.admin .hero-section {
    margin-bottom: 0px;
}


.height-488 {
    height: 488px;
}

.maxheight-502 {
    max-height: 502px;
}

.maxheight-641 {
    max-height: 641px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

.height-900 {
    height: 900px;
}

.tooltip {
    background-color: transparent;
    z-index: 100;
}

.tooltip:hover {
    background: white;
}

.tooltip.in {
    background-color: transparent;
}

#page-header .container-landing .primary-nav {
    padding: 0 0 0px 15px;
    font-size: 16px;
}

.hero-section h4 { /*    font-size: 27px;
*/
    font-size: 22px;
    color: #fafafa;
    line-height: 1.35;
}

.home-banner-content i
{
    color: white;
    height: 60px;
    padding-right: 10px;
    top: -3px;
    position: relative;
}



.hero-section .landing h1 {
    margin-bottom: 0px;
}


/*.feature .circle i {
    padding-top: 2.2px;
}*/

.latest-deals {
    margin-top: 15px;
}
#page-header .secondary-nav .right .element {
    border-left: 0px solid rgba(31, 31, 31, 0.1);
    border-right: 0px solid rgba(31, 31, 31, 0.1);
    border-radius: 4px;
    /*        background-color: transparent;*/
    background-color: rgba(20, 20, 20, 0.64);
    /*background-color: rgba(20, 20, 20, 0.20);
*/ display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    height: 45px;
    /*        margin: 7px 0;
*/ vertical-align: middle;
    /*        backdrop-filter: blur(10px);
*/
}

    #page-header .secondary-nav .left .element {
        border-left: 0px solid rgba(31, 31, 31, 0.1);
        border-right: 0px solid rgba(31, 31, 31, 0.1);
        vertical-align: middle;
        display: table-cell;
        float: right;
        backdrop-filter: blur(10px);
    }

    #page-header .secondary-nav .left .element .search {
        border-left: 1px solid rgba(31, 31, 31, 0.1);
        border-right: 1px solid rgba(31, 31, 31, 0.1);
        vertical-align: middle;
        display: table-cell;
        float: right;
    }

    #page-header .secondary-nav .right .element .menu-highlight {
        border-left: 1px solid rgba(31, 31, 31, 0.1);
        border-right: 1px solid rgba(31, 31, 31, 0.1);
/*        padding-left: 25px;
*/        font-size: 16px;
/*        margin-right: 35px;
*/        display: inline-block;
    }



    #page-header .secondary-nav .right .element .currencydropdown {
        border-left: 1px solid rgba(31, 31, 31, 0.1);
        border-right: 1px solid rgba(31, 31, 31, 0.1);
        padding: 7px;
        font-size: 11px;
    }

    #page-header .secondary-nav .right .element:last-child {
        border-right: 0px solid rgba(31, 31, 31, 0.1);
        background-color: rgba(20, 20, 20, 0.65);
        height: 45px;
        margin-right: 0px;
        vertical-align: middle;
    }

#page-header .primary-nav nav &gt; ul li a {
    visibility: hidden;
}

#page-header .primary-nav nav &gt; ul li.submit a {
    visibility: visible;
}

#page-header .secondary-nav .right select {
    /*    padding-bottom: 0px;
*/ padding-bottom: 7.5px;
    padding-top: 7.5px;
/*    margin-right: 15px;
*/}

#page-header .secondary-nav .right a {
    padding-top: 14px;
    padding-bottom: 15px;
    text-transform: unset;
    font-weight: 500;
    height: 45px;
    font-size: 16px;
/*    margin-right: 10px;
*/    padding-left: 15px;
    float: left;
    padding-right: 15px;
    color: white;
    line-height: 1;
/**/
}


#page-header .secondary-nav .right .element .search {
    /*    margin-bottom: -13px;
*/
    padding-right: 10px;
}


.top20 {
    margin-top: 20px;
}


.rooms dt {
    font-weight: normal;
}

.room .table-responsive {
    margin-top: 25px;
}


.someDivOverlay {
    background: rgba(70, 72, 82, 0.3)
}


.reservations table thead tr th {
    width: auto;
    max-width: 8%;
}

.reservations table .packages, .reservations .packages {
    border-collapse: collapse;
    border-spacing: 0px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: none;
}

.form-reservations table tbody tr td div i {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 1;
    margin: 0;
    color: #C93D0D;
    line-height: 24px;
    font-size: 14px;
}

.form-reservations table tbody tr td.price {
    width: 15%;
    text-align: right;
    vertical-align: baseline;
}

.form-reservations table tbody tr td.persons {
    vertical-align: baseline;
}

.form-reservations table tbody tr td.nights {
    width: 11%;
    text-align: right;
    vertical-align: baseline;
}

.form-reservations table tbody tr td h3 {
    margin-top: 0px;
}

.reservations .circle.check {
/*    background-color: #C93D0D;
*/    background-color: green;
}

.reservations .circle.cross {
    color:white;
        background-color: #C93D0D;
 /*background-color: green;*/
}

.last-edit {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    bottom: auto;
    left: 180px;
}

.my-items .my-item .info {
    margin-left: 0px;
}

.my-items table tbody tr td:first-child {
    width: 8%;
}

.w20 {
    width: 20%;
    float:left;
}

.w25 {
    width: 25%;
}

.w50 {
    width: 50%;
}

.my-items table tbody tr td p {
    width: 130%;
}

.my-items table thead tr th:first-child {
    width: 20%;
}

.w100 {
    width: 100% !important;
}


.my-items table tbody tr td:last-child {
    width: 9%;
    padding-right: 18px;
}


.my-items table {
    border-spacing: 0px 25px;
    position: unset;
}

.my-items {
    margin-top: 0px;
}

    .my-items .edit-options {
        /* padding: 0; */
        right: 0;
        bottom: unset;
        margin-top: -30px;
        left: 0;
    }

.edit-options li button {
    opacity: 0.6;
    color: #1f1f1f;
    display: inline-block;
    border: none;
    background: #fff;
}

.edit-options li.w-auto {
    width: auto
}

.bookingdate {
    display: block;
    padding: 0 10px;
}

.booking input[type="text"], input {
    font-size: 16px;
    /*padding: 4px 0;*/
    padding: 0;
}

.booking input[type="button"] {
    font-size: 16px;
    width: 30px;
    height: 30px;
}

.booking label {
    font-size: 16px;
    width: 100%;
    margin-bottom: 0px;
}

.basepackage {
    background-color: white;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    line-height: 1.21;
    width: 100%;
}

.booking .departure {
    text-align: center;
    /*  margin-left: -20px;*/
    line-height: 1.5;
    float: unset;
}

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

.accordion-body {
    padding: 1rem 0;
}

.block {
    display: block
}

.booking label span {
    font-size: 12px;
    color: grey;
}

.booking .my-items table tbody tr td:first-child {
    width: 9%;
}

.booking .currency {
    font-weight: 400;
    font-size: 13px;
    color: rgb(85, 85, 85)
}


.modal .modal-content .booking .action {
    margin-top: 20px;
}

.modal-content .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    font-size: 12px;
}

.reservations table tr th name {
    width: 20%;
}

.reservations table tr td name {
    width: 20%;
}


.main-content .title h2 em {
    color: #C93D0D;
    font-size: 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.message-success {
    color: green;
    text-align: center;
    font-weight: 900;
}

.message-info {
    color: #C93D0D;
    background-color: lightgray;
    text-align: center;
    font-weight: 900;
}


.package-name {
    width: 12%;
}

.package-name-wide {
    width: 15%;
}

.package-name-left {
    width: 9%;
    float: left;
}

.package-digit {
    width: 3%;
}

.package-date {
    width: 21%;
}


.form-group date {
    width: 15%;
}


.footcenter {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.footerleft {
    float: left;
    width: 82%;
}

.footercenter {
    text-align: center;
    /*width: 82%;*/
    margin-left: auto;
    margin-right: auto;
}

#page-footer .row-two .copyright {
    display: block;
    padding-top: 5px;
    color: white;
    opacity: 0.8;
}

.o8 {
    opacity: 0.8;
}

.accountcol {
    margin-bottom: -60px;
}

.ptop5 {
    padding-top: 5px;
}

.stay-help {
    right: 0;
    position: relative;
    bottom: -10px
}

#page-footer a {
    color: #f6f6f4;
}

.nil-shadow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footcenter ul li a {
    padding-left: 10px;
    padding-right: 10px;
}

.user {
    -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0 5px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0 5px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.1), inset 1px 0 5px rgba(0, 0, 0, 0.03);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 400;
    outline: none !important;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 70%;
    height: inherit;
    margin-right: 12px;
    line-height: 36px;
}


.btn-subscribe {
    margin-top: 8px;
    margin-bottom: 8px;
}

.ribbon {
    background-color: #C93D0D;
    max-width: 80%;
}

.smaller {
    font-size: 66%;
}

.white {
    color: white;
}

    .white:hover {
        color: gray;
    }

.black {
    color: #1f1f1f;
}

.green {
    color: #488f3e;
}


.red {
 color: #C93D0D;
}

.darkred {
    color: #b13f19;
}


.blue {
    color: dodgerblue;
}

.hero-section .hero-wrapper .black h1 {
    color: #5f5f5f;
}

.blendlink {
    color: rgb(31, 31, 31);
    /*opacity: 0.8;*/
    font-weight: inherit;
}

    .blendlink a {
        color: inherit;
        opacity: 0.8;
        font-weight: inherit;
    }

/*.blendlink a {
    color: rgb(31, 31, 31);
    opacity: 0.8;
    font-weight: inherit;
}*/

.no {
    color: #C93D0D;
    text-transform: uppercase;
}

.form-group .btn.btn-rounded a {
    color: white;
}

.form-group .btn.btn-framed a {
    color: #C93D0D;
}

.btn-framed:hover {
    border-color: #C93D0D;
}

.width-70px {
    width: 70px;
}

.width-80px {
    width: 80px;
}

.width-90px {
    width: 90px;
}

.c8 {
    opacity: 0.8;
}

.c5 {
    opacity: 0.5;
}

.padding-top-6 {
     padding-top: 6px; 
}

.container .padding-top-6 .block {
    padding-top: 6px;
}

.padding-top-10 {
     padding-top: 10px; 
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-matrix {
    padding-top: 100px;
}

.padding-top-stay {
    padding-top: 40px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.padding-bottom-10 {
     padding-bottom: 10px; 
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.italic {
    font-style: italic;
}

.currency td {
    padding-right: 0px;
    float: right;
}

.form-reservations table tbody tr td.currency {
    padding: 15px;
    float: right;
}

.adminview {
    border-top: double;
    border-top-color: currentcolor;
    border-color: black;
    border-bottom: double;
    border-bottom-color: currentcolor;
    border-color: black;
    font-weight: 900;
}

.hero-section h1 {
    margin-bottom: 20px;
}

    .hero-section h2 span {
        font-style: italic;
    }

/*.hero-section h2 {
    opacity: 1;*/
   /* margin: 10px 0 0 0;*/
    /*font-size: 1.5em;
}*/

/*.hero-section h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: left;
}*/

.bg.color.dark {
    background-color: #C93D0D;
}

.bg-transfer {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}

.stay .bg-transfer {
    height: unset;
/*    top: -50%;
*/    background: linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1)), /*url(https://blob.nomadstays.com/img/locations/czechia/3324bbbc-af86-4be4-aa52-60a2882c628d_anthony-delanoix-aDxmYZtYj7g-unsplash.jpg)*/;
}

.pickgradient .bg-transfer img {
    display: contents;
    position: absolute;
    min-width: 1920px;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1));
}

.pickgradient .homepageback img {
    display: block;
    position: absolute;
    min-width: 1920px;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1));
}

/*.bg-transfer:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url(../img/homepage/girlinitaly.jpg);
    background-color: white;
}*/

.homepageback:after {
    content: "";
    top: 0;
    bottom: 0;
    left: -42px;
    right: 0;
    z-index: 11;
    height: 100%;
    display: block;
    position: absolute;
    background-image: url(../img/homepage/girlinitaly2.jpg);
    background-color: white;
    background-position-x: -10%;
    background-position-y: 76%;
    object-fit: cover;
    background-size: 127%;
    filter: brightness(85%);
    background-repeat: no-repeat;
}


.sample {
    max-height: 93px;
    overflow: hidden;
    font-size: 14px;
    padding: 0 0 0 10px;
}


.front-fixed {
    height: 78px;
    overflow: hidden
}



.hero-section form .label-on-input {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.5;
}

.btn.btn-framed.btn-default.red {
    background-color: #C93D0D;
    border-color: #C93D0D;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.btn.btn-square {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 5px;
}

.btn.btn-framed.btn-smallsq {
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 10px;
}

.cookie-consent {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    position: fixed;
    bottom: 5px;
    right: 20px;
    left: 20px
}

.left5 {
    margin-left: 5px;
}


.description {
    padding-bottom: 0px;
}

.gallery-carousel .gallery-item .description {
    padding: 20px;
}

.item .description .meta .plain {
    font-weight: normal;
}

.item.list &gt; .description .info p {
    font-size: 14px;
    /* line-height: 20px; */
}


.tick ul li {
    list-style: none;
}

.greentick ul li {
    list-style: none;
}
    .greentick ul li::before {
        text-shadow: none;
        -webkit-font-smoothing: antialiased;
        font-family: 'fontawesome';
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-transform: none;
        color: forestgreen;
        content: "\f00c";
        margin-right: 8px;
    }

    .tick ul li::before {
        text-shadow: none;
        -webkit-font-smoothing: antialiased;
        font-family: 'fontawesome';
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-transform: none;
        color: #C93D0D;
        content: "\f00c";
        margin-right: 8px;
    }

.tick .info {
    line-height: 24px;
}

.greentick .info {
    line-height: 24px;
}

.exclamation ul li, .cross ul li {
    list-style: none;
}

.cross ul li {
    list-style: none;
}

ul li .cross {
    list-style: none;
}

.cross ul li::before {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #C93D0D;
    content: "\f00d";
    margin-right: 8px;
}

.exclamation ul li::before {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    font-weight: bold;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #d49d19;
    content: "\f06a";
    margin-right: 8px;
}


.pricing-style-3 .pricing-content .pricing-box ul li.cross::before {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: #C93D0D;
    content: "\f00d";
    margin-right: 8px;
}

.pricing-style-3 .pricing-content .pricing-box ul li.tick::before {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    color: forestgreen;
    content: "\f00c";
    margin-right: 8px;
}

.wrapper {
    overflow: hidden;
}

.item.small .image .wrapper:before {
    background-color: rgba(0, 0, 0, 0.0);
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 1;
    -webkit-transition: opacity 0ms ease;
    -moz-transition: opacity 0ms ease;
    -ms-transition: opacity 0ms ease;
    -o-transition: opacity 0ms ease;
    transition: opacity 0ms ease;
}

.owl-carousel .owl-item img {
   object-fit:cover;
    width: 100%;
}

.nonav-gallery .owl-carousel .owl-controls .owl-nav .owl-prev, .nonav-gallery .owl-carousel .owl-controls .owl-nav .owl-next, .nonav-gallery .owl-carousel .owl-controls .owl-dot {
    z-index: -99;
}

/*.nonav-gallery .gallery-carousel {
    padding: 0;
}*/
.owl-carousel .owl-controls .owl-nav .owl-prev, .nonav-gallery .owl-carousel .owl-controls .owl-nav .owl-next {
    display: none;
}

.nonav-gallery .gallery-carousel .owl-next::after {
    content: "";
    background-color: unset;
}

.nonav-gallery .gallery-carousel .owl-next {
    content: "";
    background-color: unset;
    width: 0px;
}

.landing .item .big .equal-height {
    height: auto;
}

.landing .item {
    height: auto;
}

ul.third li {
    width: 32%;
    display: inline-block;
}



.reservations .featured.yes {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    color: #C93D0D;
}


.transform180 {
    transform: rotateX(180deg);
}

.custm_table {
    margin: 30px 0px 0px 0px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 6px 9px 0px rgba(119, 119, 119, 0.1);
    overflow: auto;
}

    .custm_table table {
        border: #eee 1px solid;
    }


.centrebox {
    padding-left: 20px;
    padding-right: 20px;
}

.last-reservation table tbody tr td edit-options {
    padding-top: 10px;
    padding-bottom: 10px;
}

.reservations table thead tr th {
    vertical-align: top;
}

.name {
    width: 20%;
}

.id {
    width: 5%;
}

.info a h3 span {
    padding-right: 0px;
}


.info a h3 password span {
    padding-right: 0px;
    color: green;
}


.password ol li {
    padding-bottom: 30px;
}

.password span {
    color: #C93D0D;
    font-weight: 900;
}



.item .description .info h6 {
    color: grey;
}

.item .description .info h6 .nomadred {
    color: #C93D0D;
}

.landing .item .description .info h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


h1 span {
    color: #C63A0C;
}

.sign-in {
    max-width: 400px;
}


#page-header .primary-nav nav &gt; ul li.submit i {
    height: 30px;
    width: 30px;
}

/*#page-header .secondary-nav .right a {
    font-size: 16px;
    margin-right: 10px;
    height: 38px;
}*/

.lefty {
    text-align: left;
    display: block;
}

/*.logout_btn {
    float: right;
    margin: 0px 0 0 10px;
}*/

.logout_btn input {
    background: #C93D0D;
    border: none;
    padding: 5px 14px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
/*    margin: 0 5px;
*/}



.item.list .image-wrapper2 {
    position: relative;
    height: 100%;
    width: auto;
    float: left;
    margin-right: 25px;
}

.item .image-wrapper2 .wrapper img {
    height: 100%;
    width: 450px;
}


.my-items .my-item .image-wrapper .image img {
    height: 100%;
    width: auto;
}

.item .image .wrapper img, .item .image-wrapper .wrapper img {
    height: 100%;
    width: 135%;
}

    .item .image .wrapper img, .item .image-wrapper .wrapper img partner {
        height: 100%;
        width: auto;
    }

#locationimage .gallery-detail .owl-nav {
    visibility: hidden;
}


.item .image .wrapper2 img, .item .image-wrapper2 .wrapper2 img {
    width: 100%;
}

.item .image-wrapper2 .wrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
    display: block;
}


.item .image-wrapper2 .image, .item .image-wrapper2 {
    height: 265px;
}

.form-control {
    display: inline-block;
    border-radius: 0.25rem;
}

input[type="email"] {
    width: 70%;
    margin-right: 12px;
}

.form-group .btn.btn-rounded, .btn.btn-rounded {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
}

/*.form-group */
input[type="url"], input[type="text"], input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], textarea.form-control, input[type="date"], input[type="number"] {
    width: 100%;
}



.width-35 {
    width: 35%;
}

.width-701 {
    width: 70%;
}

.width-70px {
    width: 70px;
}

.width-80px {
    width: 80px;
}

.width-90px {
    width: 90px;
}



.header-form-heading-bg-white .title h3 {
    color: unset;
}

.color {
    color: #C93D0D;
}



.margin40 {
    margin: 0 0 40px 0;
}

.right {
    text-align: right;
}

.right10 {
    padding-right: 10px;
}

.rightm20 {
    margin-right: 2px;
}

.right125 {
    padding-right: 125px;
}

.pr20 {
    padding-right: 20px;
}

.pr15 {
    padding-right: 15px;
}

.pr4 {
    padding-right: 4px;
}

.my-items table tbody tr td {
    font-size: 13px;
}

    .my-items table tbody tr td.padding-left-20 {
        padding-left: 20px;
    }

    .my-items table tbody tr td .meta {
        font-size: 12px;
        /* width: 20px; */
    }

    .my-items table tbody tr td .meta i {
         width: 18px;
    }

.top40 {
    margin-top: 40px;
}



.header-1 .header-wrap h1 {
    color: white;
    margin: 50px 150px 50PX 150PX;
}

.header-1 label {
    color: #333;
}

.grid .grid-item {
    background-color: #fff;
}

    .grid .grid-item a img {
        opacity: 1.0;
    }

    .grid .grid-item a h2 {
        position: absolute;
        display: block;
        width: 100%;
        top: 0px;
        bottom: 0px;
        margin: auto;
        z-index: 1;
    }

    .grid .grid-item a p {
        position: relative;
        display: block;
        width: 100%;
        top: 0px;
        bottom: 0px;
        margin: auto;
        z-index: 1;
    }

.item.small .image .info h2 {
    font-size: 22px;
    opacity: 1;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}

.item.small .description {
    min-height: 46px;
    background-color:#fff;
}

    .item.small .description figure {
        font-size: 15px;
        text-align: center;
    }

.child {
    display: inline-block;
    margin: 0 auto;
    float: none;
}


.padding-100 {
    padding: 50px 0;
}

.gallery-detail {
    margin-bottom: 50px;
}

.item .image .wrapper .gallery-350 img {
    width: 350px;
}

/*.gallery-carousel .gallery-item{
    min-height: 324px;
}*/
.gallery-carousel .gallery-item .image img {
    /* width: auto;
    height: 100%;*/
    min-height: 200px;
    object-fit: cover;
    margin: -1px 0 0 0;
}


.file-upload-previews .gallery-carousel .gallery-item .image {
    padding: 10px;
}


.hidden {
    visibility: hidden;
}

.lightgrey {
    color: #aaa;
}

    .lightgrey .btn.btn-framed.btn-default {
        color: #aaa;
    }

.btn.btn-dark {
    background-color: #b13f19;
    color: #fff;
}



.meals ul.checkboxes.inline li {
    width: 36%;
    float: left;
}

ul.share-buttons {
    list-style: none;
    padding: 0;
}

    ul.share-buttons li {
        display: inline;
    }

        ul.share-buttons li span {
            font-size: 13px;
            text-transform: capitalize;
        }

    ul.share-buttons .sr-only {
        position: absolute;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }



.alert {
    border-radius: 5px;
}

.alert-danger {
    font-size: 18px;
    color: #C93D0D;
    --bs-alert-color:#C93D0D;
    text-align:center;
}


.wrapper .left, .title .right {
    display: table-cell;
    vertical-align: middle;
}

.wrapper .left {
    text-align: left;
    float: left;
}

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

form .alert {
    position: relative;
    padding: 15px 40px;
    left: 25%;
    top: 50%;
    z-index: 1;
}

.alert.alert-dark a {
    color: #fff;
    text-decoration: none;
}

.btn {
    display: inline-block;
/*    margin-bottom: 0;
*/    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .3s ease;
    outline: 0 !important;
    border: none;
    backdrop-filter: blur(10px);
/**/}

.btn-grey {
    background-color: grey;
    color:white;
}

    .btn:active:focus, .btn:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn[disabled] {
        cursor: not-allowed;
        opacity: .65;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default:active {
        color: #333;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad
    }

    .btn-default:active:focus, .btn-default:active:hover {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c
    }

    .btn-default[disabled]:focus, .btn-default[disabled]:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-primary {
        background-color: #C93D0D;
        color: #fff;
        border-color: #C93D0D;
    }

    .btn.btn-secondary {
        background-color: orange;
        color: #fff;
        border-color: orange;
        font-weight:700;
    }

    .btn-secondary {
        font-weight: 700;
    }

    .btn-green {
        background-color: #3c763d;
        color: #fff;
        border-width: 2px;
        border-style: solid;
        border-color: #3c763d;
    }

    .btn-green:hover {
        border-color: #3c763d;
    }

    .btn-primary:focus {
        color: #fff;
        background-color: #B13F19;
        border-color: #B13F19;
    }

    .btn-primary:hover {
        color: #fff;
    /*    background-color: #286090;
    */    background-color: #B13F19;
        border-color: #B13F19;
    }

    .btn-primary:active {
        color: #fff;
        background-color: #286090;
        background-image: none;
        border-color: #204d74
    }

    .btn-primary:active:focus, .btn-primary:active:hover {
        color: #fff;
/*            background-color: #204d74;
        border-color: #122b40;*/
        background-color: #B13F19;
        border-color: #B13F19;
    }

    .btn-primary[disabled]:focus, .btn-primary[disabled]:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-success {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success:active {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #398439
    }

    .btn-success:active:focus, .btn-success:active:hover {
        color: #fff;
        background-color: #398439;
        border-color: #255625
    }

    .btn-success[disabled]:focus, .btn-success[disabled]:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-info {
        color: #fff;
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info:active {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #269abc
    }

    .btn-info:active:focus, .btn-info:active:hover {
        color: #fff;
        background-color: #269abc;
        border-color: #1b6d85
    }

    .btn-info[disabled]:focus, .btn-info[disabled]:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-link {
        font-weight: 400;
        color: #337ab7;
        border-radius: 0
    }

    .btn-link, .btn-link:active, .btn-link[disabled] {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
        border-color: transparent
    }

    .btn-link:focus, .btn-link:hover {
        color: #23527c;
        text-decoration: underline;
        background-color: transparent
    }

    .btn-link[disabled]:focus, .btn-link[disabled]:hover {
        color: #777;
        text-decoration: none
    }

.btn-group-sm &gt; .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    bottom: -5px;
    border-radius: 3px;
    position: relative;
}

.btn-group-xs &gt; .btn, .btn-xs {
    /*    padding: 1px 5px;
*/ font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

/*.btn-block {
    display: block;
    width: 100%
}*/

.btn-block + .btn-block {
    margin-top: 5px
}

.disabled {
    opacity: 0;
    pointer-events: none;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.btn.btn-primary.btn-grey {
    background-color: #777676;
    color: #fff
}

    .btn.btn-primary.btn-grey:hover {
        background-color: lightgray;
        color: #fff
    }

.btn.btn-primary.btn-framed.btn-grey {
    border-color: #777676;
    color: #777676;
    background-color: transparent;
}

    .btn.btn-primary.btn-framed.btn-grey:hover {
        border-color: lightgray;
        color: lightgray;
        background-color: transparent;
    }


.btn.btn-primary span {
    background-color: #b13f19;
    color: #fff;
}

.btn.btn-primary:hover {
    background-color: #b13f19;
}

.btn.btn-primary.btn-span {
    background-color: #b13f19;
}

.btn .btn-primary {
    background-color: #C93D0D;
    color: #fff;
}


.btn-heading {
    background-color: #C93D0D;
    color: #fff;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    outline: none !important;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    padding: 10px 20px 11px 20px;
    font-size: 16px;
}


.span.btn.btn-primary {
    background-color: #b13f19;
}

.menu-highlight {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 38px;
    padding: 8px 12px;
}

primary:active, primary:hover, .btn.btn-primary:focus {
    background-color: #b13f19;
    color:white;
}

.form-group .btn.btn-large {
    padding: 5px 20px 5px 20px;
}

.btn-large {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
}

.member {
    min-height: 164px;
}

.nil-pad {
    padding: 0 0 0 0;
}

#page-header .primary-nav .left span {
    vertical-align: middle;
    color: #7E7A7A;
    padding-top: 2px;
    font-weight: 400;
}

.form-group-inline .form-group:last-child {
    text-align: center;
}

.form-group .form-control input[type="text"] {
    width: 50%;
}

.item.list &gt; .description .info h2 {
    color: #C63A0C;
}

.item.list &gt; .description .info h3 {
    color: #C63A0C;
}

.item.list &gt; .description .info h4 {
    color: #C63A0C;
}

.item.list &gt; .description .info .location {
    color: #C63A0C;
}

.item .meta .latlon {
    font-size: 12px;
    font-weight: 300;
    margin: 0 10px;
    color: #808080;
}


.large-hidden {
    display: none;
}

.gallery-carousel .gallery-item .logo {
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    line-height: 20px;
}

gallery-carousel .gallery-item-logo {
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    overflow: hidden;
    width: 240px;
    display: inline-block;
    margin-right: 10px;
}


#page-footer .title, #page-footer .title h2 {
    color: #777676;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 16px;
}

#page-footer .footer-nav a {
    margin-left: 0px;
}

.form-reservations table thead tr th:first-child {
    padding-left: 0;
    width: 30%;
}

.form-reservations table tbody tr td:first-child {
    padding-right: 0;
    width: 30%;
    text-align: left;
}

.form-reservations table thead tr th:last-child {
    text-align: right;
    padding-right: 0;
    width: 30%;
}

.form-reservations table tbody tr td:last-child {
    text-align: right;
    padding-right: 0;
    width: 30%;
}

.inventory table thead tr th {
    border: none;
    padding: 0;
    width: 20%;
}

#locationNames {
    width: 457px;
}


.ten {
    max-width: 10px;
}

.item .price-info .appendixlite {
    font-weight: 200;
}

.item .description .meta .appendixlite {
    font-weight: 200;
}

.price-info .appendix .span {
    font-size: 11px;
    font-weight: 700;
}


.logos .logo {
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    width: 200px;
}

    .logos .logo img {
        height: 63px;
    }

.partner {
    /*text-align:center;*/
    height: 43px;
    width: 100%;
}

.partnerlogo {
    text-align: center;
    height: 43px;
    /*width: 200px;*/
    margin-bottom: 25px;
}

.logos .partnerlogo img {
    max-height: 43px;
    height: auto;
    max-width: 200px;
    vertical-align: middle;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    min-height: 43px;
}

.logos .partnerlogo .item {
    /*margin-bottom: 30px;*/
    background-color: transparent;
    box-shadow: none;
    height: 100%;
}

.logos .partner .item .image, .partner .item .image {
    width: 200px;
    height: 200px;
}

.partnerlogo .item.list .image-wrapper {
    position: relative;
    height: 100%;
    width: 200px;
    float: left;
}

.partner .item.list &gt; .description {
    margin-left: 200px;
    padding: 25px;
    height: 200px;
}

    .partner .item.list &gt; .description .info p {
        margin-right: 50px;
    }

.main-content .title h2, .main-content .title h2 a {
    display: inline-block;
    /*margin-right: 15px;*/
}


.main-content .admin {
    margin-bottom: 20px;
}

h2.inactive {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

    h2.inactive:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
    }

.alert.alert-highlight {
    background-color: #C93D0D;
    color: #fff;
    font-size: 18px;
    margin: 10px 0 50px 0;
}

    .alert.alert-highlight a {
        color: #fff;
        text-decoration: none;
    }

    .alert.alert-highlight .close {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        text-shadow: none;
        color: #fff;
    }

.format-reservations {
    font-size: 12px;
    padding-top: 5px;
}

/*-- Buttons --*/

.hero-section form .btn-primary {
/*    padding: 4px 12px 6px 12px;
*/    width: unset;
    font-size: unset;
    font-weight: unset;
    display: block;
}

.btn.coworkbtn {
    background-color: #2EBAEE;
}

.shortcode_button {
    display: inline-block;
    margin: 0 5px 5px 0px;
    border: 1px solid;
    text-decoration: none;
    /* float: left; */
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

    .shortcode_button.btn_small {
        line-height: 34px;
        font-size: 12px;
        padding: 0 15px;
        font-weight: 800;
    }

    .shortcode_button.btn_normal {
        line-height: 38px;
        font-size: 13px;
        padding: 0 16px;
        font-weight: bold;
    }

    .shortcode_button.btn_large {
        line-height: 42px;
        font-size: 13px;
        font-weight: bold !important;
        padding: 0 15px;
    }

    .shortcode_button.btn_type1 {
        box-shadow: inset #fff 0 1px 0;
        color: #666666;
        border-color: #cfcfcf;
        text-shadow: 0 1px 0 #ffffff;
        background: #f0f0f0 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #f5f5f5, #e9e9e9);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #f5f5f5, #e9e9e9);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #f5f5f5, #e9e9e9);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #f5f5f5, #e9e9e9);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #f5f5f5, #e9e9e9);
    }

    .shortcode_button.btn_type2 {
        box-shadow: inset #fbfbfb 0 1px 0;
        color: #666666;
        border-color: #bfbfbf;
        text-shadow: 0 1px 0 #dfdfdf;
        background: #d3d3d3 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #e2e2e2, #c7c7c7);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #e2e2e2, #c7c7c7);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #e2e2e2, #c7c7c7);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #e2e2e2, #c7c7c7);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #e2e2e2, #c7c7c7);
    }

    .shortcode_button.btn_type3 {
        box-shadow: inset #a8a8a8 0 1px 0;
        color: #2b2b2b;
        border-color: #616161;
        text-shadow: 0 1px 0 #858585;
        background: #6e6e6e url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #8b8b8b, #5b5b5b);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #8b8b8b, #5b5b5b);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #8b8b8b, #5b5b5b);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #8b8b8b, #5b5b5b);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #8b8b8b, #5b5b5b);
    }

    .shortcode_button.btn_type4 {
        box-shadow: inset #d8ef9b 0 1px 0;
        color: #678000;
        border-color: #81a100;
        text-shadow: 0 1px 0 #acd245;
        background: #adc939 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #c9dc7d, #97bb04);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #c9dc7d, #97bb04);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #c9dc7d, #97bb04);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #c9dc7d, #97bb04);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #c9dc7d, #97bb04);
    }

    .shortcode_button.btn_type5 {
        box-shadow: inset #caf5ff 0 1px 0;
        color: #1e849a;
        border-color: #27abc9;
        text-shadow: 0 1px 0 #9be6f6;
        background: #6ddbf3 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #a2e8f7, #4bd3f0);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #a2e8f7, #4bd3f0);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #a2e8f7, #4bd3f0);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #a2e8f7, #4bd3f0);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #a2e8f7, #4bd3f0);
    }

    .shortcode_button.btn_type6 {
        box-shadow: inset #879cdf 0 1px 0;
        color: #1f3786;
        border-color: #264bc2;
        text-shadow: 0 1px 0 #657ecf;
        background: #446ae4 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #6081e8, #2e58e1);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #6081e8, #2e58e1);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #6081e8, #2e58e1);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #6081e8, #2e58e1);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #6081e8, #2e58e1);
    }

    .shortcode_button.btn_type7 {
        box-shadow: inset #ad7be3 0 1px 0;
        color: #401d67;
        border-color: #4f1593;
        text-shadow: 0 1px 0 #8151b6;
        background: #8148c0 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #9362c9, #7031b8);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #9362c9, #7031b8);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #9362c9, #7031b8);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #9362c9, #7031b8);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #9362c9, #7031b8);
    }

    .shortcode_button.btn_type8 {
        box-shadow: inset #da95e9 0 1px 0;
        color: #651378;
        border-color: #9820b3;
        text-shadow: 0 1px 0 #c363d8;
        background: #bd43d7 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #cd71e1, #b429d2);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #cd71e1, #b429d2);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #cd71e1, #b429d2);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #cd71e1, #b429d2);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #cd71e1, #b429d2);
    }

    .shortcode_button.btn_type9 {
        box-shadow: inset #ffbde7 0 1px 0;
        color: #b43b87;
        border-color: #d359a7;
        text-shadow: 0 1px 0 #ff9ddb;
        background: #ff85d2 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ff9fdc, #ff6eca);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ff9fdc, #ff6eca);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ff9fdc, #ff6eca);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ff9fdc, #ff6eca);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ff9fdc, #ff6eca);
    }

    .shortcode_button.btn_type10 {
        box-shadow: inset #ffafaf 0 1px 0;
        color: #ae1f1f;
        border-color: #e12828;
        text-shadow: 0 1px 0 #fc7878;
        background: #ff5454 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ff7a7a, #ff3636);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ff7a7a, #ff3636);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ff7a7a, #ff3636);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ff7a7a, #ff3636);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ff7a7a, #ff3636);
    }

    .shortcode_button.btn_type11 {
        box-shadow: inset #ffc291 0 1px 0;
        color: #b14f00;
        border-color: #d5660c;
        text-shadow: 0 1px 0 #faa056;
        background: #ff8828 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffa358, #ff7403);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffa358, #ff7403);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffa358, #ff7403);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffa358, #ff7403);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffa358, #ff7403);
    }

    .shortcode_button.btn_type12 {
        box-shadow: inset #fff5b1 0 1px 0;
        color: #d2a301;
        border-color: #e6b300;
        text-shadow: 0 1px 0 #fff198;
        background: #ffe539 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffee7d, #ffdf04);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffee7d, #ffdf04);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffee7d, #ffdf04);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffee7d, #ffdf04);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffee7d, #ffdf04);
    }

    .shortcode_button.btn_type13 {
        box-shadow: inset #f8ff91 0 1px 0;
        color: #9fa800;
        border-color: #b9c300;
        text-shadow: 0 1px 0 #ecf281;
        background: #e0ea39 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ebf17d, #d8e404);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ebf17d, #d8e404);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ebf17d, #d8e404);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ebf17d, #d8e404);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ebf17d, #d8e404);
    }

    .shortcode_button.btn_type1:hover {
        background: #f5f5f5 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #e9e9e9, #f5f5f5);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #e9e9e9, #f5f5f5);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #e9e9e9, #f5f5f5);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #e9e9e9, #f5f5f5);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #e9e9e9, #f5f5f5);
    }

    .shortcode_button.btn_type2:hover {
        background: #e2e2e2 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #c7c7c7, #e2e2e2);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #c7c7c7, #e2e2e2);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #c7c7c7, #e2e2e2);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #c7c7c7, #e2e2e2);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #c7c7c7, #e2e2e2);
    }

    .shortcode_button.btn_type3:hover {
        background: #8b8b8b url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #5b5b5b, #8b8b8b);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #5b5b5b, #8b8b8b);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #5b5b5b, #8b8b8b);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #5b5b5b, #8b8b8b);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #5b5b5b, #8b8b8b);
    }

    .shortcode_button.btn_type4:hover {
        background: #c9dc7d url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #97bb04, #c9dc7d);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #97bb04, #c9dc7d);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #97bb04, #c9dc7d);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #97bb04, #c9dc7d);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #97bb04, #c9dc7d);
    }

    .shortcode_button.btn_type5:hover {
        background: #a2e8f7 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #4bd3f0, #a2e8f7);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #4bd3f0, #a2e8f7);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #4bd3f0, #a2e8f7);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #4bd3f0, #a2e8f7);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #4bd3f0, #a2e8f7);
    }

    .shortcode_button.btn_type6:hover {
        background: #6081e8 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #2e58e1, #6081e8);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #2e58e1, #6081e8);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #2e58e1, #6081e8);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #2e58e1, #6081e8);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #2e58e1, #6081e8);
    }

    .shortcode_button.btn_type7:hover {
        background: #9362c9 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #7031b8, #9362c9);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #7031b8, #9362c9);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #7031b8, #9362c9);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #7031b8, #9362c9);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #7031b8, #9362c9);
    }

    .shortcode_button.btn_type8:hover {
        background: #cd71e1 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #b429d2, #cd71e1);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #b429d2, #cd71e1);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #b429d2, #cd71e1);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #b429d2, #cd71e1);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #b429d2, #cd71e1);
    }

    .shortcode_button.btn_type9:hover {
        background: #ff9fdc url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ff6eca, #ff9fdc);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ff6eca, #ff9fdc);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ff6eca, #ff9fdc);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ff6eca, #ff9fdc);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ff6eca, #ff9fdc);
    }

    .shortcode_button.btn_type10:hover {
        background: #ff7a7a url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ff3636, #ff7a7a);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ff3636, #ff7a7a);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ff3636, #ff7a7a);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ff3636, #ff7a7a);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ff3636, #ff7a7a);
    }

    .shortcode_button.btn_type11:hover {
        background: #ffa358 url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ff7403, #ffa358);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ff7403, #ffa358);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ff7403, #ffa358);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ff7403, #ffa358);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ff7403, #ffa358);
    }

    .shortcode_button.btn_type12:hover {
        background: #ffee7d url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #ffdf04, #ffee7d);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #ffdf04, #ffee7d);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #ffdf04, #ffee7d);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #ffdf04, #ffee7d);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #ffdf04, #ffee7d);
    }

    .shortcode_button.btn_type13:hover {
        background: #ebf17d url(../img/bg_pattern2.png) repeat;
        background-image: url(../img/bg_pattern2.png), linear-gradient(top, #d8e404, #ebf17d);
        background-image: url(../img/bg_pattern2.png), -webkit-linear-gradient(top, #d8e404, #ebf17d);
        background-image: url(../img/bg_pattern2.png), -moz-linear-gradient(top, #d8e404, #ebf17d);
        background-image: url(../img/bg_pattern2.png), -ms-linear-gradient(top, #d8e404, #ebf17d);
        background-image: url(../img/bg_pattern2.png), -o-linear-gradient(top, #d8e404, #ebf17d);
    }

.recaptcha-box {
    position: absolute;
    right: -211px;
    top: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .recaptcha-box:hover {
        right: -25px;
    }

.modal-footer.center {
    position: relative;
}
.modal.in .modal-dialog {
    margin: 10px auto;
}

.modal-dialog.sign-in {
    overflow: hidden;
}

.modal .modal-content .action label {
    font-weight: normal;
    font-size: 12px;
}

.recaptcha-box .rc-anchor-invisible-nohover .rc-anchor-logo-img-large, .recaptcha-box .rc-anchor-invisible-hover:hover .recaptcha-box .rc-anchor-logo-img-large {
    background-size: 40px;
}

.recaptcha-box .rc-anchor-invisible-nohover .rc-anchor-normal-footer .rc-anchor-pt, .recaptcha-box .rc-anchor-invisible-hover:hover .rc-anchor-normal-footer .rc-anchor-pt {
    opacity: 1
}

.padding-zero {
    padding: 0;
}

.mark-square {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 2%;
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    position: absolute;
    width: 36px;
    height: 40px;
    z-index: 5;
    text-align: center;
    line-height: 32px;
}

    .mark-square.search {
        background-color: #C93D0D;
        cursor: default;
        color: #fff;
        bottom: 0px;
        right: 0px;
    }


    .mark-square.searchtop {
        background-color: #fff;
        border: none;
        cursor: default;
        /*color: #fff;*/
        box-shadow: unset;
        top: 7px;
        left: 2px;
        -moz-box-shadow: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        appearance: none;
        -webkit-appearance: none;
        background-color: transparent;
        border: none;
        font-size: 14px;
        font-weight: 400;
        outline: none !important;
        width: unset;
        height: inherit;
        padding-right: 10px;
        margin-left: 10px;
    }

    .mark-square.searchtop2 {
        text-align: left;
        left: -20px;
        position: relative;
        border: none;
        cursor: default;
        /*color: #fff;*/
        box-shadow: unset;
        -moz-box-shadow: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        appearance: none;
        -webkit-appearance: none;
        background-color: transparent;
        border: none;
        font-size: 16px;
        font-weight: 400;
        outline: none !important;
        width: 95%;
        height: 22px;
        padding: 3px 0px;
        box-shadow: inherit !important;
    }

    .mark-square.searchtophome {
        text-align: left;
        border: none;
        cursor: default;
        /*color: #fff;*/
        box-shadow: unset;
        bottom: 0px;
        right: 0px;
        position: unset;
        -moz-box-shadow: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        appearance: none;
        -webkit-appearance: none;
        background-color: transparent;
        border: none;
        font-size: 16px;
        font-weight: 400;
        outline: none !important;
        width: 95%;
        height: 22px;
        /*        padding: 0 5px;
*/ padding: 3px 5px;
        /* padding-top: 0px;
        padding-bottom: 0px;
        text-align: left;*/
        box-shadow: inherit !important;
    }

    .mark-square.searchall {
        background-color: white;
        cursor: default;
        color: #fff;
        bottom: 0px;
        left: 0px;
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }



@keyframes hd-quality {
    0% {
        /* Add your styles here */
        background-image: url(../img/homepage/headboard1300.jpg);
        filter: blur(10px);
        animation-fill-mode: forwards;
    }

    100% {
        background-image: url(../img/homepage/headboard1300.jpg);
        filter: blur(0px);
    }
}

/*Code from style-blue.css*/

.header-contact-bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.header-form-heading-top {
    padding-top: 100px;
}

.header-form-bgimage-1 {
    background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) ), url('/img/peggy-anke-Wu2MXvbyt7w-unsplash2.jpg');
}

.header-form-bgimage-11 {
    background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0) ), url('/img/IjkIOe-2fF4-unsplash.jpg');
}

    .header-form-bgimage-11:before {
        opacity: .1;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }


.header-section-space-form-1 {
    min-height: unset;
}

.header-form-bgimage-signup {
    background-image: linear-gradient( 64.72deg, rgba(12, 12, 12, 0.32) 6.62%, rgba(12, 12, 12, 0) 77.06%), url("https://staticsite.nomadstays.com/nomadstays/img/homepage/headboard.jpg");
    background-position-x: 4%;
    background-position-y: 14%;
    background-size: cover;
}
/*.header-form-bgimage-signup:after {
    background: linear-gradient( 64.72deg, rgba(12, 12, 12, 0.72) 6.62%, rgba(12, 12, 12, 0) 77.06%);
    opacity:0.1;
}*/

    .header-form-bgimage-thankyou {
    background-image: url("/img/pedro1.jpg");
}

.header-form-bgimage-thankyouaccom {
     background-image: url("/img/coworking2pax4.jpg");
}

.header-form-bgimage-thankyoucowork {
    background-image: url("/img/shridhar.jpg");
}


.parallax {
    background-attachment: inherit;
    background-size: cover;
}

.header-form-heading-bg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px 15px 20px;
}

.header-head1-bottom {
    margin-bottom: 20px;
    color: white;
}

.header-text-bottom, .header-text-bottom li {
    color: white;
}

.header-form-heading-bg h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    opacity: 1;
}

.header-contact-bg-pad .form-div {
    position: relative;
}


.header-contact-form select, .header-contact-form input {
    border-bottom: 1px solid #999999;
}

.header-contact-form select, .header-contact-form input {
    /*color: #f3f3f3;*/
    color: #C93D0D;
    font-size: 14px;
    font-weight: 600;
    font-family: Inter;
    height: 50px;
    background: transparent;
    background-color: lightgray;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    letter-spacing: 1px;
    /*    opacity: .7;
*/ opacity: 1;
    appearance: none;
    -webkit-appearance: none;
}



    .form-control::placeholder {
    color: grey;
    opacity: 1;
    font-size: 14px;
        background: transparent;
    padding: 12px 8px;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: Inter;
    line-height: 1.7;
    height: 50px;
    display: inline-block;
    border: 0.5px;
    border-bottom-color: darkgrey;
    border-bottom: solid 0.1px;
}

.header-contact-form label {
    color: grey;
    opacity: 1;
    font-size: 14px;
    /*    background: transparent;
*/ background-color: lightgrey;
    padding: 12px 8px;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: Inter;
    line-height: 1.7;
    height: 50px;
    display: inline-block;
    border: 0.5px;
    border-bottom-color: darkgrey;
    border-bottom: solid 0.1px;
}


.header-head1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 2px;
}

.header-head1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 2px;
    opacity: 1;
}

.form-div i {
    color: #f9f9f9;
    font-size: 16px;
    /* left: 20px; */
    position: absolute;
    top: 15px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

.formerror {
    color: #cc3706;
    display: none;
    background-color: white;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.validationerror {
    color: red;
    display: none;
    /*    display: block;
*/
    background-color: darkgrey;
    font-weight: 700;
    padding: 20px 10px;
}

.warning, .warning li {
    color: white;
    background-color: #b13f19;
    text-align: center;
    display: flow;
    /* margin-left: 124px; */
    line-height: 1.25;
    padding: 5px;
    border-radius: 4px;
}



@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.main-content .header-form-heading-top h2 {
    margin-right: 130px;
}

.bg.color.grey {
    background-color: #888686;
}

.feature .circle.lg {
    width: 170px;
    height: 170px;
}


    .feature .circle.lg i {
        font-size: 48px;
        line-height: 100px;
    }

.lg .feature figure {
    margin-left: 30%;
    width: 80%;
    padding: 15px;
}


/*ACCORDION STYLES*/

.zl_header {
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

.zl_acc {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

    .zl_acc &gt; li {
        width: 100%;
        min-width: inherit;
        margin: 0;
        padding: 0;
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

        .zl_acc &gt; li &gt; h1,
        .zl_acc &gt; li &gt; h2,
        .zl_acc &gt; li &gt; h3,
        .zl_acc &gt; li &gt; h4,
        .zl_acc &gt; li &gt; h5,
        .zl_acc &gt; li &gt; h6 {
            margin: 0;
            padding: 15px;
            font-weight: normal;
            background-repeat: no-repeat;
            background-position: 97% 50%;
            cursor: pointer;
        }

        .zl_acc &gt; li &gt; h3 {
            padding: 25px;
        }

        .zl_acc &gt; li &gt; div {
            display: none;
            padding: 15px;
            font-size: 15px;
            overflow: hidden;
        }

    .zl_acc object,
    .zl_acc embed,
    .zl_acc iframe {
        width: 100%;
        height: 100%;
        min-height: 320px;
    }


/*04-02-2019*/

.quick-navigation .wrapper {
    overflow: visible;
}

.feature aside.circle {
    height: 95px;
    width: 95px;
    /* border: 0px solid #fff; */
    /* z-index: 100; */
    border-width: 24px;
    padding-top: 5px;
    padding-left: 2px;
}

.feature-simple p {
    opacity: 1;
    /* height: 70px; */
    font-size: smaller;
    letter-spacing: -0.04rem;
}

.image-wrapper.image-wrapper-cart {
    padding-left: 0;
}

.my-items .my-item .image-wrapper.image-wrapper-cart .image {
    width: 100%;
}


body.modal-open {
    overflow: hidden;
    /*    width: 99%;
*/ width: auto;
}

.modal .row {
    line-height: 1;
}


.reservations table tbody tr.ptb-10 td {
    padding: 5px;
}

.reservations tbody {
    border: none !important;
}

.snapsurvey {
    width: 100%;
}

thead.header-copy.header-fixed tr th {
    border-bottom: 0;
}


#page-footer {
    color: #fff
}

    #page-footer a {
        color: #fff
    }

    #page-footer .row-one {
        background-color: #C93D0D;
        border-bottom: 5px solid #C93D0D;
        border-top: 1px solid rgba(31,31,31,.1);
        padding-top: 40px;
        padding-bottom: 40px;
        /*        margin-top: 60px
*/
    }

    #page-footer .row-two {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px
    }

        #page-footer .row-two .copyright, #page-footer .row-two .footer-nav {
            display: inline-block
        }

        #page-footer .row-two .bg:after {
            background-color: rgba(31,31,31,.5);
            content: "";
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0
        }

        #page-footer .row-two .bg img {
            width: 100%;
            height: auto
        }

    #page-footer .footer-nav a {
        font-size: 12px
    }

    #page-footer .footer-nav P {
        font-size: 12px
    }



.labels-uppercase .checkbox-bottom-15 .form-group {
    margin-top: 20px;
}

.labels-uppercase .checkbox-bottom-15 {
    padding-left: 0;
    padding-right: 0
}


/*===============END STANDARD CSS =======================*/
.dele {
    position: relative;
    padding: 16px;
    margin-bottom: 16px;
    background: #f7f7f7;
    color: #4d4d4c;
    width: 225px;
    float: left;
    margin: 10px;
    height: 250px;
}

    .dele video {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }

div#videos {
    height: auto !important;
    width: 100% !important;
}

.jFiler-items input#uploadVideoFile {
    border: 1px solid #ccc;
    padding: 8px 11px;
    border-radius: 3px;
}
.jFiler-item-thumb-image img {
    width: 100%;
    max-height: 110px;
}



/*ABOUT US CSS*/
.our-story-section {
    background: #f4f4f4;
    padding: 100px 0;
}

.our-story-heading h1 {
    padding-bottom:20px;
    font-size: 56px;
    font-weight: 700;
    color: #C93D0D;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.our-story-content p {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #637178;
    opacity: 1;
}

.founder-section {
    position: relative;
    padding: 15px 0 100px;
}

    .founder-section:before {
        content: "";
        background: #f4f4f4;
        height: 300px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

.founder-title {
    margin: 0 0 40px;
    position: relative;
}

    .founder-title h1 {
        font-weight: 700;
        margin: 0;
        font-size: 48px;
    }

.founder-details h4 {
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    color: #333333;
}

.founder-details {
    position: relative;
    padding-right: 45px;
    margin: 15px 0 0;
    cursor: pointer
}

.founder-name h6 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.founder-social ul {
    margin: 0
}

    .founder-social ul li a {
        color: #BDBDBD;
        font-size: 18px;
    }

        .founder-social ul li a:hover {
            color: #C93D0D
        }

.founder-ceo {
    margin: 15px 0;
}

.founder-content {
    border-top: 1px solid #E0E0E0;
    padding: 15px;
}

.founder-details:after {
    content: "\f106";
    font-family: 'FontAwesome';
    font-size: 24px;
    position: absolute;
    top: -1px;
    right: 5px;
    color: #C93D0D
}

.founder-details.collapsed:after {
    content: "\f107";
    color: #333
}

.collapsing {
    visibility: hidden;
    -webkit-transition-duration: 0.05s;
    -o-transition-duration: 0.05s;
    transition-duration: 0.05s;
}

.founder-content p {
    font-size: 16px;
    line-height: 22px;
    color: #828282;
    opacity: 1;
}

.founder-figure {
    margin: 0 0 20px;
}

    .founder-figure figure img {
        width: 100%;
        object-fit: cover;
        height: 303px;
    }

.team-section {
    position: relative;
    padding: 80px 0 100px;
}

    .team-section:before {
        content: "";
        background: #f4f4f4;
        height: 380px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

.helping-digital-heading h1 {
    font-size: 56px;
    font-weight: 700;
    color: #C93D0D;
    font-family: 'Inter', sans-serif;
    margin: 0 0 25px;
}

.helping-digital-heading p {
    opacity: 1;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    color: #C93D0D;
}

.helping-digital-heading {
    margin: 0 0 60px;
}


.place-box-big img, .place-box img {
    border-radius: 6px;
    width: 100%;
}

.place-box-big, .place-box {
    margin: 0 0 28px;
}

.company-values-heaing h1 {
    font-size: 48px;
    font-weight: 700;
    color: #C93D0D;
    margin: 0;
}

.company-values-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #637178;
    opacity: 1;
    text-align: justify
}

.passions-white-bx {
    box-shadow: 0px 8px 40px rgba(9, 44, 76, .16);
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
}

    .passions-white-bx figure img {
        width: 100%;
        height: 231px;
        object-fit: cover;
    }

.passions-content {
    padding: 15px;
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.passions-content h4 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 500;
    color: #C93D0D;
}

.passions-content p {
    color: #000;
    opacity: 1;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 300;
}

.passions-heaing h1 {
    font-size: 40px;
    font-weight: 700;
    color: #C93D0D;
    margin: 0;
}

.passions-heaing {
    margin: 0 0 50px 0;
}

.passions-drive-section {
    padding: 50px 0 100px;
}

.people-heading h1 {
    font-size: 120px;
    color: #fff;
    font-weight: 700;
}

.people-section-bx {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 150px 0;
}

.social-followers-section {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom right;
    padding: 150px 0;
}

.followers-block h1 {
    font-size: 72px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 30px;
}

.followers-block {
    padding: 100px 30px;
    margin: 0 0 15px;
    background: #fff;
}

    .followers-block h2 {
        margin: 0;
        font-weight: 500;
        color: #333333;
        opacity: 1;
    }

    .followers-block.highlights-bx {
        background: #F3F0EE;
    }

    .followers-block.highlights-bx h1, .followers-block.highlights-bx h2 {
        color: #C93D0D;
    }

   


    .breadcrumb-gray-box {
    background: #F2F2F2;
    display: inline-block;
    width: 100%;
    margin: 15px 0 10px;
    padding: 7px 0;
    border-radius: 7px;
}

    .breadcrumb-gray-box .breadcrumb {
        background: transparent;
        margin: 0;
        padding: 8px 0;
    }

    .breadcrumb-gray-box .breadcrumb li {
        color: #4F4F4F;
        font-size: 14px;
    }

    .breadcrumb-gray-box .breadcrumb li a {
        color: #4F4F4F;
        opacity: 1;
    }

    .breadcrumb-gray-box .breadcrumb &gt; li + li:before {
/*            padding: 0;
*/            color: #4F4F4F;
    }

.share-buttons li a.icon-left {
    display: inline-block;
    padding-left: 22px;
    position: relative;
    color: #4f4f4f
}

    .share-buttons li a.icon-left svg, .share-buttons li a.icon-left i {
        position: absolute;
        left: 0;
        top: 1px;
    }

.breadcrumb-gray-box ul.share-buttons {
    margin: 6px 0 0;
}

    .breadcrumb-gray-box ul.share-buttons li {
        margin: 0 0 0 5px;
    }

        .breadcrumb-gray-box ul.share-buttons li ul li {
            margin: 0 0 0 7px;
            display: inline-block;
            /* float: left; */
        }

            .breadcrumb-gray-box ul.share-buttons li ul li span {
                margin: 4px 0 0;
            }

.share-buttons ul.dropdown-menu {
    margin: 13px 0 0;
}

.breadcrumb-gray-box ul.share-buttons li ul li a {
    padding: 0;
    font-size: 20px;
}
/*.container-max-1920 {max-width:1900px; width:100%;     margin: 0 auto;}*/


#StaySlider .item-slide img {
    border-radius: 7px;
    overflow: hidden;
}

#StaySlider .item {
    margin: 0;
}

#StaySlider .item-slide img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.section-top-heading h1 {
    margin: 0;
}

.book-now-btn .btn.btn-primary {
    background: #C93D0D;
    font-size: 18px;
    font-weight: 500;
    text-shadow: inherit;
    font-family: 'Inter', sans-serif;
    max-width: 281px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    border-radius: 10px
}

.section-top-heading h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}

.room-detail-bx ul li.room-icons {
    padding-left: 35px;
    position: relative;
    padding-right: 0px;
}

.room-detail-bx ul li {
    color: #4F4F4F;
    font-size: 24px;
    font-weight: 400;
}

    .room-detail-bx ul li.room-icons svg {
        position: absolute;
        left: 4px;
        top: 6px;
        width: 20px;
        height: auto;
    }

.description-block h3 {
    font-weight: 500;
    margin: 0 0 15px;
}

.description-block p {
    opacity: 1; /*font-size: 18px;*/
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
}

.description-block a.see-more-btn {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 4px;
    border: 1px solid #4F4F4F;
    color: #4F4F4F;
}

.border-top {
    border-top: 1px solid #C4C4C4;
    padding: 40px 0 0;
}

.description-block {
/*    border-bottom: 1px solid #BDBDBD;
*/    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.rooms-block {/*    border-bottom: 1px solid #BDBDBD;
*/
    padding: 0 0 30px;margin: 0 0 25px;display: inline-block;width: 100%;
}

.rooms-block .table-responsive {
    margin: 0 0 20px;
}   

.rooms-block .image {
    overflow:hidden;
}

.amenities-block h3 {
    margin: 0 0 20px;
    font-weight: 500;
}

.amenities-block .bullets li {
    position: relative;
    padding-left: 36px;
    margin: 0 0 20px;
    font-size: 14px;
    color: #828282;
    vertical-align: top;
    padding-top: 3px;
    line-height: 1.3;
}

.requirements-block .bullets li {
    position: relative;
    padding-left: 40px;
    margin: 0 0 10px;
    font-size: 16px;
    color: #828282;
    /* width: 40%; */
    padding-right: 4px;
}

.application-block .bullets li {
    position: relative;
    padding-left: 40px;
    margin: 0 0 10px;
    font-size: 16px;
    color: #828282;
    /* width: 40%; */
    /* padding-right: 4px; */
    top: 20px;
}

.amenities-block .bullets li:before {
    width: 25px;
    height: 25px;
    border: #BDBDBD 1px solid;
    position: absolute;
    left: 0;
    content: "\F059F";
    top: 0px;
    font-family: Material Design Icons;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #8e8e8e;
}

.requirements-block .bullets li:before {
    width: 25px;
    height: 25px;
    border: #BDBDBD 1px solid;
    position: absolute;
    left: 0px;
    content: "\F059F";
    top: 0px;
    font-family: Material Design Icons;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items:  center;
    justify-content: center;
    border-radius: 2px;
    color: #8e8e8e;
    margin-top: 2px;
}

.application-block .bullets li:before {
    width: 25px;
    height: 25px;
    border:  0px solid;
    position: absolute;
    left: 0px;
    content: "\F59F";
    font-family: Material Design Icons;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #8e8e8e;
    margin-top: 20px;
    border-width: 1px;
}

.explore-btn a {
    display: inline-block;
    padding: 13px 30px;
    border-radius: 4px;
    border: 1px solid #BDBDBD;
    color: #C93D0D;
}

.height-300 {
    height: 300px;
}
.height-400 {
    height: 400px;
}


.description-section {
    padding: 0 /*0 30px*/;
}

.deal-block {
    padding: 0 0 30px;
}

    .deal-block h3 {
        margin: 0 0 20px;
        font-weight: 500;
    }

.host-box-block {
    position: relative;
}

.host-name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
}

.host-box-border {
    border: 1px solid #f2f2f2;
    padding: 25px;
    margin: 0 0 30px;
}

.host-box-block img {
    width: 100%;
    border-radius: 8px;
    filter: grayscale(100%);
}

.host-name h1 {
    color: #fff;
    font-size: 36px;
    margin: 0 0 15px;
    font-weight: 800
}

.host-name h4 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 15px;
}

.host-box-block a {
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
    border-radius: 5px;
    color: #4F4F4F;
    font-size: 16px;
}

.host-review-bx ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .host-review-bx ul li {
        position: relative;
        padding: 0 0 0 30px;
    }

        .host-review-bx ul li svg {
            position: absolute;
            left: 0;
            top: 1px;
        }

        .host-review-bx ul li h3 {
            font-weight: 500;
            color: #828282;
            margin: 0;
        }

            .host-review-bx ul li h3 span {
                color: #333;
                font-weight: 500
            }

        .host-review-bx ul li h4 {
            margin: 0;
        }

    .host-review-bx ul li {
        position: relative;
        padding: 0 0 0 30px;
        margin: 20px 0 0;
    }

.verified-btn {
    margin: 30px 0 0;
    text-align: center;
}

    .verified-btn a {
        color: #1A4040;
        font-weight: 500;
        /*        background: #FFE1E1;
*/ background: #e8e8e8;
        display: inline-block;
        width: 100%;
        border-radius: 4px;
        padding: 15px;
    }

        .verified-btn a svg {
            width: 18px;
            height: 20px;
            margin: 0 5px 0 0;
            position: relative;
            top: 3px;
        }

.map-section-bottom {
    margin: 50px 0 25px;
}

#StaySlider .owl-nav {
    bottom: 30px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
}

.nav-btn i {
    display: inline-block;
    padding: 7px;
    background: #fff;
    border-radius: 70px;
    width: 30px;
    height: 30px;
    line-height: 16px;
}

#StaySlider .owl-nav .owl-prev, #StaySlider .owl-nav .owl-next {
    display: inline-block !important;
}

span.slide-see-btn {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(51, 51, 51, 0.6);
    margin: 0 16px 0 10px;
    border-radius: 100px;
    color: #fff;
    font-family: 'Inter';
}

#StaySlider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.item-slide {
    height: 100%;
}

.map-heading p {
    opacity: 1;
    color: #333333;
    font-weight: 400;
}

.map-heading {
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
}

.container-max-1920 .container {
    width: 100%;
    padding: 0;
}


.requirements-block .bullets li.businessnumber:before {
    content: "\F0D39";
}

.requirements-block .bullets li.Cart:before {
    content: "\F0111";
}
.requirements-block .bullets li.Chartline:before {
    content: "\F0FA7";
}
.requirements-block .bullets li.FreeWifi:before {
    content: "\F05A9";
}

.requirements-block .bullets li.Gift:before {
    content: "\F16F2";
}
.requirements-block .bullets li.Globe:before {
    content: "\F08E9";
}
.requirements-block .bullets li.Group:before {
    content: "\F0B58";
}
.requirements-block .bullets li.Hand:before {
    content: "\F18B7";
}
.requirements-block .bullets li.instantbookings:before {
    content: "\F111F";
}

.requirements-block .bullets li.Kitchette:before {
    content: "\F04DE";
}
.requirements-block .bullets li.LaundryService:before {
    content: "\F072A";
}

.requirements-block .bullets li.Tag:before {
    content: "\F04F9";
}

.requirements-block .bullets li.Wifi:before {
    content: "\F05A9";
}
.requirements-block .bullets li.workarea:before {
    content: "\F1239";
}


.application-block .bullets li.comments:before {
    content: "\F03EB";
}

.application-block .bullets li.instantbookings:before {
    content: "\F111F";
}

.application-block .bullets li.Kitchette:before {
    content: "\F04DE";
}

.application-block .bullets li.LaundryService:before {
    content: "\F072A";
}

.application-block .bullets li.Tag:before {
    content: "\F04F9";
}

.application-block .bullets li.Wifi:before {
    content: "\F05A9";
}

.application-block .bullets li.Email:before {
     content: "\F0D03";
}

.application-block .bullets li.FirstName:before {
    content: "\F0004";
}

.application-block .bullets li.LastName:before {
    content: "\F0849";
}

.application-block .bullets li.MobilePhone:before {
    content: "\F0E90";
}
.application-block .bullets li.Password:before {
    content: "\F0341";
}
.application-block .bullets li.DayRoomQty:before {
    content: "\F1A78";
}
.application-block .bullets li.OvernightLocations:before {
    content: "\F0594";
}

.application-block .bullets li.workarea:before {
    content: "\F1239";
}

.application-block .bullets li.businessnumber:before {
    content: "\F0D39";
}

.application-block .bullets li.money:before {
    content: "\F01C1";
}

/*//materialdesignicons.com
*/
.application-block .bullets li.insurance:before {
    content: "\F0A12";
}
.application-block .bullets li.person:before {
    content: "\F0004";
}

.application-block .bullets li.stayname:before {
    content: "\F1C18";
}
.application-block .bullets li.staycountry:before {
    content: "\F01E7";
}
.application-block .bullets li.experience:before {
    content: "\F0F8B";
}
.application-block .bullets li.business:before {
    content: "\F1C18";
}

.application-block .bullets li.street:before {
    content: "\F034E";
}

.application-block .bullets li.city:before {
    content: "\F0146";
}

.application-block .bullets li.state:before {
    content: "\F1978";
}

.application-block .bullets li.zip:before {
    content: "\F016A";
}


.application-block .bullets li.website:before {
    content: "\F01D7";
}

.application-block .bullets li.roomqty:before {
    content: "\F0517";
}

.application-block .bullets li.ticket:before {
    content: "\F02E3";
}
.application-block .bullets li.country:before {
    content: "\F1C89";
}
.application-block .bullets li.postalcountry:before {
    content: "\F023B";
}

.application-block .bullets li.salestax:before {
    content: "\F0D92";
}

.application-block .bullets li.supplier:before {
    content: "\F00EF";
}

.application-block .bullets li.paid:before {
    content: "\F012C";
}

.application-block .bullets li.message:before {
    content: "\F19CD";
}

.amenities-block .bullets li.\32 4-HourDesk:before {
    content: "\F0B56";
}


.amenities-block .bullets li.a24-HourDesk:before {
    content: "\F0B56";
}
.amenities-block .bullets li.Air-Conditioning:before {
    content: "\F001B";
}
.amenities-block .bullets li.AirportShuttle:before {
    content: "\F00E7";
}
.amenities-block .bullets li.AllInclusive:before {
    content: "\F06BE";
}
.amenities-block .bullets li.Arabic:before {
    content: "\F05CA";
}
.amenities-block .bullets li.BagStorage:before {
    content: "\F049A";
}
.amenities-block .bullets li.Bathtub:before {
    content: "\F0828";
}
.amenities-block .bullets li.Breakfast:before {
    content: "\F025B";
}
.amenities-block .bullets li.Broadband:before {
    content: "\F0469";
}
.amenities-block .bullets li.CarRental:before {
    content: "\F152D";
}
.amenities-block .bullets li.CellPhoneCoverage:before {
    content: "\F011E";
}
.amenities-block .bullets li.Chinese-Mandarin:before {
    content: "\F05CA";
}
.amenities-block .bullets li.Chinese-Cantonese:before {
    content: "\F05CA";
}
.amenities-block .bullets li.CoffeeMaker:before {
    content: "\F109F";
}
.amenities-block .bullets li.Concierge:before {
    content: "\F0004";
}
.amenities-block .bullets li.Cooling:before {
    content: "\F001B";
}
.amenities-block .bullets li.Couch:before {
    content: "\f04b9";
}
.amenities-block .bullets li.Co-WorkingArea:before {
    content: "\F0849";
}
.amenities-block .bullets li.CoworkingSpace:before {
    content: "\F0849";
}
.amenities-block .bullets li.Desk:before {
    content: "\F1239";
}
.amenities-block .bullets li.Diningarea:before {
    content: "\F028E";
}
.amenities-block .bullets li.Dinner:before {
    content: "\F141F";
}
.amenities-block .bullets li.DishWasher:before {
    content: "\F0AAC";
}
.amenities-block .bullets li.DryCleaning:before {
    content: "\F00E2";
}
.amenities-block .bullets li.Elevator:before {
    content: "\F197B";
}
.amenities-block .bullets li.English:before {
    content: "\F05CA";
}
.amenities-block .bullets li.EnsuiteShower:before {
    content: "\F09A1";
}

.amenities-block .bullets li.EnsuiteBath:before {
    content: "\F09A0";
}
.amenities-block .bullets li.ExternalMonitor:before {
    content: "\F037A";
}
.amenities-block .bullets li._4KExternalMonitor:before {
    content: "\F083E";
}

.amenities-block .bullets li.a4KExternalMonitor:before {
    content: "\F083E";
}
.amenities-block .bullets li.FamilyRooms:before {
    content: "\F02e3";
}
.amenities-block .bullets li.FreeWifi:before {
    content: "\F05A9";
}
.amenities-block .bullets li.French:before {
    content: "\F05CA";
}
.amenities-block .bullets li.Fridge:before {
    content: "\F0290";
}
.amenities-block .bullets li.FullBoard:before {
    content: "\F025A";
}
.amenities-block .bullets li.German:before {
    content: "\F05CA";
}
.amenities-block .bullets li.GST:before {
    content: "\F00E2";
}
.amenities-block .bullets li.Hairdryer:before {
    content: "\F10EF";
}
.amenities-block .bullets li.Heating:before {
    content: "\F0EDD";
}
.amenities-block .bullets li.Hindi:before {
    content: "\F05CA";
}
.amenities-block .bullets li.HiSpeedInternet:before {
    content: "\F0002";
}
.amenities-block .bullets li.HiSpeedInternetover50Mbps:before {
    content: "\F0002";
}

.amenities-block .bullets li.In-roomSafe:before {
    content: "\F127C";
}
.amenities-block .bullets li.InsideDeskChair:before {
    content: "\F0F48";
}
.amenities-block .bullets li.Italian:before {
    content: "\F05CA";
}
.amenities-block .bullets li.Iron:before {
    content: "\F1825";
}
.amenities-block .bullets li.Kettle:before {
    content: "\F05FA";
}
.amenities-block .bullets li.Kitchette:before {
    content: "\F04DE";
}
.amenities-block .bullets li.LaundryService:before {
    content: "\F072A";
}
.amenities-block .bullets li.Lunch:before {
    content: "\F1420";
}
.amenities-block .bullets li.Nearbeach:before {
    content: "\F037A";
}
.amenities-block .bullets li.Nearskicenter:before {
    content: "\F1304";
}

.amenities-block .bullets li.Neartowncenter:before {
    content: "\F0144";
}

.amenities-block .bullets li.Nearforest:before {
    content: "\F1897";
}

.amenities-block .bullets li.Non-smokingRooms:before {
    content: "\F04B5";
}
.amenities-block .bullets li.OutsideTableChair:before {
    content: "\F0125";
}
.amenities-block .bullets li.Oven:before {
    content: "\F0C99";
}
.amenities-block .bullets li.NoOven:before {
    content: "\F1423";
}
.amenities-block .bullets li.PackedLunches:before {
    content: "\F03D6";
}
.amenities-block .bullets li.PetFriendly:before {
    content: "\F0A43";
}
.amenities-block .bullets li.Portuguese:before {
    content: "\F05CA";
}
.amenities-block .bullets li.Privateisland:before {
    content: "\F0092";
}
.amenities-block .bullets li.Restaurantswithin15mins:before {
    content: "\F025C";
}
.amenities-block .bullets li.RegionalArea:before {
    content: "\F034D";
}
.amenities-block .bullets li.RemoteArea:before {
    content: "\F0984";
}
.amenities-block .bullets li.RoomService:before {
    content: "\F00E2";
}
.amenities-block .bullets li.RuralArea:before {
    content: "\F15BF";
}
.amenities-block .bullets li.Russian:before {
    content: "\F05CA";
}
.amenities-block .bullets li.SecureStorage:before {
    content: "\F05FB";
}
.amenities-block .bullets li.Sittingarea:before {
    content: "\F1061";
}
.amenities-block .bullets li.Shower:before {
    content: "\F09A1";
}
.amenities-block .bullets li.SoundproofRooms:before {
    content: "\F0E08";
}
.amenities-block .bullets li.Spanish:before {
    content: "\F05CA";
}
.amenities-block .bullets li.Suburbs:before {
    content: "\f0146";
}
.amenities-block .bullets li.TicketService:before {
    content: "\F0518";
}
.amenities-block .bullets li.Toaster:before {
    content: "\F1063";
}
.amenities-block .bullets li.TourDesk:before {
    content: "\F00E7";
}
.amenities-block .bullets li.Turkish:before {
    content: "\F05CA";
}
.amenities-block .bullets li.TV:before {
    content: "\F0502";
}
.amenities-block .bullets li.VideoConferencingFacilities:before {
    content: "\F0567";
}

.amenities-block .bullets li.WheelchairFriendly:before {
    content: "\F138D";
}

.amenities-block .bullets li.Wifi:before {
    content: "\F05A9";
}








.amenities-block .bullets li.SPARE:before {
    content: "\F00E2";
}



.amenities-block .bullets li.UltraAllInclusive:before {
/*    content: "\F068D";
*/    content: "\F0E6A";
}

.amenities-block .bullets li.WashingMachine:before {
    content: "\F072A";
}

.amenities-block .bullets li.NoWashingMachine:before {
    content: "\F11BD";
}

.amenities-block .bullets li.workarea:before {
    content: "\F1239";
}


.room-info-icon li {
    margin: 0 0 10px;
    width: 50%;
    float: left;
    font-size: 12px;
    font-weight: 500;
    color: #8e8e8e;
    position: relative;
    padding-left: 30px;
    height: 25px;
}

    .room-info-icon li:before {
/*        content: "\f0105";
*/        content: "\F064E";
        font-family: 'Material Design Icons';
        position: absolute;
        left: 0;
        top: -1px;
        font-size: 14px;
        border: 1px solid #8e8e8e;
        width: 23px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .room-info-icon li.Air-Conditioning:before {
        content: "\F001B";
    }

    .room-info-icon li.Bathtub:before {
        content: "\F0828"
    }

    .room-info-icon li.CellPhoneCoverage:before {
        content: "\F011E";
    }
    .room-info-icon li.CoffeeMaker:before {
        content: "\F109F";
    }
    .room-info-icon li.Coffee.Maker:before {
        content: "\F109F";
    }
    .room-info-icon li.Cooling:before {
        content: "\F001B";
    }
    .room-info-icon li.Couch:before {
        content: "\f04b9";
    }
    .room-info-icon li.Couch-Sofa:before {
        content: "\f04b9";
    }
    .room-info-icon li.Desk:before {
        content: "\F1239"
    }

    .room-info-icon li.DishWasher:before {
        content: "\F0AAC";
    }
    .room-info-icon li.Dishwasher:before {
        content: "\F0AAC";
    }

    .room-info-icon li.EnsuiteShower:before {
        content: "\F09A1";
    }
    .room-info-icon li.Ensuite.Shower:before {
        content: "\F09A1";
    }

    .room-info-icon li.EnsuiteBath:before {
        content: "\F09A0";
    }
    .room-info-icon li.Ensuite.Bath:before {
        content: "\F09A0";
    }
    .room-info-icon li.Fridge:before {
        content: "\F11B2"
    }

    .room-info-icon li.Hairdryer:before {
        content: "\F10EF";
    }
    .room-info-icon li.Heating:before {
        content: "\F0828"
    }
    .room-info-icon li.HiSpeedInternet:before {
        content: "\F0002";
    }
    .room-info-icon li.InsideDeskChair:before {
        content: "\F0F48";
    }
    .room-info-icon li.Inside.DeskChair:before {
        content: "\F0F48";
    }
    .room-info-icon li.In-room.Safe:before {
        content: "\F127C";
    }
    .room-info-icon li.Iron:before {
        content: "\F0463"
    }

    .room-info-icon li.Kettle:before {
        content: "\F05FA"
    }

    .room-info-icon li.Kitchette:before {
        content: "\F00D5"
    }
    .room-info-icon li.LaundryService:before {
        content: "\F072A";
    }
    .room-info-icon li.OutsideTableChair:before {
        content: "\F0125";
    }
    .room-info-icon li.Oven:before {
        content: "\F0C99"
    }
    .room-info-icon li.NoOven:before {
        content: "\F1423"
    }
    .room-info-icon li.Pet.Friendly:before {
        content: "\F0A44"
    }
    .room-info-icon li.Shower:before {
        content: "\F09A1"
    }
    .room-info-icon li.Sitting.area:before {
        content: "\F1061";
    }
    .room-info-icon li.SoundproofRooms:before {
        content: "\F0E08";
    }
    .room-info-icon li.TableChair:before {
        content: "\F0F48"
    }
    .room-info-icon li.Toaster:before {
        content: "\F0CEE"
    }
    .room-info-icon li.TV:before {
        content: "\F0502"
    }
    .room-info-icon li.Washing:before {
        content: "\F072A"
    }
    .room-info-icon li.WashingMachine:before {
        content: "\F072A";
    }
    .room-info-icon li.WheelchairFriendly:before {
        content: "\F138D";
    }
    .room-info-icon li.NoWashingMachine:before {
        content: "\F11BD";
    }
    .room-info-icon li.workarea:before {
        content: "\F1239";
    }

.password-change-content h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.tagline {
    padding-top: 0px;
}

button.Dct.btn.btn-danger {
    background: #fff;
    color: #C93D0D;
    border: 1px solid #C93D0D;
    padding: 3px 8px;
    border-radius: 5px;
}

button.Dct.btn.btn-danger:hover {
    background: #C93D0D;
    color: #fff;
}


.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul &gt; li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.icon_box-checked:before {
    content: "\5a";
}


/* @keyframes.fa-spin {
    0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
    }

    100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
    }
} */

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

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

/*.searchtop .fa-search,*/
.mark-square.searchtop {
    left: -40px;
    top: 0px;
    position: relative;
    color: white;
    padding: 0;
}

.fa-search:before {
    content: "\f002"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-home:before {
    content: "\f015"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-road:before {
    content: "\f018"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-book:before {
    content: "\f02d"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-bullhorn:before {
    content: "\f0a1 "
}

.fa-list:before {
    content: "\f03a"
}

.fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-share:before {
    content: "\f064"
}

.fa-eye:before {
    content: "\f06e";
}

.fa-laptop-house:before {
    content: "\e066";
}

.fa-square-x-twitter:before {
    content: "\e61a"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-key:before {
    content: "\f084"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-x-twitter:before {
    content: "\e61b"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-group:before {
    content: "\f0c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-user-md:before {
    content: "\f0f0"
}


.fa-wifi:before {
    content: "\f1eb"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before {
    content: "\f236"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}


.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-s15:before {
    content: "\f2cd"
}

.fa-window-close:before {
    content: "\f2d3"
}

.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-instagram:before {
    content: "\f16d";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1
}

    .dataTables_wrapper .dataTables_length {
        float: left
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: .5em
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: .755em
    }

    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_length {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

.glyph {
    float: left;
    text-align: center;
    padding: .75em;
    margin: .4em 1.5em .75em 0;
    width: 6em;
    text-shadow: none
}

.glyph_big {
    font-size: 128px;
    color: #59c5dc;
    float: left;
    margin-right: 20px
}

.glyph div {
    padding-bottom: 10px
}

.glyph input {
    font-family: consolas,monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    padding: .2em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.glyph .fs1 {
    font-size: 2em
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.fa-chevron-right {
    content: "\f054"
}

.fa-chevron-left {
    content: "\f053"
}

.to-top {
    bottom: 10px;
}

.to-chat-button{
    bottom: 50px;
}

.mark-square.home-search {
    color: #fff;
    top: 11px;
    bottom: 11px;
    left: 10px;
    background: transparent;
    border: none;
    margin-right: 3px;
    opacity: 0.3;
}


/**11-03-2021**/
/*.bg-transfer:after { content: "";  top: 0;  bottom: 0;  left: 0;  right: 0;  z-index: 11;  height: 100%;  display: block;  position: absolute;  background: linear-gradient( 84.72deg, rgba(12, 12, 12, 0.72) 8.62%, rgba(12, 12, 12, 0) 77.06%);}
*/

.hero-section .hero-wrapper .title.text-left {
    text-align: left;
    font-size: 66px;
}

/*.hometitle h3.text-left {
    text-align: left;
    font-size: 32px;
    font-weight: 400;
    opacity: 90%;
    line-height: 1.5;
}*/

.home-banner-content {
    max-width: 820px;
}

.home-banner-content h5 {
        color: white;
    }

    .home-banner-content h2 {
        font-size: 36px;
    }

.home-banner-content .center.row.no-gutters {
    padding: 15px;
    background: #C93D0D;
    border-radius: 5px;
    margin: 15px 0 0;
    display: inline-block;
    width: 100%;
}

    .home-banner-content .feature {
        margin-bottom: 20px;
    }

        .home-banner-content .feature figure {
            padding-top: 10px;
            /* margin-top: 10px; */
        }


/*.hero-section form .home-banner-content .btn {color: #C93D0D; font-weight: bold;    font-size: 32px; height: 62px; padding: 10px;  background: #fff; border-radius: 2px}
*/ .hero-section form .home-banner-content .btn {
    color: #C93D0D;
    font-weight: bold;
    font-size: 22px;
    height: 62px;
    padding: 10px;
    background: #fff;
    border-radius: 2px;
    margin-right:0px;
}


.hero-section form .home-banner-content .form-control {
    width: 100%;
    height: 62px;
    box-shadow: inherit;
    background: #C93D0D;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid rgba(248, 248, 248, 0.9);
    border-radius: 5px;
    text-align: left;
    padding-left: 50px;
}



.explore-tag-btn h4 {
    font-size: 24px;
    margin: 0 0 10px;
}

.explore-tag-btn {
    margin: 0px 0 0;
    padding: 0px 0 40px;
}

.explore-tag-btn ul li.active a, .explore-tag-btn ul li a:hover {
    color: #AA4501;
    border-color: #AA4501;
}

    .explore-tag-btn ul li a {
        display: inline-block;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 3px;
        padding: 7px 25px;
        font-size: 16px;
        font-weight: 500;
    }

    .explore-tag-btn ul li {
        margin: 0 10px 20px 0;
    }

.banner-tag-btn ul li a {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 7px 25px;
    font-size: 14px;
    font-weight: 700;
}

.favourite-item-figure {
    position: relative;
    height: 300px;
}

    .favourite-item-figure figure, .favourite-item-figure .figureimg {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        height: 100%;
        justify-content: center;
        display: flex;
    }

    .owl-carousel .owl-item .favourite-item-figure figure img, .owl-carousel .owl-item .favourite-item-figure .figureimg img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }

    .favourite-item-figure figure:before {
        content: "";
        background: linear-gradient(0.69deg, #0C0C0C 9.42%, rgba(12, 12, 12, 0) 58.26%);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 1;
    }

/* Darken the bottom of images with a gradient to black */
.figureimg, figure {
    position: relative;
    overflow: hidden;
}

    .figureimg::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 45%; /* Adjust as needed for how much of the image you want darkened */
        pointer-events: none;
        background: linear-gradient( to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0) 100% );
        z-index: 2;
    }

    .favourite-content {
        position: absolute;
        z-index: 13;
        bottom: 0px;
        left: 0px;
        right: 0;
    }

    .favourite-content h4 {
        color: #F2B705;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 7px;
    }

    .favourite-content p {
        color: #fff;
        opacity: 1;
        margin: 0 0 7px;
    }

.favourite-item-slide .owl-carousel .owl-stage {
    padding-left: 0 !important;
    min-width: 31000px !important;
}

.favourite-heading h1 {
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 15px;
}

.favourite-heading p {
    color: rgba(0, 0, 0, .7);
    font-size: 16px;
    opacity: 1;
    font-weight: 400;
    margin: 5px 0;
    text-align: left;
}

/*.favourite-section {
    padding: 20px 0;
}*/

.destination-section {
    padding: 20px 0;
}

/*
.favourite-item-slide .owl-nav .owl-prev, .favourite-item-slide .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    background: #fff;
    line-height: 35px;
    border-radius: 100px;
    border: 2px solid #C93D0D;
    color: #C93D0D;
    text-align: center;
}

.favourite-item-slide .owl-nav .owl-prev {
    left: 15px;
}

.favourite-item-slide .owl-nav .owl-next {
    right: 15px;
}

.favourite-item-slide .owl-dot span {
    display: inline-block;
    width: 34px;
    height: 7px;
    background: #aaa;
    border-radius: 2px;
}

.favourite-item-slide .owl-dot.active span {
    background: #C93D0D;
}

.favourite-item-slide .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
}

.favourite-item-slide .owl-dots {
    text-align: center;
}*/

.destination-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.destination-right-bx img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.destination-right-bx {
    margin: 0 0 8px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.destination-img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 540px
}

.destination-content {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.destination-img:before {
    background: linear-gradient( 2.21deg, #0C0C0C 0.33%, rgba(12, 12, 12, 0) 32.58%);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.destination-content {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
}

    .destination-content h4 {
        color: #F2F2F2;
        font-size: 30px;
        font-weight: 700;
        margin: 0;
    }

    .destination-content p {
        margin: 0;
        color: #F2B705;
        font-weight: 700;
        opacity: 1;
        font-size: 17px;
    }

.destination-right-bx .destination-content p {
    font-size: 14px;
}

.destination-right-bx:before {
    content: "";
    background: linear-gradient( 2.21deg, #0C0C0C 0.33%, rgba(12, 12, 12, 0) 32.58%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.destination-right-bx .destination-content h4 {
    font-size: 22px;
}

.feature-heading h4 span {
    /*    background: #F6D263;
*/
    background: #C93D0D;
    height: 40px;
    width: 40px;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    /*color: #C93D0D;*/
    color: white;
    position: absolute;
    left: 0;
    top: -10px;
}

.feature-heading h4 {
    margin: 0;
    position: relative;
    padding-left: 50px;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
}

.feature-heading {
    margin: 0 0 10px;
}


.row.justify-center {
    display: flex;
    flex-wrap: wrap;
}

.align-self-center {
    align-self: center;
}

.feature-block {
    margin: 30px 0;
}

.remote-heading h2 {
    color: #C93D0D;
    font-weight: 700;
    font-size: 36px;
    opacity: 1;
    margin: 0;
    letter-spacing: -0.33px;
}

.remote-section-digital, .faster-section, .advertising-block {
    background: #F4F4F4;
    padding: 20px 0;
    margin: 0px 0 50px;
}

.remote-section-digital, .remote-worker {
    /* padding: 40px 0; */
    margin: 10px 0 0px;
}

.faster-section {
    padding: 60px 0;
}

.countries-heading h1 {
    color: #C93D0D;
    margin: 0 0 10px;
}

.countries-heading {
    margin: 30px 0 0;
    color: #C93D0D;
}

.countries-heading .count {
    font-weight: 700;
    font-size: 52px;
}

.countries-heading .countries {
    font-weight: 500;
    font-size: 28px;
}

.compare-btn a {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
}

.compare-btn {
    margin: 30px 0 0px;
}

.undiscovered-block {
    margin: 40px 0;
}

.latest-blogs {
    padding: 40px 0;
}

.Works-text-center {
    margin: 40px 0;
}

.undiscovered-block .gallery-carousel {
    padding: 0;
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
}

.undiscovered-block .gallery-carousel .gallery-item {
    width: 100%;
    box-shadow: inherit;
}

.undiscovered-block .gallery-carousel .gallery-item .image {
    height: 300px;
    border-radius: 10px;
}

.undiscovered-block .gallery-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 50%;
}

.undiscovered-block .gallery-carousel .owl-prev, .undiscovered-block .gallery-carousel .owl-next {
    border: 2px solid #C93D0D;
    color: #C93D0D;
    background: #fff;
}

.undiscovered-block .gallery-carousel .owl-prev:hover, .undiscovered-block .gallery-carousel .owl-next:hover {
    border: 2px solid #C93D0D;
    color: #C93D0D;
    background: #fff;
}

.undiscovered-block .gallery-carousel .owl-prev:after, .undiscovered-block .gallery-carousel .owl-next:after {
    color: #C93D0D
}

.undiscovered-block .gallery-carousel .owl-prev:after:hover:hover, .undiscovered-block .gallery-carousel .owl-next:hover:after {
    color: #C93D0D;
}

.undiscovered-block .gallery-carousel .owl-prev {
    left: -100px;
}

.undiscovered-block .gallery-carousel .gallery-item .image img {
    min-height: 100%;
    object-fit: cover;
}

.undiscovered-block .btn.btn-framed.btn-smallsq {
    background: #C93D0D;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: 130px;
    padding: 9px 0;
    font-size: 17px;
    font-weight: 300;
}

.undiscovered-block .gallery-carousel .gallery-item .description p {
    margin: 5px 0 20px 0;
}


.advertising-block {
    margin: 40px 0 0;
}

.advertising-block .gallery-carousel {
    padding: 0;
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
}

.advertising-block .gallery-carousel .gallery-item {
    width: 100%;
    box-shadow: inherit;
}

.advertising-block .gallery-carousel .gallery-item .image {
    height: 150px;
    border-radius: 4px;
}

.advertising-block .gallery-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -45px;
}

.advertising-block .gallery-carousel .owl-prev, .undiscovered-block .gallery-carousel .owl-next {
    border: 2px solid #C93D0D;
    color: #C93D0D;
    background: #fff;
}

.advertising-block .gallery-carousel .owl-prev:hover, .undiscovered-block .gallery-carousel .owl-next:hover {
    border: 2px solid #C93D0D;
    color: #C93D0D;
    background: #fff;
}

.advertising-block .gallery-carousel .owl-prev:after, .undiscovered-block .gallery-carousel .owl-next:after {
    color: #C93D0D
}



.advertising-block .gallery-carousel .owl-prev:after:hover:hover, .undiscovered-block .gallery-carousel .owl-next:hover:after {
    color: #C93D0D;
}

.advertising-block .gallery-carousel .owl-prev {
    left: -100px;
}

.advertising-block .gallery-carousel .gallery-item .image img {
    min-height: 100%;
    object-fit: cover;
}

.gallery-carousel .gallery-item .description h3 {
    font-size: 22px;
}

.gallery-carousel .gallery-item .description figure {
    color: #000;
}




.latest-blogs .gallery-carousel .gallery-item .image {
    height: 160px;
    border-radius: 10px;
    object-fit: cover;
}

.latest-blogs .gallery-carousel {
    padding: 0;
    margin: 0;
}

.latest-blogs {
    background: rgb(247 247 247 / 90%);
}

    .how-book-section, .apply-today {
    background: rgb(247 247 247 / 90%);
    padding: 0;
/*    margin: 80px 0 0;
*/}

.icon-work span {
    display: inline-block;
/*    background: #fff;
*/    padding: 7px;
}

.icon-work {
    margin: 40px 0 40px;
}

.work-content-bx h4 {
    margin: 15px 0 15px;
    color: #C93D0D;
    opacity: 1;
    font-weight: 700;
/*    font-size: 22px;
*/}

.work-content-bx p {
    color: rgba(51, 51, 51, 0.7);
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.experience-section {
    position: relative;
    margin: 60px 0 0;
}

.experience-section:before {
    content: "";
    position: absolute;
    background-image: url(../img/homepage/dot-pattern.png);
    background-repeat: no-repeat;
    background-position: center right;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.experience-section:after {
    height: 90%;
    width: 70%;
    content: "";
    position: absolute;
    background: #f2f2f2;
    bottom: 0;
    right: 0;
}

.experience-section .item {
    box-shadow: inherit;
    background: transparent;
    margin: 0
}

.experience-image img {
    border-radius: 4px;
}

.experience-content h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 45px;
    margin: 0 0 20px;
}



.experience-content h3 {
    color: #C93D0D;
    margin: 50px 0 0;
    font-weight: 600;
    font-size: 20px;
}

.experience-content h2 {
    font-weight: 400;
/*    font-size: 24px;
*/    font-size: 20px;
    line-height: 1.5;
}

.experience-section .owl-dot span {
    display: inline-block;
    width: 40px;
    height: 10px;
    background: #fff;
    /*    margin: 0 13px 0 0;
*/
    margin: 45px;
    border-radius: 6px;
}

.experience-section .owl-dot.active span {
    background: #E91C23
}

.experience-section .owl-dot {
    display: inline-block;
}

.experience-section .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 90px;
    right: 0;
    margin: auto;
    text-align: center;
}

.home-ready-section {
    padding: 20px 0 0 0;
}

.ready-bg-none {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 462px;
    position: relative;
    margin-bottom: 20px;
}

    .ready-bg-none:before {
        content: "";
        background: #000;
        opacity: 0.2;
        position: absolute;
        /* left: 0;
        right: 0;*/
        left: 10px;
        right: 10px;
        top: 0;
        bottom: 0;
    }

.ready-caption-bx {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 33%;
    margin: auto;
    z-index: 9;
    opacity: 1;
    padding: 40px;
}

.ready-caption-bx h2 {
    color: #fff;
    font-size: 36px;
    opacity: 1;
    margin: 0 0 30px;
    font-weight: 700;
}

.ready-caption-bx a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 7px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.ready-caption-bx a:hover {
    color: #000;
    background: #fff;
}

.supported-logo ul li {
    width: 19%;
    float: unset;
    padding: 10px 10px 15px;
    text-align: center;
}

.supported-section {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    margin: 45px 0 0;
}

.supported-logo {
    /* margin: 0 30px 10px; */
    display: inline-block;
    width: auto;
}

.footer-link-bx {
    background: #C93D0D;
}

.footer-link-bx .container {
    padding-top: 40px;
}

.footer-heading h4 {
    margin-bottom: 30px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 600;
}

/*.footer-heading {
    margin: 0 0 30px;
}*/

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin: 0 0 10px;
}

.footer-links ul li a {
    color: #fff
}

.footer-links ul li a:hover {
    color: #000
}

.supported-logo ul li img {
    max-height: 49px;
    display: inline-block;
    padding: 0 20px;
/*    max-width: 170px;
*/    /*max-width: 100%;*/
/*    width: 100%;
*/}

.footer-heading h4 span {
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 5px;
}

.currency-select select {
    width: 100%;
    height: 50px;
    background: #fff;
    color: #333;
    font-size: 17px;
    padding: 0 15px;
    appearance: auto;
    border: none;
    border-radius: 0;
}

.social-list-item ul li {
    margin: 0 15px 0 0;
}

    .social-list-item ul li a {
        font-size: 18px;
    }

.social-list-item {
    margin: 30px 0 0;
}

    .social-list-item ul {
        margin: 0;
        text-align: center;
    }

.sectigo-logo {
    margin: 30px 0 0;
}

.copyright-section {
    background: #C93D0D;
    padding: 10px 0;
}

.copyright-content p {
    margin: 0;
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -2%;
}

.row.justify-center.m-0 {
    margin: 0;
}

.destination-right-bx {
    width: 33%;
    height: 266px;
    margin-left: auto;
}

#page-header .secondary-nav .right .element form.logout_btn {
    margin: 0;
    float: left;
    height: 45px;
}

    #page-header .secondary-nav .right .element form.logout_btn input[type="submit"] {
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: unset;
        font-weight: 500;
        height: 45px;
        font-size: 16px;
/*        margin-right: 10px;
*/        padding-left: 25px;
        float: left;
        padding-right: 25px;
    }


.error-msg-center span {
    display: inline-block;
    max-width: 400px;
    width: 100%;
}

.mt-40 {
    margin-top: 40px;
}

.image.maxheight-502 picture img {
    /*object-position: bottom;*/
    object-position: unset;
    height: 650px;
    object-fit: cover;
}

.one-item-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

    .one-item-carousel .owl-stage .image, .one-item-carousel .owl-stage .image img {
        height: 100%;
    }

    .one-item-carousel .owl-stage .image img {
        object-fit: cover;
    }

    .undiscovered-block .gallery-carousel .owl-prev::after {
        left: 0px;
    }

/*.host-box-border img {
    filter: grayscale(100%);
}*/

.btn.btn-framed {
    border-width: 1px;
    background-color: transparent;
    border-style: solid;
    border-color: darkgrey;
}
.btn.btn-smallframed {
    border-width: 1px;
    background-color: transparent;
    border-style: solid;
    border-color: darkgrey;
    padding: 3px 6px;
}

.menuusername {
    overflow: hidden;
    height: 130%;
    padding-right: 5px;
    color: #fa9531;
}

.menunameblock {
    max-width:295px;
    overflow:hidden;
}

.frmRoom .gallery-detail .owl-nav {
    bottom: 50px;
}

.frmRoom .gallery-detail .image {
    height: 300px;
}

/*.transparent {
    color: transparent;
}*/

.form-div i .transparent {
    color: transparent;
}

.finddeals {
    text-align: left;
    /*margin-right: auto;
    margin-left: auto;*/
    display: inline-block;
    /* width: 100%; */
/*    padding: 0 12px;
*/    position: relative;
/*    top: 1px;
*/}


/*   NEW STYLES FROM CREATE.XYZ AI TOOL  }*/

.rounded {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
    border-color: rgb(229, 231, 235);
}

.bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-4xl {
    max-width: 64rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-12 {
    margin-top: 3rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-8 {
    gap: 2rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.items-center {
    align-items: center;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.pt-32 {
    padding-top: 8rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-4 {
    padding-top: 1rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-2 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.p-2 {
    padding: 0.5rem;
}
.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}
.p-8 {
    padding: 2rem;
}

.space-y-6 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.justify-center {
    justify-content: center;
}

.font-bold {
    font-weight: 700;
}

.max-w-md {
    max-width: 28rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-white\/90 {
    --tw-bg-opacity: 0.9;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.mb-2 {
    margin-bottom: 0.2rem !important;
}
.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}



.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.w-16 {
    width: 4rem !important;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-6 {
    padding: 1.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}


.clearbox {
    background: unset;
    border: unset;
    text-align: unset;
}

.justify-between {
    justify-content: space-between;
}

.flex-col {
    flex-direction: column;
}

.border-t {
    border-top-width: 1px;
}

.block {
    display: block;
    padding: 0;
    overflow: unset;
    position: unset;
}

.favourite-content h3 {
    color: white;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-lg {
    font-size: 1.125rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}

.text-lgx {
    font-size: 1.25rem; /* 18px */
    line-height: 1.75rem; /* 28px */
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-white, .text-white a {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600, .text-gray-600 a {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
/*    color: #6c757d;
*/}

.font-semibold {
    font-weight: 600;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.bg-\[\#D84315\] {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 67, 21, var(--tw-bg-opacity));
}

.text-\[\#D84315\] {
    --tw-text-opacity: 1;
    color: rgba(216, 67, 21, var(--tw-text-opacity));
}

.w-full {
    width: 100%;
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.rounded-full {
    border-radius: 9999px;
}

.max-fit {
    max-width: fit-content;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.pt-8 {
    padding-top: 2rem;
}

.pb-12 {
    padding-bottom: 3rem;
}


.registered {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    width: fit-content;
}

.registered.success {
    background-color: #28a745;
    color: white;
    border-color: #28a745;
}

.registered.error {
    background-color: #C93D0D;
    color: white;
    border-color: #dc3545;
}

.registered.warning {
    background-color: #FFAA00;
    color: white;
    border-color: #dc3545;
}

.registered.info {
    background-color: #4682B4;
    color: white;
    border-color: #dc3545;
}


@media (min-width: 738px) {
    #page-header .primary-nav {
        padding: 0 0 0px 0;
        font-size: 16px;
        display:none;
    }

    .footer-heading h4 {
        margin-bottom: 30px;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        font-weight: 600;
    }

    .room .table-responsive {
        margin-top: 0px;
    }

    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .favourite-heading {
        margin: 0 20px;
    }

    .hero-section .hero-wrapper .caption .inner .container {
        margin-top: 0px;
    }

    .hero-section .hero-wrapper .title {
        color: #fff;
        font-weight: 700;
        font-size: 48px;
    }

    .hero-section .hero-wrapper .hometitle {
        margin-top: 120px;
    }

    @keyframes hd-quality {
        0% {
            /*            background-image: url(https://staticsite.nomadstays.com/nomadstays/img/homepage/headboard.jpg);
*/ background-image: url(../img/homepage/ai-img.jpg);
            background-size: cover;
            filter: blur(10px);
            top: -25%;
            animation-fill-mode: forwards;
        }

        100% {
            /*            background-image: url(https://staticsite.nomadstays.com/nomadstays/img/homepage/headboard.jpg);
*/ background-image: url(../img/homepage/ai-img.jpg);
            background-size: cover;
            filter: blur(0px);
            top: -25%;
        }
    }

    .homepageback {
        background-position-x: 24%;
        background-position-y: 14%;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        right: 0;
    }

    /*.hometitle h2 {*/
        /* margin-top: 150px;*/
        /*margin-top: 100px;
        text-align: left;
    }

    .hometitle h3 {
        text-align: left;
        font-weight: 700;
    }*/


    .experience-caption {
        position: absolute;
        bottom: 50px;
        left: 30px;
        width: 400px;
        margin: auto;
        right: 0;
    }

    .experience-content h2 {
        font-weight: 400;
/*        font-size: 40px;
*/        font-size: 36px;
        line-height: 44px;
    }

    .experience-caption h4 {
        font-weight: bold;
        font-size: 40px;
        color: #fff;
        line-height: 48px;
        text-shadow: 0 5px 5px rgba(0, 0, 0, 20%);
    }

    .left {
        text-align: left;
    }

    #page-header header {
        /* position: unset; */
        width: -moz-available;
        padding: 5px 5px;
    }



    /*   NEW STYLES FROM CREATE.XYZ AI TOOL  }*/

    html, body {
        font-size: 16px;
    }

    html {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        -moz-tab-size: 4;
        -o-tab-size: 4;
        tab-size: 4;
        font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
        font-feature-settings: normal;
        font-variation-settings: normal
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0px, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }
   
}

@media (min-width: 1612px) {

    .stay .bg-transfer {
        background-size: cover;
        height: unset;
        top: -25%;
        background-position: bottom;
    }

    .payment-page-form select {
        padding-top: 10px;
    }

    .mark-square.home-search {
        color: #fff;
        top: 14px;
        /*        bottom: 14px;
*/ left: 10px;
        background: transparent;
        border: none;
        margin-right: 3px;
        opacity: 0.3;
    }
}

@media (min-width: 1921px) {

    .max-width-1920px {
        max-width: 1920px;
        margin: auto;
    }    
}

@media screen and (max-width: 1242px) {

    .w20 {
        width: 50%;
    }

    .nightblock {
    width: 27%;
    }
    .priceblock {
        padding: 14px 6px 0;
/*        width: 56%;
*/        font-weight: bold;
        font-size: 20px;
        vertical-align: top;
    }

    .modal-open .modal {
        width: auto;
        margin: 0 4px;
    }

    .frmRoom .gallery-detail .owl-nav {
        bottom: 50px;
    }
    .frmRoom .gallery-detail .image {
        height: 230px;
    }

    .owl-carousel .owl-item .advert img {
        height: 205px;
        max-height: 205px;
    }

    .favourite-heading {
        margin: 20px;
    }

    .breadcrumb-gray-box .breadcrumb li {
        color: #4F4F4F;
        font-size: 14px;
    }

    .breadcrumb-gray-box {
        background: #F2F2F2;
        display: inline-block;
        width: 100%;
        margin: 10px 0 10px;
        padding: 7px 0;
        border-radius: 7px;
    }

    .sample {
        max-height: 90px;
        overflow: hidden;
        font-size: 14px;
        padding: 0 0 0 00px;
    }

    .fa-chevron-right {
        margin-top: 6px;
    }

    .fa-chevron-left {
        margin-top: 6px;
    }

    .padding-top-stay {
        padding-top: 100px;
    }

    .my-items.indent {
        margin-left: unset;
        margin-top: unset;
    }

    .padding-top-matrix {
        padding-top: 20px;
    }

    .padding-left-35 {
        padding-left: 0px;
    }

    .homepageback {
        background-position-x: 54%;
        background-position-y: 14%;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        right: 0;
    }

    .bg-transfer {
        background-repeat: no-repeat;
        top: 0;
        right: 0;
    }

    .hometitle h3 {
        text-align: center;
    }

    .hero-section form .form-group {
        position: relative;
        margin-top: 3px;
        width:100%;
    }

    .single-file-preview img {
        width: 50%;
    }

    .padding-zero {
        padding: 0;
    }

    .roomimage {
        max-width: 380px;
    }

    ul.checkboxes.inline li {
        width: 100%;
        float: none;
    }

    ul.checkboxes.inline.half li {
        width: 100%
    }

    .homeslider {
        width: 100vw;
    }

    .custom-images-sec {
        width: 50%;
        float: left;
        background: #fff;
        padding: 0px 0px 10px 0px;
        box-sizing: border-box;
        margin: 0 0px 70px 0px;
    }

    .stepcontent {
        margin-left: unset;
    }

    .siteseal {
        margin-bottom: 10px;
        align-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .logos .logo img {
        height: 43px;
    }

    .room-detail-bx ul li.room-icons svg {
        top: 0px;
    }
    .menunameblock {
        max-width: 235px;
        overflow: hidden;
    }

    .finddeals {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        display: block;
        /* top: 0px; */
        /* width: 100%; */
    }

    .page-wrapper #page-header {
        /*        text-align: center;
*/ margin-right: auto;
        margin-left: auto;
        display: block;
        height: auto;
        min-height: 75px;
    }
    .page-wrapper #page-footer {
                text-align: center;
/**/ margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .footer-heading {
        margin: 20px 0 0 0;
    }

    .social-list-item ul li {
        margin: 0 4px;
    }

    .sectigo-logo {
        margin: 30px 0 0;
        text-align:center;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .sectigo-logo img {
        width: 140px;
        text-align: center;
        margin: 30px 0 0;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .currency-section {
        width: 140px;
        text-align: center;
        margin: 30px 0 0;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .copyright-content {
        text-align:center;
    }
}

/* iPad portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1242px) {

    .breadcrumb {
        margin-top: 140px;
    }

    #page-header .secondary-nav .right .element .menu-highlight {
        padding-left: 15px;
        font-size: 16px;
/*        margin-right: 15px;
*/    }

    #page-header .secondary-nav .right a {
        padding-left: 15px;
        padding-right: 15px;
        margin-right: unset;
    }

    .experience-caption {
        position: absolute;
        bottom: 10px;
        left: 30px;
        max-width: 250px;
        margin: auto;
        right: 0;
    }

    .experience-content h2 {
        font-weight: 400;
        font-size: 24px;
        line-height: 44px;
    }

    .experience-caption h4 {
        font-weight: bold;
        font-size: 24px;
        color: #fff;
        line-height: 1.5;
        text-shadow: 0 5px 5px rgba(0, 0, 0, 20%);
        max-width: 400px;
    }

    /*.owl-carousel.owl-loaded .owl-item {*/
        /* max-width: 250px; */
        /*min-width: 200px;
    }*/

    .mark-square.home-search {
        color: #fff;
        /* top: 3px;
             bottom: 14px;*/
        top: 11px;
        bottom: 11px;
        left: 10px;
        background: transparent;
        border: none;
        margin-right: 3px;
        opacity: 0.3;
    }

    .menunameblock {
        max-width: 235px;
        overflow: hidden;
    }

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

    .currency-select select {
        width: 100%;
        height: 50px;
        background: #fff;
        color: #333;
        font-size: 17px;
        padding: 0 15px;
        appearance: auto;
        display: inline-block;
        border: none;
        border-radius: 0;
        }

    .page-wrapper #page-footer {
        height: auto;
        /* padding-bottom: 28px; */
    }

    .supported-section {
        max-width: 80%;
        margin: auto;
        /* width: 50%; */
        /* border: 3px solid green; */
        padding: 20px;
        display: block;
    }

    .favourite-item-slide {
        max-height:500px;
    }

    .favourite-item-slide .adverts {
        text-overflow: ellipsis;
        max-height: 3.4em;
        overflow: hidden;
    }

    .remote-section-digital, .remote-worker {
        /* padding: 40px 0; */
        margin: 100px 0 0px;
    }
   

  /*  .hidden-mobile {
        visibility: hidden;
        display: none;
    }*/
    .hero-section h4 {
        font-size: 24px;
        max-width: 90%;
        line-height: 1.75;
    }

    .home-banner-content i {
        vertical-align: top;
        color: white;
        height: 60px;
        padding-right: 10px;
        top: 15px;
        position: relative;
    }
}

/* iPhone 6 portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .roomimage {
        max-width: 380px;
    }

    .hero-section .hero-wrapper .title.text-left {
        font-size: 32px;
    }
}

/* Mobile Hi Definition */
@media only screen and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {

    #page-header header {
        /*position: fixed;*/
        width: -webkit-fill-available;
        width: -moz-available;
/*        padding: 23px 5px 34px;
*/    }

    .footer-link-bx .container {
        padding-top: 0px;
    }

    #page-footer .title, #page-footer .title h2 {
        font-size: unset;
    }

    .mark-square.home-search {
        top: 11px;
    }

    .sign-in {
        max-width: 400px;
    }

    .pointer {
        width: 100%;
        display: block;
        align-content: center;
        text-align: center;
    }

    div.demo {/*        width: auto;
*/height: auto;filter: blur(20px);animation: hd-quality 3s;bottom: 0px;animation-fill-mode: forwards;}

  /*  select.framed {
        margin: 4px 12px;
    }*/

    .experience-caption {
        position: absolute;
        bottom: 50px;
        left: 30px;
        width: 250px;
        margin: auto;
        right: 0;
    }

        .experience-caption h4 {
            font-weight: bold;
            font-size: 40px;
            color: #fff;
            line-height: 48px;
            text-shadow: 0 5px 5px rgba(0, 0, 0, 20%);
        }

    .owl-carousel .owl-item {
        overflow: hidden;
    }

    .nonav-gallery .owl-carousel .owl-controls .owl-nav .owl-prev, .nonav-gallery .owl-carousel .owl-controls .owl-nav .owl-next {
        z-index: 1;
    }

    .nonav-gallery .gallery-carousel .owl-next::after {
        content: "";
    }

    .nonav-gallery .gallery-carousel .owl-next {
        content: "";
    }

    .feature .circle i {
        /* margin-top: -3px; */
        font-size: 20px;
        /* margin-top: -7px; */
    }

    .hero-section form {
        z-index: 1;
    }

    @keyframes hd-quality {
        0% {
/*            background-image: url(https://staticsite.nomadstays.com/nomadstays/img/homepage/headboard2000.jpg);
*/            background-image: url("../img/homepage/ai-img.jpg");
            animation-fill-mode: forwards;
        }

        100% {
            /*            background-image: url(https://staticsite.nomadstays.com/nomadstays/img/homepage/headboard2000.jpg);
*/ background-image: url("../img/homepage/ai-img.jpg");
            filter: blur(0px);
        }
    }

    .homepageback {
        background-position-x: 50%;
        background-position-y: 44%;
        background-size: 100%;
        background-repeat: no-repeat;
        top: 0;
        right: 0;
/*        filter: brightness(85%);
*/    }

    .hometitle {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


    .hometitle h2 {
        text-align: left;
    }

    .hometitle h3 {
        text-align: left;
        width: 100%;
    }

   /* .page-wrapper #page-content {
        margin-top: 10px;
    }*/

    .quick-navigation .wrapper.position-fixed {
        width: 100% !important;
    }

    .share-buttons ul li a {
        display: inline-block;
        margin: 6px;
    }    

    .roomimage {
        max-width: 380px;
    }

    body {
        background-color: #ffffff;
        color: #1f1f1f;
        font-size: 16px;
        line-height: 1.21;
        font-family: 'Inter';
        letter-spacing: -0.02rem;
    }

    .form-reservations thead {
        display: block !important;
    }

    .searchmenu {
        width: 30%;
    }

    #page-header .primary-nav {
        padding: 8px 0px 0px;
        background-color: white;
        position: relative;
        z-index: 99;
        /* margin-top: 22px; */
    }

    #page-header header {
        min-height: 70px;
    }

    .width-35 {
        width: 100%;
    }

    .width-full {
        width: 100%;
    }

    .my-items .my-item .image-wrapper .image .width-full {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
    }

    .bookingdate {
        display: block;
        padding-top: 15px;
        text-align: center;
    }

    .booking .departure {
        text-align: center;
    }

    #page-header .primary-nav #brand {
        padding: 0 !important;
   }

    #page-header .primary-nav .left .nav-trigger {
        padding: 0 !important;
        margin: 10px !important;
    }

    .brand {
        z-index: -1;
        position: relative;
    }

    .hero-section .map-wrapper {
        height: 300px !important;
    }

    .header-form-heading-top {
        padding-top: 0px;
    }

    .header-head1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: 2px;
        opacity: 1;
    }

    .header-form-heading-top h1 {
        font-size: 28px;
        padding-bottom: 10px;
    }

    .header-form-heading-top h2 {
        font-size: 20px;
    }

    .header-form-heading-bg-white {
        padding: 30px 10px;
    }

    .logout_btn input {
        background: #C93D0D;
        border: none;
        padding: 8px 12px;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        margin: 10px 0;
    }

    .login_btn {
        border: none;
        padding: 8px 12px;
        border-radius: 4px;
        color: black;
        font-size: 14px;
        font-weight: 500;
        /* margin: 10px 0; */
    }


    .joinus_btn, a .joinus_btn {
        text-decoration:none;
        background: #C93D0D;
        border: none;
        padding: 8px 12px;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        margin: 10px 0;
    } 
    
    /*#page-header .primary-nav .left .nav-trigger {
        padding-top: 0px;right:15px;*/
        /* padding-right: 2px; */
    /*}*/ .breadcrumb .hidden-mobile &gt; li {
        display: none;
    } .hero-section .hero-wrapper h1 {
        font-size: 28px;
    } .hero-section .hero-wrapper .ambassadors h1 {
        font-size: 36px;
    } .hero-section .hero-wrapper .title {
/*        font-size: 26px;
*/        max-width: 100%;
        text-align: center;
    } .hero-section h2 {
        opacity: 1;
        margin: 0px 0 0 0;
    } .hero-section h3 {
        color: #fff;
        font-size: 22px;
        text-align:left;
    } .hero-section form input, .hero-section form .btn {
        text-align: center;
    } .logos .logo img {
        height: 43px;
    } .hero-section h4 {
        font-size: 24px;
/*        max-width: 90%;
*/    } .home-banner-content i {
        vertical-align: top;
        color: white;
         height: 30px; 
         padding-right: 10px; 
         top: 5px; 
         position: relative;
    } .home-banner-content h4 {
        padding-top:0;
        margin-top:0;
    } .title h3 {
        margin-top: 8px;
        font-size: 14px;
        color: rgba(31, 31, 31, 0.7);
        color: #C93D0D;
    } .siteseal {
        width: 90px;
    } .title .step {
        left: -40px;
        visibility: hidden;
    } .item .description .meta {
        font-size: 12px;
    } .feature .circle.lg {
        width: 100px;
        height: 100px;
        /* margin-right: 100px; */
    } .feature .circle.lg i {
        font-size: 24px;
        line-height: 44px;
        /* padding-bottom: 120px; */
    } .lg .feature figure {
        /* margin-left: 115px; */
        margin-left: 30%;
        width: 70%;
        padding: 0px;
    } .lg .feature h3 {
        margin-top: 5px;
    } .bgimage-property {
        background-position-x: -450px;
        background-position-y: center;
        background-repeat: no-repeat;
        background-size: cover;
    } .header-form-bgimage-1 {
        background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5) ), url('/img/peggy2.jpg');
        background-position-x: -350px;
        background-position-y: -165px;
    } .stay .bg-transfer {
        background-size: cover;
        width: auto;
        top: -35%;
    } .padding-zero {
        padding: 0;
    } #page-header .secondary-nav .right a {
        padding-top: 0px;
        padding-bottom: 15px;
    } #page-header .primary-nav .right {
        margin-top: 25px;
/*        text-align: center;
*/    } .logout_btn {
        float: right;
    } #page-header .primary-nav nav &gt; ul li a {
        visibility: visible;
    } input[type="email"] {
        width: 100%;
        margin-right: 12px;
    } label {
        cursor: pointer;
        margin: 0 0;
        width: inherit;
    } ul.info {
        width: 100%;
    } .header-1 .header-wrap h1 {
        color: white;
        margin: 0 0 20px 0px;
        /* width: 157px; */
        text-align: left;
    } .header-1 .header-wrap h2 {
        text-align: left;
        padding-top: 0px;
        margin-top: -40px;
    } .item.small .image .info h2 {
        margin-bottom: 70px;
        margin-top: 0;
    } .gap {
        margin-top: 450px;
    } #page-footer .row-two .footer-nav {
        display: inline-block;
    } #page-footer .footer-nav a {
        margin: unset;
        padding: 7px 7px 0 7px;
        display: inline-block;
    } .main-content .header-form-heading-top h2 {
        margin-right: 0px;
    } .gallery-carousel .owl-next, .gallery-carousel .owl-prev {
        background-color: #777676;
    } .owl-carousel .gallery-item .image {
        width: auto;
        overflow: hidden;
    } .mobile-gallery-image img {
        height: 200px;
    } .small-gal-text {
        max-width: 350px;
    } .demo {
        height: unset;
    } .gallery-carousel .gallery-item {
        width: 100%;
/*        width: auto;
*/    } .nonav-gallery .gallery-carousel .owl-stage .owl-item active {
        width: auto;
    } form .alert {
        padding: 15px 10px;
    } .logos .logo {
        width: 100%;
    } .wrapper .left, .title .right {
        display: block;
    } .item.list .image-wrapper2 {
        height: auto;
        width: 100%;
    } .item .image-wrapper2 .image, .item .image-wrapper2 {
        max-height: 200px;
    } .pac-container .pac-item .pac-icon {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
        opacity: 0.2;
        background: url("https://staticsite.nomadstays.com/nomadstays/img/marker3.png");
        background-size: 17px;
    } /*.item .image {
        height: 200px;
    } */
      .title .right {
        display: compact;
        text-align: right;
    } .large-hidden {
        display: block;
    } .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
        white-space: normal;
        padding-left: 5px;
    } .form-reservations table tbody tr td.nights, td.persons {
        width: 11%;
        text-align: left;
        vertical-align: baseline;
    } .pull-left {
        text-align: center;
    } .main-content .header-text-bottom h2 {
        margin-right: 0px;
    } .gallery-carousel .gallery-item .image img {
        width: 100%;
        height: auto;
    } .item .description .meta {
        padding: 10px 0 10px 0px;
    } .item.list .info &gt; .btn {
        position: absolute;
        right: 20px;
        bottom: 10px;
    } .item .image .wrapper img, .item .image-wrapper .wrapper img {
        height: 100%;
        width: 100%;
    } .item .image .wrapper2 img, .item .image-wrapper .wrapper2 img {
        height: 100%;
        width: 100%;
    } .hero-section[data-height="600"] .map-wrapper {
        height: 460px;
        margin-top: 0px;
    } .label {
        padding: .2em .6em .3em .6em;
    } .container .block {
        margin-top: 30px;
    } .subgallery {
        margin-top: -450px;
    }
}

@media (max-width:767px) {

    .text-lgx {
        font-size: 1.125rem; /* 18px */
        line-height: 1.75rem; /* 28px */
    }

    .max-fit {
        max-width: 100%;
    }

    #brand {
        width: 110px;
        z-index: -1;
        position: relative;
        z-index: 10;
    }

    .pickgradient .bg-transfer img {
        display: block;
        position: absolute;
        min-width: 1920px;
        object-fit: cover;
        max-width: 100%;
        height: auto;
        background: linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1));
        bottom: 0px;
        left: -745px;
    }

    .homepageback:after {
        top: 0px;
        bottom: 0;
        left: 0px;
        right: 0;
        background-color: white;
        background-image: url(../img/homepage/girlinitaly3tall.jpg);
        background-position-x: 78%;
        background-position-y: 6%;
        /*        background-position: top left;
*/ object-fit: cover;
        background-size: 167%;
    }

    .zeroleft {
        padding-left: 0px
    }


    .modal-open .modal {
        width: auto;
        margin: 0 4px;
    }

    .nav-tabs &gt; li &gt; a {
        font-size: 14px;
        padding: 10px 6px;
    }

    .breadcrumb {
        padding-top: 15px;
        margin-top: 10px;
    }

    .hero-section .caption .inner {
        padding-bottom: 0px;
    }

    .tagline {
        padding-top: 10px;
    }

    .breadcrumb-gray-box .breadcrumb li {
        color: #4F4F4F;
        font-size: 11px;
    }

    .explore-tag-btn {
        /* margin: 20px 0 0; */
        /* padding: 20px 0 0px; */
        text-align: center;
    }

    .brand {
        width: 110px;
        /*        margin-top: 12px;
*/
    }

    .primary-nav .right .element {
        margin: 20px;
        /*
        padding: 0 0 0 0;
        text-align: center;
        margin: 12px 0;
        display: inline-block;
        width: 100%;*/
    }

    #page-header .primary-nav nav ul li a {
        padding: 8px 12px 8px 12px;
        display: block;
        line-height: 1.5;
        /* align-items: center; */
    }

    .menu-highlight {
        border-radius: 0px;
        border: 0px solid rgba(0, 0, 0, 0.0);
        padding: 0;
        height: unset;
        line-height: 1.21;
    }

    .mark-square.searchtop {
        bottom: 0px;
        left: -15px;
        top: 0px;
        width: 35px;
    }

    .mark-square.searchtop2 {
        margin: 15px
    }

    .stay .bg-transfer {
        width: 100%;
        height: 100%;
        min-height: 1000px;
    }

    ul.share-buttons, ul.share-buttons li span {
        visibility: hidden;
        margin: -60px;
    }

        ul.share-buttons, ul.share-buttons li, ul.share-buttons li small-hidden, .small-hidden span {
            /* visibility: hidden;
        display: none;*/
            font-size: 14px
        }

            ul.share-buttons li.small-hidden {
                display: none;
            }

    .small-hidden {
        display: none;
    }

    .mobile-gallery-image {
        height: 200px;
    }

    .hidden-mobile {
        visibility: hidden;
        display: none;
    }

    .padding-top-100 {
        padding-top: 100px;
    }

    /* .hero-section[data-height="700"] .hero-wrapper {
        height: 200px;
    }*/

    .counter-num {
        font-size: 36px;
        font-weight: 700;
        line-height: 46px;
        margin-bottom: 10px;
    }

    .feature aside.circle {
        height: 45px;
        width: 45px;
         border: 2px solid #fff; 
        /* box-shadow: unset; */
         padding-top: 12px; 
    }

    .gallery-detail .review p {
        opacity: 0;
    }

    .feature figure {
        text-align: left;
        top: 13px;
        margin-left: 50px;
        position: relative;
    }

    .main-content .title .display-selector .small-hidden {
        display: none;
    }

    .max330 {
        max-width: unset;
    }

    .pickgradient .bg-transfer.detail img {
        display: inherit;
        position: absolute;
        top: 0;
        left: 0;
        width: 700px;
        height: auto;
        margin-top: 0;
        margin-left: 0;
    }

    ul.share-buttons li {
        visibility: visible;
        display: inline;
        padding-left: 3px;
    }


    .hidden-full {
        /* visibility: visible; */
        display: block;
    }

    .datepicker {
        width: 95%;
        left: 0 !important;
        margin-left: 10px;
        margin-bottom: 50px;
    }

    .booking .departure {
        text-align: right;
        margin-left: 0px;
    }

    .margin-right10 {
        margin-right: 0px;
    }

    .table-condensed {
        width: 99%;
        margin: 0 10px
    }

    .search-button-mobile-home {
        margin-top: 10px;
    }

    .hero-section form .home-banner-content .form-control {
        width: 100%;
    }

    .home-banner-content .feature {
        margin-bottom: 20px;
    }

    .home-banner-content h2 {
        font-size: 30px;
    }

    #page-header header {
        /* position: fixed;*/
        width: -webkit-fill-available;
        width: -moz-available;
        box-shadow: 0px 0px rgba(0, 0, 0, .0);
       
    }

    .basepackage {
        background-color: white;
        font-weight: 400;
        text-align: center;
        /*        width: 50%;
*/ padding: 5px 0;
    }

    .bookingdate {
        display: block;
        padding-top: 0px;
    }

    .booking .departure {
        text-align: center;
    }

    .rooms-block h3 {
        text-align: left;
    }

    .host-box-block h2, .host-box-block h6 {
        text-align: center;
    }
    .favourite-section h3 {
        text-align: left;
    }

    .favourite-heading h2 {
        text-align: center;
        font-size: 34px;
    }

    .favourite-heading p {
        text-align: center;
    }

    .btn.btn-framed {
        border-width: 1px;
        background-color: transparent;
        border-style: solid;
        border-color: darkgrey;
        border-radius: 4px;
    }

    .destination-img {
        margin: 0 0 8px;
    }

    .hero-section .hero-wrapper .title.text-left {
        font-size: 37px;
        text-align: center;
    }

    .home-banner-content {
        margin-top: 50px;
    }

    .hometitle h3.text-left {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
        letter-spacing: -.5px;
    }

    .explore-tag-btn ul li a {
        padding: 7px 15px;
        font-size: 14px;
    }
    
    .explore-tag-btn ul li.active a {
        background-color: lightgray;
    	opacity: 50%;
    }

    .explore-tag-btn ul li {
        margin: 0 0 10px 0;
    }

    .feature-block {
        margin: 20px 0;
    }

    .faster-section {
        padding: 30px 0;
        text-align: center;
    }

    .how-book-section {
        /* FONT-WEIGHT: 100; */
        /* FONT-VARIANT: JIS04; */
        /* padding: 70px 0; */
        margin: 20px 0 0;
    }

    .supported-section {
        padding: 0 0;
        margin: 0px 0;
    }

    .currency-select {
        display: inline-block;
        padding-bottom: 20px;
    }

    .currency-select select {
        width: 100%;
        height: 50px;
        background: #fff;
        color: #333;
        font-size: 17px;
        padding: 0 15px;
        appearance: auto;
        display: inline-block;
        border: none;
        border-radius: 0;
    }

    .footer-heading h4 {
        display:inline-block;
        margin: 25px 0 0px 0;
        font-size: 20px;
    }

    .supported-logo ul li img {
        height: 35px;
        width: auto;
    }

    .destination-img, .destination-right-bx {
        height: auto;
        width: 100%;
    }

    .logout_btn {
        width: 100%
    }

    .supported-logo ul li {
        width: 100%;
        float: unset;
        padding: 15px 5px 15px;
        text-align: center;
    }

    .destination-figure-main {
        padding: 0 15px;
    }

    .experience-caption {
        bottom: 20px;
        left: 15px;
        width: 250px;
    }

    .experience-content h2 {
        /*font-size: 20px;
        line-height: 30px;*/
        font-size: 32px;
        line-height: 1.33;
        font-weight: 400;
        /*font-size: 24px;
        line-height: 30px;
        font-weight: 700;*/
    }

    .experience-caption h4 {
        font-size: 24px;
        line-height: 30px;
        text-shadow: 0 5px 5px rgba(0,0,0,.3);
    }

    .undiscovered-block .gallery-carousel .owl-nav {
        position: static;
	margin-bottom: -30px;
    }

    .undiscovered-block .gallery-carousel .owl-prev {
        left: 15px;
        /*position: static*/
    }

    .experience-section .owl-carousel .owl-item img {
        height: auto;
        max-height: inherit;
    }

    .hero-section {
        margin-bottom: 0px;
    }

    .our-story-heading h1 {
        font-size: 60px;
    }

    .our-story-content p {
        font-size: 16px;
    }

    .helping-digital-heading h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .company-values-heaing h1 {
        font-size: 40px;
        line-height: 50px
    }

    .company-values-heaing {
        margin: 0 0 15px;
    }

    .passions-heaing h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .passions-white-bx {
        height: auto;
        margin: 0 0 25px;
    }

    .people-heading h1 {
        font-size: 70px;
        line-height: inherit
    }

    .followers-block h1 {
        font-size: 50px;
    }

    .founder-figure figure img {
        height: auto
    }

    .passions-white-bx figure img {
        height: auto
    }

    .section-top-heading h1 {
        font-size: 22px
    }

    .room-detail-bx ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .amenities-block {
        margin: 0 0 0px;
    }

    .host-box-border {
        padding: 25px;
    }

    .host-name h1 {
        font-size: 24px;
    }

    .host-name h4 {
        font-size: 18px;
    }

    td.room-type {
        padding: 0;
    }

    td.room-type .roomqty {
        text-align:left;
    }

    .book-now-btn .btn.btn-primary {
        margin: auto;
        border-radius: 4px;
        height: 45px;
        font-size: 16px;
    }

    .description-block p {
        font-size: 16px;
    }

    .amenities-block .bullets li:before {
        width: 16px;
        height: 16px;
        top: 4px;
    }

    .amenities-block .bullets li {
        padding-left: 21px;
        margin: 0 0 20px;
        font-size: 13px;
        float: left;
    }

    .explore-btn {
        margin: 20px 0 0;
        display: inline-block;
        width: 100%;
    }

  /*  .page-wrapper #page-header .container {
        height: auto !important;
    }*/

    .dataTables_wrapper .dataTables_info {
        float: none;
        text-align: center
    }

    .gallery-carousel .owl-next::after, .gallery-carousel .owl-prev::after {
        color: black;
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem;
        border: 0;
    }

        .table-responsive table {
            width: 100%;
            min-width: 100%;
            table-layout: auto;
        }

            .table-responsive table th,
            .table-responsive table td {
                min-width: 120px;
            }

    .table-fixed-header thead th {
        position: sticky;
        top: 0;
        background-color: #f8f9fa;
        z-index: 1;
    }

    .table-fixed-header th,
    .table-fixed-header td {
        white-space: nowrap;
        padding: 0.5rem;
    }

    .table-responsive::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 6px;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.2);
    }
}

@media (max-width: 3px) {
    .hero-section .hero-wrapper .title.text-left {
        font-size: 34px;
        text-align: center;
    }

    .hero-section .hero-wrapper .title.text-left {
        font-size: 32px;
        text-align: center;
    }

    div.demo {
        height: auto !important;
        width: unset;
    }

    .bg-transfer {
/*        background-image: url("../img/homepage/headboard2000.jpg");
*/        background-image: url("../img/homepage/ai-img.jpg");
        height: auto !important;
    }

    .homepageback {
        background-position-x: 50%;
        background-position-y: 44%;
        background-size: 100%;
    }
}

@media screen and (max-width:640px) {
        .dataTables_wrapper .dataTables_filter,
        .dataTables_wrapper .dataTables_length {
            float: none;
            text-align: center
        }

        .dataTables_wrapper .dataTables_filter {
            margin-top: .5em
        }

        .hero-section .hero-wrapper .title.text-left {
            font-size: 32px;
            text-align: center;
        }
    }

@media (min-width:0px) and (max-width:576px) {
        .hero-section .hero-wrapper .title.text-left {
            font-size: 32px;
            text-align: center;
        }

    .homepageback:after {
        /*        background-image: url(../img/homepage/girlinitaly3tall.jpg);
*/ background-image: url(../img/homepage/girlinitaly2tall.jpg);
        background-position-x: 84%;
        background-position-y: -469px;
        background-size: 300%;
    }
 }

@media (min-width:768px) and (max-width:1023px) {
        .hero-section .hero-wrapper .title.text-left {
            font-size: 37px;
            text-align: center;
        }


        .homepageback:after {
            background-image: url(../img/homepage/girlinitaly2.jpg);
            background-position-x: 25%;
            background-position-y: 100%;
            background-size: 250%;
        }
        
        .our-story-heading {
            padding-bottom: 15px;
        }

        .our-story-section {
            padding: 50px 0;
        }

        .our-story-heading h1 {
            font-size: 40px;
        }

        .our-story-content p {
            font-size: 17px;
        }

        .helping-digital-heading h1 {
            font-size: 40px;
        }

        .search-button-mobile-home {
            margin-top: 10px;
        }

        .team-section {
            padding: 80px 0 60px;
        }

        .founder-title h1 {
            font-size: 35px;
        }

        .founder-details h4 {
            font-size: 17px;
        }

        .founder-name h6 {
            font-size: 14px;
            margin: 0 0 20px;
        }

        .helping-digital-heading p {
            font-size: 22px;
        }

        .company-values-heaing h1 {
            font-size: 35px;
            margin: 0 0 20px;
        }

        .company-values-content p {
            font-size: 17px;
        }

        .passions-heaing h1 {
            font-size: 35px;
        }

        .passions-content h4 {
            margin: 0 0 10px;
            font-size: 20px;
        }

        .passions-content p {
            font-size: 14px;
        }

        .people-heading h1 {
            font-size: 85px;
        }

        .followers-block h2 {
            font-size: 25px;
        }

        .followers-block h1 {
            font-size: 50px;
            margin: 0 0 15px;
        }

    .hero-inner .pt-32 {
        padding-top: 4rem;
    }


        .md\:text-6xl {
            font-size: 2.8rem;
            line-height: 1;
        }

    .mb-4 {
        margin-bottom: .5rem;
    }


    .text-3xl {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

        .founder-section {
            padding: 15px 0 50px;
        }

        .place-box-big, .place-box {
            margin: 0 0 23px;
        }

        .container-max-1920 .container {
            max-width: 750px
        }

        .menunameblock {
            max-width: 195px;
            overflow: hidden;
        }

        #page-header .secondary-nav .right .helpcenterbox {
            display: none;
        }

        .box {
            max-width: 730px;
        }

        .ready-bg-none {
            margin-bottom: 20px;
        }
    }

@media (min-width:1024px) and (max-width:1100px) {
    .container-max-1920 .container {
        max-width: 1020px
    }

    .homepageback:after {
        background-image: url(../img/homepage/girlinitaly2.jpg);
        background-position-x: 25%;
        background-position-y: 100%;
        background-size: 200%;
    }

    .menunameblock {
        max-width: 195px;
        overflow: hidden;
    }

    .supported-section {
        max-width: auto;
    }
}

@media (min-width:1101px) and (max-width:1200px) {
            .container-max-1920 .container {
                max-width: 1100px
            }

            .menunameblock {
                max-width: 195px;
                overflow: hidden;
            }

            .homepageback:after {
                background-image: url(../img/homepage/girlinitaly2.jpg);
                background-position-x: 16%;
                background-position-y: 100%;
                background-size: 200%;
            }
        }

@media(min-width:1201px) and (max-width:1365px) {

            .homepageback:after {
                background-image: url(../img/homepage/girlinitaly2.jpg);
                background-position-x: 25%;
                background-position-y: 103%;
                background-size: 160%;
            }

            .container-max-1920 .container {
                max-width: 1200px
            }

            .menunameblock {
                max-width: 195px;
                overflow: hidden;
            }
        }

@media(min-width:1366px) and (max-width:1400px) {

            .container-max-1920 .container {
                max-width: 1366px
            }
        }

@media(min-width:1401px) and (max-width:1600px) {

            .container-max-1920 .container {
                max-width: 1400px
            }
        }

@media(min-width:1601px) and (max-width:1700px) {

            .container-max-1920 .container {
                max-width: 1600px
            }
        }

@media(min-width:1701px) and (max-width:1801px) {

            .container-max-1920 .container {
                max-width: 1700px
            }
        }

@media(min-width:1801px) and (max-width:1900px) {

            .container-max-1920 .container {
                max-width: 1800px
            }
        }

@media(min-width:1901px) and (max-width:2001px) {

            .container-max-1920 .container {
                max-width: 1900px
            }
        }

@media(min-width:2001px) and (max-width:2100px) {

            .container-max-1920 .container {
                max-width: 2000px
            }
        }

@media(min-width:2101px) and (max-width:2200px) {

            .container-max-1920 .container {
                max-width: 2100px
            }
        }
</pre></body></html>