/*
Template Name: SinglePro - Multipurpose Bootstrap HTML5/CSS3 One Page Template
Template URI:http://www.wpfreeware.com/themes/premium/singlepro/
Author: WpFreeware Team
Author URI: https://wrapbootstrap.com/user/wpfreeware
Description: SinglePro - Multipurpose Bootstrap HTML5/CSS3 One Page Template.
Version: 1.0
Tags: light, white, landing page,single page,Multipurpose,custom-colors,Bootstrap,responsive, html5, css3
*/


/* Table of Content
==================================================
	#BASIC TYPOGRAPHY
	#HEADER
	#HOME SECTION
	#MODAL
	#FORM
	#LIST
	#DETAIL PAGE
	#FOOTER
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,html{
  overflow-x:hidden;
}
body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden !important;
  font-size: 18px;
  line-height: 28px;
  text-align: left;}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{text-decoration: underline;}
a:focus, a:hover { 
  outline: none;
  text-decoration: underline;
}

.btnArea {
	margin: 20px auto;
	font-size: 1.4em;
	text-align: left;
	font-weight: bold;
	padding: 80px 0px;
	background: url(../images/defaultGallery/villa-palmira-slider2.jpg) top right no-repeat; 
	background-attachment:fixed;
	position:relative;
	background-size: cover;
}
.btnArea .overlay {
	width: 100%; 
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}
.buttonContent {
	width: 100%;
	position: absolute;  
	top: 50%;  
	left: 50%;  
	-webkit-transform: translate(-50%, -50%);  
	-moz-transform: translate(-50%, -50%); 
	-ms-transform: translate(-50%, -50%);  -o-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%); 
	}
.buttonContent h2 {
	text-shadow: 1px 3px 5px rgba(7, 7, 7, 0.8);
	font-weight: bold;
	}
.buttonContent .btn {
	float: right;
	}
.btn {
	border-radius: 5px;
	padding: 10px;
	font-size: 1em;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	}

.btn .glyphicon {
	float: right;
	margin-left: 10px;
	}

.module {
  width: 95%;
  margin: 0 0 1em 0;
  overflow: hidden;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}

.fl {
	float: left;
	margin-right: 10px;
}
.fr {
	float: right;
	margin-left: 10px;
	}
.tr {text-align: right}
.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}

h1,h2,h3,h4,h5,h6{}

h1 {font-size: 1.6em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}

img{border:none;}

a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Preloader */
#preloader {
/*  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#FFF; /* change if the mask should have another color then white 
  z-index:99999; /* makes sure it stays on top 
*/
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(img/status.GIF); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
}
#slides {
	/*height: 600px !important;*/
	}
