/* Font family e colore di sfondo */

body {
 background-color: #FFF;
 font-family: Arial;
}

.widget_home_top {
	padding-top:15px;
	text-align:center;
	padding-left:15px;
}

.form-homepage {
	padding-top:10px;
	padding-bottom:10px;
	margin-top:15px; 
	margin-left:15px; 
	background-color:#f4f4f4; 
	border:1px solid #88c541; 
	border-radius:5px;
}

.lbl_login_home {
	color:#88c541; 
	font-weight:bold; 
	font-size:12px;
	padding-top:3px;
	padding-left:5px;
}

.lbl_login_home2 {
	color:#88c541; 
	font-weight:bold; 
	font-size:12px;
	padding-top:3px;
	padding-left:20px;
}


.pls_submit_home {
	color:#88c541; 
	font-weight:bold; 
	font-size:12px;
	padding-top:4px;
	padding-left:0px;
}

.pls_submit_offerte {
	color:#88c541; 
	font-weight:bold; 
	font-size:12px;
	padding-top:3px;
	padding-left:5px;
}

.pls_reg_home {
	color:#88c541; 
	font-weight:bold; 
	font-size:12px;
	padding-top:2px;
	padding-left:15px;
	text-align:center;
}

.lbl_rec_home {
	color:#88c541; 
	font-weight:bold; 
	font-size:12px;
	padding-top:10px;
	padding-left:5px;
}

.lbl_user_home {
	font-weight:bold; 
	font-size:12px;
	padding-top:3px;
	padding-left:5px;
}

.lbl_user_offerte {
	font-weight:bold; 
	font-size:12px;
	padding-top:3px;
	padding-left:5px;
	margin-left:0px;
}

.input-username-home {
	width:98%;
	padding-left:10px;
	color:#88c541;
	font-size:12px;
	border-radius:5px;
	border:1px solid #c8c8c8;
	height:30px;
}

.input-username-ec {
	width:70%;
	padding-left:10px;
	color:#88c541;
	font-size:16px;
	border-radius:15px;
	border:1px solid #c8c8c8;
	height:50px;
}

.invia-ec {
	background-color:#FFF;
	border: 1px solid #88c541;
	border-radius: 15px;
	color:#88c541;
	text-align:center;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 50px;
}


.input-username-offerte {
	width:98%;
	padding-left:10px;
	color:#88c541;
	font-size:12px;
	border-radius:5px;
	border:1px solid #c8c8c8;
	height:41px;
}

#username  { 
	background: #fdfdfd url(../images/home/username.png) no-repeat 97%;
	padding-right:10%; 
}

#p  { 
	background: #fdfdfd url(../images/home/password.png) no-repeat 97%;
	padding-right:10%; 
}

.blog_mobile {
	display:none;
}

.blog_desktop {
	display:block;
}

.pls_contest_estate_2016_l {
	text-align:left;
	padding-left:10px;
}

.pls_contest_estate_2016_r {
	text-align:right;
	padding-left:10px;
}

@media (max-width: 768px) {

	.blog_mobile {
		display:block;
	}

	.blog_desktop {
		display:none;
	}
	
	.widget_home_top {
		padding-top:15px;
		text-align:center;
		padding-left:0px;
	}
	
	.form-homepage {
		padding-top:10px;
		padding-bottom:10px;
		margin-top:15px; 
		margin-left:0px; 
		background-color:#f4f4f4;  
		border:1px solid #88c541; 
		border-radius:5px;
	}
	
	.pls_reg_home {
		color:#88c541; 
		font-weight:bold; 
		font-size:12px;
		padding-top:10px;
		padding-left:5px;
	}
	
	.lbl_rec_home {
		color:#88c541; 
		font-weight:bold; 
		font-size:12px;
		padding-top:18px;
		padding-left:25px;
	}

	.pls_submit_home {
		color:#88c541; 
		font-weight:bold; 
		font-size:12px;
		padding-top:10px;
		padding-left:5px;
	}

	.pls_submit_offerte {
		color:#88c541; 
		font-weight:bold; 
		font-size:12px;
		padding-top:10px;
		padding-left:5px;
	}
	
	.pls_contest_estate_2016_l {
		text-align:center;
		padding-left:10px;
		padding-bottom:10px;
	}

	.pls_contest_estate_2016_r {
		text-align:center;
		padding-left:10px;
		padding-bottom:10px;
	}

}

