/* ******************************************************************* PARTI COMUNI */
body, html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    font: 14px 'Karla', sans-serif;
    color: #848484;
    text-align: center;
    background-color: #ffffff;
}
p {
    margin: 0;
}
.box {
    width: 1180px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
a:link, a:visited, a:hover, a:active {
    color: #818181;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
    height: 0;
    visibility: hidden;
}
.scroll-to-top {
    bottom: 6%;
    cursor: pointer;
    display: none;
    width: 32px;
    height: 32px;
    position: fixed;
    right: 12px;
    z-index: 999;
    color: #303030;
    line-height: 32px;
    font-size: 22px;
    background-color: rgba(255, 255, 255, 0.6);
}
.scroll-to-top:hover {
    color: #2c6c75;
}
.view_mobile, .view_ipad {
    display: none !important;
}
img {
    border: 0;
}
/* ******************************************************************* FINE PARTI COMUNI */

/* ******************************************************************* HEADER */
#header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    height: 55px;
    transition: all 0.5s ease;
}
#header.scrolled {
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 1px 3px rgba(0,0,0,.11);
}
body.hover-menu #header.scrolled {
    box-shadow: none;
    background-color: transparent;
}
#header #logo{
    z-index: 10;
}
#header #logo a {
    display: block;
    width: 62px;
    margin: 0 auto;
    padding: 16px;
}
#header #logo a img {
    display: block;
    max-width: 100%;
    height: auto;
}
#header #service {
    position: absolute;
    top: 0;
    right: 21%;
    font-size: 0;
    color: #000;
    line-height: 20px;
}
#header #language p {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}
#header #language .lang-inline {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
#header #language .lang-inline li {
    display: inline-block;
    font-size: 12px;
}
#header #language .lang-inline li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 0 8px;
}
#header #language .lang-inline li a:hover {
    color: #2c6c75;
}
#header #quick-request {
    background-color: rgb(58, 58, 58);
    font-size: 14px;
    padding: 3px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 2px;
    display: inline-block;
    transition: all 0.5s ease;
}
#header #quick-request:hover {
    background-color: rgb(44, 108, 117);
}
/* ******************************************************************* FINE HEADER */

/* ******************************************************************* MENU */
#nav {
    display: block;
    margin: 0;
}
#nav #mobile-nav {
    position: absolute;
    top: 0;
    left: 21%;
    font-size: 19px;
    line-height: 30px;
    color: #303030;
    padding: 13px;
    z-index: 311;
}
#nav #mobile-nav:hover {
    color: #2c6c75;
}
#nav.hover-menu #mobile-nav, #nav.hover-menu #mobile-nav:hover {
    color: #fff;
}
#nav #mobile-nav .text {
    display: none;
}
#box-menu {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58,58,58,0.9);
    z-index: 301;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
#nav.hover-menu #box-menu {
    opacity: 1;
    visibility: visible;
}
#box-menu .logo-white {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -47px;
    width: 62px;
    padding: 16px;
}
#box-menu .logo-white img {
    display: block;
    max-width: 100%;
    height: auto;
}
#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu {
    margin: 4% 5%;
    text-align: center;
    position: relative;
    overflow: auto;
}
#menu li {
    display: inline-block;
    max-width: calc(100% / 6);
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 31px;
}
#menu li a, #menu li a:hover {
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 25px;
    transition: all 0.2s ease;
    display: block;
    font-size: 19px;
    text-transform: uppercase;
    text-align: left;
    min-height: 50px;
}
#menu li a:hover {
    color: #2c6c75;
}

#menu ul {
    overflow: hidden;
    padding: 29px 0 9px 0;
}
#menu li li {
    display: block;
    width: auto;
    max-width: none;
    padding: 0;
}
#menu li li a, #menu li li a:hover {
    text-transform: none;
    font-size: 14px;
    min-height: auto;
    padding: 6px 0;
    line-height: 21px;
}
/* ******************************************************************* FINE MENU */

