html,body{height:100vh;}

body {
font-family: 'Inika', serif;
font-size: 15px;
color: #fff;
  }


h5 {
  font-style: italic;
}

a, a:focus, a:hover, a:active, a:visited {
  color: #ffffff;
  text-decoration: none;
  outline: none;
  background: transparent;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}


hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


textarea {
    box-sizing: border-box;
    resize: none;
}


#container{
width: 80%;
display:block;
margin:auto;
}

.frame_top {
	position: relative; 
   margin-top: 50px; 
   display: flex;
	flex-direction: column;
   min-height: 75%;  /* Fallback for browsers do NOT support vh unit */
	min-height: 75vh; /* These two lines are counted as one :-)       */
	background-size:     cover;                      
	background-repeat:   no-repeat;
}	


.frame_top_content{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
}

#wrapper {
min-height: 100%;
}

.vertical-center {
min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
min-height: 100vh; /* These two lines are counted as one :-)       */
padding-top: 20px;
}
	
.whole_width {
clear: both;
}

/************************************************* home **********************************************************/

#home #content_wrap {
height: 100vh;
}

#home #content {
    
position: absolute;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
color: #f1f1f1;
width: 100%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 60px;
}

/************************************************* footer **********************************************************/

#container_footer 
{
margin-top:50px;
}

#footer 
{
width: 80%;
margin: auto;
padding-top:10px;
text-align: center;
}


/************************************ Images layout ****************************************************/

.img_border {
  	border: 1px solid #fff;
	border-radius: 4px;
}

    
#details_order .img_details_order {
max-width: 100px;
}

#benvenuti .img_benvenuti, #agenda .img_agenda, #soggiorno .img_soggiorno {
max-width: 150px;
}

#rooms .img_rooms, #suites .img_suites, #appts .img_appts, #sejours .img_sejours,
#offers .img_offers, #vouchers .img_vouchers, #suites .img_suites, 
#soggiorni .img_soggiorni, #eventi .img_eventi {
max-width: 200px;
}

  
#room_detailGallery .img_border  {
max-width: 100%;
float:left;
}


#room_detailThumbs .img_border {
display: block;
width: 19%;
margin-left: 2%;
float: left;
margin-bottom: 5px;
cursor: pointer; 
}

/*****************************************logo************************************************/

.show_logo {
	width:80%; 
	height:124px; 
	max-height:124px; 
	 
	position:absolute; 
	top:10px; left:50%; 
	margin-left:-40%; }

/*****************************************button_scroll************************************************/


.scroll {
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    width: 100%;
    left: 0px;
    height: 358px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    padding-bottom: 60px;
}

.scrollbtn {
    position: relative;
    
    background-color: transparent;
	border: 1px solid #FFF;
	
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 210px auto 0px;
    cursor: pointer;
    animation: 2s linear 1s normal none infinite running move;
    line-height: 50px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;
}


.scrollbtn i {

  font-size:30px;
}
   
/*****************************************flags************************************************/


.flag_it a {
    background: transparent url("../images/flags/flag-it.png") no-repeat scroll 0px -22px;
}
.flag_en a {
    background: transparent url("../images/flags/flag-en.png") no-repeat scroll 0px -22px;
}

.flag_de a {
    background: transparent url("../images/flags/flag-de.png") no-repeat scroll 0px -22px;
}

.flag_fr a {
    background: transparent url("../images/flags/flag-fr.png") no-repeat scroll 0px -22px;
}

.flag_it a:hover, .flag_en a:hover, .flag_de a:hover, .flag_fr a:hover {
    background-position: 0px 0px;
}

.sel a {
    background-position: 0px 0px;
}

.flag_it a, .flag_en a, .flag_de a, .flag_fr a {
    float: left;
    text-indent: 5000px;
    margin: 0px;
    padding: 0px;
    width: 22px;
    height: 20px;
    overflow: hidden;
}

/********************************************menu-trigger******************************************/

