.maiuscolo {text-transform:uppercase}
.giustificato {text-align:justify}
.maxWSlideHome {max-width:700px;}
.borderColorW { border:#FFF 4px solid;}
.borderRadius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.greenTxt {color: #27A71D}
.red-color {color:#C3070A}


.customImg {
	border:#FFF 4px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.20);
}

.clearAll {clear:both}
/*Ombra testi*/
.ombra {text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);}
/*Istruzioni per immagini*/
.responsiveImg {width:100%; height: auto}
.marginTopZero {padding-top:0; margin-top:0}
.no-result {font-size:14px; color:#9D1D1C; margin:0 auto; text-align:center !important; width:100%;}
.BorderRadius {-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
.ShodowImg {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.imgNoFound {max-width:200px; height:auto; margin:10px auto}
.bg-promo { background:url(../images/parallax-bg-1.jpg) no-repeat; background-position:top left; background-size:cover}
.bg-B1 { background:url(../images/parallax-bg-2.jpg) no-repeat; background-position:top left; background-size:cover}
.bg-B2 { background:url(../images/parallax-bg-3.jpg) no-repeat; background-position:top left; background-size:cover}
.text-contentH {position: absolute; z-index: 10; top:50%; left:50%; min-width:250px; width:50%; font-weight:bold}
.text-position-rightH {top: 50%; transform: translateY(-50%); right: 60px;}
.text-position-leftH {top: 50%; transform: translateY(-50%); left: 90px;}
.text-whatapp {color: #27b83f;font-size: 35px;font-weight: 400;line-height: 1.1;margin: 0;text-shadow: 0 0 11px #ffffff;text-transform: capitalize;}
.telephone {color: #fff;font-size: 28px;font-weight: 400;line-height: 1.4;}

@media only screen and (min-width: 780px) and (max-width: 900px) {
	.ImgBrand {margin:0 auto 0 -25px; max-width:300px; height:auto}
	.g-recaptcha {
    	transform:scale(0.77);
    	transform-origin:0 0;
	}
}

/* adatto classe bootstrap a condizioni minime risoluzione */
@media only screen and (min-width: 250px) and (max-width: 600px) {
	.ImgBrand {margin:0 auto 0 -35px; max-width:300px; height:auto}
	.g-recaptcha {
    	transform:scale(0.60);
    	transform-origin:0 0;
	}

}
/* Video container */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	width:100%;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* Fine Video container */
/*contatti*/ 
.g-recaptcha {
    transform:scale(0.77);
    transform-origin:0 0;
}
.evidenzia {
   -moz-box-shadow:-1px 0px 5px 0px #fff;
   -webkit-box-shadow:-1px 0px 5px 0px #fff;
    box-shadow:-1px 0px 5px 0px #fff;
	border-top: #BC5A86 1px solid;
}
.alert_msg_top_def {
	position:relative;
	margin:0 auto 10px;
	padding:5px;
	width:100%;
	text-align:center; 
	font-size:13px;
	color:#9D1D1C;
	border:#ccc 1px dotted;
	background: none;
}
.alert_msg_no_margin {
	position:relative;
	margin:0 0 10px 0;
	padding:10px;
	max-width:90%;
	text-align:left;
	font-size:11px;
	color:#333;
	border:#ccc 1px dotted;
	background: none;
}
.alert_msg_no_margin span {
	color:#BC5A86; font-size:12px
}
.alert_msg_margin_auto {
	position:relative;
	margin:0 auto 10px auto;
	padding:5px;
	max-width:90%;
	font-size:11px;
	color:#333;
	/*border:#ccc 1px dotted;*/
	background: none;
}
.msg_newsletter {
	width:80%; 
	margin:20px auto;
	text-align:center; 
	padding:10px; 
	border:#999 thin dotted; 
	background: url(../images/bg_n.png) repeat; 
	margin-bottom:10px;
	color:#FFFFFF;
	border-radius: 5px;
    -moz-border-radius: 5px; /* firefox */
    -webkit-border-radius: 5px; /* safari, chrome */
}
.msg_newsletter img {
	margin:0 auto;
}
.alert_msg_margin_auto span {
	color:#BC5A86; font-size:12px
}
/*fine contatti*/

/*Button return to top*/
#myTBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color:#1FD01D; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myTBtn:hover {
    background-color: rgba(93,171,236,1.00); /* Add a dark-grey background on hover */
	-webkit-box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.10);
}

.panel-body ul { list-style:circle}
.panel-body li { list-style:circle}

.replyAdmin {
	border:none !important; 
	margin-top:25px; 
	background:rgba(225,225,225,0.60); 
	padding:8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.stars ul {
	list-style:none
}

.stars li {
	list-style:none;
	float:left;
	text-align:center !important;
	margin:5px;
	padding:5px;
}

.stars img {
	max-width:60px; 
	height:auto; 
	margin:10px auto !important; 
	vertical-align:middle;
	display:block
}

.stars input[type='radio'], 
input[type='checkbox'] {
	display:block;
	margin:0 auto
}

.condition li { margin-bottom:12px; padding-bottom:4px;}

/* The Masonry Container */
.masonry {
  margin: 1.5em auto;
  /*max-width: 768px;*/
  column-gap: 1.5em;
}

/* The Masonry Brick */
.masonry .item {
  padding: 1em;
  margin: 0 0 1.5em;
}

/* Masonry on large screens */
@media only screen and (min-width: 1024px) {
  .masonry {
    column-count: 4;
  }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}

/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
  .masonry {
    column-count: 2;
  }
}