@charset "UTF-8";
/***!  /templates/hotelalu/css/hotel-alu.css  !***/

@media all {html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 'Alegreya SC', serif;
    height: 100%;
}

.center {
    max-width: 1222px;
    margin: 0 auto;
    position: relative;
}

h1, .inner h2, .inner h3, .inner h4, .inner h5, .inner h6 {
    font-size: 24px;
    color: #717070;
    padding: 0 0 10px 0;
    font-family: 'Alegreya SC', serif;
    line-height: 130%;
}

h2, h3, h4 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding: 20px 0;
}

h2:before, h3:before, h4:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 13px;
    background: #717070;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.inner h2:before, .inner h3:before, .inner h4:before, .inner h5:before, .inner h6:before, .room-txt h2:before, .room-txt h3:before, .offer-txt h2:before {
    margin: 0;
    width: 0;
    height: 0;
    display: none;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 16px;
}

.header {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 93px;
    font-size: 0;
    text-align: center;
    z-index: 999;
}

.header:after {
    content: "";
    clear: both;
}

.header-item {
    display: inline-block;
    vertical-align: middle;
}

.header.small-one {
    height: 94px;
    border-bottom: 1px solid #f3f3f3;
}

.small-one #language ul {
    height: 49px;
}

.small-one #language li {
    padding: 17px 0;
}

.small-one #menu ul ul li {
    background: rgba(87, 86, 86, 0.93);
}

.small-one #menu ul ul li a {
    color: #fff;
}

.small-one #menu ul ul li.active a {
    color: #fff;
}

.logo {
    float: left;
}

.logo img {
    display: block;
}

#menu {
    font-size: 0;
    padding: 26px 0 0 0;
}

#menu li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 140%;
    padding: 0 10px;
}

#menu li:hover ul {
    display: block;
}

#menu a {
    text-decoration: none;
    color: #717070;
    font-weight: 700;
    display: block;
    border-bottom: 5px solid transparent;
}

#menu a.mobileMenu {
    display: none;
    font-size: 60px;
    color: #9d0021;
    font-family: "ElegantIcons";
    text-decoration: none;
    border-bottom: 0;
    background: #fff;
    padding: 16px;
    width: 92px;
    height: 92px;
}

#menu a.mobileMenu.status {
    font-size: 54px;
}

#menu a.mobileMenu.status:before {
    content: "\4d";
}

#menu a.mobileMenu:hover {
    text-decoration: none !important;
}

#menu a:hover, #menu ul > li:hover > a, #menu > ul > li.active > a {
    border-color: #9d0021;
    color: #9d0021;
}

#menu a:hover span, #menu ul > li:hover > a span, #menu > ul > li.active > a span {
    color: #717070;
}

#menu a:hover span {
    color: #717070;
}

#menu span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    padding: 0 0 20px 0;
}

#menu ul ul {
    display: none;
    position: absolute;
    width: 236px;
    top: 67px;
    left: 50%;
    margin-left: -118px;
    border-top: 5px solid transparent;
}

#menu ul ul li {
    display: block;
    padding: 7px 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.93);
}

#menu ul ul li:first-child {
    padding: 20px 0 7px 0;
}

#menu ul ul li:last-child {
    padding: 7px 0 20px 0;
}

#menu ul ul a {
    font-weight: 400;
    border: 0;
}

#menu ul ul a:hover, #menu ul ul li.active a {
    text-decoration: underline;
    color: #9d0021;
}

.sidebar-right {
    float: right;
    margin: 15px 30px 0 0;
}

#language ul {
    font-size: 0;
    height: 72px;
    text-align: center;
    background: #fff;
}

#language li {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    padding: 29px 0;
}

#language a {
    text-decoration: none;
    color: #717070;
    text-transform: uppercase;
}

#language a:hover, #language li.lang-active a {
    color: #9d0021;
}

.call-to-action {
    position: relative;
    background: #9d0021;
    width: 195px;
}

.call-to-action a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px 0;
}

#slider {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    z-index: 100;
}

#slider:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.ns_nerveSlider {
    display: block !important;
    position: absolute !important;
}

#slogan {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
    color: #fff;
    font-size: 52px;
    margin-top: -44px;
    z-index: 100;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

#slogan:after {
    content: "";
    width: 76px;
    height: 3px;
    background: #9d0021;
    display: block;
    margin: 33px auto 0 auto;
}