.menu-trigger,
.menu-trigger:focus {
  width: 24px;
  height: 21px;
  background: none;
  cursor: pointer;
  opacity: 0.85;
  margin: 0;
  outline: none;
  position: absolute;
  right: 10px;
  top: 9px;
 
  font-size: 30px;
  line-height: 1;
}

.menu-trigger:hover {
  opacity: 0.95;
  color: #fff;
}

.menu-trigger:active {
  opacity: 1;
}


/********************************************menu******************************************/


#mm-menu:not( .mm-menu ) {
  display: none;
}

#mm-menu a, #mm-menu span {
  text-transform: uppercase;
}

#mm-menu ul.mm-listview a:hover {
  background: #666666;
  color: #fff;
}

.hspan:hover {
  background: #666666;
  color: #fff;
}

#mm-menu {

background: rgba(255,255,255,0.3);
color: #323232;
}


.mm-menu.mm-right {
    width: 200px;
}


html.mm-right.mm-opening .mm-slideout {
    transform: translate(-200px, 0px);
}

.mm-list {padding:100px 0 0 0;}



/************************************************** buttons *********************************************************/

.btn-green {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.5);
}

.btn-green:hover {
	color: rgba(0, 0, 0, 0.5);
	background-color: #ffffff;
	border-color: #ffffff; 	
}

/**************************************************** box ************************************************************/


.box {

border-radius: 4px;
padding: 5px;
border-width: 1px;
border-style: solid;
background: rgba(255,255,255, 0.3);
color: rgba(0,0,0, 0.8);
border-color: rgba(255,255,255, 0.3);

}



/******************************************************** prices ****************************************************/

.col1 {
width: 400px;
}

.col2, .col3 {
width: 175px;
}


.col4 {
width: 300px;
}

/******************************************************************** Navigation***************************************/

.navigation {
  list-style: none;
  }

.navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px;
  width: 100%;
  list-style: none;
  text-align: center;
}

.navigation li {
  position: relative;
  z-index: 100;
  text-decoration: none;
  width: 30%;
}

.navigation a, .navigation a:visited {
  display: block;
  white-space: nowrap;
}
.navigation a {
  padding: 5px;
  font-size: 13px;
  text-transform: uppercase;
}

.navigation a:hover {
  text-decoration: none;
  color: #fff;
  background: #666666;
  }

/************************************************ benvenuti*************************************************/

#benvenuti article{
width: 80%
}

#benvenuti #benvenuti_bottom ul {
list-style-type: none;
display: inline;
}

#benvenuti #benvenuti_bottom li {
text-align: center;
}

#benvenuti_bottom a {
	padding: 5px;
	text-transform: uppercase;
	}

#benvenuti_bottom > li > a:last-of-type:hover {
  color: rgba(0, 0, 0, 0.5);
  background: #fff;
  }
 
#benvenuti li img{
display: block;
margin: 0 auto
}

/************************************************ grid and rooms navigation******************************************************/

#soggiorni_navigation ul, #room_navigation  ul {
text-align: center;
}

#soggiorni_navigation li, #room_navigation li {
display: inline-block;
background: rgba(255,255,255,0.3);
border: 1px solid rgba(255,255,255,0.3);
padding: 5px;
text-transform: uppercase;
}

#soggiorni_navigation li:hover, #room_navigation li:hover {
background: #fff;
border: 1px solid #fff;
}
  
#soggiorni_navigation li:hover a, #room_navigation li:hover a {
color: rgba(0, 0, 0, 0.5);
 }

#soggiorni_navigation li.selected, #room_navigation li.active {
border: 1px solid #fff;
}
	

	 
 /********************************************** slider rooms/suites/appts ***********************************************************/
 
 .slick-slider {
    margin-bottom: 0;
}
 
 .slick-prev::before , .slick-next::before {
 	font-size: 30px;
 }
 
 .slick-prev {
  left: -35px;
  }
 /********************************************** rooms ***********************************************************/

#rooms article{
width: 80%
}

#rooms .slider_nav {
	text-align: center; 
 }