/* ******************************************************************* FOTO */
#foto {
    display: block;
    padding: 0;
    margin: 80px 5% 0 5%;
    position: relative;
    font-size: 0;
    height: 72vh;
    width: 90%;
    overflow: hidden;
}
body.homepage #foto {
    margin: 0;
    height: 100vh;
    width: 100%;
}
body.apartment #foto {
    height: 72vh;
}
#foto #slide-nav, #foto #slide-nav > a{
    z-index: 10;
}
#foto .list {
    height: 100%;
}
#foto .list img:not(:first-child) {
    display: none;
}
#slide-nav a {
    font-size: 18px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    transition: all 0.4s ease;
    opacity: 0.8;
}
#slide-nav a.back {
    left: 22px;
}
#slide-nav a.next {
    right: 22px;
}
#slide-nav a:hover {
    opacity: 1;
}
#badge {
    position: absolute;
    bottom: 30px;
    right: 5%;
    background-color: rgba(32, 54, 63, 0.7);
    color: #99abb8;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
#badge p {
    line-height: 1.4em;
    transform: rotate(-5deg);
}
#badge a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #99abb8;
}
#badge a span {
    line-height: 1.4em;
    transform: rotate(-5deg);
    display: block;
}
#slogan-apertura .mobile-contact{
    display: none;
}

#slogan-apertura {
    height: 100%;
    width: 100%;
    z-index: 5;
    background: linear-gradient( 359deg, rgb(0 0 0 / 48%) 0%, #4b4b4b00 37%);
    position: absolute;
    top: 0;
    left: 0;
}
#slogan-apertura > p{
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    z-index: 99;
    width: 100%;
    height: auto;
    bottom: 80px;
    left: 4vw;
    font-size: 21px;
    text-align: left;
    align-content: flex-start;
}
#slogan-apertura a{
    color: #ffffff;
    text-decoration: none;
}



/* ******************************************************************* FINE FOTO */

/* ******************************************************************* CONTENT */
#content {
    display: block;
    margin: 0 5%;
}
#content.noPhoto {
    padding-top: 80px;
}
#article {
    line-height: 26px;
    display: block;
    padding: 30px 0 65px 0;
    font-size: 14px;
    text-align: left;
    width: 66.66666667%;
}
body.apartment #article, #content.noPhoto #article {
    width: auto;
}
#content #article h1 {
    font-size: 30px;
    margin: 0;
    padding: 13px 0;
    font-weight: normal;
    color: #303030;
    line-height: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#content #article h1:after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 28px;
    background-color: #303030;
}
#content #article h2 {
    font-size: 24px;
    margin: 38px 0 12px 0;
    font-weight: normal;
    color: #303030;
    line-height: 34px;
    text-transform: uppercase;
}
#content #article h3 {
    font-size: 18px;
    margin: 22px 0 12px 0;
    font-weight: normal;
    line-height: 34px;
    color: #303030;
}
#content #article p {
    margin: 10px 0;
}
#content #article a {
    color: #2c6c75;
    text-decoration: underline;
}
#content #article a:hover {
    color: #34be92;
    text-decoration: underline;
}

#content #article a.highlight {
    font-size: 21px;
    text-transform: uppercase;
}
#content .video-box {
    position: relative;
    width: 90vw;
}

#content .show-hide-btn {
    font-size: 20px;
    margin: 0.62em 0;
    font-weight: 400;
    color: #2c6c75;
    cursor: pointer;
    text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
    #content .show-hide-btn {
        font-size: 18px;
    }
}

#content .show-hide-btn i {
    font-size: 1.3em;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
#content .show-hide-text {
    display: none;
}
#content .show-hide-text > :first-child {
    margin-top: 0;
}
#content .show-hide-text > :last-child {
    margin-bottom: 0;
    padding-bottom: 0.3em;
}


/* ******************************************************************* FINE CONTENT */

/* ******************************************************************* MODULE BOXES */
#content-below {
    margin: 0 calc(5% - 15px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}
#content-below .boxes {
    width: 33.33333333%;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 54px;
    text-align: left;
    line-height: 26px;
}
#content-below .boxes .boxesImg img {
    display: block;
    max-width: 100%;
    height: auto;
}
#content-below .boxes h2 {
    font-size: 24px;
    margin: 38px 0 12px 0;
    font-weight: normal;
    color: #303030;
    line-height: 34px;
    text-transform: uppercase;
}
#content-below .boxes h2:after {
    content: "";
    display: block;
    width: 19px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 20px;
    background-color: #303030;
}