.slider_area{
	float: left;
	display: inline;
	width: 100%;
	position: relative;
}
.slider_overlay {
  background: none repeat scroll 0 0 rgba(0,0,0,0.4);
  height: 100%;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

/*===SLIDER NAVIGATIONS==*/

.slides-navigation a {
	width: 100px;
	height: 100px;
}

.slides-navigation .icon-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.slides-navigation a::before,
.slides-navigation a::after,
.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.slides-navigation .icon-wrap::before,
.slides-navigation .icon-wrap::after {
	z-index: 100;
	height: 0;
	background: #fff;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.slides-navigation a::before,
.slides-navigation .icon-wrap::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a.next::before,
.slides-navigation a.next .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.slides-navigation a::after,
.slides-navigation .icon-wrap::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.slides-navigation a.next::after,
.nslides-navigation a.next .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.slides-navigation h3 {
	position: absolute;
	top: 50%;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.85em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.slides-navigation a.prev h3 {
	left: 100%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.slides-navigation a.next h3 {
	right: 100%;
	text-align: right;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}

.slides-navigation a:hover .icon-wrap::before,
.slides-navigation a:hover .icon-wrap::after {
	height: 50%;
}

.slides-navigation a:hover::before,
.slides-navigation a:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

.slides-navigation a.next:hover::before,
.slides-navigation a.next:hover .icon-wrap::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

.slides-navigation a:hover::after,
.slides-navigation a:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

.slides-navigation a.next:hover::after,
.slides-navigation a.next:hover .icon-wrap::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
}

.slides-navigation a:hover h3 {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

/*===SLIDER CAPTION===*/

.slider_caption {
  margin-top: 16%;
  padding: 0 13%;
  position: relative;
  text-align: left;
  z-index: 999;
}
.slider_caption > h2 {
  color: #ffffff;
  font-size: 65px;
  font-weight: 700;
  line-height: 76px;
  margin: 0 auto 10px;
  padding-bottom: 8px;
  text-align: left;
  width: 100%;
  text-shadow: 1px 3px 5px rgba(7, 7, 7, 0.8);
}
.slider_caption>p{
	color: #ffffff;
	font-size: 40px;	
}
.slider_caption>a{		
	margin-top: 30px;	
}
.slider_btn{
	padding: 10px 15px;
	border: 2px solid #fff;
	color: #fff;	
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
}
.slider_btn:hover,.slider_btn:focus{
	text-decoration: none;
	background-color: #FFF;
	
}

.slick-dots {
	bottom: 15px !important;
	top: auto !important;
	}
.slick-dots li {
	margin: 0 1px !important;
	}

.slick-dots li.slick-active button:before {
	color: #A79660 !important;
	opacity: 1;
	}
.slick-dots li button:before {
	color: #FFF !important;
	opacity: 0.75;
	}
.containerMaxi {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1600px;
	}
	
.heading{
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
}
.heading h2 {
	display: inline-block;
	padding: 50px 30px 15px 30px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
.heading.wide {
	text-align: left;	
	}
.heading.wide h2 {
	width: 100%;
	padding-left: 0px;
	}
.heading p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 10px;
}

/*.DESCRIPTION*/
.description {
	margin-top: 40px;
	/*max-width: 80%;*/
	}

.description b {
	}
	
/*--------------------*/
/* HEADER */
/*--------------------*/

#header {
	/*float: left;*/
	display: inline;
	width: 100%;
	position: relative;
}

/*--------.menu_area-------- */
.menu_area{
	position: absolute;
	left:0;
	right: 0;
	top: 0;
}
.navbar-default {
  background-color: #FFF;
}

.contentInfo {
 padding-bottom: 4px;
 height: 35px;
 line-height: 35px;
 font-size: 13px;
}
.contentInfo a {
	text-decoration: none !important;
	}

.contentInfo .info_nav li {
	float: left;
	margin-right: 15px;
	}
.contentInfo .info_nav li i {
 padding-right: 2px;
 padding-top: 2px;
 font-size: 14px;
}
.contentInfo .lingue_nav {
  text-align: right;
}
.contentInfo .lingue_nav li {
  display: inline-block;
}

.contentInfo .lingue_nav li .dropdown-menu {
	right: 0;
	left: auto !important;
	font-size: 1em !important;
	}

.contentInfo .infoCollborazioni {
	margin-top: 10px;
	padding-top: 10px;
	}
#navbar{
	overflow-x: hidden;}
.navbar-header {
	padding-top: 8px;
	padding-bottom: 10px;
	}
.navbar-logo {
	display: block;
	float: left;
	}
.navbar-logo img {
	display: block;
	}
#LogoUfficialeHeader {
	/*margin-left: 30px;*/
	padding-left: 30px;
	}	

#navbar ul {
	margin-top: 50px;
	}	
#navbar li {
	border-right: 1px dotted #CCC;
	}
#navbar li a {
  font-size: 15px;
  text-transform: uppercase;  
  text-decoration: none;
  font-weight: lighter !important;
  padding: 5px 20px !important;
}
.navbar-toggle {
	margin-top: 10px;
	}
.navbar-toggle .icon-bar {
	width: 35px !important;
	height: 4px !important;
	border-radius: 0px !important;
	}
.navbar-collapse.in li {
	font-size: 20px; 
	padding: 10px 0px;
	}
	
.dropdown-toggle {
background-color: transparent !important;
}		

.dropdown-menu  {margin-top: 0px !important;}
.past-main {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.past-main .contentInfo {
  display: none;	
}
.past-main .navbar-logo img {
	width: 250px;
	}
.past-main #navbar ul {
	margin-top: 32px;
	}

/*--------------------*/
/* CONTAINER */
/*--------------------*/