#rooms .slick-slide img {
    display: inline; 
}

/********************************************** suites ***********************************************************/

#suites article{
width: 80%
}

#suites .slider_nav {
	text-align: center; 
 }

#suites .slick-slide img {
    display: inline; 
}
 /********************************************** appts ***********************************************************/
 
 #appts article{
width: 80%
}

 #appts .slider_nav {
	text-align: center; 
 }
 
  #appts .slick-slide img {
    display: inline; 
}
/**********************************************room***********************************************************/

#room #contact {
  margin-bottom: 10px;
}

#room #price, #room #suggestion {
margin-top: 20px;
}

#room #room_info span{
    display: block;
    }
    
#room #room_info i{
    padding-right: 10px;
    }
    
#room #room_info h3 {
font-size: 15px;
text-transform: uppercase;
margin-top: 0; 
}
  
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal; }

#room .details_list:last-child{
border-bottom: 1px solid #fff;
}

#room .details_list {
border-top: 1px solid #fff;
padding: 10px 0; 
}


#room .details_list ul {
padding-left: 0; 
}
  
#room .details_list li {
list-style: none;
padding: 5px 12px; 
  }

#room .details_list h3 {
text-transform: uppercase;
margin-top: 0; 
}


 /****** Slider *****/
 
 
#room .detailGallery {
  width: 100%;
  margin-bottom: 10px;
  overflow:hidden;
  }

/****** Arrows *****/

#room .slick-prev, #room .slick-next {
	z-index: 1000; 
  }
  
#room .slick-next {
   right: 15px;
}

#room .slick-prev {
   left: 15px;
}

#room .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 0.75; 
  }

/*********************************************sejours******************************************************/


#sejours #sejours_carousel ul {
list-style-type: none;
display: inline;
}

/*********************************************vouchers******************************************************/

#vouchers .slick-slide img {
display: inline; 
}

  
/*********************************************grid_details_offer******************************************************/

#grid_details_offer .productname {
	text-transform: uppercase;
}


/***************************************************process_order******************************************************/

.edit:hover 
{
  background:rgba(0, 0, 0, 0.5);
  color:#fff;
  border: 1px solid #bfbfbf;
}


/****************************************************process_order breadcrumbs *****************************************/

#breadcrumbs u {
	
}

#breadcrumbs li {
display:inline-block;
height: 50px;
text-transform: uppercase;
cursor: pointer;
padding: 15px;
}

#breadcrumbs li a {
background: none;
}

#breadcrumbs li a:link, a:visited {
text-decoration: none;
}

#breadcrumbs li a:hover, a:active {
text-decoration: underline;
}

#breadcrumbs li {
background: rgba(0, 0, 0, 0.3);
}

#breadcrumbs li.selected {
background: rgba(0, 0, 0, 0.7);
}



/*****************************************eventi************************************************************************/

#eventi ul {
list-style-type: none;
display: inline;
}


/*****************************************agenda************************************************************************/


#agenda li{
text-align: center;
}

#agenda .slick-slide img {
    display: inline;
}

/****************************************************************************************************************************
*****************************************LARGE SCREENS************************************************************************
****************************************************************************************************************************/

		
@media only screen and (min-width: 768px) {

body {
background-position:center;
background-size: cover;
background-image:url('../images/home/slide_6.jpg');
}


#soggiorni_navigation li {
width: 20%;
}

#room_navigation li {
width: 12%;
}

#title{
width: 100%;
background: rgba(0, 0, 0, 0.2);
padding-left: 10px;
padding-bottom: 10px;
}

.vignette_top {
   border-radius: 6px;
   position: relative; 
   top: -5px; 
   width: 80%; 
   margin: auto; 
   padding: 5px;
   display: flex;
	flex-direction: column;
	}	

/*********************************************background-images******************************************************/
	
#agenda .frame_top, #benvenuti .frame_top, #contact .frame_top, #dove .frame_top, #eventi .frame_top, #tariffe .frame_top {
background-image:url('../images/home/slide_6.jpg');
}

