.maiuscolo {text-transform:uppercase}
.giustificato {text-align:justify}
.maxWSlideHome {max-width:700px;}
.borderColorW { border:#FFF 4px solid;}
.whiteTxt {color:#fff !important}
.greenTxt {color:#27A71D}
.red-color {color:#C3070A}
.blue-color {color:#3B7AD0}
/*
.logo img {
	max-height:60px;
	width:auto
}
*/
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  /*bottom: 290px;  Place the button at the bottom of the page */
  right: 35px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  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 */
  text-align:center !important;
  max-width:90px;
  height: auto !important;
  display: none;
}

.myBtn img {
  max-width:65px !important;
  height: auto !important;
}

#myBtnCart {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 100px; /* 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: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 0; /* Some padding */
  border-radius: 50px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  text-align:center !important;
  max-width:80px;
  height:50px !important;

}

#myBtnCart:hover {
  background-color: #555; /* Add a dark-grey background on hover */
  border:2px solid medium #fff !important;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.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:20px; color: #0C6FCB; margin:0 auto; text-align:center !important; width:100%;}
.BorderRadius {-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}
.BorderRadius18 {-webkit-border-radius: 18px;-moz-border-radius: 18px;border-radius: 18px;}
.shadowImg {
	-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);
	drop-shadow(5px 5px 10px #000);
}
.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;}

.fontSize30 {font-size:30px}

@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;
	}
	.myBtn {
  		right: 15px !important; /* Place the button 30px from the right */
	}
	.myBtn img {
  		max-width:62px !important;
  		height: auto !important;
	}
	.scroll-top {
  		right: 36px !important; /* Place the button 30px from the right */
	}
	.fontSize30 {font-size:22px}
}

/* 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;
	}
	.myBtn {
  		right: 15px !important; /* Place the button 30px from the right */
	}
	.myBtn img {
  		max-width:62px !important;
  		height: auto !important;
	}
	.scroll-top {
  		right: 36px !important; /* Place the button 30px from the right */
	}
	.fontSize30 {font-size:22px}
}
/* Video container */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin:0 auto;
	text-align:center !important;
	width:100%;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:99%;
	height:99%;
}
.cnt_map  {
	width:100%;
	height: auto;
	text-align:center !important;
}
.cnt_map iframe {
	width:99%;
	height: auto;
	min-height:450px;
	margin:0 auto;
}
/* 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:18px !important;
	color: #921A1C !important;
	border: #4A2324 1px dotted;
	background: none;
}
.alert_msg_no_margin {
	position:relative;
	background: #fff; 
	color:#000 !important; 
	border:1px dotted #666; 
	margin:20px auto; 
	padding:10px; 
	max-width:100%; 
	text-align:center !important;
	border-radius: 30px;
}
.alert_msg_no_margin span {
	color:#000; 
	font-size:18px;
}
.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;}


 /* Style the list */
ul.breadcrumb {
  padding: 10px 5px;
  list-style: none;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 2px;
  margin:0 auto !important;
  text-align:center !important;
}

/* Display list items side by side */
ul.breadcrumb li {
  font-size: 16px;
  margin-right:10px !important;
  color:#fff;
  font-weight: 500;
  letter-spacing:1;
  line-height:30px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 0px;
  color: #fff;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #EFBB79;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #fff;
  text-decoration: underline;
} 
.ombre {
    -webkit-box-shadow: 5px 5px 5px #666;
    -moz-box-shadow: 5px 5px 5px #666;
    box-shadow: 5px 5px 5px #666;	
}
.icon-menu {
	max-width:30px; 
	height:auto; 
	margin:10px auto !important; 
	vertical-align:middle;
	display:block
}
.mad-spec-tags{
	margin-top:-28px; 
}
.titleCatMenu {
    display: block;
    border-bootm: 1px dotted #000;
    height: 25px;
    line-height: 25px;
    padding: 2px 3px;
    font-size: 18px;
    margin-bottom: 12px;
    clear: both;
}    
.TitleCm {
    float: left;
}      
.CountCm {
    float: right;
	text-align:right;
 }
.CntTxtBlogArticolo p {
	margin-top:30px; 
	font-size:18px !important;
	text-align:justify;
	line-height:25px;
}
a.btn-c {
	background:#000;
	border:#E7BA00 1px solid;
	padding:5px;
	color:#F4C304;
	text-transform:uppercase;
	border-radius: 10px;
}

.CntContent ul {
     margin: 20px;
     padding: 10px;
     list-style: circle;
}

