.datepicker td,
.datepicker th {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

    .datepicker td.day {
        border: 1px solid #efefef !important;
    }

.datepicker thead .prev,
.datepicker thead .datepicker-switch,
.datepicker thead .next,
.datepicker thead .prev:hover,
.datepicker thead .datepicker-switch:hover,
.datepicker thead .next:hover {
    background-color: #114a82;
    color: #fff;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    left: -1000px;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label {
        display: inline-block;
        padding-left: 20px;
        height: 20px;
        background-position: 0 0;
        background-repeat: no-repeat;
        vertical-align: middle;
        line-height: 20px;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label {
        background-position: 0 -20px;
    }

.bgcheck {
    background: #fff;
    padding-left: 10px;
    line-height: 21px;
    font-size: 12px;
    width: 100%;
    display: block;
}

    .bgcheck:hover {
        background: #f6f6f6;
    }

img {
    max-width: 100%;
}

#video_slider {
    position: relative;
}

.collapseicon {
    border: 0 !important;
}

    .collapseicon[aria-expanded=true] .glyphicon-triangle-right {
        display: none;
    }

    .collapseicon[aria-expanded=false] .glyphicon-triangle-bottom {
        display: none;
    }

    .collapseicon[aria-expanded=true] .cancelacio-vinyeta.precio {
        display: none;
    }

    .collapseicon[aria-expanded=false] .cancelacio-vinyeta.gratis {
        display: none;
    }

label.css-label {
    background-color: transparent !important;
    /*background-image: url(../images/checkbox.png);*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ripple {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .ripple:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
        background-position: 50%;
        background-repeat: no-repeat;
        content: "";
        opacity: 0;
        -webkit-transition: opacity 1s, -webkit-transform .5s;
        transition: opacity 1s, -webkit-transform .5s;
        transition: transform .5s, opacity 1s;
        transition: transform .5s, opacity 1s, -webkit-transform .5s;
        -webkit-transform: scale(10, 10);
        transform: scale(10, 10);
        pointer-events: none;
    }

    .ripple:active:after {
        opacity: .2;
        -webkit-transition: 0s;
        transition: 0s;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

body {
    padding-top: 0px;
    color: #2a2b33;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-family: 'Hind', sans-serif;
    line-height: 1.6em;
    overflow-x: hidden;
}

h1 {
    text-transform: uppercase;
    font-weight: 500;
}

a:link,
a:visited {
    border-bottom: 1px solid transparent;
    color: #003366;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
a:active,
a:focus {
    /* border-color: #00a2df;*/
    text-decoration: none !important;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.btn {
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .btn:hover,
    .btn:focus,
    .btn:active {
        border-color: transparent;
        -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
        text-decoration: none;
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
    }

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
    display: inline-block;
}

.btn-google {
    color: #fff;
    background-color: #DD4B39;
    border-color: rgba(0,0,0,0.1);
    display: inline-block;
}

.btn-social.btn-sm {
    padding-left: 38px;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-social.btn-sm > :first-child {
        line-height: 28px;
        width: 28px;
        font-size: 1.4em;
    }

    .btn-social > :first-child {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 32px;
        line-height: 34px;
        font-size: 1.6em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

.px-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mb-0 {
    margin-bottom: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.customtabs.nav-tabs {
    border-bottom: 1px solid #00a2df;
}

.mr-10 {
    margin-right: 10px !important;
}

.customtabs.nav-tabs > li.active > a,
.customtabs.nav-tabs > li.active > a:focus,
.customtabs.nav-tabs > li.active > a:hover {
    border: 0;
    background-color: #00a2df;
    color: #fff;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.customtabs.nav-tabs > li > a {
    margin-bottom: 1px;
    min-width: 110px;
    border: 0;
    background-color: #efefef;
    color: #666;
    text-align: center;
    font-weight: 500;
    font-size: 1em;
}

.customtabs2.nav-tabs {
    border-bottom: 0px solid #00a2df;
}

    .customtabs2.nav-tabs > li.active > a,
    .customtabs2.nav-tabs > li.active > a:focus,
    .customtabs2.nav-tabs > li.active > a:hover {
        border: 1px solid #ededed;
        background-color: #fff;
        color: #00a2df;
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    .customtabs2.nav-tabs > li > a {
        margin-bottom: 1px;
        min-width: 160px;
        border: 1px solid #ededed;
        background-color: #efefef;
        color: #666;
        text-align: center;
        font-weight: 500;
        font-size: 1em;
    }

.tooltip {
    font-family: 'Hind', sans-serif;
}

input,
.breadcrumb,
select,
textarea,
.modal-content,
.navbar,
.btn,
.panel,
.nav-tabs > li > a {
    border-radius: 0 !important;
}

.list-angle-right li::before {
    margin: 0 5px 0 -10px;
    color: #ec7906;
    content: '\f105';
    font-size: 1em;
    font-family: 'FontAwesome';
}

.list-angle-right li {
    margin-bottom: 5px;
    padding-left: 25px;
}

.p0-bgb {
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.05);
    padding: 10px 0px 0px 0px !important;
    background: #fff !important;
}

    .p0-bgb .boxsearch-llarg-home {
        /*webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.00)!important;*/
        box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.00) !important;
        padding: 0px 0px 0px 0px !important;
        margin-top: 0px;
    }

.togglesearch {
    display: block;
}

.togglesearchbutton {
    display: none;
    color: #fff;
}

    .togglesearchbutton:focus,
    .togglesearchbutton:active,
    .togglesearchbutton:hover {
        outline: none;
        border: 0;
        color: #fff;
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

.mfp-iframe-holder .mfp-content {
    max-width: 1600px !important;
}

.modal-content {
    padding: 20px;
}

.modal-content {
    top: 80px;
}

.modal-footer {
    margin-top: 20px;
    padding: 20px 0 0 0;
    text-align: center;
}

.marginpadding0 {
    margin: 0 !important;
    padding: 0 !important;
}

.margintop0 {
    margin-top: 0 !important;
}

.breadcrumb {
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    background-color: transparent;
    font-size: 0.8em;
    margin-top: 45px;
}

.flex-direction-nav a::before {
    margin-bottom: 40px;
    font-size: 25px !important;
}

.navbar-fixed-top {
    z-index: 1051;
}

.navbar-default .navbar-toggle {
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 6px 0 6px 0;
    width: 55px;
    border: 0;
    border-left: 1px solid #efefef;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-weight: 400;
    font-size: 10px;
    line-height: 1em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-height: 56px;
}

    .navbar-default .navbar-toggle .fa {
        display: block;
        clear: both;
        margin-top: 1px;
        margin-bottom: 5px;
        font-size: 2em;
        text-align: center;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #666;
        color: #114a82;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #fff;
        color: #000;
    }

        .navbar-default .navbar-toggle:focus .icon-bar,
        .navbar-default .navbar-toggle:hover .icon-bar {
            background-color: #114a82;
        }

header .btn-filtros {
    position: relative;
    z-index: 9999;
    display: none;
    float: left;
    padding: 6px 0 6px 0;
    width: 60px;
    border: 0;
    border-right: 1px solid #efefef;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-weight: 400;
    font-size: 10px;
    line-height: 1em;
}

    header .btn-filtros:hover,
    header .btn-filtros:active,
    header .btn-filtros:focus {
        outline: 0;
        border-right: 1px solid #efefef;
        background-color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    header .btn-filtros .fa {
        display: block;
        clear: both;
        margin-top: 1px;
        margin-bottom: 5px;
        font-size: 2em;
    }

        header .btn-filtros .fa::before {
            content: "\f1de";
        }

.canvas-slid header .btn-filtros .fa {
    display: block;
    clear: both;
    margin-top: 1px;
    margin-bottom: 5px;
    content: '\f107';
    font-size: 2em;
}

    .canvas-slid header .btn-filtros .fa::before {
        content: '\f00d';
    }

header .navbar-brand {
    padding-top: 4px !important;
    /*  padding-right: 35px !important;
   padding-left: 15px !important;*/
    background-color: transparent !important;
}

.navbar-brand img {
    max-width: 315px;
}

header .navbar {
    margin: 0;
    padding: 6px;
    border: 0;
    /*  background: #00a2df;*/
    /*  text-transform: uppercase;*/
    height: 62px;
}

    header .navbar a:link,
    header .navbar a:visited {
        padding-top: 11px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        color: #fff;
        font-weight: 600;
        font-size: 0.9em;
    }

    header .navbar a:hover,
    header .navbar a:active,
    header .navbar a:focus {
        color: #fff !important;
    }

    header .navbar a.phone {
        float: right;
        margin-top: 5px;
        margin-bottom: -45px;
        color: #114a82 !important;
        font-size: 1.2em;
    }

header .navbar-right {
    padding-right: 10px;
    padding-left: 10px;
}

    header .navbar-right a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

header .navbar .dropdown-menu {
    border-radius: 0;
}

    header .navbar .dropdown-menu a {
        padding: 5px 10px;
        border-bottom: 1px solid #efefef;
        color: #606060;
    }

        header .navbar .dropdown-menu a:hover {
            color: #00a2df !important;
        }

    header .navbar .dropdown-menu .fa {
        margin-right: 10px;
        /*color: #00a2df;*/
        font-size: 1.2em;
    }

.searchmobiles button {
    color: #9dbbd8;
    text-transform: none;
    font-size: 0.85em;
}

    .searchmobiles button .fa {
        margin-right: 4px;
        padding: 4px 6px;
        border: 1px solid #9dbbd8;
        border-radius: 4px;
        font-size: 1.2em;
    }

#mainmenu {
    padding-top: 3px;
}

.bghotelsearch {
    padding-top: 80px;
    min-height: 520px;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
}

.bghotelsearch1 {
    padding-top: 20px;
    min-height: 440px;
    background-image: url(../images/ejemplos/bg-hotelsearch.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
}

.boxsearch {
    z-index: 1041;
    margin: 0px 15px;
    max-width: 345px;
    position: fixed;
}

.resultados2 .boxsearch {
    max-width: none;
}

.boxsearchresults {
    margin: 0 !important;
    padding: 15px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .boxsearchresults .glyphicon {
        color: #999;
    }

.boxsearch-llarg-home {
    margin-top: -30px;
    padding: 0;
    background-color: #fff;
}

.hotelsearchllarg02.affix {
    top: 62px;
    position: sticky;
    width: 100%;
    margin-top: -60px;
    background: transparent !important;
    /**webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.05);*/
}

.hotelsearchllarg02 {
    top: 500px;
    position: absolute;
    z-index: 1041;
    width: 100%;
    padding-bottom: 50px;
}

    .hotelsearchllarg02 .boxsearch-llarg-home {
        /*webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.05);*/
        box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.05);
        padding: 20px 0px;
    }

    .hotelsearchllarg02.affix .boxsearch-llarg-home {
        /*webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.0);*/
        box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.0);
        padding: 0px;
    }

#hotelsearch .tab-content {
    padding: 10px !important;
}

.boxsearch-llarg-searchresults {
    padding: 0;
    background-color: #fff;
}

    .boxsearch-llarg-searchresults .tab-content {
        padding: 10px 10px 0 10px !important;
    }

.boxsearchresults label {
    color: #333 !important;
    font-weight: 500 !important;
}

#hotelsearch .boxsearch-llarg .tab-content {
    padding: 5px 30px 8px 30px;
}

.affix .boxsearch-llarg-home {
    margin-top: 0;
}

.boxsearch-llarg {
    padding: 0;
    border-bottom: 1px solid #ddeaef;
    background-color: #f6f6f6;
    color: #333;
}

    .boxsearch-llarg .form-group {
        margin-bottom: 2px;
    }

.hotelsearch2 {
    padding: 10px 0 0 0;
    min-height: 0 !important;
    background-image: none !important;
}

    .hotelsearch2.affix {
        top: -49px;
        z-index: 999;
        display: block;
        width: 100%;
    }

    .hotelsearch2 .tab-content {
        padding: 10px 30px !important;
    }

    .hotelsearch2 .nav-tabs > li > a img {
        display: inline !important;
        margin: 0 10px 0 0 !important;
        height: 15px !important;
    }

    .hotelsearch2 .verdestinos {
        float: none !important;
        margin-left: 6px;
        color: #fff;
        text-transform: none;
        font-size: 0.8em;
    }

    .hotelsearch2 .form-group {
        margin-bottom: 0 !important;
    }

    .hotelsearch2 .nav-tabs {
        margin-top: -47px;
    }

        .hotelsearch2 .nav-tabs > li.active > a,
        .hotelsearch2 .nav-tabs > li.active > a:focus,
        .hotelsearch2 .nav-tabs > li.active > a:hover {
            background-color: #114a82 !important;
        }

.hotelsearchllarg {
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    padding-bottom: 10px;
    margin-left: 0px;
}

    .hotelsearchllarg.affix {
        top: 62px;
    }

.hotelsearchllarg {
    top: 62px;
    position: fixed;
}

    .hotelsearchllarg.affix .btnfiltrar {
        margin-left: 20px;
    }

    .hotelsearchllarg.affix .form-group {
        margin-bottom: 5px;
    }

    .hotelsearchllarg.affix .tab-content {
        padding: 5px 30px !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

#hotelsearch h1 {
    color: #fff;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    font-size: 2em;
}

#hotelsearch .nav-tabs {
    margin-bottom: 1px;
    border-bottom: 0;
    text-transform: uppercase;
}

    #hotelsearch .nav-tabs > li {
        width: 50%;
    }

        #hotelsearch .nav-tabs > li.active > a,
        #hotelsearch .nav-tabs > li.active > a:focus,
        #hotelsearch .nav-tabs > li.active > a:hover {
            border: 0;
            background-color: #fff;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            color: #666;
        }

        #hotelsearch .nav-tabs > li > a {
            min-width: 160px;
            border: 0;
            background-color: rgba(255, 255, 255, 0.9);
            -webkit-box-shadow: inset 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
            color: #666;
            text-align: center;
            font-weight: 500;
            font-size: 0.9em;
        }

            #hotelsearch .nav-tabs > li > a:focus,
            #hotelsearch .nav-tabs > li > a:hover {
                border: 0;
                background-color: #ec7906;
                color: #fff;
                -webkit-filter: brightness(1);
                filter: brightness(1);
            }

            #hotelsearch .nav-tabs > li > a img {
                margin: 0 5px 2px auto;
                height: 22px;
            }