#appts .frame_top{
background-image:url('../images/home/slide_5.jpg');
}	

#rooms .frame_top{
background-image:url('../images/home/slide_4.jpg');
}	

#suites .frame_top{
background-image:url('../images/home/slide_3.jpg');
}	

#sejours .frame_top, #vouchers .frame_top, #soggiorni .frame_top, #soggiorno .frame_top{
background-image:url('../images/home/slide_2.jpg');
}	

#contact .frame_top{
background-image:url('../images/home/slide_contact.jpg');
}	

#offerte .frame_top{
background-image:url('../images/home/slide_offerte.jpg');
}
/************************************************* home **********************************************************/

#home #myVideo {
position: absolute;
top:5%;
left: 20px;
height: 25%;
border: 2px solid #fff;
border-radius: 6px;
background-color: #fff;
}

/*********************************************menu******************************************************/

.menu-trigger {
z-index: 800;
}

/*****************************************container_menu_left************************************************/

#container_menu_left {

width: 55px;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index:800;

}
	
/*****************************************backToPrevious************************************************/

.backToPrevious {
    position: absolute;
    left: 0px;
    top: 40px;
    padding: 5px;
    width: 50px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px 6px 6px 0px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    text-align:center;
    display:inline-block;
    vertical-align:middle;
}

.backToPrevious a {
    text-decoration: none;
}
	
/*****************************************socialIcons************************************************/

#socialIcons {
    position: absolute;
    left: 0px;
    top: 110px;
    padding: 5px;
    width: 50px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px 6px 6px 0px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    text-align:center;
    display:inline-block;
    vertical-align:middle;
    line-height: 45px;
}

/*********************************************benvenuti******************************************************/


#benvenuti #title, #benvenuti .frame_top_content, #benvenuti_bottom, #benvenuti .btn-green {
    background: rgba(0, 0, 0, 0.2);
    border: rgba(0, 0, 0, 0.2);
}	


.benvenuti_desc p{
	text-align: justify;
}

#benvenuti_bottom {
	margin-top: 30px;
	}
	
/*********************************************rooms******************************************************/

#rooms #title, #rooms .frame_top_content, .rooms_slider_nav, .rooms_slider_for, #rooms .btn-green {
background: rgba(57,50,42, 0.5);
border: rgba(57,50,42, 0.5);
}

#rooms #room_navigation {
    margin-top: 40px;
}

#rooms #room_navigation li {
    background: rgba(17, 17, 17, 0.5);
    border: rgba(17, 17, 17, 0.5);
}

#rooms #room_navigation li:hover {
background: #fff;
border: 1px solid #fff;
}
  
#rooms #room_navigation li:hover a {
    color: rgba(17, 17, 17, 0.5);
 }

#rooms #room_navigation li.active {
border: 1px solid #fff;
}

#rooms .btn-green:hover {
background-color: #ffffff;
}


/***********************************************************suites*******************************************************/
	
	
#suites #title, #suites .frame_top_content, .suites_slider_for, .suites_slider_nav
#suites .btn-green, #suites #grid_banner, #suites #room_navigation li  {
background: rgba(57,50,42, 0.5);
border: rgba(57,50,42, 0.5);
}

#suites #room_navigation {
margin-top: 40px;
}


#suites #room_navigation li:hover {
background: #fff;
border: 1px solid #fff;
}
  
#suites #room_navigation li:hover a {
color:  rgba(57,50,42, 0.5);
 }

#suites #room_navigation li.active {
border: 1px solid #fff;
}

#suites .btn-green:hover {
background-color: #ffffff;
}

.suites_slider_for, .rooms_slider_for{
padding: 10px;
}


/*********************************************appts******************************************************/


#appts #title, #appts .frame_top_content, .appts_slider_nav, #appts .btn-green,#appts #room_navigation li {
background: rgba(57,50,42, 0.5);
border: rgba(57,50,42, 0.5);
}	

