/*
####################################################
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: #444444;
  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;
}

.block-title {
    text-align: center;
    text-transform: uppercase;
}

/** === 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 {
    border-top: 1px solid #76a0b4;
    border-bottom: 1px solid #76a0b4;
    display: inline-block;
    padding: 10px 35px;
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #76a0b4;
    font-weight: 300;
    text-decoration: none;
}

.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 {
    float: right;
    /* display: none; */
}
#header .lang-selector {
}
#header .lang-selector ul::before {
    content: "\f0ac";
    font-family: "fontawesome";
    color: #474746;
    font-weight: 300;
}
#header .lang-selector ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header .lang-selector ul li {
    display: inline-block;
    margin: 0 0 0 3px;
    padding: 0;
    text-align: center;
}
#header .lang-selector ul li a {
    font-size: .6rem;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-decoration: none;
    /* background: #64676c; */
    color: #474774;
}
.dude-slick-hero .banner-bg {
    background: transparent url('../nacari-vacation-house-wide-min.jpg') no-repeat 50% scroll;
    background-size: cover;
    height: 100vh;    
}
.dude-slick-hero .banner-bg.bg_02 {
    background-image: url('../images/banner_2.jpg');
}
.dude-slick-hero .banner-bg.bg_03 {
    background-image: url('../images/banner_3.jpg');
}
.wrap-header {
    /* height: 64px; */
    padding: 25px 0;
    overflow: hidden;
}
#header .brand {
    text-align: center;
}
#header .brand a {
    display: block;
}
#header .brand img {
    width: 155px;
    height: auto;
}
#responsive-menu {
    position: absolute;
    left: 5%;
    top: 69px;
    z-index: 2;
}
#header nav {
    display: none;
}
#header .toolbar {
    border-bottom: 1px solid #ebebeb;
    font-size: .6rem;
    font-weight: 300;
    color: #8a8a8a;
    padding: 10px 0;
    overflow: hidden;
}
#header .toolbar a {
    color: #7e7e7e;
}
#header .toolbar .infobar {
    float: left;
    margin-top: 5px;
}
#header .toolbar .phone {
    margin-right: 15px;
}
.front #header .caption .pre-title,
.front #header .caption h1 {
    font-size: .8rem;
    font-weight: 500;
    font-family: "Lato", san-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.8rem;
    letter-spacing: 1px;
}
.front #header .caption .pre-title {
    font-family: "Lato", serif;
    text-transform: capitalize;
    font-weight: 300;
}
.banner {
    position: relative;
}
.banner::before {
    position: absolute;
    content: "";
    /*background: rgba(28, 28, 28, 0.2) 0%;*/
    background: linear-gradient(to bottom, rgb(28 28 28 / 0.35), rgba(28, 28, 28, 0) 60% 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.banner .title {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #64676c;
    line-height: 2rem;
    letter-spacing: 5px;
    text-align: center;
}
.banner-bg {
    background: #0de9df;
    color: #fff;
    text-align: center;
    padding: 15px; auto;
}
.banner-bg .title {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
}

.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: 1.5rem;
    margin-bottom: 1.5rem;
}
.introduction.our-apartments .block-title {
    font-size: .9rem;
    line-height: 1.5rem;
}
.introduction.our-apartments .block-title span {
    font-size: 1.35rem;
}
.introduction.our-apartments .block-title span {
    display: block;
}
.introduction.tour-barca {
    margin-bottom: 4.5rem;
}
.rooms-page .introduction.tour-barca {
    background: #f4f4f4;
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}
.introduction .title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #525252;
    /*margin-top: 4rem;*/
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.5rem;
}
.introduction .title span {
    display: block;
    font-size: .6rem;
    margin-top: 5px;
}
.introduction .title span::before {
    content: "-";
    margin-right: 5px;
}
.introduction .title span::after {
    content: "-";
    margin-left: 5px;
}
.introduction p {
    text-align: center;
    font-size: .75rem;
    margin-top: 1rem;
}
.introduction .divider {
    margin-top: 4rem
}

