/*HOTEL SCAPOLATIELLO BOL*/
@import url(https://fonts.googleapis.com/css?family=Abril+Fatface);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700);

@font-face {
    font-family: 'AleoLightItalic';
    src: url('/fonts/aleo-lightitalic.eot');
    src: url('/fonts/aleo-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/aleo-lightitalic.woff2') format('woff2'),
         url('/fonts/aleo-lightitalic.woff') format('woff'),
         url('/fonts/aleo-lightitalic.ttf') format('truetype'),
         url('/fonts/aleo-lightitalic.svg#aleolightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

.section-hero{
	width: 100%;
    position: absolute;
    z-index: 1000;
    text-align: center;
    top: 37%;}
	
.section-hero.home{ top:43%;}

.section-hero.fixed{ position:fixed; top:0 !important;}	
.section-hero.fixed .hero-text{ display:none}
.section-hero.fixed .destinations-form{ text-align: left; margin-left:-8px;}
  
.hero-box .hero-text{
  font-family:'Abril Fatface',Sans-Serif;
  /*letter-spacing: 0.08em;*/
  font-size: 60px;
  line-height: 1em;
  margin: 0 0 30px;
  text-transform: uppercase;
  line-height: 1em;
  color: #ffffff;}
  
.hero-box button{
	color:#fff;
	background:rgba(168, 40, 46, 0.8);
	font-family: 'AleoRegular',Sans-Serif;
	font-style: normal;
	font-size: 1.5em;
	text-align: center;
	text-transform: none;
	padding: .5em 2em;}

/*.hero-box button .caret-right{ border-left-color:#fff; margin: 9px 0 0 5px;}
.hero-box button:hover, .hero-box button:focus{ color:#fff}
#app{ background: none !important; }

.view-wrapper{ background:none !important}
.no-rooms{ margin:20px auto !important}
.no-rooms h2,.no-rooms small{ color:red !important}
.room-info-wrapper .room-info-container .close{ opacity:1 !important}

table th,table td,.room-description,.short-desc,.description,.paynow-button .cta{ font-size:1.2rem !important}
*/

.drop-element {
    z-index: 99999!important;
}
.drop-element, .drop-element *, .drop-element:after, .drop-element :after, .drop-element:before, .drop-element :before{ margin-right:0; margin-left:0}

.booking-engine-wrapper{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  overflow-y: auto;
  display: none;
  opacity: 0;
  font-size:15px !important; 
  line-height: 24px !important;}
  
.booking-engine-wrapper #app{
  width: 90%;
  height: 95%;
  margin: 0 auto;
  margin-top: 2.5%;
  -webkit-transform: scale(0.7);
   -moz-transform: scale(0.7);
   -ms-transform: scale(0.7);
   transform: scale(0.7);
   opacity: 0;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
}

.pac-container{
  z-index: 99999!important;
}
.booking-engine-wrapper #app.visible{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.booking-engine-wrapper #app .eh-header{
  display: none;
}

.booking-engine-wrapper .bol-close{
  color: #FFF;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 15px;
  cursor: pointer;
  font-size:15px;
}

.destinations-form .form-submit{
  position: static;
  margin: 0 auto;
  border-radius: 3px!important;
}
.destinations-form{
  text-align: center;
}


#app {
    font-family: 'Montserrat' ,sans-serif !important
}
.erm-search-bar .room-selected-bar a.edit-trip {
    color: #f1c933 !important;
}

.calendar-wrapper{ width:inherit !important}



/*@media (max-width: 768px) {
  .hero-box .hero-text h1 {
    font-size: 36px;
  }
}


.el-popover{
  z-index: 99999!important;
}

.booking-engine-wrapper #app .hotel-hero{
  height: 60px;
  background-image: none!important;
}

.booking-engine-wrapper #app .hotel-hero .overlay{
  background: none;
}

.booking-engine-wrapper #app .hotel-hero .booking-bar>.item .rollup{
  color: #FFF;
}

.booking-engine-wrapper #app .el-step__title.is-process{
  color: #FFF;
  opacity: 1;
}

.booking-engine-wrapper #app .el-step__description.is-process{
  color: #f5f5f5;
  opacity: 1;
}

.booking-engine-wrapper #app .el-step__title{
  color: #FFF;
  opacity: 0.8;
}

.booking-engine-wrapper #app .el-step__description{
  color: #f5f5f5;
  opacity: 0.8;
}

.booking-engine-wrapper #app .el-step__head.is-text.is-process {
	color: #fff;
	background-color: #1565c0;
	border-color: #1565c0;
}

.booking-engine-wrapper #app .el-step__head.is-text.is-wait{
  color: #c0ccda;
  background-color: #c0ccda;
  border-color: #c0ccda;
  color: #818181;
}

.voucher-wrapper .voucher-container{
background: #FFF;
padding: 1em;
border-radius: 3px;
}

.booking-engine-wrapper #app .services-wrapper {
	width: 70%;
	max-width: 1000px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 3px;
	padding: 1em;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.8);
}

.booking-engine-wrapper #app .checkout-wrapper{
  background: #FFF;
  padding: 1em;
  border-radius: 3px;
  width: 80%;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.8);
}

.btn.btn-special:not(.no-icon)::before{
  content: '';
}

@media screen and (min-width: 320px) and (max-width: 780px) {
  .booking-engine-wrapper #app .checkout-wrapper {
	width: 100%;
  }
  .booking-engine-wrapper #app .room-container .room-wrapper{
	width: 100%;
  }
  .booking-engine-wrapper #app .view-wrapper{
	padding-top: 170px;
  }
  .section-hero{ top:18%;}
  .hero-box .hero-text{font-size: 36px;}

}

@media screen and (min-width: 992px) and (max-width: 1024px){
	.section-hero{ top:20%;}
}