#scroll-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
}

#scroll-content a {
    color: #fff;
    text-decoration: none;
    font-size: 95px;
}

#quick-request {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: rgba(0, 0, 0, 0.75);
    z-index: 200;
}

.quick-request-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.quick-request-wrapper .center {
    display: table-cell;
    vertical-align: middle;
}

.small-form {
    border-top: 1px solid #fff;
    max-width: 664px;
    margin: 0 auto;
    display: block;
    padding: 40px 0 0 0;
    font-size: 0;
    text-align: center;
}

.small-form .inner-element {
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    margin: 0 15px;
    position: relative;
}

.small-form input {
    background: none;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Alegreya SC', serif;
    text-align: center;
    display: block;
}

.small-form input.data {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-indent: -9999999em;
    cursor: pointer;
}

.small-form input.date_month, .small-form label.onlytxt {
    font-size: 16px;
    width: 100px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
}

.small-form input.date_day, .small-form input.txtelement {
    font-size: 85px;
    width: 100px;
}

.small-form ::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
}

.small-form ::-moz-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
}

.small-form :-ms-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
}

.small-form :-moz-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
}

.submit-request {
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 30px 0 0 0;
    font-size: 0;
}

.submit-request input {
    width: 50%;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    padding: 15px 0;
}

.submit-request input.invia {
    background: #575656;
}

.submit-request input.booking {
    background: #9d0021;
}

.af-col-center button {
    background-color: #9d0021 !important;
    border-radius: 0 !important;
}
.af-required-field-message span,
.af-label-required:after {
    color: #9d0021 !important;
}
#main {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    padding: 47.5px 0;
    z-index: 100;
}

body.layout.noPhoto #main {
    padding: 100px 0 0 0;
}

.content {
    font-size: 0;
    display: block;
    width: 100%;
    position: relative;
    padding: 12.5px 0;
}

.content strong {
    font-weight: 700;
}

.content em {
    font-style: italic;
}

#tabs p {
    font-size: 16px;
    padding: 15px 0;
    font-family: 'Lato', sans-serif;
    color: #717070;
    line-height: 180%;
}

.content #tabs {
    font-size: 0;
    border: 0px !important;
}

.content #tabs ul {
    padding: 0;
    border: 0px !important;
}

.ui-tabs-panel {
    border: 0px !important;
}

.content #tabs li {
    display: inline-block;
    font-size: 16px;
    width: 33.333%;
    text-align: center;
    background: #575656;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: 0;
}

.content #tabs li.ui-state-active {
    background: #9d0021;
}

.content #tabs li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.content #tabs li:before {
    display: none;
}

.content a {
    color: #9d0021;
    text-decoration: underline;
}

.content ul {
    padding: 20px 0;
}

.content li {
    font-size: 16px;
    color: #717070;
    padding: 2px 0;
}

.content li a span.jbspan {
    text-decoration: none;
}

.content li a span.jbspan:before {
    content: "-";
    display: inline-block;
    margin: 0 10px;
}

.content ul li:before {
    content: "\35";
    font-family: "ElegantIcons";
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    color: #9d0021;
}

.content ul ul {
    padding: 20px 0 20px 20px;
}

.stay-insure {
    padding: 10px 35px;
    background: #f4f3f2;
}

.stay-insure a.ctl-button-action {
    background: #9d0021;
    color: #fff;
    text-decoration: none;
    font-family: 'Alegreya SC', serif;
    font-size: 20px;
    padding: 2px 10px;
    margin: 0 0 0 10px;
}

.stay-insure img.fimage {
    float: right;
    margin: 0 0 10px 10px;
}

.double-img {
    padding: 12.5px 0;
}

.ltf .content, .content.position-lft {
    direction: ltr;
}

.rtl .content, .content.position-rtl {
    direction: rtl;
}

.ltf .element.txt, .rtl .element.txt, .inner .element.txt {
    width: 51.06382978723404%;
    padding: 30px;
    direction: ltr;
}