#content-below .text {
    text-align: left;
    padding: 0 15px 40px 15px;
}
#content-below .text h2 {
    font-size: 30px;
    margin: 0;
    padding: 13px 0;
    font-weight: normal;
    color: #303030;
    line-height: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#content-below .text p {
    margin: 10px 0;
}
#content-below .text a {
    color: #2c6c75;
    font-size: 21px;
    text-transform: uppercase;
}
#content-below .text a:hover {
    color: #34be92;
    text-decoration: underline;
}
/* ******************************************************************* FINE MODULE BOXES */

/* ******************************************************************* MODULE GALLERY */
#content-below .gallery {
    width: 100%;
    margin-bottom: 62px;
    overflow: hidden;
}
#content-below .gallery img {
    margin: 0 23px;
    opacity: 0.2;
    transition: all 0.5s ease;
}
#content-below .gallery img.is-selected {
    opacity: 1;
}
.mod-gallery-nav a {
    font-size: 18px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    color: #000;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    transition: all 0.4s ease;
    opacity: 0.8;
    background-color: #fff;
}
.mod-gallery-nav a.back {
    left: 22px;
}
.mod-gallery-nav a.next {
    right: 22px;
}
.mod-gallery-nav a:hover {
    opacity: 1;
}
/* ******************************************************************* FINE MODULE GALLERY */

/* ******************************************************************* FOOTER */
#footer {
    background-color: #1a3540;
    position: relative;
    color: #fff;
    line-height: 26px;
    padding: 48px 24px;
    font-size: 12px;
}
#footer .logo-footer {
    color: #2c6c75;
    font-size: 13px;
    line-height: 1.538461538461538em;
    font-weight: 600;
    letter-spacing: 1px;
}
#footer address {
    font-style: normal;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer p {
    margin: 3px 0;
}
#footer #menu-info {
    padding: 0;
    list-style: none;
    margin: 0;
}
#footer #menu-info li {
    display: inline-block;
    line-height: 35px;
    color: #fff;
}
#footer #menu-info li:after {
    content: '|';
    color: #818181;
    margin-right: 6px;
}
#footer #menu-info li:last-child:after {
    content: none;
}
#footer #menu-info a, #footer #menu-info a:hover {
    color: #818181;
    text-decoration: none;
    display: inline-block;
    margin-right: 11px;
}
#footer #menu-info a:hover {
    color: #fff;
}
#footer .footer-logo {
    position: absolute;
    left: 5%;
    bottom: 70px;
}
#footer .footer-logo img {
    display: inline-block;
    margin: 0 20px;
}
#footer .byaltea {
    position: absolute;
    right: 5%;
    bottom: 70px;
}
#footer .byaltea img {
    display: block;
}
/* ******************************************************************* FINE FOOTER */

/* ******************************************************************* CONTENT COLUMN */
#content #article .column-list {
    margin-top: 32px;
    margin-left: -15px;
    width: calc(90vw + 15px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#content #article .column-list .col {
    width: 33.33333333%;
    box-sizing: border-box;
    padding: 0 15px 47px 15px;
    margin-bottom: 54px;
    position: relative;
}
body.event #content #article .column-list .col {
    width: 25%;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 34px;
}
#content #article .column-list .col .image img {
    display: block;
    max-width: 100%;
    height: auto;
}
#content #article .column-list .col .data {
    font-size: 21px;
    margin: 38px 0 0 0;
    font-weight: normal;
    color: #303030;
    line-height: 34px;
    text-transform: uppercase;
}
#content #article .column-list .col .data + h2 {
    margin-top: 0;
}
#content #article .column-list .col h2 {
    height: 98px;
    overflow: auto;
}
#content #article .column-list .col h2:after {
    content: "";
    display: block;
    width: 19px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 20px;
    background-color: #303030;
}
#content #article .column-list .col .link-pdf {
    display: block;
    border: 2px solid #303030;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #303030;
    padding: 3px 0;
    margin-top: 23px;
    transition: all 0.5s ease;
}
#content #article .column-list .col .link-pdf:hover {
    color: #2c6c75;
    border-color: #2c6c75;
    background-color: #F0F5F5;
}
#content #article .column-list .col .link-mail {
    display: block;
    border: 2px solid #303030;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #303030;
    padding: 3px 0;
    transition: all 0.5s ease;
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    background-color: #fff;
}
#content #article .column-list .col .link-mail:hover {
    color: #2c6c75;
    border-color: #2c6c75;
    background-color: #F0F5F5;
}
/* ******************************************************************* FINE CONTENT COLUMN */