/*--------------------*/
/* HOME SECTION */
/*--------------------*/
.section {
	padding: 30px 0px;
	}
.boxHome {
	padding-top: 20px; 
	padding-bottom: 40px;
	text-align: center !important;
	} 
.boxHome .anteprima {
	width: 100% !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	}
.boxHome a {
	text-decoration: none !important;
	display: block;
	}
.boxHome h1 {
	width: 100% !important;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 1em !important;
	text-transform: uppercase;
	}
.boxHome p {font-size: 0.8em;}
/*--------------------*/
/* MODAL */
/*--------------------*/
.modal-dialog {
	width: 80%;
	max-width: 1500px;
	}
.modal-title {
	font-size: 1.3em;
	font-weight: bold;
	}
.modal-header .close {font-size: 2.5em;
line-height: 0.5;
font-weight: bold;
opacity: 0.8;
}
.modal-header .close:hover {
opacity: 1;
}

.modal-body .container {
	width: 95% important;
	}
/*fine modal*/


/*--------------------*/
/* SLIDER */
/*--------------------*/

#wrapperSlider {
	display: block;
	position: absolute;
	bottom: 35px;
	padding-bottom: 10px;
	z-index: 9;
	width: 100% !important;
	}
#wrapperSlider #aboutUs {
	text-align: right;
	padding: 5px 30px;
	padding-right: 60px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	}
.slick-list {
	width: 50%;
	float: right;
	}
.slickSlider .slide {
	margin: 5px auto !important;
	text-align: right;
	padding-right: 30px;
	margin-bottom: 0px !important;
	padding-top:5px;
	padding-bottom: 5px;
	}
	
.slickSlider .slide p {
	font-size: 1em;
	font-family: 'Kaushan Script', cursive;
	}
#wrapperSlider span {
	font-size: 0.8em;
	font-style: italic;
	}

.slickSliderGallery .slick-list {
	width: 100%;
	margin-right: 0 !important;
	padding: 0px 15px;
	}
.slickSliderGallery .slide  {background-color: tomato}
#wrapperSliderInterno {
	overflow: hidden !important;
	}

#wrapperSliderInterno .slick-list {
	padding: 0px !important;
	}
#wrapperSliderInterno p {
	color: #FFF;
	text-shadow: 1px 3px 5px rgba(7, 7, 7, 0.8);
	font-weight: bold;
	font-size: 2em;
	width: 80%;
	margin-top: 30px;
	margin-left: 2%; 
	}
#wrapperSliderInterno a {
	display: block; 
	height: 100%; 
	width: 100%;
	}
#wrapperSliderInterno .slideInside {
	background: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
	}
/*--------------------*/
/* FORM */
/*--------------------*/
.margcosto{
    margin-top:80px !important;
}

h2.hideSuccess{
    margin-left: 15px;
    margin-right: 15px;
    text-align:center;
}

form h2 {}
form label {
	display: block; 
	font-weight:inherit !important;
	}
form .a-group {
	margin-bottom: 20px;
	}
form input, form textarea { 
    width: 100%;
    padding: 5px;
}
form input[type=radio] {width: 20px; height: 20px;}
form input[type=checkbox] {width: 20px; height: 20px;}

.padd{
    padding-left:0px  !important;
    padding-right:0px  !important;
}

.numerocamere{
    width:8% !important;
    margin-bottom:10px;
    text-align:center;
}

#prezzoPrenota{
    width:auto;
}

/*--------------------*/
/* LIST */
/*--------------------*/

/*--------------------*/
/* DETAIL */
/*--------------------*/
.titoloInside {
	padding: 10px 0px;	
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: bold;
	}

aside h1 {	
	font-size: 1.1em;
	}
aside {padding-left: 50px !important;}
aside .heading h2 {
	font-size: 22px;
	text-align: right;
	padding-right: 0px;
	}
ul.list-group {border: none;}
.list-group-item:first-child, .list-group-item:last-child {border-radius: 0px;}
.list-group-item {border: none;}
.info {line-height: 25px;
}
.well {
	padding-top: 60px;
	font-size: 0.7em;
	}
.well h1 {
	margin-top: 20px;
	text-align: left;
	}
.well ul.list-group {
	text-align: left !important;
	}
