/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this it is "mobile first"
*/
a,
a:visited   { 
  text-decoration: none;
  color: #a99456;
  transition: all 0.35s ease 0s;
}

a:hover   {   
  text-decoration: underline;
  /*color: #00a8dc;*/    }

/* states for accessibility http://meyerweb.com/eric/css/tests/css2/sec05-11-03.htm */
a:active  {   color: #1c365c;    }
a:focus   {   /*border: 1px dotted #007932;*/ /*#4f4f4f;*//*#194b6a;*/    }

/* if you want to get specific with your links */
a[href$=".zip"] {   color: #1c365c;      }

ul.no-style {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.no-style li {
    margin: 0;
    padding: 0;
}

/** === Components: start === **/
.flex-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.flex-row .fr_col {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
}

.btn a {
    display: inline-block;
    border-bottom: 1px solid #686a6d;
    color: #686a6d;
    line-height: 1.2rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0 3px;
}
.btn a:hover {
    background: #e2e2e2;
}

.btn.btn-book {
    text-align: center;
}
.btn.btn-book a {
    border: none;
    background: #ddd;
    padding: 10px 15px;
    margin-top: 25px;
    font-size: .7rem;
    text-transform: uppercase;
}
.btn.btn-book a {
    color: #444;
}
.front .btn.btn-book a {
    margin: 0;
    width: 100%;
}

.page-title {
    color: #a0adbb;
    font-size: 1.5rem;
    text-align: center;
    margin: 2.5rem 0;
    line-height: 1.5rem;
}
/** === Components: end === **/

#header {
    position: relative;
}
#header .lang-selector {
    position: absolute;
    right: 5%;
    top: 30px;
}
.front #header .lang-selector {
    top: 60px;
}
#header .lang-selector ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header .lang-selector ul li {
    display: block;
    margin: 5px 0;
    padding: 0;
    min-width: 80px;
    line-height: 1rem;
    text-align: center;
}
#header .lang-selector ul li a {
    font-size: .5rem;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    background: #d9d9d9;
    padding: 0 5px;
    display: block;
    line-height: 1rem;
    text-decoration: none;
}
.front #header .lang-selector ul li a {
    background: rgba(255, 255, 255, 0.63);
    color: #fff;
}
.front #header {
    /*background: transparent url('../images/banner-reception-main-min.jpg') no-repeat 50% 0 scroll;
    background-size: cover;*/
    height: 100vh;
}
.nautilus-slick-hero .banner-bg {
    background: transparent url('../images/banner-reception-main-min.jpg') no-repeat 50% 0 scroll;
    background-size: cover;
    height: 100vh;    
}
.nautilus-slick-hero .banner-bg.bg_02 {
    background-image: url('/images/banner-reception-dettails-main-min.jpg');
}
.nautilus-slick-hero .banner-bg.bg_03 {
    background-image: url('/images/banner-reception-bar-main-min.jpg');
}
.nautilus-slick-hero .banner-bg.bg_04 {
    background-image: url('/images/banner-reception-sofa-main-min.jpg');
}
.wrap-header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#header .brand {
    text-align: center;
}
#header .brand img {
    width: 175px;
    height: auto;
}
.not-front #header .brand img {
    width: 125px;
    height: auto;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.not-front #header .brand {
    position: unset;
}
#responsive-menu {
    position: absolute;
    top: 50px;
    left: 5%;
}
.front #responsive-menu {
    top: 70px;
}
#header nav {
    background: rgba(255, 255, 255, 0.41);
    display: none;
}
.front #header nav:hover {
    background: rgba(255, 255, 255, 0.8);
}
#header nav ul {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    text-align: center;
}
#header nav ul li {
    display: inline;
    margin: 0 .5rem;
    padding: 0;
    font-family: "Montserrat", san-serif;
}
#header nav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .6em;
    font-weight: 500;
}
#header nav:hover ul li a {
    color: #a19a86;
}
#header nav:hover ul li a:hover {
    color: #7b7667;
}
#header nav ul li a::after {
    font-family: "fontawesome";
    content: "\f111";
    color: #ffffff;
    font-size: 5px;
    margin-left: 1rem;
    display: inline-block;
    vertical-align: middle;
}
#header nav:hover ul li a::after {
    color: #a19a86;
}
.not-front #header nav ul li a::after {
    color: #a19a86;
}
#header nav ul li:last-child a::after {
    content: unset;
}
.not-front #header nav {
    position: unset;
    background: #e2e2e2;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.not-front #header nav ul li a {
    color: #000;
}
#header nav ul li.book a {
    background: rgba(255, 255, 255, 0.68);
    color: #616161;
    padding: 15px 12px;
    font-weight: 600;
}
.not-front #header nav ul li.book a{
    background: #a09a86;
    padding: 10px 15px;
    color: #fff;
}
.not-front #header nav ul li.book a:hover {
    background: #a09a86a1;
}
.front #header .caption {
    text-align: center;
    color: #fff;
    margin-top: 15vh;
}
.front #header .caption .pre-title,
.front #header .caption h1 {
    font-size: .8rem;
    font-weight: 500;
    font-family: "Montserrat", san-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.8rem;
    letter-spacing: 1px;
}
.front #header .caption .pre-title {
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
    font-weight: 300;
}
#header .banner {
    position: relative;
}
#header .banner img {
    width: 100%;
    height: auto;
    display: block;
}
#header .banner .title {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #a0adbb;
    line-height: 2rem;
    letter-spacing: 5px;
    text-align: center;
}

