.shade {
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.i {
  font-style: italic;
}
.center {
  text-align: center;
}
.rel {
  position: relative;
  display: block;
}
.caps {
  text-transform: uppercase;
}
.uc {
  text-transform: uppercase;
}
.hide {
  display: none;
}
.tright {
  text-align: right;
}
.bw {
  filter: url(core/img/filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.nobw {
  filter: none;
  -webkit-filter: none;
}
.row img {
  max-width: 100%;
}
.gradienth {
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}
.carousel-fade .carousel-inner .item {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 3s;
  -webkit-transition-duration: 3s;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
body {
  font-family: 'Playfair Display', serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: justify;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pad-0 {
  padding: 0px !important;
}
.pad-r {
  padding-right: 0px !important;
}
.pad-l {
  padding-left: 0px !important;
}
.upp {
  text-transform: uppercase;
}
.border-left {
  border-left: 1px solid #7a7761;
}
a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: black;
}
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}
b,
strong {
  font-weight: 600 !important;
}
p {
  margin: 0px;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.cookie {
  z-index: 5000;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0px;
  background-color: #7a7761;
  color: white;
  font-size: 12px;
}
.cookie .close_cookie {
  cursor: pointer;
  display: -webkit-inline-box;
  transition: background-color 0.4s ease-in-out;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid white;
  color: white;
  margin-top: 22px;
  padding: 0px 15px;
}
.cookie .close_cookie:hover {
  background-color: white;
  color: black;
}
.cookie a {
  color: white;
}
.cookie a:hover {
  color: ;
}
.cookie p {
  margin: 0px;
}
.notFound {
  padding: 200px 0px;
  text-align: center;
  color: #696969;
}
.notFound h1 {
  color: #696969;
  font-size: 25px;
  font-weight: 400;
}
.notFound h2 {
  font-size: 16px;
  color: #696969;
}
.notFound a {
  font-size: 12px;
  font-weight: 600;
}
.notFound ul {
  padding: 0px;
  text-align: left;
  font-weight: 300;
}
.notFound ul li {
  padding-bottom: 10px;
}
.notFound .btn-default {
  font-weight: 500;
}
.video {
  text-align: center;
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  z-index: 10;
  font-size: 60px;
}
.video .far {
  color: rgba(255,255,255,0.5);
}
header .navbar-fixed-top {
  border: none;
}
header .navbar {
  box-shadow: 0px 0px 4px 0px #a4a4a4cc;
}
header .navbar .cnt-header {
  background-color: #bcb75e;
  color: white;
}
header .navbar .cnt-header .cnt-logo {
  display: block;
  margin: 8px 0px;
}
header .navbar .cnt-header .cnt-logo img {
  float: left;
  max-height: 45px;
  margin-right: 10px;
}
header .navbar .cnt-header .cnt-logo .logo {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: white;
}
header .navbar .cnt-header .cnt-logo .claim-logo {
  font-size: 12px;
  font-weight: 400;
  color: white;
  letter-spacing: 1px;
}
header .navbar .cnt-header .cnt-logo:hover {
  color: white;
}
header .navbar .cnt-header .nav-info {
  margin: 22px 0px;
}
header .navbar .cnt-header .nav-info .nav-lang {
  margin: 0px;
  display: inline-block;
}
header .navbar .cnt-header .nav-info .nav-lang .li-lang {
  text-transform: uppercase;
  float: left;
  cursor: pointer;
}
header .navbar .cnt-header .nav-info .nav-lang .li-lang a {
  border-right: 1px solid rgba(255,255,255,0.7);
  color: rgba(255,255,255,0.7);
  padding: 0px 5px;
  line-height: 14px;
  display: block;
}
header .navbar .cnt-header .nav-info .nav-lang .li-lang a:hover {
  color: #ffffff;
}
header .navbar .cnt-header .nav-info .nav-lang .li-lang:last-child a {
  border-right: 0px solid;
}
header .navbar .cnt-header .nav-info .nav-lang .li-lang a.active {
  color: white;
}
header .navbar .cnt-header .nav-info .nav-icon {
  margin: 0px;
  display: inline-block;
}
header .navbar .cnt-header .nav-info .nav-icon .li-icon {
  float: left;
}
header .navbar .cnt-header .nav-info .nav-icon .li-icon a {
  border-right: 1px solid rgba(255,255,255,0.7);
  color: rgba(255,255,255,0.7);
  padding: 0px 10px;
  line-height: 10px;
  display: block;
}
header .navbar .cnt-header .nav-info .nav-icon .li-icon a:hover {
  color: #ffffff;
}
header .navbar .cnt-header .nav-info .nav-icon .li-icon:last-child a {
  border-right: 0px solid;
}
header .navbar .cnt-nav {
  background-color: rgba(255,255,255,0.9);
}
header .navbar .cnt-nav .navbar-nav {
  width: 100%;
  padding: 0px;
  display: table;
}
header .navbar .cnt-nav .navbar-nav li {
  display: table-cell;
  float: initial;
  padding: 15px 0px;
}
header .navbar .cnt-nav .navbar-nav li a {
  padding: 0px 5px;
  border-right: 1px solid #7e7e7e;
  color: #7e7e7e;
  text-align: center;
  line-height: 12px;
}
header .navbar .cnt-nav .navbar-nav li a:hover {
  color: #a39e44;
  background-color: transparent;
}
header .navbar .cnt-nav .navbar-nav li:last-child a {
  border-right: 0px solid;
}
.parallax-wrap {
  height: 450px;
  overflow: hidden;
  margin-top: 105px;
}
.parallax-wrap .parallax-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  position: relative;
}
#banner {
  height: 500px;
}
#banner .item {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#banner-full {
  height: 85vh;
}
#banner-full .item {
  height: 85vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#banner-booking {
  margin-top: 105px;
  position: relative;
}
#banner-booking .cnt-tab .nav-tab li:hover {
  background-color: #7a7761;
  cursor: inherit;
}
#banner-booking .cnt-tab {
  background-color: #7a7761;
}
#banner-booking .cnt-tab .nav-tab {
  position: relative;
}
#banner-booking .cnt-tab .nav-tab li {
  width: 50%;
}
#video iframe {
  width: 1120px;
  height: 630px;
}
.cnt-tab {
  display: block;
}
.cnt-tab .nav-tab {
  display: table;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0px;
  margin: 0;
}
.cnt-tab .nav-tab li {
  cursor: pointer;
  background-color: #7a7761;
  transition: all 0.2s ease-in-out;
  display: table-cell;
  width: 25%;
  position: relative;
}
.cnt-tab .nav-tab li a {
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 20;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px 0px;
  color: white;
  border-right: 1px solid white;
  padding: 0px 10px 0px 10px;
}
.cnt-tab .nav-tab li:last-child a {
  border-right: 0px solid;
}
.cnt-tab .nav-tab li:hover,
.cnt-tab .nav-tab li.active {
  background-color: #bcb75e;
}
.cnt-tab .nav-tab li:hover .arrow,
.cnt-tab .nav-tab li.active .arrow {
  display: block;
}
.cnt-tab .nav-tab .arrow {
  transition: all 0.2s ease-in-out;
  display: none;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 35px;
  height: 35px;
  background-color: #bcb75e;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#banner-medium {
  height: 600px;
}
#banner-medium .item {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section {
  margin: 50px 0px;
}
.section .title h1 {
  font-size: 40px;
  color: #bcb75e;
  margin-top: 0;
  font-weight: 600;
}
.section .text {
  margin: 50px 0px;
}
#hotels {
  padding-top: 106px;
}
#hotels .logo {
  margin-bottom: 10px;
}
#hotels .cont-logo .cnt-text .text {
  height: 260px;
}
.content {
  padding-bottom: 150px;
  word-wrap: break-word;
}
.content .booking {
  margin: 10px auto;
}
.content .cnt-booking .form-group-btn {
  width: 25% !important;
  font-size: 11px !important;
}
.content .cnt-booking .form-group {
  display: inline-block;
  float: left;
  width: 17%;
  margin: 10px 5px;
  font-size: 12px;
}
.content .cnt-booking .btn-booking {
  margin: 10px 0px;
  color: white;
  background-color: #930018;
  margin: 0px;
  height: 34px;
  border: 1px solid #ccc;
  width: 100%;
}
.content .cnt-line hr {
  border-top: 1px solid #7a7761;
  width: 48%;
  float: left;
}
.content .cnt-line .fas {
  color: #bcb75e;
  font-size: 18px;
  float: left;
  width: 4%;
  text-align: center;
  margin: 12px 0px;
}
.content .block-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 400px;
  padding: 20px;
  position: relative;
  margin: 10px 0px;
}
.content .block-image .border {
  border: 1px solid white;
  width: 400px;
  padding: 10px;
  position: absolute;
  right: 30px;
  top: 30px;
  bottom: 30px;
  width: 400px;
}
.content .block-image .border .block-claim {
  background-color: #bcb75e;
  color: white;
  text-align: center;
  height: 100%;
}
.content .block-image .border .block-claim .text {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 180px;
  width: 280px;
  margin: auto;
}
.content .intro {
  margin: 50px 0px 70px;
}
.content .intro p {
  margin: 0;
}
.content .intro h1 {
  font-size: 20px;
  line-height: auto;
}
.content .intro h2 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}
.content .intro hr {
  border-top: 1px solid #7a7761;
  width: 70%;
}
.content .cnt-section {
  background-color: #bcb75e;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding: 10px 30px;
  margin: 30px 0px 50px;
}
.content .cnt-section h2 {
  margin: 0;
}
.cnt-blocks .block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 415px;
  position: relative;
}
.cnt-blocks .block-xl {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  position: relative;
}
.cnt-blocks .block-xl .fa {
  position: absolute;
  bottom: 20px;
  width: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: white;
  font-size: 30px;
}
.cnt-blocks .shade {
  transition: all 0.2s ease-in-out;
  background-color: rgba(255,255,255,0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cnt-blocks .block-xl:hover .shade {
  background-color: rgba(255,255,255,0);
}
.cnt-blocks .cnt-text {
  height: 415px;
  background-color: #ecead5;
  position: relative;
}
.cnt-blocks .cnt-text .text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 190px;
  width: 410px;
  margin: auto;
}
.cnt-blocks .cnt-text .text .category {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  color: #bcb75e;
}
.cnt-blocks .cnt-text .text .title {
  color: #333;
  font-weight: 200;
  font-size: 18px;
}
.cnt-blocks .cnt-text .text hr {
  width: 60%;
  margin: 10px auto 20px;
  border-top: 1px solid #bcb75e;
}
.cnt-blocks .cnt-text .text .arrow {
  font-size: 30px;
  margin: 20px 0px;
  color: #dedba2;
  transition: all 0.2s ease-in-out;
}
.cnt-blocks .cnt-text:hover .arrow {
  color: #bcb75e;
}
.hbb_contenitore_box_reservation,
.datepick-popup .title-label {
  font-family: 'Playfair Display', serif !important;
  font-weight: 100;
}
.app-booking-engine {
  background-color: transparent;
}
.hbb_button_prenota {
  height: 40px !important;
  background-color: #930018 !important;
  font-weight: 100;
}
.hbb_button_prenota:hover {
  background-color: #6f0012 !important;
}
.migliortariffa {
  height: 40px;
  background-color: #bcb75e;
  font-weight: 100;
  font-size: 14px;
}
.guest-room {
  height: 40px;
  margin-bottom: 0px;
}
.field--icon-left .field__icon {
  margin-bottom: 0px;
  border: 1px solid #ccc;
}
.select-guests-configurator {
  min-width: 485px;
}
.datepick-month {
  padding: 15px 10px 15px;
}
.datepick-popup .title-label {
  font-size: 12px;
}
input[type="button"].guest-sel-button {
  background-color: #930018 !important;
  border: none;
  font-weight: 100;
}
.app-rg-done {
  line-height: 16px;
}
.datepick-popup .datepick-hdr {
  background-color: #7a7761;
}
.bookByHBB {
  margin: 0px 0px 10px;
}
.booking-page {
  padding: 25px 0px;
}
.booking-page .home-be__city,
.booking-page .field--icon-left .field__icon,
.booking-page .home-be__calendar,
.booking-page .home-be__button,
.booking-page .home-be__guests,
.booking-page .home-be__guests--wrap {
  width: 100% !important;
}
.booking-page .home-be__city,
.booking-page .field--icon-left .field__icon,
.booking-page .home-be__button {
  margin-bottom: 15px;
}
.booking-page .hbb_contenitore_box_reservation,
.booking-page .app-booking-engine {
  width: 100%;
  min-width: auto;
  margin: 0px;
  padding: 0px;
}
.booking-page .bookByHBB {
  margin: 10px 0px;
}
.cntH2p {
  padding-bottom: 50px;
}
.page-vivi-il-territorio .intro {
  margin: 50px 0px 30px;
}
.page-vivi-il-territorio .text {
  margin-bottom: 60px;
}
form .fancy {
  color: #7a7761;
}
form .form-group span,
form .privacy span {
  color: #930018;
  font-size: 14px;
}
form .cont-privacy {
  font-size: 11px;
  margin-top: 10px;
}
form .privacy {
  margin-top: 5px;
}
form .form-group {
  margin-bottom: 5px;
}
.page-contatti iframe {
  width: 100%;
  height: 600px;
}
.contact .intro {
  margin: 50px 0px 0px;
}
.contact .intro hr {
  margin: 20px 0px;
  width: 100%;
}
.contact .request {
  padding: 0px 0px;
}
.table-content table {
  width: 100%;
}
.table-content .tr-0 {
  background-color: #bcb75e !important;
  color: white !important;
}
.table-content .tr-0 td:first-child {
  color: white !important;
}
.table-content .tr-0 td {
  border: none !important;
}
.table-content td {
  font-size: 16px;
}
.table-content tr>td:first-child {
  color: #7a7761;
  width: 170px;
}
.privacy-policy {
  margin-top: 150px;
}
footer {
  background-color: #7a7761;
  color: #ecead5;
  padding: 40px 0px 100px;
  font-size: 14px;
}
footer .logo {
  height: 45px;
  margin-bottom: 10px;
}
footer a {
  color: #dedba2;
  opacity: 0.6;
}
footer a:hover {
  color: #dedba2;
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cnt-tab .nav-tab li a {
    font-size: 15px;
  }
  .cnt-blocks .block-xl {
    height: 300px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cnt-tab .nav-tab li a {
    font-size: 11px;
  }
  header .navbar .cnt-header .cnt-logo {
    width: 350px;
    margin: 8px auto;
  }
  header .navbar .cnt-header .nav-info {
    text-align: center;
    margin: 20px 0px 10px;
  }
  .cnt-blocks .block-xl {
    height: 300px;
  }
  .cnt-blocks .block {
    height: 360px;
  }
  .cnt-blocks .cnt-text {
    height: 360px;
  }
  .cnt-blocks .cnt-text .text {
    width: 330px;
  }
  #hotels .cont-logo .cnt-text .text {
    height: 280px;
  }
  #banner-booking {
    margin-top: 145px;
  }
  #banner-booking .cnt-tab .nav-tab li {
    width: 100%;
    display: block;
  }
  #banner-booking .cnt-tab .nav-tab li a {
    font-size: initial;
  }
  .hotel-bettina .btn-default {
    margin-top: 15px;
  }
  .booking-page .home-be__calendar {
    margin-bottom: 0px;
  }
  .page-contatti iframe {
    width: 100%;
    height: 400px;
  }
  .booking-page .hbb_contenitore_box_reservation,
  .booking-page .app-booking-engine {
    margin: auto;
  }
  .second-tab {
    margin: 20px -25px 25px !important;
  }
  .border-left {
    border-left: 0px solid !important;
  }
}
@media (max-width: 767px) {
  header {
    position: relative;
    z-index: 2000;
  }
  header .navbar .cnt-header-mobile {
    background-color: white;
  }
  header .navbar .cnt-header-mobile .nav-info {
    margin: 5px 0px;
  }
  header .navbar .cnt-header-mobile .nav-info .nav-icon .li-icon a,
  header .navbar .cnt-header-mobile .nav-info .nav-lang .li-lang a {
    color: #7a7761;
    border-right: 1px solid #7a7761;
  }
  header .navbar .cnt-header-mobile .nav-info .nav-icon .li-icon a:hover,
  header .navbar .cnt-header-mobile .nav-info .nav-lang .li-lang a:hover {
    color: #5e5b4a;
  }
  .pad-l,
  .pad-r {
    padding: 0px 15px !important;
  }
  #banner-full {
    height: 100vh;
  }
  #banner-medium {
    height: 555px;
  }
  #banner-medium .item {
    height: 555px;
  }
  #video iframe {
    width: initial;
    height: initial;
  }
  .parallax-wrap {
    margin-top: 92px;
    height: 300px;
  }
  .parallax-wrap .parallax-img {
    height: 300px;
  }
  header .navbar {
    background-color: #bcb75e;
    color: white;
  }
  header .navbar .cnt-logo {
    display: block;
    margin: 13px 0px;
  }
  header .navbar .cnt-logo img {
    height: 35px;
  }
  header .navbar .navbar-toggle {
    margin: 10px 0px;
  }
  header .navbar .navbar-collapse {
    border: none;
    height: auto;
  }
  header .navbar .cnt-nav .navbar-nav {
    margin: 10px 0px;
  }
  header .navbar .cnt-nav .navbar-nav li {
    display: initial;
  }
  header .navbar .cnt-nav .navbar-nav li a {
    border-right: none;
    padding: 15px;
  }
  .cnt-tab .nav-tab li {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.4);
  }
  .cnt-tab .nav-tab li a {
    margin: 0px;
    padding: 10px 10px;
  }
  .video {
    bottom: 250px;
  }
  .video .far {
    font-size: 40px;
  }
  .cnt-blocks .block-xl {
    height: 300px;
  }
  .cnt-blocks .block {
    height: 290px;
  }
  .cnt-blocks .cnt-text {
    height: 290px;
  }
  .cnt-blocks .cnt-text .text {
    width: 330px;
  }
  .cnt-blocks .cnt-text .text .title {
    font-size: 16px;
  }
  .cnt-blocks .cnt-text .text .text {
    font-size: 20px;
    margin: 10px 0px;
  }
  .cnt-blocks:first-child .logo {
    margin-top: 25px;
  }
  #hotels {
    margin-top: 50px;
  }
  .page-contatti iframe {
    width: 100%;
    height: 300px;
    margin-top: 92px;
  }
  .content .block-image {
    height: 320px;
  }
  .content .block-image .border {
    width: 280px;
  }
  .content .block-image .border .block-claim .text {
    padding: 0px 10px;
    font-size: 16px;
  }
  .border-left {
    border-left: 0px solid !important;
  }
  #banner-booking {
    margin-top: 92px;
  }
  .second-tab {
    margin: 20px -15px 25px !important;
  }
  #banner-booking .cnt-tab .nav-tab li {
    width: 100%;
    border: none;
  }
  .banner-booking .pad-r {
    padding: initial;
  }
  form .btn-default {
    margin-top: 20px;
  }
}