.our-apartments .block-title {
    margin-bottom: 1rem;
}
.our-apartments a {
    position: relative;
    display: block;
    text-decoration: none;
    margin-bottom: 1rem;
}
.our-apartments a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(28, 28, 28, 0) 60%,rgba(28, 28, 28, 0.5) 100%);
}
.our-apartments .fr_col img {
    width: 100%;
    height: auto;
    display: block;
}
.our-apartments .fr_col .wrapper {
    position: absolute;
    left: 15px;;
    bottom: 2px;
    z-index: 1;
    display: table;
    text-transform: uppercase;
}
.our-apartments .fr_col h3 {
    margin: 0;
    padding: 0;
    font-size: .55rem;
    color: #fff;
    display: table-cell;
    padding-right: 15px;
}
.our-apartments .fr_col p {
    margin: 0;
    padding: 0;
    font-size: .55rem;
    color: #fff;
    display: table-cell;
}
.our-apartments .fr_col p span {
    background: #76a0b4;
    padding: 1px 6px;
    border-radius: 2px;
    margin-right: 5px;
}
.our-apartments .fr_col p .tipology {
    background: #e9b02e;
}
.our-apartments .fr_col p .garden {
    background: #58aa5c;
}
.bestseller {
    margin-bottom: 3rem;
}
.bestseller a {
    display: block;
    text-decoration: none;
}
.bestseller .block-title {
    text-align: center;
    margin-bottom: 2rem;
}
.bestseller .fr_col {
    margin-bottom: 1rem;
}
.bestseller .fr_col img {
    width: 100%;
    height: auto;
    display: block;
}
.bestseller .fr_col h3 {
    margin: 0;
    padding: 10px 0;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #0de9df;
    color: #fff;
}

.boat-tour-backlink {
    font-weight: 400;
    color: #606060;
}
.boat-tour-backlink .price-link a {
    background: #76a0b4;
    color: #fff;
    display: block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    text-decoration: none;
    margin: 15px auto 0;
}


.amenities-wrapper {
    overflow: hidden;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
}
.amenities-wrapper h3 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.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: .7rem;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 1.3rem;
    list-style: none;
}
.amenities ul li::before {
    content: "\f00c";
    font-family: "fontawesome";
    margin-right: 15px;
    color: #76a0b4;
}
.note p {
    margin-top: 0;
}
.activity-page {
    margin-bottom: 2rem;
}
.activity-page h2 {
    font-size: 1.5rem;
    font-weight: 600;
}
.activity-page img {
    width: 100%;
    height: auto;
}
.activity-page .details {
    font-size: .8rem;
    color: #000;
    background: #0de9df;
    width: 100%;
    display: block;
    padding: .5rem;
    box-sizing: border-box;
    color: #fff;
}
.activity-page .left h2 {
    font-size: 1rem;
}
.activity-page .left ul {
    font-size: .8rem;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.activity-page .left ul li a.active-trail {
    color: #0de9df;
}
.activity-page .left ul li a.active-trail::before {
    content: "\f192";
    font-family: "fontawesome";
    margin-right: 5px;
}

/** 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;
}

.room {
    margin-top: 2rem;
}

.room .main-description p {
    font-size: .7rem;
    text-align: left;
}
.room .details-box .btn.btn-book {
    display:block;
    text-align: center;
    padding-bottom: 25px;
}
.room .details-box .btn.btn-book a {
    margin-top: 25px;
    margin-bottom: 20px;
}
.room .details-box {
    background: #f4f4f4;
    padding: 25px 0 0;
    box-sizing: border-box;
}
.room .details-box ul {
    margin: 0;
    list-style: none;
}
.room .details-box ul li {
    font-size: .7rem;
}
.room .details-box ul li .label {
    font-weight: 400;
}
.room .details-box ul li::before {
    content: "\f00c";
    font-family: "fontawesome";
    display: inline-block;
    margin-right: 10px;
    color: #76a0b4;
    width: 25px;
}
.room .details-box ul li.pax::before {
    content: "\f182  \f183";
}
.room .details-box ul li.bathroom::before {
    content: "\f2cc";
}
.room .details-box ul li.bed::before {
    content: "\f236";
}
.room .details-box ul li.size::before {
    content: "\f0c9";
}
.room .details-box .boat-tour h3 {
    text-align: center;
    font-size: 1.15rem;
}
.room .details-box .boat-tour {
    padding-left: 15px;
    padding-right: 15px;
}
.room .details-box .boat-tour .tour-price {
    font-size: .7rem;
}
.room .details-box .boat-tour .tour-price .price {
    font-size: .8rem;
    font-weight: 500;
    background: #ba5761;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: 15px;
}
.room .details-box  .btn.btn-boatbook a {
    padding: 0;
    text-align: center;
    display: block;
    text-decoration: none;
    border: 0;
    background: #ebb563;
    margin-top: 1rem;
    padding: 12px 0;
    font-size: .8rem;
    color: #fff;
}
.room .details-box  .btn.btn-boatbook a::before {
    content: "\f21a";
    font-family: "fontawesome";
    margin-right: 10px;
}
.room .details-box  .btn.btn-boatbook a:hover {
    background: rgb(235 181 99 / 0.72);
}
.room .details-box .book-details {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    margin-top: 25px;
}
.room .more-details h3:before {
    content: "\f129";
    font-family: "fontawesome";
    font-size: 16px;
    float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #76a0b4;
    border-radius: 50%;
    text-align: center;
    color: #76a0b4;
    margin-right: 10px;
}
.room .more-details h4 {
    font-size: .8rem;
    margin-top: .8rem;
    font-weight: 600;
}
.room .more-details p,
.room .more-details ul {
    margin-top: .5rem;
}
.room .more-details ul {
    font-size: .7rem;
    list-style: none;
    padding-left: 1rem;
}
.room .more-details ul li::before {
    content: "\f00c";
    font-family: "fontawesome";
    margin-right: 15px;
    color: #76a0b4;
}
.interior {
    margin: 3.5rem 0 3rem;
    background: #f6f7f7;
    padding: 4rem 0 1.5rem;
    text-align: center;
}
.rooms-page .interior {
    margin-top: 6rem;
}
.interior.left {
    background: #f6f7f7;    
}
.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;
    /* letter-spacing: 1px; */
}
.interior p {
    text-align: center;
    /* font-size: 1rem; */
    color: #000;
}