.inner {
    width: 1300px;
    max-width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
}
.divider {
    position: relative;
}
.divider hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.divider .line {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    width: 32px;
    height: 42px;
    background-color: #fff;    
}
.divider .line::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background-color: rgba(0,31,53,.8);    
}

.introduction {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.introduction .title {
    text-align: center;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #a0adbb;
    /*margin-top: 4rem;*/
    margin-top: 0;
    margin-bottom: 3rem;
    line-height: 1rem;
}
.introduction p {
    text-align: center;
    font-size: 1rem;
}
.introduction .divider {
    margin-top: 4rem
}


.amenities-wrapper {
    overflow: hidden;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
}
.amenities {
    overflow: hidden;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.front .amenities h3 {
    margin: 0 0 1rem;
    font-size: 1rem;
    text-align: left;
}
.amenities ul {
    margin: 0 1rem;
    padding: 0;
}
.amenities ul li {
    font-size: .6rem;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 1.3rem;
}

/** Accomodation ***************************/
.suite {
    margin-top: 4rem;
}
.rooms .flex-row .fr_col img,
.suite img {
    display: block;
    width: 100%;
    height: auto;
}
.rooms .flex-row .fr_col .body,
.suite .body {
    padding: 15px;
    text-align: center;
}
.rooms .flex-row .fr_col .body h2,
.suite .body h2 {
    padding: 0;
    margin: 0;
    font-size: .7rem;
    text-transform: uppercase;
    color: #686a6d;
}
.rooms .flex-row .fr_col .body p,
.suite .body p {
    margin: 0 0 .5rem;;
    padding: 0;
    font-size: .6rem;
    display: none; /* TO BE REMOVED IN STABLE VERSIONE */
}
.rooms .flex-row .fr_col .body p.btn,
.suite .body p.btn {
    display: block; /* TO BE REMOVED IN STABLE VERSIONE */
}
.rooms .flex-row .fr_col .body p span::after,
.suite .body p span::after,
.room .details p span::after {
    content: "\f111";
    font-family: "fontawesome";
    font-size: 4px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 3px;
    color: #686a6d;
}
.rooms .flex-row .fr_col .body p span:last-child::after,
.suite .body p span:last-child::after,
.room .details p span:last-child::after  {
    content: none;
}

.interior {
    margin: 6rem 0 4rem;
    background: #f6f7f7;
    padding: 4rem 0 4.5rem;
    text-align: center;
}
.interior .item_1 {
    position: relative;
}
.interior .item_1 img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -5rem;
}
.interior .title {
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #656e6d;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    position: relative;
}
.interior p {
    text-align: center;
    font-size: 1rem;
    color: #000;
}
.interior .btn a {
    font-weight: 400;
    border: 1px solid #656e6d;
    padding: .2rem .6rem;
    font-size: .8rem;
    color: #656e6d;
    margin-bottom: 10px;
}


.parallax {
    /*background: transparent url(../images/parallax.jpg) no-repeat fixed 0 0;
    background-size: cover;*/
    background: transparent url(../images/texture-nautilus-clear-min.jpg) repeat 0 0 scroll;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    margin-bottom: 3.5rem;
}
.parallax .wrapper-title {
    text-align: center;
    margin-bottom: 2.5rem;
    color: #fff;
    font-size: 1.3rem;
    text-transform: uppercase;
}
.parallax .parallax-content {
    background: #fff;
    overflow: hidden;
    /*padding: 55px;*/
    padding: 35px;
}
.parallax .parallax-content .left,
.parallax .parallax-content .right {
    /*float: left;
    vertical-align: middle;
    width: 33.333333333%;
    padding-right: 25px;*/
    box-sizing: border-box;
}
.parallax .parallax-content .left img {
    /*max-width: 100%;*/
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;    
}
.parallax .parallax-content .right {
    /*float: left;
    width: 66.666666667%;
    padding-left: 25px;*/
}
.parallax .parallax-content .pre-title {
    font-size: .6rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a0adbb;
    /*margin: 0;*/
    margin-top: 1rem;
    padding: 0;
    line-height: 1rem;
    text-align: center;
}
.parallax .parallax-content .title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    /*font-size: 1.1rem;*/
    font-size: 1rem;
    text-align: center;
}
.parallax .parallax-content p {
    margin: .8rem 0;
}