/* ******************************************************************* CONTENT ROOM */
#menu-room {
    width: 90vw;
    margin: 0 0 26px -8px;
    padding: 0;
    font-size: 0;
    text-align: left;
}
#menu-room li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 16px;
    width: 33.3333%;
}
#content #menu-room li a {
    display: block;
    text-decoration: none;
    color: #303030;
    padding: 3px 21px;
    transition: all 0.5s ease;
    border: 2px solid #303030;
    margin: 0 8px;
    text-align: center;
}
#content #menu-room li a:hover {
    text-decoration: none;
    color: #2c6c75;
    border-color: #2c6c75;
    background-color: #F0F5F5;
}
.roomList {
    width: 90vw;
    padding-top: 53px;
}
.roomList .roomItem {
    position: relative;
    overflow: hidden;
    padding-bottom: 94px;
}
.roomList .roomItem:last-child {
    padding-bottom: 24px;
}
.roomList .roomItem .roomImg, .roomList .roomItem .roomImg .list {
    height: 54vh;
}
.roomList .roomItem .roomImg {
    width: 50%;
    float: left;
    position: relative;
}
.roomList .roomItem .roomImg img {
    max-width: 100%;
    height: auto;
}
.roomList .roomItem .roomText {
    text-align: left;
    box-sizing: border-box;
    position: relative;
    width: 50%;
    float: right;
}
.roomList .roomItem .roomText .inner {
    padding: 0 7%;
    max-height: 54vh;
    overflow: auto;
}
.roomList .roomItem .roomText h2:after {
    content: "";
    display: block;
    width: 19px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 42px;
    background-color: #303030;
}
.roomList .roomItem .roomText .roomRates {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
}
.roomList .roomItem .roomText .roomRates:before {
     content: "";
     display: block;
     width: 19px;
     height: 2px;
     margin-top: 32px;
     margin-bottom: 8px;
     background-color: #303030;
}
#content .roomList .roomItem .roomText .roomBtns {
    margin-top: 43px;
}
#content #article .roomList .roomItem .roomText .roomBtns a {
    display: inline-block;
    width: 360px;
    border: 2px solid #303030;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #303030;
    padding: 3px 0;
    transition: all 0.5s ease;
}
#content #article .roomList .roomItem .roomText .roomBtns a:hover {
    color: #2c6c75;
    border-color: #2c6c75;
    background-color: #F0F5F5;
}
.roomList .roomItem .roomText form {
    display: none;
}
.roomList .roomItem .roomImg-nav a {
    font-size: 23px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    color: #fff !important;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    transition: all 0.4s ease;
    opacity: 0.8;
    text-decoration: none !important;
}
.roomList .roomItem .roomImg-nav a.back {
    left: 22px;
}
.roomList .roomItem .roomImg-nav a.next {
    right: 22px;
}
.roomList .roomItem .roomImg-nav a:hover {
    opacity: 1;
}
/* ******************************************************************* FINE CONTENT ROOM */

/* ******************************************************************* CONTENT APARTMENT */
#apartments .apartmentsDescription, #apartments .apartmentsInfos {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
}
#apartments .apartmentsDescription .col, #apartments .apartmentsInfos .col {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
#apartments .apartmentRates {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
}
#content #apartments .apartmentBtns a {
    display: block;
    width: 360px;
    border: 2px solid #303030;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #303030;
    padding: 3px 0;
    margin-top: 23px;
    transition: all 0.5s ease;
}
#content #apartments .apartmentBtns a:hover {
    color: #2c6c75;
    border-color: #2c6c75;
    background-color: #F0F5F5;
}
#apartments hr {
    border: 0;
    height: 1px;
    background: #909090;
    margin: 35px 0;
}
#apartments .apartmentsInfos .col:first-child p:after {
    content: "";
    display: block;
    width: 19px;
    height: 2px;
    margin-top: 11px;
    margin-bottom: 11px;
    background-color: #303030;
}
#apartments .apartmentsInfos .col:first-child p:last-child:after {
    display: none;
}
#apartments .apartmentsInfos .floorPlan {
    max-width: 100%;
    height: auto;
}
body.apartment #menu-apartment {
    overflow: hidden;
}
body.apartment #content #menu-apartment a {
    display: block;
    width: 360px;
    border: 1px solid #303030;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #303030;
    padding: 3px 0;
    margin-top: 23px;
    transition: all 0.5s ease;
}
body.apartment #content #menu-apartment a:hover {
    color: #2c6c75;
    border-color: #2c6c75;
    background-color: #F0F5F5;
}
body.apartment #content #menu-apartment a.back {
    float: left;
}
body.apartment #content #menu-apartment a.next {
    float: right;
}
/* ******************************************************************* FINE CONTENT APARTMENT */