.parallax {
    /*background: transparent url(../images/parallax.jpg) no-repeat fixed 0 0;
    background-size: cover;*/
    background: #57b3cf url(../images/trama_marra_1_600.jpg) repeat 0 0 scroll;
    padding-top: 3.5rem;
    padding-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;
}

.parallax-wide {
    position: relative;
    background: transparent url('../images/nacari-panorama-min.jpg') no-repeat center 60% scroll;
    background-size: cover;
    min-height: 354px;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    color: #fff;
    text-align: center;
}
.parallax-wide::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(28 28 28 / 27%) 60%,rgb(28 28 28 / 57%) 100%);
}
.parallax-wide .inner {
    position: relative;
    z-index: 10;
}
.parallax-wide .pre-title {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}
.parallax-wide .block-title {
    color: #fff;
    letter-spacing: 1px;
}

/*#footer::before {
    content: "";
    display: block;
    height: 6rem;
    width: 100%;
    background: #fff url(../images/trama_marra_1_600.jpg) repeat 0 0 scroll;
    border-bottom: 5px solid #ddd;
    margin-top: 4px;
}*/
#footer {
    border-top: 1px solid #f1f1f1;
    background: transparent;
    color: #7e7e7e;
}
#footer a {
    color: #adadad;
}
#footer .credits .footer-logo {
    text-align: center;
}
#footer .credits .footer-logo img {
    margin-top: 30px;
    width: 190px;
    height: auto;
}
#footer .credits .footer-dude {
    text-align: left;
}
#footer .credits .footer-dude p {
    font-size: .6rem;
    text-align: center;
}
#footer .credits .footer-dude p span {
    display: block;
}
#footer .credits .footer-dude i {
    margin-right: 2px;
    color: #bc5862;
    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;
    background: #f1f1f1;
    color: #7e7e7e;
    overflow: hidden;
    padding-bottom: 40px;
}
#footer .post-credits p {
    font-size: .6rem;
    padding: 0;
}
#footer .post-credits p a {
    /* color: #000; */
}