#appts #room_navigation {
margin-top: 40px;
}

#appts #room_navigation li:hover {
background: #fff;
border: 1px solid #fff;
}
  
#appts #room_navigation li:hover a {
color: rgba(94,78,44, 0.5);
 }

#appts #room_navigation li.active {
border: 1px solid #fff;
}

#appts .btn-green:hover {
background-color: #ffffff;
}


/***********************************************************room*******************************************************/
	
#room #room_top {	
	border-radius: 6px;
   position: relative; 
   top: -5px; 
   height: 100%;
   margin: auto; 
   margin-top: 50px;
   padding: 5px;
   display: flex;
}

#room #room_info {	
   border-radius: 6px;
   padding: 10px;
   float: right;
   position: relative; 
   top: -15px; 
}

#room .detailGallery {
margin-top: 20%;
}

#room #room_top {	
	background: rgba(231,220,193,0.7);
	border: 1px solid rgba(231,220,193,0.7);
	color: rgba(0, 0, 0, 0.9);
}


#room #room_navigation {
	background: rgba(231,220,193,0.7);
	border: 1px solid rgba(231,220,193,0.7);
}

#room #room_navigation li {
    background: rgba(0, 0, 0, 0.5);
    border: rgba(0,0,0,0.5);
}

#room #room_navigation li:hover {
background: rgba(231,220,193,0.7);
border: 1px solid rgba(231,220,193,0.7);
}
  
#room #room_navigation li:hover a {
color: rgba(0,0,0,0.5);
 }

#room #room_navigation li.active {
background: rgba(231,220,193,0.7);
border: 1px solid rgba(231,220,193,0.7);
}

#room #room_navigation li.active a {
color: rgba(0,0,0,0.5);
 }

#room #room_info {	
	background: rgba(231,220,193,0.7);
	border: 1px solid rgba(231,220,193,0.7);
	color: rgba(0, 0, 0, 0.9);
}	

#room #room_info a {
color: rgba(0, 0, 0, 0.9);
} 

#room #details{
background-color: rgba(255,255,255,0.3);
}
 

/***********************************************************sejours*******************************************************/

#sejours #title, #sejours .frame_top_content, #sejours #container_sejours_carousel, #sejours .btn-green  {
background: rgba(69, 72, 55, 0.5);
border: rgba(69, 72, 55, 0.5);
}

#sejours_carousel li{
text-align: left;
}

#sejours .btn-green:hover {
background-color: #ffffff;
}


/***********************************************************vouchers*******************************************************/

#vouchers #title, #vouchers .frame_top_content, #vouchers #container_vouchers_carousel, #vouchers .btn-green  {
background: rgba(69, 72, 55, 0.5);
border: rgba(69, 72, 55, 0.5);
}


#vouchers #soggiorni_navigation{
margin-top: 50px;
}

#vouchers #soggiorni_navigation li {
background: rgba(69, 72, 55, 0.5);
border: rgba(69, 72, 55, 0.5);
}

#vouchers #soggiorni_navigation li:hover {
background: #fff;
border: 1px solid #fff;
}
  
#vouchers #soggiorni_navigation li:hover a {
color:  rgba(69, 72, 55, 0.5);
 }

#vouchers #soggiorni_navigation li.active {
border: 1px solid #fff;
}

#vouchers .btn-green:hover {
background-color: #ffffff;
}

#vouchers_carousel .slick-dots li{
color: #fff;
}

#vouchers_carousel div{
text-align: left;
}


/***********************************************************process_order*******************************************************/

#process_order {	
	background: rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
   margin-top: 50px;
   padding-top: 20px;
}

#process_order #frame_main{
width: 100%;
overflow: hidden;
}

#process_order #left_column{
float:left;
}

#process_order #right_column{
float:right;
}


#process_order #left_column, #process_order #right_column {
width: 49%;
}

#process_order .img_position{
float: right;
position: relative;
bottom: 48px;
}

#details_payee .btn_continue{
margin-right: 35px;
}

