/* CSS Document */
 body{
	 font-family: 'Karla', sans-serif;
	color:#1D2633;
	background:#eee;
	font-size:18px;
	 overflow-x:hidden;
	/*font-size:19px*/
}
.font-bold {
	font-family: 'Karla', sans-serif;
  font-weight: 700
}
.max-sf {
  max-width: 2000px;
  margin: 0 auto
}
.max-content {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 10px;
  background: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
.pad-top-text {
  padding-top: 25px
}
.no-pad {
  padding: 0
}
.visible {
  visibility: visible!important
}
.txt-purple {
  color: #00993c
}
.pink-button {
  text-align: center;
  display: block;
  color: #fff!important;
  line-height: 42px;
  font-weight: 700;
  border-radius: 25px;
  height: 42px;
  max-width: 224px;
  margin: 0 auto;
  background: #00993c;
}
/* mobile classes */
@media(max-width:991px){
  .menu-ico-container{
    float:right;
    background: #fff !important;
  }
  .menu-ico-container .click span {
    background: #151B28 !important;
  }
}
.logo-mobile{
  max-width: 250px;
  margin: -9px 0px 0px 0px;
}
@media(min-width: 450px){
  .logo-mobile{
    margin: -3px 0px 0px 0px;
  }
}
h1 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 43px;
}

h2{
	font-size:25px;
}
h4 {
  margin-bottom: 0
}
h5 {
  margin-bottom: 0
}
.content-titolo {
  background: #FFC63E;
  position: absolute;
  left: 25px;
  bottom: 25px;
  padding: 15px 15px 15px 15px;
}
.content-titolo-green{
  background-color: #0AC94C !important;
}
.hide {
  display: none;
}
.hideme {
  opacity: 0;
}
.no-padding{
	padding: 0px !important;
}
.divider{
	padding-bottom: 30px;
}
.flt_left {
  float: left;
}
.flt_right {
  float: right;
}
.fullWidth img {
  max-width: 100%;
  text-align: center;
}
.fullWidth.force img {
  width: 100%
}
.rel {
  position: relative;
}
.box_half {
  width: 50%;
}
.box_third {
  width: 33.333%;
}
.box_two_third {
  width: 66.666%;
}
.box_quart {
  width: 25%;
}
.box_three_quart {
  width: 75%;
}
.int_5 {
  margin: 5px;
}
.int_10 {
  margin: 10px;
}
.int_20 {
  margin: 20px;
}
.center {
  margin: 0 auto;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}
.clearfix:after,
.clearfix:before,
.container_12:after,
.container_12:before,
.container_16:after,
.container_16:before {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0
}
.clearfix:after {
  clear: both
}
.clearfix:after,
.clearfix:before,
.container_12:after,
.container_12:before,
.container_16:after,
.container_16:before {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0
}
.clearfix:after {
	clear: both
}
::selection {
	background: #B8861F;
	color: #000;
}
::-moz-selection {
	background:#B8861F;
	color:#000;
}
/* BUTTON */
.pink-btn:hover {
	background: #151B28;
	cursor: pointer
}
.pink-btn{
	text-align: center;
	display: block;
	color: #fff!important;
	line-height: 42px;
	font-weight: 700;
	border-radius: 25px;
	height: 42px;
	max-width: 224px;
	background: #00993c;
}
#pgall input[type=text],
#pgall input[type=password],
#pgall input[type=email],
#pgall input[type=number],
#pgall input[type=tel],
#pgall input[type=image],
#pgall textarea,
#pgall select {
	width: 100%;
	margin:0;
	text-indent: 8px;
	-webkit-appearance:none;
	-moz-appearance:none;
	/*-webkit-border-radius: 0px;
	border-radius: 0px;
	*/
}
#pgall input[type=submit],
#pgall input[type=button],
.btn a,
a.btn {
	width:100%;
	text-align:center;
	cursor:pointer;
	display:block;
	-webkit-appearance:none;
	-moz-appearance:none;
	border: none;
	/*-webkit-border-radius: 0px;
	border-radius: 0px;
	*/
}
#pgall select{
	background-image:url('arr_down.png');
	background-position:97.5%;
	background-repeat:no-repeat;
}
.cb{
	display:none;
}
.container {
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease 
}
a,
input[type="submit"]{
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease 
}
.lista-v{
	list-style-image:url("http://www.energiaspa.eu/source/ico-elenco.png");
	padding:20px;
	padding-left:35px;
}
.lista-v li{
	padding:3px 0px 3px 0px;
}
#pgall .wrapper_form_cont input[type = "text"]{
	height:35px;
}
#pgall .wrapper_form_cont textarea{
	height:102px;
}
#pgall .wrapper_form_cont input[type = "submit"]{
	font-weight:normal;
	background-color:#352D2D;
	border-radius: 0;
	color:#fff;
}
.row_field{
	margin-bottom:10px;
}
.row_fields .form_info_lastminute_textarea {
	border:1px solid #ccc;
}
.height-max img{
	height:100%;
}
@media(min-width:425px){
  .contact-form-container{
    padding: 25px;
    border: 1px solid #ccc;
    background-color: #F3F3F3;
  }
}
#modalContactForm .modal-close{
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 26px;
}
#modalContactForm .privacy{
  display: inline-block;
} 
#modalContactForm .privacy input[type = "checkbox"]{
  float: left;
  margin-left: 10px;
}
@media(max-width:424px){
   #modalContactForm .privacy input[type = "checkbox"]{
    margin-left: 0px;
  } 
}
#modalContactForm .privacy span{
  font-size: 13px;
  display: block;
  float: left;
  max-width: 90%;
  margin-left: 10px;
}
#modalContactForm .label-required-field span{
  font-size: 13px;
  margin-left: 10px;
}
.btn-send {
  text-align: center;
  display: block;
  color: #fff!important;
  line-height: 42px;
  font-weight: 700;
  border-radius: 25px;
  height: 42px;
  max-width: 300px;
  margin: 0px auto 30px auto;
  padding: 0px 40px;
  background: #00993c;
  font-size: 18px;
}
.btn-send:hover {
  background: #151B28;
}