/* ******************************************************************* CONTENT - PREZZI */
.rates {
    border-spacing: 1px;
    width: 100%;
    overflow: auto;
    margin-bottom: 43px;
}
.rates thead th {
    text-align: center;
    box-sizing: border-box;
    font-weight: normal;
    color: #fff;
    background-color: #1a3540;
    font-size: 16px;
    padding: 13px 5px;
}
.rates th.priceData {
    white-space: nowrap;
}
.rates th.ratesTypology {
    white-space: nowrap;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.rates td {
    font-size: 15px;
    padding: 11px 9px;
    text-align: center;
    box-sizing: border-box;
}
.rates td.ratesRoom {
    text-align: left;
    width: 30%;
}
.rates tbody tr:nth-child(even) td {
    background-color: rgba(129, 129, 129, 0.1);
}
.rates tbody td:nth-child(2n+2) {
    background-color: rgba(129, 129, 129, 0.3) !important;
}
.rates tbody tr:nth-child(odd) td {
    background-color: #fff !important;
}
/* ******************************************************************* FINE CONTENT - PREZZI */

/* ******************************************************************* CONTENT - GUESTBOOK */
#easybook a.sign button, #easybook a.view button {
    text-decoration: none;
    font-size: 18px;
    background-color: rgb(58, 58, 58);
    color: #fff;
    border: 0;
    padding: 14px 33px;
    transition: background-color .3s;
    cursor: pointer;
    margin: 0;
}
#easybook a.sign button:hover, #easybook a.view button:hover {
    background-color: rgb(44, 108, 117);
}
.easy_frame {
    border-top: 1px solid #cbc5bd;
}