#footer .position {
    text-align: center;
}
#footer .gps-navigator a:before {
    content: "\f041";
    font-family: "fontawesome";
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
}
#footer .gps-navigator a {
    position: relative;
    display: block;
    margin: 0 auto;
    background: #bfdee9;
    color: #005776;
    text-decoration: none;
    text-align: center;
    font-size: .7rem;
    font-weight: 600;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}

.btn-book-wa {
    display: block;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 2%;
    right: 2%;
    z-index: 10;
}
.btn-book-wa a {
    background: #25d366;
    border-bottom: 5px solid #115e2d;
    padding: 8px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    text-transform: capitalize;
    box-shadow: 0 0 5px rgb(0 0 0 / 31%);
    font-size: .55rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
.btn-book-wa a:before {
    font-family: "fontawesome";
    content: "\f232";
    margin-right: 8px;
}

/* 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 .dude-slick-center {
    margin: 2rem 0 3.5rem;
    position: relative;
}
.surrounding .dude-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 .dude-slick-center .slick-slide.slick-current {
   transform: scale(1.2);
   margin-top: 3rem;
}
.surrounding .dude-slick-center .slick-slide .type {
    font-size: .5rem;
    font-weight: 400;
    margin: .9rem 0 0;
    padding: 0;
    text-transform: uppercase;
}
.surrounding .dude-slick-center .slick-slide .title {
    font-size: .8rem;
    text-align: center;
    margin: 0 0 .5rem;
}
.surrounding .dude-slick-center .slick-slide .body {
    padding: 0 1.5rem 2.5rem;
}
.surrounding .dude-slick-center .slick-slide.slick-current.slick-center {
    width: 500px;
}
.surrounding .dude-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 .dude-slick-center .slick-slide.slick-current.slick-center .body p {
    display: inline;
}
.surrounding .dude-slick-center .slick-slide img {
    width: 100%; /*To Remove*/
    height: auto;
}
.surrounding .dude-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 .dude-slick-center .slick-prev {
    left: -2rem;
}
.surrounding .dude-slick-center .slick-next {
    right: -2rem;
}
.surrounding .dude-slick-center .slick-prev::before,
.surrounding .dude-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 .dude-slick-center .slick-prev::before {
    content: "\f0d9";
}
.surrounding .dude-slick-center .slick-next::before {
    content: "\f0da";
}
.surrounding .dude-slick-center button:hover,
.surrounding .dude-slick-center .slick-prev:hover::before,
.surrounding .dude-slick-center .slick-next:hover::before {
    opacity: 1;
}
.carousel.dude-slick-variable-width {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.carousel.dude-slick-variable-width img {
    width: auto;
    /* height: 12.5rem; */
    height: 18rem;
    margin: 0 2vw;
    padding: 0;
    outline: none;
    border: 0;
    display: block;
}
.dude-slick-single-carousel {
    margin-top: 3rem;
}
.dude-slick-single-carousel h3 {
    text-align: center;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #585858;
    /* margin: -1.5rem 0 .5rem; */
    margin-bottom: .5rem;
}
.dude-slick-single-carousel img {
    width: 100%;
    height: auto;
    display: block;
}
.dude-slick-single-carousel .arrows-wrapper {
    overflow: hidden;
    box-sizing: border-box;
    margin-top: .25rem;
    text-align: center;
}
.dude-slick-single-carousel .arrows-wrapper button,
.dude-multiple-items button,
.dude-slick-variable-width button {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    width: 2rem;
    height: 2rem;
    opacity: .5;
    cursor: pointer;
    transition: opacity .8s;
    margin-right: .1rem;
    margin-left: .1rem;
    outline: none;
}
.dude-multiple-items button,
.dude-slick-variable-width button {
    background: rgb(255 255 255);
    opacity: .8;
}
.dude-multiple-items .slick-prev,
.dude-multiple-items .slick-next,
.dude-slick-variable-width .slick-prev,
.dude-slick-variable-width .slick-next {
    position: absolute;
    top: 45%;
    z-index: 100;
}
.dude-multiple-items .slick-prev,
.dude-slick-variable-width .slick-prev {
    left: 1.5rem;
}
.dude-multiple-items .slick-next,
.dude-slick-variable-width .slick-next {
    right: 1.5rem;
}
.dude-slick-single-carousel .arrows-wrapper .slick-prev::before,
.dude-slick-single-carousel .arrows-wrapper .slick-next::before,
.dude-multiple-items .slick-prev::before,
.dude-multiple-items .slick-next::before,
.dude-slick-variable-width .slick-prev::before,
.dude-slick-variable-width .slick-next::before {
    font-family: "fontawesome";
    content: "\f0d9";
    font-size: .8rem;
    text-align: center;
    line-height: 1.2rem;
    color: #2196f3;
    opacity: .5;
    transition: opacity .8s;
}
.dude-multiple-items .slick-prev::before,
.dude-multiple-items .slick-next::before,
.dude-slick-variable-width .slick-prev::before,
.dude-slick-variable-width .slick-next::before {
    opacity: .8;
}
.dude-slick-single-carousel .arrows-wrapper .slick-disabled,
.dude-multiple-items .slick-disabled,
.dude-slick-variable-width .slick-disabled  {
    opacity: .2;
    cursor: default;
}
.dude-multiple-items .slick-disabled,
.dude-slick-variable-width .slick-disabled  {
    opacity: .4;
}
.dude-slick-single-carousel .arrows-wrapper .slick-prev::before,
.dude-multiple-items .slick-prev::before,
.dude-slick-variable-width .slick-prev::before {
    content: "\f0d9";
}
.dude-slick-single-carousel .arrows-wrapper .slick-next::before,
.dude-multiple-items .slick-next::before,
.dude-slick-variable-width .slick-next::before {
    content: "\f0da";
}
.dude-slick-single-carousel .arrows-wrapper button:hover,
.dude-slick-single-carousel .arrows-wrapper .slick-prev:hover::before,
.dude-slick-single-carousel .arrows-wrapper .slick-next:hover::before,
.dude-multiple-items button:hover,
.dude-multiple-items .slick-prev:hover::before,
.dude-multiple-items .slick-next:hover::before,
.dude-slick-variable-width button:hover,
.dude-slick-variable-width .slick-prev:hover::before,
.dude-slick-variable-width .slick-next:hover::before {
    opacity: 1;
}
.dude-slick-single-carousel .arrows-wrapper button.slick-disabled:hover,
.dude-slick-single-carousel .arrows-wrapper .slick-prev.slick-disabled:hover::before,
.dude-slick-single-carousel .arrows-wrapper .slick-next.slick-disabled:hover::before,
.dude-multiple-items button.slick-disabled:hover,
.dude-multiple-items .slick-prev.slick-disabled:hover::before,
.dude-multiple-items .slick-next.slick-disabled:hover::before,
.dude-slick-variable-width button.slick-disabled:hover,
.dude-slick-variable-width .slick-prev.slick-disabled:hover::before,
.dude-slick-variable-width .slick-next.slick-disabled:hover::before {
    opacity: .2;
}
.dude-multiple-items button.slick-disabled:hover,
.dude-multiple-items .slick-prev.slick-disabled:hover::before,
.dude-multiple-items .slick-next.slick-disabled:hover::before,
.dude-slick-variable-width button.slick-disabled:hover,
.dude-slick-variable-width .slick-prev.slick-disabled:hover::before,
.dude-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: 1px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
}
ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    border: 0;
    cursor: pointer;
    outline: none;
    display: block;
}
ul.slick-dots li.slick-active button {
    background: rgb(255, 255, 255);    
}