#footer {
    border-top: 5px solid #ddd;
    background: #f4f4f4;
}
#footer .credits .footer-logo {
    text-align: center;
}
#footer .credits .footer-logo img {
    margin-top: 30px;
    width: 100px;
    height: auto;
}
#footer .credits .footer-nautilus {
    text-align: left;
}
#footer .credits .footer-nautilus p {
    font-size: .6rem;
    text-align: center;
}
#footer .credits .footer-nautilus p span {
    display: block;
}
#footer .credits .footer-nautilus i {
    margin-right: 2px;
    color: #a29b86;
    font-size: 12px
}
#footer .credits .footer-menu ul,
#footer .credits .footer-contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .credits .footer-menu ul li,
#footer .credits .footer-contacts ul li {
    font-size: .6rem;
    margin: 0;
    padding: 0;
    line-height: 1rem;
}
#footer .credits .footer-contacts ul li .label {
    font-weight: 400;
    margin-right: 5px;
}
#footer .credits .footer-contacts ul li.social .facebook,
#footer .credits .footer-contacts ul li.social .instagram{
    display: inline-block;
    text-indent: -999999px;
}
#footer .credits .footer-contacts ul li .facebook::after,
#footer .credits .footer-contacts ul li .instagram::after {
    content: "\f230";
    font-family: "fontawesome";
    text-indent: 0;
    float: left;
    margin-right: 10px;
    font-size: 16px;
}
#footer .credits .footer-contacts ul li .instagram::after {
    content: "\f16d";
}
#footer .post-credits {
    border-top: 1px solid #ddd;/*#eee*/
    margin-top: 40px;
}
#footer .post-credits p {
    font-size: .6rem;
    padding: 0;
}