.element {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.element.image {
    width: 48.93617021276596%;
}

.imgs {
    min-height: 493px;
}

.imgs.double {
    min-height: 244px;
}

.imgs.double:nth-child(even) {
    margin: 25px 0 0 0;
}

.element.txt, .element.txt.fullwidth {
    width: 100%;
    font-size: 16px;
    color: #717070;
    font-family: 'Lato', sans-serif;
    line-height: 180%;
    text-align: left;
}

.element.txt.fullwidth {
    padding: 0 30px;
}

.inner .element.txt {
    padding: 30px;
}

.element.txt p {
    padding: 15px 0;
}

.element.txt p.quotation {
    font-family: 'Alegreya SC', serif;
    font-size: 24px;
    line-height: 140%;
}

.element.txt .purple {
    text-transform: uppercase;
    text-decoration: none;
    color: #9d0021;
    font-size: 18px;
    font-weight: 700;
    display: block;
    direction: ltr;
}

.element.txt .purple:before {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
}

.icon {
    font-family: 'Lato', sans-serif !important;
}

.icon:before {
    font-family: 'ElegantIcons';
}

.excursions {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 20px 0;
}

.excursions td {
    width: 25%;
    border-bottom: 1px solid #717070;
    border-top: 1px solid #717070;
    padding: 10px 0;
    font-size: 14px;
}

.excursions td strong {
    text-decoration: underline;
    color: #000;
}

.image-block {
    display: block;
    width: 100%;
    background: #fff;
    font-size: 0;
    min-height: 244px;
    padding: 12.5px 0;
}

.inner-img {
    display: inline-block;
    vertical-align: top;
    width: 49.01800327332243%;
    font-size: 16px;
}

.inner-img .imgs {
    min-height: 244px;
}

.inner-img.snd {
    width: 48.93617021276596%;
    margin: 0 0 0 2.0458265139116203%;
}

.rooms, .offers {
    position: relative;
    display: block;
    margin: 30px 0;
}

.offers {
    margin: 25px 0 0 0;
}

.single-room, .single-offer {
    font-size: 0;
    background: #f7f7f7;
    margin: 0 0 25px 0;
}

.room, .offer {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.room-image, .offer-image {
    width: 48.93617021276596%;
    height: 100%;
    position: relative;
}

.room-image {
    width: 100%;
}

.room-image .owl-carousel, .room-image .owl-carousel .owl-wrapper-outer, .room-image .owl-wrapper, .room-image .owl-item, .room-image .owl-item li {
    height: 100%;
    padding: 0px !important;
}

.room-image .backstretch, .room-image .backstretch img {
    height: 100% !important
}

.room-image li {
    min-height: 530px;
}

.room-txt, .offer-txt {
    width: 51.06382978723404%;
    padding: 30px;
    padding-bottom: 0;
    text-align: left;
}

.room-txt {
    width: 100%;
    padding: 10px 15px;
}

.room-txt h2, .offer-txt h2 {
    padding-top: 0px;
    font-size: 18px;
}

.room-txt h3 {
    padding: 10px 0;
}

.content .room-txt li {
    padding: 0;
}

.element.txt .room-txt p, .element.txt, .element.txt .offer-txt p, .room-txt ul {
    padding: 5px 0;
    clear: both;
}

.offer-txt p.period {
    border-top: 1px dashed #717070;
    margin: 20px 0 0 0;
}

.offer-txt p span.price {
    font-weight: 700;
    font-size: 30px;
    color: #9d0021;
    float: right;
}

.offer-txt p span.date {
    float: right;
    font-weight: 700;
}

.offer-txt p.price-block:after, .offer-txt p.period:after {
    content: "";
    clear: both;
}

.single-offer.rtl {
    direction: rtl;
}

.single-offer.rtl .offer-txt, .single-offer.rtl .full-offer-txt {
    direction: ltr;
}

.imgs-room, .imgs-offer {
    position: relative;
    width: 100%;
    height: 100%;
}

.imgs-offer {
    min-height: 400px;
}

.content .imgs-room ul li:before {
    display: none;
}

.room-request, .offer-details {
    font-size: 0;
    width: 100%;
    margin: 20px 0 0 0;
}

.room-request a, .offer-details a {
    width: 50%;
    border: 0;
    background: none;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.room-request a.req_request, .offer-details a.detail-link {
    background: #575656;
}

.offer-details a.deactivate {
    display: none;
}

.room-request a.req_booking, .offer-details a.request-link {
    background: #9d0021;
}

.offer-details a.fuller.request-link {
    width: 100%;
}

.full-offer-txt {
    display: none;
    width: 100%;
    font-size: 16px;
    padding: 30px;
}

.full-offer-txt p {
    padding: 10px 0 !important;
}

.full-offer-txt table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0;
}

.full-offer-txt table tr:first-child td {
    background: #575656;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.full-offer-txt table td {
    padding: 10px;
    vertical-align: middle;
}

.full-offer-txt table tr:nth-child(odd) {
    background: #fff;
}

.offer-req {
    display: block;
    width: 100%;
    text-align: center;
}

.offer-req a {
    background: #9d0021;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 60px;
    width: auto;
    display: inline-block;
}

.content .offer-back {
    width: 50%;
    border: 0;
    background: #575656;
    text-transform: uppercase;
    display: block;
    vertical-align: top;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
}

.textarea, .item-privacy {
    display: block;
    width: 100%;
    border: 1px solid #717070;
    resize: none;
    height: 115px;
    overflow-y: scroll;
    font-size: 13px;
    padding: 10px;
    line-height: 160%;
    background: #fff;
}

.newsletterForm label {
    display: block;
}

.newsletterForm .item-col-last label {
    display: inline;
}

.newsletterForm .item-col-last .errorMessages label {
    display: block;
}

.newsletterForm button {
    cursor: pointer;
    border: 0;
    background: #9d0021;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    padding: 10px 20px;
}

.newsletterForm input[type="text"], .inner-table .newsletterForm label span {
    display: block;
    width: 100%;
    padding: 0;
}

.newsletterForm input[type="text"].error {
    border: 1px solid #9d0021;
}

.newsletterForm input[type="text"] {
    background: #fff;
    border: 1px solid #ededed;
    padding: 8px 10px;
    display: inline-block;
    width: 50%;
}

.inner-table .newsletterForm label span {
    margin: 10px 0;
    font-weight: 400;
}

.accept-block {
    margin: 20px 0 10px 0;
    font-size: 0;
}

.accept-block input[type="checkbox"], .accept-block label {
    display: inline;
    font-size: 12px;
    line-height: 100%;
}

.accept-block input[type="checkbox"] {
    margin: 0 10px 0 0;
}


.bigbutton {
    background: none;
    border: none;
    color: #4985bb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    margin: 0 0 0 10px;
}

#sublinks label {
    display: inline-block;
    margin: 20px 25px 20px 0;
}

.item-cols {
    position: relative;
    overflow: hidden;
}

.newsletterForm .item-col-2 {
    position: relative;
    float: left;
    width: 48%;
    text-align: left;
    margin: 0 1% 30px;
}

.newsletterForm .item-col-2 {
    position: relative;
    text-align: left;
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

fieldset p {
    margin-top: 30px;
}

.item-col-last {
    text-align: center;
}

.item-col-last .special {
    font-size: 13px;
    line-height: 130%;
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

fieldset legend, .item-col-last legend {
    background-color: #f4f3f2;
    color: #717070;
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

fieldset label, .item-col-last label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
}

fieldset label input[type="text"] {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd7d1;
    background: none;
    padding: 3px 10px;
    font-size: 12px;
    width: 55%;
    display: inline-block;
}

fieldset label input.nr {
    width: 25px;
}

fieldset label span {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #717070;
    width: 200px;
}

fieldset label span.req {
    font-weight: 700;
}

fieldset label span.req:after {
    content: "*";
}

fieldset textarea {
    width: 95%;
    box-sizing: border-box;
    height: 160px;
    border: 1px solid #ddd7d1;
    background: none;
}

form button {
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.item-cols hr {
    display: none;
}

.item-privacy {
    margin: 30px 0;
    font-size: 12px;
}

.item-col-2-intern {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    font-size: 12px;
}

.item-col-2-intern label {
    width: 50%;
    float: left;
}

.item-col-2-intern select {
    margin-right: 5px;
}

.item-col-2-intern label span {
    display: none;
}

.errorMessages {
    display: none;
    font-size: 13px;
    text-align: left;
    border: 1px solid #8c1145;
    padding: 10px;
    background-color: #FDF4F8;
    margin-top: 20px;
}

.errorMessages label {
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 2px;
    font-size: 13px;
}

.errorMessages label.valid {
    margin: 0 !important;
    font-size: 0;
    list-style-type: none;
}

.errorMessages p {
    color: #8c1145;
    font-weight: bold;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 5px 0 !important;
}

fieldset label input.error {
    background-color: #FDF4F8;
    border-color: #8c1145;
}

.ui-datepicker-trigger {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

#footer {
    display: block;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 100;
}

.address {
    background: #f4f3f2;
    text-align: center;
    padding: 35px 10px;
    color: #717070;
    max-width: 1222px;
    margin: 0 auto;
}

.address hr {
    border: 0;
    height: 1px;
    width: 26px;
    margin: 35px auto;
    background: #717070;
}

.footer-header {
    font-size: 31px;
    color: #9d0021;
}

.footer-head {
    font-size: 22px;
    color: #717070;
    padding: 5px 0 0 0;
}

.hotel {
    font-size: 18px;
    text-transform: uppercase !important;
}

.hotel span {
    text-transform: none;
    font-size: 16px;
}

.hotel:before {
    color: #9d0021;
    margin: 0 10px 0 0;
}

p.address {
    padding: 8px 0 0 0;
    font-family: 'Lato', sans-serif;
}

.google-map {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    padding: 25px 0 0 0;
}

#map-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    background: url("https://www.hotelalu.it/templates/hotelalu/images/google-map-b.jpg") no-repeat center center;
    background-size: cover;
}

#map-canvas a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.footer {
    position: relative;
    display: block;
    width: 100%;
    height: 388px;
    background: url("https://www.hotelalu.it/templates/hotelalu/images/mountains.png");
    background-size: cover;
}

.footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.60);
}