.modal-content{
	overflow-y: auto;
	top: 95px;
}
.modal{
	background-color:rgba(0,0,0,0.5)
}
.modal-footer{
	padding:0
}
@media (min-width: 768px){
	.modal-extended-description .modal-dialog {
		width:60%;
		max-width: 950px;
	}
}
.modal-extended-description .modal-footer {
	padding: 10px 25px;
}
.img-into-modal{
	max-height:365px;
	margin-bottom:25px
}
/* newsletter */
 #pgall #email_min{
	height:122px;
	text-indent:6px !important;
	color:#fff;
	-webkit-appearance:none;
	background-color:#0AABBA;
	border:3px solid #0AABBA!important;
	border-radius:0px;
}
#button_email_min{
	height:122px;
	-webkit-appearance:none;
	background-color:#00993c;
	font-size:23px;
	font-weight:700;
	display:block!important;
	color:#fff;
	text-align:center;
	border:3px solid #00993c!important;
	border-radius:0px;
}
.field_email_min{
	width:50%;
}
.field_button_min{
	width:50%;
}
.link_email{
	font-size:14px;
	color:#151B28 !important;
}
#wrapper_email_min{
	max-width:100%;
}
.newsletter_min_cont_privacy{
	margin-top:10px;
	font-size:13px 
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
/*menu*/
 .sf-sub-indicator{
	 display:none
}
/* menu */
/* animazione icon menu */
 .op_block{
	 cursor:pointer;
}
.click {
	width: 29px;
	height: 25px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.click.open span{
	background:#fff;
}
.menu-ico.open .didascalia{
	color:#fff;
}
.click span {
	display: block;
	position: absolute;
	height: 3px;
	width: 28px;
	background: #FFF;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.click span:nth-of-type(1) {
	top: 0;
}
.click span:nth-of-type(2),.click span:nth-of-type(3) {
	top: 10px;
}
.click span:nth-of-type(4) {
	top: 20px;
}
.click.open span:nth-of-type(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.click.open span:nth-of-type(2) {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
}
.click.open span:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.click.open span:nth-of-type(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.blocco-menu, #root_1992 .level2{
	background:#EEEEEE;
	z-index:99;
	-webkit-backface-visibility: hidden;
	width:100%;
	top: 0px;
	bottom: 0;
	position: fixed;
	box-sizing: content-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,-100%,0);
	-moz-transform: translate3d(0,-100%,0);
	-ms-transform: translate3d(0,-100%,0);
	-o-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	-webkit-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	left: 0;
	overflow-y:auto;
	opacity:0;
	visibility:hidden;
	padding-top:90px 
}
 ul#root_1992 li {
	padding:0;
	width:100%;
}
 ul#root_1992 li a {
	color:#131926;
	line-height:50px;
	font-weight:700;
	font-size:30px;
	width:100%;
	text-align:center;
}
 @media(max-width:465px){
	 ul#root_1992 li a{
		 text-align: left;
		 padding-left: 20px;
	 }
}
 ul#root_1992 li a.cmsCurrentPage,
 ul#root_1992 li a:hover {
 	color: #00993c
 }
 ul#root_1992 .cmsCurrentPageContainerLevel_1>a {
 	color: #00993c
 }
 ul#root_1992 ul#level2 {
 	z-index: 1000;
 	top: 0px;
 	display: block !important;
 	visibility: visible !important;
 	width: 100%;
 	margin: 0px !important;
 	background: #dedede;
 	padding-left: 0
 }
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* *************************************************** */
/****************BEGIN MENU PRODOTTI*********************/
.cont-menu-prodotti {
  position: relative;
}
.cont-menu-prodotti .level2 {
  list-style: none;
  position: absolute;
  right: 123px;
  top: 0;
  width: 420px;
  -webkit-transition-duration: 1.0s;
  -moz-transition-duration: 1.0s;
  -ms-transition-duration: 1.0s;
  transition-duration: 1.0s;
  opacity: 0;
  visibility: hidden;
	font-size: 19px;
}
.cont-menu-prodotti .level2 a:link,
.cont-menu-prodotti .level2 a:active,
.cont-menu-prodotti .level2 a:visited {
  color: #FFFFFF;
  background-color: #00993c;
  display: block;
  text-align: left;
  padding: 5px 20px;
  border-bottom: 1px solid #FFFFFF;
}
/********************************************************/
/* gallery swipe */
.bo_gallery_photoswipe figure {
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 20%;
}
.bo_gallery_photoswipe figure img {
  max-width: 100%;
  padding: 5px;
}
/* css elenco EVENTI */
.elenco-offerte .pulsante img {
  padding-right: 7px;
}
.elenco-offerte .pulsante:hover,
.dett_offerte .pulsante:hover {
  color: #fff !Important;
  background: #2F4055
}
.elenco-offerte h3 a:hover {
  color: #2F4055 !Important;
}
.elenco-offerte h3 a {
  color: #30B1F2;
}
.pulsante:link,
.pulsante:active,
.pulsante:visited,
.pulsante:focus,
.pulsante {
  text-align: center;
  display: block;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}