/* Slick Plugin *********************/
.surrounding .wrapper-title,
.surrounding .wrapper-tagline {
    text-align: center;
}
.surrounding .wrapper-title {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
}
.surrounding .wrapper-tagline {
    font-size: .65rem;
    margin: .65rem 0 0;
}
.surrounding .nautilus-slick-center {
    margin: 2rem 0 3.5rem;
    position: relative;
}
.surrounding .nautilus-slick-center .slick-slide {
    outline: none;
    background-color: #fff;
    min-height: 300px;
    /*30remposition: relativetransition:all .5sease-in-out;*/
    margin: 3rem 1.5rem;
    margin-top: 6rem;
    color: #000;
    text-align: center;
    max-height: 90rem;
    box-shadow: 0 3px 19px 0 rgba(0,0,0,.1);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.surrounding .nautilus-slick-center .slick-slide.slick-current {
   transform: scale(1.2);
   margin-top: 3rem;
}
.surrounding .nautilus-slick-center .slick-slide .type {
    font-size: .5rem;
    font-weight: 400;
    margin: .9rem 0 0;
    padding: 0;
    text-transform: uppercase;
}
.surrounding .nautilus-slick-center .slick-slide .title {
    font-size: .8rem;
    text-align: center;
    margin: 0 0 .5rem;
}
.surrounding .nautilus-slick-center .slick-slide .body {
    padding: 0 1.5rem 2.5rem;
}
.surrounding .nautilus-slick-center .slick-slide.slick-current.slick-center {
    width: 500px;
}
.surrounding .nautilus-slick-center .slick-slide .body p {
    font-size: .45rem;
    text-align: center;
    font-weight: 400;
    line-height: .45rem;
    padding: 0;
    margin: 1rem 0;
    display: none;
}
.surrounding .nautilus-slick-center .slick-slide.slick-current.slick-center .body p {
    display: inline;
}
.surrounding .nautilus-slick-center .slick-slide img {
    width: 100%; /*To Remove*/
    height: auto;
}
.surrounding .nautilus-slick-center button {
    position: absolute;
    top: 50%;
    display: block;
    font-size: 0;
    line-height: 0;
    border: 1px solid #a19a86;
    border-radius: 50%;
    background: transparent;
    width: 2rem;
    height: 2rem;
    opacity: .5;
    cursor: pointer;
    transition: opacity .8s;
}
.surrounding .nautilus-slick-center .slick-prev {
    left: -2rem;
}
.surrounding .nautilus-slick-center .slick-next {
    right: -2rem;
}
.surrounding .nautilus-slick-center .slick-prev::before,
.surrounding .nautilus-slick-center .slick-next::before {
    font-family: "fontawesome";
    content: "\f0d9";
    font-size: .8rem;
    text-align: center;
    line-height: 1.2rem;
    color: #a19a86;
    opacity: .5;
    transition: opacity .8s;
}
.surrounding .nautilus-slick-center .slick-prev::before {
    content: "\f0d9";
}
.surrounding .nautilus-slick-center .slick-next::before {
    content: "\f0da";
}
.surrounding .nautilus-slick-center button:hover,
.surrounding .nautilus-slick-center .slick-prev:hover::before,
.surrounding .nautilus-slick-center .slick-next:hover::before {
    opacity: 1;
}
.carousel.nautilus-slick-variable-width img {
    width: auto;
    height: 12.5rem;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    display: block;
}
.nautilus-slick-single-carousel h3 {
    text-align: center;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #585858;
    margin: -1.5rem 0 .5rem;
}
.nautilus-slick-single-carousel img {
    width: 100%;
    height: auto;
    display: block;
}
.nautilus-slick-single-carousel .arrows-wrapper {
    overflow: hidden;
    box-sizing: border-box;
    margin-top: .25rem;
    text-align: center;
}
.nautilus-slick-single-carousel .arrows-wrapper button,
.nautilus-multiple-items button,
.nautilus-slick-variable-width button {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    border: 1px solid #a19a86;
    border-radius: 50%;
    background: transparent;
    width: 2rem;
    height: 2rem;
    opacity: .5;
    cursor: pointer;
    transition: opacity .8s;
    margin-right: .1rem;
    margin-left: .1rem;
    outline: none;
}
.nautilus-multiple-items button,
.nautilus-slick-variable-width button {
    background: rgba(255, 255, 255, 0.65);
    opacity: .8;    
}
.nautilus-multiple-items .slick-prev,
.nautilus-multiple-items .slick-next,
.nautilus-slick-variable-width .slick-prev,
.nautilus-slick-variable-width .slick-next {
    position: absolute;
    top: 45%;
    z-index: 100;
}
.nautilus-multiple-items .slick-prev,
.nautilus-slick-variable-width .slick-prev {
    left: 1.5rem;
}
.nautilus-multiple-items .slick-next,
.nautilus-slick-variable-width .slick-next {
    right: 1.5rem;
}
.nautilus-slick-single-carousel .arrows-wrapper .slick-prev::before,
.nautilus-slick-single-carousel .arrows-wrapper .slick-next::before,
.nautilus-multiple-items .slick-prev::before,
.nautilus-multiple-items .slick-next::before,
.nautilus-slick-variable-width .slick-prev::before,
.nautilus-slick-variable-width .slick-next::before {
    font-family: "fontawesome";
    content: "\f0d9";
    font-size: .8rem;
    text-align: center;
    line-height: 1.2rem;
    color: #a19a86;
    opacity: .5;
    transition: opacity .8s;
}
.nautilus-multiple-items .slick-prev::before,
.nautilus-multiple-items .slick-next::before,
.nautilus-slick-variable-width .slick-prev::before,
.nautilus-slick-variable-width .slick-next::before {
    opacity: .8;
}
.nautilus-slick-single-carousel .arrows-wrapper .slick-disabled,
.nautilus-multiple-items .slick-disabled,
.nautilus-slick-variable-width .slick-disabled  {
    opacity: .2;
    cursor: default;
}
.nautilus-multiple-items .slick-disabled,
.nautilus-slick-variable-width .slick-disabled  {
    opacity: .4;
}
.nautilus-slick-single-carousel .arrows-wrapper .slick-prev::before,
.nautilus-multiple-items .slick-prev::before,
.nautilus-slick-variable-width .slick-prev::before {
    content: "\f0d9";
}
.nautilus-slick-single-carousel .arrows-wrapper .slick-next::before,
.nautilus-multiple-items .slick-next::before,
.nautilus-slick-variable-width .slick-next::before {
    content: "\f0da";
}
.nautilus-slick-single-carousel .arrows-wrapper button:hover,
.nautilus-slick-single-carousel .arrows-wrapper .slick-prev:hover::before,
.nautilus-slick-single-carousel .arrows-wrapper .slick-next:hover::before,
.nautilus-multiple-items button:hover,
.nautilus-multiple-items .slick-prev:hover::before,
.nautilus-multiple-items .slick-next:hover::before,
.nautilus-slick-variable-width button:hover,
.nautilus-slick-variable-width .slick-prev:hover::before,
.nautilus-slick-variable-width .slick-next:hover::before {
    opacity: 1;
}
.nautilus-slick-single-carousel .arrows-wrapper button.slick-disabled:hover,
.nautilus-slick-single-carousel .arrows-wrapper .slick-prev.slick-disabled:hover::before,
.nautilus-slick-single-carousel .arrows-wrapper .slick-next.slick-disabled:hover::before,
.nautilus-multiple-items button.slick-disabled:hover,
.nautilus-multiple-items .slick-prev.slick-disabled:hover::before,
.nautilus-multiple-items .slick-next.slick-disabled:hover::before,
.nautilus-slick-variable-width button.slick-disabled:hover,
.nautilus-slick-variable-width .slick-prev.slick-disabled:hover::before,
.nautilus-slick-variable-width .slick-next.slick-disabled:hover::before {
    opacity: .2;
}
.nautilus-multiple-items button.slick-disabled:hover,
.nautilus-multiple-items .slick-prev.slick-disabled:hover::before,
.nautilus-multiple-items .slick-next.slick-disabled:hover::before,
.nautilus-slick-variable-width button.slick-disabled:hover,
.nautilus-slick-variable-width .slick-prev.slick-disabled:hover::before,
.nautilus-slick-variable-width .slick-next.slick-disabled:hover::before {
    opacity: .5;
}

ul.slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin: 2rem 0;
    padding: 0;
    z-index: 100;
}
ul.slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 .25rem;
    padding: 0;
    width: 50px;
    height: 5px;
    cursor: pointer;
}
ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 50px;
    height: 15px;
    background: rgba(255, 255, 255, 0.65);
    border: 0;
    cursor: pointer;
    outline: none;
}
ul.slick-dots li.slick-active button {
    background: rgb(255, 255, 255);    
}


