html {
  position: relative;
  min-height: 100%;
}
body {
	/*padding-top: 50px;*/
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding-top: 127px; /* spazio per menu */
}
strong{
	font-weight: 500;
}
a{
	color: #8c6b2e;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.bg-grey a{
	color: #7a5a25;
}
a:hover,a:focus{color: #000;}
a.reverse{color: #000;}
a.reverse:hover,a.reverse:focus{color: rgba(244,236,222,1);}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display SC', serif;
}
section{
	margin-top: 80px;
	
}
section.topmeta{
	margin-top: 40px;	
}
section h1{
	padding: 0px;
	font-size: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
section h2{
	padding: 0px;
	font-size: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
section h2.titolo-su-immagini{
	text-shadow: 0px 0px 8px #fff;
}
section h3{
	padding: 0px;
	font-size: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.bg-black{
	background-color: #4f2a0f !important;		
}
.bg-black-op{
	background-color: rgba(79,42,15,0.9) !important;		
}
.bg-white{
	background-color: #fff !important;	
}
.bg-grey{
	background-color: rgba(244,236,222,1)!important;	
}
.bg-cover{
	width:100%;background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
	background-position: center center;
}
.bg-minheight{height:250px;}
.cr-black{color: #000 !important;}
.cr-white{color: #fff !important;}
.cr-grey{color: #f3f1ef !important;}
.p-0{padding: 0px !important;}
.p-15{padding: 15px !important;}
.p-20{padding: 20px !important;}
.p-30{padding: 30px !important;}
.p-t-5{padding-top: 5px !important;}
.p-t-20{padding-top: 20px !important;}
.p-t-30{padding-top: 30px !important;}
.p-b-15{padding-bottom: 15px !important;}
.p-b-30{padding-bottom: 30px !important;}
.m-15{margin: 15px !important;}
.m-0{margin: 0px !important;}
.m-t-3{margin-top: 3px !important;}
.m-t-15{margin-top: 15px !important;}
.m-t-20{margin-top: 20px !important;}
.m-t-auto{margin-top: auto;}
.m-b-10{margin-bottom: 10px !important;}
.m-r-10{margin-right: 10px !important;}
.m-b-30{margin-bottom: 30px !important;}
.m-b-80{margin-bottom: 80px !important;}
.m-h-150{min-height: 150px;}
.m-h-300{min-height: 300px;}

.text-small{font-size: 14px;}
.width-100{width: 100%;}
.height-100{height: 100%;}

.border-bottom-black{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.border-top-black{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}

.bg-img-fullsize{
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
	background-position: center center;	
}
.container-flex{
	    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    /*justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 10px;*/
}
.col-flex{
	    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.content-flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex: 1;
    -webkit-flex: 1;
}

.form-control {
    border-radius: 0px;
}
.btn{ border-radius: 0px;}
.btn.btn-primary-2 { border-radius: 0px; color: #000; background-color: inherit; position: relative; font-size: 16px; padding-right: 16px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: solid; border-color: #000;}
.btn.btn-primary-2:after{ background-color: #000; position: absolute; height: 14px; width: 14px; top: 10px; right: -7px; content: ''; border: 1px solid #000; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.btn.btn-primary-2 span.linea:after{ background-color: #000; position: absolute; height: 6px; width: 1px; top: 0px; right: 0px; content: '';}
.btn.btn-primary-2 span.linea:before{ background-color: #000; position: absolute; height: 6px; width: 1px; bottom: 0px; right: 0px; content: '';}
.btn.btn-primary-2:hover { background-color: rgba(244,236,222,1); border-color: #000; color: #fff;}
.btn.btn-primary-2:hover:after, .btn.btn-primary-2.active:after{ background-color: #000; border-color: #000; top: 6px;}
.btn.btn-primary-2:hover span.linea:after{ height: 2px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.btn.btn-primary-2:hover span.linea:before{ height: 10px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.btn.btn-primary-2:active, .btn.btn-primary-2.active, .open .dropdown-toggle.btn.btn-primary-2 {background-image: none; 
}
.btn.btn-primary-2-inv { color: #fff;}
.btn.btn-primary-2-inv:hover:after{ background-color: #fff; border-color: #fff;}
.btn-default { color: #333; background-color: #fff; border-color: #ccc;}
.btn-default:hover, .btn-default.active { background-color: #eee;}
.btn-settemilacaffeparma { border-radius: 0px; color: #4f2a0f; background-color: inherit; position: relative; font-size: 16px; padding-right: 16px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: none; border-bottom-style: solid; border-left-style: solid; border-color: #4f2a0f;}
.btn-settemilacaffeparma:after{ background-color: #4f2a0f; position: absolute; height: 14px; width: 14px; top: 10px; right: -7px; content: ''; border: 1px solid #4f2a0f; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.btn-settemilacaffeparma span.linea:after{ background-color: #4f2a0f; position: absolute; height: 6px; width: 1px; top: 0px; right: 0px; content: '';}
.btn-settemilacaffeparma span.linea:before{ background-color: #4f2a0f; position: absolute; height: 6px; width: 1px; bottom: 0px; right: 0px; content: '';}
.btn-bg-black.btn-settemilacaffeparma{ border-color: #fff; color: #fff;}
.btn-bg-black.btn-settemilacaffeparma:after{ background-color: #fff; border-color: #fff;}
.btn-bg-black.btn-settemilacaffeparma span.linea:after{ background-color: #fff; border-color: #fff;}
.btn-bg-black.btn-settemilacaffeparma span.linea:before{ background-color: #fff; border-color: #fff;}
.btn-settemilacaffeparma:hover, .btn-settemilacaffeparma:focus, .btn-settemilacaffeparma:active, .btn-settemilacaffeparma.active, .open .dropdown-toggle.btn-settemilacaffeparma{ background-color: #4f2a0f; color: #fff;}
.btn-bg-black:hover, .btn-bg-black:focus, .btn-bg-black:active, .btn-bg-black.active, .open .dropdown-toggle.btn-bg-black{ background-color: #fff; color: #4f2a0f;}  
.btn-settemilacaffeparma:hover:after, .btn-settemilacaffeparma.active:after{ background-color: rgba(244,236,222,1); border-color: rgba(244,236,222,1); top: 6px;}
.btn-settemilacaffeparma:hover span.linea:after{ height: 2px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.btn-settemilacaffeparma:hover span.linea:before{ height: 10px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.btn-settemilacaffeparma:active, .btn-settemilacaffeparma.active, .open .dropdown-toggle.btn-settemilacaffeparma {background-image: none;}

.btn-absolute{
	margin-top: 30px;	
}
.btn-small {
	font-size: 14px;	
}
.btn-small:after{
	top: 8px;	
}
.footer {
	width: 100%;
	background-color: #4f2a0f ;
	color: #FFF;
	font-size: 14px;
	margin-top: 80px;
}
.footer a{
	color: rgba(255,255,255,0.6);
}
.footer a:hover{
	color: rgba(255,255,255,1);
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.footer h3{
	margin-bottom: 20px;	
}
.logo-footer{
	margin-bottom: 30px;	
}
.well {
	background-color: #ccc;
	border: 0px none #e3e3e3;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #333;
}
.lista-square{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.lista-square li{
	list-style-type: none;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.lista-square li a{
	display: inline-block;
	margin-left: -25px;
	padding-left: 25px;
	position: relative;
	color: rgba(255,255,255,0.6);
}
.lista-square li a:hover{
	color: rgba(255,255,255,1.0);
}
.lista-square li a:after{
	background-color: rgba(255,255,255,1.0);
	height: 8px;
	width: 8px;
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -5px;
	content: "";
	zindex: 1;
	border: 1px solid #4f2a0f;
}
.lista-square li:hover a:after{
	margin-top: -6px;
}
.lista-square li a:before{
	background-color: #4f2a0f;
	height: 12px;
	width: 12px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -7px;
	content: "";
	zindex: 9;
	border: 1px solid  rgba(255,255,255,0.6);
}
.lista-square li:hover a:before{
	border: 1px solid  rgba(255,255,255,1.0);
}
.lista-square li.active a{
	color: rgba(255,255,255,1.0);
}
.lista-square li.active:hover a:before{
	border: 1px solid  rgba(255,255,255,1.0);
}
.lista-square .panel {
	background-color: transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lista-square  .caret {
    vertical-align: middle;
    border-top: 0px dashed;
    border-top: 0px solid\9;
	border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	margin-left: 6px;
}
.lista-square a.collapsed .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
	border-bottom: 0px dashed;
    border-bottom: 0px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.lista-square .sottomenu {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -10px;	
}
.lista-square li a:hover .sottomenu a{
	color: rgba(255,255,255,0.6);
}
.lista-square li:hover .sottomenu a:after{
	margin-top: -5px;
}
.lista-square li:hover .sottomenu  a:before{
	border: 1px solid  rgba(255,255,255,0.6);
}
.lista-square .sottomenu li a:hover{
	color: rgba(255,255,255,1.0);
}
.lista-square .sottomenu li:hover a:after{
	margin-top: -6px;
}
.lista-square .sottomenu li:hover a:before{
	border: 1px solid  rgba(255,255,255,1.0);
}
.lista-square-black li a{
	color: rgba(79,42,15,1.0);
}
.lista-square-black li a:hover{
	color: rgba(79,42,15,0.6);
}
.lista-square-black li a:after{
	background-color: rgba(79,42,15,1.0);
	border: 1px solid #e3dee6;
}
.lista-square-black li a:before{
	background-color: transparent;
	border: 1px solid  rgba(79,42,15,1.0);
}
.lista-square-black li:hover a:before{
	border: 1px solid  rgba(79,42,15,0.6);
}
.lista-square-black li.active a{
	color: rgba(79,42,15,1.0);
}
.lista-square-black li.active:hover a:before{
	border: 1px solid  rgba(255,255,255,1.0);
}
.lista-square-spaz li{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.well {
    background-color: #ccc;
    border: 0px none #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	font-size:10px
}
.spaz{
	background-color: #FFF;
	height: 2px;
	width: 100%;
}
.breadcrumblist{
	padding: 20px;
	color: #FFF;
	margin: 0px;
}
.breadcrumblist li{
	list-style-type: none;
	padding-right: 10px;
	display: inline-block;
}
.breadcrumblist li a{
	color: #FFF;
	text-decoration: none;	
}
.breadcrumblist li a:hover{
	opacity: 0.6;
}
.table-striped{
max-width: 100%;}
label {
    font-weight: 400;
}
@media (min-width: 768px) {
	section{
	margin-top: 80px;	
	}
	.row-full-height {
	  height: 100%;
	}
	.col-full-height {
	  height: 100%;
	  vertical-align: top;
	}
	.row-same-height {
	  display: table;
	  width: 100%;
	  /* fix overflow */
	  table-layout: fixed;
	}
	.col-xs-height {
	  display: table-cell;
	  float: none !important;
	}
	.text-right-titoli{
		text-align:right;
	}
	section h2{
	font-size: 40px;
}
section h3{
	font-size: 28px;
}

.btn-absolute{
	position: absolute;
	right: 30px;
	bottom: 30px;
		margin-top: 0px;	
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 99999;
}
}
@media (min-width: 991px) {	
	body {
	font-size: 18px;
	}
	.btn-settemilacaffeparma {
		font-size: 18px;
	}
	.btn-small {
		font-size: 14px;	
	}
	.btn-settemilacaffeparma:after{
		top: 11px;
	}
	.btn-small:after{
	top: 9px;	
}

}
@media (max-width: 767px) {		
	.container-flex.m-b-10{ margin-bottom: 0px !important;}
	.show-mobile{display: block;}
	.m-h-nomobile{min-height: inherit;}
}
@media only screen and (min-width: 481px) and (max-width: 767px){
		
table, thead, tbody, tfoot, th, td, tr { 			/* Forza la tabella a non essere piÃ¹ una tabella */
	display: block;
	width: 100% !important;
}
		
thead tr { 						/* Nascondiamo l'intestazione della tabella thead */
position: absolute;
top: -9999px;
left: -9999px;
}
tr { border: 1px solid #666; }
		
td { 
position: relative;		/* Creiamo lo spazio per l'intestazione  */
padding-left: 50%; 
border:0;
}
		
td:before { 	
/*position: absolute;			
top: 8px;
left: 20px;
width: 40%;  */
font-weight:bold;
display: inline-block;
	padding-right: 15px;
}	
}	

@media (max-width: 480px){	

table, thead, tbody, tfoot, th, td, tr { 			/* Forza la tabella a non essere piÃ¹ una tabella */
display: block; 
width: 100% !important;
}
		
thead tr { 						/* Nascondiamo l'intestazione della tabella thead */
position: absolute;
top: -9999px;
left: -9999px;
}
tr { 
border: 1px solid #666; 
padding-top:20px;}
		
td { 
position: relative;		/* Creiamo lo spazio per l'intestazione  */ 
line-height:50px;
border:0;
}
		
td:before {
	/*position: absolute;			
top: 0px;
left: 0px;
width: 100%;
line-height:0px;
top:5px;  */
	font-weight: bold;
	display: inline-block;
	padding-right: 15px;
}
	
}
	

/***************** header ********************/
#navbar-settemilacaffeparma{
	background-color: #FFF;
	position: fixed;
    right: 0;
    left: 0;
	top: 0;
    z-index: 1030;
}
#navbar-settemilacaffeparma a{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar.navbar-default{
	margin-bottom: 0px;
}
.menu .col-sm-3{
	padding-right:0px !important;
}  
.menu .col-sm-9{
	padding-left:0px !important;
	padding-right:0px !important;
}
.row.menu img{
	padding: 15px;
	background-color: #FFF;
}
.navbar-default {
    background-color: inherit;
    border-color: transparent !important;
	border-radius: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-default .navbar-nav>.active>a {
    color: #000;
    background-color: transparent;
	position:relative
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #767676;
    background-color: transparent;
}

/*.navbar-default .navbar-nav>.active>a:after {
	background-color: #000;
	position: absolute;
	height: 10px;
	width: 10px;
	top: 50%;
	right: 0px;
	margin-top: -5px;
	content: '';
}*/
.menu-alto{
	text-align: right;	
}
.menu-alto a {
	font-weight: 300;
	color: #777777;
	line-height: 35px;
	vertical-align: middle;
	height: 35px;
	display: inline-block;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.menu-alto a:hover, .menu-alto a:focus{
	text-decoration:none;
    color: #000;
}
.menu-alto .dropdown-menu a{
	text-align: right;
}
.menu-alto .menu-social{
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777777;
	display: inline-block;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu-alto .menu-social a{
	min-width: 30px;
	padding-right: 0px;
	padding-left: 0px;
}
.menu-alto .menu-carrello{
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777777;
	display: inline-block;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu-alto .menu-carrello a{
	min-width: 30px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}
.menu-alto .menu-carrello a .numero-articoli{
	position: absolute;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-color: #c92225;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	z-index: 9;
	top: -5px;
	right: -5px;
	border-radius: 100%;
	font-weight: bold;
	padding-top: 1px;
}
.menu-alto .menu-reserved{
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #777777;
	display: inline-block;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu-alto .menu-reserved a{
	min-width: 30px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}
.menu-alto .menu-lingua{
	display: inline-block;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.menu-alto .menu-lingua a{
	min-width: 30px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
}
.dropdown-menu{
	text-align: right;
	left: inherit;
	right: 0;
	margin: 0px;  
	border-radius: 0px;
	min-width:240px;
}

ul.dropdown-menu.show li a {
    text-align: center;
}

.dropdown-menu li a, .menu-alto .menu-lingua .dropdown-menu a, .menu-alto .menu-reserved .dropdown-menu a {
	font-weight: 300;
	line-height: 26px;
	padding-right: 20px;
	padding-left: 20px;
}	
	
@media (max-width:767px) {
	.navbar-toggle.pull-left {
		margin-left: 10px;
	}
	.row.menu img{
	margin-right: auto;
	margin-left: auto;
	}	
	.menu-alto .menu-carrello{
	padding-right: 25px;
	margin-top: 20px;
	}
	.menu-alto .menu-reserved{
	border-left-width: 0px;
	border-left-style: none;
	}
	.col-logo{
	width: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	}
	.col-logo img{
	max-height: 125px;		
	}
	.navbar-default {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-collapse{
	
	}
.menu-account{
	background-color: #ddd;
}
.menu-language{
	background-color: #ccc;
}	
.dropdown-menu {   
    border: 0px none rgba(0,0,0,.15);    
    -webkit-box-shadow: none;
    box-shadow: none;
}	
}
@media (max-width:991px) {
	.row.menu img{
	/*max-width: 200px;*/
	}
	.navbar-right {		
		margin-right: 0px;
	}	
}
@media (min-width:768px) {
	#navbar-settemilacaffeparma{
		background-image: url(/img/bg-linea-testata.png);
		background-repeat: repeat-x;
		background-position: center 55px;
		-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10);
		-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10);
		box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10);
	}
	.nav>li>a {
	padding: 3px;
	min-height: 40px;
	line-height: 40px;
	}
	
	
}
@media (min-width:992px) {
	.nav>li>a {
	padding: 10px 10px;
	min-height: 50px;
	line-height: 50px;
	vertical-align: middle;
	}
	.menu-alto{
	height: 55px;
	/*overflow: hidden;*/
	}
	
}
/***************** fine header ********************/
/***************** sezione home ********************/
#home-settemilacaffeparma{
	
}
/***************** fine sezione home ********************/
/***************** sezione accademia ********************/
#home-accademia{
	
}
/***************** fine sezione accademia ********************/
/***************** slideshow ********************/
.col-slide{
	background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.swiper-pagination{
	text-align: right;
	padding-right: 10px;
}
.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	border-radius: 0;
	background: none;
	padding: 1px;
	border: 1px solid #000;
	margin: 1px;
	position: relative;
}  
.swiper-pagination-bullet:after {
	position: absolute;
	background-color: rgba(244,236,222,1);
	border: 1px solid #4f2a0f;
	display: block;
	height: 14px;
	width: 14px;
	z-index: 1;
	left: 1px;
	top: 1px;
	content:'';
} 
.swiper-pagination-bullet-active:after {
	height: 16px;
	width: 16px;
	left: 0px;
	top: 0px;
}
.swiper-pagination-bullet:hover:after {
	background-color: transparent;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
} 
.swiper-slide-caption{
	min-height: 350px;	
}
.swiper-slide-caption{
	height: 100%;
	width: 100%;	
} 
.swiper-slide-caption .caption-content{
	margin: auto;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	min-height: inherit;
	padding-top: inherit;	
	background: linear-gradient(to left,rgb(255, 255, 255) 18%, rgb(255, 255, 255) 24%, rgba(255, 255, 255, 0) 45%);
}
.swiper-slide-caption .caption-content .caption-content2{
	text-align: right;
	padding-right: 30px;	
	max-width: 250px;
}
.caption-content .btn-settemilacaffeparma{
	margin-top: 10px;
}  
.swiper-container-prodotti .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;
	  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4f2a0f;
}
.swiper-container-prodotti .swiper-wrapper{
	   display: flex;
    flex-direction: row; 
  align-items: stretch;
}
.swiper-container-prodotti .swiper-slide{
    height: auto;
}
.swiper-slide-caption h1, .swiper-slide-caption h2{
	color: #4f2a0f;	
	font-size: 30px;
} 
   .swiper-container-gallery .swiper-slide {
      text-align: center;
      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;
}
.swiper-container-gallery .swiper-wrapper{
	   display: flex;
    flex-direction: row; 
  align-items: stretch;
}
.swiper-container-gallery .swiper-slide{
    height: auto;
}
@media only screen and (min-width: 768px) {
.swiper-slide-caption .caption-content .caption-content2{
	padding-right: 60px;	
	max-width: 350px;
}
.caption-content .btn-settemilacaffeparma{
	margin-top: 30px;
}  
.navbar-collapse{
	padding: 0px;
}
.navbar-nav {
	text-align: right;	
}
.navbar-nav>li {
	float: none;
	display: inline-block;
}
}
@media only screen and (min-width: 992px) {
.swiper-slide-caption .caption-content .caption-content2{	
	max-width: 450px;
}
.swiper-slide-caption h1, .swiper-slide-caption h2{	
	font-size: 45px;
}
.navbar-nav>li {
}
}
/***************** fine slideshow ********************/
/***************** inizio prodotti ********************/
.box-prodotti{
	padding-bottom: 65px;
	width: 100%;	
	height: 100%;	
}
.box-prodotti img{
	padding: 20px;
}
.box-prodotti h3{
	padding: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4f2a0f;
	margin-bottom: 0px;
}
.link-scheda{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 30px;		
}

/***************** fine prodotti ********************/
/***************** inizio news ********************/
.col-news{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4f2a0f;
	border-bottom-color: #4f2a0f;
}
.box-news{
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box-news h3{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 24px;
}
.box-news img{
	width: 100%;
}
.box-news .content-news{
	padding: 20px;	
}
.box-news .btn{
	margin-top: 30px;	
}
@media only screen and (min-width: 576px) {
	.col-news{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #4f2a0f;	
	}
	.border-left-black{
		border-left-width: 2px;
		border-left-style: solid;
		border-left-color: #4f2a0f;
	}
}
/***************** fine news ********************/
/***************** inizio facebook ********************/
.box-facebook{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e3dee6;
	background-color: #FFF;	
}
.box-facebook img{
	width: 100%;
}
.box-facebook .content-facebook{
	padding: 20px;	
}
.box-facebook .btn{
	margin-top: 30px;	
}
@media only screen and (max-width: 768px) {
	.box-facebook{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}

.footer .col-md-4 {
    text-align: -webkit-center !important;

}


}
/***************** fine facebook ********************/
/***************** inizio gallery ********************/
.gallery-pin a{
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.gallery-pin span{
	display: block;	
}
.gallery-pin a .gallery-desc {
	padding: 10px;
	color: #FFF;
	background-color: #000;
	display: block;
	
}
.gallery-pin a .gallery-img{
	position: relative;
}
.gallery-pin a .gallery-img img{
	width: 100%;
}
.gallery-pin a:hover .gallery-img:before{
	background-color:rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
}
.gallery-pin a:hover .gallery-img:after{
	font-size: 50px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	color: rgba(255,255,255,0.2);
	margin-top: -25px;
	margin-left: -25px;
}

/***************** fine gallery ********************/
/***************** shop ********************/
.prodotto-evidenza, .testo-prodotto-evidenza, .testo-prodotto-evidenza-scheda {
    margin-bottom: 15px;
}
.testo-prodotto-evidenza-scheda h2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;    
}
.testo-prodotto-evidenza-scheda h3{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
.row-prodotti{
	/*margin-top: 0px;
	margin-right: -7.5px;
	margin-bottom: 0px;
	margin-left: -7.5px;	*//*padding: 0px;	
	padding-top: 0px;
	padding-right: 7.5px;
	padding-bottom: 0px;
	padding-left: 7.5px;
	margin: 0px;*/
}
.col-prodotti{
	/*margin-top: 0px;
	margin-right: 7.5px;
	margin-bottom: 0px;
	margin-left: 7.5px;	
	margin: 0px;padding: 0px;*/
	padding-top: 0px;
	padding-right: 7.5px;
	padding-bottom: 0px;
	padding-left: 7.5px;
	
}
.hover-prodotti{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #000;
}
.col-prodotti:hover{
	opacity: 0.7;
}
.prodotto-evidenza, .testo-prodotto-evidenza, .testo-prodotto-evidenza-scheda{
	margin-bottom: 10px;
}
.testo-prodotto-evidenza h2{
}
.testo-prodotto-evidenza h2 span, .testo-prodotto-evidenza-scheda h2 span{	
	display: block;
	padding-top: 10px;		
}
.testo-prodotto-evidenza .codice, .testo-prodotto-evidenza-scheda .codice{
	font-size: 12px;
	color: #585858;
	padding-top: 5px;
}
.testo-prodotto-evidenza .prezzo, .testo-prodotto-evidenza-scheda .prezzo{
	font-size: 30px;
	color: rgba(244,236,222,1);
	padding-top: 20px;
}

.testo-prodotto-evidenza-scheda .prezzo{
	color: #000 !important;
	
	}

.testo-prodotto-evidenza .sconto, .testo-prodotto-evidenza-scheda .sconto{
	color: #666666;
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
}
.lista-prodotti a {
	text-decoration: none;	
}
.lista-prodotti a .sconto{
	color: #666666;
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;	
}
.lista-prodotti h3, .lista-prodotti-evid h3 {
	/*float: left;*/
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;	
}
.lista-prodotti .prezzo, .lista-prodotti-evid .prezzo {
	/*float: right;*/
	padding-right: 10px;
	padding-left: 10px;	
}
.lista-prodotti .more, .lista-prodotti-evid .more  {
	display: none;
}
.choose-color{
	padding: 0px;
	margin-top: 30px;
	font-size: 16px;
}
.choose-color .titolo{
	padding-bottom: 10px;
	color: #000;
}
.choose-color .bk-color{
	background-color: #CCC;
	display: block;
	height: 30px;
	width: 100%;
	position: relative;
	border: 1px solid #ccc;
}
.choose-color .bk-color.active{
	border: 2px solid #333;
}
.choose-color .bk-color:hover{
	border: 1px solid rgba(244,236,222,1);
}
.choose-color .row{
	margin-right: -5px;
    margin-left: -5px;
}
.col-choose-color{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}


.choose-color .bk-color-Light-001{
	background-color: #f8cba1;
}
.choose-color .bk-color-Beige-002{
	background-color: #f4ac72;
}
.choose-color .bk-color-Coral-73{
	background-color: #f4b6ab;
}
.choose-color .bk-color-Amethyst-74{
	background-color: #e7a7b5;
}
.choose-color .bk-color-Light-Caramel-75{
	background-color: #b2180e;
}
.choose-color .bk-color-Natural-Mallow-76{
	background-color: #7b161a;
}
.choose-color .bk-color-Bronze-71{
	background-color: #f1925a;
}
.choose-color .bk-color-Golden-Brown-72{
	background-color: #ca5812;
}
.choose-color .bk-color-GoldenNatural-58{
	background-color: #e4d1b3;
}
.choose-color .bk-color-Amber-Beige-59{
	background-color: #f8cba1;
}
.choose-color .bk-color-Beige-51{
	background-color: #e4d1b3;
}
.choose-color .bk-color-Olive-52{
	background-color: #f8cba1;
}
.choose-color .bk-color-Dark-Olive-53{
	background-color: #f4ac72;
}
.choose-color .bk-color-Light-136{
	background-color: #fae1c3;
}
.choose-color .bk-color-Beige-137{
	background-color: #f5cea5;
}
.choose-color .bk-color-Natural-138{
	background-color: #e3ab78;
}
.choose-color .bk-color-Golden-Natural-139{
	background-color: #d79f6c;
}
.choose-color .bk-color-Amber-Beige-140{
	background-color: #cc845e;
}
.choose-color .bk-color-Natural-151{
	background-color: #fbe0c3;
}
.choose-color .bk-color-Beige-152{
	background-color: #f7cfab;
}
.choose-color .bk-color-Natural-Beige-153{
	background-color: #eccdb1;
}
.choose-color .bk-color-Shiny-120{
	background-color: #f6f2e7;
}
.choose-color .bk-color-shiny-reflex-beige-121{
	background-color: #d9b9a2;
}
.choose-color .bk-color-shiny-gold-122{
	background-color: #ffebb0;
}
.choose-color .bk-color-shiny-violet-123{
	background-color: #80788d;
}
.choose-color .bk-color-White-80{
	background-color: #f5f5ed;
}
.choose-color .bk-color-Light-rose-81{
	background-color: #fae0d1;
}
.choose-color .bk-color-Peach-82{
	background-color: #e3b39f;
}
.choose-color .bk-color-Brown-83{
	background-color: #805535;
}
.choose-color .bk-color-Plum-84{
	background-color: #826c6e;
}
.choose-color .bk-color-Graphyte-85{
	background-color: #58606d;
}
.choose-color .bk-color-Black-86{
	background-color: #1f2523;
}
.choose-color .bk-color-Dark-brown-87{
	background-color: #594b40;
}
.choose-color .bk-color-Light-brown-88{
	background-color: #a5825a;
}
.choose-color .bk-color-Pale-link-89{
	background-color: #f6e5d1;
}
.choose-color .bk-color-Light-Aubergine-02{
	background: linear-gradient(110deg, #f7d7e7 50%, #b51b3a 50%);
}
.choose-color .bk-color-Black-Grey-03{
	background: linear-gradient(110deg, #020204 50%, #545861 50%);
}
.choose-color .bk-color-Light-Natural-Brown-04{
	background: linear-gradient(110deg, #f7cbba 50%, #6a1709 50%);
}
.choose-color .bk-color-Light-Mallow-05{
	background: linear-gradient(110deg, #e492a8 50%, #830029 50%);
}
.choose-color .bk-color-Light-Green-06{
	background: linear-gradient(110deg, #dddcb1 50%, #656825 50%);
}
.choose-color .bk-color-Mascara-Black{
	background-color: #040308;
}
.choose-color .bk-color-Brown-01{
	background-color: #681f00;
}
.choose-color .bk-color-Black-02{
	background-color: #040308;
}
.choose-color .bk-color-Ethic-Caramel-79{
	background-color: #ca5812;
}
.choose-color .bk-color-Matte-Chestnut-37{
	background-color: #834026;
}
.choose-color .bk-color-Dark-Mellow-38{
	background-color: #8b2e1c;
}
.choose-color .bk-color-Biberry-39{
	background-color: #76231f;
}
.choose-color .bk-color-Warm-Red-42{
	background-color: #6d1d16;
}
.choose-color .bk-color-Desert-Rose-44{
	background-color: #ad2c0f;
}
.choose-color .bk-color-Pink-45{
	background-color: #ac3f3a;
}
.choose-color .bk-color-Intense-Red-46{
	background-color: #85190f;
}
.choose-color .bk-color-Matte-Amber-47{
	background-color: #76231f;
}
.choose-color .bk-color-Flamboiant-48{
	background-color: #863933;
}
.choose-color .bk-color-Natural-49{
	background-color: #b75f4b;
}
.choose-color .bk-color-Deep-Caramel-Volumizzante-50{
	background-color: #ae4a32;
}
.choose-color .bk-color-Vibrant-Pink-Volumizzante-51{
	background-color: #c8595f;
}
.choose-color .bk-color-Natural-Brown-52{
	background-color: #9a4f3c;
}
.choose-color .bk-color-Mauve-53{
	background-color: #711a22;
}
.choose-color .bk-color-Red-54{
	background-color: #c90f02;
}
.choose-color .bk-color-Sumpuous-Red-55{
	background-color: #961407;
}
.choose-color .bk-color-Amplified-56{
	background-color: #ba3644;
}
.choose-color .bk-color-Natural-Chestnut-57{
	background-color: #983923;
}
.choose-color .bk-color-Intense-brown-12{
	background-color: #5b2012;
}
.choose-color .bk-color-Intense-violet-16{
	background-color: #490c0b;
}
.choose-color .bk-color-Light-brown-17{
	background-color: #6c3318;
}
.choose-color .bk-color-Intense-chestnut-18{
	background-color: #9f1a13;
}
.choose-color .bk-color-Natural-mallow-19{
	background-color: #842d0f;
}
.choose-color .bk-color-Coral-20{
	background-color: #a22d23;
}
.choose-color .bk-color-Natural-brown-21{
	background-color: #6e2f20;
}
.choose-color .bk-color-Brick-red-23{
	background-color: #660306;
}
.choose-color .bk-color-Shiny-11{
	background-color: #f9faf5;
}
.choose-color .bk-color-Flamboiant-13{
	background-color: #873a1c;
}
.choose-color .bk-color-Light-lilac-15{
	background-color: #b86883;
}
.choose-color .bk-color-Brillant-white-16{
	background-color: #dedfd9;
}
.choose-color .bk-color-Brillant-rose-17{
	background-color: #a22d23;
}
.choose-color .bk-color-Warm-Red-118{
	background-color: #c92d20;
}
.choose-color .bk-color-Brick-Red-119{
	background-color: #9f0706;
}
.choose-color .bk-color-Light-White-121{
	background-color: #f6ece0;
}
.choose-color .bk-color-Light-Rose-123{
	background-color: #eee1d8;
}
.choose-color .bk-color-French-124{
	background-color: #f9f9ef;
}
.choose-color .bk-color-White-French-126{
	background-color: #e3e4dc;
}
.choose-color .bk-color-Beige-127{
	background-color: #f5ecdd;
}
.choose-color .bk-color-Red-Dahila-129{
	background-color: #8a1420;
}
.choose-color .bk-color-Dark-Pink-130{
	background-color: #d4203d;
}
.choose-color .bk-color-Fatal-Pink-133{
	background-color: #f5d3ca;
}
.choose-color .bk-color-Milk-Shack-134{
	background-color: #f8e5de;
}
.choose-color .bk-color-Beige-135{
	background-color: #fbe8d7;
}
.choose-color .bk-color-Fatal-Plum-136{
	background-color: #3f1d1b;
}
.choose-color .bk-color-Rouge-et-Noir-137{
	background-color: #270b0a;
}
.choose-color .bk-color-Imperial-138{
	background-color: #961407;
}
.choose-color .bk-color-Inattendu-139{
	background-color: #bb714a;
}
.choose-color .bk-color-xxx{
	background-color: #xxx;
}
.choose-color .bk-color-xxx{
	background-color: #xxx;
}







 



.choose-color .bk-color-red{
	background-color: #ff0000;
}
.descrizione-dettaglio{
	margin-top: 15px;
	font-size: 16px;
}
.ul-carte{
	list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    padding-right: 0px;
	}
.ul-carte li {
    display: inline-block;
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style-type: none;
}	
@media only screen and (max-width: 991px) {
	.choose-color{
		margin-top: 0px;
	}
}


/* ----- cookie ------- */
#box_cookie{
	position: fixed;
	bottom: 15px;
	top: auto;
	left: 10px;
	font-size: 12px;
	color: #777;
	background-color: #E2E2E2;
	background-image: none;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	box-shadow: none;
	z-index: 9999999999999999999;
	width: 300px;
	border-radius: 4px;	
	-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
}
#box_cookie a{
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #990000 ;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	border-color: #990000 ;
}
#box_cookie a:hover{ color: #CCC; }
#box_cookie span{
	display: block;
	padding-bottom: 10px;
}
#chiudi_cookie{
	font-size: 11px;
	color: #777;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: right;
	margin-left: 10px;
	cursor: pointer;
}
#chiudi_cookie:hover{
	color: #555;
}
@media only screen and (min-width: 768px) {
#box_cookie a{ margin-left: 0px; margin-right: 5px; }
#box_cookie span{ /*padding-bottom: 0px; */}
#box_cookie2{ /*min-width: 748px; max-width: 1000px;*/ margin-right: auto; margin-left: auto; } 
}

/****   google map ****/
.tooltip_api {
	color: #000;
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	width: 200px;
}
.tooltip_api h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.tooltip_api .btn{
	color: #000;
}
#map_canvas{
	width: 100%;
	height: 350px;
}
#map_canvas.map-atelier{
	min-height: 350px;
}
#map_canvas.map-atelier iframe{
	min-height: 350px;
	height: 100%;
}

/****  pulsante torna su ****/
.scrolltotop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	opacity: 0.7;
	font-size: 20px;
	line-height: 40px;
	color: #FFF;
	background-color: #4f2a0f;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	padding-top: 5px;
	z-index: 999999;
}
.scrolltotop:hover, .scrolltotop:focus {
	opacity: 1.0;
	color: #FFF;
	background-color: #4f2a0f;
}
/* stili generici */
.intro-pagine{
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
}

.box-intro h1{
	font-size: 34px;
	/*font-weight: bold;*/
	} 
.box-intro h1 span{
	font-size: 18px;
	display: block;
	font-weight: normal;
	} 	
.calendario-corsi.table>thead>tr>th {
	border-bottom: 2px solid #000;
	font-weight: 600;
}
.calendario-corsi.table>tbody>tr>td, .calendario-corsi.table>tbody>tr>th, .calendario-corsi.table>tfoot>tr>td, .calendario-corsi.table>tfoot>tr>th, .calendario-corsi.table>thead>tr>td, .calendario-corsi.table>thead>tr>th {
    border-top: 1px solid #000;
}
@media only screen and (min-width: 768px) {
.box-intro{
	min-height: 300px;
	height: 100%;
}
.box-intro-titolo{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: flex-end;
	-webkit-box-align: flex-end;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
	min-height: inherit;
	padding-top: inherit;
	}
	.box-intro h1{
	text-align: right;	
	}
}
@media only screen and (min-width: 992px) {
.box-intro h1{	
	font-size: 55px;
}
.box-intro h1 span{	
	font-size: 30px;
}
}
.social-share{
	margin-top: 40px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.social-share a{
	background-color: #ccc;
	color: rgba(255,255,255,1.0);
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 28px;
	display: inline-block;
	font-size: 12px;
}
.social-share a.a-facebook{
	background-color: #3a5998;
}
.social-share a.a-twitter{
	background-color: #1da1f2;
}
.social-share a.a-linkedin{
	background-color: #0277b5;
}
.social-share a.a-pinterest{
	background-color: #bd081b;
}
.social-share a.a-googleplus{
	background-color: #d95433;
}
.social-share a.a-youtube{
	background-color: #cd201f;
}
.social-share a.a-instagram{
	background-color: #b33791;
}
.social-share a.a-stampa{
	background-color: #999999;
}
.social-share a:hover, .social-share a:focus{
	color: #FFF;
	opacity: 0.6;
}
.no-space{
padding:10px;
}
#first-section .bk-min-height {
    min-height: 500px;
}
#first-section .link img {
    height: 20px;
    padding-bottom: 5px;
}
#first-section .col-special-sx {
    border-right: solid 1px 
}
#first-section a.link {
    font-size: 20px;
    font-weight: 500;
}
.col-special-center {
display: flex;
    align-items: center;
    height: 500px;
}
.costo{
	color: red;
    font-weight: 400;
}
.footer i.fa.fa-instagram {
    font-size: 2.5rem;
}
.social-links {
    line-height: 1.8;
}

.social-links span {
  color: #FFF;
}

.social-links a {
  color: #FFF; /* couleur Instagram */
  text-decoration: none;
  margin-left: 5px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #e1306c;
}

.social-links i.fa-instagram {
  font-size: 18px;
  vertical-align: middle;
}

.insta-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 15px;
  color: #444;
}

.insta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f9f9f9;
  padding: 4px 10px;
  border-radius: 30px;
  transition: background 0.3s ease;
}

.insta-item:hover {
  background: #efefef;
}

.label {
  font-weight: 600;
  color: #333;
}

.insta-item a {
  color: #C13584;
  display: flex;
  align-items: center;
  font-size: 18px;
  transition: color 0.3s ease;
}

.insta-item a:hover {
  color: #e1306c;
}

.insta-item i.fa-instagram {
  font-size: 2rem;
}
.insta-item.fb {
    background: #FFF !important;
    padding: 4px 4px !important;
}
i.fa.fa-facebook {
    font-size: 2rem;
}