/* Classe per applicare un margine inferiore */

.margine-bottom {margin-bottom: 20px;}

/* Stili per sovrascrivere e modificare la Navbar di Bootstrap */
.navbar {
  border: none;
}

.navbar-nav {
  margin-top: 0;
}

.navbar-brand {
	width: 100%;
	margin:auto;
	text-align:center;
}

.navbar-default {
 background-color: #fcfcfc;
}

.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid #357ebd;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #357ebd;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #357ebd;
}

.navbar-toggle {
  border-radius: 0;
}

.navbar-default .navbar-toggle {
 border: 1px solid #357ebd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #357ebd;
}

.navbar-default .navbar-collapse {
  border-color: transparent;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #357ebd;
  border-bottom-color: #357ebd;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #357ebd;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

@media screen and (min-width: 768px) {
	 .navbar-default .navbar-nav > li > a {
	  border-bottom: none;
	}
	
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
	  border-top: 2px solid #357ebd;
	  padding-top: 13px;
	}
}

/* Stili per sovrascrivere e modificare i menu dropdown di Bootstrap */

.dropdown-menu {
 padding: 0 0;
 border-radius: 0;
 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
 padding: 7px 10px;
 border-bottom: 1px solid #ccc;
	 color:#000;
}

.dropdown-menu > li {
	 background-color:#FFF;
	 color:#000;
}

/* Flexslider */

.flexslider {
 margin: 0 0 30px; 
 border: 0;
 position: relative; 
 -webkit-border-radius: 0; 
 -moz-border-radius: 0; 
 -o-border-radius: 0; 
 border-radius: 0; 
}
.flex-control-paging li a {
 width: 12px; 
 height: 12px;
 padding: 2px;
 background: #357ebd; 
 cursor: pointer; 
 text-indent: -9999px; 
 -webkit-border-radius: 20px; 
 -moz-border-radius: 20px; 
 -o-border-radius: 20px; 
 border-radius: 20px; 
 box-shadow: none;
}
.slides li {
	position: relative;
}
.flex-caption {
 position: absolute;
 top: 35%;
 right: 8%;
}
.flex-caption-text span {
 display: inline-block;
 font-size: 34px;
 font-weight: bold;
 font-family: Arial;
 margin: 2px 0;
 padding: 0 15px;
 background-color: rgba(53, 126, 189, 0.8);
}

@media screen and (max-width: 767px) {
 	.flex-control-nav, .flex-control-pager, .flex-caption {
		 display: none;
	 }
}

/* Sezione progetti in evidenza */

.box-progetto {
 margin-bottom: 10px;
 padding: 15px;
 background-color: #86b6de;
 -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}
.box-progetto h3, .box-progetto h4 {margin-top: 0;}

/* Stile per sovrascrivere e modificare le immagini thumbnail di Bootstrap */

.thumbnail,
.img-thumbnail {
  border-radius: 0;
  border: 1px solid #bbbbbb;
}

/* Stili per sovrascrivere e modificare i bottoni standard di Bootstrap */

.btn {
  border: 0;
  border-radius: 0;
}
.btn:focus {
  outline: 0;
}


/* Testata */

.header-sezione {
  border-bottom: 2px solid #357ebd;
}
@media screen and (min-width: 768px) {
 .header-sezione {
 margin-left: 0;
 margin-right: 0; 
 }
}
/* Lavoro in evidenza */

.box-lavoro-evidenza {
 margin: 15px 0;
}
.box-lavoro-evidenza h3 {margin-top: 0}

/* Stile per modificare e sovrascrivere i blockquote di Bootstrap */

blockquote {
 border-left: 5px solid #357ebd;
}

/* Pannelli dell'accordion basati sui panel di Bootstrap */