.dude-multiple-items {
    margin: 2.5rem 0;
}
.dude-multiple-items .slick-slide {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 .25rem;
}
.dude-multiple-items .slick-slide img {
    width: 100%;
    height: auto;
}
.dude-multiple-items .slick-slide .title-gallery {
    display: block;
    background: #00bcd4;
    padding: 15px;
    color: #fff;
    font-size: .7rem;
    text-align: center;
}

/* 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 .description .description-header {
    box-sizing: border-box;
}
.room .description .description-header img {
    width: 100%;
    height: auto;
}
.room .description .description-header .title {
    font-size: 1.15rem;
    line-height: 1.15rem;
    margin: 1rem 0 1rem;
    text-transform: uppercase;
}
.room .details p {
    margin: 0;
    padding: 5px;
    font-size: .6rem;
    text-align: center;
}
.room .details p i {
    color: #76a0b4;
}
.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: "Lato", 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: #000;
}
.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: .8rem .5rem .8rem;
    box-sizing: border-box;
    border: 0;
    background: #efefef;
    font-size: .75rem;
}
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: #0c0c0c;
    color: #fff;
    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;
}
.contact-form form .form-item.children input,
.contact-form form .form-item.date input {
    width: 150px;
    display: block;
}
.contact-form form .form-item.appartamento {
    width: 100%!important;
}
.contact-form form .form-item.appartamento input {
    background: #bfdee9;
}
.contact-form form .form-item select {
    display: block;
    border: 0;
    border-bottom: 1px solid #efefef;
    min-width: 80px;
    font-size: .7rem;
    text-align: center;
    padding: .8rem .2rem .8rem;
    background: #efefef;
}
.contact-form form .form-item select option {
    width: 100%;
    box-sizing: border-box;
    background: #f4f4f4;
    padding: 5px;
    font-size: .7rem;
}
.contact-form form .form-item.pax input {
    width: 150px;
    display: block;
}
.contact-form form .form-item.page input {
    background: #0de9df;
    text-transform: uppercase;
}
.ui-widget.ui-widget-content {
    font-size: .65rem!important;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center!important;
}

.covid-19 {
    background: rgba(97, 102, 110, 0.89);
    color: #fff;
}
.covid-19 p {
    font-family: "Lato", 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 {
}
#header .lang-selector {
}
#header .lang-selector ul li {
    display: inline-block;
}
.interior .title {
    font-size: 1rem;
}

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

.our-apartments .flex-row,
.bestseller .flex-row {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.our-apartments .flex-row .fr_col.fr_col_2 {
    width: calc(100% / 2 - 20px);
}
.bestseller .flex-row .fr_col.fr_col_4 {
    width: calc(100% / 4 - 20px);
}
.our-apartments -list .fr_col.fr_col_3 {
    width: calc(100% / 2 - 20px);
}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
.front #header .caption {
    text-align: center;
    color: #fff;
    margin-top: 15vh;
}
#header .lang-selector ul li a {
    /* min-width: 100px; */
    /* padding: 4px 2px; */
}