.footer .center {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 737px;
}

.footer-last {
    display: table-cell;
    vertical-align: middle;
}

.newsletter {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}

.newsletter p {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}

.newsletter form {
    border: 1px solid #fff;
    font-size: 0;
    text-align: left;
    margin: 30px 0 0 0;
}

.newsletter form:before {
    content: "";
    width: 140px;
    height: 54px;
    display: inline-block;
    vertical-align: top;
    background: url("https://www.hotelalu.it/templates/hotelalu/images/sprites.png") no-repeat 46px 16px;
}

.newsletter input {
    border: 0;
    background: none;
    display: inline-block;
    padding: 19px 0;
    color: #fff;
    font-size: 14px;
}

.newsletter input[type="text"] {
    width: 175px;
    text-align: center;
}

.newsletter input[type="submit"] {
    width: 69px;
    background: #9d0021;
    cursor: pointer;
    font-family: 'ElegantIcons';
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 11px 0;
}

.newsletter ::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.newsletter ::-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.newsletter :-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.newsletter :-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.footer-bottom {
    margin: 55px 0 0 0;
    font-size: 0;
}

.foo {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.foo ul {
    font-size: 0;
    display: inline-block;
    margin: 10px 0 0 0;
}

.foo li {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

.foo01 {
    width: 23.777173913043477%;
}

.foo02 {
    font-size: 14px;
    color: #f4f3f2;
    font-family: 'Lato', sans-serif;
    line-height: 160%;
    width: 76.22282608695652%;
}

.foo02 strong {
    color: #9d0021;
}

.foo02 a {
    color: #f4f3f2;
    text-decoration: none;
}

.item-02:after {
    content: "";
    clear: both;
}

.item-02 li {
    font-size: 14px;
    color: #878584;
}

.item-02 li:before {
    content: "|";
    display: inline-block;
    margin: 0 8px;
}

.item-02 li:first-child:before {
    content: "";
    margin: 0;
}

.item-02 a {
    color: #dadada;
}

.item-02 a:hover {
    color: #fff;
}

.foo ul.social-media {
    float: none;
}

.foo ul.social-media li {
    margin: 0 6px;
}

.foo ul.social-media li:before {
    display: none;
}

.foo ul.social-media li a {
    display: block;
    width: 31px;
    background: url("https://www.hotelalu.it/templates/hotelalu/images/sprites.png");
    opacity: 0.5;
}

.foo ul.social-media li a:hover {
    opacity: 1.0;
}

.foo ul.social-media li a.fb, .foo ul.social-media li a.gplus, .foo ul.social-media li a.instagram, .foo ul.social-media li a.flickr {
    width: 21px;
}

.foo ul.social-media li a.fb {
    background-position: 0px 22px;
}

.foo ul.social-media li a.gplus {
    background-position: -38px 22px;
}

.foo ul.social-media li a.instagram {
    background-position: -76px 22px;
}

.foo ul.social-media li a.tripadvisor {
    background-position: -115px 22px;
}

.foo ul.social-media li a.flickr {
    background-position: -162px 22px;
}

.company {
    position: absolute;
    padding: 0 10px;
    bottom: 10px;
    left: 0;
    display: block;
    width: 100%;
    text-align: right;

}
.company img {
    width: 60px;
}

#scroll-top {
    position: fixed;
    bottom: 0;
    left:calc(50% - 25px);
    z-index: 9999;
    background: #717070;
    color: #fff;
    padding: 10px 15px;
    font-size: 22px;
    text-decoration: none;
    display: none;
}

#mobileLinks {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    z-index: 999;
}

