/* 
CONAD ADRIATICO
September 2022

*/

 
/* GENERALI
-------------------------------------------------------------------------------------- */
html, body {height: 100%;}
body {
	background: #ededed;
}
 
@media (min-width: 1400px) {
	.container {
		max-width: 1440px;
	}
}

 
/* VISUAL
-------------------------------------------------------------------------------------- */
.visual {
    padding: 0;
    border-bottom: 5px solid #dd722e;
}

 
/* CATEGORIA MERCIOLOGICA
-------------------------------------------------------------------------------------- */
.categoria {
    padding-top: 50px;
	background: #fff url("../img/bg-main.jpg") top right no-repeat;
	background-size: contain;
}

@media (min-width: 1400px) {
	.categoria {
		background-size: auto;
	}
}

/* PRODOTTI */
.owl-carousel {
	padding: 0 70px;
}

.slide {
  margin-bottom: 40px;
  border: 3px solid #dd722e;
}

.owl-dots {
	background: #ededed;
	margin: 0 -82px; padding: 20px 0 15px;
}

/* SLIDE NAV */
.owl-carousel.owl-theme .owl-nav {
	width: 100%;
	position: absolute; top: 45.5%; left: 0;
    transform: translate(0, -45.5%);
	margin: 0; padding: 0;
}

.owl-carousel.owl-theme .owl-nav button span {
	display: none;
}

.owl-carousel.owl-theme .owl-nav button  {
	width: 50%; height: 64px;
	margin: 0; padding: 0; border-radius: 0; 
}

.owl-carousel.owl-theme .owl-nav button.owl-prev,
.owl-carousel.owl-theme .owl-nav button.owl-prev:hover {background: transparent url(../img/prev.png) center left no-repeat;}

.owl-carousel.owl-theme .owl-nav button.owl-next,
.owl-carousel.owl-theme .owl-nav button.owl-next:hover {background: transparent url(../img/next.png) center right no-repeat;}


/* PUNTI VENDITA
-------------------------------------------------------------------------------------- */
.punti-vendita {
	font-family: 'DIN Pro Regular', sans-serif;
	text-align: center;
	background: #ccc;
	padding: 20px;
	font-size: 16px; line-height: 20px;
}

.punti-vendita strong {
	font-family: 'DIN Pro Bold', sans-serif;
}

@media (min-width: 768px) {
	.punti-vendita {
		font-size: 20px; line-height: 24px;
	}
}

@media (min-width: 990px) {
	.punti-vendita {
		font-size: 28px; line-height: 32px;
	}
}

.punti-vendita p {
	margin-bottom: 0; padding-bottom: 0;	
}

.punti-vendita span {
	color: #878787;
}

/* FOOTER
-------------------------------------------------------------------------------------- */
.footer {
	padding: 25px;
	background: #4a4a4a;
	text-align: center;
	color: #fff;
}

/* TOP FOOTER */
.top-footer {	
	font-family: 'DIN Pro Bold', sans-serif;
	font-size: 16px; line-height: 16px;
	padding-bottom: 25px;
}

.top-footer img {
	margin: 0 10px;
}

.top-footer p {
	margin-right: 20px;
}

@media (min-width: 1400px) {
	.top-footer p {
		margin-left: -150px;
	}
}

.top-footer div {
	padding: 10px;
}

/* PULSANTE */
.button {
	background: #fe7632;
	color: #fff;
	border-radius: 25px;
	font-family: 'DIN Pro Bold', sans-serif;
	font-size: 14px; line-height: 14px;
	padding: 13px 30px 12px;
	display: inline-block; text-decoration: none;
	text-transform: uppercase;
}

.button:hover {
	background: #e26a0a;
	color: #fff;
}

/* BOTTOM FOOTER */
.bottom-footer {
	border-top: 1px solid #fff; background: transparent;
	font-size: 11px; line-height: normal;
	padding-top: 20px;
}

.bottom-footer div {
	padding: 10px;
}

.bottom-footer a {
	text-decoration: none;
	color: #fff;
}

.bottom-footer a:hover {
	text-decoration: underline;
}

.bottom-footer ul {
	list-style: none;
	display: inline-block;
}

.bottom-footer li {
	padding-right: 10px; margin-right: 10px;
	border-right: 1px solid #fff;
	display: inline-block;
}

.bottom-footer li:last-child {
	border: none;
}

/* ICO SOCIAL */
.bottom-footer img {
	padding: 7px;
	border-radius: 40px;
	width: 40px; height: 40px;
	background: #8d8d8d;
	margin: 0 10px;
}