.nautilus-multiple-items {
    margin: 2.5rem 0;
}
.nautilus-multiple-items img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

/* Page(s) *******************/
.room-page .introduction {
    margin-bottom: 5rem;
}
.room-page .introduction .title {
    margin-bottom: 2rem;
    line-height: 0; /*only for mobile*/
}
.room-page .introduction p {
    font-size: .75rem;
}
.room {
    margin-bottom: 5.5rem
}
.room .details {
    /* background: #e2e2e2; */
    border-bottom: 1px solid #a19a862e;
}
.room .details p {
    margin: 0;
    padding: 5px;
    font-size: .6rem;
    text-align: center;
}
.room .details p span {
    display: none; /* TO BE REMOVED WHEN STABLE */
}
.room .details p i {
    color: #b3b3b3;
}
.room .amenities {
    margin-bottom: 3rem;
    margin-top: 2rem;
}
.room .amenities h3 {
    text-align: center;
    margin: 0 0 1.25rem;
    font-size: 1.2rem;
}
.room .amenities ul {
    margin: 0 8%;
}
.room-page .rooms .title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.room .quick-info .accordion {
    margin-bottom: .5rem;
}
.room .quick-info .accordion .accordion-title {
    background: #eeeeee;
    font-size: .8rem;
    padding: .8rem;
    line-height: .4rem;
    border-radius: 3px;
    border: 1px solid #e8e7e2;
    margin: 0;
    cursor: pointer;
    display: block;
}
.room .quick-info .accordion.expanded {
    border-radius: 3px;
    border: 1px solid #e8e7e2;
}
.room .quick-info .accordion.expanded .accordion-title {
    background: transparent;
    border: 0;
}
.room .quick-info .accordion .accordion-title span::before {
    content: "+";
    font-weight: 400;
    font-family: "Montserrat", san-serif;
    color: #fff;
    margin-right: .4rem;
    transition: transform .6s ease 0s;
    display: inline-block;
    background: #a19a86;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    border-radius: 50%;
}
.room .quick-info .accordion.expanded .accordion-title span::before {
    transform: rotate(135deg);
}
.room .quick-info .accordion .accordion-content,
.room .quick-info .accordion.hide .accordion-content {
    display: none;
}
.room .quick-info .accordion.expanded .accordion-content {
    display: block;
    padding: 0 .8rem .8rem .8rem;
}
.room .quick-info .accordion .accordion-content h3 {
    font-size: .7rem;
}
.room .quick-info ul {
    margin: .5rem 0 0;
    padding: 0 .8rem;
}
.room .quick-info ul li,
.room .quick-info .accordion .accordion-content p {
    font-size: .6rem;
    font-weight: 400;
}
.room .quick-info .accordion .accordion-content p {
    margin-top: .5rem;
}
.room .legend p {
    font-size: .6rem;
    font-weight: 500;
}