.btn-book-wa {;
    bottom: 12px;
    left: 5%;
    right: unset;
}

.interior .item_1 img {
    width: 90%;
    margin-top: -6rem;
}

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

#footer {
    /* border-top: 1px solid #ddd; */
}
#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-dude p {
    /* text-align: left; */
}
#footer .credits .footer-dude 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;
}
#footer .post-credits {
    padding-bottom: 0;
}


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

.boat-tour-backlink .price-link a {
    display: inline-block;
    margin-left: 15px;
}

}

/* Large devices (992px and up) */
@media (min-width: 992px) {
#header .brand {
    float: left;
}
.dude-multiple-items img {
    margin: 0 0.25rem;
} 
.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);
}
#header {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
}
#header .toolbar {
    background: transparent;
}
.wrap-header {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
#responsive-menu {
    display: none;
}
#header .toolbar a {
    color: #fff;
}
#header .lang-selector ul::before {
    color: #fff;
    font-weight: 300;
}
#header .lang-selector ul li a {
    color: #fff;
}
#header nav {
    display: block;
    float: right;
    margin-top: 2px;
}
#header nav ul {
    list-style: none;
    /* padding: 5px 0; */
    margin: 0;
    text-align: center;
}
#header nav ul li {
    display: inline;
    margin: 0 .1rem;
    padding: 0;
    font-family: "Lato", san-serif;
}
/*#header nav ul li.last-left {
    margin-right: 36px;
}
#header nav ul li.last-right {
    margin-left: 233px;
}*/
#header nav ul li a {
    color: #727475;
    text-decoration: none;
    text-transform: capitalize;
    font-size: .75em;
    font-weight: 300;
    font-family: "Lato", serif;
    letter-spacing: 1px;
}
#header nav ul li a::after {
    font-family: "fontawesome";
    content: "";
    background: #ebebeb;
    font-size: 5px;
    margin-left: .8rem;
    margin-right: .4rem;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 16px;
}
#header nav ul li:last-child a::after {
    content: unset;
}
#header nav ul li.booking-navbar a {
    background: #64676c;
    color: #fff;
    padding: 0 3px;
}
#header nav ul li.booking-navbar a:hover {
    background: rgb(100 103 108 / 81%);
}