#mobileLinks a {
    display: inline-block;
    width: 50%;
    background: #575656;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 13px 0;
    font-weight: 700;
    font-size: 14px;
}

#mobileLinks a.booknow {
    background: #9d0021;
}

.side-links {
    display: block;
    position: fixed;
    top: 25vh;
    right: 0;
    max-width: 20vw;
    z-index: 999;
}

.side-links a {
    display: block;
    width: 100%;
    background: #575656;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    margin: 13px 0;
    font-size: 14px;
}

.side-links p:last-of-type a {
    background: #9d0021;
}

.slider-controls {
    width: 100%;
}

.slider-controls div {
    padding: 5px;
    margin: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.slider-controls .prev {
    float: left;
}

.slider-controls .next {
    float: right;
}


@media only screen and (max-width: 1490px) {
    .header {
        background: none;
        text-align: left;
        border: 0px !important;
        height: 93px !important;
    }

    #language ul {
        height: 48px;
    }

    #language li {
        padding: 17px 0;
    }

    #menu {
        padding: 0;
    }

    #menu ul {
        display: none;
        position: absolute;
        top: 92px;
        left: 0;
        width: 258px;
        background: #fff;
        background: rgba(255, 255, 255, 0.95);
        padding: 10px 0;
        border-bottom: 2px solid #717070;
    }

    #menu li {
        display: block;
        text-align: center;
    }

    #menu span {
        padding: 0;
    }

    #menu a {
        border: 0;
        padding: 10px 0;
    }

    #menu a.mobileMenu {
        display: inline-block;
    }

    #menu ul ul {
        position: relative;
        display: none;
        top: 0;
        margin: 0;
        left: 0;
        width: auto;
        border: 0;
        margin: 0;
        border-top: 1px solid #717070;
        border-bottom: 1px solid #717070;
        padding: 10px 0;
        background: none;
    }

    #menu ul ul li, .small-one #menu ul ul li {
        background: none;
    }

    #menu ul ul li:first-child, #menu ul ul li:last-child {
        padding: 0;
    }

    .small-one #menu ul ul li.active a {
        color: #9d0021;
        text-decoration: underline;
    }

    #menu ul ul a {
        padding: 5px 0;
    }

    .small-one #menu ul ul li a {
        color: #717070;
    }

    #menu ul li.opensubnav ul {
        display: block !important;
    }

    #menu ul ul {
        position: absolute;
        left: 258px;
        width: 258px;
        background: rgba(255, 255, 255, 0.95);
        top: 0;
    }
}