.easy_entrylink .control-group {
    margin: 21px 0;
}
.easy_entrylink .control-group .control-label {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.easy_entrylink .control-group .controls {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.easy_entrylink input[type="text"] {
    border: 1px solid #ddd7d1;
    padding: 3px 10px;
    font: 14px Karla, sans-serif;
    width: 100%;
    box-sizing: border-box;
}
.easy_entrylink textarea {
    box-sizing: border-box;
    height: 100px;
    border: 1px solid #ddd7d1;
    font: 14px Karla, sans-serif;
    width: 100%;
}
#easysubmit input[type="submit"] {
    margin: 20px auto 0;
    background-color: rgb(58, 58, 58);
    color: #fff;
    font: 18px 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 18px 30px;
    display: inline-block;
    transition: all 0.2s ease;
    border: 0;
}
.easy_entrylink input.error, .easy_entrylink textarea.error {
    border: 1px solid #eb3426;
    background-color: #FDF4F8;
    font-size: 13px;
    padding: 6px 11px;
}
.easy_entrylink label.error {
    color: #eb3426;
}
/* ******************************************************************* FINE CONTENT - GUESTBOOK */

/* ******************************************************************* CONTENT - RICHIESTA */
.af-col-center button { background-color: #1a3540; }
/* ******************************************************************* FINE CONTENT - RICHIESTA */

@media only screen and (max-width: 1200px) {
#footer .footer-logo {
    position: static;
    margin-top: 21px;
}
    #footer .footer-logo img {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 980px) {
    #nav #mobile-nav {
        left: 11%;
    }
    #header #service {
        right: 11%;
    }

    #menu {
        margin: 16% 0;
    }

    #content #article .list .col {
        width: 50%;
    }
    #menu li {
        max-width: none;
        display: block;
    }
    #menu li a, #menu li a:hover {
        text-align: center;
        min-height: 25px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    #menu ul {
        padding: 0;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0s ease;
    }
    #menu li.opensubnav > ul {
        max-height: 900px;
        margin: 0;
        transition: max-height 0.7s ease;
    }

    #menu-room li {
        width: 50%;
    }
    .roomList .roomItem {
        padding-top: 54px;
    }
    .roomList .roomItem .roomText {
        float: none;
        width: auto;
    }
    .roomList .roomItem .roomText .inner {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 35px;
        max-height: none;
    }
    #content .roomList .roomItem .roomText .roomBtns a {
        margin-top: 23px;
    }
    .roomList .roomItem .roomImg {
        float: none;
        width: auto;
    }

    #content #apartments .apartmentBtns a {
        width: auto;
        display: block;
    }
    #apartments .apartmentsInfos .col {
        width: auto;
        display: block;
    }
    body.apartment #content #menu-apartment a {
        width: 260px;
    }

    .rates {
        width: 90vw;
    }
    .rates td.ratesRoom {
        width: auto;
    }

    .easy_entrylink .control-group .control-label {
        width: 45%;
    }
    .easy_entrylink .control-group .controls {
        width: 40%;
    }

    #alteaForm {
        width: 90vw;
    }

    #content-below .boxes {
        width: 50%;
    }

    #content #article .column-list .col {
        width: 50%;
    }
    body.event #content #article .column-list .col {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    #header #logo {
        margin-top: 12px;
    }
    #nav #mobile-nav {
        left: 5%;
    }
    #header #service {
        right: 0;
        width: 100%;
    }
    #header #quick-request {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 15px 0;
    }

    #box-menu .logo-white {
        top: 12px;
    }
    #menu li a, #menu li a:hover {
        font-size: 17px;
        line-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #article {
        width: auto;
    }

    #footer {
        padding-bottom: 82px;
    }

    #footer .byaltea {
        position: static;
        margin-top: 21px;
    }
    #footer .byaltea img {
        margin: 0 auto;
    }
    #content #article .list .col {
        width: 100%;
    }

    #menu-room li {
        display: block;
        width: auto;
    }
    .roomList .roomItem .roomText .roomRates {
        letter-spacing: normal;
    }
    #content .roomList .roomItem .roomText .roomBtns a {
        width: auto;
    }

    #apartments .apartmentsDescription .col {
        width: auto;
        display: block;
    }
    body.apartment #content #menu-apartment a {
        width: auto;
        display: block;
        float: none !important;
    }
    .roomList .roomItem {
        padding-top: 0;
        padding-bottom: 64px;
    }
    #content #article .roomList .roomItem .roomText .roomBtns a {
        max-width: 100%;
        box-sizing: border-box;
    }

    .ratesScroll {
        max-width: 100%;
        overflow: auto;
    }
    .rates {
        width: auto;
    }
    .rates thead th {
        font-size: 14px;
    }
    .rates th.ratesTypology {
        font-size: 13px;
    }
    .rates td {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }

    .easy_entrylink .control-group.submit .control-label {
        display: none;
    }
    .easy_entrylink .control-group.submit .controls {
        width: 100%;
        text-align: center;
    }

    #alteaForm {
        width: auto;
    }
    #richiesta.buonoregalo td {
        display: block;
        float: left;
        width: 100%;
    }
    #richiesta textarea {
        width: 95%;
    }
    form.buonoform #richiesta input[type="text"], form.buonoform #richiesta select {
        margin-left: 0;
        width: 95%;
        box-sizing: border-box;
    }
    .item-col-2 {
        float: none;
        margin: 0 auto 20px;
        width: auto;
    }

    #content-below .boxes {
        width: 100%;
    }

    #content #article .column-list {
        margin-left: 0;
        width: 90vw;
    }
    #content #article .column-list .col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    body.event #content #article .column-list .col {
        width: 100%;
    }
    #content #article .column-list .col h2 {
        height: auto;
    }
    #badge {
        bottom: 100px;
    }
    #slogan-apertura > p{
        bottom: 130px;
    }
    #slogan-apertura {
        background: linear-gradient( 359deg, rgb(0 0 0 / 21%) 0%, #4b4b4b00 37%);
    }
    #slogan-apertura a{
        display: none;
    }
    #slogan-apertura .mobile-contact{
        display: block;
    }

}

@media only screen and (max-width: 375px) {
    #badge {
        bottom: auto;
        top: 50px;
    }
    #slogan-apertura {
        background: linear-gradient( 359deg, rgb(0 0 0 / 72%) 0%, #4b4b4b00 86%);
    }
}