/* @group MODIFICHE A BOOTSTRAP */

a.nav-link {
	padding-left: 0.7rem !important;
	padding-right: 0.7rem !important;
}

.btn-default {
	background-color: #DFDFCE !important;
}

.dropdown-menu {
	width: 100%;
}

.breadcrumb {
	background-color: #FFF !important;
	font-style: italic;
	color: #bbb;
}

.breadcrumb a {
	color: #F22836 !important;
	font-style: normal !important;
}

.breadcrumb .sel{
	color: #000 !important;
	font-style: normal !important;
	font-weight: 600;
}

.page-item.active .page-link{
    background-color: #F22836;
    border-color: #F22836;
    }

.page-link {
	color: #F22836;
}
.page-link:hover {
	color: #D82430;
}


.wrapper{
  width:70%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
/* @end */

/* @group COLORI SFONDI */

.lime {
	background: lime !important;
}

.fuchsia {
	background: fuchsia !important;
}

.aqua {
	background: aqua !important;
}

.BgdBassoli {
	background-color: #F22836 !important;
}

.BgdBassoliScuro {
	background-color: #D82430 !important;
}

.BgdWhite {
	background: #fff !important;
}

.BgdBlack {
	background: #000000 !important;
}

.BgdGrigioe6e6e6 {
	background-color: #E6E6E6 !important;
}

.BgdGrigiof4f4f4 {
	background-color: #f4f4f4 !important;
}

.BgdGrigioChiaro {
	background-color: #d1cecf !important;
}

.BgdGrigioMedio {
	background-color: #666 !important;
}

.BgdGrigioScuro {
	background-color: #333 !important;
}

.SfumaturaNera {
	background: rgba(0,0,0,0.50);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.50)), color-stop(100%, rgba(0,0,0,0.2)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

/* @end */

/* @group SFONDI IMMAGINE */

.BgdCavallo {
	background-image: url(../../images/BgdCavallo.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* @end */

/* @group COLORI TESTI */

.black {
	color: #000;
}

.TestoBianco {
	color: #fff !important;
}

.TextBassoli {
	color: #F22836 !important;
}

.TextGrigioChiaro {
	color: #efefef;
}

.TextGrigio333 {
	color: #333 !important;
}

.TextGrigio666 {
	color: #666 !important;
}

.TextGrigio999 {
	color: #999 !important;
}

/* @end */

/* @group GENERICI */

.icon-bar {
	color: black;
	border-color: black;
	background-color: black;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000 !important;
	font-size: 16px !important;
	/*line-height: 1.8em;
	/*text-align: justify;*/
}

.Block {
	display: block;
}

.Inline-Block {
	display: inline-block;
}

.Inline-Table {
	display: inline-table;
}

.Flex {
	display: flex;
}

.clear {
	clear: both;
}

.ImgFull {
	background-size: cover;
}

.no-left {
	padding-left: 0 !important;
}

.no-right {
	padding-right: 0 !important;
}

.italic {
	font-style: italic;
}

.shadow {
	text-shadow: 1px 1px 2px #000000
}

.border {
	border: 3px solid #C2C3B9 !important;
}

.border-top {
	border-top: 8px solid #79C08F !important;
}

.BorderBottomDashed {
	border-bottom: 1px dashed #fff;
	padding-bottom: 15px;
}

.BorderBottomDasheccc {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
}

.BorderBottomSolid {
	border-bottom: 1px solid #E4666F;
	padding-bottom: 10px;
}

.BorderBottomInput {
	background: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px solid #C4C4C4 !important;
	border-radius: 0px !important;
	font-style: italic;
	font-weight: 300;
}

.BorderBottomInput:focus {
	background: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px solid #F22836 !important;
	box-shadow: 0px !important;
	box-shadow: 0 0 0 0.0rem rgba(0,123,255,0) !important;
}

.noborder {
	border: none !important;
}

.radius {
	border-radius: 10px;
}

ul {
	list-style-type: none;
}

.lh {
	line-height: 1em !important;
}

#Map {
	width: 100%;
	height: 500px;
}

/* @end */

/* @group WEIGHT TESTI*/

.w300 {
	font-weight: 300;
}

.w400 {
	font-weight: 400;
}

.w600 {
	font-weight: 600;
}

.w700 {
	font-weight: 700;
}

/* @end */

/* @group SIZE TESTI*/

.s10 {
	font-size: 10px !important;
}

.s12 {
	font-size: 12px !important;
}

.s13 {
	font-size: 13px !important;
}

.s14 {
	font-size: 14px !important;
}

.LinkFooter {
	font-size: 14px;
}

.s16 {
	font-size: 16px !important;
}

.s18 {
	font-size: 18px !important;
}

.s20 {
	font-size: 20px !important;
}

.s22 {
	font-size: 22px !important;
}

.s24 {
	font-size: 24px !important;
}

.s26 {
	font-size: 26px !important;
}

.s28 {
	font-size: 28px !important;
}

.s30 {
	font-size: 30px !important;
}

.s32 {
	font-size: 32px !important;
}

.s34 {
	font-size: 34px !important;
}

.s36 {
	font-size: 36px !important;
}

.s38 {
	font-size: 38px !important;
}

.s40 {
	font-size: 40px !important;
}

.s42 {
	font-size: 42px !important;
}

.s44 {
	font-size: 44px !important;
}

.s46 {
	font-size: 46px !important;
}

.s48 {
	font-size: 48px !important;
}

.s50 {
	font-size: 50px !important;
}

.s56 {
	font-size: 56px !important;
}

.s70 {
	font-size: 70px !important;
}

.s80 {
	font-size: 80px !important;
}

.s144 {
	font-size: 144px !important;
}

/* @end */

/* @group MARGIN */

.no_margin {
	margin: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}

.mt120 {
	margin-top: 120px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb1 {
	margin-bottom: 1px !important;
}

.mb2 {
	margin-bottom: 2px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb150 {
	margin-bottom: 150px;
}

.mb200 {
	margin-bottom: 200px;
}

.mr0 {
	margin-right: 0 !important;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

.mr60 {
	margin-right: 50px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}

/* @end */

/* @group PADDING */

/* @group GENERALE TOP BOTTOM */

.p0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.p2 {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.p5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.p7 {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

.p10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.p15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.p20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.p30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.p40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.p50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.p60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.p70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.p80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.p90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.p100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

/* @end */

/* @group GENERALE LEFT RIGHT */

.plat0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.plat2 {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.plat5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.plat10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.plat15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.plat20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.plat30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.plat40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.plat50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.plat60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.plat70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.plat80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.plat90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.plat100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

/* @end */

/* @group TOP */

.pt0 {
	padding-top: 0 !important;
}

.pt6 {
	padding-top: 6px !important;
}

.pt8 {
	padding-top: 8px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pt100 {
	padding-top: 100px !important;
}

/* @end */

/* @group BOTTOM */

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pb150 {
	padding-bottom: 150px !important;
}

/* @end */

/* @group RIGHT */

.pr0 {
	padding-right: 0 !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pr90 {
	padding-right: 90px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/* @end */

/* @group LEFT */

.pl0 {
	padding-left: 0 !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pl70 {
	padding-left: 70px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pl90 {
	padding-left: 90px !important;
}

.pl100 {
	padding-left: 100px !important;
}

/* @end */

/* @end */

/* @group X-INDEX */

.z2 {
	z-index: 2 !important;
	opacity: .4;
	width: 100%;
	position: absolute;
}

.z999 {
	z-index: 999 !important;
	width: 100%;
	text-align: center;
}

/* @end */

.relative {
	position: relative !important;
}

.absoluteSlider {
	position: absolute;
	top: 0;
	padding-top: 8%;
	width: 100%;
	height: 100%;
	z-index: 10;
	font-size: 2rem;
}

.absoluteDrink {
	position: absolute !important;
	bottom: -16px;
	right: 20px;
	width: 50px;
	height: 86px;
}

.absoluteWork {
	position: absolute !important;
	bottom: -24px;
	right: 20px;
	width: 366px;
	height: 294px;
}

.absoluteWork-md {
	position: absolute !important;
	bottom: -24px;
	right: 20px;
	width: 240px;
	height: 248px;
}
.absolutePhoto {
	position: absolute;
	top: 20px;
	right: 20px;
	width:  84px;
	height: 84px;
	padding: 0;
	z-index: 10;
	border: 2px solid #ddd;
}

/* ---------------------------          ---------------------------*/

/* ---------------------------  CUSTOM  ---------------------------*/

a.Lingua {
	font-size: 10px;
	padding: 3px 10px;
	border-radius: 5px;
	color: #000000;
	background: #fff;
}

a:hover.Lingua {
	color: #fff;
	background: #F22836;
}

a.sel.Lingua {
	color: #fff;
	background: #F22836;
}

a.Bassoli, button.Bassoli {
	background: #F22836;
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	border-radius: 10px;
	border: 10px;
	outline:none;
}

a.Bassoli:hover, button.Bassoli:hover {
	background: #D82430;
	-webkit-transition: 0.4s; /* Safari */
	transition: 0.4s;
}

a.GenericoLight {
	background: #fff;
	text-align: center;
	padding: 10px 15px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 10px;
}

	a.GenericoLight:hover {
		background: #ddd;
		color: #333;
		-webkit-transition: 0.4s; /* Safari */
		transition: 0.4s;
	}

	a.RichiestaPreventivo {
		background: #D82430;
		text-align: center;
		padding: 2px 10px;
		color: #fff;
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
		display: inline-block;
		border-radius: 10px;
	}
	
		a.RichiestaPreventivo:hover {
			text-decoration: underline;
			-webkit-transition: 0.4s; /* Safari */
			transition: 0.4s;
		}

a.Facebook {
	background: #3b5998;
	text-align: center;
	padding: 5px 10px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}

	a.Facebook:hover {
		background: #2f477a;
		color: #fff;
		-webkit-transition: 0.3s; /* Safari */
		transition: 0.3s;
	}


a.Adv {
	background-color: #f4f4f4;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
}

	a.Adv:hover {
		background-color: #ededed;
		text-decoration: none;
	}

a.Contact {
	background: #eee;
	text-align: center;
	padding: 5px 15px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
}

	a.Contact:hover {
		background: #bbb;
		color: #333;
		-webkit-transition: 0.3s; /* Safari */
		transition: 0.3s;
	}
	
a.Ecommerce {
	background: #999;
	text-align: center;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
}

	a.Ecommerce:hover {
		background: #F22836;
		color: #fff;
		-webkit-transition: 0.3s; /* Safari */
		transition: 0.3s;
	}

a.Download {
	background: #eee;
	text-align: center;
	padding: 10px 20px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	border-radius: 10px;
}

	a.Download:hover {
		background: #F22836;
		color: #fff;
		-webkit-transition: 0.3s; /* Safari */
		transition: 0.3s;
	}

ul.Link {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
	margin-top: 20px;
}

ul.Link li {
	margin-bottom: 10px;
	line-height: 12px !important;
}

ul.Link li a {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
}

.Articoli {
	min-height: 320px !important;
}

ul#secondo{
	padding-top: 10px !important;
	clear: right;
	padding-left: 0;
}
	 
ul#secondo li{
	font-weight: 400 !important;
	color: #333 !important;
	font-size: 14px !important;
}

ul#secondo li a{
	display: block;
	font-weight: 400 !important;
	padding: 8px 10px !important;
	color: #000 !important;
	font-size: 12px !important;
	border-bottom: 1px dashed #D5D5D5;
}

ul#secondo li a.sel{
	background: #E6E6E6;
	color: #000 !important;
}

ul#secondo li a:hover{
	background: #E6E6E6;
	color: #000 !important;
	text-decoration: none;
}


a.Prodotto {
	color: #000;
	text-decoration-color: #F22836;
}
/* ---------------------------          ---------------------------*/

/* @group DiagonaleRosso */

.DiagonaleRosso {
	background: #F22836;
	position: relative;
	z-index: 2;
}

.DiagonaleRosso:before, .DiagonaleRosso:after {
	background: inherit;
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}

.DiagonaleRosso:after {
	top: -50px;
	transform: skewY(-1deg);
	transform-origin: 100% 0;
}

.DiagonaleRosso:before {
	bottom: -30px;
	transform: skewY(1.5deg);
	transform-origin: 100%;
}

/* @end */

/* @group DiagonaleRosso */

.DiagonaleBianca {
	background: #fff;
	position: relative;
	z-index: 2;
}

.DiagonaleBianca:before, .DiagonaleBianca:after {
	background: inherit;
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}

.DiagonaleBianca:after {
	top: -70px;
	transform: skewY(1.5deg);
	transform-origin: 100% 0;
}

.DiagonaleBianca:before {
	bottom: -30px;
	transform: skewY(0deg);
	transform-origin: 100%;
}

/* @end */

/* @group SWIPER */

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

    /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* @end */

.textL {
	text-align: left !important;
}

.textR {
	text-align: right !important;
}

.chp {
	visibility: hidden;
	width: 1px;
	height: 1px;
	font-size: 1px;
}

.Alert {
	display: none;
}

span.has-error {
	background: none;
	color: red;
	border: none;
	padding: 0;
	display: block;
	text-align: left;
	font-size: 12px;
}

.Privacy {
	font-size: 12px;
	margin-bottom: 20px;
	color: #999;
	line-height: normal;
}

#owl-demo {
	margin: 0px;
	z-index: 0;
}

#owl-demo .item {
	margin: 0px;
}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}


.linea {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	line-height: 0.1em;
	margin: 10px 0 20px;
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
}

	.linea span {
		background: #fff;
		padding: 0 10px;
	}

.lineadashed {
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	line-height: 0.1em;
	margin: 30px 0;
}


.badgebassoli{
	background-color:#ffbe0b;
	color: #fff;
	margin-right: 6px;
}
/*MODAL*/
.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, .7) !important;
}
.alert-warning{
	background-color: #fff;
	border-color: #fff;
	padding: 30px;
	color:#000000
}

@media (min-width: 0px) and (max-width: 991px) {
	div#Azienda {
		display: none;
	}
	
	ul.Link {
		list-style-type: none !important;
	}
	.FasciaTop{
		margin-top: 50px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.mtVar {
		margin-top: 22px;
	}
	
	.textL {
		text-align: center !important;
	}
	
	.textR {
		text-align: center !important;
	}
	
	.Articoli {
		min-height: auto !important;
	}
	
	.BgdBottiglie {
		background-image: none !important;
	}
	.BgdCavallo {
		background-image: none;
	}
}