#details_payee .control-label{
text-align: left;
}

/***********************************************************soggiorni*******************************************************/

#soggiorni #title, #soggiorni .frame_top_content, #soggiorni .soggiorni_slider_nav  {
    background: rgba(69, 72, 55, 0.5);
    border: rgba(69, 72, 55, 0.5);
}

#soggiorni #soggiorni_navigation{
margin-top: 50px;
}

#soggiorni #soggiorni_navigation li{
background: rgba(69, 72, 55, 0.5);
border: rgba(69, 72, 55, 0.5);
}

#soggiorni #soggiorni_navigation li:hover {
background: #fff;
border: 1px solid #fff;
}
  
#soggiorni #soggiorni_navigation li:hover a {
color:  rgba(69, 72, 55, 0.5);
}

#soggiorni #soggiorni_navigation li.selected {
border: 1px solid #fff;
}

#soggiorni .btn-green:hover {
background-color: #ffffff;
}

#soggiorni .slick-slide img {
    display: inline; 
}
/***********************************************************soggiorno*******************************************************/

#soggiorno #title, #soggiorno .frame_top_content, #soggiorno #container_soggiorni_navigation,
#soggiorno #soggiorni_navigation li   {
background: rgba(69, 72, 55, 0.5);
border: rgba(69, 72, 55, 0.5);
}


#soggiorno #soggiorni_navigation li:hover {
background: #fff;
border: 1px solid #fff;
}
  
#soggiorno #soggiorni_navigation li:hover a {
color:  rgba(69, 72, 55, 0.5);
}

#soggiorno #soggiorni_navigation li.selected {
border: 1px solid #fff;
}

#soggiorno_img{
margin-top: -50px;
}

#soggiorno_img img{
float:right;
z-index: 100;
}

#soggiorno .btn-green:hover {
background-color: #ffffff;
}

/*********************************************eventi******************************************************/

#eventi #title, #eventi .frame_top_content, #eventi #list_events, #eventi .btn-green {
background: rgba(57,50,42, 0.5);
border: rgba(57,50,42, 0.5);
}

#eventi .btn-green:hover {
background-color: #ffffff;
}


/*********************************************agenda******************************************************/


#agenda li{
height: 280px;
margin: 10px;
}

/*********************************************offerte******************************************************/

#offerte #title, #offerte .frame_top_content, #offerte #offer {
    background: rgba(69, 72, 55, 0.5);
    border: rgba(69, 72, 55, 0.5);
}

#offerte #img_offer{
display:none;}

/***************************************** agenda************************************************************************/

#agenda #title, #agenda .frame_top_content, #agenda .band {
    background: rgba(0, 0, 0, 0.2);
    border: rgba(0, 0, 0, 0.2);
}	


}


/****************************************************************************************************************************
*****************************************SMALL SCREENS************************************************************************
****************************************************************************************************************************/

@media only screen and (max-width: 767px) {

body {
background:rgba(177,184,154,1);
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0;
}

#container{
width: 95%;
}

.frame_top {
margin-top: 10px; 
}

.frame_top_content{
background-color: rgba(0,0,0,0.2);
}


#soggiorni_navigation ul, #room_navigation ul {
padding-left: 0;
}
  
#soggiorni_navigation li, #room_navigation li {
width: 100%;
}

.scroll {
    height: 270px;
 }
/************************************************* home **********************************************************/


#home #content_wrap {
background-position:center;
background-size: cover;
background-image:url('../images/home/slide_6.jpg');
}

#home #myVideo {
display: none;
}

/************************************************* benvenuti **********************************************************/

#benvenuti .img_benvenuti {
max-width: 200px;
}


/******************************************************menu*********************************************************/
	
#mm-menu {

background: rgba(177,184,154,1);
}

		
.menu-trigger {
  color: #fff;
  z-index: 1000;
		}

#menu_left{
display:none
}
 
 
/******************************************************footer*********************************************************/

#footer{
width: 100%;
background-color: rgba(0,0,0,0.2);
}