/*
#hotelsearch .tab-content {
    padding: 30px;
}
*/
#hotelsearch .boxsearch .tab-content {
    padding: 20px;
    background: #fff;
}

#hotelsearch .verdestinos {
    float: right;
    margin-right: 5px;
    color: #fff;
    text-transform: none;
    font-size: 0.8em;
}

#hotelsearch label {
    margin: 0 0 0 0px;
    width: 100%;
}

#hotelsearch .glyphicon {
    color: #ccc;
    font-size: 1.3em;
}

#hotelsearch .form-group {
    margin-bottom: 15px;
}

#hotelsearch .btn-search, .btn-modificar {
    margin-top: 22px;
    padding: 6px 0;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 14px;
}

#hotelsearch .btn-search2 {
    margin-top: 21px;
    padding: 6px 0;
    text-shadow: 0px .75px 0px rgba(255, 255, 255, .62);
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 1em;
}

.hotelsearchfeatured {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 200px;
    z-index: 0;
    max-width: 800px;
    left: 0;
    right: 0;
}

    .hotelsearchfeatured .title {
        display: inline-block;
        margin: 0;
        padding: 0;
        text-align: left;
        text-shadow: 0px 4px 7px rgba(0, 0, 0, 0.2);
        font-weight: 500;
        font-size: 2em;
    }

        .hotelsearchfeatured .title strong {
            display: block;
            clear: both;
            font-size: 2.5em;
        }

    .hotelsearchfeatured .subtitle {
        margin: 20px 0 0 0;
        padding: 0;
        text-shadow: 0px 1px 7px rgba(0, 0, 0, .42);
        font-weight: 500;
    }

#modalhabitaciones h4 {
    /* color: #114a82;*/
}

#modalhabitaciones label {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

#modalhabitaciones small {
    display: block;
    clear: both;
    margin-bottom: 5px;
    color: #999;
    font-style: italic;
    line-height: 1em;
}

.tema h1.title {
    margin: 0 0 5px 10px;
    padding: 0;
    font-weight: 700;
    font-size: 1.6em;
}

    .tema h1.title span {
        margin: 5px 0 0 10px;
        padding: 0;
        color: #ec7906;
        text-transform: lowercase;
        font-weight: 500;
        font-size: 0.8em;
    }

.tema h2.subtitle {
    margin: 0 0 10px 10px;
    padding: 0;
    color: #666;
    font-weight: 400;
    font-size: 1.1em;
}

.tema-textintro {
    padding: 20px 10px 40px 10px;
    margin: 0px !important;
}

#filtroocultaonscroll {
    display: none;
}

.maincontent {
    padding-top: 30px;
    background-color: #f0f0f0;
}

.resultados .maincontent {
    /*  margin-left: 320px;*/
    padding-top: 0px;
    background-color: #f0f0f0;
    padding-bottom: 10px;
}

.maincontent .container {
    padding: 0px 20px;
}

.resultados .searchresults {
    margin: auto;
    max-width: 960px;
    padding-top: 60px;
}

.resultados .hotelpage .searchresults {
    margin: auto;
    max-width: none;
}

/*.resultados .hotelpage .container,.resultados .hotelpage2 .container {
    max-width: 96%;
}*/

.resultados2 .searchresults {
    margin: auto;
    max-width: 1142px;
}

.resultados2 #hotelsearch {
    top: 62px;
}

.resultados2.reserva .maincontent {
    padding-top: 40px;
}

.resultados2.reserva .radio {
    margin-bottom: 25px;
}

.searchresults h1.title {
    margin: 0 0 5px 10px;
    padding: 0;
    font-weight: 700;
    font-size: 1.6em;
}

    .searchresults h1.title span {
        margin: 5px 0 0 0px;
        padding: 0;
        color: #999;
        text-transform: none;
        font-weight: 400;
        font-size: 0.9em;
    }

.searchresults h2.subtitle {
    margin: 0 0 10px 10px;
    padding: 0;
    color: #666;
    font-weight: 300;
    font-size: 1.1em;
}

.showmap {
    display: inline-block;
    padding: 0 2px 2px 0;
}

#generalmap {
    margin: 20px 0 0 0;
    border: 20px solid #fff;
}

.searchresults .arrange {
    margin-top: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #e2e2e2;
    background: #fff;
    color: #666;
}

    .searchresults .arrange a {
        display: inline-block;
        padding: 10px 30px;
    }

    .searchresults .arrange.affix {
        margin-left: -2px;
        border-bottom: 2px solid #ec7906;
        background-color: #fff;
        -webkit-box-shadow: 0px 1px 8px -2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 8px -2px rgba(0, 0, 0, 0.3);
    }

        .searchresults .arrange.affix a,
        .searchresults .arrange.affix li.active a {
            padding: 4px 44px;
            border: 0 !important;
        }

    .searchresults .arrange li.active a {
        border-bottom: 2px solid #ec7906 !important;
        background-color: #f4f4f4;
    }

    .searchresults .arrange .glyphicon {
        font-size: 0.7em;
    }

.searchresults article {
    margin-bottom: 40px;
    border-top: 2px solid #e4e4e4;
}

    .searchresults article:hover {
        -webkit-box-shadow: 0px 0px 5px -2px rgba(0, 162, 223, 1);
        box-shadow: 0px 0px 5px -2px rgba(0, 162, 223, 1);
    }

        .searchresults article:hover .row {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .searchresults article .row {
        margin: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #fff;
    }

    .searchresults article .info {
        position: relative;
        -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.3);
    }

        .searchresults article .info .recommended {
            position: absolute;
            top: -9px;
            left: 4px;
            z-index: 1;
            padding: 5px 10px;
            color: #fff;
            text-align: center;
            font-weight: 500;
            font-size: 1em;
            font-size: 0.85em;
        }

.tema .searchresults article .info .recommended {
    top: -10px;
}

.tema .affix {
    top: -55px;
}

.searchresults .fotohabitaciones {
    font-weight: 300;
    line-height: 1.2em;
    font-size: 0.85em;
}

    .searchresults .fotohabitaciones img {
        margin-bottom: 5px;
    }

.searchresults .btn-link {
    text-transform: none;
    display: block;
    clear: both;
    font-weight: 400;
    font-size: 1em;
    padding: 0;
    color: #00a2df !important;
}

.searchresults article .temas {
    margin-top: 20px;
}

    .searchresults article .temas .badge {
        margin-right: 4px;
        padding: 3px 7px 5px 7px;
        background-color: #aaa;
    }