.servizi {
    margin: 4rem 0;
    text-align: center;
}
.servizi .flex-row img {
    width: 100%;
    height: auto;
    display: block;
}
.servizi .title {
    text-align: center;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #a0adbb;
    /*margin-top: 4rem;*/
    margin-top: 1rem;
    margin-bottom: 2rem;
    line-height: 1rem;
}

/** TO BE REMOVE **/
.contacts {
    box-sizing: border-box;
    width: 95%;
    margin: 2rem auto;
    padding: 15px;
    background: #f4f4f4;
}
.contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contacts ul li {
    font-size: .6rem;
    margin: 0 0 .2rem;
}
.contacts .btn {
    text-align: center;
    margin-top: 5vh;
}
.contacts .btn a {
    background: #a09a86;
    color: #fff;
    padding: .3rem;
    border-bottom: 0;
}
/** /TO BE REMOVE **/

.contacts-info {
    box-sizing: border-box;
    margin: 0;
    padding: 20px 0;
    background: #f4f4f4;    
}
.contacts-info ul {
    list-style: none;
    width: 1300px;
    max-width: calc(100% - 60px);
    padding:0 30px;
    margin: 0 auto;
    box-sizing: content-box;
}
.contacts-info ul li {
    font-size: .6rem;
    margin: 0 .5rem;
    padding: 0;
    display: inline-block;
}
.contacts-info ul li:first-child,
.contacts-info ul li:nts-child(1) {
    margin-left: 0;
}
.contacts-info ul li:last-child {
    margin-right: 0;
}
.contacts-info ul li::before {
    font-family: "fontawesome";
    margin-right: 3px;
    font-weight: 400;
    font-size: 13px;
    color: #007ba2;
}
.contacts-info ul li.phone::before {
    content: "\f095";
}
.contacts-info ul li.mobile::before {
    content: "\f10b";
}
.contacts-info ul li.mail::before {
    content: "\f003";
}
.contacts-info ul li.address::before {
    content: "\f041";
}
.contacts-info ul li.gps::before {
    content: "\f0ac";
}
.contacts ul li .label {
    font-weight: 400;
}
.contacts-info ul li .label {
    display: none;
}

