/* Import Fonts */
@font-face {
  font-family: 'VerlagC-Book';
  src:url(../font/Futura.otf)
}

@font-face {
  font-family: 'VerlagC-Bold';
  src:url(../font/Futura.otf)
}

@font-face {
  font-family: 'Verlag-Black';
  src:url(../font/Futura.otf)
}

@font-face {
  font-family: 'Montserrat';
  src:url(../font/Futura.otf)
}

@font-face {
  font-family: 'BauerBodoniItalic';
  src:url(../font/Futura.otf)
}
@font-face {
  font-family: 'Chonker';
  src:url(../font/Chonker.ttf)
}

@font-face {
  font-family: 'Verlag-Light';
  src:url(../font/Futura.otf)
}

@font-face {
  font-family: 'FuturaBold';
  src:url(../font/futura-pt-demi.otf)
}

/* Toggle Styles */
html,
body {
  height:100% !important;
}

body {
	font-family: 'VerlagC-Book', sans-serif;
	background-color:#ffffff;}
	
/*main {min-height: calc(100% - 400px);}*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
	
.container-fluid {position:relative}
.container-fluid.np { padding-left:0px !important; padding-right:0px !important}

ul {list-style:none; margin:0; padding:0}
ul li { }

a { color:#999; text-decoration:none}
a:HOVER  { color:#fff; text-decoration:none}

p {margin-top:0; margin-bottom:0;}

.dropdown-toggle:focus {
    outline: none !important;
}


/* Margin e Padding */
.marginReset 	{margin-left:0 !important; margin-right:0 !important;}
.paddingReset 	{padding-left:0 !important; padding-right:0 !important;}
.marginTop0		{margin-top:0px !important}
.marginTop25	{margin-top:25px !important}
.marginTop50 	{margin-top:50px !important}
.marginTop100 	{margin-top:100px !important}
.marginTop150 	{margin-top:150px !important}
.marginTop200 	{margin-top:200px !important}
.marginBot25 	{margin-bottom:25px !important}
.marginBot50 	{margin-bottom:50px !important}
.marginBot100 	{margin-bottom:100px !important}
.paddingTop0 	{padding-top:0px !important}
.paddingTop50 	{padding-top:50px !important}
.paddingTop100 	{padding-top:100px !important}
.paddingBot0 	{padding-bottom:0px !important}
.paddingBot50 	{padding-bottom:50px !important}
.paddingBot100 	{padding-bottom:100px !important}

.paddingGutter	{padding:0 15px !important}

.pL0 {padding-left:0px !important} 
.pR0 {padding-right:0px !important}
.mL0 {margin-left:0px !important} 
.mR0 {margin-right:0px !important} 

@media only screen and (max-width: 992px) {
	.pL0 {padding-left:0px !important; padding-right:0px !important} 
	.pR0 {padding-right:0px !important; padding-left:0px !important;} 
}

/* Typography Styles */
h1{
	font-family: 'BauerBodoniItalic', Calibri, Arial, sans-serif;
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:10px;
	color:#222222;
	font-size:60px;
	letter-spacing:1px;
	line-height:auto;
}

h2{
	font-family: 'BauerBodoniItalic', Calibri, Arial, sans-serif;
	margin: 0 auto;
	color:#222222;
	font-size:30px;
	letter-spacing:1px;
	line-height:auto;
}

h3{
	font-family: 'BauerBodoniItalic', Calibri, Arial, sans-serif;
	color:#333333;
	font-size:20px;
	line-height:26px;
}
 
h4{
	font-family: 'Verlag-Light', Calibri, Arial, sans-serif;
	color:#333333;
	font-size:15px;
	line-height:20px;
}

.h4 {
	font-family: 'Verlag-Light', Calibri, Arial, sans-serif;
	color:#666666;
	font-size:15px;
	line-height:20px;
}

h5{
	font-family: 'VerlagC-Book', Calibri, Arial, sans-serif;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:20px;
	width:100%;
	color:#333333;
	font-size:20px;
	line-height:35px;
}

h6{
	font-family: 'VerlagC-Bold', Calibri, Arial, sans-serif;
	margin: 0 auto;
	margin-bottom:10px;
	color:#CCCCCC;
	font-size:20px;
	line-height:26px;
	letter-spacing:1px;
	padding:0;
}

.dwnAll {
	font-family: 'VerlagC-Book', Calibri, Arial, sans-serif;
	color:#333333;
	margin-top: 8px;
	font-size:15px;}
	.dwnAll img { margin-left: 5px}

.table-responsive {
	font-size:14px;
	line-height:18px;
}


@media only screen and (max-width: 992px) { .dwnAll { width: 100%; margin-bottom: 20px} }

@media only screen and (max-width: 992px) {
	
	h1{
		margin-top:30px;
		margin-bottom:10px;
		font-size:35px !important;
		line-height:40px !important;
	}
	
	h2{
		font-size:23px;
		line-height:30px !important;
	}
	
	h3{
		font-size:18px;
		line-height:22px;
	}
	h4{
		font-size:16px;
		line-height:20px;
	}

	.h4 {
		font-size:16px;
		line-height:20px;
	}

	h5{
		margin-top:5px;
		margin-bottom:10px;
		font-size:15px;
		line-height:19px;
	}

	h6{
		margin-bottom:5px;
		font-size:15px;
		line-height:18px;
	}
	
	.table-responsive {
		font-size:13px;
		line-height:16px;
	}
		
}

p.category {
	font-family: 'VerlagC-Bold', Calibri, Arial, sans-serif;
	color:#666666;
	font-size:12px;
	letter-spacing:0px;
	line-height:18px;
	padding:0;
	text-transform:uppercase;
}

	p.category span { color:#333333}

p.dataLunga {
	font-family: 'VerlagC-Bold', Calibri, Arial, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:18px;
	padding:0;
}

	p.dataLunga span { color:#333333}
	

p.textHoverImage {
	font-family: 'VerlagC-Book', Calibri, Arial, sans-serif;
	color:#eaeaea;
	font-size:15px;
	letter-spacing:1px;
	line-height:22px;
	padding:0 40px;
	width:100%;
	height:100%;
}

@media only screen and (max-width: 1200px) {
  p.textHoverImage {
		letter-spacing:0px;
		padding:0 10px;
  }
}

p.collectionCapitol {
	font-family: 'VerlagC-Bold', Calibri, Arial, sans-serif;
	color:#666;
	font-size:11px;
	line-height:18px;
	padding:0;
	text-transform:uppercase;
	margin:20px 0 5px;
}

p.collectionCapitol:after {
  width: 35px;
  height: 1px;
  display: block;
  background-color: #999999;
  content: "";
  margin:0;
}

	
	p.copyFooter a {color:#777777;}
	p.copyFooter a:HOVER {color:#cccccc;}

.text-white {color: #fff}

/* Typo Combinations */
.b_1b {padding:0 10px; border-left:1px solid #222222; border-right:1px solid #222222;}
.b_1w {padding:0 10px; border-left:1px solid #222222; border-right:1px solid #222222;}

.lineUnderTitle { width:80px; height:4px; background-color:#edb300; margin-top:5px}


/* Pages Elements */
.line150{
	height:1px;
	width:150px;
	background-color:#333333;
	margin:20px 0 15px;
}

.line150w{
	height:1px;
	width:150px;
	background-color:#ffffff;
	margin:20px auto 15px;
}

.line50{
	height:1px;
	width:50px;
	background-color:#333333;
	margin:20px 0 15px 0;
}
.line50w{
	height:1px;
	width:50px;
	background-color:#ffffff;
	margin:20px 0 15px 0;
}

@media only screen and (max-width: 992px) {
	.line150{
		margin:15px 0 10px 0;
	}

	.line150w{
		margin:15px auto 10px;
	}

	.line50w{
		margin:15px 0 10px 0;
	}
	.line50{
		margin:15px 0 10px 0;
	}
}

#st-el-1 {z-index: 8000 !important;}

.sectionTitle {
	width:100%;
	background-image:url(../img/lineSectionTitleB.jpg);
	background-repeat:repeat-x;
	background-size:1px 1px;
	margin:40px 0 30px 0;
	background-position:center center}
	
	.sectionTitle p {
		background-color:#ffffff;
		text-align:center;
		padding:0 20px;
		font-family: 'VerlagC-Bold', Calibri, Arial, sans-serif;
		color:#666;
		font-size:15px;
		letter-spacing: 1px;
		line-height:20px;
		width:400px;
		margin:0 auto;
		text-transform:uppercase;
	}
	
@media only screen and (max-width: 992px) {
	.sectionTitle {
		margin:30px 0 20px 0;}
}

	@media only screen and (max-width: 720px) {
		.sectionTitle p {
			width:250px;
		}
	}


/* NEW HEADER STYLE */
#topbar {
	border-bottom:0px solid #222222; 
}

.topnav {
	z-index: 6000 !important;
	display: none;
	margin-top: 130px;
	padding-bottom: 15px;
	position: fixed;
	transition: top .5s ease-in-out;
	background-color:#111111;
	opacity:.9;
}

#topbar .icon img {
	width: 50px;
	margin-top: 40px
}

.header {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	position: fixed;
	top: 0;
	height: 70px!important;
	z-index: 9000;
	transition: all 0.2s ease-in-out;
}

.activeWhite {
	background-color: rgb(255,255,255);
 	background-color: rgba(255,255,255,.9);
	border-bottom:1px solid #eaeaea; 
}
.logoMenu {height: 50px; margin-top: 10px; margin-left:8.33%}

.main {
	margin: 0 auto;
	display: block;
	height: 100%;
	margin-top: 60px;
}
.mainInner{
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}
.mainInner div{
	display:table-cell;
	vertical-align: middle;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: 1.25px;
}

.headerLogo {float: left; width: 200px}
.headerNav {
	float: left;
	width: calc(100% - 250px);
	text-align: right;
	line-height: 25px;
	margin-top: 25px;
	font-size: 13px;
	text-transform: uppercase;
}
.headerNav a {margin-left: 24px; color: #000;}
.headerNav ul a {margin-left: 0px;}
.headerNav .dropdown-menu a {margin-left: 0px; color: #000;}

.headerNav a:HOVER, .headerNav a.active {	color:#333; }
.activeWhite a:HOVER, .activeWhite a.active {	color:#333; }
.secondaria {
	margin-top: 0px;
}

.langSel {float: right;}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #999;
}

.monitorV .wideStyle img { height:14px !important; vertical-align: middle;}


@media only screen and (max-width: 1250px) { 
	.headerNav {font-size: 12px;}
	.headerNav a { margin-left: 15px;}
	.logogha  {height: 15px; margin-top: 0px;}
}
@media only screen and (max-width: 1100px) { 
	.headerNav {font-size: 11px;}
	.headerNav a { margin-left: 10px;}
	.logogha  {height: 12px; margin-top: 0px;}
	.monitorV .wideStyle img { height:12px !important; vertical-align: middle;}
}

@media only screen and (min-width: 992px) { 
	.deviceV {display: none}
}
@media only screen and (max-width: 991px) { 
	.monitorV {display: none}
}



#sidebarMenu {
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 9000;
	right: 0;
	width: 400px;
	margin-top:0px;padding-top: 60px;
	border-left: 1px solid #eaeaea;
	transform: translateX(400px);
	transition: transform 250ms ease-in-out;
	background: linear-gradient(180deg, #fff 0%, #fff 100%);
	font-size: 14px!important;
	overflow-y: scroll;
	-webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
		 -moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
					box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 570px) {
	#sidebarMenu {
		width: 95%;
		transform: translateX(100%);
	}
}

#overlayMenu { 
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
	z-index: 8000;
	background-color: rgba(0,0,0,.5);
	transition: all 0.2s ease-in-out;}

.sidebarMenuInner{
	margin:0;
	padding:0;
}
.sidebarMenuInner li{
	text-transform: uppercase;
	padding: 0 10px 0 10px;
}
.sidebarLink  li a{
	cursor: pointer;
	text-decoration: none;
	color: #444
}

.sidebarLink li a { color: #999999}
.sidebarLink li a:HOVER { color: #000000}
.sidebarLink li.active a {color: #000000}

.sidebarMenuInner li.wideStyle img { height:16px !important; vertical-align: middle;}
		
.sidebarMenuInner li.wideStyle img.wesb { display:none;}
.sidebarMenuInner li.wideStyle:hover img.wesb { display:inline}
.sidebarMenuInner li.wideStyle:hover img.wesg { display:none}

.sidebarMenuInner li.wideStyles a:hover,
.sidebarMenuInner li.activeWeS a {background-position: 24px 18px;background-repeat:no-repeat;background-size: 120px; background-image:url(../img/WideStyleLogoN.svg)}
.sidebarMenuInner li.wideStyles a:hover img,
.sidebarMenuInner li.activeWeS a img {visibility: hidden;}

.sidebarMenuInner li.abk30 img { height:14px !important; vertical-align: middle;}
.sidebarMenuInner li.abk30 img.wesb { display:none;}
.sidebarMenuInner li.abk30:hover img.wesb { display:inline}
.sidebarMenuInner li.abk30:hover img.wesg { display:none}

.sidebarMenuInner li.abk30 .active img.wesb { display:inline}
.sidebarMenuInner li.abk30 .active img.wesg { display:none}



		


.sidebarMenuLang {
	margin:20px 20px 0 20px;
	padding:20px 10px 0px 10px;
	border-top: 1px solid #eaeaea;
}

.sidebarMenuSocial{
	margin:20px;
	padding:20px 10px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.sidebarMenuSocial img {width: 30px}

.sidebarMenuNewsl { 
	margin:0px 20px 20px 20px;
	padding:0px 10px 20px 10px;
}


input[type="checkbox"]:checked ~ #sidebarMenu {
	transform: translateX(0);
}

input[type="checkbox"]:checked ~ #overlayMenu {
	display: inline;
	opacity: 1;
}

input.openSidebarMenu {
	transition: all 0.3s;
	box-sizing: border-box;
	display: none;
}
.sidebarIconToggle {
	transition: all 0.3s;
	box-sizing: border-box;
	cursor: pointer;
	position: absolute;
	z-index: 9200;
	height: 100%;
	width: 100%;
	top: 28px;
	right: 22px;
	height: 22px;
	width: 22px;
	position: fixed;
}
.spinner {
	transition: all 0.3s;
	box-sizing: border-box;
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #000;
}
.horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}
.diagonal.part-1 {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	float: left;
}
.diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
	transition: all 0.3s;
	box-sizing: border-box;
	opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(135deg);
	margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
	transition: all 0.3s;
	box-sizing: border-box;
	transform: rotate(-135deg);
	margin-top: -9px;
}
/* END NEW HEADER STYLE */

/* FOOTER Styles */
#footer {
	text-align:left;
	margin-top:0px;
	background-color:#f4f4f4;
	padding-top:0px;
	padding-bottom:60px;
}

.footerSocial {
	text-align:center;
	margin-top:0px;
	background-color:#151515;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom: 30px;
	border-bottom: 2px solid #333333;
}
	#footer .footerSocial li {margin:10px 8px !important}
		#footer .footerSocial li img { width:45px; opacity:.5; transition: opacity 0.28s ease-in-out, transform 0.28s ease-in-out;}
		#footer .footerSocial li img:HOVER { opacity:1}

@media only screen and (max-width: 890px) {
	#footer .footerSocial li {margin:10px 3px !important}
	#footer .footerSocial li img { width:25px;}
}

	
	#footer .foo1 img { width:80%}
	#footer .fooCopy  {
		border-top:1px solid #222222 !important;
		margin-top:30px;}
	
	#footer p.footerCaption {
		font-family: 'VerlagC-Bold', Calibri, Arial, sans-serif;
		color:#666666;
		font-size:13px;
		line-height:18px;
		width:100%;
		margin-bottom:10px;
		border-bottom:1px solid #333333;
		padding-bottom:10px;
	}
	
	#footer p.footerText {
		font-family: 'VerlagC-Bold', Calibri, Arial, sans-serif;
		color:#666666;
		font-size:11px;
		line-height:14px;
		width:100%;
	}
	
	#footer p.footerCopy {
		font-family: 'VerlagC-Bold', Calibri, Arial, sans-serif;
		color:#666666;
		font-size:11px;
		line-height:14px;
		width:100%;
	}
	
		#footer p.footerCopy a { color:#666666 !important}
		#footer p.footerCopy a:HOVER { color:#333333 !important}
	
	#footer .button {color:#999999 !important}
	#footer .button:HOVER {color:#333333 !important}
	#footer .socialFooter li {margin:10px 5px 10px 0}
		#footer .socialFooter li img { width:30px; opacity:.5; transition: opacity 0.28s ease-in-out, transform 0.28s ease-in-out;}
		#footer .socialFooter li img:HOVER { opacity:1}
		

	#footer .partners {padding-top: 40px;text-align: center;width: 100%}
	#footer .partners div {width: 100%}
	#footer .partners div a {display: inline-block;margin: 0 3% 25px;width: 14.1414%}
	
	@media only screen and (max-width: 1200px) {
		#footer > div > div > div > div  {margin-bottom:20px}
	}
	
	@media only screen and (max-width: 767px) {
		#footer .partners div a {margin: 0 3% 50px; width: 60%}
		#footer .partners div a:last-child {
        margin: 0 3% 0px;
    }		
	}
	
	@media only screen and (max-width: 567px) {
		#footer p.footerCaption {text-align:center !important}	
		#footer p.footerText {text-align:center !important}
		#footer p.footerCopy {text-align:center !important}
		#footer > div > div > div > div  { text-align:center !important}
		
		#footer .float-right { float:none !important}
	}
	
/* ToTop Plugin */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(200, 200, 200, 0.6) url(../img/cd-top-arrow.svg) no-repeat center 50%;
	background-size:50% 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #eaeaea;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}

/* Slider top 100% */
.carousel-item {
  /*height: calc(100vh - 130px);*/
	height: 100vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
	.carousel-item {
		height: 60vh;
	}

}

/*@media only screen and (max-width: 767px) {
	
	.carousel-item {
	  height: calc(100vh - 100px);
	}
		
}*/

.carousel-caption {
  transform: translateY(-60%);
  bottom: 0;
  top: 60%;
}

.carousel-item h3 {
	font-family: 'BauerBodoniItalic', Calibri, Arial, sans-serif;
	text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
	margin: 0 auto;
	margin-bottom:30px;
	width:100%;
	color:#ffffff;
	font-size:60px;
	letter-spacing:1px;
	line-height:70px;
	text-align:center
}

.carousel-item h4 {
	font-family: 'BauerBodoniItalic', Calibri, Arial, sans-serif;
	text-shadow: 0px 0px 4px rgba(80, 80, 80, 1);
	margin: 0 auto;
	margin-bottom:20px;
	width:100%;
	color:#ffffff;
	font-size:35px;
	letter-spacing:1px;
	line-height:45px;
	text-align:center;
}

@media only screen and (max-width: 992px) {
	.carousel-item h3 {
		font-size:40px;
		letter-spacing:0px;
		line-height:45px;
	}

	.carousel-item h4 {
		font-size:25px;
		letter-spacing:0px;
		line-height:30px;
	}
}

.lineWhiteShadow {
	width:100px;
	height:13px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:10px;
	background-image:url(../img/lineWhiteShadow.png);
	background-repeat:repeat-x;
	background-size:contain;
}

.carousel-item p.description {
	font-family: 'VerlagC-Book', Calibri, Arial, sans-serif;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	margin: 0 auto;
	margin-bottom:10px;
	width:100%;
	color:#ffffff;
	font-size:20px;
	line-height:auto;
	text-align:center;
}

.carousel-item .button {
	margin-top:30px !important;
	display:inline-block
}

.carousel-control-next-icon {background-image:url(../img/sliderNext.svg);}
.carousel-control-prev-icon {background-image:url(../img/sliderPrev.svg);}
.carousel-control-next-icon, .carousel-control-prev-icon {width: 40px;height: 20px;}
/* Slider top 100% */

/***********  COLLEZIONI  ************/
#carouselCollection .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

/* Slider top 100% */
#carouselCollection .carousel-item {
	height: 75vh;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
	/* Slider top 100% */
	#carouselCollection .carousel-item {
		height: 50vh;
	}
}