.searchresults article .hotelgallery {
    text-align: center;
}

    .searchresults article .hotelgallery a:link,
    .searchresults article .hotelgallery a:visited {
        font-size: 0.8em;
    }

    .searchresults article .hotelgallery .viewphotos {
        display: block;
        margin-top: 8px;
        color: #999;
    }

.searchresults article .title {
    margin: 20px 0 5px 0;
    padding: 0;
    font-weight: 500;
    font-size: 1.4em;
}

/*.searchresults article .title a {
        display: block;
        clear: both;
    }*/

.searchresults article .location {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 0.85em;
}

.searchresults article .map-description {
    margin-top: 5px;
}

    .searchresults article .map-description a {
        margin-right: 20px;
        color: #00a2df;
        font-weight: 400;
        font-size: 0.9em;
        display: inline-block;
    }

.mostrarcalendario a {
    color: #ff6600;
    font-weight: 400;
    font-size: 0.9em;
}

    .mostrarcalendario a .glyphicon {
        color: #ff6600;
    }

.searchresults article .descriptionresult {
    font-size: 0.9em;
    padding: 10px;
    background-color: #fff;
    border-top: 1px dotted #e9e9e9;
    font-weight: 300;
}

    .searchresults article .descriptionresult a {
        color: #00a2df;
    }

.searchresults article .rate {
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1em;
}

    .searchresults article .rate .glyphicon {
        margin-right: 2px;
        font-size: 0.8em;
    }

    .searchresults article .rate small {
        font-weight: 400;
        font-size: 0.8em;
    }

.searchresults article .icons {
    color: #ccc;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
}

    .searchresults article .icons img {
        display: block;
        float: none;
        clear: both;
        margin: auto;
        width: 30px;
        height: 37px;
    }

    .searchresults article .icons.center {
        margin-top: 15px;
    }

    .searchresults article .icons.bestprice {
        float: right;
        margin-top: -40px;
    }

.searchresults article .iconscancel {
    color: #ccc;
    color: #af5504;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
}

    .searchresults article .iconscancel img {
        float: left;
        margin-right: 10px;
        width: 20px;
        height: 25px;
        vertical-align: middle;
    }

.searchresults article .cancellation {
    float: left;
    margin: 6px 0 0 0;
    padding: 0;
    color: #af5504;
}

    .searchresults article .cancellation span {
        display: block;
        clear: both;
        margin: 0;
        padding: 0;
        color: #999;
    }

.searchresults article .price {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: 1px solid #efefef;
    color: #999;
    text-align: center;
    line-height: 1.2em;
}

.searchresults article .offerpercentage {
    position: absolute;
    top: -16px;
    right: -15px;
    padding: 10px 10px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1em;
    z-index: 1;
}

    .searchresults article .offerpercentage span {
        display: block;
        font-weight: 400;
        font-size: 0.8em;
    }

.searchresults article .price .from {
    display: inline-block;
    margin: 0;
    color: #333;
    font-size: 0.85em;
}

.searchresults article .price .cost {
    display: inline-block;
    margin: 0;
    color: #333;
    font-weight: 700;
    font-size: 1.4em;
}

    .searchresults article .price .cost .offerbefore {
        margin-right: 5px;
        color: #e40303;
        text-decoration: line-through;
        font-weight: 500;
        font-size: 0.5em;
    }

.searchresults article .price .person {
    margin: 0;
    font-size: 0.85em;
}

.searchresults article .price .total {
    margin: 8px 20px 0 20px;
    padding: 10px 0 10px 0;
    background: #f5f5f5;
    font-size: 0.85em;
}

.searchresults article .price .pricetotal {
    margin: 0 20px;
    padding-bottom: 15px;
    background: #f5f5f5;
    color: #333;
    font-weight: 700;
    font-size: 2.2em;
}

.searchresults article .price .viewoffers {
    position: relative;
    display: block;
    margin: 10px 20px 0 20px;
    border-top: 0;
    border-bottom: 0 !important;
    color: #fff;
    background: #00a2df;
    padding: 6px;
    font-weight: 600;
    font-size: 18px;
}

    .searchresults article .price .viewoffers:hover {
        border-top: 0;
    }

.searchresults article .price .viewdates {
    position: relative;
    display: block;
    margin: 0;
    margin-top: 20px;
    padding: 10px 0;
    border-top: 0;
    border-bottom: 0 !important;
    background-color: #ec7906;
    color: #fff;
}

    .searchresults article .price .viewdates .fa {
        display: block;
        clear: both;
    }

    .searchresults article .price .viewdates:hover {
        border-top: 0;
        background-color: #ec7906;
    }

.searchresults article .price .pricetotal .offerbefore {
    margin-right: 5px;
    color: #e40303;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 0.8em;
}

.searchresults article .options {
    position: relative;
    padding-bottom: 15px;
    border-top: 1px solid #efefef;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.3);
    font-weight: 500;
    font-size: 0.95em;
}

.searchresults article .optionstitle {
    margin: 20px 0 2px 0;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    font-size: 1.1em;
}

.searchresults article .options .reservavarias {
    max-width: 200px;
    text-align: center;
    font-weight: 400;
    line-height: 1em;
    margin: 31px 13px;
}

.searchresults article .options .reservavarias-select {
    max-width: 200px;
    text-align: center;
    font-weight: 900;
    line-height: 1em;
    font-size: 22px;
    padding: 26px;
    margin-bottom: 10px;
    color: #fff;
    background: #05a909;
}

.searchresults article .collapsemore {
    display: block;
    margin: 10px 0 0 0;
    color: #666;
    text-align: center;
    line-height: 1.1em;
}

    .searchresults article .collapsemore .glyphicon {
        display: block;
        clear: both;
    }

.searchresults article .optionstitle .pricefrom {
    float: right;
    color: #ccc;
    font-size: 0.9em;
    line-height: 1.4em;
}

.searchresults article .optionstitle a {
    display: block;
}

.searchresults article .optionstitle .glyphicon {
    margin-right: 10px;
    color: #00a2df;
}

.searchresults article .options li {
    margin: 0px 0px;
    margin-bottom: 10px;
    padding: 6px -1px;
    border-bottom: 1px dotted #e2e2e2;
    background-color: #f5f5f5;
    line-height: 2.5em;
    padding: 3px;
}

.searchresults article .options li {
    width: 19.8%;
}

    .searchresults article .options li.marginli {
        width: 22.8%;
    }

    .searchresults article .options li:after {
        display: table;
        clear: both;
        content: "";
    }

    .searchresults article .options li .book {
        color: #ec7906;
        text-align: right;
        font-weight: 700;
        font-size: 1.4em;
    }

        .searchresults article .options li .book .offerbefore {
            margin-right: 5px;
            color: #e40303;
            text-decoration: line-through;
            font-weight: 500;
            font-size: 0.7em;
        }

        .searchresults article .options li .book .btn {
            margin-left: 10px;
        }

.viewmore {
    margin: 20px auto;
    padding: 10px 40px;
    border: 1px solid #00a2df !important;
    background-color: #00a2df;
    color: #fff !important;
}

    .viewmore .glyphicon {
        margin-right: 5px;
    }

.resultados .imagencabecera .breadcrumb {
    margin-top: 70px !important;
}

.imagencabecera .breadcrumb {
    margin-top: 10px !important;
}

.resultados #filterresults {
    position: relative;
    top: 0px;
    left: 0;
    z-index: 999;
    right: 0;
    margin: auto;
}

.resultados2 #filterresults {
    position: relative;
    top: auto;
    left: auto;
}

.searchresults #hotelfilter_lateral {
    overflow-y: auto;
    max-height: 100%;
}

#hotelfilter_lateral {
    max-width: 320px;
    position: fixed;
    height: 100%;
    left: 0;
    background: #fff;
    top: 60px;
}

    #hotelfilter_lateral #hotelsearch {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 100%;
        -webkit-box-shadow: inset 4px 0px 8px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: inset 4px 0px 8px 0px rgba(0,0,0,0.2);
        box-shadow: inset 4px 0px 8px 0px rgba(0,0,0,0.2);
    }

#hotelfilter {
    background-color: #fff;
    padding: 10px 0;
}

    #hotelfilter h2, #hotelfilter_lateral h2, .filtrosblateral h2 {
        margin: 20px 0 0px 0;
        padding: 10px 0 0 10px;
        border-top: 1px solid #f0f0f0;
        color: #666;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1em;
    }

    #hotelfilter h3, #hotelfilter_lateral h3, .filtrosblateral h3 {
        font-size: 1.1em;
        font-weight: 500;
        border-top: 1px solid #f6f6f6;
        padding: 10px 20px 5px 20px;
        color: #114a82;
        margin: 5px 0 5px 0;
    }

    #hotelfilter label, #hotelfilter_lateral label, .filtrosblateral label {
        font-weight: 400;
        font-size: 0.85em;
        color: #666;
    }

.filtrosblateral label {
    width: auto !important;
}

#hotelfilter li, #hotelfilter_lateral li, .filtrosblateral li {
    padding: 2px 20px 0 20px;
}

    #hotelfilter li:hover,
    #hotelfilter li:active, #hotelfilter_lateral li:hover, #hotelfilter_lateral li:active, .filtrosblateral li:hover, .filtrosblateral li:active {
        background-color: #f6f6f6;
    }

#hotelfilter a .glyphicon, #hotelfilter_lateral a .glyphicon, .filtrosblateral a .glyphicon {
    margin-right: 5px;
    color: #00a2df !important;
    font-size: 0.8em !important;
}

#hotellinks {
    padding: 10px 0;
    background-color: #fff;
}

    #hotellinks h3 {
        margin: 15px 0 10px 0;
        padding: 20px 10px 0 20px;
        border-top: 4px solid #f6f6f6;
        color: #114a82;
        font-weight: 500;
        font-size: 1.1em;
    }

    #hotellinks > h3:first-child {
        margin-top: 0;
        padding-top: 10px;
        border-top: 0;
    }

    #hotellinks li::before {
        margin: 0 5px 0 -10px;
        color: #ec7906;
        content: '\f105';
        font-size: 1em;
        font-family: 'FontAwesome';
    }

    #hotellinks li {
        margin-bottom: 5px;
        padding-left: 25px;
        font-size: 0.85em;
    }

    #hotellinks a .glyphicon {
        margin-right: 5px;
        color: #ec7906 !important;
        font-size: 0.8em;
    }

.micuenta {
    padding-top: 200px;
    padding-bottom: 40px;
}