.CntContentPackage ul {
     margin: 0px 20px 0px 20px !important;
     padding: 10px;
     list-style: circle;
}

.CntContentPackage p {
	 margin-bottom:0px !important;
}

.radius {border-radius: 10px}

.txtWhite {color:#fff}

.activeLink {color:#2899C0 !important;}

.bg-cover-promo-home {background-repeat:no-repeat !important; background-position:top left !important; background-size:auto}
.bg-cover-ricette-home {background-repeat:repeat !important; background-position:top left !important; background-size:auto}

.CntImgPromoInHome {
	padding-top:150px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
	text-align:center;
	margin:0 auto;
}
.responsiveImgPInHome {
	width:100%;
	max-width:550px;
	height:auto;
	margin-top:0px;
}
.responsiveImgCatInHome {
	width:100%;
	max-width:250px;
	height:auto;
	margin:0 auto;
}
@media only screen and (min-width: 250px) and (max-width: 980px) {
	.CntImgPromoInHome {
		padding-top:0px;
		padding-left:8px;
		padding-right:8px;
		padding-bottom:0px;
		text-align:center;	
	}
	.responsiveImgPInHome {
		width:100%;
		max-width:400px;
		height:auto;
		margin-top:-80px;
	}
	.responsiveImgCatInHome {
		width:100%;
		max-width:250px;
		height:auto;
		margin:0 auto;
	}
}

.OwlMargin {
	margin: 0 10px; 
}

.CntImgRicetta {
	margin-top:20px;
	text-align:center !important;
	padding:10px;
}

.CntImgRicetta img {
	max-width:280px;
	height:auto;
	margin:0 auto;
}

.CntTitleRicetta {
	margin-top:10px;
	text-align:center !important;
	padding:6px;
	font-weight:bold;
	font-style:oblique;
}

.pagination_btn ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width:100%;
}

.pagination_btn li {
	display: inline;
}

.pagination_btn a {
	float: left;
	background-color: #0D5AAB;
	font-size:20px;
	text-align:center;
    border-radius: 4%;
    display:inline-block;
    line-height:40px;
    vertical-align:center;
	color:#fff;
	padding:2px 12px;
	text-align:center;
	margin-right:10px !important;
	margin-bottom:15px !important;
	margin-top:15px !important;
}

.pagination_btn a:hover {
	background-color: #96AE00;
	color:#fff;
}

.pagination_btn a:active {
	background-color: #96AE00;
	color:#fff;
}

a.RemoveFilter  {
	background-color: #B40C0F;
	font-size:20px;
	text-align:center;
    border-radius: 4%;
    display:inline-block;
    line-height:40px;
    vertical-align:center;
	color:#fff;
	padding:2px 12px;
	text-align:center;
}
a.RemoveFilter :hover {
	background-color: #6E090B;
	color:#fff;
}

.CatlistMenuDx ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width:100%;
}
.CatlistMenuDx li {
	text-align:left;
	margin-bottom:12px;
	display:block;
}
.CatlistMenuDx a {
	text-align:left;
	margin-bottom:12px;
	float:none;
	clear:both;
	font-size:15px;
	padding-left:0;
}
.CatlistMenuDx img {
	max-width:40px;
	height:auto;
	vertical-align:middle;
	margin-right:3px;
}

.CatlistMenuDxAss ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width:100%;
}
.CatlistMenuDxAss li {
	text-align:left;
	margin-bottom:22px;
	display:block;
}
.CatlistMenuDxAss a {
	text-align:left;
	margin-bottom:22px;
	float:none;
	clear:both;
	font-size:15px;
	padding-left:0;
}
.CatlistMenuDxAss i.flaticon {
	vertical-align:middle;
	margin-right:3px;
	padding-left:0 !important;
	color:#276994;
}
.PromoColDxprod {
	background:#1F7FD5;
	padding:15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
}
.pagination_btnR {
	padding: 0;
	margin: 15px auto !important;
	width:100%;
	text-align:center
}

.pagination_btnR span {
	background-color: #fff;
	font-size:15px;
	text-align:center;
    border-radius: 4%;
    display:inline-block;
    vertical-align:center;
	color: #0D5AAB;
	padding:0px;
	text-align:center;
}

.pagination_btnR i {
	vertical-align:middle;
	margin-right:5px;
	margin-left:0 !important;
}
.ico_occasione {
	max-width:40px;
	height:auto;
	margin:4px 1px;
	vertical-align:middle;
}
.ico_occasioneM {
	max-width:30px;
	height:auto;
	margin:0 5px 0 0;
	vertical-align:middle;
}
