	
.hp1-flex-container {
    display: -webkit-flex;
    display: flex;  
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; 
}
	
.hp1-flex-container > * {
    flex: 1;
}

.hp1-row {
   display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
	justify-content: center;
	justify-content: -webkit-center;	
}
	
.hp1-column {
	flex-direction: column;
    justify-content: flex-start;
	align-items: center;
    flex-wrap: wrap;
    display: flex; 
	margin: 10px;
	}
		
.hp1-content, .hp1-content-x2 {
    display: flex;
    position: relative;
}
	

	
 .hp1-content img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
	width:100%;
    height: 100%;
}
.hp1-content .hp1-overlay img{
	height: auto;
    width: auto;
	cursor: pointer;
}

.hp1-content {
    color: #ffffff;     
    background:'' ; /* browser che non supportano rgba */
    background: rgba();
	text-shadow: 1px 1px 1px  #000000;
}
 
.hp1-content h3 {
	font-family: Georgia, Serif;
    font-size: 20px;
	line-height: normal;
	font-style: italic;
    font-weight: bold;
	text-align: center;
    text-transform: none;
	padding-bottom: 90px;
}
	
.hp1-content h4 {
	font-family: Helvetica-light, sans-serif;
    font-size: 14px;
	line-height: normal;
	text-align: center;
    float: none;
    color: #ffffff; 
	padding-bottom: 50px;
	/*padding-left: 10px;
	padding-right: 10px;*/
	width: 100%;
}		
	
.hp1-content cta {
    font-family: Helvetica-neue, Sans-serif;
    font-size: 12px;
    letter-spacing: 4px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
    float: none;
    margin: 0;
    padding-bottom: 20px;
    color: #ffffff;
}	
	
.hp1-tohide-text {
	opacity: 1;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}	
	
.hp1-content:hover .hp1-tohide-text {
  opacity: 0;
}	
		
	
.hp1-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background-color: #000000;
  opacity: 0;	
}

.hp1-content:hover .hp1-overlay {
  opacity: 0.5;
}

.hp1-text-in-over, .hp1-icon {
  max-width: 100%;	
  font-family: Helvetica-neue, Sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: white;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: 0;
}	
	
.hp1-content:hover .hp1-text-in-over, .hp1-content:hover .hp1-icon
	{
		opacity:1;
	}	
	


.flex-container {
  display: -webkit-flex;
  display: flex; 
  justify-content: -webkit-center;
  justify-content: center;	
  background-color: '';
  flex-direction: column;
  text-decoration: none; 
  margin: 10px;	
  line-height: normal;
  font-size: 12px;
  font-family: Helvetica,Tahoma,Arial,sans-serif;
	margin-top: 65px;
}

	
.a-text:hover  {
  
    text-decoration: none;	
}	
	
.hp-row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    justify-content: center;
    justify-content: -webkit-center;
    margin-bottom: 10px;
    line-height: 13px;
}

	

	
	
	
	
	
/*6 equal columns*/
.hp-feed {
    -ms-flex: 1; /* IE10 */
    flex: 1;
    max-width: 1;
	padding: 10px;	
	padding-bottom: 5px;
    vertical-align: middle;
}
	
.hp-feed img {
    padding-bottom: 5px;
    vertical-align: middle;
}
.a-text{
    text-decoration: none;
	color: #000000;
	justify-content: center;
}
	

	
.hp-text , .hp-text p {
	font-family: Helvetica, Tahoma, Arial, sans-serif; 
    text-decoration: none;
	color: #000000;
	justify-content: center;
line-height: 16px !important;
}	
	
.hp-price {
	color: #a80d0b;
	font-weight: bold;
}
.hp-frequent-search {
	line-height: 45px!important;margin-top: 25px!important;
}

.hp-frequent-search a{
	background-color: #e6e5df;
	border-radius: 20px;
	padding: 10px;
	font-weight: bold;
	white-space: nowrap;
}
	
#specials_button_home{
	background-color: #a80d0d;
	width: fit-content;
	padding: 5px 20px;
	margin: 10px
}	
#specials_button_home a{
	color: #FFFFFF;
	font-size: 14px;
}	
#specials_button_home a i{
	font-size: 24px;
	vertical-align: sub;
	margin-right: 5px;
}	
	
/* 1 column big+2 columns small */
.column-content {
    -ms-flex: 2; /* IE10 */
    flex: 2;
    max-width: 2;
	padding: 0px;	
}
	
.column-content2 {
    -ms-flex: 1; /* IE10 */
    flex: 1;
    max-width: 1;
	padding: 10px;
	margin: 0px 0px;
}
	
.column-content3 {
    -ms-flex: 1; /* IE10 */
    flex: 1;
	padding: 10px;
	margin: 0px 0px;
}	


	
.des-box {
    border:none;
    padding: 20px 10px;
    background: white;
}



.t-box{
    border: 1px solid black;
    background: white;
	text-align: center;
	padding:  25% 20px;	
}
	
	
h6:hover {
    background-color: #aea899;
	border: 1px solid white;
	color: #ffffff;
	text-decoration: none;
	
}
		