.hotelpage {
    padding-top: 0;
    padding-bottom: 40px;
}

    .hotelpage h1 {
        margin: 0 0 5px 0;
        padding: 0;
        font-weight: 600;
        font-size: 2.6em;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
    }

        .hotelpage h1 span {
            display: block;
            clear: both;
            font-size: 0.6em;
            text-transform: none;
            font-weight: 400;
            line-height: 5px;
        }

    .hotelpage #Section1 h1 {
        padding-top: 15px;
        color: inherit;
    }

    .hotelpage h2 {
        position: relative;
        z-index: 1;
    }

        .hotelpage h2.subtitle {
            margin: 0 0 0px 40px;
            padding: 0;
            color: #666;
            font-weight: 300;
            font-size: 1.1em;
        }

.resultados .hotelpage .imagencabecera {
    padding: 0 0 0px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
    margin-top: 0px;
}

.hotelpage .imagencabecera {
    padding: 0 0 90px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
    /*margin-top: 171px;
    height:590px;*/
    position: relative;
    overflow: hidden;
}

/* sLIDER nOU*/

.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute
}

.swiper-slide {
    overflow: hidden;
}

video {
    margin-left: calc((100vw - (100vh * 1.7))/2);
    margin-right: calc((100vw - (100vh * 1.7))/2);
    min-height: 580px;
    /* max-width: 100vw; */
}

.resultados video {
    /*margin-left: -50%;
    left: -800px;*/
}

@media (min-aspect-ratio: 16/9) {
    video {
        margin-left: 0;
    }
}
/* EOFF sLIDER nOU*/

.navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
    z-index: 999 !important;
}

.hotelpage .breadcrumb {
    margin-top: 0;
    margin-bottom: 60px;
    border-bottom: none;
    background-color: transparent;
    font-size: 0.8em;
    position: relative;
    z-index: 9;
    padding-left: 5px;
}

    .hotelpage .breadcrumb a {
        color: #fff;
    }

    .hotelpage .breadcrumb > .active {
        color: #ccc;
    }

.tabs-detalleshotel > li + li::before {
    display: none;
}

.tabs-detalleshotel .breadcrumb-ellipsis {
    display: none !important;
}

.tabs-detalleshotel .breadcrumb {
    padding: 5px 0px !important;
}

.tabs-detalleshotel li {
    margin: 0px 0px 0px 0px !important;
}

.tabs-detalleshotel .dropdown-menu-right {
    background: #373535;
}

    .tabs-detalleshotel .dropdown-menu-right a {
        font-weight: 900 !important;
        text-transform: uppercase;
    }

.hotelpage .imagencabecera .awe-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(70,70,70,0.3);
    top: 0;
    left: 0;
    z-index: 1;
}

.hotelpage .mapsmall {
    position: relative;
    margin: 10px 0 0 0;
}

    .hotelpage .mapsmall a {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        display: block;
        width: 100%;
        height: 100%;
    }

.hotelpage .arrange {
    margin-left: 0;
    margin-top: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #e2e2e2;
    background: #fff;
    color: #666;
}

.tabshotellinks {
    margin-top: -40px;
    margin-bottom: 10px;
}

    .tabshotellinks .btn {
        float: right;
        margin-left: 5px;
        margin-top: 10px;
    }

    .tabshotellinks .tag {
        font-size: 0.85em;
        margin-left: 10px;
    }

.tabshotel {
    background: #fff;
    padding: 30px;
    margin-bottom: 20px;
}

    .tabshotel img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .tabshotel .nav-tabs li {
        text-transform: uppercase;
        font-weight: 500;
        border-bottom: 2px solid #e4e4e4 !important;
        margin-right: 3%;
        font-size: 16px;
    }

        .tabshotel .nav-tabs li a:link,
        .tabshotel .nav-tabs li a:visited {
            color: #333;
            padding: 20px 0 10px 0;
            display: block;
            border: 0 !important;
        }

        .tabshotel .nav-tabs li a:hover,
        .tabshotel .nav-tabs li a:active {
            color: #ec7906;
            -webkit-filter: brightness(1);
            filter: brightness(1);
            background-color: #fff;
            border-left: 0 !important;
            border-top: 0 !important;
            border-right: 0 !important;
        }

        .tabshotel .nav-tabs li.active a {
            border-left: 0 !important;
            border-top: 0 !important;
            border-right: 0 !important;
        }

        .tabshotel .nav-tabs li.active a {
            color: #ec7906;
            -webkit-filter: brightness(1);
            filter: brightness(1);
        }

        .tabshotel .nav-tabs li a::before {
            height: 2px;
            width: 0;
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            background-color: #ec7906;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
        }

        .tabshotel .nav-tabs li.active a::before,
        .tabshotel .nav-tabs li:hover a::before {
            width: 70px;
        }

/*  .tabshotel .tab-content::before {
        border-left: 1px solid #e4e4e4;
        content: '';
        position: absolute;
        left: -20px;
        top: 0;
        bottom: 0;
    }*/

.tabshotelhabitaciones {
    font-weight: 700;
    text-transform: uppercase;
}

    .tabshotelhabitaciones img {
        margin-bottom: 5px;
    }

.tabshotelcontacto {
    margin: 20px 30px 10px 0;
    background-color: #f5f5f5;
    padding: 10px 12px;
    font-weight: 400;
}

    .tabshotelcontacto h4 {
        font-weight: 700;
    }

    .tabshotelcontacto li {
        margin-top: 5px;
    }

.logohotel {
    max-width: 300px;
    max-height: 130px;
    margin-bottom: 10px;
}

.hotelpage .arrange a {
    display: inline-block;
    padding: 10px 12px;
}

.hotelpage .arrange li.active a {
    border-bottom: 2px solid #ec7906 !important;
}

.hotelpage .arrange .glyphicon {
    font-size: 0.7em;
}

.hotelpage .preciodesde {
    font-size: 2.2em;
    font-weight: 900;
    text-align: center;
    margin: 0;
    padding: 0;
}

    .hotelpage .preciodesde small {
        font-size: 0.4em;
        display: block;
        clear: both;
        font-weight: 300;
    }

.hotelpagesearch {
    padding: 20px 30px 10px 30px;
    background: #e5e5e5;
}

    .hotelpagesearch label {
        margin: 0;
        width: 100%;
        color: #333;
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: 700;
    }

    .hotelpagesearch .btn-search {
        margin-top: 8px;
        padding: 8px 0;
        text-shadow: 0px .75px 0px rgba(0, 0, 0, .2);
        letter-spacing: 0.5px;
        font-weight: 700;
        font-size: 1.2em;
    }

    .hotelpagesearch .glyphicon {
        color: #ccc;
        font-size: 1.3em;
    }

    .hotelpagesearch h3 {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 1em;
        font-weight: 900;
        text-align: center;
    }

    .hotelpagesearch hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }

.hotelcalendario {
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
}

.hotelpagedescription {
    margin-top: 10px;
    padding: 30px;
}

    .hotelpagedescription h2:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .hotelpagedescription h2 {
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 20px;
        border-top: 1px solid #e9e9e9;
        color: #114a82;
        font-weight: 500;
        font-size: 1.4em;
    }

.hotelpagemap {
    margin-top: 10px;
    padding: 30px;
}

.hotelpageopinions {
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 30px;
}

    .hotelpageopinions article {
        padding: 20px 0;
        border-bottom: 1px solid #e9e9e9;
    }

        .hotelpageopinions article:last-child {
            border-bottom: 0;
        }

    .hotelpageopinions h2 {
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        color: #114a82;
        font-weight: 500;
        font-size: 1.4em;
    }

    .hotelpageopinions h3 {
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        color: #114a82;
        font-weight: 500;
        font-size: 1.2em;
    }

    .hotelpageopinions .user {
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        color: #114a82;
        font-weight: 500;
        font-size: 1.2em;
    }

    .hotelpageopinions .score {
        font-size: 1.4em;
    }

    .hotelpageopinions .goodbad p {
        margin: 0;
        padding: 0;
        font-size: 0.9em;
    }

    .hotelpageopinions .goodbad .fa {
        margin-right: 10px;
    }

    .hotelpageopinions.resumen {
        margin-bottom: 0;
    }

        .hotelpageopinions.resumen .score {
            display: block;
            max-width: 150px;
            text-align: center;
            font-size: 2.4em;
        }

        .hotelpageopinions.resumen .scoreinfo {
            display: block;
            clear: both;
            margin: 5px 0;
            font-size: 0.3em;
        }

    .hotelpageopinions .servicio {
        display: inline-block;
        width: 40%;
    }

    .hotelpageopinions .puntos {
        display: inline-block;
        width: 20%;
        color: #2196F3;
        text-align: right;
        font-weight: 600;
    }

    .hotelpageopinions .barraprogreso {
        display: inline-block;
        width: 40%;
        height: 6px;
        border-radius: 6px;
        background-color: #f1f1f1;
    }

    .hotelpageopinions .barraprogresocontainer {
        height: 6px;
        border-radius: 6px;
        background-color: #2196F3;
    }

.loginbox {
    padding: 40px;
}

    .loginbox h2 {
        margin: 0 0 20px 0;
        padding: 0;
        font-weight: 500;
        font-size: 1.4em;
    }

.recoverbox {
    margin-top: 40px;
    padding: 40px;
}

.reserva h3 {
    position: relative;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 21px;
}

.reserva h4 {
    margin-top: 30px;
    font-weight: 500;
    font-size: 1.1em;
}

.reserva label {
    font-weight: 400;
}

.reserva .cancelacion {
    margin: 10px 0;
    padding: 20px;
    border: 1px dashed #e1a9a5;
    font-size: 0.85em;
}

    .reserva .cancelacion h4 {
        margin: 0 0 5px 0;
        padding: 0;
        color: #af5504;
        font-weight: 500;
        font-size: 1.1em;
    }

.reserva .price {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 1.2em;
    line-height: 1em;
    background-color: #f5f5f5;
    padding: 20px 40px;
    text-align: center;
}

    .reserva .price p {
        text-align: center;
        margin-bottom: 0px;
    }

    .reserva .price small {
        font-size: 0.7em;
        color: #666;
    }

    .reserva .price strong {
        display: block;
        margin-top: 10px;
        margin-bottom: 8px;
        color: #000;
        font-weight: 700;
        font-size: 35px;
    }

.reserva .notas {
    font-size: 13px;
    margin-top: 80px;
    color: #868585;
}

    .reserva .notas strong {
        font-weight: 600;
        font-size: 16px;
    }

