 .btnmini {
     padding: 3px;
     font-size: 13px;
 }

 .tabledispon {
     border-collapse: collapse;
     width: 100%;
     background: #fff;
 }

 .tabledispon td {
     padding: 5px;
     border: solid 1px #e1e1e1;
     text-align: left;
     font-weight: 400;
     text-align: center;
     width: 130px;
     font-size: 13px;
     height: 45px;
 }

 .tabledispon td.dispon {
     background-color: #2ca670;
     color: #fff;
 }

 .tabledispon td.nodisp {
     color: #a62c2c;
 }

 .tabledispon th {
     padding: 5px;
     border: solid 1px #e1e1e1;
     text-align: left;
     height: 45px;
     font-weight: 600;
     padding-right: 20px;
 }

 .tabledispon td .btn {
     padding: 5px;
     font-size: 13px;
     font-weight: 600;
 }

 nav.navigation-main {
     z-index: 0;
 }

 .btn b {
     font-size: 11px;
 }

 .btn-info {
     color: #fff;
     background-color: #006d8d !important;
     border-color: #006d8d !important;
 }

 .btn-lingua {
     width: 90%;
     background: #fff;
     color: #413DB8;
     border: 1px solid #413DB8;
     font-weight: 600 !important;
 }

 .btn-lingua:hover {
     color: #fff !important;
     background: #413DB8;
     border-radius: 5px !important
 }

 .loader {
     margin: 6em auto;
     font-size: 10px;
     position: relative;
     text-indent: -9999em;
     border-top: 1.2em solid #6edc90;
     border-right: 1.2em solid #6edc90;
     border-bottom: 1.2em solid #6edc90;
     border-left: 1.2em solid #447fa9;
     -webkit-animation: load8 1.1s infinite linear;
     animation: load8 1.1s infinite linear;
 }

 .loader,
 .loader:after {
     border-radius: 50%;
     width: 10em;
     height: 10em;
 }

 @-webkit-keyframes load8 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
     }

     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }

 @keyframes load8 {
     0% {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
     }

     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }


 .loaderstatus {
     margin: 6em auto;
     font-size: 10px;
     position: fixed;
     width: 300px;
     height: 150px;
     background-color: #e2ffeb;
     font-size: 40px;
     text-align: center;
     margin-top: 30px;
     left: -350px;
     color: #3db863;
     border: solid 2px #3db863;
     border-left: solid 45px;
     z-index: 9999;
 }

 #loaderstatus b {
     font-size: 16px;
 }



 body .wrapper {
     position: relative;
     overflow: hidden;
     width: 100%;
 }



 body a {
     color: #b58e3e;
 }

 body a:focus,
 body a:active,
 body a:hover {
     color: #222222;
     text-decoration: none;
 }

 body a,
 body .btn {
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 /*
body input, body textarea, body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}*/

 body *:focus {
     outline: none !important;
 }

 /*
    ----------------------------------
    2. Container
    ----------------------------------
*/
 @media (min-width: 1366px) {
     .container {
         width: 1300px;
     }
 }

 @media (min-width: 1680px) {
     .container {
         width: 1400px;
     }
 }

 @media print {
     .container {
         width: 99%;
     }
 }

 /*
    ----------------------------------
    3. Page loader
    ----------------------------------
*/
 .page-loader {
     position: fixed;
     width: 100%;
     height: 100%;
     overflow: hidden;
     z-index: 999999;
     background-color: white;
 }

 .page-loader:before {
     font-family: 'LinearIcons';
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 40px;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     content: "\e807";
     position: fixed;
     font-size: 40px;
     left: 50%;
     top: 50%;
     z-index: 999999;
     width: 40px;
     height: 40px;
     text-align: center;
     margin-left: -20px;
     margin-top: -20px;
     -webkit-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
     color: #00486c;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .page-loader.loaded {
     width: 0;
     left: 0;
     -moz-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
     -o-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
     -webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
     transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
 }

 .page-loader.loaded:before {
     opacity: 0;
 }

 /*
    ----------------------------------
    4. Headings
    ----------------------------------

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Muli", serif;
  font-weight: 500;
}
*/

 h1:first-child,
 h2:first-child,
 h3:first-child,
 h4:first-child,
 h5:first-child,
 h6:first-child,
 .h1:first-child,
 .h2:first-child,
 .h3:first-child,
 .h4:first-child,
 .h5:first-child,
 .h6:first-child {
     margin-top: 0;
 }

 h1 small,
 h2 small,
 h3 small,
 h4 small,
 h5 small,
 h6 small,
 .h1 small,
 .h2 small,
 .h3 small,
 .h4 small,
 .h5 small,
 .h6 small {
     font-weight: 300;
 }

 h1,
 .h1 {
     font-size: 26px;
     margin-top: 15px;
     margin-bottom: 15px;
     line-height: 1.3;
 }

 @media (min-width: 992px) {

     h1,
     .h1 {
         font-size: 33px;
         margin-top: 35px;
         margin-bottom: 15px;
     }
 }

 h2,
 .h2 {
     font-size: 23px;
     margin-top: 15px;
     margin-bottom: 15px;
     line-height: 1.3;
 }



 @media (min-width: 992px) {

     h2,
     .h2 {
         font-size: 24px;
         margin-top: 35px;
         margin-bottom: 10px;
     }
 }

 h3,
 .h3 {
     font-size: 20px;
     margin-top: 15px;
     margin-bottom: 15px;
     line-height: 1.3;
 }

 @media (min-width: 992px) {

     h3,
     .h3 {
         font-size: 25px;
         margin-top: 35px;
         margin-bottom: 28px;
     }
 }

 h4,
 .h4 {
     font-size: 17px;
     margin-top: 15px;
     margin-bottom: 15px;
     line-height: 1.3;
 }

 @media (min-width: 992px) {

     h4,
     .h4 {
         font-size: 21px;
         margin-top: 35px;
         margin-bottom: 28px;
     }
 }

 h5,
 .h5 {
     font-size: 14px;
     margin-top: 15px;
     margin-bottom: 15px;
     line-height: 1.3;
 }

 @media (min-width: 992px) {

     h5,
     .h5 {
         font-size: 17px;
         margin-top: 35px;
         margin-bottom: 28px;
     }
 }

 h6,
 .h6 {
     font-size: 11px;
     margin-top: 15px;
     margin-bottom: 15px;
     line-height: 1.3;
 }

 @media (min-width: 992px) {

     h6,
     .h6 {
         font-size: 13px;
         margin-top: 35px;
         margin-bottom: 28px;
     }
 }

 /*
    ----------------------------------
    5. Header
    ----------------------------------
*/
 header {
     position: fixed;
     width: auto;
     left: 0;
     right: 0;
     display: block;
     padding-top: 0;
     z-index: 100;

     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     /*
	background:rgba(0, 26, 48, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(to top, rgba(255,0,0,0), rgb(0, 0, 0,0.75)) !important;
	border: none;
	background-image: -webkit-linear-gradient(to top, rgba(255,0,0,0), rgb(0, 0, 0,0.75)) !important; /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3
	background-image:    -moz-linear-gradient(to top, rgba(255,0,0,0), rgb(0, 0, 0,0.75)) !important; /* For Firefox (3.6 to 15)
	background-image:      -o-linear-gradient(to top, rgba(255,0,0,0), rgb(0, 0, 0,0.75)) !important; /* For old Opera (11.1 to 12.0)
	background-image:         linear-gradient(to top, rgba(255,0,0,0), rgb(0, 0, 0,0.75)) !important; /* Standard syntax; must be last
*/
     background: #fff;
     box-shadow: 0 0 20px rgba(0, 0, 0, .3);

 }


 header.sticked {
     /*background-color: #00486c; mod*/
     /*background-color: #ceb071;
	background-color:#952b1d;
	/*background-color:rgba(0, 0, 0, 0.7);*/
     border-color: transparent;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
     */
 }

 header.sticked nav.navigation-top {
     /* color:#333;*/
 }

 @media (min-width: 992px) {
     header.sticked nav.navigation-top {
         margin-top: -50px;
     }

     header.sticked nav.navigation-main .logo {
         bottom: -35px;
         -moz-border-radius: 100%;
         -webkit-border-radius: 100%;
         border-radius: 100%;

         background-color: #fff;
         width: 90px;
         height: 93px;
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
         background-image: url(../logo.png);
         background-size: 90px 90px;
         background-repeat: no-repeat;
         background-position: center center;
     }

     header.sticked nav.navigation-main .logo img {
         height: auto;
         width: 100%;
     }
 }



 @media (max-width: 767px) {
     header.sticked {
         position: absolute;
         background-color: #00486c;
         background-color: transparent;
     }

 }





 @media (max-width: 991px) {
     .colimg {
         width: 97% !important;
     }

     header .container {
         padding-left: 0;
         padding-right: 0;
         width: 100%;
         /* position: fixed;
	  background: #fff;*/
     }
 }

 /*
    ----------------------------------
    6. Main navigation
    ----------------------------------
*/
 nav.navigation-top {
     display: none;
     margin-top: 5px;
     margin-bottom: 5px;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }

 @media (min-width: 992px) {
     nav.navigation-top {
         display: block;
         padding: 20px 0;
     }

     nav.navigation-top .navigation-top-left {
         float: left;
     }

     nav.navigation-top .navigation-top-left .box {
         padding-right: 13.33333px;
     }

     nav.navigation-top .navigation-top-right {
         float: right;
     }

     nav.navigation-top .navigation-top-right .box {
         padding-left: 13.33333px;
     }
 }

 nav.navigation-top .box {
     color: #333;
     display: inline-block;
     font-size: 12px;
     text-transform: uppercase;
 }

 nav.navigation-top .box .icon {
     font-size: 85%;
     vertical-align: middle;
 }

 nav.navigation-main {
     position: relative;
 }

 nav.navigation-main .logo {
     height: 50px;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     background-color: #00486c;
     background-color: transparent;
     color: #333;
     text-transform: uppercase;
     padding-left: 20px;
     font-weight: 600;
     display: table-cell;
     vertical-align: middle;

 }

 header.sticked nav.navigation-main .logo .logo-desktop {
     display: none !important;
 }

 nav.navigation-main .logo .logo-desktop {
     display: none;
 }

 @media (min-width: 992px) {
     nav.navigation-main .logo .logo-desktop {
         display: inline-block !important;
     }

     nav.navigation-main .logo .logo-mobile {
         display: none;
     }

     nav.navigation-main .logo>a {
         text-align: center;
     }

     nav.navigation-main .logo img {
         width: 100%;
         margin: 0 auto;
     }
 }

 nav.navigation-main .logo>a {
     display: block;
 }

 nav.navigation-main .toggle-menu {
     height: 50px;
     position: absolute;
     right: 0;
     top: 0;
     font-size: 27px;
     padding: 5px 10px;

     color: #000;
     z-index: 2;
 }

 nav.navigation-main .toggle-menu .icon {
     display: block;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     color: #fff;
     font-weight: 600;
 }

 nav.navigation-main .toggle-menu .icon:before {
     display: inline-block;
 }

 nav.navigation-main .toggle-menu.open .icon {
     -moz-transform: scale(0.8) rotate(180deg);
     -ms-transform: scale(0.8) rotate(180deg);
     -o-transform: scale(0.8) rotate(180deg);
     -webkit-transform: scale(0.8) rotate(180deg);
     transform: scale(0.8) rotate(180deg);
     color: #000;
 }

 nav.navigation-main .toggle-menu.open .icon:before {
     content: "\e870" !important;
 }

 nav.navigation-main .navigation-block ul {
     margin: 0;
     padding: 0;
 }

 nav.navigation-main .navigation-block ul li {
     list-style-type: none;
 }

 .container {
     padding-left: 0px !important;
     padding-right: 0px !important;
 }

 /*
nav.navigation-main .navigation-block ul li a {
  display: block;
  padding: 15px  10px 15px 10px;
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color:#555 ;
  cursor: pointer;
}



nav.navigation-main .navigation-block ul li a:hover{
	background: #dddddd;
}

*/
 nav.navigation-main .navigation-block ul li #nome:hover {
     background: none;
 }

 .clickable {
     color: #2979ff !important
 }

 /*
nav.navigation-main .navigation-block ul li > a {
  color: #000;
}
*/

 nav.navigation-main .navigation-block ul li>ul {
     background-color: rgba(81, 85, 97, 0.1);
 }

 nav.navigation-main .navigation-block ul li>ul li {
     display: block;
 }

 nav.navigation-main .navigation-block ul li>ul li a {
     font-size: 12px;
     text-transform: uppercase;
     padding: 10px 15px;
 }

 @media (min-width: 700px) {



     nav.navigation-main {
         position: relative;
         z-index: 100;
     }

     nav.navigation-main .logo {
         -moz-transform: translateX(-50%);
         -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
         -webkit-transform: translateX(-50%);
         transform: translateX(-50%);
         position: absolute;
         bottom: 0;
         left: 50%;
         width: 150px;
         height: 113px;
         z-index: 9;
         display: none;

     }

     nav.navigation-main .logo img {
         width: auto;
         height: 113px;
     }

     nav.navigation-main .toggle-menu {
         display: none;
     }

     nav.navigation-main .navigation-block {
         display: block;
         margin: 0 10px 0 10px;
     }

     nav.navigation-main .navigation-block>ul>li {
         float: left;
         display: block;
     }

     /*
  nav.navigation-main .navigation-block > ul > li:first-child > a {
    padding-left: 0;
  }
  nav.navigation-main .navigation-block > ul > li:last-child > a {
    padding-right: 0;
  }
	*/
     nav.navigation-main .navigation-block>ul li>ul {
         padding-top: 10px;
         background-color: transparent;
         min-width: 180px;
         position: absolute;
         z-index: -1;
         top: 100%;
         z-index: 100;
         opacity: 0;
         visibility: hidden;
         -moz-transform: translateY(10px);
         -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
         -webkit-transform: translateY(10px);
         transform: translateY(10px);
         -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
         -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
         box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
         border-bottom-right-radius: 8px;
     }

     nav.navigation-main .navigation-block>ul li>ul:after {
         content: "";
         position: absolute;
         top: 1px;
         left: 20px;
         border-width: 0 10px 10px 10px;
         border-style: solid solid solid solid;
         border-color: white transparent white;
     }

     nav.navigation-main .navigation-block>ul li>ul li {
         background-color: white;
     }

     nav.navigation-main .navigation-block>ul li>ul li:hover a {
         color: #3a3d45;
         -moz-transform: translateX(5px);
         -ms-transform: translateX(5px);
         -o-transform: translateX(5px);
         -webkit-transform: translateX(5px);
         transform: translateX(5px);
     }

     nav.navigation-main .navigation-block>ul li>ul li a {
         -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
         -webkit-transition: all 0.3s;
         transition: all 0.3s;
         font-weight: bold;
         background-color: white;
         color: #515561;
     }

     nav.navigation-main .navigation-block>ul li.hovered a {
         text-shadow: 0 0 10px white;
     }

     nav.navigation-main .navigation-block>ul li.hovered>ul {
         -moz-transform: translateY(0);
         -ms-transform: translateY(0);
         -o-transform: translateY(0);
         -webkit-transform: translateY(0);
         transform: translateY(0);
         -moz-transition: all 0.4s;
         -o-transition: all 0.4s;
         -webkit-transition: all 0.4s;
         transition: all 0.4s;
         overflow: hidden;
         visibility: visible;
         opacity: 1;
         z-index: 1;
     }

     nav.navigation-main .navigation-block>ul.navigation-left {
         float: left;
     }

     nav.navigation-main .navigation-block>ul.navigation-right {
         float: right;
     }

     nav.navigation-main .navigation-block>ul.navigation-right li>ul:after {
         left: auto;
         right: 20px;
     }

     nav.navigation-main .navigation-block>ul.navigation-right li {
         position: relative;
     }

     nav.navigation-main .navigation-block>ul.navigation-right li:nth-last-child(-n+2) ul {
         right: 0;
         left: auto;
     }

     nav.navigation-main .navigation-block ul li>ul li {
         border-top: 1px solid #dddddd;
     }
 }

 div.owl-slider-header {
     height: 100vh;
     height: 100%;
     min-height: 100%;
 }

 div.owl-slider-header div.item {
     height: 100vh;
     height: 100%;
     min-height: 100%;
 }


 .textinput input {
     color: #333;
     height: 50px;
     text-align: center;
     border: solid 1px #666;
     margin-top: 10px;
     font-weight: 600;
     border-radius: 5px;
     background-color: #fff;
 }

 .txtdata {
     width: 100%;
     height: 50px;
     border-radius: 5px;
     margin-top: 10px;
     background: #fff;
     text-align: center;
     font-weight: 600;
     font-size: 15px;
     color: #000;
     line-height: 50px;
 }

 #qty-result {
     background: #fff;
     width: 80%;
 }





 @media (max-width: 500px) {
     div.owl-slider-header {
         height: 85vh;
     }

     div.owl-slider-header div.item {
         height: 85vh;
     }

 }

 @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
     div.owl-slider-header {
         height: 120vh;
     }

     div.owl-slider-header div.item {
         height: 120vh;
     }


 }

 div.textinput a.btn {
     font-size: 15px;
 }

 div.textinput a.btnverif {
     margin-top: 13px;
     margin-left: 15px;
     padding: 15px;
     width: 100%;
     border: solid;
     font-weight: 600;
     font-size: 15px;
     border-color: #fff;
     color: #fff;
 }

 div.textinput a.btnverif:hover {
     background: #fff;
     color: #333;
 }

 .textinput {
     text-align: left;
 }

 .colprenota {
     border-left: solid 1px #e1e1e1;
     text-align: center;
     line-height: 15px;
     padding-left: 5px;
 }

 .colprenotad {
     padding-left: 10px;
 }

 .colpreninto {
     text-align: left;
     border-left: solid 1px #e1e1e1;
 }

 .colintodet1 {
     padding-left: 10px;
 }

 .colright {
     text-align: right;
     padding-right: 10px;
 }

 .colright .price {
     font-size: 20px;
     line-height: 25px;
 }



 .heading__sep:after {
     display: block;
     content: "";
     width: 60px;
     height: 3px;
     border-color: #ffa100;
     margin-bottom: 0px;
     margin-top: 5px;
     border-bottom-width: 4px;
     border-bottom-style: solid;
 }


 .divintoclass {
     width: 100%;
     padding: 10px;
     /*border:solid 1px #e1e1e1; border-top:none; */
     background-color: #fff;
     padding-right: 0px;
     padding-left: 0px;
     /*border-top: solid 1px #005d79;*/
     box-shadow: inset 0px 11px 8px -10px #999, inset 0px -1px 8px -10px #999;
 }

 /*.hoverinto:hover .price{font-size:24px; line-height:25px;  transition:0.2s; }*/
 .colimg {
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     height: 120px;
     position: relative;
     box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 1);
 }

 .colimg:hover {
     cursor: pointer;
     opacity: 0.6;
 }

 @media (max-width: 700px) {
     .colintodet1 {
         padding: 0px;
         padding-top: 10px;
     }

     .colpreninto {
         border-left: none;
         padding-bottom: 10px;
     }

     .colprenotad {
         padding-top: 7px;
         padding-bottom: 14px;
     }

     .colright {
         text-align: center;
         padding: 0;
     }

     .colprenota {
         border: none;
         border-top: solid 1px #e1e1e1;
         padding-top: 8px;
     }

     #qty-result {
         background: #fff;
         width: 90%;
         margin-bottom: 5px;
     }

     .txtdata {
         font-size: 14px;
         font-weight: 400;
         width: 100%;
         margin-top: 5px;
         height: 45px;
         line-height: 45px;
         margin-bottom: 5px;
     }

     .textinput {
         text-align: left;
         padding-bottom: 2px;
         font-size: 14px;
     }

     .textinput input {
         height: 45px;
         width: 90%;
         padding: 0px;
         font-size: 15px;
         font-weight: 400;
     }

     .owl-slider-header .item .title {
         padding-top: 100px;
     }

     .booking .booking-wrapper .btn {
         margin-left: 0px;
         padding: 2px;
         background: #07c;
         color: #fff;
         border: none;
     }

     .textinput div.inpin {
         padding-left: 0px;
     }


     .booking.booking-inner:before {
         border-radius: 0px;
     }

     nav.navigation-main .navigation-block {
         position: absolute;
         top: 100%;
         width: 100%;
         left: 0;
         z-index: 1;
         -moz-transform: translate3d(-100%, 0, 0);
         -ms-transform: translate3d(-100%, 0, 0);
         -o-transform: translate3d(-100%, 0, 0);
         -webkit-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
         -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
         -webkit-transition: all 0.3s;
         transition: all 0.3s;
     }

     nav.navigation-main .navigation-block.open {
         /*  background-color: #fff;*/

         -moz-transform: translate3d(0, 0, 0);
         -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         -webkit-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
     }

     nav.navigation-main .navigation-block ul li {
         border-bottom: none;
         ;
         background: #33333380;
         background: #202020b0;
         color: #fff;
     }

     nav.navigation-main .navigation-block ul li a {
         position: relative;
         color: #333;
     }

     nav.navigation-main .navigation-block ul li a .open-dropdown {
         position: absolute;
         right: 0;
         height: 100%;
         width: 50px;
         top: 0;
         line-height: 49px;
         font-size: 30px;
         text-align: center;
     }

     nav.navigation-main .navigation-block ul li a .open-dropdown i {
         -moz-transition: all 0.3s;
         -o-transition: all 0.3s;
         -webkit-transition: all 0.3s;
         transition: all 0.3s;
     }

     nav.navigation-main .navigation-block ul li>ul {
         display: none;
     }

     nav.navigation-main .navigation-block ul li>ul li {
         padding-left: 15px;
     }

     nav.navigation-main .navigation-block ul li.expanded>a {
         background-color: #002639;
     }

     nav.navigation-main .navigation-block ul li.expanded .open-dropdown i {
         -moz-transform: rotate(180deg);
         -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
         -webkit-transform: rotate(180deg);
         transform: rotate(180deg);
     }
 }

 /*
    ----------------------------------
    7. Owl Theme
    ----------------------------------
*/
 .owl-theme .owl-controls .owl-buttons .owl-next {
     right: -50px;
 }

 .owl-theme .owl-controls .owl-buttons .owl-prev {
     left: -50px;
 }

 .owl-theme .owl-controls .owl-page {
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .owl-theme .owl-controls .owl-page span {
     background-color: white;
 }

 .owl-theme .owl-controls .owl-page.active {
     -moz-transform: scale(1.8);
     -ms-transform: scale(1.8);
     -o-transform: scale(1.8);
     -webkit-transform: scale(1.8);
     transform: scale(1.8);
 }

 /*
    ----------------------------------
    8. Owl-slider-header
    ----------------------------------
*/


 .owl-slider-header .itemimg {
     height: 100% !important;
     min-height: 250px !important;
     position: relative;
     overflow: hidden;
     background-position: center !important;
     background-size: cover !important;
 }

 .owl-slider-header .itemimg>.container {
     position: relative;
 }

 .owl-slider-header .itemimg:before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 38, 57, 0.1);
 }

 .owl-slider-header .item .box {
     position: absolute;
     width: 100%;
     color: #fff;
     top: 50%;
     right: 0;
     left: 0;
     z-index: 99;
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
 }

 .owl-slider-header .item .box.box-bottom {
     top: 90%;
     -moz-transform: translateY(-100%);
     -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
     transform: translateY(-100%);
 }

 .owl-slider-header .item .desc {
     display: none;
 }

 .owl-slider-header .item .title {
     font-size: 25px;
     font-family: "Playfair Display", serif;
     color: white;
     text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
     text-transform: none;
 }

 .owl-slider-header .item .title span {
     font-size: 32px;
     color: #ceb071;
     color: #fff;
     text-transform: uppercase;
     /*color:#7E2223;
	color: #16EA4F; modificato*/
 }

 .owl-slider-header .item .btn {
     margin-top: 15px;
 }

 @media (min-width: 768px) {
     .owl-slider-header .item {
         height: 740px;
         /*modifica*/
     }

     .owl-slider-header .item .desc {
         display: block;
         font-size: 16px;
     }

     .owl-slider-header .item .title {
         font-size: 40px;
         text-transform: uppercase;
         padding-left: 43px;
     }

     .owl-slider-header .item .title span {
         font-size: 46px;
     }

     .owl-slider-header .item .btn {
         margin-top: 40px;
     }
 }

 @media (min-width: 1200px) {
     .owl-slider-header .item {
         height: 700px;
         /*modifica*/
     }

     .owl-slider-header .item .desc {
         font-size: 18px;
     }

     .owl-slider-header .item .title {
         font-size: 42px;
     }

     .owl-slider-header .item .title span {
         font-size: 48npx;
     }
 }

 @media (max-width: 767px) {
     .owl-slider-header .item .btn {
         display: none;
     }
 }

 .owl-slider-header .owl-controls .owl-buttons div span {
     color: white;
 }

 .owl-slider-header .owl-controls .owl-buttons .owl-next {
     right: 10px;
 }

 .owl-slider-header .owl-controls .owl-buttons .owl-prev {
     left: 10px;
 }

 @media (min-width: 992px) {
     .owl-slider-header .owl-controls .owl-buttons .owl-next {
         right: 50px;
     }

     .owl-slider-header .owl-controls .owl-buttons .owl-prev {
         left: 50px;
     }
 }

 .owl-slider-header .owl-controls .owl-page span {
     background: white;
 }

 /*
    ----------------------------------
    9. Owl-slider-gallery
    ----------------------------------
*/


 .infobtn {
     position: absolute;
     right: 20px;
     top: 10px;
     font-size: 20px;
     color: #972626;
     background-image: url(../info-sign.svg);
     background-size: 25px 25px;
     background-position: center center;
     width: 35px;
     height: 35px;
     border-radius: 50%;
     background-repeat: no-repeat;
     border: solid 1px #44c38b;
 }

 .infobtn:hover {
     cursor: pointer;
     border-color: #333;
     background-color: #f1f1f1;
 }

 .owl-slider-gallery {
     background-color: white;
     height: 100% !important;
     min-height: 250px !important;

 }

 /*
@media (min-width: 768px) {
  .owl-slider-gallery .itemimg {
    height: 450px;
    background-position: center;
    background-size: cover;
  }
  .owl-slider-gallery .itemimg img {
    display: none;
  }
}

@media (min-width: 1200px) {
  .owl-slider-gallery .itemimg {
    height: 600px;
  }
}*/

 .owl-slider-gallery .owl-controls .owl-pagination {
     bottom: auto;
     top: 20px;
     text-align: right;
     right: 40px;
 }

 .owl-slider-gallery .owl-controls .owl-buttons>div {
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     -moz-transform: translateY(-50%) scale(2);
     -ms-transform: translateY(-50%) scale(2);
     -o-transform: translateY(-50%) scale(2);
     -webkit-transform: translateY(-50%) scale(2);
     transform: translateY(-50%) scale(2);
 }

 .owl-slider-gallery .owl-controls .owl-buttons .owl-next {
     right: 50px;
 }

 .owl-slider-gallery .owl-controls .owl-buttons .owl-prev {
     left: 50px;
 }

 /*
    ----------------------------------
    10. Owl-rooms-carousel
    ----------------------------------
*/
 .owl-rooms {
     margin-top: -20px;
 }

 .owl-rooms .owl-controls .owl-pagination {
     bottom: -10px;
     visibility: hidden;
     /*mod*/
 }

 .owl-rooms .item article {
     margin-top: 20px;
 }

 @media (min-width: 480px) {
     .owl-rooms {
         width: auto;
         margin-left: -15px;
         margin-right: -15px;
     }

     .owl-rooms .item {
         padding: 0 15px;
     }

     .owl-rooms .owl-controls .owl-pagination {
         bottom: -20px;
         visibility: hidden;
         /*mod*/
     }
 }

 /*
    ----------------------------------
    11. Button styles
    ----------------------------------
*/
 .btn {
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;

     font-weight: 300;
     text-transform: uppercase;
     border-radius: 2px;
 }

 .btn.btn-main {
     background-color: #00486c;
 }

 .btn.btn-main:hover {
     background-color: #002639;
 }

 .btn.btn-main,
 .btn.btn-main:hover,
 .btn.btn-main:focus,
 .btn.btn-main:active {
     color: #fff;
 }

 .btn.btn-clean {
     background-color: transparent;
     border-color: rgba(255, 255, 255, 0.2);
     color: white !important;
 }

 .btn.btn-clean:hover {
     background-color: white;
     border-color: white;
     color: black !important;
 }

 .btn.btn-clean-dark {
     background-color: transparent;
     border-color: rgba(58, 61, 69, 0.5);
     color: #3a3d45 !important;
 }

 .btn.btn-clean-dark:hover {
     background-color: #3a3d45;
     border-color: #3a3d45;
     color: white !important;
 }

 .btn.btn-buy {
     background-color: #00486c;
     color: white;
     position: absolute;
     padding: 0;
     right: 10px;
     top: 0;
     width: 80px;
     height: 80px;
     font-size: 25px;
     line-height: 50px;
     text-align: center;
     overflow: hidden;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     z-index: 20;
 }

 .btn.btn-buy:after,
 .btn.btn-buy:before {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     line-height: 80px;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .btn.btn-buy:before {
     font-family: 'LinearIcons';
     content: "\e82e";
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }

 .btn.btn-buy:after {
     font-family: "Muli", sans-serif;
     text-transform: uppercase;
     font-weight: 600;
     content: attr(data-text);
     -moz-transform: translate3d(0, 100%, 0);
     -ms-transform: translate3d(0, 100%, 0);
     -o-transform: translate3d(0, 100%, 0);
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
 }

 .btn.btn-buy:hover:before {
     font-family: 'LinearIcons';
     content: "\e82e";
     -moz-transform: translate3d(0, 100%, 0);
     -ms-transform: translate3d(0, 100%, 0);
     -o-transform: translate3d(0, 100%, 0);
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
 }

 .btn.btn-buy:hover:after {
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }

 /*
    ----------------------------------
    12. Breadcrumbs
    ----------------------------------
*/
 .breadcrumb.breadcrumb-inverted {
     background: transparent;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     margin: 0;
     padding: 0;
 }

 .breadcrumb.breadcrumb-inverted>li {
     color: white;
 }

 .breadcrumb.breadcrumb-inverted>li>a {
     color: white;
 }

 .breadcrumb>li.active,
 .breadcrumb>li.active a {
     color: #00486c;
 }

 .breadcrumb>li a.active {
     color: #00486c;
 }

 /*
    ----------------------------------
    13. Checkbox
    ----------------------------------
*/
 .checkbox {
     margin: 0;
     padding: 15px 0;
 }

 .checkbox label {
     padding-left: 35px;
     line-height: 1.8;
     font-weight: 300;
 }

 .checkbox label a {
     color: #8b8b8b;
     text-decoration: underline;
 }

 .checkbox label a:hover {
     color: #fff;
 }

 .checkbox label small {
     line-height: 1.3;
     display: block;
 }

 .checkbox input[type="checkbox"],
 .checkbox input[type="radio"] {
     display: none;
 }

 .checkbox input[type="checkbox"]+label:before,
 .checkbox input[type="radio"]+label:before {
     font-family: 'LinearIcons';
     content: "";
     line-height: 22px;
     font-size: 16px;
     position: absolute;
     display: inline-block;
     height: 25px;
     width: 25px;
     border: 1px solid #00486c;
     border: 1px solid #fff;
     padding: 0;
     left: 0;
     top: 18px;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     -moz-transform: scale(0.8);
     -ms-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transform: scale(0.8);
     transform: scale(0.8);
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }

 .checkbox input[type="checkbox"]:checked+label:before,
 .checkbox input[type="radio"]:checked+label:before {
     color: #00486c;
     color: #fff;
     border-color: transparent;
     text-align: center;
     -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
 }

 .checkbox input[type="checkbox"]:checked+label:before {
     content: "\e87f";
 }

 .checkbox input[type="radio"]:checked+label:before {
     content: "\e880";
 }

 .checkbox input[type="checkbox"]:checked+label:after,
 .checkbox input[type="radio"]:checked+label:after {
     font-weight: bold;
 }

 /*
    ----------------------------------
    14. Sections
    ----------------------------------
*/
 /*
section {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
*/

 /*
    ----------------------------------
    15. Section header
    ----------------------------------
*/
 .section-header {
     display: block;
     padding-bottom: 15px;
 }

 .section-header .title {
     margin-top: 0;
     margin-bottom: 5px;
     color: #3a3d45;
     font-family: "Playfair Display", serif;
     position: relative;
     text-transform: uppercase;
 }

 .section-header .title span {
     display: block;
     color: #b58e3e;
 }

 .section-header .title .btn {
     position: absolute;
     right: 0;
     top: 3px;
 }

 .section-header .title:last-child {
     margin-bottom: 0;
 }

 .section-header .subtitle {
     text-transform: none;
 }

 .section-header .text p:last-child {
     margin-bottom: 0;
 }

 @media (min-width: 768px) {
     .section-header {
         padding-bottom: 30px;
     }

     .section-header .title span {
         display: inline-block;
     }
 }

 @media (min-width: 992px) {
     .section-header {
         padding-bottom: 35px;
     }
 }

 @media (min-width: 1200px) {
     .section-header {
         padding-bottom: 40px;
     }
 }

 button.btninfo {
     font-size: 13px;
     background: #3ebfe9;
     color: #fff;
     border: 1px solid #3ebfe9;
 }

 button.btninfo:hover,
 button.btninfo:active,
 button.btninfo:focus {
     cursor: pointer;
     color: #fff !important;
     background-color: #3ebfe9 !important;
 }

 button.btnwarning {
     font-size: 13px;
 }



 button.btnprenota {
     padding: 7px 3px;
     /*padding-top: 7px;
    padding-bottom: 7px;*/
     width: 100%;
     font-size: 12px;
     line-height: 16px;
     font-weight: 400;
     border: none;
     /*
    background: #14ae73 !important;
	background: #5bc579 !important;*/
     background: #2979ff;
     color: #fff;
 }

 button.btnprenota:hover,
 button.btnprenota:active,
 button.btnprenota:focus {
     background: #2979ff;
     color: #fff;
 }

 button.btn-add-serv {
     padding: 8px;
     width: 90%;
     font-weight: 400;
     font-size: 12px;
     background: #2979ff;
     border: 1px solid #2979ff;
     color: #fff;
 }

 button.btn-add-serv:hover,
 button.btn-add-serv:active,
 button.btn-add-serv:focus {
     color: #fff !important;
 }

 .upper {
     text-transform: uppercase;
 }

 .descrp {
     font-size: 12px;
 }

 h2.title b {
     font-size: 18px;
     text-transform: uppercase;
 }


 @media (max-width: 767px) {
     .descrp {
         font-size: 11px;
     }

     button.btnprenota {
         padding: 10px;
         font-size: 12px;
         font-weight: 600;
     }

     .section-header .title {
         position: relative;
     }

     .section-header .title .btn {
         position: absolute;
         right: 0;
         top: 3px;
     }

     .section-header p {
         display: none;
     }
 }

 /*  ----------------------------------
    16. Page
    ----------------------------------
*/
 .page {
     padding-top: 0;
     padding-bottom: 0;
 }

 .page .page-header {
     margin-top: 0;
     border-bottom: 0;
     text-transform: uppercase;
 }

 /*  ----------------------------------
    17. Page header
    ----------------------------------
*/
 .page-header {
     background-position: center;
     background-size: cover;
     padding-top: 80px;
     padding-bottom: 35px;
     margin-bottom: 20px;
     display: block;
     text-align: center;
     background-color: #474747;
     color: white;
 }

 .page-header .title {
     margin-top: 0;
     margin-bottom: 5px;
     color: white;
     font-family: "Playfair Display", serif;
 }

 .page-header .title .btn {
     margin-left: 10px;
 }

 .page-header .title:last-child {
     margin-bottom: 0;
 }

 .page-header p {
     margin-bottom: 0;
 }

 @media (min-width: 992px) {
     .page-header {
         padding-top: 200px;
         padding-bottom: 200px;
         margin-bottom: -160px;
     }
 }

 @media print {
     .page-header {
         padding: 15px 0;
     }
 }

 /*
    ----------------------------------
    18. Category header
    ----------------------------------
*/




 .category-header {
     background: #474747;
     /* Old browsers */
     background: -moz-linear-gradient(left, #474747 0%, #a0a0a0 100%);
     /* FF3.6-15 */
     background: -webkit-linear-gradient(left, #474747 0%, #a0a0a0 100%);
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #474747 0%, #a0a0a0 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#a0a0a0', GradientType=1);
     /* IE6-9 */
 }

 /*
    ----------------------------------
    19. Frontpage-slider
    ----------------------------------
*/
 .frontpage-slider {
     padding: 0;
     background: #474747;
     /* Old browsers */
     background: -moz-linear-gradient(left, #474747 0%, #a0a0a0 100%);
     /* FF3.6-15 */
     background: -webkit-linear-gradient(left, #474747 0%, #a0a0a0 100%);
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #474747 0%, #a0a0a0 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#a0a0a0', GradientType=1);
     /* IE6-9 */
 }

 @media (max-width: 991px) {
     .frontpage-slider .container {
         padding-left: 0;
         padding-right: 0;
         width: 100%;
     }
 }

 /*
    ----------------------------------
    20. Image Blocks
    ----------------------------------
*/
 .image-blocks.image-blocks-header {
     padding-top: 0;
 }

 @media (min-width: 768px) {
     .image-blocks.image-blocks-header {
         padding-top: 0;
     }

     .image-blocks.image-blocks-category {
         padding-top: 0;
     }
 }

 .image-blocks .section-header {
     width: 100%;
     background-size: cover;
     background-position: center;
     background-color: #474747;
     min-height: 250px;
     padding-top: 40px;
     margin-bottom: -130px;
 }

 .image-blocks .section-header,
 .image-blocks .section-header .title {
     color: white;
 }

 @media (min-width: 992px) {
     .image-blocks .section-header {
         min-height: 400px;
         padding-top: 100px;
         margin-bottom: -180px;
     }
 }

 .image-blocks.image-blocks-theme .blocks {
     color: white;
     box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
 }

 .image-blocks.image-blocks-theme .blocks .item {
     background-color: #00486c;
 }

 .image-blocks .blocks {
     position: relative;
     display: flex;
     flex-flow: column;
     margin-bottom: 15px;
 }

 .image-blocks .blocks:before {
     content: "";
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     right: 0;
     background-color: inherit;
     display: block;
     position: absolute;
     z-index: -1;
 }

 .image-blocks .blocks .btn {
     margin-top: 15px;
 }

 .image-blocks .blocks .item {
     background-color: #eeeeee;
     position: relative;
     z-index: 9;
     order: 2;
 }

 .blocks .item .text {
     margin: 0px !important;
     padding: 0px !important;
     padding-top: 10px !important;
     /*padding-right: 10px !important; */
     min-height: 225px;
     width: 100% !important;
 }

 .image-blocks .blocks .item .text {

     margin: 0px;
     padding: 0px;
     padding-top: 10px;
     min-height: 155px;
     width: 100%;


 }

 .image-blocks .blocks .item .text small {
     display: block;
 }

 .image-blocks .blocks .item .text .price {
     font-family: "Muli", sans-serif;
     font-weight: 300;
 }

 .image-blocks .blocks .item .room-facilities {
     padding: 15px 0;
     margin: 20px 0;
     border-top: 1px solid rgba(0, 38, 57, 0.15);
     border-bottom: 1px solid rgba(0, 38, 57, 0.15);
 }

 .image-blocks .blocks .item .room-facilities .hotelicon {
     font-size: 35px;
     display: block;
     text-align: center;
 }

 .image-blocks .blocks .item .room-facilities figure {
     display: inline-block;
     padding-right: 15px;
     text-align: center;
 }

 .image-blocks .blocks .item .room-facilities figure:last-child {
     padding-right: 0;
 }

 .image-blocks .blocks .item .room-facilities figure figcaption {
     font-size: 75%;
 }

 /*
@media (max-width: 991px) {
  .image-blocks .blocks .item .room-facilities {
    white-space: nowrap;
    overflow-x: scroll;
  }
}

.image-blocks .blocks .item .book {
  display: table;
	margin-bottom: 20px;
}

.image-blocks .blocks .item .book .btn {
  margin: 0;
}

.image-blocks .blocks .item .book > div {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

.image-blocks .blocks .item .book > div:nth-child(2) {
  padding-left: 15px;
  padding-right: 0;
  font-size: 70%;
}

.image-blocks .blocks .item .book > div > span {
  display: block;
  margin-bottom: 0;
}

.image-blocks .blocks .image {
  order: 1;
	 background-repeat: no-repeat;
   	 background-size: cover;
}
*/
 .btn-close {
     position: absolute;
     right: 10px;
     top: 5px;
     padding: 0px;
     z-index: 9999;
     border: none;
     background: transparent;
     color: #333;
     font-weight: 600 !important;
     font-size: 18px !important;
 }

 .btn-close:hover,
 .btn-close:focus,
 .btn-close:active {
     color: #333;
     background: transparent;
     border: none;
     outline: none;
 }

 /*
.image-blocks .blocks .image img {
  display: inline-block;
  width: 100%;
}
*/
 /*
@media (max-width: 768px) {
	.image-blocks .blocks .image {

		height:200px;
	}
}
*/
 /*
@media (min-width: 768px) {
  .image-blocks .blocks {
    margin-bottom: 0;
  }
  .image-blocks .blocks .item {
    width: 50%;
    padding-right: 50px;
    padding-left: 50px;
  }
  .image-blocks .blocks .item .text {
    padding: 70px 0;
  }
  .image-blocks .blocks .item .room-facilities {
    margin: 40px 0;
  }
  .image-blocks .blocks .image {
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 50%;

    height: 100%;
	 min-height:200px;
    right: 0;
    top: 0;
  }
  .image-blocks .blocks .image img {
    display: none;
  }
  .image-blocks .blocks.blocks-right .item {
    margin-left: 0%;
  }
  .image-blocks .blocks.blocks-right .image {
    right: 0%;
  }
  .image-blocks .blocks.blocks-left .item {
    margin-left: 50%;
  }
  .image-blocks .blocks.blocks-left .image {
    right: 50%;
  }
}
*/

 .image-blocks .text-block {
     padding: 15px 0;
 }

 @media (min-width: 768px) {
     .image-blocks .text-block {
         padding: 40px 0;
     }
 }

 @media (min-width: 1200px) {
     .image-blocks .text-block {
         padding: 70px 0;
     }
 }

 .image-blocks .text-block.text-block-borders {
     border-top: 1px solid #dddddd;
     border-bottom: 1px solid #dddddd;
 }

 .image-blocks .text-block h2,
 .image-blocks .text-block .h2 {
     text-align: center;
     position: relative;
     margin-bottom: 40px;
 }

 .image-blocks .text-block h2:before,
 .image-blocks .text-block h2:after,
 .image-blocks .text-block .h2:before,
 .image-blocks .text-block .h2:after {
     content: "";
     position: absolute;
     left: 50%;
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     background-color: #dddddd;
 }

 .image-blocks .text-block h2:before,
 .image-blocks .text-block .h2:before {
     bottom: -25px;
     width: 10px;
     height: 10px;
     border-radius: 100%;
 }

 .image-blocks .text-block h2:after,
 .image-blocks .text-block .h2:after {
     bottom: -20px;
     width: 60px;
     height: 1px;
 }

 @media (min-width: 768px) {

     .image-blocks .text-block h2,
     .image-blocks .text-block .h2 {
         margin-bottom: 70px;
     }

     .image-blocks .text-block h2:before,
     .image-blocks .text-block .h2:before {
         bottom: -35px;
     }

     .image-blocks .text-block h2:after,
     .image-blocks .text-block .h2:after {
         bottom: -30px;
         width: 100px;
     }
 }

 .image-blocks .tripadvisor {
     padding-bottom: 40px;
 }

 /*
    ----------------------------------
    21. Scroll to top
    ----------------------------------
*/
 .scroll-top {
     visibility: hidden;
     padding: 18px 20px;
     /*background-color: #002639; mod*/
     background-color: #ceb071;
     color: white;
     position: fixed;
     bottom: 15px;
     right: 20px;
     z-index: 999;
     border-radius: 100%;
     cursor: pointer;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     opacity: 0;
 }

 .scroll-top.visible {
     visibility: visible;
     opacity: 1;
 }

 .scroll-top.active {
     background-color: black;
 }

 .scroll-top:hover {
     background-color: #333;
 }

 /*
    ----------------------------------
    22. Stretcher
    ----------------------------------
*/
 .stretcher-wrapper {
     padding-bottom: 0;
     border-top: 1px solid #eeeeee;
 }

 .stretcher-wrapper.stretcher-wrapper-noheader {
     padding-top: 0;
 }

 .stretcher-wrapper .section-header {
     background-color: white;
     position: relative;
 }

 .stretcher-wrapper .section-header:before {
     content: '';
     position: absolute;
     border-width: 20px 20px 0px 20px;
     border-style: solid solid solid solid;
     border-color: white transparent white;
     bottom: -15px;
     left: 50%;
     z-index: 2;
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
 }

 .stretcher-wrapper .stretcher {
     position: relative;
     width: 100%;
     height: auto;
     overflow: hidden;
     font-size: 0;
     margin: 0;
     padding: 0;
 }

 .stretcher-wrapper .stretcher .stretcher-item {
     position: relative;
     background-size: cover;
     background-position: center;
     display: block;
     width: 100%;
     height: 30vh;
     overflow: hidden;
     -moz-transition: width 0.5s;
     -o-transition: width 0.5s;
     -webkit-transition: width 0.5s;
     transition: width 0.5s;
 }

 .stretcher-wrapper .stretcher .stretcher-item>a {
     position: absolute;
     width: 100%;
     height: 100%;
     -moz-transform: translate3d(0, 100%, 0);
     -ms-transform: translate3d(0, 100%, 0);
     -o-transform: translate3d(0, 100%, 0);
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
     z-index: 99;
 }

 .stretcher-wrapper .stretcher .stretcher-item:hover>a {
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }

 .stretcher-wrapper .stretcher .stretcher-item.more {
     background-color: #002639;
     position: relative;
     height: 100px;
 }

 .stretcher-wrapper .stretcher .stretcher-item.more a {
     position: absolute;
     width: 100%;
     height: 100%;
 }

 .stretcher-wrapper .stretcher .stretcher-item.more .more-icon {
     font-size: 70px;
     color: white;
     position: absolute;
     left: 50%;
     top: 50%;
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .stretcher-wrapper .stretcher .stretcher-item.more .more-icon,
 .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }

 .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span {
     display: inline-block;
 }

 .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before,
 .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
     position: absolute;
     left: 50%;
     top: 50%;
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     white-space: nowrap;
 }

 .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:before {
     content: attr(data-title-show);
     opacity: 0;
     font-size: 16px;
 }

 .stretcher-wrapper .stretcher .stretcher-item.more .more-icon span:after {
     content: attr(data-title-hide);
     opacity: 1;
 }

 .stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:before {
     opacity: 1;
 }

 .stretcher-wrapper .stretcher .stretcher-item.more:hover .more-icon span:after {
     opacity: 0;
 }

 @media (min-width: 992px) {

     .stretcher-wrapper .stretcher .stretcher-item.more,
     .stretcher-wrapper .stretcher .stretcher-item.more.inactive {
         width: 8%;
     }

     .stretcher-wrapper .stretcher .stretcher-item.more.active {
         width: 28%;
     }

     .stretcher-wrapper .stretcher .stretcher-item.more.more {
         height: 100%;
     }
 }

 .stretcher-wrapper .stretcher .stretcher-item.inactive,
 .stretcher-wrapper .stretcher .stretcher-item.active {
     width: 100%;
 }

 @media (min-width: 992px) {
     .stretcher-wrapper .stretcher .stretcher-item {
         width: 23%;
         height: 100%;
         display: inline-block;
     }

     .stretcher-wrapper .stretcher .stretcher-item.inactive {
         width: 18%;
     }

     .stretcher-wrapper .stretcher .stretcher-item.active {
         width: 38%;
     }
 }

 .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo {
     background-color: rgba(0, 72, 108, 0.8);
     opacity: 1;
     position: absolute;
     width: 100%;
     height: 100%;
     -moz-transition: opacity 0.2s;
     -o-transition: opacity 0.2s;
     -webkit-transition: opacity 0.2s;
     transition: opacity 0.2s;
     font-size: initial;
     color: white;
 }

 .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo img,
 .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
     position: absolute;
     left: 50%;
     top: 50%;
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text {
     text-align: center;
 }

 .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .f-icon {
     font-size: 100px;
 }

 .stretcher-wrapper .stretcher .stretcher-item .stretcher-logo .text .text-intro {
     display: block;
 }

 .stretcher-wrapper .stretcher .stretcher-item:hover .stretcher-logo {
     opacity: 0;
 }

 .stretcher-wrapper .stretcher .stretcher-item figure {
     background-color: rgba(0, 38, 57, 0.5);
     color: white;
     position: absolute;
     z-index: 9;
     font-size: initial;
     padding: 20px 10px;
     width: 100%;
     left: 0;
     bottom: 0;
     -moz-transform: translate3d(0, 100%, 0);
     -ms-transform: translate3d(0, 100%, 0);
     -o-transform: translate3d(0, 100%, 0);
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }

 .stretcher-wrapper .stretcher .stretcher-item figure figcaption {
     white-space: normal;
     font-size: 13px;
 }

 .stretcher-wrapper .stretcher .stretcher-item figure h4 {
     margin-bottom: 0;
 }

 @media (min-width: 992px) {
     .stretcher-wrapper .stretcher .stretcher-item figure {
         padding: 20px 30px;
     }
 }

 .stretcher-wrapper .stretcher .stretcher-item:hover figure {
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }

 @media (min-width: 992px) {
     .stretcher-wrapper .stretcher {
         height: 500px;
         white-space: nowrap;
     }

     .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher {
         height: 100vh;
     }

     .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item figure {
         bottom: 20%;
         -moz-transform: translate3d(-100%, 0, 0);
         -ms-transform: translate3d(-100%, 0, 0);
         -o-transform: translate3d(-100%, 0, 0);
         -webkit-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
         overflow: hidden;
         padding: 50px 30px;
     }

     .stretcher-wrapper.stretcher-wrapper-frontpage .stretcher .stretcher-item:hover figure {
         -moz-transform: translate3d(0, 0, 0);
         -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         -webkit-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
     }
 }

 /*
    ----------------------------------
    23. Banner
    ----------------------------------
*/
 .banner {
     position: relative;
     background-attachment: fixed;
     background-position: center;
     background-size: cover;
     padding-top: 200px;
     padding-bottom: 200px;
     color: white;
     background-color: #00486c;
 }

 .banner .btn {
     margin-top: 40px;
 }

 /*
    ----------------------------------
    24. Instagram
    ----------------------------------
*/
 .instagram {
     padding-top: 35px;
     padding-bottom: 0;
 }

 .instagram .gallery .item {
     width: 16.66667%;
     float: left;
     overflow: hidden;
 }

 .instagram .gallery .item img {
     width: 100%;
     -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
     -moz-transition: all 0.2s;
     -o-transition: all 0.2s;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
 }

 .instagram .gallery .item:hover img {
     -moz-transform: scale(1.08);
     -ms-transform: scale(1.08);
     -o-transform: scale(1.08);
     -webkit-transform: scale(1.08);
     transform: scale(1.08);
 }

 @media (min-width: 768px) {
     .instagram {
         padding-top: 20px;
     }
 }

 @media (min-width: 992px) {
     .instagram {
         padding-top: 35px;
     }
 }

 @media (min-width: 1200px) {
     .instagram {
         padding-top: 50px;
     }
 }

 /*
    ----------------------------------
    25. Contact
    ----------------------------------
*/
 .contact {
     background-color: transparent;
     padding: 0 0 100px 0;
 }

 .contact .map {
     height: 500px;
 }

 .contact .contact-block {
     margin-top: -80px;
 }

 .contact .contact-block .banner {
     padding: 50px 40px;
     background-image: url(img/contact.png);
     background-position: center;
     background-size: 80% auto;
     background-repeat: no-repeat;
 }

 .contact .contact-block .contact-info {
     background-color: #eeeeee;
     padding-bottom: 15px;
 }

 .contact .contact-block .contact-info figure {
     padding: 15px;
 }

 .contact .contact-block .contact-info figure figcaption>strong {
     display: block;
     padding: 7.5px 0;
 }

 .contact .contact-block .contact-info figure figcaption>span {
     font-size: 90%;
 }

 .contact .contact-block .contact-info figure .icon {
     font-size: 50px;
     color: #00486c;
 }

 .contact .contact-block .contact-form {
     display: none;
     margin-top: 50px;
 }

 .contact .contact-block .contact-form .form-control {
     border-color: transparent;
 }

 .contact .map-info-window {
     padding: 15px;
 }

 .contact .map-info-window .fa {
     width: 20px;
     text-align: center;
     margin-right: 3px;
     display: inline-block;
 }

 /*
    ----------------------------------
    26. Tabsy wrapper
    ----------------------------------
*/
 .tabsy-wrapper.tabsy-wrapper-clean {
     padding: 0;
 }

 .tabsy-wrapper.tabsy-wrapper-frontpage {
     margin-top: -40px;
     padding: 0;
 }

 .tabsy-wrapper.tabsy-wrapper-frontpage .container {
     padding-left: 0;
     padding-right: 0;
 }

 .tabsy-wrapper.tabsy-wrapper-frontpage .tabsy {
     box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.5);
 }

 @media (min-width: 992px) {
     .tabsy-wrapper.tabsy-wrapper-frontpage {
         margin-top: -100px;
     }
 }

 @media (min-width: 1480px) {
     .tabsy-wrapper.tabsy-wrapper-frontpage .container {
         width: 80%;
     }
 }

 @media (max-width: 767px) {
     .tabsy-wrapper.tabsy-wrapper-frontpage {
         margin-top: -62px;
     }
 }

 .tabsy-wrapper .tabsy {
     background-size: cover;
     background-position: center;
     position: relative;
 }

 .tabsy-wrapper .tabsy .tabsy-images,
 .tabsy-wrapper .tabsy .tabsy-images>div {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
 }

 .tabsy-wrapper .tabsy .tabsy-images>div {
     background-size: cover;
     background-position: center;
     opacity: 0;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }

 .tabsy-wrapper .tabsy .tabsy-images>div.current {
     opacity: 1;
 }

 .tabsy-wrapper .tabsy .tabsy-images img {
     display: none;
 }

 .tabsy-wrapper .tabsy .tabsy-links .row {
     margin: 0;
 }

 .tabsy-wrapper .tabsy .tabsy-links figure {
     cursor: pointer;
     padding: 0;
     position: relative;
     min-height: 150px;
     overflow: hidden;
     background-color: rgba(0, 0, 0, 0.1);
     border-bottom: 1px solid rgba(255, 255, 255, 0.4);
 }

 .tabsy-wrapper .tabsy .tabsy-links figure+figure {
     border-left: 1px solid rgba(255, 255, 255, 0.2);
 }

 .tabsy-wrapper .tabsy .tabsy-links figure:after {
     font: normal normal normal 24px/30px LinearIcons;
     content: "\e876";
     -webkit-font-smoothing: antialiased;
     display: block;
     position: absolute;
     text-align: right;
     width: 100%;
     right: 0;
     bottom: 0;
     padding: 10px;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     -moz-transform: translate3d(0, 100%, 0);
     -ms-transform: translate3d(0, 100%, 0);
     -o-transform: translate3d(0, 100%, 0);
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
 }

 .tabsy-wrapper .tabsy .tabsy-links figure a.link {
     background-color: transparent;
     font-size: 0;
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: 88;
     -moz-transform: translate3d(0, 100%, 0);
     -ms-transform: translate3d(0, 100%, 0);
     -o-transform: translate3d(0, 100%, 0);
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
 }

 .tabsy-wrapper .tabsy .tabsy-links figure figcaption {
     margin: 20px;
     overflow: hidden;
 }

 .tabsy-wrapper .tabsy .tabsy-links figure figcaption .date {
     font-size: 75%;
     display: block;
     color: #00486c;
 }

 .tabsy-wrapper .tabsy .tabsy-links figure figcaption .title {
     display: block;
     margin-top: 5px;
     text-transform: none;
     color: white;
 }

 .tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
     display: none;
     color: white;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     -moz-transform: translate3d(0, 100%, 0);
     -ms-transform: translate3d(0, 100%, 0);
     -o-transform: translate3d(0, 100%, 0);
     -webkit-transform: translate3d(0, 100%, 0);
     transform: translate3d(0, 100%, 0);
 }

 @media (min-width: 768px) {
     .tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
         display: block;
     }
 }

 .tabsy-wrapper .tabsy .tabsy-links figure.current {
     background-color: rgba(0, 0, 0, 0.5);
 }

 .tabsy-wrapper .tabsy .tabsy-links figure.current a.link {
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }

 .tabsy-wrapper .tabsy .tabsy-links figure.current figcaption .desc {
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }

 .tabsy-wrapper .tabsy .tabsy-links figure.current:after {
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     -moz-transition-delay: 0.3s;
     -o-transition-delay: 0.3s;
     -webkit-transition-delay: 0.3s;
     transition-delay: 0.3s;
 }

 @media (min-width: 768px) {
     .tabsy-wrapper .tabsy .tabsy-links figure {
         min-height: 350px;
     }
 }

 @media (min-width: 768px) {
     .tabsy-wrapper .wrapper-more {
         margin-top: 20px;
     }
 }

 @media (min-width: 992px) {
     .tabsy-wrapper .wrapper-more {
         margin-top: 35px;
     }
 }

 /*
    ----------------------------------
    27. Intro
    ----------------------------------
*/
 .intro {
     background-color: #eeeeee;
     padding: 30px 0;
 }

 .intro.intro-white {
     background-color: white;
 }

 @media (min-width: 768px) {
     .intro {
         padding: 200px 0;
         text-align: center;
     }
 }

 /*
    ----------------------------------
    28. Text blocks
    ----------------------------------
*/
 .text-blocks {
     padding: 40px 0;
 }

 .text-blocks .text-block {
     padding: 70px 0;
     display: table;
     width: 100%;
     text-align: left;
 }

 .text-blocks .text-block>div {
     display: table-cell;
     vertical-align: middle;
 }

 .text-blocks .text-block .icon {
     font-size: 50px;
     padding: 0 70px;
 }

 @media (min-width: 992px) {
     .text-blocks {
         padding: 100px 0;
     }
 }

 /*
    ----------------------------------
    29. Quotes
    ----------------------------------
*/
 .quotes {
     background-color: #006a9f;
     color: white;
     position: relative;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .quotes.quotes-ligther {
     background-color: #eeeeee;
     color: black;
 }

 .quotes.quotes-ligther .section-header,
 .quotes.quotes-ligther .section-header .title {
     color: black;
 }

 .quotes.quotes-ligther .section-header span,
 .quotes.quotes-ligther .section-header .title span {
     color: black;
 }

 .quotes .section-header {
     position: relative;
     z-index: 2;
     text-align: center;
 }

 .quotes .section-header,
 .quotes .section-header .title {
     color: white;
 }

 .quotes .section-header span,
 .quotes .section-header .title span {
     color: white;
 }

 .quotes .section-header img {
     margin: 15px 0 0;
 }

 .quotes .quote {
     text-align: center;
 }

 .quotes .quote .image {
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     -moz-transition: all 0.2s;
     -o-transition: all 0.2s;
     -webkit-transition: all 0.2s;
     transition: all 0.2s;
     width: 100px;
     height: 100px;
     margin-left: auto;
     margin-right: auto;
     overflow: hidden;
     top: 0;
     margin-bottom: 40px;
 }

 .quotes .quote .image img {
     width: 100%;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
 }

 .quotes .quote .text h4,
 .quotes .quote .text .h4 {
     text-transform: none;
     margin-bottom: 10px;
 }

 .quotes .quote:hover .image {
     -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
 }

 .quotes .quote .more .rating {
     text-align: center;
     padding-top: 15px;
     padding-bottom: 15px;
     font-size: 10px;
 }

 .quotes .quote .more .rating .icon {
     width: 16px;
     display: inline-block;
     color: #00486c;
 }

 .quotes .owl-theme .owl-controls .owl-pagination {
     position: relative;
     bottom: 0;
     margin-top: 50px;
 }

 /*
    ----------------------------------
    30. Team
    ----------------------------------
*/
 .team {
     padding: 40px 0;
 }

 .team article {
     background-color: white;
     margin-bottom: 30px;
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .team article.inactive {
     opacity: 0.2;
 }

 .team article.active {
     opacity: 1;
 }

 .team article .title {
     text-transform: none;
     margin: 0;
 }

 .team article .image img {
     width: 100%;
     display: block;
 }

 .team article a {
     color: white;
 }

 .team article .details {
     background-color: #00486c;
     color: white;
     text-align: center;
     position: absolute;
     width: 100%;
     overflow: hidden;
     height: 0;
     -moz-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     -o-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
 }

 .team article .details .inner {
     padding: 15px 0;
 }

 .team article .details-text {
     top: auto;
     bottom: 100%;
 }

 .team article .details-social {
     top: 100%;
     bottom: auto;
 }

 .team article .details-social .fa {
     width: 30px;
     height: 30px;
     padding: 5px;
     text-align: center;
 }

 .team article:hover {
     position: relative;
     z-index: 999;
 }

 .team article:hover .details-text {
     height: 70px;
 }

 .team article:hover .details-social {
     height: 60px;
 }

 /*
    ----------------------------------
    31. Facilities
    ----------------------------------
*/
 .facilities {
     background-color: #eeeeee;
 }

 .facilities .facilities-wrapper figure {
     position: relative;
     padding: 35px 20px;
     text-align: center;
     cursor: default;
     margin-bottom: 30px;
 }

 .facilities .facilities-wrapper figure:hover .hotelicon:after {
     -moz-transform: scale(1.8);
     -ms-transform: scale(1.8);
     -o-transform: scale(1.8);
     -webkit-transform: scale(1.8);
     transform: scale(1.8);
     background-color: #002639;
 }

 /*.facilities .facilities-wrapper figure:hover .title {
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  color: white;
}eliminato*/

 .facilities .facilities-wrapper figure .hotelicon {
     position: relative;
     display: inline-block;
     font-size: 80px;
     color: white;
 }

 .facilities .facilities-wrapper figure .hotelicon:after {
     /*background-color: #00486c; mod*/
     background-color: #ceb071;
     content: "";
     left: 0;
     top: 0;
     z-index: 0;
     position: absolute;
     width: 100%;
     height: 100%;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     -moz-transform: scale(1.3);
     -ms-transform: scale(1.3);
     -o-transform: scale(1.3);
     -webkit-transform: scale(1.3);
     transform: scale(1.3);
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .facilities .facilities-wrapper figure .hotelicon:before {
     z-index: 1;
     position: relative;
 }

 .facilities .facilities-wrapper figure figcaption {
     position: relative;
 }

 .facilities .facilities-wrapper figure figcaption .title {
     margin-top: 30px;
     /*white-space: nowrap;eliminato*/
     text-overflow: ellipsis;
     font-size: 17px;
     /*aggiunto*/
     overflow: visible;
     /*modificato*/
     margin-bottom: 0;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
 }

 @media (min-width: 768px) {
     .facilities .facilities-wrapper .hotelicon {
         font-size: 50px;
     }

     .facilities.facilities-lg .facilities-wrapper .hotelicon {
         font-size: 80px;
     }
 }

 @media (min-width: 992px) {
     .facilities .facilities-wrapper .hotelicon {
         font-size: 70px;
     }

     .facilities.facilities-lg .facilities-wrapper .hotelicon {
         font-size: 80px;
     }
 }

 @media (max-width: 991px) {
     .facilities .container {
         width: 100%;
         padding-left: 0;
         padding-right: 0;
     }
 }

 /*
    ----------------------------------
    32. Facility
    ----------------------------------
*/
 @media (min-width: 992px) {
     .facility {
         padding-top: 0;
     }
 }

 .facility .facility-info {
     background-color: white;
     padding: 15px 0;
     display: block;
     position: relative;
 }

 @media (min-width: 992px) {
     .facility .facility-info {
         margin-top: -50px;
         padding: 40px;
     }
 }

 .facility .facility-addons {
     position: relative;
     z-index: 3;
 }

 .facility .facility-addons .nav-tabs {
     text-align: center;
     border: 0;
 }

 @media (min-width: 768px) {
     .facility .facility-addons .nav-tabs {
         width: 150px;
         position: absolute;
         left: -100px;
         top: 40px;
     }
 }

 .facility .facility-addons .nav-tabs>li {
     margin-bottom: 0;
     float: none;
     display: inline-block;
 }

 .facility .facility-addons .nav-tabs>li .hotelicon {
     display: block;
     font-size: 30px;
 }

 @media (min-width: 992px) {
     .facility .facility-addons .nav-tabs>li {
         margin-bottom: 20px;
     }

     .facility .facility-addons .nav-tabs>li .hotelicon {
         font-size: 50px;
     }
 }

 .facility .facility-addons .nav-tabs>li a {
     background-color: transparent;
     border-color: white;
     padding: 15px;
     border-radius: 0;
     border: 0;
 }

 .facility .facility-addons .nav-tabs>li a:before {
     content: "";
     display: block;
     left: 50%;
     top: 50%;
     opacity: 0;
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #00486c;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     -webkit-transition: 0.3s;
     transition: 0.3s;
     -moz-transform: translate(-50%, -50%) rotate(0deg) scale(0.02);
     -ms-transform: translate(-50%, -50%) rotate(0deg) scale(0.02);
     -o-transform: translate(-50%, -50%) rotate(0deg) scale(0.02);
     -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.02);
     transform: translate(-50%, -50%) rotate(0deg) scale(0.02);
     z-index: -1;
 }

 @media (min-width: 992px) {
     .facility .facility-addons .nav-tabs>li a {
         padding: 20px 30px;
     }
 }

 .facility .facility-addons .nav-tabs>li.active a {
     color: white;
     position: relative;
 }

 .facility .facility-addons .nav-tabs>li.active a:before {
     opacity: 1;
     -moz-transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
     -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
     -o-transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
     -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
     transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
 }

 .facility .facility-addons .tab-content {
     padding: 15px 0;
 }

 @media (min-width: 992px) {
     .facility .facility-addons .tab-content {
         padding: 40px;
         padding-left: 90px;
     }

     .facility .facility-addons .tab-content .tab-pane {
         display: block;
         visibility: hidden;
         height: 0;
         overflow: hidden;
     }

     .facility .facility-addons .tab-content .tab-pane.active {
         visibility: visible;
         height: auto;
     }

     .facility .facility-addons .tab-content .tab-pane.active .content {
         opacity: 1;
         -moz-transform: translate3d(0, 0, 0);
         -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
         -webkit-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
     }

     .facility .facility-addons .tab-content .tab-pane .content {
         width: 100%;
         opacity: 0;
         -moz-transition: all 0.6s;
         -o-transition: all 0.6s;
         -webkit-transition: all 0.6s;
         transition: all 0.6s;
         -moz-transform: translate3d(-50px, 0, 0);
         -ms-transform: translate3d(-50px, 0, 0);
         -o-transform: translate3d(-50px, 0, 0);
         -webkit-transform: translate3d(-50px, 0, 0);
         transform: translate3d(-50px, 0, 0);
     }
 }

 /*
    ----------------------------------
    33. Booking
    ----------------------------------
*/
 .booking {
     padding: 0;
 }

 .booking.booking-inner {
     padding-bottom: 0;
 }

 @media (min-width: 992px) {




     .booking.booking-inner {
         margin-top: -175px;
         z-index: 9;
         position: relative;
         color: #333;
         width: 100%;
         border-radius: 5px;

         padding: 5px;
         margin: auto;


         /* bottom:calc(80% - 50%);*/
     }

     .booking.booking-inner .booking-wrapper {
         /* position: relative;*/
         padding-left: 5px;
         padding;
         -right: 5px
     }

     .booking.booking-inner .booking-wrapper:before {
         content: "";

         width: 70%;
         margin: auto;

         height: 100%;



         /*
	   position: absolute;  top: 0;

	  background-color: rgb(0,0,0,0.4);
	   background:#333;
	  opacity: 0.4;
	  */
         opacity: 1;
         background: #fff;
         padding: 0px;
         -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 1);
         -moz-box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 1);
         box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 1);
         border-radius: 4px;


     }
 }


 @media (max-width: 991px) {
     .booking.booking-inner .booking-wrapper {

         background-color: #00486c;
         background-color: #fff;
         background-color: #001a30;
         background: #FEBB01;
         color: #333;
         width: 100%;
         padding-left: 0px;
         padding-right: 0px;
         border-radius: 0px;

     }

     select {
         background: #f1f1f1;
         border: solid 1px #ccc;
     }



     /*.owl-slider-header .item .title{margin-top:130px; margin-bottom:40px;}		*/


 }

 .booking.booking-light-theme .booking-wrapper {
     border-bottom: 1px solid #dddddd;
 }

 .booking.booking-default-theme {
     padding-bottom: 0;
     color: white;
     background-color: #00486c;
 }

 .booking.booking-default-theme .section-header .title {
     color: white;
     text-align: center;
 }

 .booking .section-header {
     padding-top: 15px;
     padding-bottom: 0;
     background-color: transparent;
 }

 .booking .section-header span {
     font-size: 100%;
     color: inherit;
 }

 @media (min-width: 768px) {
     .booking .section-header {
         padding-top: 30px;
     }
 }

 @media (min-width: 992px) {
     .booking .section-header {
         padding-top: 35px;
     }
 }

 @media (min-width: 1200px) {
     .booking .section-header {
         padding-top: 40px;
     }
 }

 .booking .booking-wrapper {
     padding: 0px;
     font-family: "Muli", sans-serif;
     font-weight: 200;
     /*overflow: hidden;*/
 }

 .booking .booking-wrapper .datepicker,
 .booking .booking-wrapper .qty-result {
     position: absolute;
     width: 80%;
     height: 100%;
     background-color: transparent;
     text-indent: -99999px;
     border: 0;
     outline: none;
     cursor: pointer;
     z-index: 9;
 }

 .booking .booking-wrapper .date {
     position: relative;
     display: inline-block;
     padding-right: 20px;
 }

 .booking .booking-wrapper .date:after {
     font-family: 'LinearIcons';
     font-style: normal;
     font-variant-ligatures: normal;
     font-variant-caps: normal;
     font-variant-numeric: normal;
     font-weight: normal;
     font-stretch: normal;
     text-transform: none;
     speak: none;
     -webkit-font-smoothing: antialiased;
     content: "\e87a";
     position: absolute;
     left: 100%;
     top: 50%;
     font-size: 30px;
     margin-top: -12px;
 }

 .booking .booking-wrapper .date .day {
     font-size: 40px;
     line-height: 40px;
 }

 .booking .booking-wrapper .date .year {
     display: none;
 }

 .booking .booking-wrapper .guests input {
     background: transparent;
     border: 0;
     outline: 0;
     cursor: pointer;
 }

 .booking .booking-wrapper .guests .qty-result-text {
     font-size: 40px;
     line-height: 40px;
 }

 @media (min-width: 992px) {
     .booking .booking-wrapper .guests .qty-result-text {
         font-size: 80px;
         line-height: 50px;
     }
 }

 .booking .booking-wrapper .guests input::-webkit-outer-spin-button,
 .booking .booking-wrapper .guests input::-webkit-inner-spin-button {
     /* display: none; <- Crashes Chrome on hover */
     -webkit-appearance: none;
     margin: 0;
     /* <-- Apparently some margin are still there even though it's hidden */
 }

 .booking .booking-wrapper .guests .guest-list {
     display: none;
     background-color: white;
     position: fixed;
     z-index: 99999;
     margin: 0;
     padding: 0;
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
     -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
     left: 0;
     right: 0;
     width: 100%;
     top: 100px;
 }

 .booking .booking-wrapper .guests .guest-list li {
     color: #3a3d45;
     padding: 0;
     list-style-type: none;
     padding: 10px 0;
 }

 .booking .booking-wrapper .guests .guest-list li.header,
 .booking .booking-wrapper .guests .guest-list li.footer {
     background-color: #00486c;
     background-color: #952b1d;
     color: white;
     padding: 20px 15px;
 }

 .booking .booking-wrapper .guests .guest-list li.header .qty-apply,
 .booking .booking-wrapper .guests .guest-list li.footer .qty-apply {
     font-size: 70%;
     padding: 0px;
     border: none;
     color: #fff;
     font-size: 25px;
     text-align: center;

     height: 25px;
     width: 25px;
     line-height: 23px;
     background: transparent;
     ;
     cursor: pointer;
     float: right;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
 }

 .booking .booking-wrapper .guests .guest-list li div {
     font-size: large;
     float: left;
 }

 .booking .booking-wrapper .guests .guest-list li div:nth-child(1) {
     width: 20%;
     padding-left: 10px;
 }

 .booking .booking-wrapper .guests .guest-list li div:nth-child(2) {
     width: 40%;
 }

 .booking .booking-wrapper .guests .guest-list li div:nth-child(2) span {
     font-size: 18px;
     padding: 3px 10px;
     display: inline-block;
     font-weight: 300;
 }

 .booking .booking-wrapper .guests .guest-list li div:nth-child(2) span small {
     display: block;
     font-weight: 200;
 }

 .booking .booking-wrapper .guests .guest-list li div:nth-child(3) {
     width: 40%;
     text-align: right;
     padding-right: 10px;
     padding-top: 5px;
 }

 .booking .booking-wrapper .guests .guest-list li div>span {
     font-size: 70%;
 }

 .booking .booking-wrapper .guests .guest-list li .qty-amount {
     width: 50px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     border: 2px solid #dddddd;
     border-radius: 100%;
     font-weight: 500;
 }

 .booking .booking-wrapper .guests .guest-list li .qty-btn {
     border: none;
     border-radius: 50%;
     font-size: 25px;
     width: 30px;
     height: 30px;
     margin-top: 10px;
     padding: 0px;
     margin-left: 0px;
     outline: none;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     background-color: #fff;

 }

 .booking .booking-wrapper .guests .guest-list li .qty-btn:hover {

     color: #BF2628;

 }

 button.ui-corner-all {
     width: 49%;
     border: solid 1px #952b1d;
     height: 30px;
     margin-left: 2px;
     margin-right: 0px;
     margin-top: 5px;
     margin-bottom: 5px;
     text-transform: uppercase;
     font-weight: 600;
     color: #952b1d;
     background: #fff;
     border-radius: 5px;
 }

 @media (min-width: 768px) {
     .booking .booking-wrapper .guests .guest-list {
         position: absolute;
         width: auto;
         min-width: 350px;
         left: 0;
         top: -300px;
     }
 }

 @media (min-width: 992px) {
     .booking .booking-wrapper .guests .guest-list {
         top: -250px;
         /*mod 108*/
     }
 }

 .booking .booking-wrapper .date,
 .booking .booking-wrapper .guests {
     position: relative;
     padding-top: 20px;
 }

 .booking .booking-wrapper .date .date-value,
 .booking .booking-wrapper .guests .date-value {
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     font-family: "Playfair Display", serif;
     padding-top: 10px;
 }

 .booking .booking-wrapper .date:before,
 .booking .booking-wrapper .guests:before {
     position: absolute;
     content: attr(data-text);
     left: 0;
     top: 0;
 }

 .booking .booking-wrapper .date:hover .date-value,
 .booking .booking-wrapper .guests:hover .date-value {
     -moz-transform: translateX(15px);
     -ms-transform: translateX(15px);
     -o-transform: translateX(15px);
     -webkit-transform: translateX(15px);
     transform: translateX(15px);
 }

 .booking .booking-wrapper .btn {
     display: block;
     padding: 15px;
     width: 100%;
     font-size: 16px;
     text-transform: none;
 }

 .booking .booking-wrapper .btn small {
     display: block;
     font-size: 50%;
 }

 @media (min-width: 992px) {

     .booking .booking-wrapper .text-size,
     .booking .booking-wrapper .date .day,
     .booking .booking-wrapper .guests .qty-result {
         font-size: 80px;
         line-height: 50px;
     }

     .booking .booking-wrapper {
         /*padding: 40px;*/

     }

     .booking .booking-wrapper .date .month {
         display: inline-block;
     }

     .booking .booking-wrapper .guests .qty-result {
         height: 80px;
     }

     .booking .booking-wrapper .btn {
         margin-top: 5px;
     }
 }

 @media (max-width: 767px) {
     .booking .booking-wrapper .date {
         padding-right: 0;
     }

     .booking .booking-wrapper .date:after {
         display: none;
     }

     .booking .booking-wrapper .btn {
         margin-top: 15px;
     }
 }

 @media (max-width: 991px) {
     .booking .container {
         width: 100%;
         padding-left: 0;
         padding-right: 0;
     }
 }

 /*
    ----------------------------------
    34. Datepicker
    ----------------------------------
*/
 .ui-datepicker {
     z-index: 10009 !important;
 }

 .ui-datepicker .ui-datepicker-calendar .ui-state-active {
     background-color: #952b1d;
 }

 .ui-datepicker .ui-datepicker-title {
     background-color: #00486c;
     background: #952b1d;
     font-family: "Muli", sans-serif;
 }

 @media (max-width: 767px) {
     .ui-datepicker {
         left: 0 !important;
         right: 0 !important;
         width: 100% !important;
         top: 0 !important;
         margin-top: 0 !important;
         position: fixed !important;
     }
 }

 /*
    ----------------------------------
    35. Rooms
    ----------------------------------
*/
 .rooms {
     background-color: #eeeeee;
 }

 .rooms.rooms-widget {
     position: relative;
 }

 .rooms.rooms-widget:before {
     content: "";
     position: absolute;
     width: 100%;
     height: 50%;
     left: 0;
     bottom: 0;
     /* background-color: #00486c; mod*/
     background-color: #ceb071;
 }

 .rooms.rooms-category {
     background-color: transparent;
 }

 .rooms.rooms-inner {
     background-color: #eeeeee;
 }

 .rooms.rooms-inner:before {
     height: 77%;
     background-color: inherit;
 }

 .rooms.rooms-inner article .details {
     background-color: white;
 }

 @media (min-width: 768px) {
     .rooms.rooms-inner {
         background-color: transparent;
         margin-top: -150px;
         padding-top: 0;
     }

     .rooms.rooms-inner:before {
         background-color: #eeeeee;
     }

     .rooms.rooms-inner .section-header {
         padding-bottom: 20px;
         color: white;
     }

     .rooms.rooms-inner .section-header .title,
     .rooms.rooms-inner .section-header .title span {
         color: white;
         font-size: 22px;
     }
 }

 .rooms article {
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     margin-bottom: 40px;
     box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
 }

 .rooms article .image {
     position: relative;
 }

 .rooms article .image img {
     width: 100%;
 }

 .rooms article .image .room-facility {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
 }

 .rooms article .details {
     padding: 15px;
     background-color: #eeeeee;
 }

 .rooms article .details .text {
     margin-bottom: 15px;
 }

 .rooms article .details .text .title {
     margin-bottom: 0;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     text-transform: none;
 }

 .rooms article .details .text p {
     margin-bottom: 0;
 }

 .rooms article .details .book {
     display: table;
     width: 100%;
 }

 .rooms article .details .book>div {
     display: table-cell;
     vertical-align: middle;
 }

 .rooms article .details .book>div:nth-child(2) {
     padding-left: 15px;
     font-size: 80%;
     text-align: right;
 }

 .rooms article .details .book>div>.price {
     display: block;
     margin-bottom: 0;
     font-family: "Muli", sans-serif;
     font-weight: 300;
 }

 @media (min-width: 767px) {
     .rooms article {
         margin-bottom: 30px;
     }

     .rooms article .details {
         padding: 30px;
     }

     .rooms article:hover {
         box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
         -moz-transform: scale(1.03);
         -ms-transform: scale(1.03);
         -o-transform: scale(1.03);
         -webkit-transform: scale(1.03);
         transform: scale(1.03);
     }
 }

 @media (min-width: 991px) {
     .rooms article {
         margin-bottom: 40px;
     }

     .rooms article .details {
         padding: 20px;
     }
 }

 @media (min-width: 1199px) {
     .rooms article {
         margin-bottom: 40px;
     }

     .rooms article .details {
         padding: 35px;
     }
 }

 /*
    ----------------------------------
    36. Room
    ----------------------------------
*/
 @media (max-width: 991px) {
     .room .room-gallery {
         margin-top: -20px;
     }

     .room .room-gallery .container {
         width: 100%;
         padding-left: 0;
         padding-right: 0;
     }
 }

 .room .room-block {
     padding-top: 40px;
 }

 .room .room-block.room-aminities figure {
     text-align: center;
     margin-bottom: 15px;
 }

 .room .room-block.room-aminities figure .hotelicon {
     font-size: 50px;
 }

 .room .room-block.room-aminities figure p {
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     margin-bottom: 0;
 }

 .room .room-block .box {
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid #dddddd;
 }

 .room .room-block .box:last-child {
     border-bottom: 0;
 }

 @media (min-width: 768px) {
     .room .room-block {
         padding-top: 70px;
     }

     .room .room-block figure {
         margin-bottom: 0;
     }

     .room .room-block figure .hotelicon {
         font-size: 50px;
     }
 }

 .room .room-overview .title {
     position: relative;
     text-align: center;
     margin-bottom: 40px;
 }

 .room .room-overview .title:before,
 .room .room-overview .title:after {
     content: "";
     position: absolute;
     left: 50%;
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     background-color: #dddddd;
 }

 .room .room-overview .title:before {
     bottom: -25px;
     width: 10px;
     height: 10px;
     border-radius: 100%;
 }

 .room .room-overview .title:after {
     bottom: -20px;
     width: 60px;
     height: 1px;
 }

 @media (min-width: 768px) {
     .room .room-overview .title {
         margin-bottom: 70px;
     }

     .room .room-overview .title:before {
         bottom: -35px;
     }

     .room .room-overview .title:after {
         bottom: -30px;
         width: 100px;
     }
 }

 /*
    ----------------------------------
    37. Gallery
    ----------------------------------
*/
 .gallery {
     position: relative;
     padding: 0;
 }

 .gallery .section-header {
     background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
     /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
     /* IE6-9 */
     position: absolute;
     width: 100%;
     min-height: 30%;
     left: 0;
     right: 0;
     top: 0;
     padding-top: 40px;
     z-index: 999;
     text-align: center;
 }

 .gallery .section-header,
 .gallery .section-header .title {
     color: white;
 }

 .gallery .section-header .title span {
     color: white;
 }

 .gallery .section-header p {
     color: #b58e3e;
 }

 .gallery .item {
     background-position: center;
     background-size: cover;
 }

 .gallery .owl-controls .owl-buttons>div {
     /*background-color: $color-base;*/
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     -moz-transform: scale(3);
     -ms-transform: scale(3);
     -o-transform: scale(3);
     -webkit-transform: scale(3);
     transform: scale(3);
 }

 .gallery .owl-controls .owl-buttons .owl-next {
     right: 50px;
 }

 .gallery .owl-controls .owl-buttons .owl-prev {
     left: 50px;
 }

 /*
    ----------------------------------
    38. Blog
    ----------------------------------
*/
 .blog {
     position: relative;
     background-position: center;
     background-size: cover;
     background-attachment: fixed;
 }

 .blog .title {
     color: #3a3d45;
 }

 .blog.blog-category,
 .blog.blog-item {
     background-color: transparent;
 }

 @media (min-width: 992px) {

     .blog.blog-category,
     .blog.blog-item {
         padding-top: 0;
         padding-bottom: 40px;
     }
 }

 .blog.blog-widget {
     background-color: #eeeeee;
     position: relative;
     padding-bottom: 40px;
 }

 @media (min-width: 768px) {
     .blog.blog-widget:before {
         content: "";
         position: absolute;
         width: 100%;
         height: 50%;
         left: 0;
         bottom: 0;
         background-color: #00486c;
     }
 }

 .blog.blog-widget article .text {
     background-color: white;
 }

 .blog aside {
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
     background-color: #eeeeee;
 }

 .blog aside .booking .booking-wrapper {
     padding: 20px;
 }

 .blog aside .booking .booking-wrapper .date:after {
     display: none;
 }

 .blog aside .booking .booking-wrapper .date .day {
     font-size: 50px;
     line-height: 55px;
 }

 .blog aside .booking .booking-wrapper .btn {
     font-size: 100%;
     margin-top: 15px;
 }

 .blog aside .box {
     padding: 20px;
     position: relative;
     border-bottom: 1px solid #dddddd;
 }

 .blog aside .box .title {
     padding-top: 7.5px;
     margin-bottom: 15px;
 }

 .blog aside .box ul {
     margin: 0;
     padding: 0;
 }

 .blog aside .box ul li {
     list-style-type: circle;
     margin-left: 20px;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .blog aside .box ul li:hover {
     -moz-transform: translateX(10px);
     -ms-transform: translateX(10px);
     -o-transform: translateX(10px);
     -webkit-transform: translateX(10px);
     transform: translateX(10px);
 }

 .blog aside .box ul li a {
     color: black;
     display: block;
     padding: 5px 0;
     border-bottom: 1px solid #eaeaea;
 }

 .blog aside .box ul li.active {
     list-style-type: disc;
 }

 .blog aside .box ul li.active a {
     color: #00486c;
     opacity: 0.8;
 }

 .blog aside .box ul li:last-child a {
     border-bottom: 0;
 }

 .blog aside .box.box-search {
     padding: 0;
     position: relative;
     background-color: white;
 }

 .blog aside .box.box-search .form-control {
     border: 0;
 }

 .blog aside .box.box-search .btn {
     position: absolute;
     right: 10px;
     top: 8px;
 }

 .blog aside .box.box-posts ul li {
     list-style-type: none;
     margin-left: 0;
 }

 .blog aside .box.box-posts ul li a {
     position: relative;
     display: table;
     width: 100%;
 }

 .blog aside .box.box-posts ul li a>span {
     display: table-cell;
     vertical-align: middle;
 }

 .blog aside .box.box-posts ul li a .date {
     width: 40px;
     text-align: center;
     line-height: 1;
 }

 .blog aside .box.box-posts ul li a .date span {
     display: block;
 }

 .blog aside .box.box-posts ul li a .date span:nth-child(1) {
     font-size: 75%;
 }

 .blog aside .box.box-posts ul li a .date span:nth-child(2) {
     font-weight: 500;
     font-size: 20px;
 }

 .blog aside .box.box-posts ul li a .text {
     padding-left: 5px;
 }

 .blog aside .box.box-tags ul li {
     margin: 0 2px 2px 0;
     display: block;
     float: left;
 }

 .blog aside .box.box-tags ul li:hover {
     -moz-transform: none;
     -ms-transform: none;
     -o-transform: none;
     -webkit-transform: none;
     transform: none;
 }

 .blog aside .box.box-tags ul li a {
     padding: 7.5px;
     border: 0;
     background-color: #00486c;
     color: white;
     font-size: 13px;
     -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     border-radius: 2px;
 }

 .blog aside .box.box-tags ul li a:hover {
     background-color: #002639;
 }

 @media (min-width: 768px) {
     .blog aside {
         display: block;
     }
 }

 .blog article {
     position: relative;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     margin-bottom: 15px;
 }

 .blog article .image {
     position: relative;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .blog article .image img {
     width: 100%;
 }

 .blog article .image .room-facility {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
 }

 .blog article .text {
     position: relative;
     padding: 15px;
     background-color: #eeeeee;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 @media (min-width: 992px) {
     .blog article .text {
         padding: 25px;
     }
 }

 .blog article .text .time {
     width: 65px;
     height: 65px;
     display: block;
     background-color: #00486c;
     font-size: 65%;
     color: #515561;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     position: absolute;
     top: -50px;
     left: 50%;
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     padding: 10px;
 }

 .blog article .text .time span {
     display: block;
     color: white;
     text-align: center;
     line-height: 1;
 }

 .blog article .text .time span:nth-child(2) {
     font-size: 22px;
 }

 .blog article .text .title {
     margin-top: 5px;
     margin-bottom: 5px;
     overflow: hidden;
     height: 45px;
     text-transform: none;
 }

 @media (min-width: 992px) {
     .blog article .text .title {
         height: 58px;
     }
 }

 .blog article .text p {
     margin-bottom: 0;
 }

 .blog article .text .book {
     display: table;
     width: 100%;
 }

 .blog article .text .book>div {
     display: table-cell;
     vertical-align: middle;
 }

 .blog article .text .book>div:nth-child(2) {
     padding-left: 15px;
     font-size: 70%;
     text-align: right;
 }

 .blog article .text .book>div>.price {
     display: block;
     margin-bottom: 0;
 }

 @media (min-width: 768px) {
     .blog article {
         margin-bottom: 40px;
     }

     .blog article .text {
         -moz-transform: translate(0, -30px);
         -ms-transform: translate(0, -30px);
         -o-transform: translate(0, -30px);
         -webkit-transform: translate(0, -30px);
         transform: translate(0, -30px);
     }

     .blog article:hover .text {
         -moz-transform: translate(0, 0);
         -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
         -webkit-transform: translate(0, 0);
         transform: translate(0, 0);
     }
 }

 @media (min-width: 767px) {
     .blog article {
         margin-bottom: 30px;
     }

     .blog article .details {
         padding: 30px;
     }
 }

 @media (min-width: 991px) {
     .blog article {
         margin-bottom: 40px;
     }

     .blog article .details {
         padding: 40px;
     }
 }

 .blog.blog-item .content {
     background-color: #eeeeee;
     padding: 20px;
 }

 @media (min-width: 768px) {
     .blog.blog-item .content {
         padding: 35px;
     }
 }

 @media (min-width: 992px) {
     .blog.blog-item .content {
         padding: 80px;
     }
 }

 .blog.blog-item .content .title small {
     font-weight: 300;
     display: block;
     margin-bottom: 15px;
 }

 .blog .blog-info.blog-info-top {
     border-bottom: 1px solid #dddddd;
     border-top: 1px solid #dddddd;
     padding: 5px 0;
     margin-bottom: 20px;
     text-align: left;
 }

 @media (min-width: 992px) {
     .blog .blog-info.blog-info-top {
         padding: 10px 0;
     }
 }

 .blog .blog-info .entry {
     padding: 5px 10px 5px 25px;
     list-style-type: none;
     display: inline-block;
     font-size: 90%;
 }

 .blog .blog-info .entry .fa {
     margin-left: -25px;
     width: 20px;
     text-align: center;
     margin-right: 5px;
 }

 .blog .blog-info .entry.divider {
     border-bottom: 1px solid #dddddd;
     margin-bottom: 10px;
 }

 /*
    ----------------------------------
    39. Cards
    ----------------------------------
*/
 .cards {
     position: relative;
     border-top: 1px solid #eeeeee;
 }

 .cards.cards-block {
     padding-top: 40px;
     padding-bottom: 40px;
     margin-top: 40px;
 }

 .cards figure {
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
 }

 .cards figure figcaption {
     position: relative;
     background-position: center;
     background-size: cover;
     -moz-transition: all 5s;
     -o-transition: all 5s;
     -webkit-transition: all 5s;
     transition: all 5s;
 }

 .cards figure figcaption img {
     width: 100%;
 }

 .cards figure figcaption:before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     /* background-color: #00486c; mod*/
     opacity: 0;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .cards figure.active figcaption {
     -moz-transform: scale(1.5);
     -ms-transform: scale(1.5);
     -o-transform: scale(1.5);
     -webkit-transform: scale(1.5);
     transform: scale(1.5);
 }

 .cards figure.active figcaption:before {
     opacity: 0.8;
 }

 .cards figure .btn {
     position: absolute;
     top: 70%;
     left: 50%;
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
 }

 .cards figure.active .btn {
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     top: 50%;
 }

 @media (min-width: 768px) {
     .cards figure figcaption {
         min-height: 360px;
     }

     .cards figure figcaption img {
         display: none;
     }

     .cards figure .btn {
         top: 80%;
     }
 }

 /*
    ----------------------------------
    40. Subscribe
    ----------------------------------
*/
 .subscribe {
     position: relative;
     z-index: 999;
     padding: 142px 0;
     background-image: url(img/contact.png);
     background-position: center;
     background-size: 60% auto;
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-color: #00486c;
 }

 @media print {
     .subscribe {
         display: none !important;
     }
 }

 .subscribe .box {
     max-width: 500px;
     margin: 0 auto;
     color: white;
     text-align: center;
 }

 .subscribe .box .title {
     margin-bottom: 0;
 }

 .subscribe .box:before,
 .subscribe .box:after {
     position: absolute;
     display: block;
     content: "";
     top: 50%;
 }

 .subscribe .box:before {
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     width: 100%;
     height: 400px;
     left: 0;
     z-index: -1;
 }

 .subscribe .box:after {
     background-color: #00486c;
     -moz-transform: translate(-50%, -50%) rotate(45deg);
     -ms-transform: translate(-50%, -50%) rotate(45deg);
     -o-transform: translate(-50%, -50%) rotate(45deg);
     -webkit-transform: translate(-50%, -50%) rotate(45deg);
     transform: translate(-50%, -50%) rotate(45deg);
     width: 300px;
     height: 300px;
     left: 50%;
     z-index: -1;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
     opacity: .5;
 }

 @media (min-width: 768px) {
     .subscribe .box:after {
         width: 400px;
         height: 400px;
     }
 }

 .subscribe .box .form-group {
     max-width: 300px;
     margin: 0 auto;
     position: relative;
 }

 .subscribe .box .form-group .btn {
     position: absolute;
     top: 50%;
     right: 10px;
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
 }

 @media (min-width: 768px) {
     .subscribe .box .form-group {
         max-width: 400px;
     }
 }

 /*
    ----------------------------------
    41. Events
    ----------------------------------
*/
 .events .event {
     display: table;
     width: 100%;
     margin-bottom: 10px;
     padding: 10px;
 }

 .events .event>div {
     display: table-cell;
     vertical-align: middle;
 }

 .events .event .date-card {
     padding-top: 8px;
     width: 80px;
     height: 80px;
     text-align: center;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     border-radius: 100%;
     border: 1px solid #dddddd;
     font-size: 70%;
     line-height: 1;
 }

 .events .event .date-card strong {
     display: block;
     font-size: 45px;
     font-weight: 300;
 }

 .events .event .caption {
     padding-left: 15px;
 }

 /*
    ----------------------------------
    42. Checkout
    ----------------------------------
*/
 .checkout {
     background-color: #eeeeee;
     padding-top: 0;
     padding-bottom: 15px;
 }

 .checkout hr {
     border-color: #dddddd;
 }

 .checkout .cart-wrapper {
     margin: 15px 0;
 }

 @media print {
     .checkout .cart-wrapper {
         border-top: 1px solid #dddddd;
         border-bottom: 1px solid #dddddd;
     }

     .checkout .cart-wrapper+.cart-wrapper {
         border-top: 0;
     }
 }

 @media (min-width: 768px) {
     .checkout .cart-wrapper {
         padding: 40px 0;
     }
 }

 .checkout .white-block {
     background-color: white;
     padding: 20px 15px;
     margin-bottom: 15px;
 }

 .checkout .note-block {
     background-color: white;
 }

 .checkout .note-block strong {
     font-weight: 500;
 }

 .checkout .payment {
     display: none;
     border: 1px solid #dddddd;
     padding: 15px;
 }

 @media (min-width: 992px) {
     .checkout .payment {
         padding: 40px;
     }
 }

 .checkout .payment.active {
     display: block;
 }

 .checkout .payment .payment-header {
     display: table;
     width: 100%;
     margin-bottom: 15px;
 }

 .checkout .payment .payment-header>div {
     display: table-cell;
     vertical-align: middle;
 }

 .checkout .payment .payment-header>div:nth-child(2) {
     text-align: right;
 }

 .checkout .payment .payment-header>div .fa {
     color: #00486c;
     font-size: 30px;
 }

 .checkout .title {
     margin: 0;
 }

 .checkout .cart-block {
     position: relative;
 }

 .checkout .cart-block .title {
     font-family: "Muli", sans-serif;
     font-weight: 300;
 }

 .checkout .cart-block.cart-block-header {
     display: none;
     background-color: white;
     font-weight: 500;
     text-transform: uppercase;
 }

 .checkout .cart-block.cart-block-item {
     background-color: white;
 }

 .checkout .cart-block.cart-block-footer {
     color: black;
     margin-top: 1px;
     background-color: white;
     padding: 15px 35px;
 }

 .checkout .cart-block.cart-block-footer>div {
     padding: 0;
 }

 .checkout .cart-block.cart-block-footer>div:nth-child(1),
 .checkout .cart-block.cart-block-footer>div:nth-child(2) {
     width: 50%;
 }

 .checkout .cart-block.cart-block-footer>div:nth-child(2) {
     text-align: right;
 }

 .checkout .cart-block.cart-block-footer .form-coupon {
     display: inline-block;
     width: inherit;
     margin-left: 10px;
     text-align: left;
 }

 .checkout .cart-block>div {
     padding: 0 35px;
 }

 .checkout .cart-block>div img {
     width: 100%;
     vertical-align: middle;
 }

 .checkout .cart-block>div.image {
     padding: 0;
 }

 .checkout .cart-block>div.quantity,
 .checkout .cart-block>div.price {
     width: 50%;
     float: left;
 }

 .checkout .cart-block>div.quantity .form-quantity {
     background-color: transparent;
     display: inline-block;
     width: 80px;
     padding: 0;
     border: 0;
     font-size: 50px;
     box-shadow: none;
     font-weight: 200;
 }

 .checkout .cart-block .price>span {
     display: block;
     text-align: right;
 }

 .checkout .cart-block .price .final {
     margin: 0;
     font-family: "Muli", sans-serif;
     font-weight: 300;
 }

 .checkout .cart-block .price .discount {
     text-decoration: line-through;
 }

 .checkout .cart-block .icon-delete {
     position: absolute;
     cursor: pointer;
     padding: 5px;
     right: 0;
     top: 0;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .checkout .cart-block .icon-delete:hover {
     -moz-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     -o-transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
 }

 @media (min-width: 768px) {
     .checkout {
         padding-bottom: 70px;
     }

     .checkout .white-block {
         padding: 35px;
     }

     .checkout .cart-block {
         display: table;
         width: 100%;
         margin-bottom: 1px;
     }

     .checkout .cart-block.cart-block-header {
         display: table;
         padding: 15px;
     }

     .checkout .cart-block.cart-block-header>div {
         padding: 0;
         width: auto !important;
     }

     .checkout .cart-block.cart-block-header>div:last-child {
         text-align: right;
     }

     .checkout .cart-block.cart-block-footer .form-coupon {
         position: absolute;
         top: 6px;
     }

     .checkout .cart-block.cart-block-footer.cart-block-footer-price {
         padding: 35px 35px;
         background-color: white;
     }

     .checkout .cart-block>div {
         display: table-cell;
         vertical-align: middle;
     }

     .checkout .cart-block>div img {
         width: 100%;
         vertical-align: middle;
     }

     .checkout .cart-block>div:nth-child(1) {
         width: 50%;
     }

     .checkout .cart-block>div:nth-child(2) {
         width: 30%;
     }

     .checkout .cart-block>div:nth-child(3) {
         width: 20%;
         text-align: center;
     }

     .checkout .cart-block>div:nth-child(4) {
         width: 20%;
     }

     .checkout .cart-block>div.quantity,
     .checkout .cart-block>div.price {
         float: none;
     }

     .checkout .cart-block>div.quantity {
         text-align: center;
         border-left: 1px solid #dddddd;
         border-right: 1px solid #dddddd;
     }

     .checkout .cart-block .title {
         padding: 0 0 0 35px;
     }

     .checkout .cart-block .price {
         padding-right: 35px;
     }

     .checkout .cart-block .price>span {
         display: block;
         text-align: right;
     }

     .checkout .cart-block .price .final {
         margin: 0;
     }

     .checkout .cart-block .price .discount {
         text-decoration: line-through;
     }

     .checkout .cart-block .form-control {
         text-align: center;
     }
 }

 @media (max-width: 767px) {
     .checkout .cart-block {
         padding: 15px;
     }

     .checkout .cart-block>div {
         padding: 0 10px;
     }

     .checkout .cart-block>div.price {
         width: 100%;
     }

     .checkout .cart-block .image {
         margin-bottom: 15px;
     }

     .checkout .cart-block .title {
         margin-bottom: 15px;
     }

     .checkout .cart-block .form-control {
         height: 30px;
     }

     .checkout .cart-block.cart-block-footer {
         color: black;
         padding: 15px;
     }

     .checkout .cart-block.cart-block-footer>div {
         float: left;
     }

     .checkout .cart-block.cart-block-footer .form-coupon {
         margin-top: 10px;
         margin-left: 0;
     }
 }

 /*
    ----------------------------------
    43. Step wrapper
    ----------------------------------
*/
 .step-wrapper {
     background-color: white;
     padding: 15px 0 20px 0;
 }

 @media (min-width: 992px) {
     .step-wrapper {
         padding: 70px 0 40px 0;
     }
 }

 @media print {
     .step-wrapper {
         display: none !important;
     }
 }

 .step-wrapper header {
     padding: 0;
 }

 .step-wrapper header .title {
     padding-top: 15px;
     color: white;
 }

 @media (min-width: 768px) {
     .step-wrapper header .title {
         padding-top: 40px;
     }
 }

 .step-wrapper .stepper {
     color: white;
 }

 .step-wrapper .stepper>ul {
     display: table;
     width: 100%;
     margin: 0;
     padding: 0;
 }

 .step-wrapper .stepper>ul>li {
     display: table-cell;
     vertical-align: middle;
     position: relative;
     text-align: center;
     padding: 0;
 }

 .step-wrapper .stepper>ul>li:first-child:before {
     display: none;
 }

 .step-wrapper .stepper>ul>li:before {
     background-color: #dddddd;
     position: absolute;
     display: block;
     content: "";
     width: 100%;
     height: 1px;
     top: 50%;
     right: 50%;
     z-index: 0;
 }

 .step-wrapper .stepper>ul>li span {
     background-color: white;
     font-size: 50px;
     width: 50px;
     height: 50px;
     display: inline-block;
     position: relative;
     z-index: 9;
     color: #dddddd;
     font-family: 'LinearIcons';
 }

 .step-wrapper .stepper>ul>li span:before {
     content: "\e880";
 }

 .step-wrapper .stepper>ul>li span:after {
     content: attr(data-text);
     position: absolute;
     display: inline-block;
     bottom: 100%;
     text-transform: uppercase;
     text-align: center;
     width: initial;
     left: 50%;
     font-size: 10px;
     white-space: nowrap;
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
     font-family: "Muli", sans-serif;
 }

 @media (min-width: 992px) {
     .step-wrapper .stepper>ul>li span {
         width: 50px;
         height: 60px;
         font-size: 50px;
         line-height: 60px;
     }

     .step-wrapper .stepper>ul>li span:after {
         font-size: 15px;
         line-height: initial;
     }
 }

 .step-wrapper .stepper>ul>li.active:before {
     background-color: black;
 }

 .step-wrapper .stepper>ul>li.active span {
     color: black;
 }

 .step-wrapper .stepper>ul>li.active span:before {
     content: "\e87f";
 }

 /*
    ----------------------------------
    44. Login wrapper
    ----------------------------------
*/
 .login-wrapper.login-wrapper-page {
     background-color: #eeeeee;
 }

 .login-wrapper .white-block {
     background-color: white;
     padding: 10px 5px;

 }



 .login-wrapper .login-block.login-block-signin {
     display: none;
 }

 .login-wrapper .login-block.login-block-signup {
     display: block;
 }

 /*
    ----------------------------------
    45. Not found
    ----------------------------------
*/
 .not-found {
     background: #474747;
     /* Old browsers */
     background: -moz-linear-gradient(left, #474747 0%, #a0a0a0 100%);
     /* FF3.6-15 */
     background: -webkit-linear-gradient(left, #474747 0%, #a0a0a0 100%);
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, #474747 0%, #a0a0a0 100%);
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#a0a0a0', GradientType=1);
     /* IE6-9 */
     padding: 80px 0;
     text-align: center;
     color: white;
     overflow: hidden;
 }

 .not-found .title {
     position: relative;
     color: white;
     font-size: 80px;
     margin-bottom: 15px;
     line-height: 0.8;
     z-index: 2;
 }

 .not-found .title:before {
     content: attr(data-title);
     position: absolute;
     left: 50%;
     top: 50%;
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%) scale(8);
     -ms-transform: translate(-50%, -50%) scale(8);
     -o-transform: translate(-50%, -50%) scale(8);
     -webkit-transform: translate(-50%, -50%) scale(8);
     transform: translate(-50%, -50%) scale(8);
     color: white;
     opacity: 0.05;
     font-size: 40px;
     z-index: -1;
 }

 @media (min-width: 992px) {
     .not-found {
         padding: 280px 0;
     }

     .not-found .title {
         font-size: 250px;
     }

     .not-found .title:before {
         font-size: 80px;
     }
 }

 .not-found .subtitle {
     color: white;
 }

 .not-found a {
     color: white;
     text-decoration: underline;
 }

 .not-found a:hover {
     color: #006a9f;
 }

 .not-found p {
     margin-bottom: 0;
     position: relative;
     z-index: 2;
 }

 /*
    ----------------------------------
    46. Comments
    ----------------------------------
*/
 .comments {
     display: block;
     background-color: #eeeeee;
 }

 .comments h2 {
     font-size: 18px;
 }

 .comments .fa.active {
     color: #00486c;
 }

 .comments h2 .rating {
     display: inline-block;
 }

 .comments .rate-box {
     display: block;
     width: 100%;
     background-color: white;
     padding: 20px 30px;
     border: 1px solid #eee;
 }

 .comments .rate-box strong {
     margin: 0 0 10px 0;
     font-size: 14px;
 }

 .comments .rate-box .rating {
     padding: 5px 0;
 }

 @media (min-width: 992px) {
     .comments .rate-box {
         width: 33.333333333%;
         float: left;
     }
 }

 @media (max-width: 1199px) {
     .comments {
         margin-bottom: 20px;
     }
 }

 .comments content {
     max-width: 700px;
     display: block;
     margin-left: auto;
     margin-right: auto;
 }

 .comments .comment-header {
     padding: 20px 0;
     border-top: 1px solid #dddddd;
     border-bottom: 1px solid #dddddd;
     text-align: center;
 }

 .comments .comment-header a {
     display: inline-block;
 }

 .comments .comment-block {
     margin-top: 40px;
     margin-bottom: 40px;
     border-bottom: 1px solid #dddddd;
     padding-left: 15px;
     padding-right: 30px;
 }

 .comments .comment-block:last-child,
 .comments .comment-block>.comment-block {
     border-bottom: none;
 }

 .comments .comment-block>.comment-block {
     background-color: #eeeeee;
     border-top: 1px solid rgba(221, 221, 221, 0.5);
     padding-bottom: 20px;
     padding-top: 20px;
 }

 @media (min-width: 768px) {
     .comments .comment-block {
         padding-left: 40px;
         padding-right: 40px;
     }

     .comments .comment-block>.comment-block {
         margin-left: 50px;
     }
 }

 .comments .comment-user {
     display: table;
     width: 100%;
 }

 .comments .comment-user div {
     display: table-cell;
     vertical-align: middle;
     text-align: left;
 }

 .comments .comment-user div img {
     border-radius: 100%;
     width: 40px;
 }

 .comments .comment-user div h5 {
     margin: 0;
 }

 .comments .comment-user div h5 small {
     display: block;
     padding: 4px 0;
 }

 .comments .comment-user div:first-child {
     width: 50px;
 }

 .comments .comment-desc {
     margin-left: 50px;
     margin-top: 10px;
 }

 .comments .comment-add {
     margin-top: 40px;
     padding: 0 20px 20px;
 }

 .comments .comment-add .comment-reply-message {
     margin-bottom: 15px;
 }

 .comments .comment-add .comment-reply-message .title {
     margin-bottom: 10px;
 }

 .comments .comment-add .btn-circle {
     background-color: black;
     color: white;
 }

 /*
    ----------------------------------
    47. About
    ----------------------------------
*/
 .about {
     background-color: white;
 }

 .about img {
     width: 100%;
     height: auto;
 }

 .about .text-block .image {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 35px 0;
 }

 @media (min-width: 768px) {
     .about .text-block .image {
         margin: 35px 0;
     }
 }

 .about .text-block .image>img {
     width: 100%;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .about .text-block .image .caption {
     position: absolute;
     left: 40px;
     bottom: 40px;
     color: white;
 }

 .about .text-block .image:after {
     content: "";
     display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     border: 1px solid #dddddd;
     -moz-transform: scale(0.95, 0.93);
     -ms-transform: scale(0.95, 0.93);
     -o-transform: scale(0.95, 0.93);
     -webkit-transform: scale(0.95, 0.93);
     transform: scale(0.95, 0.93);
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
 }

 .about .text-block .image:hover:after {
     border-color: #b58e3e;
 }

 .about .text-block .image:hover>img {
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
 }

 .about .text-block .text .gallery {
     margin: 15px 0;
 }

 .about .text-block .text .gallery .item {
     min-height: 220px;
 }

 @media (min-width: 768px) {
     .about .text-block .text .gallery {
         margin: 40px 0;
     }
 }

 .about .text-block h2 {
     margin-top: 35px;
 }

 @media (min-width: 768px) {
     .about .text-block h2 {
         margin-top: 70px;
     }
 }

 /*
    ----------------------------------
    48. Shortcodes
    ----------------------------------
*/
 .shortcodes {
     padding: 40px 0;
     background-color: #f8f8f8;
 }

 .shortcodes .buttons .btn {
     display: block;
     width: 100%;
 }

 .shortcodes .buttons .button-box {
     background-size: cover;
     background-position: center;
     min-height: 200px;
 }

 .shortcodes .list-group-item {
     padding: 0;
 }

 .shortcodes .list-group-item a {
     padding: 10px 15px;
     display: block;
     color: #666;
     font-weight: 500;
     text-transform: uppercase;
     font-size: 80%;
 }

 .shortcodes .list-group-item a.active,
 .shortcodes .list-group-item a:hover {
     background-color: #ddd;
 }

 .shortcodes article {
     border: 1px solid #ddd;
     background-color: white;
     padding: 15px;
     display: block;
     margin-bottom: 70px;
 }

 .shortcodes article h1:first-child+hr {
     border-color: #00486c;
 }

 .shortcodes article .icons figure {
     text-align: center;
     display: block;
     margin-bottom: 20px;
 }

 .shortcodes article .icons figure .icon {
     font-size: 78px;
 }

 .shortcodes article .icons figure figcaption {
     font-size: small;
     display: block;
     white-space: nowrap;
 }

 .shortcodes .well {
     background-color: #666;
     margin: 15px 0;
     background-position: center;
     background-size: cover;
 }

 .shortcodes .affix {
     top: 90px;
     width: 212px;
 }

 @media (min-width: 1200px) {
     .shortcodes .affix {
         width: 262px;
     }
 }

 .shortcodes .icons-wrapper figure {
     text-align: center;
     font-size: 100px;
 }

 .shortcodes .icons-wrapper figure figcaption {
     font-size: 16px;
 }

 .shortcodes .show-all {
     float: right;
 }

 .shortcodes .bs-glyphicons {
     margin: 0 -10px 20px;
     overflow: hidden;
     max-height: 230px;
 }

 .shortcodes .bs-glyphicons li {
     float: left;
     width: 25%;
     height: 115px;
     padding: 10px;
     font-size: 10px;
     line-height: 1.4;
     text-align: center;
     background-color: #f9f9f9;
     border: 1px solid #fff;
 }

 .shortcodes .bs-glyphicons .glyphicon {
     margin-top: 5px;
     margin-bottom: 10px;
     font-size: 24px;
 }

 .shortcodes .bs-glyphicons .glyphicon-class {
     display: block;
     text-align: center;
     word-wrap: break-word;
     /* Help out IE10+ with class names */
 }

 .shortcodes .bs-glyphicons li:hover {
     color: #fff;
     background-color: #00486c;
 }

 .shortcodes #glyphs.expanded .bs-glyphicons {
     max-height: 100%;
 }

 .shortcodes .bs-glyphicons-list {
     padding-left: 0;
     list-style: none;
 }

 @media (min-width: 768px) {
     .shortcodes .bs-glyphicons {
         margin-right: 0;
         margin-left: 0;
     }

     .shortcodes .bs-glyphicons li {
         width: 12.5%;
         font-size: 12px;
     }
 }

 /*  ----------------------------------
    49. Footer
    ----------------------------------
*/
 footer {
     padding: 40px 0;
     background-color: #002639;
     color: white;
 }

 footer a {
     color: white;
 }

 footer a:hover {
     color: rgba(255, 255, 255, 0.6);
 }

 footer .footer-left,
 footer .footer-right {
     text-align: center;
 }

 @media (min-width: 768px) {
     footer .footer-left {
         text-align: left;
     }

     footer .footer-right {
         text-align: right;
     }
 }

 footer .footer-social .icons {
     margin-top: 40px;
     text-align: center;
 }

 footer .footer-social .icons ul {
     margin: 0;
     padding: 0;
 }

 footer .footer-social .icons ul>li {
     list-style-type: none;
     display: inline-block;
 }

 footer .footer-social .icons ul>li>a {
     padding: 5px;
 }

 footer .footer-social .copyright {
     margin-top: 20px;
     margin-bottom: 20px;
     text-align: center;
 }

 .pb10 {
     padding-bottom: 10px;
 }

 .pb20 {
     padding-bottom: 20px;
 }

 .pt60 {
     padding-top: 60px;
 }

 .mr40 {
     margin-right: 40px;
 }

 .pagina {
     background-position: center;
     background-size: cover;
     padding-top: 80px;
     padding-bottom: 35px;
     margin-bottom: 20px;
     display: block;
     text-align: center;
     background-color: #474747;
     color: white;
 }

 .pagina .title {
     margin-top: 0;
     margin-bottom: 5px;
     color: white;
     font-family: "Playfair Display", serif;
 }

 @media (min-width: 992px) {
     .pagina {
         padding-top: 200px;
         padding-bottom: 200px;
         margin-bottom: -160px;
     }
 }

 @media print {
     .pagina {
         padding: 15px 0;
     }
 }

 .altro {
     height: 100% !important;
     width: 100% !important;
     right: 50%;
 }

 .dx {
     right: 0;
 }

 @media (max-width:770px) {
     .altro {
         height: 100% !important;
         right: 0;
     }
 }



 .checkbox-option input {
     width: 0;
     height: 0;
     opacity: 0;
     overflow: hidden;
 }

 .checkbox-option input {
     width: 0;
     height: 0;
     opacity: 0;
     overflow: hidden;
 }

 .checkbox-option.checked .inner {
     transform: translate3d(25px, 0, 0);
     -webkit-transform: translate3d(25px, 0, 0);
     -moz-transform: translate3d(25px, 0, 0);
     background: #fff;
 }

 .checkbox-option {
     display: inline-block;
     width: 50px;
     height: 25px;
     border-radius: 25px;
     border: 1px solid #fff;
     cursor: pointer;
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     margin-bottom: 24px;
 }

 .checkbox-option .inner {
     width: 19px;
     height: 19px;
     border-radius: 50%;
     background: rgba(0, 0, 0, 0);
     border: 1px solid #fff;
     position: relative;
     top: 2px;
     left: 2px;
     display: inline-block;
     transition: all 0.2s ease;
     -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
 }


 #opback {
     background: #333;
     opacity: 0.7;
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0px;
     left: 0px;
     display: none;
 }


 .address {
     /*top:5px;
	left:0px
    */
     position: relative;


     height: auto;
     min-height: 100px;

     width: 100%;
     display: none;
     color: #000;
     background: #fff;
     ;
     padding: 5px;
     padding-top: 23px;
     opacity: 1;
     margin: auto;

     margin-bottom: 100px;

     border-radius: 5px;
 }



 @media (max-width: 705px) {
     #vedi {
         display: none;
     }
 }

 /*
.overlay{
	width: 100%;height: 100%;position: absolute;z-index: 9999;background-color:#333;visibility: hidden;opacity: 0.4;
}
*/

 .marginsin {
     margin-left: calc(100% - 10%);
 }

 @media(max-width: 900px) {
     .marginsin {
         margin-left: calc(90% - 25%);
     }
 }



 .pos {
     position: absolute;
     color: #6bb9b2;
 }

 @media(max-width: 750px) {
     .marginsin {
         margin-left: 0;
     }

     .pos {
         position: static;
     }
 }

 .pos:hover {
     color: #6bb9b2;
 }


 .text p {
     font-size: 12px;
     color: #333;
     line-height: inherit;
 }




 .shortcut {
     padding: 0px;
     margin: 0px;
     border-radius: 50%;
     line-height: 17px;
     height: 15px;
     width: 15px;
     font-size: 10px;
     font-weight: 600;
     background: #bf351f;
     color: #fff;
     border: none;
 }

 .shortcut:hover {
     cursor: pointer;
 }



 .btn-info-riep {
     padding: 0px;
     margin: 0px;
     border-radius: 50%;
     line-height: 15px;
     height: 15px;
     width: 15px;
     font-size: 10px;
     font-weight: 600;
     background: #2979ff;
     color: #fff;
     border: none;
 }

 .btn-info-riep:hover {
     cursor: pointer;
 }

 .titleb {
     font-weight: 600;
     text-transform: uppercase;
     font-size: 14px;
     height: 27px;
     margin: 0px;
     border-bottom: solid 2px #2151b1;
     color: #2151b1;
     margin-bottom: 7px;
 }

 .titleb2 {
     font-weight: 400;
     text-transform: capitalize;
     font-size: 13px;
     height: 27px;
     margin: 0px;
     color: #b93823;
     margin-bottom: 5px;
 }


 .tablist {
     width: 100%;
     margin-left: 5px;
     margin-top: -7px;
     border-collapse: collapse;
 }

 .tablist td {
     height: 15px;
     font-size: 14px;
     line-height: 13px;
     font-weight: 400;
 }

 .tablist input {
     width: 30px;
     text-align: center;
     height: 17px;
     border-radius: 4px;
     border: solid 1px #ccc;
     outline: none;
     font-size: 12px;
 }

 .tablist button {
     width: 40px;
     height: 20px;
     border-radius: 4px;
     font-size: 13px;
     font-weight: 600;
     padding: 0px;
 }

 .tablist .td2 {
     width: 50px;
     line-height: 25px;
     text-align: right;
 }

 .tablist .tdprez {
     width: 150px;
     text-align: right;
 }

 .tablist td.tdright {
     text-align: right;
 }


 .riepilogo {
     padding-left: 15px;
 }

 .riepilogo h4 {
     margin-bottom: 15px;
     margin-top: 10px;
     color: #9B292B;
 }

 .riepilogo table.tablist td {
     border-bottom: solid 1px #f1f1f1;
     border-top: solid 1px #f1f1f1;
     padding-top: 8px;
     padding-bottom: 8px;
     font-size: 15px;
 }



 #loading {
     width: 100%;
     top: 20%;
     margin: 0px;
     height: 10%;
     position: fixed;
     z-index: 9999;
     display: none;
     text-align: center
 }

 .lds-ring {
     display: inline-block;
     position: relative;
     width: 64px;
     height: 64px;
 }

 .lds-ring div {
     box-sizing: border-box;
     display: block;
     position: absolute;
     width: 51px;
     height: 51px;
     margin: 6px;
     border: 6px solid #fff;
     border-radius: 50%;
     animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
     border-color: #fff transparent transparent transparent;
 }

 .lds-ring div:nth-child(1) {
     animation-delay: -0.45s;
 }

 .lds-ring div:nth-child(2) {
     animation-delay: -0.3s;
 }

 .lds-ring div:nth-child(3) {
     animation-delay: -0.15s;
 }

 @keyframes lds-ring {
     0% {
         transform: rotate(0deg);
     }

     100% {
         transform: rotate(360deg);
     }
 }

 .loadertxt {
     margin-top: 30px;
     font-weight: 600;
     font-size: 17px;
     color: #fff;
 }

 h2.title {
     width: 80%;
 }

 .tabsappart td {
     padding-left: 10px;
 }


 /*Struttura Scroll Image*/


 .divscrollmain {
     width: 100% !important;
     min-height: 250px;
     position: relative;
     z-index: 2;
 }

 .divscrollmain2 {
     width: 100% !important;
     height: 100% !important;
     position: relative;
     z-index: 2;
 }


 .divscrollright {
     position: absolute;
     width: 15%;
     background: #0e0e0e4f;
     font-size: 32px;
     text-align: center;
     color: #fff;
     right: 10px;
     top: calc(50% - 35px);
     height: 70px;
     line-height: 70px;
     cursor: pointer;
     opacity: 0;
     border-radius: 2px;
     z-index: 2;
 }

 .divscrollleft {
     position: absolute;
     width: 15%;
     background: #0e0e0e4f;
     font-size: 32px;
     text-align: center;
     color: #fff;
     left: 10px;
     top: calc(50% - 35px);
     height: 70px;
     line-height: 70px;
     cursor: pointer;
     opacity: 0;
     border-radius: 2px;
     z-index: 2
 }

 .immagineint {
     width: 100%;
     position: absolute;
     top: 0px;
     z-index: 1;
     height: 100% !important;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
 }

 .divscrollcenter {
     width: 60%;
     height: 100%;
     position: absolute;
     color: #fff;
     left: 50%;
     transform: translateX(-50%);
     line-height: 70px;
     cursor: pointer;
 }

 .divscrollcenterbox {
     width: 70px;
     height: 70px;
     position: absolute;
     color: #fff;
     background: #0e0e0e4f;
     left: 50%;
     transform: translateX(-50%);
     top: calc(50% - 35px);
     font-size: 32px;
     text-align: center;
     line-height: 70px;
     opacity: 0;
     cursor: pointer;
     border-radius: 2px;
 }

 .divscrollright2 {
     position: absolute;
     width: 15%;
     background: #0e0e0e4f;
     font-size: 20px;
     text-align: center;
     color: #fff;
     right: 10px;
     top: calc(50% - 20px);
     height: 40px;
     line-height: 40px;
     cursor: pointer;
     opacity: 0;
     border-radius: 2px
 }

 .divscrollleft2 {
     position: absolute;
     width: 15%;
     background: #0e0e0e4f;
     font-size: 20px;
     text-align: center;
     color: #fff;
     left: 10px;
     top: calc(50% - 20px);
     height: 40px;
     line-height: 40px;
     cursor: pointer;
     opacity: 0;
     border-radius: 2px
 }

 .divscrollcenter2 {
     width: 60%;
     height: 100%;
     position: absolute;
     color: #fff;
     left: 50%;
     transform: translateX(-50%);
     line-height: 40px;
     cursor: pointer;
 }

 .divscrollcenterbox2 {
     width: 40px;
     height: 40px;
     position: absolute;
     color: #fff;
     background: #0e0e0e4f;
     left: 50%;
     transform: translateX(-50%);
     top: calc(50% - 20px);
     font-size: 20px;
     text-align: center;
     line-height: 40px;
     opacity: 0;
     cursor: pointer;
     border-radius: 2px;
 }

 .divscrollcenter:hover .divscrollcenterbox,
 .divscrollcenter:focus .divscrollcenterbox {
     opacity: 1
 }

 .divscrollmain:hover .divscrollleft,
 .divscrollmain:focus .divscrollright,
 .divscrollmain:hover .divscrollright,
 .divscrollmain:focus .divscrollleft {
     opacity: 1
 }

 .heightfoto {
     height: 500px;
 }

 .divscrollright i,
 .divscrollleft i,
 .divscrollmain i {
     margin-top: 20px;
 }

 .divscrollright.scroll_fullpage i,
 .divscrollleft.scroll_fullpage i,
 .divscrollmain.scroll_fullpage i {
     margin-top: 15px;
 }

 .cointaner_foto_scroller_mappa .divscrollright i,
 .cointaner_foto_scroller_mappa .divscrollleft i,
 .cointaner_foto_scroller_mappa .divscrollmain i {
     margin-top: 5px;
 }




 @media(max-width:992px) {
     .divscrollcenter {
         opacity: 1
     }

     .divscrollcenterbox {
         opacity: 1;
         width: 60px;
         font-size: 20px;
         height: 40px;
         line-height: 40px;
     }

     .divscrollleft {
         opacity: 1;
         width: 10%;
         font-size: 20px;
         height: 40px;
         line-height: 40px;
     }

     .divscrollright {
         opacity: 1;
         width: 10%;
         font-size: 20px;
         height: 40px;
         line-height: 40px;
     }

     .scroll_fullpage {
         height: 40px !important;
         color: #fff !important;
         background: #0000007d !important;
         top: 0px;
     }


     .heightfoto {
         height: 200px;
     }

 }




 .swipercat {
     width: 220px;
     position: relative;
     overflow: hidden;
     height: 240px;
     background: #fff;
     border-radius: 5px;
 }

 .swipercat.selected {
     border: solid 1px #30418f;
 }

 .swipercat2 {
     background: #fff;
     position: relative;
     height: 105px !important;
     padding: 10px;
     font-size: 14px;
     font-weight: 400;
     color: #333;
     border: solid 1px #61b361;
     text-align: center;
     border-radius: 5px;
 }

 .swipercat2:hover {
     cursor: pointer;
     opacity: 0.7;
 }


 .swipercatimg {
     width: 100%;
     height: 110px;
     border-radius: 5px 5px 0px 0px;
     background-repat: no-repeat;
     background-position: center center;
     background-size: cover;
 }

 .swipercatinfo {
     width: 75px;
     height: 30px;
     line-height: 30px;
     font-weight: 600;
     text-align: center;
     font-size: 12px;
     border-radius: 3px;
     border: solid 1px #fff;
     color: #fff;
     position: absolute;
     top: 5px;
     right: 5px;
 }

 .swipercattxt {
     width: 100%;
     padding: 7px;
     height: 80px;
 }

 .swipercattxt .descr {
     font-size: 11px;
     line-height: 11px !important;
     color: #777;
 }

 .swipercatbutt {
     width: 70%;
     margin: auto;
     height: 40px;
     line-height: 40px;
     font-weight: 600;
     text-align: center;
     font-size: 14px;
     border-radius: 3px;
     border: solid 1px #333;
     color: #333;
     left: calc(30%/2);
     position: absolute;
     bottom: 5px;
 }

 .swipercatbutt.selected {
     background: #30418f;
     color: #fff;
     border-color: #30418f;
 }


 .swipercatbutt:hover {
     cursor: pointer;
     background: #30418f;
     color: #fff;
     border-color: #30418f;
 }

 .iconcapienza {
     background: url(../../images/man-user2.svg) no-repeat center center;
     background-size: 9px 9px;
     width: 10px;
     height: 10px;
     color: #333;
     display: inline-block;
     margin: 1px;
     margin-top: 3px;
 }


 hr {
     margin: 4px !important;
 }

 .buttonmod {
     width: 100%;
     font-size: 13px;
     font-weight: 600;
     border: solid 1px #ccc;
     color: #30418f;
     border-radius: 4px;
     margin: auto;
     padding: 5px;
     background: #fff;
 }

 .rightarrow {
     background: url(../../images/right-arrow4.svg) center center no-repeat;
     background-size: 22px 22px;
     width: 25px;
     height: 25px;
     margin: auto;
     margin-top: 18px;
 }


 .form-control {
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
 }


 .gradientdiv {
     text-align: center;
     background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) -10%, rgba(125, 185, 232, 0) 50%);
     /* FF3.6-15 */
     background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) -10%, rgba(125, 185, 232, 0) 50%);
     /* Chrome10-25,Safari5.1-6 */
     background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) -10%, rgba(125, 185, 232, 0) 50%);

 }

 .h4detinto {
     margin: 0px;
     margin-bottom: 10px;
     text-transform: uppercase;
     font-size: 19px;
 }

 .tariffa i {
     float: left;
     color: #ccc;
 }

 .tariffa:hover i {
     cursor: pointer;
     color: #333;
 }


 h2.title small {
     line-height: 12px;
 }


 .detintopac p {
     color: #6F6F6F;
     font-size: 12px;
     line-height: 17px;
     margin-bottom: 2px;
 }

 @media (max-width: 768px) {
     .rowintcenter {
         padding-bottom: 8px;
         text-align: center;
     }

     .immagineint {
         width: 100%;
     }
 }


 .chiudiright {
     display: none;
 }

 nav.navigation-main .toggle-menu.open.openm .icon {
     color: #000;
     margin-top: 10px;
 }


 nav.navigation-main .toggle-menu.open.openm .icon:before {
     display: inline-block;
     content: "\e871" !important;
     color: #fff;
 }


 .rowstep2 {
     display: flex;
     flex-flow: row wrap;
     background: #fff;
     padding: 0 !important;
     margin: 0 !important;
 }

 .rowstep2::before {
     display: block;
 }

 .colhstep2.colpac {
     min-height: 170px !important;
 }

 .colhstep2.colpac .image {
     min-height: 170px !important;
 }

 .colhstep2.colpac .divscrollmain {
     min-height: 170px !important;
 }

 .colhstep2.colpac .immagineint {
     height: 170px !important
 }

 .colhstep2.colpac .stileprezzo {
     margin-top: 15px !important;
 }

 .colhstep2.colpac .divscrollcenterbox {
     width: 40px !important;
     height: 40px !important;
     line-height: 40px !important;
     font-size: 20px !important;
     top: calc(50% - 20px) !important
 }

 .colhstep2.colpac .divscrollleft {
     height: 40px !important;
     line-height: 40px !important;
     font-size: 20px !important;
     top: calc(50% - 20px) !important
 }

 .colhstep2.colpac .divscrollright {
     height: 40px !important;
     line-height: 40px !important;
     font-size: 20px !important;
     top: calc(50% - 20px) !important
 }

 .colhstep2 {
     padding: 5px;
     min-height: 240px;
     position: relative
 }

 .colhstep2 .image {
     background-position: center;
     background-size: cover;
     width: 100%;
     min-height: 230px;
     right: 0;
     position: relative;
     cursor: pointer;
     background-repeat: no-repeat;
 }

 .colhstep2 .text h2.title {
     width: 100%;
     line-height: 1;
     margin-bottom: 5px;
 }

 .colhstep2 .text p {
     margin: 0
 }

 .container_info_pacchetti {
     padding: 2px 5px
 }

 .colhstep2 .stileprezzo {
     margin-top: 10px;
     text-align: center;
     transform: translateY(50%);
     top: 0%;
     height: 50%
 }

 .colhstep2 .stileprezzo.stileprezzo2 {
     transform: none;
 }

 .icona_sconto_presente {
     background-image: url(../img/offerta.png);
     position: absolute;
     height: 60px;
     z-index: 1;
     width: 80px;
     background-size: contain;
     background-repeat: no-repeat;
     right: 0;
 }




 .separatore {
     margin: 4px;
     border: 0;
     border-top: 1px solid #eeeeee;
 }


 .blockstep2 {
     padding: 0 !important;
     margin: 0;
     box-shadow: 4px 9px 15px rgba(177, 177, 177, 0.38);
     margin-bottom: 15px
 }

 .btnpadding {
     padding: 7px 20px !important;
 }

 .colhstep2.bordo {
     border-right: 1px solid #e1e1e1
 }

 .posbtn {
     position: absolute;
     bottom: 10px;
     left: 50%;
     transform: translateX(-50%)
 }



 .rowhmodal {
     height: 600px;
     padding: 0;
 }

 .rowhmodal .heightfoto {
     height: 530px;
     padding: 0;
 }

 .rowhmodal .rigathumb {
     width: 100%;
     height: 70px;
     background: #b9b9b969;
     text-align: center;
     border-bottom-left-radius: 5px;
 }


 .scrolldescr::-webkit-scrollbar {
     width: 5px;
 }

 .scrolldescr::-webkit-scrollbar-track {
     box-shadow: inset 0 0 5px grey;
     border-radius: 10px;
 }

 /* Handle */
 .scrolldescr::-webkit-scrollbar-thumb {
     background: #ffa100;
     border-radius: 10px;
     box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
 }

 .chiudimodal {
     position: fixed;
     line-height: 50px;
     background: #2979ff;
     color: #fff;
     height: 50px;
     width: 100%;
     text-align: center;
     bottom: 0;
     z-index: 10000;
     display: none;
     font-size: 20px;
     font-weight: 600;
 }

 @media (max-width: 1200px) {
     .btnpadding {
         padding: 7px 10px !important;
     }
 }



 @media (max-width: 992px) {
     .rowstep2 {
         display: block !important
     }

     .colhstep2 {
         min-height: 100px !important
     }

     .colhstep2.bordo {
         border-right: none;
         border-bottom: 1px solid #e1e1e1;
     }


     .colhstep2 .image {
         min-height: 150px;
     }

     .colhstep2 .divscrollmain {
         min-height: 150px
     }

     .colhstep2 .divscrollmain .divscrollcenterbox {
         top: calc(50% - 20px)
     }


     .colhstep2.colpac {
         min-height: 120px !important;
     }

     .colhstep2.colpac .text {
         margin: 5px 0px !important;
     }

     .separatore {
         border-top: 1px solid #ccc;
     }

     .occupancy {
         text-align: center
     }

     .colhstep2 .stileprezzo {
         margin-top: 10px;
         text-align: center;
         position: relative;
         transform: none;
     }

     .posbtn {
         position: relative;
         bottom: 0px;
         left: 0;
         transform: none;
         padding-top: 5px;
     }


     .icona_sconto_presente {
         left: 0;
         margin-top: 10px;
         display: none;
     }

     .sconto_presente_testo {
         top: 0;
         left: 12px;
         right: unset;
     }

     .sconto_presente_testo:before {
         left: -5px;
         font-size: 12px;
         line-height: 12px;
         text-indent: 2px;
     }



     .rowhmodal {
         height: 400px;
         padding: 0;
     }

     .rowhmodal .heightfoto {
         height: 330px;
         padding: 0;
     }

     .scrolldescr {
         overflow: unset;
         height: 100%;
     }

     .btn-close {
         display: none;
     }

     .chiudimodal {
         display: block;
     }

     .hhh {
         margin-bottom: 60px;
     }

 }

 @media (max-width: 480px) {

     .no-mobile {
         display: none;
     }

     .rowhmodal {
         height: 250px;
         padding: 0;
     }

     .rowhmodal .heightfoto {
         height: 250px;
         padding: 0;
     }

     .rowhmodal .rigathumb {
         display: none
     }
 }



 .divoffertadispo {
     position: relative;
     padding: 20px 5px;
     text-align: center;
     color: #fff;
     height: 100%
 }

 .divoffertadispo.c1 {
     background: #1f61d1;
 }

 .divoffertadispo.c2 {
     background: #4883e6;
 }

 .divoffertadispo.c3 {
     background: #7ca9f5;
 }

 .divoffertadispo.c1::before {
     content: "";
     position: absolute;
     right: -6px;
     top: 50%;
     z-index: 99;
     transform: translateY(-50%);
     width: 0;
     height: 0;
     border-left: 6px solid #1f61d1;
     border-top: 55px solid transparent;
     border-bottom: 55px solid transparent;
 }

 .divoffertadispo.c2::before {
     content: "";
     position: absolute;
     right: -6px;
     top: 50%;
     z-index: 99;
     transform: translateY(-50%);
     width: 0;
     height: 0;
     border-left: 6px solid #4883e6;
     border-top: 55px solid transparent;
     border-bottom: 55px solid transparent;
 }


 .divriepdata {
     position: relative;
     padding: 5px;
     text-align: center;
     color: #fff;
     height: 100%;
     font-size: 13px;
 }

 .divriepdata.c1 {
     background: #0cc509;
     border-top-left-radius: 5px;
 }

 .divriepdata.c2 {
     background: #52e041;
 }

 .divriepdata.c3 {
     background: #32f253;
     border-top-right-radius: 5px;
 }

 .divriepdata.c1::before {
     content: "";
     position: absolute;
     right: -6px;
     top: 50%;
     z-index: 99;
     transform: translateY(-50%);
     width: 0;
     height: 0;
     border-left: 6px solid #0cc509;
     border-top: 45px solid transparent;
     border-bottom: 45px solid transparent;
 }

 .divriepdata.c2::before {
     content: "";
     position: absolute;
     right: -6px;
     top: 50%;
     z-index: 99;
     transform: translateY(-50%);
     width: 0;
     height: 0;
     border-left: 6px solid #52e041;
     border-top: 45px solid transparent;
     border-bottom: 45px solid transparent;
 }


 .prezzo-decimale {
     font-size: 16px;
 }


 .nav_trasparente {
     background: #33333382 !important;
 }

 .nav_trasparente nav.navigation-main .navigation-block ul li a {
     font-size: 14px;
 }

 .nav_trasparente nav.navigation-main .navigation-block ul.navigation-right li {
     border-right: 1px solid #fff;
     padding: 20px 10px;
 }

 .nav_trasparente nav.navigation-main .navigation-block ul.navigation-right li:last-child {
     border-right: none;
 }

 .nav_trasparente nav.navigation-main .navigation-block ul li a,
 .nav_trasparente nav.navigation-main .str_tipologia,
 .nav_trasparente nav.navigation-main .str_nome {
     color: #fff;
 }

 .nav_trasparente nav.navigation-main .nascondi_scritta_web {
     display: none
 }

 /*
.nav_trasparente  nav.navigation-main .navigation-block i{font-size: 12px;}
*/

 .icona_lingua_sel {
     width: 15px;
     height: 15px;
     margin-right: 5px;
 }

 @media(max-width:992px) {
     .nav_trasparente nav.navigation-main .navigation-block ul.navigation-right li {
         border-right: none;
     }

     .nav_trasparente nav.navigation-main .navigation-block ul li a,
     .nav_trasparente nav.navigation-main .str_tipologia,
     .nav_trasparente nav.navigation-main .str_nome {
         color: #fff !important;
     }
 }

 .ellipsis_div {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     max-width: max-content;
     width: -webkit-fill-available;
 }


 .sconti_dettaglio_categoria {}

 .sconti_dettaglio_categoria .sconto_percentuale {
     color: #ec008c;
     font-size: 12px;
     font-weight: 600
 }

 .sconto_popover .sconto_percentuale {
     color: #ec008c;
     font-size: 12px;
     font-weight: 600
 }

 #filtri_struttura.filtri_presenti {
     padding-right: 14px;
     border-radius: 5px;
     background: #d4b8b8;
     width: 30px;
     height: 20px;
     display: inline-flex;
     text-align: center;
     line-height: 20px;
     color: #fff;
     place-content: center;
     font-weight: 600;
     color: #fff;
     padding: 0;
 }


 .tasto_scroller_offerte {
     /*font-size: 30px;    z-index: 222;
    position: absolute;  background: #f4f4f4e8;  color: #000;  width: 50px;  text-align: center; box-shadow: 0px 0px 3px 1px #ababab; line-height: 48px;
    height: 50px;  border-radius: 5px;     cursor: pointer; top: 50%; transform: translateY(-50%);
*/
     cursor: pointer;
     position: absolute;
     top: 30px;
     right: 0;
     width: auto;
     padding: 10px;
     color: #fff;
     z-index: 20;
     font-size: 18px;
     transition: 0.6s ease;
     border-radius: 0 3px 3px 0;
     user-select: none;
 }

 .tasto_scroller_offerte.left:hover,
 .tasto_scroller_offerte.right:hover {
     background-color: rgba(0, 0, 0, 0.8);
 }

 .tasto_scroller_offerte.left {
     margin-right: 50px;
 }

 .tasto_scroller_offerte.right {}

 .accordion {
     padding: 0;
     margin: 0;
     font-size: 14px;
 }

 .accordion-toggle {
     cursor: pointer;
     padding: 10px 0;
     position: relative;
     list-style: none;
     border-top: 1px solid #e1e1e1;
 }


 .accordion-toggle.servizio_ristorazione {
     margin: 10px 0;
     min-height: 200px;
     font-size: 18px;
     padding: 0;
     transition: all .4s ease-in-out;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
 }

 .accordion-toggle.servizio_ristorazione.active-tab {
     min-height: 250px;
     margin-bottom: 0
 }

 .accordion-toggle.servizio_ristorazione .titolo_acc {
     position: absolute;
     bottom: 30px;
     left: 30px;
     font-size: 40px;
     color: #fff;
 }

 .accordion-toggle.servizio_ristorazione span[class^='icon-'] {
     position: absolute;
     bottom: 30px;
     right: 10px;
     font-size: 40px;
     color: #fff;
     top: unset;
 }

 .lista_servizi_ristorazione {
     border-bottom: 1px solid #e1e1e1;
     padding: 10px !important
 }

 .lista_servizi_ristorazione:last-child {
     border-bottom: none;
 }

 .accordion-toggle .pulsante_servizio_ristorante {
     width: 100%;
     font-size: 16px;
     border-radius: 0;
     margin: 0;
     padding: 20px !important;
 }



 .accordion-toggle:first-child {
     border: none;
 }

 .accordion-content {
     padding: 10px 0;
 }

 .accordion-toggle span[class^='icon-'] {
     position: absolute;
     font-size: 27px;
     right: 5px;
     top: 0;
 }

 .icon-minus:before {
     content: "\2013";
 }

 .icon-plus:before {
     content: "+";
 }

 .accordion-toggle span.icon-plus,
 .accordion-toggle span.icon-minus {
     transform-origin: 50% 50%;
     transition: all .5s ease;
 }

 .accordion-toggle span.icon-plus {
     transform: rotate(90deg);
 }

 .pagination_div_ricerca {
     padding: 5px;
     background: #fff;
     border-radius: 2px;
     width: fit-content;
     margin-bottom: 15px;
     display: flex;
 }

 .pagination_div_ricerca .pulsante_ricerca {
     font-weight: 600;
     border-radius: 2px;
     padding: 10px;
     text-transform: uppercase;
     font-size: 14px;
     margin-right: 10px;
     position: relative;
     cursor: pointer;
     display: flex;
     align-items: center;
     line-height: 1
 }

 .pagination_div_ricerca .pulsante_ricerca:last-child {
     margin-right: 0;
 }

 .descrizione_be_standard {
     max-height: 90px;
     font-size: 15px;
     color: #696969;
     text-overflow: ellipsis;
     overflow: hidden;
 }

 .no-padding {
     padding: 0;
 }



 .div_container_content_standard {
     padding: 16px;
     position: relative;
 }

 .div_container_content_standard:first-child:after {
     content: "";
     width: 1px;
     background: #D9E2EC;
     position: absolute;
     top: 25px;
     right: 0;
     bottom: 16px;
 }

 .button_standard_categorie {
     width: 100%;
     height: -webkit-fill-available;
     height: -moz-available;
     padding: 0;
     border: 0;
     margin: 0;
     border-radius: 0;
 }


 .riga_into_categoria {
     padding: 10px;
     border-bottom: solid 1px #e1e1e1;
     display: flex
 }

 .blocks .riga_into_categoria:last-child {
     border: none;
 }

 .riga_after:after {
     top: 0px;
     content: "";
     height: 100%;
     width: 1px;
     background: #e1e1e1;
     position: absolute;
     right: 0;
 }

 .riga_prezzo_categoria {
     padding: 20px;
     font-size: 20px
 }

 .container_prezzi_categoria {
     width: 100%;
     /*display: flex;  place-content: space-between;*/
 }

 .riga_prezzo_box {
     background: #F0F4F8;
     height: 70px;
     width: 100%;
 }

 .div_container_foto {
     background: #000;
     height: 100vh;
     padding: 10px 0;
 }

 .div_container_foto .heightfoto {
     height: calc(98vh - 140px)
 }

 .thumb_foto {
     width: 100px;
     display: inline-block;
     z-index: 1;
     height: 100px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     margin: 5px;
     cursor: pointer;
 }

 .div_interno_categoria {
     padding: 15px;
 }

 .container_scroll_descrizione {
     height: 98vh;
     overflow: auto;
 }

 .no_after:after {
     display: none;
 }

 .riferimento_mobile_dettaglio {
     display: none;
 }

 .riferimento_mobile_dettaglio.riferimento_visibile {
     display: block;
     visibility: visible;
 }

 .riferimento_height {
     display: none;
 }

 .riferimento_height.riferimento_visibile {
     display: block;
     margin-top: 20px;
 }

 .align_center_intoriga {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100%
 }

 .price {
     font-size: 24px
 }

 @media(max-width:992px) {
     .riga_prezzo_categoria {
         padding: 10px 20px;
     }

     .riga_prezzo_categoria .text-center {
         text-align: left !important;
     }

     .container_prezzi_categoria {
         display: block;
     }

     .riga_into_categoria {
         display: block
     }

     .no_after_xs:after {
         display: none;
     }

     .align_center_intoriga {
         display: block
     }

     .riferimento_mobile_dettaglio {
         background: #F0F4F8;
         color: #000;
         border: 1px solid #e1e1e1;
         padding: 15px;
         position: fixed;
         z-index: 12;
         width: calc(100% - 20px);
         left: 10px;
         top: 0
     }

     .riferimento_mobile_dettaglio h2 {
         margin: 0
     }

     .div_container_foto {
         background: transparent;
         height: auto;
         padding: 0;
     }

     .div_container_foto .heightfoto {
         height: 250px
     }

     .div_container_foto .immagineint {
         background-size: cover;
     }

     .rigathumb {
         display: none;
     }

     .div_interno_categoria {
         padding: 15px 0;
     }

     .container_modal_full_screen {
         height: 100vh;
         overflow: auto;
         padding-bottom: 100px;
     }

     .container_scroll_descrizione {
         height: auto;
         overflow: unset;
     }

     .cookie_div {
         height: auto;
     }

     .margin-xs-10-tb {
         margin: 10px 0
     }

     .price {
         font-size: 21px
     }


     .mobile_popup_left {
         left: auto !important;
         right: 0;
     }
 }

 .modal_full_screen {
     position: fixed;
     ;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background: #fff;
     display: none;
 }

 .link_click_be {
     color: #0067db;
     cursor: pointer;
     text-decoration: underline;
     font-size: 14px;
 }

 .box_metri_quadri {
     position: absolute;
     width: auto;
     padding: 0px 10px;
     background: #fff;
     height: 30px;
     line-height: 30px;
     z-index: 10;
     cursor: pointer;
     font-size: 14px;
     right: 0;
 }


 .scroller_offerte .slide_show {
     display: none;
     -webkit-animation-name: fade;
     -webkit-animation-duration: 1.5s;
     animation-name: fade;
     animation-duration: 1.5s;
 }

 .scroller_offerte .slide_show.slide_attiva {
     display: block
 }


 @-webkit-keyframes fade {
     from {
         opacity: .4
     }

     to {
         opacity: 1
     }
 }

 @keyframes fade {
     from {
         opacity: .4
     }

     to {
         opacity: 1
     }
 }

 .scroller_offerte .div_dot_scroller {
     position: absolute;
     top: 10px;
     right: 5px;
     display: inline-flex;
     z-index: 10
 }

 .scroller_offerte .div_dot_scroller .dot_scoller {
     cursor: pointer;
     width: 12px;
     height: 12px;
     background: #FFFFFF;
     border: 1px solid rgba(98, 125, 152, 0.2);
     opacity: 0.7;
     margin: 3px;
     border-radius: 50%;
 }

 .scroller_offerte .div_dot_scroller .dot_scoller.slide_attiva {
     opacity: 1
 }

 .foto_categ iframe {
     height: 100%;
     width: -moz-available;
     width: -webkit-fill-available;
     width: fill-available;
     width: 98%
 }

 .strike {
     position: relative;
     font-size: 14px;
     font-weight: 400;
     color: #71665a;
     overflow: hidden;
     line-height: 1;
 }

 .strike:before {
     position: absolute;
     content: "";
     left: 25%;
     top: 50%;
     right: 0;
     width: 70%;
     border-top: 1px solid #ccc;
     border-color: inherit;

     -webkit-transform: rotate(-30deg);
     -moz-transform: rotate(-30deg);
     -ms-transform: rotate(-30deg);
     -o-transform: rotate(-30deg);
     transform: rotate(-30deg);
 }





 .elemento_sconto .testo_sconto {
     line-height: 20px
 }


 .elemento_servizio_scelto {
     font-size: 12px;
     background: #E6FFE8;
     color: #009C12;
     border: 1px solid rgba(0, 156, 18, 0.2);
     border-radius: 20px;
     height: 20px;
     font-weight: 400;
     padding: 0 6px;
     display: inline-block;
 }

 .elemento_servizio_scelto .testo {
     line-height: 20px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     max-width: 50ch;
 }


 .fs-label-wrap {
     height: 33px !important
 }


 .scegli_partenza {
     box-shadow: 4px 9px 15px rgba(177, 177, 177, 0.38);
     width: 200px;
     min-height: 250px;
     background: #fff;
     position: absolute;
     display: none;
     z-index: 1000;
 }

 .scegli_partenza .scroller {
     height: 200px;
     overflow-y: scroll;
 }

 .scroller .giorno_partenza {
     border-bottom: 1px solid #ccc;
     position: relative;
     cursor: pointer;
     padding: 8px 5px;
     font-size: 13px;
     cursor: pointer;
 }

 .scroller .giorno_partenza:hover {}

 .scegli_partenza .scroller::-webkit-scrollbar {
     width: 4px;
     border-radius: 2px;
 }

 .scegli_partenza .scroller::-webkit-scrollbar-thumb {
     z-index: 1111;
     width: 6px;
     background-color: darkgrey;
     border-radius: 2px;
 }

 /*

div.scegli_partenza:not(.modpleft)::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 5%;
    margin-left: 2px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #f1f1f1;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

div.scegli_partenza:not(.modpleft)::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 5%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}



div.scegli_partenza.modpleft::after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 5%;
    margin-right: 2px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #f1f1f1;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

div.scegli_partenza.modpleft::before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 5%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
*/


 .alloggio_categoria {
     display: inline-block;
     background: #ececec;
     color: #333;
     border: 1px solid rgba(0, 156, 18, 0.2);
     border-radius: 2px;
     font-weight: 400;
     margin: 2px;
     cursor: pointer;
     position: relative;
 }

 .alloggio_categoria .container_alloggio_categoria {
     display: flex;
 }

 /*.alloggio_categoria.selezionato{    background: #E6FFE8; color: #009C12;}*/
 .alloggio_categoria .testo_alloggio {
     margin: auto;
     padding: 0 10px;
     font-size: 12px;
     text-transform: uppercase;
 }

 .alloggio_categoria .testo_alloggio:hover {
     text-decoration: underline;
 }

 .alloggio_categoria .div_foto_alloggio {
     width: 70px;
     position: relative;
     height: 51px;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .alloggio_categoria .alloggio_hover {
     transition: all 0.3s ease 0s;
     transform: translate(-50%, -50%);
     position: absolute;
     top: 50%;
     left: 50%;
     opacity: 0;
 }

 .alloggio_categoria .div_foto_alloggio:hover .alloggio_hover {
     visibility: visible;
     opacity: 1;
 }

 .alloggio_categoria .alloggio_hover i {
     border: 2px solid transparent;
     color: #fff;
     background: #565656ad;
     margin: 0 7px;
     font-size: 15px;

     padding: 5px 5px;

     display: inline-block;
     -webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
     -ms-transition: all 0.2s ease 0s;
     -o-transition: all 0.2s ease 0s;
     transition: all 0.2s ease 0s;
     cursor: pointer;
 }

 .alloggio_categoria .div_check {
     background: #fff;
     font-size: 11px;
     top: 2px;
     right: 2px;
     line-height: 15px;
     width: 15px;
     padding: 0 5px;
     height: 15px;
     border-radius: 50%;
     border: 1px solid #e1e1e1;
     position: absolute;
 }

 .alloggio_categoria.selezionato .div_check {
     color: #009C12;
     width: 35px;
     border-radius: 5px;
     border-color: #009C12;
     text-align: center;
 }

 .alloggio_categoria.selezionato .div_check::before {
     content: 'Sel.';
 }

 .contenitore_alloggi {
     margin: 5px;
     overflow-x: auto;
     white-space: nowrap;
 }


 .contenitore_alloggi::-webkit-scrollbar-thumb {
     z-index: 1111;
     background-color: #a9a9a9;
     border-radius: 2px;
 }

 .scritta_onclick {
     cursor: pointer;
     margin: 0;
     text-decoration: underline;
 }

 .scritta_onclick:hover {
     text-decoration: none;
 }

 .riga_slogan {
     margin-top: 5px
 }

 ;

 .checkbox_div {
     margin: 0;
     width: 25px;
     height: 25px
 }




 /*POPUP ORARI SERVIZI*/
 .contenitore_time_servizio {
     margin: 5px;
     overflow-x: auto;
     white-space: nowrap;
 }

 .servizi_da_impostare {
     background: #e1e1e1;
     color: #333;
     border-radius: 2px;
     padding: 5px;
     margin: 5px 0;
     cursor: pointer;
     position: relative;
     ;
     font-size: 12px
 }

 .contenitore_time_servizio::-webkit-scrollbar-thumb {
     z-index: 1111;
     background-color: #a9a9a9;
     border-radius: 2px;
 }

 .servizi_da_impostare.selezionato {
     background: #2979ff !important;
     color: #fff;
 }

 .container_orari {
     display: none;
     cursor: pointer
 }

 .container_orari.selezionato {
     display: block
 }

 .lista_date {
     display: inline-block;
     background: #ececec;
     color: #333;
     cursor: pointer;
     border: 1px solid rgba(0, 156, 18, 0.2);
     border-radius: 2px;
     font-weight: 400;
     margin: 2px;
     cursor: pointer;
     padding: 5px;
 }

 .lista_date.selezionato {
     background: #2979ff;
     color: #fff;
 }

 .orario_time {
     border-radius: 2px;
     border: 1px solid #e1e1e1;
     margin-bottom: 10px;
     cursor: pointer;
     position: relative;
     background: #fff;
     padding: 5px;
 }

 .orario_time.selezionato {
     background: #61ce3e;
     color: #fff;
 }

 .descrizioni_deposito_cancellation {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     display: block;
     width: 55ch;
 }


 h1,
 h2,
 h3 {
     margin: 10px 0 !important;
 }

 @media(max-width:992px) {
     .xs-margin-10px-tb {
         margin: 10px 0
     }

     .descrizioni_deposito_cancellation {
         width: 40ch;
     }

 }