.elenco-offerte .pulsante,
.dett_offerte .pulsante {
  border: none;
  color: #fff !Important;
  max-width: 250px;
  margin-top: 35px;
  font-size: 16px;
  background-color: #30B1F2;
  border: 1px solid #30B1F2;
  border-radius: 10px
}
.elenco-offerte .pulsante {
  margin: 35px 0 0 0 !important
}
.elenco-offerte .vedo {
  text-align: center;
  color: #D81961;
  font-size: 25px;
  opacity: 0;
  height: 100%;
  width: 100%;
  padding-top: 60px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  background: rgba(255, 255, 255, .9);
  transition: .75s opacity;
}
.elenco-offerte .vedo:hover {
  opacity: .9;
}
.elenco-offerte h3 {
  line-height: 20px;
  font-size: 20px;
  min-height: 50px;
  padding: 7px 0px;
  font-weight: bold;
  margin-top: 0
}
.elenco-offerte .cont {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.elenco-offerte .cont-offerta {
  margin: 25px 0;
  background: #fff
}
.elenco-offerte .sottotitolo {
  padding-bottom: 15px;
  color: #1D2633
}
.elenco-offerte .prezzo {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
.sfondi-price {
  color: #fff;
  text-align: center;
  background: #23B7EF;
  height: 236px;
  padding-top: 35px
}
.elenco-offerte .sfondi-price .pulsante {
  margin: 15px auto !important;
  border: 1px solid #fff!important;
  color: #fff!important;
  max-width: 200px!important
}
.elenco-offerte .sfondi-price .pulsante:hover,
.dett_offerte .pulsante:hover {
  color: #fff !Important;
  background: #133366
}
/* ******************************************************************** */
/* testo centrato */
.text {
  margin: auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-content: center;
  -webkit-align-content: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.text .wrap {
	width: 90%;
  max-width: 90%;
  margin: 0 auto;
}
.spazio-image-sfondo {
  height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.spazio-image-sfondo-left {
  background-position: left top !important;
}
.spazio-testuale {
  height: 650px;
  background-color: #EEEEEE;
  position: relative;
  /*text-align:center*/
}
.spazio-testuale-wide {
  height:auto;
  background-color:#EEEEEE;
  position:relative;
  text-align:left;
  padding: 25px 40px;
}
.spazio-testuale-fluid {
  height: auto;
  background-color: #EEEEEE;
  position: relative;
}
.titoli-blocchi {

  font-size: 25px;
  /* font-weight: 700; */
  /* padding-bottom: 25px; */

width:100%;
  text-align: center;
}
.sottotitoli-blocchi {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
}
.table-modulistica {max-width:600px; margin-top: 40px;}
.table-modulistica th{background-color:#666666; color:#fff; border: 0px !important;}
.table-modulistica th:first-child{border-right:2px solid #fff !important; width:70%}
.table-modulistica td:nth-child(2){text-align: center;}
.table-modulistica a{line-height: 42px;}

.table-guide {max-width:700px; margin-top: 40px; border: 1px solid #ddd;}
.table-guide th{background-color:#666666; color:#fff; border: 0px !important;}
.table-guide th:first-child{border-right:1px solid #fff !important; width:70%}
.table-guide tr.odd{background-color: #ffffff;}
.table-guide tr.even{background-color: #f6f6f6;}
.table-guide td:nth-child(2){text-align: center;}
.table-guide a{line-height: 42px;}
/* ******************************************************************** */
/* css blocchi sito */
#contenuto_264396 {
  background-image: url('assistenza-1.jpg');
}
#contenuto_264399 {
  background-image: url('assistenza-2.jpg');
}
#contenuto_264403 {
  background-image: url('servizi-1.jpg');
}
/* -------------- */
.icone-top {
  height: 123px;
  width: 123px;
  background-position: center 25px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 85px;
  font-size: 16px;
  display: block
}
.icona-top-1 {
  background-image: url('ico-servizi.png');
  background-color: #0071BA
}
.icona-top-2 {
  background-image: url('ico-prodotti.png');
  background-color: #00993c
}
.icona-top-3 {
  background-image: url('ico-assistenza.png');
  background-color: #d00025
}
.icone-top:hover {
  background-color: #131926;
  color: #fff
}
/* +++++++++++++++++++++ */
.prodotti-index {
  position: relative;
  min-height: 355px;
  padding: 25px;
  color: #fff
}
.titolo-prodotti-index {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  padding-top: 10px;
  padding-left:60px;
}
.link-prodotti-index {
  display: block;
  /*width: 135px;*/
  height: 42px;
  line-height: 42px;
  color: #fff!important;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 18px;
}
.link-prodotti-index:hover {
  background: #151B28
}
.absol-link {
  /*position: absolute;*/
  bottom: 25px;
	margin-top:100px;
}
.prodotto-absol-img {
  position: absolute;
  left: 25px;
  top: 10px
}
.prodotto-1-index {
  background: #00993c
}
.prodotto-2-index {
  background: #0071BA
}
.prodotto-3-index {
  background: #0071BA
}
.prodotto-4-index {
  background: #00993c
}
a.white-link,
a.white-link:visited,
a.white-link:focus,
a.white-link:active,
a.white-link {
  color: #fff;
  text-decoration: none; 
}
a.white-link:hover{
  color:#ccc;
}
.full-image-link{
  height: 100%;
  display: block;
}
.fotovoltaico-info-index {
  height: 355px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  /*padding-left: 25px;*/
  color: #fff
}
.fotovoltaico-titolo-index {
  font-size: 50px;
  padding-top: 75px;
  line-height: 1
}
.fotovoltaico-testo-index {
  font-size: 20px;

}
.servizi-info-index {
  height: 455px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding-left: 25px;
  color: #fff
}
.servizi-titolo-index {
  font-size: 50px;
  padding-top: 120px;
  line-height: 1
}
.servizi-testo-index {
  font-size: 22px;
  padding-top: 55px
}
.blocchi-bottom-index {
  height: 410px;
  position: relative;
  padding: 50px;
  color: #fff;
  letter-spacing: 2px
}
.titolo-blocchi-bottom {
  font-weight: 700;
  line-height: 1;
  font-size: 33px;
  padding-top: 10px;
  letter-spacing: 2px
}
.sottotitolo-blocchi-bottom {
  font-weight: 700;
  padding-top: 15px
}
.link-blocchi-bottom {
  text-align: center;
  display: block;
  line-height: 42px;
  font-weight: 700;
  border-radius: 25px;
  height: 42px;
  max-width: 145px;
  background: #fff;
}
.link-blocchi-bottom:hover {
  background: #151B28
}
.link-absol-blocchi-bottom {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 145px;
}
.img-absol-blocchi-bottom {
  position: absolute;
  right: 50px;
  bottom: 50px
}
.margin-blocco-service {
  margin-bottom: 15px;
  padding: 0 10px
}
.blocco-service {
  height: 240px;
  padding: 25px
}
.blocco-service-azzurro {
  background: #0071BA
}
.blocco-service-purple {
  background: #00993c;
}
.blocco-service-orange {
  background: #d00025;
}
.titolo-blocco-service {
  color: #fff;
  font-size: 23px;
  padding-top: 15px;
  padding-bottom: 25px;
  letter-spacing: 2px
}
.testo-blocco-service {
  color: #fff;
  font-size: 18px
}
@media(max-width:767px){
	.row-installazioni>.col-xs-12{
		margin-bottom: 15px;
	}
	#top_video{
		display:none !important;
	}
}
.installazioni-title{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.installazioni-text{
	height: auto;
	background-color: #EEEEEE;
	position: relative;
	padding: 15px 25px;
}
.installazioni-pagination.pagination > .active > a{
	background-color: #0076C3;
	border-color: #0076C3;
}
.row-recensioni-single{
	padding: 5px;
}
@media(max-width:550px){
	.row-recensioni-single{
		display: block;
	}

#top_video{
	display:none !important;
}
}
.recensioni-img{
	padding: 0px;
	margin: 0px;
}
.recensioni-img-carousel{
  background-color: #EEEEEE;
}
.recensioni-img-carousel img{
  max-width: 250px;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  padding: 25px 0px;
}
.recensioni-text{
	height: auto;
	background-color: #EEEEEE;
	position: relative;
	padding: 15px 25px;
}
.recensioni-nome{
	font-size:22px;
	font-weight: bold;
  padding-bottom: 5px;
}
.recensioni-provincia{
	font-size:14px;
	font-weight: bold;
  padding-bottom: 15px;
}
.recensioni-stelle i{
	color: #FEC348;
	font-size:22px;
  padding-bottom: 15px;
}
.pagination > li > a{
	color: #0076C3;
}
#blk_34927{
  /* margin-bottom: 35px; */
  background-color: #EEEEEE;
	padding-top:6em;
	padding-bottom:3em;
}
#blk_34927 .titoli-blocchi{
  padding-top: 25px;
}
#recensioni-carousel .carousel-control{
  width: 0%;
}
#recensioni-carousel .carousel-control.left,
#recensioni-carousel .carousel-control.right{
  background-image: none;
}
#recensioni-carousel .carousel-indicators li{
  border: 1px solid #474747;
}
#recensioni-carousel .carousel-indicators .active{
  background-color: #474747;
}
#recensioni-carousel .recensioni-text{
  padding-top: 40px;
}
.link-dicono-di-noi {
  text-align: center;
  display: block;
  color: #fff!important;
  line-height: 42px;
  font-weight: 700;
  border-radius: 25px;
  height: 42px;
  max-width: 310px;
  margin: 0 auto;
  background: #00993c;
  font-size: 18px;
}
.link-dicono-di-noi:hover {
  background: #151B28;
}