.location {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}
.location div img {
    width: 100%;
    height: auto;
    display: block;
}
.location h3 {
    text-align: center;
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #a0adbb;
    /* margin-top: 4rem; */
    margin-top: 0;
    margin-bottom: 1.5rem;
    line-height: 1rem;
}
.location h4 {
    font-size: .7em;
    margin: .2rem 0 0;
}
.location p {
    font-size: .6rem;
    margin: .5rem 0;
}
#map {
    width: 100%;
    height: 500px;
}

/* Form *****************************/
label {
    font-weight: 400;
    font-size: .6rem;
}
input,
textarea {
    width: 100%;
    padding: 1rem .2rem .3rem;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    font-size: .65rem;
}
input[type="checkbox"] {
    width: auto;
    margin: 0 3px;
}
input:focus,
textarea:focus {
    border-color: #c3c3c3;
    outline: none;
}
.form-actions input {
    border: 1px solid #e2e2e2;
    border-bottom: 2px solid #cdbfa6;
    background: #ffffff;
    color: #000;
    padding: .6rem .3rem;
    font-size: .7rem;
    font-weight: 500;
    cursor: pointer;
    transition: .5s ease background;
}
.form-actions input:hover {
    background: #e2e2e2;
}
.contact-form {
    margin-top: 4rem;
    margin-bottom: 3rem;
}
.contact-form .introduction h2 {
    margin-top: 0;
}
.contact-form form {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;    
    box-sizing: border-box;
}
.contact-form form .form-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin-bottom: .9rem;
}

.covid-19 {
    background: rgba(97, 102, 110, 0.89);
    color: #fff;
}
.covid-19 p {
    font-family: "Playfair Display", sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
    display: block;
    font-size: .6rem;
}
.covid-19 p a {
    color: #fff;
    display: inline-block;
    padding: .1rem .1rem .1rem 1rem;
}
.covid-19 p a:hover {
    background: #a19a86;
    text-decoration: none;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
#header .lang-selector {
    top: 50px;
}
.front #header .lang-selector {
    top: 70px;
}
#header .lang-selector ul li {
    display: inline-block;
}
.interior .title {
    font-size: 1rem;
}

.covid-19 p {
    font-size: .7rem;
}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
#header nav {
    display: block;
}
#header .lang-selector ul li a {
    min-width: 100px;
    padding: 4px 2px;
}
.interior .item_1 img {
    width: 90%;
    margin-top: -6rem;
}

.btn.btn-book {
    display: none;
}

.amenities h3 {

}
.amenities-wrapper {
    overflow: hidden;
    margin-bottom: 3rem;
    margin-top: 4rem;
}
.amenities {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 8%);
}

#footer {
    border-top: 1px solid #ddd;
    background: #fff;
}
#footer .flex-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
#footer .flex-row .fr_col.fr_col_4 {
    width: calc(100% / 4 - 20px);
}

#footer .credits .footer-nautilus p {
    text-align: left;
}
#footer .credits .footer-nautilus p span {
    text-align: center;
}

#footer .post-credits p {
    width: calc(100% / 3 - 20px);
    padding: 0;
    margin: .6rem 0;
}
#footer .post-credits .left {
    float: left;
}
#footer .post-credits .right {
    float: right;
    text-align: right;
}

.room .amenities {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 80%;
    vertical-align: inherit;
    text-align: center;
}
.room .amenities ul {
    margin: 0 5%;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 20%);
}

.contacts {
    width: 70%;
    padding: 5%
}

}