.well ul.list-group li {
	padding-left: 0px;
	}
.well ul.list-group li.divider {
	display: none;
	}
.well ul.list-group li.border {
	border: none !important;
	}
.extraInfo {line-height: 25px;}
.extraInfo {
	padding: 15px;
	max-width: 80%;
	margin: 30px 0px;
	}
.description span {font-weight: bolder;}
.extraInfo em {font-style:normal !important;
	}

.allegati .fa {margin-right: 20px;}
.fa.decoration {font-size: 6em;
color: #999;
}

ul.allegati {margin-bottom: 30px;}

.form-control-number {
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.form-ln{
    line-height:50px !important;
}

div .form-group .col-xs-6{
    padding-left:0px !important;
    padding-right:0px !important;
}

.linee{
    border:0.5px solid #ccc;
    margin:0px;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer{
	float: left;
	display: inline;
	width: 100%;
	padding: 25px 0px;
	font-size: 12px;
}
#footer a {text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#contactFeature a {text-decoration: none;}
#contactFeature a:hover {text-decoration: underline;}
#contactFeature{
	position: relative;
	float: left;
	display: block;
	width: 100%;
	padding: 0px;
}
#contactFeature .containerMaxi {
	padding: 25px 15px;
	font-size: 12px;
	}
#contactFeature h2 {
	font-size: 1.1em;
	font-weight:900;
	padding-bottom: 15px;
	}
#linkUl li, #contattiUl li, .widget1 li, .widget2 li
	{
	display: block;
	}
#contattiUl li i, .widget2 li i {
	font-size: 1em;
	}
#contattiUl li span, .widget2 li span {
	text-align: right;
	float: right;
	}
#socialUl li {
	display: inline-block; 
	margin-right: 20px !important;	
	}
#socialUl li i {
	font-size: 2.5em;
	display: block; 
	margin: 0 auto;
	border-radius: 100%;
	padding: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
}
#socialUl a {
	text-decoration: none !important;
	}
.infoCollaborazioni {
	margin-top: 15px;
	padding-top: 15px;
	}
/* ======================= PAGINATION ================================== */
.pagination {
	display: block;
	}
.pager li>a, .pager li>span {
	border-radius: 0px;
}

.thumbnail {
	width: 130px;
	height: 130px;
	margin-top: 15px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	}



/*======================///////////////
			condizioni header, footer, corpo
=====================///////////////////////*/
/* small */
@media (max-width: 767px) {
	nav .containerMaxi {
		padding-left: 0px;
		padding-right: 0px;
		}
	.info_nav {display: none;}
	.navbar-toggle {
	padding: 6px;
	}
	#LogoUfficialeHeader img {
		width: 200px;
		}
	.past-main #LogoUfficialeHeader img {
		width: 160px;
		}
	#navbar li {
	border-right: none;
	}
	/*****************************************/
	
	/****************************************/
	.slides-navigation {
		display: none !important;
		}
	.slider_caption {
		margin-top: 135px !important;
		}
	.slider_caption h2 {
		font-size: 25px;
		}
	.slides-pagination {
		bottom: 0px;
		}
	#wrapperSlider {
		/*display: none;*/
        margin-bottom: 0px;
		padding-bottom: 0px;
		bottom: 2px;
		} 
	.slick-list {
		width: 95%;
		float: none;
		margin: 0 auto;
		font-size: 0.8em;
		margin-bottom: 20px;
		}
	
	.heading h2 {
		font-size: 22px;
		padding-top: 0px;
				}
	aside .heading h2 {font-size: 18px;}
	.buttonContent h2 {font-size: 15px;}
	.buttonContent .btn {float: none;}
	aside {
		padding-left: 15px !important;
		}
	}

    #modalPrenota .modal-header{
        margin-bottom:10px !important;
    }

    .numerocamere{
        width:15% !important;
    }
}