/******************************************************benvenuti*********************************************************/


#benvenuti_bottom li{
margin-bottom: 10px;
}

#benvenuti_bottom li span{
position: absolute;
top: 50%;
left: 50%;
background: rgba(255,255,255,0.5);
display: flex;
flex-direction: column;
width: 200px;
transform: translate(-50%, -50%);
}

#benvenuti_bottom li span a{
color: rgba(0,0,0,0.9);
}

#benvenuti_bottom li .above{
width: 90%;
margin:auto;
}


#benvenuti_bottom li .under{
display: inline;
width: 202px;
}

/******************************************************appts*********************************************************/

#appts #room_navigation {
    margin-top: 60px;
}

.appts_slick-prev,  .appts_slick-next {
display: none;
}

/******************************************************rooms*********************************************************/

#rooms #room_navigation {
    margin-top: 60px;
}

	
#rooms .slick-prev, #rooms .slick-next {
top: 250px;
 }
 
.rooms_slick-prev,  .rooms_slick-next {
display: none;
}

/******************************************************suites*********************************************************/


#suites #room_navigation {
    margin-top: 60px;
}

.suites_slick-prev,  .suites_slick-next {
display: none;
}

/******************************************************room*********************************************************/

#room #room_top {	
	background: rgba(0,0,0,0.2);
	border: 1px solid rgba(0,0,0,0.2);
}

#room_navigation li {
	padding-top: 10px;
	padding-bottom: 10px;
}

/******************************************************sejours*********************************************************/

#sejours_carousel li{
text-align: center;
}

#sejours_carousel li a.btn{
margin-bottom: 10px;
}

#sejours_carousel li:not(:last-child){
border-bottom: 1px solid #fff;
}

/******************************************************vouchers*********************************************************/

#vouchers_container_soggiorni_navigation {
margin-top: 60px;
}

#vouchers_carousel ul{
list-style-type: none;
display: inline;
}

#vouchers_carousel li{
text-align: center;
}

#vouchers_carousel li a.btn{
margin-bottom: 10px;
} 

#vouchers_carousel li:not(:last-child){
border-bottom: 1px solid #fff;
}
/***************************************************process_order******************************************************/

#process_order #right_column{
margin-top: 50px;
}

#process_order .input-group {
width: 90%;
margin: auto;
}

#process_order .btn_continue {
margin-top: 50px;
}

#process_order #breadcrumbs {
display; none;
}
/******************************************************soggiorni*********************************************************/

#soggiorni #show_soggiorno {
list-style-type: none;
display: inline;
}

#soggiorni #show_soggiorno li{
text-align: center;
}

#soggiorni #show_soggiorno li a.btn{
margin-bottom: 10px;
} 

#soggiorni #show_soggiorno li:not(:last-child){
border-bottom: 1px solid #fff;
}

#soggiorni #frame_bottom {
	margin-top: 60px; 	
	}
/******************************************************soggiorno*********************************************************/


#soggiorno_img{
margin: auto;
width: 80%;
}

#soggiorno_img img{
display: block;margin: 0 auto;
}

#soggiorno #offer, #soggiorno #formule, #soggiorno #container_soggiorni_navigation{
margin-top: 20px;
}
	
/******************************************************eventi*********************************************************/

#eventi h3{
text-align: center;
}

#eventi li img{
display: block;
margin: 0 auto
}

#eventi li p{
width: 222px;
margin: auto;
text-align: justify;
}

#eventi li a{
display:none;
}
/******************************************************agenda********************************************************/

#agenda ul {
list-style-type: none;
display: inline;
}

#agenda li:not(:last-child){
border-bottom: 1px solid #fff;
margin-bottom: 20px;
}

#agenda #frame_bottom {
	margin-top: 60px; 	
	}

/******************************************************offerte*********************************************************/

#img_offer img{
display: block;
margin: 0 auto
}

#offerte #offer, #offerte #formule{
margin-top: 20px;
}
	
}