.panel-carousel {
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-carousel-heading {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  font-size: 17.5px;
  font-weight: 500;
  background-color: #357ebd;
  color: #fff;
  border-bottom: 1px solid #dddddd;
}
.panel-carousel-footer {
  margin: 15px -15px -15px;
  padding: 10px 15px;
  background-color: #ecf7ff;
  border-top: 1px solid #dddddd;
}

.panel-carousel-control {
  font-size: 16px;
}
.panel-carousel-control:hover,
.panel-carousel-control:focus {
  text-decoration: none;
}

/* Stili per modificare e sovrascrivere le nav-tab di Bootstrap */

.nav-tabs {
  margin-top: 15px;
  border-bottom: 2px solid #357ebd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  font-size: 14px;
  font-weight: bold;
  margin-right: 2px;
  line-height: 1.428571429;
  border: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border-color: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #357ebd;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}
.tab-content {padding: 15px 0;}

/* Tabelle servizi */

.servizi {
 margin-top: 15px;
 text-align: center;
}
.servizi-titolo {
 background-color: #5cb85c;
}
.servizi-prezzo {
 background-color: #5cb85c;
 color: #fff;
}
.servizi-opzione {
 background-color: #dff0d8;
}
.servizi-footer {
 background-color: #eeeeee;
}

.servizi-portfolio {
 margin-top: 15px;
 text-align: center;
}
.servizi-portfolio-titolo {
 background-color: #5bc0de;
}
.servizi-portfolio-prezzo {
 background-color: #5bc0de;
 color: #fff;
}
.servizi-portfolio-opzione {
 background-color: #a4eaff;
}
.servizi-portfolio-footer {
 background-color: #eeeeee;
}

/* Pulsanti acquisto servizi */

.btn-round-bottom {
 border-bottom-right-radius: 4px;
 border-bottom-left-radius: 4px;
}

/* Footer */


footer a, footer a:hover {color: #FFF;}
#footer-copy {
 padding: 10px 0 0 0;
 border-top: 1px solid #fff;
}


/* Stile per modificare e sovrascrivere l'aspetto degli input di Bootstrap */
.widget-right {
	padding-left:0px;
}

.mobile-form {
	margin-left:0px;
	width:100%;
}

.mobile-form2 {
	margin-left:0px;
	width:100%;
	height:auto;
}

.mobile-form-fr {
	margin-left:0px;
	width:100%;
}

.form-control {
  height: 32px;
  padding: 6px 12px;
  color: #333333;
  border-radius: 0;
}

.form-control-centri {
	height: 50px;
	padding: 6px 18px;
	color:#6d6e6e;
	border-radius: 20px;
	width:100%;
  	margin-left:0px;
	font-size:20px;
	background-color:#f0f0f0;
	border: 0px;
}

.form-control1-submit {
	background:#88c541;
	border-radius: 0px;
	color: #FFF;
	border:0px;
	font-size: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 50px;
	padding-right: 50px;
	font-weight:bold;
}


.form-control1_mobile-submit {
	background:#e2007a;
	border-radius: 0px;
	border:0px;
	color: #ffffff;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width:100%;
}

.form-control1 {
	height: 30px;
	padding: 6px 12px;
	color:#555555;
	border-radius: 5px;
	width:100%;
  	margin-left:0px;
	font-size:12px;
}

.form-control1_mobile {
	height: 40px;
	padding: 6px 12px;
	color:#555555;
	border-radius: 5px;
	width:100%;
  	margin-left:0px;
	font-size:14px;
}


.form-control2-submit {
	background: #b34069;
	background-image: -webkit-linear-gradient(top, #b34069, #7b0d28);
	background-image: -moz-linear-gradient(top, #b34069, #7b0d28);
	background-image: -ms-linear-gradient(top, #b34069, #7b0d28);
	background-image: -o-linear-gradient(top, #b34069, #7b0d28);
	background-image: linear-gradient(to bottom, #b34069, #7b0d28);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0px;
	font-family: Arial;
	color: #ffffff;
	font-weight:bold;
	font-size: 14px;
	padding: 8px;
	border: solid #633338 2px;
	text-decoration: none;
}

.form-control2 {
	height: 30px;
	padding: 6px 12px;
	color:#000000;
	border-radius: 5px;
	width:100%;
  	margin-left:0px;
	font-size:12px;
}

.form-control3 {
	height: 30px;
	padding: 6px 12px;
	color:#363636;
	border-radius: 5px;
  	margin-left:0px;
	font-size:12px;
}

.second_menu {
	display: none;
}

.row_solo_cell {
	display:none;
}

.titolo_news_box {
	padding-top:10px;
}

.img-centro {
	width:100%;
	height:auto;
}

@media (min-width: 768px) {
	.mobile-form-fr {
		margin-left:5px;
		width:28%;
	}

	.widget-right {
		padding-left:15px;
	}

	.mobile-form {
		 margin-left:5px;
		 width:30%;
	}

	.mobile-form2 {
		 margin-left:5px;
		 width:94%;
		 
	}
	
	.mobile-form3 {
		 margin-left:5px;
		 width:50%;
		 
	}
	
	.form-control1 {
		height: 60px;
		padding: 6px 12px;
		color:#000000;
		border-radius: 0px;
		width:100%;
		font-size:18px;
		border:1px solid #cccccc;
		margin:0px;
	}
	
	.form-control2 {
		height: 150px;
		padding: 6px 12px;
		color:#000000;
		border-radius: 0px;
		width:100%;
		font-size:18px;
		border:1px solid #cccccc;
		margin:0px;
	}
	
	.second_menu {
		display: block;
	}
	
	.col-live {
		margin-left: 30px;
	}

	.row_solo_cell {
		display:block;
	}

	.titolo_news_box {
		padding-top: 0px;
	}
	
	.img-centro {
		width:100%;
		height:175px;
	}

	.lbl_user_offerte {
		font-weight:bold; 
		font-size:12px;
		padding-top:3px;
		padding-left:5px;
		margin-left:40px;
	}
	
}
/* Testata portfolio */

.header-portfolio {
 background-color: #5cb85c;
 padding: 10px 15px;
 border-bottom: 2px solid #357ebd;
}

.header-portfolio > h2 {
 margin-bottom: 0;
 margin-top: 0;
 color: #fff;
}

/* Stile per modificare e sovrascrivere l'aspetto il componente Breadcrumb di Bootstrap */

.breadcrumb {
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
}

.breadcrumb > li + li:before {
  color: #fff;
}

.breadcrumb > .active {
  color: #fff;
}



/* Modifica del componente thumbnails per il portfolio */

.portfolio-filtro {margin-top: 15px;}

.portfolio-thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  margin: 15px 0;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #eeeeee;
  border: 1px solid #5cb85c;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.portfolio-thumbnail > img,
.portfolio-thumbnail > a > img,
.portfolio-img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.portfolio-thumbnail:hover,
.portfolio-thumbnail:focus {
  border-color: #357ebd;
}

.portfolio-thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.portfolio-thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* Stili per sovrascrivere e modificare il componente Pagination di Bootstrap */

.pagination > li > a {
  background-color: #5cb85c;
}


.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  color: #999999;
  background-color: #eeeeee;
  border-color: #dddddd;
}


/* Titoli pagina contatti */

.contatti-titoli {
 margin-bottom: 15px;
 border-bottom: 2px solid #357ebd;
 padding-bottom: 10px;
}

/* Stili per sovrascrivere e modificare il componente Accordion/collapse di Bootstrap */

.panel {
  border: 1px solid #dddddd;
  border-radius: 0;
}

.panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-title > a {
  color: #fff;
  text-decoration: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-default > .panel-heading {
  background-color: #5cb85c;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}

.slider_wrapper .main_post_full, #page_slider {
	height: 540px !important;
}

.slider_wrapper_natale .main_post_full_natale, #page_slider_natale {
	height: 970px !important;
}



.flexslider {
  margin-bottom: 10px;
}

.flex-control-nav {
  position: relative;
  bottom: auto;
}

.custom-navigation {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.custom-navigation > * {
  display: table-cell;
}

.custom-navigation > a {
  width: 50px;
}

.custom-navigation .flex-next {
  text-align: right;
}

.slider_wrapper .main_post_full {
    background-size: 1900px;
    background-repeat: no-repeat!important;
}

.slider_wrapper .main_post_full {
    float: left;
    width: 100%;
    height: 750px;
    position: relative;
    background-size: cover;
}

.slider_wrapper_natale .main_post_full_natale {
    float: left;
    width: 100%;
    height: 750px;
    position: relative;
    background-size: cover;
}


#wrapper {
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: auto;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	-webkit-font-smoothing: antialiased;
	left: 0px;
	word-wrap: break-word;
}

body.js_nav #wrapper, body.js_nav .footer_wrapper {
	-webkit-transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
	-moz-transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
	transform: translate3d(70%, 0px, 0px) scale3d(1, 1, 1);
}
.slider_wrapper {
    width: 100%;
    margin: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    background: transparent url(../img/loading.gif) no-repeat center center;
}

#pushbar {
	width:1100px;
	height:23px;
	background-color:#88c541;
	margin-top:10px;
	margin-bottom:10px;
}

.marquee {
	position: relative;
	width: 1080px;
	height: 23px;
	padding: 0;
	overflow: hidden;
	margin-left: 10px;
}

.marquee ul {
	list-style: none;
	padding: 2px 0;
	margin: 0;
}
 
.marquee ul>li {
	float: left;
	width: auto;
	margin-right: 20px;
}

.push {
	font-family:Arial;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
}

@media (min-width: 768px) and (max-width: 1110px) {
	#page_slider.flexslider { max-height: 500px; }
	.slider_wrapper { margin-bottom: 0px; }
	.slider_wrapper .main_post { height: 500px; }
	.slider_wrapper .main_post_full { width: 100%; height: 500px; }
	.slider_wrapper .sub_post { height: 250px; }
	.slider_wrapper .main_post_full .post_title, .ppb_parallax_bg .post_title, .ppb_video_bg .post_title { width: 70%; left: 15%; }
	.slider_wrapper .main_post .post_title h3 { width: 480px; }
	.slider_wrapper .main_post_full .post_title h3, .ppb_parallax_bg .post_title h3, .ppb_video_bg .post_title h3, .ppb_transparent_video_bg .post_title h3 { font-size: 24px; line-height: 30px; margin-top: 10px; margin-bottom: 5px; }
	.slider_wrapper .main_post_full .post_title .post_excerpt { font-size: 14px; }
	.slider_wrapper .sub_post .post_title h4 { width: 206px;font-size: 16px !important; }
	.slider_wrapper .main_post_full .post_title .read_full, .slider_wrapper .main_post_full .post_title .read_full:hover, .slider_wrapper .main_post_full .post_title .read_full:active, .ppb_parallax_bg .post_title .read_full a, .ppb_parallax_bg .post_title .read_full a:hover, .ppb_parallax_bg .post_title .read_full a:active, .ppb_video_bg .post_title .read_full a, .ppb_video_bg .post_title .read_full a:hover, .ppb_video_bg .post_title .read_full a:active { font-size: 16px; }
	.slider_wrapper .main_post_full, #page_slider {
		height: 365px !important;
	}

	.slider_wrapper_natale .main_post_full_natale, #page_slider {
		height: 365px !important;
	}

	.cont_img_mobile {
		text-align:center;
	}

	#pushbar {
		display:none;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	
	#page_slider.flexslider { max-height: 250px; }
	.slider_wrapper { width: 100%; height: 250px; }
	.slider_wrapper .main_post { width: 50%; height: 250px; }
	.slider_wrapper .main_post_full { width: 100%; height: 250px; }
	.slider_wrapper .sub_post { width: 50%; height: 125px; }
	.slider_wrapper .main_post .post_title h3 { width: 95%; font-size: 18px !important; }
	.slider_wrapper .sub_post .post_title h4 { width: 95%; font-size: 13px !important; }
	.slider_wrapper .main_post_full .post_title h3 { width: 95%; font-size: 20px; }
	.slider_wrapper .main_post_full .post_title .post_title_full_wrapper { bottom: 5px; }
	.slider_wrapper .main_post_full .post_title .post_excerpt { display: none; }	
	.slider_wrapper .main_post_full, #page_slider {
		height: 235px !important;
	}

	.slider_wrapper_natale .main_post_full_natale, #page_slider {
		height: 235px !important;
	}

	.cont_img_mobile {
		text-align:center;
	}
	
	#pushbar {
		display:none;
	}


}