.t-box:hover .t-box-title  {
    color: white;
    text-decoration: none;	
}

.t-box:hover .t-box-icon2  {
    color: white;
	text-decoration: none;
}
	
.t-box:hover .t-box-icon3  {
    color: white;
	text-decoration: none;
}	
	
.t-box:hover .t-box-cta  {
    color: white;
	text-decoration: none;
}	
	
 .fieldset {
    border: 1px solid black;
    background: white;
	padding: 20px;
	text-align: center;
	margin-top: 10px;
    min-width: 220px;
	height: 230px;

position: relative;
}
	

				
	
.t-box-title {
    font-family: Georgia, Serif;
	font-weight: bold;
    font-size: 20px;
	font-style: italic;
	text-align: center;
	text-transform: none;
    float: none;
	color: #000000;
	line-height: 18px
	
}

.t-box-icon, .t-box-cta {
  max-width: 100%;	
  font-family: Helvetica, Sans-serif;
  font-weight: bold;	
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  visibility: 1;
  color: #000;
  display: block;
  white-space:nowrap;	

}

.t-box-icon{
    bottom: 15px;
    left: 0px;
	position: absolute;
	width: 100%;
}
	
.t-box-icon2 {
	font-family: Georgia, Serif; 
	font-weight: bold; 
	font-style: normal; 
	font-size: 54px; 
	line-height: 54px;
	text-align: center; 
	color: #000000;
	}	
	
.t-box-icon3 {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 8pt;
	vertical-align:10px;
	color: #000000;
	}	
	
.t-box-icon-giftcard {
	background: url('/shop/images/banners/hp/icon-giftcard-b.svg');
	height:54px;
	display:block;
	position: relative;
    text-align: center;
	background-repeat:no-repeat;
	background-position: center center;
	}

.t-box:hover .t-box-icon-giftcard  {
  background:url('/shop/images/banners/hp/icon-giftcard-w.svg'); 
	background-repeat:no-repeat;
	background-position: center center;
	color: #aea899;
}
	
.t-box-icon-b2b {
	background: url('/shop/images/banners/hp/icon-b2b-b.svg');
	height:54px;
	display:block;
	position: relative;
    text-align: center;
	background-repeat:no-repeat;
	background-position: center center;
	}

.t-box:hover .t-box-icon-b2b  {
  background:url('/shop/images/banners/hp/icon-b2b-w.svg'); 
	background-repeat:no-repeat;
	background-position: center center;
	color: #aea899;
}	
	
.t-box-icon-showroom {
	background: url('/shop/images/banners/hp/icon-showroom-b.svg');
	height:54px;
	display:block;
	position: relative;
    text-align: center;
	background-repeat:no-repeat;
	background-position: center center;
	}

.t-box:hover .t-box-icon-showroom  {
  background:url('/shop/images/banners/hp/icon-showroom-w.svg'); 
	background-repeat:no-repeat;
	background-position: center center;
	color: #aea899;
}	
	
	
	

	
	
/* immagini */
.caption, .caption-sotto  {
	position:relative;
	/*top: 18px;*/
	text-shadow: 1px 1px 1px  #000000;
}
	
.caption-img {
    width: 100%;
	height: auto;
}
 
	
.hidden-txt {
	opacity: 1;
}	
	
.caption:hover .hidden-txt {
  opacity: 0;
}	
	
.caption span h4 {
	font-family: Helvetica, sans-serif;
    font-size: 14px;
	text-align: center;
    float: none;
    margin: 0;
    padding-bottom: 50px;
    width: 100%;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}		
	
.caption cta {
	font-family: Helvetica, Sans-serif;
    font-size: 12px;
	text-align: center;
	letter-spacing: 4px;
	text-transform: uppercase;
    float: none;
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}	
	
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 99%;
  width: 100%;
  transition: .5s ease;
  background-color: #000000;
  opacity: 0;	
}

.caption:hover .overlay {
  opacity: 0.5;
  text-decoration: none;
}
	
.i-title-in-over {
  font-family: Georgia, Serif;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
  text-align: center;
  text-transform: none;
  float: none;
  color: white;
  position: relative;
  top: 25%;
  visibility: 0;
  display: block;	
}

.text-in-over, .icon {
  font-family: Helvetica, Sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: white;
  position: relative;
  top: 40%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  visibility: 0;
  display: block;	
}
	
.caption:hover .i-title-in-over
	{
		opacity:1;
		text-decoration: none;
	}	
	
	
.caption:hover .text-in-over
	{
		opacity:1;
		text-decoration: none;
	}		
	
.caption:hover .icon
	{
		opacity:1;
		text-decoration: none;
	}		
		
	