/* Journal cards */
.card {border-radius:0px !important; border: none}
.card-img-top {
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
}

.card-columns .card {margin-bottom: 30px; background-color: #eaeaea}
.card h3 {margin-top: 10px}
@media (max-width: 992px) {
    .card-columns {
        -webkit-column-count: 1 !important;
				-moz-column-count: 1 !important;
				column-count:1 !important;
    }
}

@media (min-width: 576px) {
	.card-columns {column-gap: 30px;}
}

.juicer-feed.night li.feed-item {
background-color: #ffffff !important;
color: #000000 !important;
}
.juicer-feed.night li.feed-item a {color: #000000 !important;}


/* Privacy EU popup NEW NEW23 */
#cm.bar #c-inr {
max-width: 100% !important;
margin: 0 auto;
}

#cm {
	background-color: rgba(25, 25, 25, 0.9) !important;
}

#cm.bar {	padding: 10px !important;}
#c-ttl {margin-bottom: 5px !important; font-size: 12px !important;color: #efefef !important;}
#c-txt {font-size: 11px !important; line-height: 13px!important;color: #efefef !important;}
#c-txt .cc-link {color: #efefef !important;}

#c-bns {margin-top: 10px !important;}

#c-bns .c-bn {padding: 6px 0px !important;font-size: 0.82em;}
.foopref { display: block; border: 1px solid #333; border-radius: 0px; margin-top: 5px; background-color: #f4f4f4; cursor: pointer}

/* Privacy EU popup NEW23 */
.termsfeed-com---palette-light.termsfeed-com---nb {
	background-color: rgba(25, 25, 25, 0.9) !important;
	color: #efefef !important;
}
.termsfeed-com---nb-simple {
	right: 0;
	top: auto;
	bottom: 0;
	left: 0 !important;
	max-width: 100% !important;
	position: fixed;
}
.termsfeed-com---nb .cc-nb-main-container {
	padding: 10px !important;
}
.termsfeed-com---palette-light .cc-nb-title {
	color: #efefef !important;
}
.termsfeed-com---reset p {
	margin-top: 0;
	margin-bottom: 5px !important;
}
.termsfeed-com---nb .cc-nb-title {
	font-size: 16px !important;
	font-weight: 600;
}
.termsfeed-com---palette-light .cc-nb-text {
	color: #efefef !important;
}
.termsfeed-com---nb .cc-nb-text {
	font-size: 11px !important;
	margin: 0 0 1.25rem 0;
}

.termsfeed-com---reset button {
	border-radius: 2px;
	padding: 3px 6px !important;
	outline: none;
	background: #dcdae5;
	color: #111;
	cursor: pointer;
	border: none;
	transition: all ease .3s;
}

.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---nb .cc-nb-reject, .termsfeed-com---nb .cc-nb-changep {
font-weight: bold;
font-size: 11px !important;
margin-right: .25rem !important;
margin-bottom: .25rem !important;
}

.termsfeed-com---palette-light .cc-cp-foot {
background: #f2f2f2;
border-top-color: #ccc;
padding: 10px 10px !important;
}

.cc-cp-foot-byline {display: none !important}
.termsfeed-com---pc-dialog .cc-cp-foot-byline {
padding: 20px 10px;
font-size: 0px !important;
color: #333;
display: none !important;
}


/* Privacy EU popup */
.eupopup-container-block {
	margin-top: -50px;
	margin-left: -70px;
	margin-right: -70px;
	margin-bottom: 40px;
	padding-top: 10px;
}

.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	font-family: helvetica, arial, verdana, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #a2a2a2;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button_2 {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 12px;
}

.eupopup-button {
	margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: none;
	color: #d4006d;
}

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}


/* VIDEO MODAL */
.modal-dialog {
		max-width: 1200px;
		margin: 20px auto;
		top:20%
  }

.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position: absolute;
	right: 25px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #333333;
	opacity: 1;
}



/* Bricklayer */
@media screen and (min-width: 768px) {
	.bricklayer-column-sizer {
		/* divide by 3. */
		width: 33.3% !important;
	}
	.bricklayer-column {
		padding:0;
	}
	.bricklayer-column:nth-child(3) {
		padding:0 30px;
	}
}

@media screen and (min-width: 576px) {
	.bricklayer-column-sizer {
		/* divide by 2. */
		width: 100%;
	}
	.bricklayer-column:nth-child(3) {

	}
}


/* Section VideoBG */
section.videoBG {
  position: relative;
  background-color: black;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

section.videoBG video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

section.videoBG .container {
  position: relative;
  z-index: 2;
}

section.videoBG .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  section.videoBG {
    background: url(../image/contatti.jpg) black no-repeat center center scroll;
  }
  section.videoBG video {
    display: none;
  }
}