@media (max-width: 480px){
	
	#page_slider.flexslider { max-height: 150px; }
	.slider_wrapper { width: 100%; height: auto; }
	.slider_wrapper .main_post { width: 50%; height: 250px; }
	.slider_wrapper .main_post_full { width: 100%; height: 250px; }
	.slider_wrapper .sub_post { width: 50%; height: 125px; }
	.slider_wrapper .main_post .post_title h3 { width: 95%; font-size: 18px !important; }
	.slider_wrapper .sub_post .post_title h4 { width: 95%; font-size: 13px !important; }
	.slider_wrapper .main_post_full .post_title h3 { width: 95%; font-size: 20px; }
	.slider_wrapper .main_post_full .post_title .post_title_full_wrapper { bottom: 5px; }
	.slider_wrapper .main_post_full .post_title .post_excerpt { display: none; }	
	.slider_wrapper .main_post_full, #page_slider {
		height: 150px !important;
	}

	.slider_wrapper_natale .main_post_full_natale, #page_slider {
		height: 255px !important;
	}
	
	.slider_wrapper_natale .main_post_full_natale, #page_slider_natale {
	height: 970px !important;
}


	.cont_img_mobile {
		text-align:center;
	}
	
	#pushbar {
		display:none;
	}
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.menu_trattamenti {
	text-decoration:none;
	color:#000; 
	font-size:14px;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
	border: 1px solid #999999;
	margin: 4px;
}