.seo_home{color:#303030;max-height: 250px; overflow: visible;}
.seo_home:hover{color:#303030;max-height: auto; background-color: #FFFFFFF}
#centro-home{padding: 30px;height: 445px;; background: #e6e5df url(/shop/images/uploads/ezpages/mogg_levante_p_composizione6__04_Libreria_Mogg_Levante_composizione_6.jpg) no-repeat 120% 0px; margin-top: 20px}
#centro-home ul{margin-top: 20px; width: 50%; margin-left: 20px; list-style: none; }
#centro-home ul li{font-size: 14px; font-weight: bold; margin-bottom: 20px}
#centro-home ul li::before{content: "\2022"; color: #a80d0d; font-size:24px; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em;     position: relative; top: 3px;}
#centro-home .t-box-title{width: 50%; font-size:24px; display: block; text-align: left; line-height: normal }
.column-centro-home{width: 240px; float: left; margin: 15px 0 15px 35px; background-color: #FFFFFF;padding: 20px; font-size: 13px; text-align: left;}
.column-centro-home img{float: left; margin-right: 10px;width:45px}
.column-centro-home .t-box-title{width: 100% !important; font-size: 16px !important; line-height: 45px!important}
.column-centro-home .t-box-cta{text-transform: none;letter-spacing:normal;color: #a80d0d;text-decoration: underline; text-align: left}
.home-prima-column{margin-left: 0px}
.column-centro-home .fa-truck{width: 55px; float: left; height: 45px; font-size: 40px;}
.container-page.full{padding-bottom: 20px; width: 100%}
.carousel-loghi{width: 200%;position: relative;left: -50%;}
#car-prev span, #car-next span{background-color:#a80d0d; border-radius: 30px; font-size: 22px; width: 40px; height: 40px; display: block; line-height: 40px; margin-top: -15px; }

.seo_home h1,.seo_home h2{color:#303030 !important; font-size:18px !important; text-transform: none !important;margin:0px 0px 5px 0px !important; line-height: 20px; text-align: left}
.seo_home p{margin:10px 0}
.seo_home b,.seo_home strong, .seo_home span, .seo_home a{font-family:Helvetica,Tahoma,Arial,sans-serif;}
.hp-centered{margin-top:30px}	
.header_banner{margin-top:20px}
.nav-slide{position:relative;background:#eee;height:500px;overflow:hidden;min-height:500px}
.nav-slide .content{padding:0!important}
.nav-slide ul{list-style-type:none}
.nav-slide ul li{float:left;height:500px;text-align:center}
.nav-slide ul li div{height:500px;width:100%;min-width:980px;background-repeat:no-repeat;background-position:50% 50%;background-size:100%}
.nav-slide .gal-menu{position:absolute;z-index:1;width:100%;bottom:20%;text-align: center;}
.nav-slide .gal-menu .cont-text,.nav-slide .gal-menu .pagination{}
.nav-slide .gal-menu .pagination div#gal-top-pager a{height:10px;margin-right:5px;text-indent:-9999px;width:10px; font-size: 20px; text-decoration: none; color: #FFF}
.nav-slide .gal-menu .pagination div#gal-top-pager a:after{content: '○'}
.nav-slide .gal-menu .pagination div#gal-top-pager a.selected:after{content: '●'}
.nav-slide .gal-menu .pagination div#gal-top-pager a span{visibility: hidden}
.nav-slide .cont-text .texts p.title{color:#000000;font-size:40px;font-weight:200;line-height: normal; margin-bottom: 5px; }
.nav-slide .cont-text .texts p.title a{color:#000000; text-decoration: none;background:rgb(255,255,255); background: rgba(255, 255, 255, 0.8); padding: 0 10px}
.nav-slide .cont-text .texts p.subTitle{font-size:22px;color: #000000;font-weight:200;}
.nav-slide .cont-text .texts p.subTitle span{background:rgb(255,255,255); background: rgba(255, 255, 255, 0.8); padding: 0 10px}




/* Responsive layout - makes a 2 column-layout instead of 6 columns */
@media (max-width: 800px) {
	.hp1-column { flex: 100%; }	
    .hp-feed {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
	.column-content {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
	
	 .column-content2 {
        -ms-flex: 50%;
        flex: 1;
        max-width: 50%;
    }
	
	.column-content3 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
	.carousel-loghi .span .title,.cont-interpadding .carousel-loghi .span .carousel{width: 95%!important; float: none;margin: 0px 10px;}
	#car-next{float: right}
	.flex-container{margin-top: 100px}
	.fa-angle-right, .fa-angle-left{width: 40px;text-align: center;}
	#centro-home{background-image: none;height:auto}
	#centro-home .t-box-title,#centro-home ul{width: 100%}
	.column-centro-home{float: none; margin-left: 0px}
	
}

/* Responsive layout - makes the 2 columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
	.hp1-column { flex: 50%; }
    .hp-feed {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
	.column-content, .column-content2 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
	
	.column-content3 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}	

#home_top_gallery_next {background: url(../images/icons/freccia_dx.png);width: 33px;height: 54px;line-height: 0;font-size: 0;color: transparent;position: absolute;top: 223px;right:0px}
#home_top_gallery_prev {background: url(../images/icons/freccia_sx.png);width: 33px;height: 54px;line-height: 0;font-size: 0;color: transparent;position: absolute;top: 223px;left:0px}