@media(max-width:768px){
  #recensioni-carousel{
    padding-bottom: 40px;
  }


}
/*Header*/
.header-fb-icon i{
  color: #4267B2 !important;
  padding-right: 14px;
  font-size: 25px;
}
/*Footer*/
.row-sponsor h3{
  margin-top: 5px;
  margin-bottom: 15px;
}
.row-sponsor .loghi-sponsor img{
  margin: 0px 30px;
}
@media(min-width:992px){
  .row-sponsor .loghi-sponsor {
    text-align: left;
  }
}
/*IE8.0 Hack!*/

@media \0screen {}
/*IE7.0 Hack!*/

*+html {} *+html {}
/**/

@media (max-width: 767px) {
  body {
    font-size: 16px
  }
  h1 {
    font-size: 25px;
  }
  h4 {
    font-size: 10px !important;
    margin-bottom: 0
  }
  h5 {
    font-size: 10px !important;
    margin-bottom: 0
  }
  .content-titolo {
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 0;
    text-align: center;
  }
  #pgall .col_dx {
    width: 100%;
  }
  #pgall .col_sx {
    width: 100%;
  }
  .field_email_min {
    width: 100%;
  }
  .field_button_min {
    width: 100%;
  }
  .blocco-menu {
    top: 60px;
    padding-top: 0px
  }
  ul#root_1992 ul#level2 {
    padding: 0
  }
  ul#root_1992 li a {
    line-height: 25px;
    font-size: 20px;
    padding: 10px;
  }
  /* gallery swipe */
  .bo_gallery_photoswipe figure {
    width: 50%;
  }
  /* ******************************************************************** */
  .elenco-offerte .cont {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .elenco-offerte .cont-offerta {
    padding-top: 10px;
    text-align: center;
  }
  .elenco-offerte h3 {
    min-height: 1px;
    font-size: 20px;
  }
  .elenco-offerte .pulsante,
  .dett_offerte .pulsante {
    max-width: 260px;
    margin: 15px auto!important;
    line-height: 60px;
  }
  .elenco-offerte .prezzo {
    font-size: 40px;
    line-height: 40px;
  }
  .sfondi-price {
    height: auto;
    padding: 25px 0
  }
  /* css dettaglio offerte/eventi */
  .dett_offerte h1 {
    line-height: 23px !important;
    font-size: 22px !important;
    text-align: center;
  }
  .dett_offerte h2 {
    text-align: center;
  }
  .dett_offerte .sottotitolo {
    line-height: 21px;
    font-size: 21px;
  }
  .dett_offerte {
    text-align: center;
  }
  /* ************************************* */
  .spazio-image-sfondo {
    height: 250px;
  }
  .spazio-testuale {
    height: auto;
    padding: 25px 0
  }
  .titoli-blocchi {
    font-size: 25px
  }
  .servizi-info-index {
    height: auto;
    padding: 25px 5px
  }
  .servizi-titolo-index {
    font-size: 30px;
    padding-top: 0;
  }
  .servizi-testo-index {
    font-size: 18px;
    padding-top: 15px
  }
  .blocchi-bottom-index {
    height: 325px;
    padding: 25px
  }
  .titolo-blocchi-bottom {
    font-weight: 700;
    line-height: 1;
    font-size: 25px;
    padding-top: 10px;
    letter-spacing: 2px;
  }
  .link-absol-blocchi-bottom {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 120px;
  }
  .img-absol-blocchi-bottom {
    position: absolute;
    right: 25px;
    bottom: 25px;
  }
  .titolo-blocco-service {
    font-size: 19px
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #pgall .col_dx {
    width: 100%;
  }
  #pgall .col_sx {
    width: 100%;
  }
  .content-titolo {
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 0;
    text-align: center
  }
  .blocco-menu {
    top: 60px;
    padding-top: 0px
  }
  ul#root_1992 ul#level2 {
    padding: 0
  }
  ul#root_1992 li a {
    line-height: 45px;
    font-size: 20px;
  }
  /* gallery swipe */
  .bo_gallery_photoswipe figure {
    width: 33.3333333%;
  }
  /* ******************************************************************** */
  .elenco-offerte .cont {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .elenco-offerte .cont-offerta {
    padding-top: 20px;
    text-align: center;
  }
  .elenco-offerte h3 {
    min-height: 1px;
  }
  .elenco-offerte .pulsante {
    max-width: 260px;
    margin: 15px auto!important;
  }
  .sfondi-price {
    height: auto;
    padding: 25px 0
  }
  /* css dettaglio offerte/eventi */
  .dett_offerte h1 {
    line-height: 32px !important;
    font-size: 30px !important;
  }
  .dett_offerte .sottotitolo {
    line-height: 23px;
    font-size: 23px;
  }
  /* ************************************* */
  .spazio-image-sfondo {
    height: 450px;
  }
  .spazio-testuale {
    height: auto;
    padding: 25px 0
  }
  .titolo-blocco-service {
    font-size: 19px
  }
  .blocchi-bottom-index {
    height: 320px
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .spazio-image-sfondo {
    height: 550px;
  }
  .spazio-testuale {
    height: 550px;
  }
  .titolo-blocco-service {
    font-size: 20px
  }
}
@media (min-width: 1200px) {
  /*giga*/
}
@media(max-width:1440px){
	p,ul,ol{
		font-size: 16px;
	}
}
ul.fa-bulb-list,
ul.fa-fire-list {
	list-style-type: none;
}
ul.fa-bulb-list li,
ul.fa-fire-list li{
	padding-bottom: 10px;
}
ul.fa-bulb-list li:before,
ul.fa-fire-list li:before{
	font-family: 'FontAwesome';
	margin:0 5px 0 -15px;
}
ul.fa-bulb-list li:before {    
	content: '\f0eb';
}
ul.fa-fire-list li:before {    
	content: '\f06d';
}

.slide-menu,
.blocco-menu.slide-menu,
#menu_1992 .level2.slide-menu,
.cont-menu-prodotti .level2.slide-menu {
	-webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -o-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition-duration: 1.0s;
  -moz-transition-duration: 1.0s;
  -ms-transition-duration: 1.0s;
  transition-duration: 1.0s;
  opacity: 1;
  visibility: visible;
}
/* Gallery Installazioni */
.lg-gallery ul{
	margin-bottom: 0px;
}
.lg-gallery > ul > li a {
	border: 0px;
	border-radius: 0px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.lg-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
	-moz-transition: -moz-transform 0.3s ease-in-out 0s;
	-o-transition: -o-transform 0.3s ease-in-out 0s;
	transition: transform 0.3s ease-in-out 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: auto;
	width: 100%;
}
.lg-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
@media(max-width:991px){
	.lg-toolbar{
		top: 60px !important;
	}
}
@media(max-width:991px) and (min-width:431px){
	.lg-gallery > ul > li a > img {
		zoom: 2;
	}
}
/**
* Accordion
*/
/* Style the element that is used to open and close the accordion class */
div.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px 15px 18px 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom:10px;
  font-size: 22px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
div.accordion.active, div.accordion:hover {
  background-color: #ddd;
}
div.accordion .accordion-title{
  width: 90%;
  display: inline-block;
}
div.accordion .accordion-ico{
  width: 5%;
  display: inline-block;
  margin-top: 5px;
  float: right;
}
/* Font-awesome character for "plus" sign (+) */
div.accordion .accordion-ico .fa-sign:before{
  content: "\f067";
}
/* Font-awesome character for "minus" sign (-) */
div.accordion.active .accordion-ico .fa-sign:before{
  content: "\f068";
}

/* Style the element that is used for the panel class */

div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 0;
  margin-bottom:10px;
}
div.panel.show {
  opacity: 1;
  max-height: 1500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
div.panel ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}
div.panel ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -1em;
  list-style-type: none;
  counter-increment: item;
}
div.panel ol>li:before{
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}
div.panel .subtitle{
  font-weight: bold;
  font-size: 19px;
}
div.panel .inner-panel{
  margin-left: 10px;
}

.video-container iframe{
  width:560px;
  height: 315px;
}
@media(max-width:600px){
  .video-container iframe{
    width:100%;
    height:315px;
  }
}
@media(max-width:450px){
  .video-container iframe{
    width:100%;
    height:220px;
  }
}
@media(max-width:375px){
  .video-container iframe{
    width:100%;
    height:195px;
  }
}


.loader-container {
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(30, 30, 30, 0.99);
	z-index: 9999999;
	text-align:center;
}

.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	margin:auto;
	margin-top:20%;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


.hide-loader{
	display:none;
}

.modal-header .close
{
	margin-top:-25px !important;
}

.modal-header{
	background-color:#00993c !important;
	color:white !important;
}

.modal-lg
{
	width:90% !important;;
}

.modal-content{
	top:inherit !important;
}

.bg-red{
	background-color:#d00025 !important;
	color:white !important;
}

.bg-steps{
background-color: rgba(30, 30, 30, 0.1);
  text-align:center;
  position: absolute;
  bottom: 0;
  padding:15px;
	background-color: #008c47;
	opacity: 0.9;
  font-size:19px !important;
  /* padding-left:20px; */
  
}