.reserva .telefono {
    padding: 10px;
    font-size: 1.6em;
}

    .reserva .telefono a {
        display: block;
        margin-top: 10px;
        font-weight: 700;
    }

.reserva .panel-heading h3 {
    padding: 10px 0 0 0 !important;
    color: #333;
}

    .reserva .panel-heading h3 a {
        border-bottom: 0;
        color: #333;
        display: block;
    }

    .reserva .panel-heading h3 .fa {
        margin-right: 10px;
        color: #00a2df;
    }

.reservacolumn {
    padding: 20px;
}

    .reservacolumn h3 {
        margin: 0 0 1px 0;
        padding: 8px;
        font-weight: 500;
        font-size: 1.2em;
    }

    .reservacolumn h2 {
        font-weight: 700;
        font-size: 1.4em;
    }

    .reservacolumn .listunderline li {
        padding: 6px 0;
        border-bottom: 1px solid #efefef;
    }

        .reservacolumn .listunderline li:last-child {
            border-bottom: 0;
        }

.micuenta .dataTables_wrapper {
    font-size: 0.8em;
}

.micuenta #tablereservas_info,
.micuenta #tablereservas_paginate {
    margin-top: 30px;
}

.micuenta .reservasencurso {
    margin-bottom: 40px;
    padding: 20px;
    border: 2px solid #d6f1cd;
}

.fichareservaul li {
    margin-bottom: 4px;
}

    .fichareservaul li .btn {
        width: 246px;
    }

.fichareserva .price {
    text-align: center;
    font-weight: 500;
    font-size: 1.2em;
}

    .fichareserva .price small {
        display: block;
        clear: both;
        font-size: 0.7em;
    }

    .fichareserva .price strong {
        display: block;
        clear: both;
        color: #ec7906;
        font-weight: 700;
        font-size: 1.6em;
    }

.fichareserva .cancelacion {
    margin: 30px 0;
    /*padding: 20px;
    border: 1px dashed #e1a9a5;*/
    font-size: 0.85em;
}

.fichareserva h3 {
    font-weight: 700;
    font-size: 1.2em;
}

.fichareserva .cancelacion h4 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #af5504;
    font-weight: 500;
    font-size: 1.1em;
}

.fichareserva table {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .fichareserva table td {
        padding: 60px;
    }

footer {
    background: #2a2b33;
    color: #fff;
}

    footer a:link,
    footer a:visited,
    footer a:hover,
    footer a:active {
        color: #fff;
    }

    footer .footertop {
        padding: 30px 0 20px 0;
        border-bottom: 1px solid #32333b;
    }

        footer .footertop ul li {
            padding: 0 12px;
        }

    footer .footermiddle {
        padding: 30px 0;
        font-size: 0.8em;
        line-height: 1.2em;
    }

        footer .footermiddle .title {
            margin: 0;
            padding: 0 0 20px 0;
            font-weight: 500;
            font-size: 1.6em;
        }

        footer .footermiddle .phone {
            display: block;
            clear: both;
            margin-bottom: 10px;
            padding-left: 140px;
            font-weight: 700;
            font-size: 1.4em;
            line-height: 2em;
        }

        footer .footermiddle .text {
            padding-left: 200px;
        }

        footer .footermiddle .social {
            padding-left: 80px;
        }

        footer .footermiddle .social-internacional {
            margin-top: 35px;
            max-width: 220px;
            margin-left: 80px;
        }

        footer .footermiddle .social a {
            display: inline-block;
            margin-right: 10px;
        }

        footer .footermiddle .phone .glyphicon {
            font-size: 0.7em;
        }

        footer .footermiddle .list-angle-right li {
            margin-bottom: 5px;
        }

    footer .footerbottom {
        padding: 20px 0 20px 0;
        border-top: 1px solid #32333b;
        font-size: 0.8em;
    }

        footer .footerbottom .title {
            margin: 0;
            padding: 0 0 20px 0;
            font-weight: 500;
            font-size: 1.6em;
        }

a.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 10px;
    display: none;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    background-color: #2a2b33;
    color: #fff;
    text-align: center;
    font-size: 2em;
}

/* lightbox gallery */

.lg-outer .lg-thumb-item {
    border-radius: 0 !important;
}

    .lg-outer .active.lg-thumb-item,
    .lg-outer .lg-thumb-item:hover {
        border-color: #ec7906 !important;
    }

/* filtro por letra */

.ln-letters {
    margin-bottom: 40px;
    text-align: center;
}

.listNav,
.ln-letters {
    overflow: hidden;
}

.listNavHide {
    display: none;
}

.listNavShow {
    display: list-item;
}

.list-inline {
    margin-left: 0px;
}

.letterCountShow {
    display: block;
}

.ln-letters a {
    display: inline-block;
    padding: 2px 6px;
    border: 1px solid #ccc;
    border-right: none;
    text-decoration: none; /*font-size: 1.1em;*/
}

.ln-letters .ln-last {
    border-right: 1px solid #ccc;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
    background-color: #efefef;
}

.ln-letters .ln-disabled {
    color: #ccc;
}

.ln-letter-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    color: #114a82;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.35;
}

.ln-letters .all {
    color: #fff;
}

    .ln-letters .all.ln-selected {
        color: #efefef;
    }

    .ln-letters .all:before {
        position: relative;
        z-index: 10;
        visibility: visible;
        margin-right: -18px;
        color: #114a82;
        content: '\f021';
        font-family: 'FontAwesome';
    }

.ln-letters ._ {
    display: none;
}

.hotelcalendarioprecio strong {
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.hotelcalendariobtn {
    font-size: 1.4em;
    font-weight: 700;
    text-shadow: 0px .75px 0px rgba(0, 0, 0, .2);
}

.otrasopciones {
    text-align: center;
    margin-top: 40px;
}

    .otrasopciones span {
        display: inline-block;
        width: 220px;
    }

    .otrasopciones ul {
        margin: auto;
        width: 320px;
    }

    .otrasopciones li {
        margin-bottom: 10px;
        border-top: 1px solid #efefef;
        padding: 10px 0;
        text-align: left;
    }

        .otrasopciones li:first-child {
            border: 0;
        }

    .otrasopciones .hotelcalendariobtn {
        font-size: 0.9em;
        font-weight: 700;
        text-shadow: 0px .75px 0px rgba(0, 0, 0, .2);
    }

/*.date-picker-wrapper {
    font-family: 'Hind', sans-serif;
    font-size: 1em;
    border: 0;
    background-color: #fff;
    color: #333;
    padding: 0;
}

    .date-picker-wrapper .month-wrapper table .day {
        font-size: 16px;
    }

    .date-picker-wrapper .month-wrapper {
        border: 0;
        width: 100% !important;
        padding: 0;
    }

        .date-picker-wrapper .month-wrapper table {
            border: 1px solid #efefef;
            border-collapse: collapse;
            -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.02);
            -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.02);
            box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.02);
            margin: 0 10px;
        }

            .date-picker-wrapper .month-wrapper table .day {
                border: 1px solid #fff;
                padding: 6px 8px;
                margin: 0;
                background-color: #f1f9f0;
            }

                .date-picker-wrapper .month-wrapper table .day.real-today {
                    background-color: #f1f9f0;
                }

                .date-picker-wrapper .month-wrapper table .day > div > div {
                    font-size: 12px;
                    margin-top: 4px;
                }

                .date-picker-wrapper .month-wrapper table .day > div > span {
                    font-weight: 600 !important;
                }

                .date-picker-wrapper .month-wrapper table .day.valid > div > div {
                    font-size: 12px;
                    color: #53934d;
                    opacity: 0.7 !important;
                    filter: alpha(opacity=70) !important;
                }

                .date-picker-wrapper .month-wrapper table .day.nodisponible.has-tooltip {
                    color: #ca7878;
                    background-color: #f6ecec;
                }

                .date-picker-wrapper .month-wrapper table .day.bajopeticion {
                    color: #c0a38f !important;
                    background-color: #f2e9d6 !important;
                }

                    .date-picker-wrapper .month-wrapper table .day.bajopeticion.checked {
                        color: #333 !important;
                        background-color: #9cdbf7 !important;
                    }

                    .date-picker-wrapper .month-wrapper table .day.bajopeticion > div > div {
                        color: #caae78;
                    }

.date-range-length-tip {
    background-color: #000 !important;
    color: #fff;
    text-shadow: none;
}

.calendariodisponible {
    color: #0f8706;
    margin-left: 20px;
}

.calendarionodisponible {
    color: #ca7878;
    margin-left: 20px;
}

.calendariobajopeticion {
    color: #c0a38f;
    margin-left: 20px;
}*/

.date-picker-wrapper {
    font-family: 'Hind', sans-serif;
    font-size: 1em;
    border: 0;
    background-color: #fff;
    color: #333;
    padding: 0;
}

    .date-picker-wrapper .month-wrapper table th.month-name {
        font-weight: 400;
    }

    .date-picker-wrapper .month-wrapper table .day {
        font-size: 16px;
        color: rgba(0,0,0,0.2);
    }

    .date-picker-wrapper .month-wrapper {
        border: 0;
        width: 100% !important;
        padding: 0;
    }

        .date-picker-wrapper .month-wrapper table {
            border: 1px solid #EFEFEF;
            border-collapse: collapse;
            -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.02);
            -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.02);
            box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.02);
            margin: 0 10px;
        }

            .date-picker-wrapper .month-wrapper table .day {
                border: 1px solid #fff;
                padding: 6px 8px;
                margin: 0;
                background-color: #d4f296;
            }

                .date-picker-wrapper .month-wrapper table .day.real-today {
                    background-color: #9DB866;
                }

                .date-picker-wrapper .month-wrapper table .day > div > div {
                    font-size: 12px;
                    margin-top: 4px;
                }

                .date-picker-wrapper .month-wrapper table .day > div > span {
                    font-weight: 400 !important;
                    letter-spacing: 2px;
                }

                .date-picker-wrapper .month-wrapper table .day.valid > div > div {
                    font-size: 12px;
                    opacity: 0.7 !important;
                    filter: alpha(opacity=70) !important;
                }

                .date-picker-wrapper .month-wrapper table .day.checked > div > div {
                    color: #FEFEFE;
                }

                .date-picker-wrapper .month-wrapper table .day.nodisponible.has-tooltip {
                    color: #333;
                    background-color: #f2bd96;
                }

                .date-picker-wrapper .month-wrapper table .day.bajopeticion {
                    color: #333 !important;
                    background-color: #f2e496 !important;
                }

                    .date-picker-wrapper .month-wrapper table .day.bajopeticion.checked {
                        color: #333 !important;
                        background-color: #9cdbf7 !important;
                    }

                    .date-picker-wrapper .month-wrapper table .day.bajopeticion > div > div {
                        color: #867047;
                    }