a.menu_trattamenti_on {
	text-decoration:none;
	color:#FFF; 
	font-size:14px;
	padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
	border: 1px solid #000;
	margin: 4px;
	background-color:#000;
}

a.link_footer {
	color:#FFF;
	text-decoration:none;
}

#form_contatti {
	display: none;
}

#pls_on {
	display:block;
}

#pls_off {
	display:none;
	text-align:center;
}

.titolo_news {
	 color:#535c60;
	 text-decoration:none;
}

a.titolo_news:hover {
	 color:#535c60;
}

.grd_footer {
	background: #82090b;
	background: -moz-linear-gradient(top, #82090b 0%, #88090b 25%, #980a0f 50%, #aa0b10 75%, #b50c10 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #82090b), color-stop(25%, #88090b), color-stop(50%, #980a0f), color-stop(75%, #aa0b10), color-stop(100%, #b50c10));
	background: -webkit-linear-gradient(top, #82090b 0%, #88090b 25%, #980a0f 50%, #aa0b10 75%, #b50c10 100%);
	background: -o-linear-gradient(top, #82090b 0%, #88090b 25%, #980a0f 50%, #aa0b10 75%, #b50c10 100%);
	background: -ms-linear-gradient(top, #82090b 0%, #88090b 25%, #980a0f 50%, #aa0b10 75%, #b50c10 100%);
	background: linear-gradient(to bottom, #82090b 0%, #88090b 25%, #980a0f 50%, #aa0b10 75%, #b50c10 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82090b', endColorstr='#b50c10', GradientType=0 );	
	padding: 0px 15px 15px 15px;
	color: #fff;
}

#cookieChoiceDismiss {
	border-radius:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

.images_11 {
    border: #e6e6e8 solid 5px;
    border-radius: 10px;
}

.images_10 {
    border: #88c541 solid 5px;
    border-radius: 10px;
}

.cell_centro {
	text-decoration:none;
	color:#88c541;
}

a.cell_centro:hover {
	text-decoration:none;
	color:#88c541;
}

a.cell_centro:link {
	text-decoration:none;
	color:#88c541;
}

li.testo1_v {
	margin:5px;
	list-style: none;
}

li.testo1_v:before {
	content: "•"; 
    color: #88c641;
	margin-right: 5px;
}

a.numero_pagine {
	text-decoration:none;
	color:#555555;
}

a.numero_pagine:hover {
	text-decoration:none;
	color:#555555;
}

a.numero_pagine:link {
	text-decoration:none;
	color:#555555;
}

a.numero_pagine_selected {
	text-decoration:none;
	color:#e2007a;
}

a.numero_pagine_selected:hover {
	text-decoration:none;
	color:#e2007a;
}

a.numero_pagine_selected:link {
	text-decoration:none;
	color:#e2007a;
}

#image-preview {
	width: 300px;
	height: 300px;
	overflow: hidden;
	background-color: #ffffff;
	color: #ecf0f1;
	background-image:url(../images/pls-carica-foto-contest.png);
	margin:auto;
	cursor:pointer;
}
.input_foto {
	position: absolute;
	opacity: 0;
	z-index: 10;
	cursor:pointer;

}
/*
label {
	position: absolute;
	z-index: 5;
	opacity: 0.8;
	cursor: pointer;
	width: 300px;
	height: 300px;
	font-size: 20px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	cursor:pointer;
}
*/


.image-uploader {
    position:relative;
  
    &:not(.filled) {
      opacity:0.7;
      cursor:pointer;
      background:#fff;
      box-shadow:5px 5px 0 rgba(0,0,0,0.1) inset;
      &:hover {
        opacity:1;
        .image {
          border:3px dashed #bbb!important;
        }
      }
    }
    &.filled {
      cursor:move;
    }
  
    .image {
      overflow:hidden;
      border:1px solid #aaa;
    }
  
    .image {
      width:150px;
      height:150px;
    }
    
    &.filled label {
      display:none;
    }
    label {
      display:block;
      color:#888;
      font-size:0.9em;
      margin:1em;
      position: absolute;
      top: 0;
      left: 0;
    }
    img {
      border:none;
    }
    #uploader {
      display:none;
    }
    .zoom {
      position: absolute;
      top: 0;
      left: -35px;
      .plus {
        background:url(http://s.cdpn.io/24822/zoom-in.png) center no-repeat;
      }
      .minus {
        background:url(http://s.cdpn.io/24822/zoom-out.png) center no-repeat;
      }
      .close {
        background:url(http://s.cdpn.io/24822/close-widget.png) center no-repeat;
      }
      .plus, .minus, .close {
        cursor:pointer;
        opacity:0.7;
        padding:2px;
        font-size:20px;
        text-align:center;
        width:30px;
        height:30px;
        &:hover {
          opacity:1;
        }
      }
    }
  }

.droppable .image {
  border:2px dashed #ccc!important;
}

#loading_screen {  
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: black;
  color: white;  
  text-align: center;
  padding-top: 100px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.verde {
	color: #88c541;
}

.bianco {
	color: #ffffff;
}


.magento {
	color: #e2007a;
}

.bk_verde {
	background-color: #88c541;
}

.bk_magento {
	background-color: #e2007a;
}


#desc_test::-webkit-scrollbar{
    width:0.8em;
    height:0.8em;
background: #eaeaea;
margin-right: 10px;
}
#desc_test::-webkit-scrollbar:hover{
    background-color:# eaeaea ;
border: none;
}
#desc_test::-webkit-resizer{
    -webkit-border-radius:4px;
    background-color:#ccc;
border: none;
}
#desc_test::-webkit-scrollbar-thumb{
    min-height:0.8em;
    min-width:0.8em;
    -webkit-border-radius:4px;
    background-color: #ccc;
	border: none;
}
#desc_test::-webkit-scrollbar-thumb:hover{
    background-color: #ccc;
border: none;
}
#desc_test::-webkit-scrollbar-thumb:active{
    background-color:#ccc;
border: none;
}