@media only screen and (max-width: 1260px) {
    #main {
        padding: 20px;
    }
}

@media only screen and (max-width: 1040px) {
    #slogan {
        font-size: 40px;
    }

    .inner .element.txt {
        padding: 20px 0;
    }

    .ltf .element.txt, .rtl .element.txt, .inner .element.txt {
        width: auto;
        display: block;
    }

    .element.image {
        width: 100%;
    }

    .imgs {
        min-height: 400px;
    }

    .imgs.double {
        display: inline-block;
        width: 50%;
    }

    .imgs.double:nth-child(even) {
        margin: 0;
    }

    .room, .offer {
        vertical-align: middle;
    }

    .room-image, .offer-image {
        display: block;
        width: auto;
        height: auto;
    }

    .room-txt, .offer-txt {
        width: auto;
        padding-bottom: 30px;
    }

    .imgs-room div.backstretchr {
        display: none;
    }

    .imgs-room li.backstretchr > img {
        display: block !important;
        max-width: 100%;
        height: auto;
    }

    .room-list {
        max-width: 800px;
        margin: 0 auto;
    }

    .owl-theme .owl-controls .owl-buttons div.owl-next, .owl-theme .owl-controls .owl-buttons div.owl-prev {
        background: #fff !important;
    }

    .single-offer.rtl, .rtl .content, .content.position-rtl {
        direction: ltr;
    }

    .room-request a, .offer-details a {
        padding: 5px 0;
    }
}