/* Large devices (800px and up) */
@media (min-width: 992px) {
    .nautilus-multiple-items img {
        margin: 0 1.25rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
.flex-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.flex-row .fr_col.fr_col_2 {
    width: calc(100% / 2 - 20px);
}
.flex-row .fr_col.fr_col_3 {
    width: calc(100% / 3 - 20px);
}
.flex-row .fr_col.fr_col_4 {
    width: calc(100% / 4 - 20px);
}

.interior .flex-row {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;    
}
.interior .fr_col.fr_col_2 {
    width: 100%;
}
.interior .item_1 img {
    width: 80%;
    margin-top: -7rem;
}

.amenities {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 20%);
}

.parallax .parallax-content {
    padding: 55px;
}
.parallax .parallax-content .left {
    float: left;
    vertical-align: middle;
    width: 45%;
    padding-right: 25px;
}
.parallax .parallax-content .left img {
   max-width: 100%;   
}
.parallax .parallax-content .right {
    float: left;
    width: 55%;
    padding-left: 25px;
}
.parallax .parallax-content .pre-title {
    font-size: .6rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a0adbb;
    /*margin: 0;*/
    margin-top: 1rem;
    padding: 0;
    line-height: 1rem;
    text-align: center;
}
.parallax .parallax-content .title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    /*font-size: 1.1rem;*/
    font-size: 1rem;
    text-align: center;
}

#header .banner .title {
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    width: 100%;
    background: rgba(255, 255, 255, 0.26);
    letter-spacing: 5px;
}
body.rooms-page #header .banner .title {
    color: #ffffff;
}
body.superior-page #header .banner .title {
    color: #ffffff;
}
body.comfort-page  #header .banner .title {
    color: #fff;
}
body.suite-page #header .banner .title {
    color: #fff; /*#534940;*/
}
body.contacts-page #header .banner .title {
    color: #2d454a;
}
.introduction .title {
    margin-top: 4rem;
}
.room-page .introduction .title {
    line-height: inherit;
}
.rooms .flex-row .fr_col .body h2 {
    font-size: .6rem;
}
.servizi.img_right .flex-row .fr_col.fr_col_2.item_1 {
    order: 1;
}
.contacts {
    width: 60%;
    padding: 5%
}

.contact-form form {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.contact-form form .form-item {
    width: calc(100% / 2 - 20px);
}
.contact-form form .form-item.body {
    width: 100%;
}
.contact-form form .form-actions {
    width: 100%;
}
.contact-form form .form-actions input {
    width: calc(100% / 6);
}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
.interior .flex-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.interior .flex-row .fr_col.fr_col_2 {
    width: calc(100% / 2 - 20px);
}
.interior .item_1 img {
    position: absolute;
    top: -6rem;
    width: 100%;
    margin-top: 0;
}
.interior .title {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: .9rem;
}
.parallax .parallax-content .left {
    width: 33.333333333%;
}
.parallax .parallax-content .right {
   width: 66.666666667%;
}

#header .banner .title {
    font-size: 1.8rem;
    line-height: 3rem;
}

.rooms .flex-row .fr_col .body h2 {
    font-size: .7rem;
}
.contacts {
    width: 60%;
    padding: 10%
}

}

/* Extra large devices (large desktops, 1300px and up) */
@media (min-width: 1300px) {  
.nautilus-multiple-items button {
    background: transparent;
    opacity: .5;    
}
.nautilus-multiple-items .slick-prev {
    left: -1.5rem;
}
.nautilus-multiple-items .slick-next {
    right: -1.5rem;
}
.nautilus-multiple-items .slick-prev::before,
.nautilus-multiple-items .slick-next::before {
    opacity: .5;
}
.nautilus-multiple-items .slick-disabled  {
    opacity: .2;
}
.nautilus-multiple-items button.slick-disabled:hover,
.nautilus-multiple-items .slick-prev.slick-disabled:hover::before,
.nautilus-multiple-items .slick-next.slick-disabled:hover::before {
    opacity: .2;
}
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 

}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Service pages
*/
.privacy-policy {
    margin-bottom: 1rem;
}
.privacy-policy h2 {
    font-size: 1.2rem;
    text-align: center;
}
.privacy-policy h3 {
    font-size: 1rem;
}
.privacy-policy ul li {
    font-size: .7rem
}

.terms {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.terms ul li h4 {
    font-size: .8rem;
}
.terms .no-style li ul {
    margin-top: 1.5rem;
}
.terms .no-style li ul li {
    font-size: .7rem;
}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Hack and fix
*/

/*
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *  contenteditable attribute is included anywhere else in the document.
 *  Otherwise it causes space to appear at the top and bottom of elements
 *  that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 * `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  zoom: 1;
}