.date-range-length-tip {
    background-color: #000 !important;
    color: #fff;
    text-shadow: none;
}

.date-picker-wrapper .date-range-length-tip:after {
    border-top: 4px solid #000;
}

.calendariodisponible {
    color: #a0bd63;
    margin-left: 20px;
}

.calendarionodisponible {
    color: #cb9873;
    margin-left: 20px;
}

.calendariobajopeticion {
    color: #cdc077;
    margin-left: 20px;
}

/* Datatables */
/*
#tablereservas tfoot {
    display: table-header-group;
}
*/
/*
#tablereservas input {
    padding: 6px 6px;
    width: 100%;
    border: 1px solid #ccc;
    font-weight: 400;
}
*/
#tablereservas img, #tablereservaspasadas img, #tablereservaspagadas img, #tablereservaspendientes img, #table_puntos img {
    float: left;
    margin-right: 10px;
    width: 50px;
}

/*
#tablereservas tfoot th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f6f6f6;
}

#tablereservas_filter {
    display: none;
}
*/

.messageappearcontainer {
    position: fixed;
    bottom: 50%;
    right: 30px;
    text-align: left;
    margin: 0;
    width: 240px;
    /*height:68px;*/
    z-index: 999;
}

.messageappear-full {
    display: none;
    font-size: 1em;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    padding: 15px 35px 20px 30px;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 10px 8px -3px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 10px 8px -3px rgba(0,0,0,0.22);
    box-shadow: 0px 10px 8px -3px rgba(0,0,0,0.22);
}

    .messageappear-full .fa {
        color: #fff;
        cursor: pointer;
        position: absolute;
        top: 4px;
        right: 4px;
        font-size: 1.2em;
    }

    .messageappear-full strong {
        clear: both;
        display: block;
        margin-top: 4px;
    }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

#loadingHotel {
    text-align: center;
}

#bloque1 .container {
    padding: 20px;
    margin-top: 0px !important;
}

#bloque1 .itemprice {
    font-size: 1.4em !important;
    font-weight: 500;
}

#bloque1 .itemtitle strong {
    display: block;
    font-size: 1.2em;
    text-transform: none;
    margin-top: 8px;
}

#bloque12 ul li {
    padding: 10px 25px !important;
    min-width: 49%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

    #bloque12 ul li span {
        display: inline-block;
        padding-top: 10px;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #00a2df;
}

.banner .href-edit {
    position: absolute;
}

.nombre-mcliente {
    display: block;
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    text-align: center;
    padding: 0px 3px;
}

.navbarmenusup2 .fa.nombre-mcliente-ico {
    margin-bottom: 3px;
    font-size: 23px !important;
}

.navbar-default .navbar-toggle .navbarmenusup2.nombre-mcliente-btn {
    width: 60px;
}

slider-home .titol-fitxa-slider::after {
    display: none;
}

.slider-home .cont-text-slider {
    padding: 10px;
}


.slider-home .btn-fitxa-slider {
    background: #ec7906;
    font-size: 14px;
    padding: 6px 10px 6px 10px;
    display: inline-block;
    margin: 0px auto 0px auto;
    line-height: 16px;
    min-width: 120px;
    color: #fff !important;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    #hotelsearch .nav-tabs > li {
        width: 25%;
    }
    .slider-home .btn-fitxa-slider {
        background: #ec7906;
        font-size: 20px;
        padding: 8px 10px 6px 10px;
        display: inline-block;
        margin: 5px auto 0px auto;
        line-height: 20px;
        min-width: 200px;
        color: #fff !important;
    }
 
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1150px) {
    .nombre-mcliente {
        display: inline-block;
        max-width: 200px;
        padding: 0px;
    }

    .slider-home .btn-fitxa-slider {
        background: #ec7906;
        font-size: 28px;
        padding: 16px 10px 13px 10px;
        display: inline-block;
        margin: 25px auto 0px auto;
        line-height: 20px;
        min-width: 250px;
        color: #fff !important;
    }

}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*Reservas detalle*/

.titol_micuenta {
    font-size: 1.4em;
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #114a82;
    font-weight: 700;
}

.caixa {
    border: solid 1px #f1f1f1;
    padding: 25px;
}

.caixa_preus {
    border: solid 1px #e4e4e4;
    padding: 25px;
    background: #f1f1f1;
}

.maincontent2 {
    margin-left: 320px;
}

.cont-direccio {
    text-align: right;
    font-size: 17px;
}

.mb-20 {
    margin-bottom: 20px;
}