@media only screen and (max-width: 990px) {
    #menu ul li:hover ul {
        display: none;
    }

    #menu ul li.opensubnav ul {
        display: block !important;
        position: relative;
        width: 100%;
        left: 0;
        background: none;
    }
}

@media only screen and (max-width: 925px) {
    .newsletterForm .item-col-2 {
        width: 100%;
        float: none;
        display: block;
        margin: 0 0 30px 0;
    }

    .side-links {
        display: none;
    }
}

@media only screen and (max-width: 780px) {
    .element.txt .room-txt p, .element.txt, .element.txt .offer-txt p, .room-txt ul {
        padding: 10px 0;
    }

    .footer .center {
        padding: 0 20px;
    }

    .newsletter form:before {
        width: 97px;
        background-position: 29px 16px;
    }

    .newsletter input[type="text"] {
        text-align: left;
    }

    .footer {
        height: auto;
        padding: 20px 0 0 0;
    }

    .footer-bottom {
        margin: 20px 0 0 0;
    }

    .foo {
        display: block;
        width: auto;
        text-align: center;
    }

    .foo ul {
        display: block;
        margin: 0;
    }

    .foo ul.social-media {
        float: none;
        margin: 10px 0;
    }

    .item-01 {
        margin: 10px 0;
    }

    .company {
        bottom: 10px;
        right: 0;
        padding: 0 20px;
    }

    .stay-insure {
        padding: 10px;
    }

    .stay-insure img.fimage {
        float: none;
        margin: 0;
    }

    .stay-insure a.ctl-button-action {
        display: block;
        margin: 0;
    }
}

@media only screen and (max-width: 750px) {
    body.layout.noPhoto #main {
        padding: 20px;
    }

    h1, .inner h2, .inner h3, .inner h4, .inner h5, .inner h6 {
        font-size: 20px;
    }

    h2, h3, h4 {
        padding: 15px 0;
    }

    .header {
        position: relative;
        height: auto;
        background: #fff;
    }

    .header-item {
        float: none !important;
        width: 33.333%;
    }

    #language ul {
        height: auto;
        background: none;
    }

    #language a, #language a:hover {
        color: #575656;
    }

    .logo img {
        max-width: 100%;
        height: auto;
    }

    #menu ul {
        width: 100%;
    }

    #menu a.mobileMenu {
        width: auto;
        height: auto;
        padding: 0;
        text-align: center;
        display: block;
        font-size: 45px;
    }

    #slider {
        height: auto !important;
    }

    .ns_nerveSlider {
        position: relative !important;
    }

    .content {
        padding: 0;
    }

    .element.txt p {
        padding: 15px 0;
    }

    .element.txt .purple {
        font-size: 14px;
    }

    .element.txt .purple:before {
        margin: 0 5px 0 0;
    }

    .content #tabs li {
        display: block;
        width: auto;
    }

    .room-image, .offer-image {
        height: auto !important;
    }

    .backstretchr img {
        display: block !important;
        max-width: 100%;
        height: auto;
    }

    .room-txt, .offer-txt {
        padding: 10px;
    }

    .room-request a, .offer-details a {
        display: block;
        width: auto;
    }

    .room-image li, .imgs-offer, .inner-img .imgs, .imgs {
        min-height: inherit;
    }

    .full-offer-txt {
        padding: 15px;
    }

    .offer-txt p span.price, .offer-txt p span.date {
        float: none;
        display: block;
        text-align: left;
        margin: 5px 0 0 0;
    }

    .inner-img, .inner-img.snd {
        width: auto;
        display: block;
    }

    .inner-img.snd {
        margin: 15px 0 0 0;
    }

    .imgs-offer.backstretchr, .imgs.backstretchr {
        display: block !important;
    }

    .owl-theme .owl-controls {
        position: relative !important;
    }

    .full-offer-txt table td {
        text-align: center;
    }

    .imgs.double {
        display: block;
        width: auto;
        min-height: inherit;
    }

    .imgs.double:nth-child(even) {
        margin: 15px 0 0 0;
    }

    .footer {
        padding: 20px 0;
    }

    .footer-header {
        font-size: 26px;
    }

    .footer-head, .newsletter p {
        line-height: 140%;
    }

    .address hr {
        margin: 20px auto;
    }

    p.address {
        padding: 20px 0 0 0;
        line-height: 140%;
    }

    .newsletter form:before, .newsletter input[type="submit"] {
        width: 50%;
    }

    .company {
        position: relative;
        bottom: inherit;
        right: inherit;
        text-align: center;
    }

    #scroll-top {
        left: inherit;
        right: 0;
    }

    #map-canvas {
        background: url("https://www.hotelalu.it/templates/hotelalu/images/google-map-s.jpg") no-repeat center center;
        background-size: cover;
    }

    .call-to-action, #slogan, #scroll-content, div.backstretchr, .newsletter input[type="text"] {
        display: none;
    }

    .content .offer-back {
        width: 100%;
    }
}