/* medium */
@media (min-width: 768px) and (max-width: 1024px) {	
	nav .containerMaxi {
		padding-left: 0px;
		padding-right: 0px;
		}
	.info_nav {display: none;}
	.navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	.navbar-toggle {
		margin-top: 25px;
		}
	.navbar-collapse ul {
		width: 100%;		
		}
	.navbar-collapse li {
	border-bottom: 2px dotted #DDD; 
	float: none; 
	width: 100%;
	margin: 0 5px;
	}
	
	#navbar li {
	border-right: none;
	}
	/***********************************************/
	
	/***********************************************/
	.slider_caption {margin-top: 170px;}
	.slides-pagination {
		bottom: 0px;
		}
	#wrapperSlider {
		/*display: none;*/
        margin-bottom: 0px;
		padding-bottom: 0px;
		bottom: 2px;
		} 
	.slick-list {
		width: 95%;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
		}
	aside {
		padding-left: 15px !important;
		}
	}


@media (min-width: 1024px){
    .numerocamere{
        width:3% !important;
    }
}

/*forzature stili da formattazione ckeditor */
.description b, .description strong {font-weight: bold;}
.description em {font-style: italic;}
.description ul {margin-left: 20px;}
.description ul li {list-style-type: circle; list-style-position:inside;}
.description ul.allegati {margin-left: 0px;}
.description ul.allegati li {list-style: none;}

.description blockquote {
  border-left: 10px solid #F26A20;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.description blockquote:before {
  color: #F26A20;
  content: '"';
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;  
}
.description blockquote p:first-child {
  display: inline;
}

#messageOK, #messagePrenotaOK {display: none; color: #3c763d !important;}
#btnPrenota {
	display: none;
	}
#modalPrenota .modal-open .modal {
	height: 100% !important;
	overflow: hidden;
	}
#modalPrenota .modal-backdrop {
	height: 100% !important;
	overflow: hidden;
	}
#modalPrenota .modal-dialog {
    height: 90% !important;
    max-height: 90% !important;
    width: 90% !important;
    max-width: 90% !important;
	overflow: hidden;
	}
#modalPrenota .modal-header {
	position: fixed; 
	top: 0; 
	left: 0;
	height:70px;
	width: 100%;
	background-color: #FFF;
	}
#modalPrenota .modal-body {
	position: fixed; 
	overflow-y: scroll;
	margin-top: 69px;
	margin-bottom: 70px;
	width: 100%;
	background-color: #FFF;
	height: calc(100% - 140px);
	left: 0;
	}
#modalPrenota .modal-footer {
	position: fixed; 
	bottom: 0; 
	left: 0;
	height: 70px;
	width: 100%;
	background-color: #FFF;
	}
	                                               
.isVideo {
	width: 60px;
	height: 60px;
	   position: absolute;  
	   top: 40%;  
	   left: 50%;  
	   -webkit-transform: translate(-50%, -50%);  
	   -moz-transform: translate(-50%, -50%); 
	   -ms-transform: translate(-50%, -50%);  
	   -o-transform: translate(-50%, -50%); 
	   transform: translate(-50%, -50%);
	   z-index: 999;
	}
table {
	font-size: 14px !important;
	margin: 15px auto;
	}
table th, table td {
	padding: 2px;
	text-align: center !important;
	}
table td, table th {
	border-bottom: 1px solid #A79660;
	}
aside i, aside b, aside strong {color: #A79660}
h3, h4, h5, h6 {color: #A79660}
#map{
	width: 100%;
	float: left;
	display: inline;
	margin: 20px auto;
}
/*only firefox browser*/
@-moz-document url-prefix() { 
	 #map{
		width: 100%;
		float: left;
		display: inline;
		height: 422px;
	}
}
.dropdown-menu>.active>a {
	background-color: #FFF !important;
	color: #333333 !important;
	}
.dropdown-menu>.active>a:hover {
	color: #A79660 !important;
	}
#zoom {
    position: absolute;
    z-index: 99;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    right: 20px;
    top: 190px;
    text-align: right;
    color: #FFF !important;
    height: auto !important;
    width: auto !important;
}

#boxElettrico {
	margin: 25px 0px;
	background-color: #FDFBF1;
	border: 2px solid #EFE6D0;
	border-radius: 25px;
	text-align: center; 
	padding: 15px;
}
	#boxElettrico h2 {
		padding-top: 5px;
		margin-top: 0px; 
	}
	.tableElettrica {
		width: 100%;
		
	}
		.tableElettrica td {
			text-align: left !important;
		}
	