.bottom-banner{
	position:fixed;
	bottom:0px;
	height:60px;
	width:100%;
	background:#e2007a;
	z-index:999999;
}

.top-banner{
	position:fixed;
	top:0px;
	height:100px;
	width:100%;
	background:#ffffff;
	z-index:999999;
	box-shadow: 5px 5px 10px 0px #DFDEE3;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.has-success .form-control-centri {
  background-color: #88c541;
  color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control-centri:focus {
  background-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}


.has-error .form-control-centri {
    background-color: #F00;
	color:#FFF;
}

.form-control-centri-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.has-success .form-control1 {
  background-color: #88c541;
  color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control1:focus {
  background-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}


.has-error .form-control1 {
    background-color: #F00;
	color:#FFF;
}

.form-control1-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

/* preload form */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
	z-index: 1001; /* anything higher than z-index: 1000 of .loader-section */
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section {
 position: fixed;
 top: 0;
 width: 51%;
 height: 100%;
 background: #88c541;
 z-index: 1000;
}
 
#loader-wrapper .loader-section.section-left {
 left: 0;
}
 
#loader-wrapper .loader-section.section-right {
 right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wrapper {
	-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
			transform: translateY(-100%);

	-webkit-transition: all 0.3s 1s ease-out; 
                transition: all 0.3s 1s ease-out;
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
 
    -webkit-transition: all 0.3s 0.3s ease-out; 
            transition: all 0.3s 0.3s ease-out;
}
.loaded #loader {
    opacity: 0;
}

.loaded #loader-wrapper {
    visibility: hidden;
}
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(136,197,65, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  color: #FFF;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  left: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  	.overlay a {
	  font-size: 20px;
	}
  	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
  	}
}

.fadeimg {
	visibility: hidden;
}
.fadeimg.fadein {
	visibility: visible !important;
	-webkit-animation: fade_in_anim 1.2s;
	animation: fade_in_anim 1.2s;
}
@-moz-keyframes fade_in_anim {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-webkit-keyframes fade_in_anim {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
		}
}
@keyframes fade_in_anim {
	0% {
		opacity:0;
		}
	100% {
		opacity:1;
		}
}