@media only screen and (max-width: 507px) {
    body {
        padding-bottom: 40px;
    }

    .header {
        height: 54px !important;
    }

    .logo img {
        width: 96px;
    }

    #language ul {
        background: #fff;
    }

    .ltf .element.txt, .rtl .element.txt, .inner .element.txt {
        padding: 30px 0;
    }

    .element.txt .purple {
        font-size: 13px;
    }

    .excursions, .excursions td {
        display: block;
        width: 100%;
    }

    #menu ul {
        top: 54px;
    }

    #mobileLinks {
        display: block;
    }

    .homepage #main > .center > .content .element.image {
        display: none;
    }

    .address {
        padding: 35px 12px;
    }

    .hotel span {
        display: block;
        margin: 10px 0 0 0;
    }

    fieldset label span, .newsletterForm  input[type="text"] {
        display: block;
    }

    .newsletterForm input[type="text"], .newsletterForm select {
        width: 100%;
    }

    .newsletterForm select {
        padding: 6px 0;
    }

    .newsletterForm select.month, .newsletterForm select.year {
        display: inline-block;
        width: 60px;
    }

    #scroll-top {
        bottom: 40px;
        padding: 7px 15px;
    }

    .homepage #main > .center > .content .element.txt {
        padding-top: 0 !important;
    }
}


/* BOX POP UP */

.pop-up-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    z-index: 200;
    transition: 1s
}

.pop-up-desktop {
    position: fixed;
    top: 25vh;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    border: 5px solid #9d0021;
    font-family: 'Lato', sans-serif;
    z-index: 999;
    transition: 1s
}

.pop-up-box span {
    color: #575656;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 4px;
}

.pop-up-box .icon_close {
    font-size: 2em;
    text-decoration: none;
}

.pop-up-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pop-up-bg-text {
    color: #575656;
    padding: 9% 2%;
    background: #ffffff;
}

.pop-up-bg-text strong {
    font-weight: bolder;
}

.pop-up-main-text {
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    margin: 0 15px;
}

.pop-up-box a {
    text-transform: uppercase;
    color: #575656;
}


@media only screen and (max-width: 767px) {
    .pop-up-desktop {
        top: 10vh;
        width: 90%;
        left: 50%;
        margin-left: -47%;
    }

    .pop-up-main-text {
        font-size: 0.9em;
        line-height: 180%;
    }
}

@media only print {
    * {
        font-family: Arial, Helvetica, sans-serif !important;
    }

    body {
        background: #fff none !important;
        color: #000;
        line-height: 1.2;
        padding: 0px !important;
    }

    p, table, ul, ol, dl, blockquote, pre, code, form {
        margin: 0 0 1em;
    }

    h1, h2 {
        font-weight: normal;
        margin: 0.5em 0 0.5em !important;
        font-size: 21px;
        padding: 0;
        margin: 0;
    }

    #content {
        background: #fff;
    }

    .ltf .element.txt, .rtl .element.txt, .inner .element.txt {
        width: 100% !important;
        height: auto !important;
    }

    .header, #slider, #footer, #scroll-top, #altea-cookiebox-wrapper, .imgs {
        display: none !important;
    }
}}