.cont_superior_titol_hotel .title {
    font-size: 41px;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(10%, #a6a6a6), color-stop(20%, #B9B7B7), color-stop(30%, #aaa), color-stop(40%, #CCC), color-stop(50%, #848484), color-stop(60%, #C1C0C0), color-stop(70%, #9d9595), color-stop(80%, #bbb7b7), color-stop(90%, #E1E1E1), to(#a6a6a6));
    background: linear-gradient(to left top, #a6a6a6 10%, #B9B7B7 20%, #aaa 30%, #CCC 40%, #848484 50%, #C1C0C0 60%, #9d9595 70%, #bbb7b7 80%, #E1E1E1 90%, #a6a6a6 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
}

.title img {
    vertical-align: middle;
}

.hotelestrelles {
    vertical-align: top;
    display: inline-block;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(10%, #a6a6a6), color-stop(20%, #F0F0F0), color-stop(30%, #aaa), color-stop(40%, #F0F0F0), color-stop(50%, #848484), color-stop(60%, #F0F0F0), color-stop(70%, #000), color-stop(80%, #bbb7b7), color-stop(90%, #F0F0F0), to(#a6a6a6));
    background: linear-gradient(to left top, #a6a6a6 10%, #F0F0F0 20%, #aaa 30%, #F0F0F0 40%, #848484 50%, #F0F0F0 60%, #9d9595 70%, #bbb7b7 80%, #F0F0F0 90%, #a6a6a6 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 10px;
    margin-top: -10px;
}

    .hotelestrelles span {
        display: block;
        font-size: 20px;
    }

    .hotelestrelles i {
        font-size: 16px !important;
    }

.subtitle a {
    color: #7c8386 !important;
}

.content-tag {
    display: inline-block;
    width: 200px;
}

.content_tags {
    display: block;
    width: 100%;
    padding: 20px 10px 20px 10px;
}

    .content_tags p {
        text-align: center;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 5px;
        font-size: 20px;
        margin-bottom: 17px;
    }

.tag img {
    border-radius: 50%;
    opacity: 1;
    width: 45px;
    height: 45px;
    padding: 5px;
    line-height: 17px;
}

.tag {
    color: #fff;
    font-weight: 600;
    margin: 0px 10px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    line-height: 16px;
}
}

.d-inline {
    display: inline;
}

.telfitxa {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.addthis {
    position: absolute;
    top: -17px;
    right: 0px;
}

.date-picker-wrapper {
    width: 97%;
}

.cont_superior_titol_hotel {
    background: #fff;
    padding-bottom: 20px;
    display: table;
    width: 100%;
}

    .cont_superior_titol_hotel .maincontent {
        background: #fff;
    }
/*Nuevos estilos*/

.suboptions {
    padding-top: 0px !important;
}

.suboptionstitle {
    background: #f4f4f4;
    transition: 0.5s all;
    font-size: 14px;
    padding: 10px;
    margin: 0px;
    margin-top: 10px;
}

    .suboptionstitle a {
        color: #333;
        display: block;
    }

    .suboptionstitle:hover a {
        color: #fff;
    }

    .suboptionstitle:hover {
        background: #ec7906;
    }

#Section1 .btn {
    margin: 5px 0px;
}

.suboptionstitle .glyphicon {
    font-size: 10px;
}

.cont_suboptions {
    border: 1px solid #f4f4f4;
    border-top: 0px;
}

    .cont_suboptions li:first-child {
        border-top: 1px dotted #e2e2e2;
    }

.searchresults article .suboptionstitle .pricefrom {
    float: right;
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 600;
}

.mb-4 {
    margin-bottom: 40px;
}

.suboptions .mostrarcalendario a {
    color: #ff6600;
    font-weight: 400;
    font-size: 0.9em;
    margin-left: 11px;
}

    .suboptions .mostrarcalendario a .glyphicon {
        background: #f8970d;
        color: #fff;
        padding: 6px;
    }

.suboptions .searchresults article .options {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
}

.cont_suboptions li {
    background-color: #fff !important;
}

.calendarioreservas .month-wrapper {
    margin-left: 0px;
}

.w-100 {
    width: 100%;
}

.w-40 {
    width: 40%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.mw-95 {
    max-width: 95px !important
}

.datepicker-days .disabled.day {
    text-decoration: line-through;
}

.m-r-5 {
    margin-right: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.customtabs2.nav-tabs > li > a {
    margin-bottom: 1px;
    min-width: 100%;
    border: 1px solid #ededed;
    background-color: #efefef;
    color: #666;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
}

.customtabs2.nav-tabs #divPrecioFinal {
    width: calc(100% - 21px);
}

    .customtabs2.nav-tabs #divPrecioFinal.divPrecioFinal2 {
        width: 17.8%;
    }

ul.vinyeta-subitem li {
    width: 99.5% !important;
}

#divPrecioFinal.active a {
    color: #000 !important;
}

.customtabs2.nav-tabs > li > a small {
    font-weight: 500;
    font-size: 12px;
    text-transform: inherit;
}

.preu-habita {
    color: #ec7906;
    font-size: 19px;
    font-weight: 800;
}

    .preu-habita small {
        font-size: 12px;
        text-transform: lowercase !important;
        font-weight: 400;
    }

.ligastos {
    border-bottom: 1px dotted #e2e2e2;
    margin: 8px 0px;
}

.cont_suboptions .subtitiolcancel {
    display: block;
    color: #ec7906;
    padding: 0px 0px 0px 20px;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.cont_suboptions .text-politica {
    display: block;
    color: #666;
    padding: 0px 0px 0px 20px;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 20px !important;
}

.ligastos span {
    display: inline-block;
    color: #ec7906;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
}

.cancelimg {
    margin: 20px auto;
    text-align: center;
}

    .cancelimg img {
        max-width: 50px;
        margin: 0px 20px;
        display: inline-block;
        font-size: 16px;
    }

    .cancelimg p {
        text-laing: center;
        margin: 0px 10px;
        font-size: 16px;
    }

.suboptionstitle-cancel {
    background: #8c8b8b;
}

    .suboptionstitle-cancel a {
        color: #fff;
    }

.mailValidationError {
    text-align: center;
    color: red;
}

.viewBackground {
    background-color: #eaeaea;
}

.imagencabecera .position-relative {
    overflow: hidden;
}

.titol-fitxa-slider {
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    text-transform: uppercase;
    line-height: 50px;
    text-shadow: 4px 4px 0px #ec7906;
    mix-blend-mode: screen;
    position: relative;
}

    .titol-fitxa-slider::after {
        width: 100px;
        height: 7px;
        content: ' ';
        background: #ec7906;
        position: relative;
        display: block;
        margin: auto;
        margin-top: 20px;
    }

.subtitol-fitxa-slider {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 100;
    margin-top: 25px;
}

.modal-backdrop {
    z-index: 998;
}

.resultados2 #hotelsearch {
    z-index: 999;
}

.d-flex {
    display: flex;
}

.col-top-sticky {
    top: 60px;
    position: sticky;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.modal-habitacions {
    left: 0px !important;
    right: 0px !important;
}

.tab-content.tabs h1 {
    font-size: 25px;
}

/*slider*/

.slick-slide, .slick-slide::before, .caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slick-slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.main-slider {
    position: relative;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

    .main-slider.slick-initialized {
        opacity: 1;
        visibility: visible;
    }

.slick-slide {
    position: relative;
    background-size: cover;
}

    .slick-slide::before {
        background-color: #000;
        opacity: .3;
        z-index: 1;
    }

    .slick-slide video {
        display: block;
        position: absolute;
        top: 0%;
        left: 0%;
        min-width: 100%;
        min-height: 100%;
        height: auto;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        width: 100%;
        margin: 0px;
    }

    .slick-slide iframe {
        position: relative;
        pointer-events: none;
    }

    .slick-slide figure {
        position: relative;
        height: 100%;
    }

    .slick-slide .slide-image {
        opacity: 0;
        height: 100%;
        background-size: cover;
        background-position: center;
        -webkit-transition: all .8s ease;
        transition: all .2s ease;
    }

        .slick-slide .slide-image.show {
            opacity: 1;
        }

    .slick-slide .image-entity {
        width: 100%;
        opacity: 0;
        visibility: hidden;
        min-height: 160px;
        object-fit: cover;
    }

    .slick-slide .slide-media {
        -webkit-animation: slideOut 0.2s cubic-bezier(0.4, 0.29, 0.01, 1);
        animation: slideOut 0.2s cubic-bezier(0.4, 0.29, 0.01, 1);
    }

    .slick-slide.slick-active {
        z-index: 1;
    }

        .slick-slide.slick-active .slide-media {
            -webkit-animation: slideIn 1.4s cubic-bezier(0.4, 0.29, 0.01, 1);
            animation: slideIn 1.4s cubic-bezier(0.4, 0.29, 0.01, 1);
        }

        .slick-slide.slick-active .caption {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
            transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
        }

.slick-dots {
    text-align: center;
    padding-top: 0px;
    margin-top: -32px !important;
    position: relative;
}

    .slick-dots li {
        display: inline-block;
        vertical-align: top;
        margin: 0 2px;
    }

        .slick-dots li button {
            min-width: 7px !important;
            width: 7px !important;
            height: 7px !important;
            border: none;
            cursor: pointer;
            border-radius: 50%;
            box-shadow: 0 0 0 0 transparent;
            vertical-align: middle;
            color: #000;
            background-color: #000;
            -webkit-transition: all .3s ease;
            transition: all .1s ease;
            opacity: .4;
            font-size: 1px;
            padding: 0px;
        }

            .slick-dots li button:focus {
                outline: none;
            }

            .slick-dots li button:hover {
                opacity: 1;
            }

        .slick-dots li.slick-active button {
            opacity: 1;
        }

@-webkit-keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }

    to {
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
}

@keyframes slideOut {
    from {
        -webkit-filter: blur(0);
        filter: blur(0);
    }

    to {
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
}

.cont-text-slider {
    position: absolute;
    z-index: 1;
    margin-top: 8% !important;
    text-align: center;
    padding: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

.home .cont-text-slider {
    margin-top: 10% !important;
}

.sep-buscador-home {
    background: #f6f6f6;
    width: 100%;
    height: 80px;
    margin-top: -80px;
}

.position-relative {
    position: relative;
}
/*slider*/

.pt-20 {
    padding-top: 29px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.v-middle {
    vertical-align: middle;
    !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.text-intro-horizontal {
    height: 111px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: initial;
}

.hotelpage .nav-tabs > li {
    margin-bottom: 0px;
}

.hotelpage .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.pasos .pas:last-child {
    border-right: 0px;
}

.pas:last-child::after, .pas:last-child::before {
    display: none;
}

.pas img {
    height: 70px;
    padding: 10px;
}

.pasos {
    background: #ff0;
}

.pas {
    background: #f3ae03;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    border-right: 1px solid #f0f0f0;
}

    .pas.active {
        font-weight: 700;
    }

    .pas::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        right: -32px;
        border-left: 32px solid;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        z-index: 1;
        top: 4px;
        color: #f3ae03;
    }

    .pas::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        right: -33px;
        border-left: 32px solid;
        border-top: 31px solid transparent;
        border-bottom: 31px solid transparent;
        z-index: 1;
        top: 3px;
        color: #f0f0f0;
    }

#form_valid {
    z-index: 10;
}

.subtitiol-busqueda {
    font-weight: 800 !important;
    text-transform: uppercase !important;
}

.icheckbox_minimal-grey, .iradio_minimal-grey {
    background: url(/Scripts/global/plugins/icheck/skins/minimal/grey.png) no-repeat;
}

label.css-label {
    background-color: transparent !important;
}

.accordion_pagament .iradio_minimal-grey, .seleccionar-moneda-pagament .iradio_minimal-grey {
    background: url(/Scripts/global/plugins/icheck/skins/minimal/grey2.png) no-repeat;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.accordion_pagament .iradio_minimal-grey, .seleccionar-moneda-pagament .iradio_minimal-grey {
    background-position: -165px 0;
}

    .accordion_pagament .iradio_minimal-grey.hover, .seleccionar-moneda-pagament .iradio_minimal-grey.hover {
        background-position: -198px 0;
    }

    .accordion_pagament .iradio_minimal-grey.checked, .seleccionar-moneda-pagament .iradio_minimal-grey.checked {
        background-position: -231px 0;
    }

    .iradio_minimal-grey.disabled, .seleccionar-moneda-pagament .iradio_minimal-grey.disabled {
        background-position: -267px 0;
        cursor: default;
    }

    .iradio_minimal-grey.checked.disabled, .seleccionar-moneda-pagament .iradio_minimal-grey.checked.disabled {
        background-position: -299px 0;
        cursor: default;
    }

info-destacat-vinyeta {
    padding: 10px 0px 0px 20px;
    color: #666;
}

.cancelacio-vinyeta, .cancelacio-vinyeta span {
    color: #05a909 !important;
    font-size: 14px;
    padding-top: 4px;
    float: right;
}

    .cancelacio-vinyeta span {
        margin-left: 7px;
        top: -5px;
    }

    .cancelacio-vinyeta .pricefrom {
        color: #000 !important;
        font-weight: 600 !important;
        font-size: 15px !important;
    }

    .cancelacio-vinyeta.gratis {
        border: 1px solid #05a909;
        padding: 5px;
        border-radius: 8px;
    }

.optionstitle a {
    color: #888;
    font-size: 19px;
}

.tab-vinyeta {
    margin-bottom: 20px !important;
}

.info-destacat-vinyeta {
    padding: 10px 20px;
    color: #f8970d;
    margin-bottom: 0;
}

    .info-destacat-vinyeta span {
        color: #666;
    }

.articulos .customtabs2.nav-tabs > li.active > a, .articulos .customtabs2.nav-tabs > li.active > a:focus, .articulos .customtabs2.nav-tabs > li.active > a:hover {
    border: 1px solid #b5b4b4;
    background-color: #ccc9c9;
    color: #fff;
}

.border-gruixut {
    border: 4px solid #dadada;
}

.titol-h3-reserva {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 23px;
}

.titol-resumen-reserva {
    background-color: #00a2df;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0px;
    margin: 0;
}

.metodes-pago {
    font-size: 15px;
    font-weight: 200;
    text-align: left;
    line-height: 35px;
    color: #888;
    padding: 0px 25px;
}

    .metodes-pago strong {
        font-size: 19px;
        font-weight: 700;
    }

.paxeshabitacion {
    font-size: 18px;
    font-weight: 600;
    margin-top: 3px;
    display: inline-block;
}

    .paxeshabitacion i {
        font-size: 21px;
        margin-right: 10px;
    }

.regimhabitacion {
    font-weight: 600;
}

.liserveisextra {
    padding-bottom: 0px !important;
    border: 0px !important;
    margin-top: 10px;
    font-weight: 600;
}

.border0 {
    border: 0px !important;
}

.hotelpage .tabs-detalleshotel > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 17px;
    border-bottom: 3px solid #000 !important;
}

.hotelpage .nav-tabs > li > a:focus, .hotelpage .nav-tabs > li > a:hover {
    text-decoration: none;
    background-color: #000;
}

.accordion_pagament h3 a {
    font-size: 15px;
    font-weight: 600;
    /* text-transform: initial; */
}

article .btn {
    white-space: initial !important; /*margin:0px 10px!important*/
}

.accordion_pagament .panel-heading h3 {
    padding: 0px !important;
    color: #333;
    margin: 0px !important;
}

.accordion_pagament {
    margin-top: 30px;
    margin: 35px;
}

    .accordion_pagament label {
        font-weight: 500;
        font-size: 16px;
    }

/*#telefono_itu {	display: none;}*/
.loginbox .input-group {
    width: 100%;
}

.maincontent.reserva {
    padding-top: 85px !important;
    margin-left: 0px !important;
}

.accordion_pagament {
    margin-top: 30px;
    margin: 0px;
    padding: 0px;
}

.d-none {
    display: none !important;
}

.ug-thumb-image {
    margin: 0px !important;
}

.ug-strip-panel .ug-strip-arrow-up.ug-skin-default .ug-strip-arrow-tip, .ug-strip-panel .ug-strip-arrow-down.ug-skin-default .ug-strip-arrow-tip {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
}

.bg-white {
    background-color: #fff !important;
}

.reservavarias-select2 {
    width: 100% !important;
    max-width: initial !important;
    padding: 10px !important;
    margin-top: 15px !important;
}

.marginli {
    margin: 9px !important;
}

.reservavarias2 {
    width: 100% !important;
    max-width: initial !important;
    padding: 0px !important;
    margin-top: 15px !important;
    margin: 10px 1px !important;
}

.item-solo .imagegalery-edit {
    max-height: 350px;
    overflow: hidden;
}

.borrar-seleccion-buscador {
    display: inline-block !important;
    color: #ec7906;
    font-size: 16px;
    padding-left: 8px;
    cursor: pointer;
}

.home .hotelpage .imagencabecera {
    padding: 0 0 0px 0;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }

.cont_formulari_agencia {
    background: #fff;
    padding: 20px;
}

    .cont_formulari_agencia .titol {
        background: #000;
        padding: 5px 10px;
        font-size: 17px;
        color: #fff;
        margin-bottom: 20px;
    }

    .cont_formulari_agencia .checkbox {
        margin: 0px 0px 40px 0px;
    }

.breadcrumb-right-center .open > .dropdown-menu {
    display: block;
    right: 0;
    left: auto;
    background: #373535;
}

.h-580 {
    height: 580px !important;
}

.colmd5 {
    width: 41.66666667% !important;
}

.navbar-right ul.dropdown-menu {
    left: auto !important;
    right: 0px !important;
}

.taulaextras p {
    display: none;
    font-weight: 800;
    text-transform: uppercase;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 20px;
}

.profesionalpage {
    padding-top: 50px !important;
}

    .profesionalpage h1 {
        color: #000;
    }

#divgif {
    position: absolute;
    top: 34px;
    right: 21px;
}

#koautocomplete_pais_text {
    font-size: 12px;
    color: #a94442;
}

.border-vermell {
    border-color: #a94442 !important;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    line-height: 12px;
    height: 24px;
}

.breadcrumb-dropdown-menu {
    z-index: 1;
}

.filtrolateral #cont_habitaciones {
    left: 0px;
}

.hotelsearchllarg02 #cont_habitaciones {
    right: 0px;
}