.interior {
    margin-top: 6rem;
    margin-bottom: 4rem;
    padding-bottom: 4.5rem;
}
.interior.garage {
    margin-top: 7rem;
}
.interior.garage .item_2 {
    order: 1;
}
.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) - 15px);
}

.parallax-wide {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.parallax-wide .inner {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}
.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;
}

.banner .title {
    position: absolute;
    top: 72%;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    width: 100%;
    background: rgb(255 255 255 / 70%);
    letter-spacing: 5px;
}
ms-page #header .banner .title {
    color: #64676c;
}
erior-page #header .banner .title {
    color: #ffffff;
}
fort-page  #header .banner .title {
    color: #fff;
}
te-page #header .banner .title {
    color: #fff; /*#534940;*/
}
tacts-page #header .banner .title {
    color: #2d454a;
}
.introduction {
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}
.introduction .title {
    font-size: 2.7rem;
}
.introduction .title span {
    font-size: .75rem;
    margin-top: 10px;
}
.rooms-page .introduction .title {
    margin-top: 0;
}
.room-page .introduction .title {
    line-height: inherit;
}
.rooms .flex-row .fr_col .body h2 {
    font-size: .6rem;
}
.introduction.our-apartments .block-title {
    font-size: 1.35rem;
    line-height: 2rem;
}
.introduction.our-apartments .block-title span {
    font-size: 1.75rem;
}
.servizi.img_right .flex-row .fr_col.fr_col_2.item_1 {
    order: 1;
}
.room .fr_col.fr_col_2.description {
    width: calc(70% - 25px);
}
.room .fr_col.fr_col_2.details {
    width: calc(30% - 25px);
}
.room .description .description-header .title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.contacts {
    width: 60%;
    padding: 5%
}

.activity-page {
    overflow: hidden;
}
.activity-page .left {
    float: left;
    width: 30%;
    box-sizing: border-box;
}
.activity-page .right {
    float: right;
    width: 70%;
    box-sizing: border-box;
}

.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);
}

.carousel.dude-slick-variable-width {
    margin-top: 6rem;
    margin-bottom: 4.5rem;
}

}

/* 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 {
    order: 1;
}
.interior.left {
    margin-top: 7.5rem;
}
.interior.left .item_1 {
    order: 0;
}
.interior .item_1 img {
    position: absolute;
    top: -117px;
    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%;
}

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

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

.parallax-wide {
    min-height: 600px;
    padding-top: 45px;
    padding-bottom: 45px;
}
.parallax-wide .inner {
    top: 25%;
}

}

/* Extra large devices (large desktops, 1300px and up) */
@media (min-width: 1300px) {
#header .lang-selector {
    /*top: 52px;*/
    /*z-index: 10;*/
}
#header .lang-selector ul li a {
    /* width: 30px; */
    /* height: 30px; */
    /* line-height: 30px; */
}

.dude-multiple-items button {
    background: white;
    opacity: 0.6;
}
.dude-multiple-items .slick-prev {
    left: 0.5rem;
}
.dude-multiple-items .slick-next {
    right: 0.5rem;
}
.dude-multiple-items .slick-prev::before,
.dude-multiple-items .slick-next::before {
    opacity: .5;
}
.dude-multiple-items .slick-disabled  {
    opacity: .2;
}
.dude-multiple-items button.slick-disabled:hover,
.dude-multiple-items .slick-prev.slick-disabled:hover::before,
.dude-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;
}

.color_1 {
    color: #ebb563!important;
}
.color_2 {
    color: #ba5761!important;
}
.color_3 {
    color: #5c8c8a!important;
}