.filtrolateral .w-460, .hotelsearchllarg02 .w-460 {
    width: 690px !important;
}

.filtrolateral #cont_habitaciones::before, .filtrolateral #cont_habitaciones::after {
    left: 20px !important;
    right: auto;
}

.alert-cancelacion {
    padding: 5px 10px;
    margin-top: 20px;
}

#aviso_habitaciones_cuna {
    display: block;
    margin-bottom: 10px;
}

.optionstitle span {
    color: #ec7906;
}

.accordion_pagament .collapseicon::after {
    position: absolute;
    right: 0px;
    color: #ec7906;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    content: "\f068";
}

.accordion_pagament .collapseicon.collapsed::after {
    position: absolute;
    right: 0px;
    color: #ec7906;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    content: "\f067";
}

.subtitolmpago {
    font-size: 18px;
    text-transform: uppercase;
    color: #888;
}

.descripcion {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
/*marges casapaslera*/
.home {
    padding-top: 62px;
}
/*marges casapaslera*/

/*galeria hotels*/

.slick-list.draggable {
    background: #f5f5f5;
}

.hotelgallery .slick-prev i::before {
    content: "\f104";
    font-size: 70px;
    margin-right: -20px;
}

.hotelgallery .slick-slide img {
    max-height: 650px !important;
    object-fit: cover;
    object-position: center;
}

.hotelgallery .slick-dots {
    margin-top: -50px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.hotelgallery .slick-next i::before {
    content: "\f105";
    font-size: 70px;
    margin-left: -20px;
}

.hotelgallery .slick-prev:hover, .hotelgallery .slick-prev:focus, .hotelgallery .slick-next:hover, .hotelgallery .slick-next:focus {
    color: #d9d8d8;
}

.hotelgallery .slick-prev.slick-arrow, .hotelgallery .slick-next.slick-arrow {
    background: transparent !important;
    border: none;
}

.hotelgallery .slick-next::before, .hotelgallery .slick-prev::before {
    display: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.tabshotel .slick-slider {
    margin-top: 20px;
}

.thumbnailfitxah {
    cursor: pointer;
    border: 1px solid #fff;
}

    .thumbnailfitxah img {
        height: 130px;
        object-fit: cover;
        object-position: center;
    }

.slick-slider img {
    width: 100%;
}

.slick-slide::before {
    opacity: 0.3;
}

.hotelgallery img {
    margin: 0px;
}

.hotelgallery button {
    color: #fff;
    background: #ec7906;
    border: 0px;
    padding: 6px 11.5px;
    min-width: 96px;
    opacity: 0.7;
    transition: 0.5s all;
    margin-top: 4px;
}

    .hotelgallery button:hover {
        opacity: 1;
    }

.dropdown-menu button {
    display: block;
    background: none !important;
    color: #000 !important;
    padding: 0px 10px !important;
    width: 100%;
    text-align: left;
}

    .dropdown-menu button:hover {
        color: #fff !important;
        background: rgba(236, 121, 6, 0.6) !important;
    }

.filtredropdown {
    display: none;
}

.filtrebotons {
    display: block;
}

.clasepagament {
    margin-top: 0px;
}

.clear {
    clear: both;
}

.addextraok {
    display: none;
    width: 100%;
    margin-bottom: 40px;
    background: #93d962;
    text-align: center;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
}

    .addextraok i {
        font-size: 18px;
    }

.c-whatsapp {
    color: #47c758;
}

.tel-whats-mbl {
    display: none;
    float: right;
    margin-right: 0px;
    margin-top: 12px;
}

.drop-user {
    margin-right: 15px;
    margin-top: 12px;
}

.tel-whats-mbl i {
    font-size: 24px;
}

.tel-whats-mbl .dropdown {
    display: inline-block;
}

.tel-whats-mbl .dropdown-menu {
    top: 41px;
}

.icon-modalhab {
    text-align: center;
    display: inline-block;
    margin: 0px 10px 10px 10px;
    position: relative;
}

    .icon-modalhab img {
        width: 30px;
        margin-bottom: 5px;
    }

    .icon-modalhab p {
        font-size: 12px;
    }

    .icon-modalhab::after {
        width: 1px;
        height: 40px;
        content: ' ';
        right: -10px;
        position: absolute;
        top: 5px;
        background: #ccc;
    }

    .icon-modalhab:last-child::after {
        display: none;
    }

#mainmenu > .navbar-right > .dropdown > .dropdown-toggle > .fa {
    font-size: 28px !important;
    height: 24px !important;
}

.idioma-flag {
    width: 30px;
}

.navbar-toggle-fa {
    font-size: 16px;
    padding: 7px 0px;
    text-align: center;
    border: 0px;
    background: transparent;
    color: #fff;
}

.fa.fa-monedas {
    font-family: 'Hind', sans-serif;
    font-size: 50px !important;
    font-weight: 600;
}

.navbar-right .dropdown-toggle:hover {
    text-decoration: none !important;
    border-color: #000 !important;
}

.nav-toronja {
    margin: 10px 0px;
    text-transform: uppercase;
    padding: 0px 10px !important;
}

    .nav-toronja a {
        background-color: #ec7906;
    }

        .nav-toronja a:hover {
            background-color: #ec7906;
            opacity: 0.8;
        }

header .navbar-nav a:link, header .navbar-nav a:visited, header .navbar-nav a:hover {
    border-color: #000 !important;
}

.nav-padding-otros a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.navbarmenusup3 .fa, .navbarmenusup2 .fa, .navbarmenusup4 .fa, .navbarmenusup5 .fa, .navbarmenusup6 .fa {
    font-size: 30px !important;
}

.d-mbl-none {
    display: none !important;
}

.d-md-none {
    display: initial !important;
}

.navbar-right.bg-black li {
    padding: 0px 6px;
}

    .navbar-right.bg-black li .fa {
        vertical-align: middle;
    }

#mainmenu2 a, #mainmenu3 a, #mainmenu4 a, #mainmenu5 a, #mainmenu6 a {
    font-size: 14px;
}

.w-30-mbl {
    width: 32%;
    display: inline-block !important;
}

.bg-black {
    background-color: #000 !important;
}

.botons-submenu-mbl {
    display: block;
    height: 40px;
}

    .botons-submenu-mbl button {
        text-align: center;
        min-width: 33%;
        float: left;
    }

    .botons-submenu-mbl .fa-monedas {
        font-size: 22px !important;
    }

.navbar-fixed-top .navbar-nav {
    margin: 0px;
    background: #000;
}

.navbar-fixed-top .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

#mainmenu3, #mainmenu2, #mainmenu4, #mainmenu5, #mainmenu6 {
    width: 100%;
    background: #000;
    border-left: 10px solid #000;
    border-right: 10px solid #000;
    max-width: 400px;
    position: absolute;
    right: 0;
}

    #mainmenu2 ul, #mainmenu4 ul {
        width: 100%;
    }

    #mainmenu2 li, #mainmenu3 li, #mainmenu4 li, #mainmenu5 li, #mainmenu6 li {
        display: block;
        width: 100%;
    }

    #mainmenu2 .navbar-nav, #mainmenu3 .navbar-nav, #mainmenu4 .navbar-nav, #mainmenu5 .navbar-nav, #mainmenu6 .navbar-nav {
        margin: 0px;
        background: #000;
        padding: 10px;
    }

@media (min-width: 1150px) {
    #mainmenu2 a, #mainmenu3 a, #mainmenu4 a, #mainmenu5 a, #mainmenu6 a {
        font-size: 16px;
    }

    .nav-toronja {
        padding: initial !important;
    }

    .navbar-fixed-top .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    header .navbar-nav .d-mbl-none ul a:link, header .navbar-nav .d-mbl-none ul a:visited, header .navbar-nav .d-mbl-none ul a:hover {
        border-color: #efefef !important;
    }

    .botons-submenu-mbl {
        display: initial;
        height: initial;
    }

    .d-md-none {
        display: none !important;
    }

    .d-mbl-none {
        display: block !important;
    }

    .w-30-mbl {
        width: initial;
        display: block
    }
}