/*!
 *
 * File specifico per sito 
 *
 * Copyright 2014 SpoonDesign di Cattorini Davide
 * Tutti i diritti riservati - All rights reserved
 * http://www.spoondesign.it - info@spoondesign.it
 *
 */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	background: #FFF;
}
body, td, li {
	font: normal 0.9rem/1.5rem Montserrat, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	color: #646464;
}

@font-face {
	font-family: Montserrat;
	src: url("../fonts/montserrat_regular.woff");
}
@font-face {
	font-family: Montserrat;
	font-weight: bold;
	src: url("../fonts/montserrat_bold.woff");
}

h1, h2 {
	padding: 1rem 0;
	font-size: 1.8rem;
	line-height: 2rem;
	font-style: normal;
	font-family: Montserrat, sans-serif;
	letter-spacing: 0.05em;
	color: #1e1d24;
	text-align: center;
	text-transform: uppercase;
}
h3, h4 {
	padding-top: 1rem;
	font-size: 1.2rem;
	line-height: 2.5rem;
}

a {
	color: #646464;
	font-weight: bold;
	background: none;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #646464;
	text-decoration: none;
}
sub, sup {
	line-height: inherit;
}

/* BUTTONS */

.button {
	padding: 1rem 1.3rem;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #FFF !important;
	text-decoration: none;
	background: #fc5a0a;
}
.button:hover {
	background: rgba(49, 49, 49, 1);
	color: #FFF !important;
}

.btn, .btn.disabled {
	background: #fc5a0a !important;
	text-transform: uppercase;
	text-shadow: none;
	border-radius: 0;
	border: 1px solid #fc5a0a;
	color: #FFF !important;
	opacity: 100;
}
.btn span {
	display: none;
	visibility: hidden;
}

.box_button {
	white-space: nowrap;	
}
.content .box_button {
	padding: 2rem 0 1rem 0;
	text-align: center;
}

/* CONTENITORI */

.sdgrid {
	width: 93%;
	margin: 0 auto;
}
.sdfull {
	width: 100%;
}

/* HEADER */

header {
	display: flex;
	align-items: center;
}
.logo {
	height: 145px;
}
.logo img {
	height: 125px;
	padding: 10px 0;
}
.sdtop {
	display: flex;
	margin-left: auto;
	justify-content: flex-end;
	align-items: center;
}
.sdtop div {
	margin-left: 3rem;
}
.box_icon {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.box_icon i {
	font-size: 1.8rem;
	color: #fc5a0a;
	margin-right: 0.7rem;
}

/* MENU */

.main_menu {
	margin: 0;
	background: #FC5A0A;
}
.main_menu .sdgrid {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.dj-megamenu .dj-up, .dj-megamenu .dj-up_a, .dj-megamenu li a.dj-up_a span {
	height: 50px !important;
	line-height: 50px !important;
	border: 0 !important;
	font-size: 0.9rem;
}
.dj-megamenu li.dj-up {
	padding: 0 3px !important;
}

.sdgeneral_langs {
	margin-left: auto;
}
.sdgeneral_langs img {
	width: 23px;
	margin-left: 5px;
}
.sdgeneral_langs img.flag_disabled {
	opacity: 0.6;
}

/* CONTENT */

.content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: justify;
}
.content strong, .content a {
	color: #fc5a0a;
}
.content .img_row {
	max-width: 95%;
	padding: 1%;
}

/* PRODOTTI */

.products {
	background: #F6F6F6;
	padding: 2rem 0;

}
.products .inside {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.products .sdgrid .product {
	width: 30%;
	padding: 2rem 0.5rem;
	display: flex;
	align-items: center;
}
.products .sdgrid .product i {
	width: 30px;
	margin-right: 1rem;
	padding: 20px;
	color: #FFF;
	text-align: center;
	background-color: #fc5a0a;
	border-radius: 50%;
	font-size: 2rem;
}
.products .sdgrid .product h3 {
	font-size: 1rem;
	line-height: 1.4rem;
}
.products .sdgrid .product h3, .products .sdgrid .product p {
	margin: 0;
	padding: 0;
}

.product_details {
	display: flex;
	align-items: center;
}
.product_details .product_img {
	width: 50%;
}
.product_details .product_img img {
	width: 95%;
	margin-right: 5%;
}
.product_details .product_text {
	width: 50%;
}
.product_details .product_text .product_content {
	padding: 2% 0 2% 3%;
	border-left: 5px solid #fc5a0a;
}
.product_details .product_text .product_extra {
	padding-top: 2rem;
	text-align: center;
}
.product_details .product_others {
	padding: 1rem 0 0 0;
	text-align: center;
	display: flex;
	justify-content: center;
}
.product_details .product_others img {
	width: 120px;
}
.product_details .product_others a {
	position: relative;
	padding: 5px;
}
.product_details .product_others a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '\f002';
	font-family: FontAwesome;
	color: #fc5a0a;
	font-size: 2rem;
	margin-top: -1rem;
	margin-left: -1rem;
	opacity: 0.5;
}

/* CERTIFICAZIONI */

.certs {
	text-align: center;
}
.certs img {
	max-width: 40%;
	margin: 3%;
}

/* CONTATTI */

.contacts {
	padding: 3rem 0;
	border-bottom: 1px solid #35343a;
	background: #1E1D24;
}
.contacts .sdgrid {
	display: flex;
	justify-content: center;
}
.contacts .sdgrid div {
	margin: 1rem 3rem;
	color: #FFF;
}
.contacts .sdgrid i {
	width: 30px;
	padding: 20px;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	background-color: #fc5a0a;
}

/* FOOTER */

.footer {
	background: #1E1D24;
	padding: 1rem 0;
	color: #FFF;
}
.footer .sdgrid {
	display: flex;
	justify-content: space-around;
}
.footer .inside {
	padding: 2%;
}
.footer .inside:first-child {
	max-width: 45%;
}
.footer .inside:first-child a {
	color: #fc5a0a;;
}
.footer h2 {
	font-size: 1rem;
	color: #FFF;
	text-align: left;
}
.footer .mod-menu a {
	padding-left: 20px;
	color: #FFF;
	background: none !important;
	position: relative;
}
.footer .mod-menu a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f00c';
	font-family: FontAwesome;
	color: #fc5a0a;
}

/* COPYRIGHT */

.copyright {
	background: #141419;
	font-size: 0.9rem;
	color: #FFF;
	text-align: center;
}
.copyright .sdgrid {
	padding: 0.7rem;
}
.copyright a {
	color: #FFF;
}

/* DEVICES */

@media (min-width: 1100px) {
	.sdgrid {
		width: 95%;
		margin: 0 auto;
		max-width: 1150px;
	}
}

@media (max-width: 1100px) {
	.sdtop .box_icon_1 {
		display: none;
	}

	.dj-mobile-open-btn, 
	.dj-mobile-open-btn:focus, .dj-mobile-open-btn, .dj-mobile-open-btn:hover,
	.dj-mobile-open-btn:focus, .dj-mobile-open-btn:hover, .dj-mobile-open-btn:focus {
		font-size: 2rem !important;
		background: none !important;
		color: #FFF !important;
	}
	.dj-mobile-open-btn, .dj-mobile-open-icon:before, .dj-megamenu-wrapper * {
		margin: 0 !important;
		padding: 0 !important;
		height: auto !important;
		font-size: 2rem !important;
		background: none !important;
		outline: none !important;
		color: #FFF !important;
	}

	.sdgeneral_langs {
		order: 1;
		margin: 0;
	}
	.dj-megamenu-wrapper {
		order: 2;
		margin-left: auto;
	}

	.sdslider_container {
		overflow: hidden;
	}
	.sdslider_container img {
		width: 150% !important;
	}

	.product_details {
		flex-wrap: wrap;
	}
	.product_details .product_img, .product_details .product_text {
		width: 100%;
	}
	.product_details .product_img {
		text-align: center;
	}
	.product_details .product_img img {
		width: 100%;
		max-width: 600px;
		margin: 5% 0;
		padding: 0;
	}

	.product_details .product_text {
		display: flex;
		flex-direction: column;
	}

	.product_details .product_text .product_others {
		order: 1;
		padding-top: 0;
		padding-bottom: 1rem;
	}
	.product_details .product_text .product_content {
		order: 2;
	}
	.product_details .product_text .product_extra {
		order: 3;
	}

	.contacts .sdgrid { 
		flex-wrap: wrap;
	}

	.footer .sdgrid {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.footer .inside:first-child {
		width: 100%;
	}
}

@media (max-width: 767px) {
	header {
		flex-wrap: wrap;
	}
	.logo {
		width: 60%;
		padding: 3% 0;
	}

	.sdtop .box_icon_1, .sdtop .box_icon_2 {
		display: none;
		visibility: hidden;
	}
	.sdtop .box_button {
		margin: 0;
	}

	.products .sdgrid .product {
		width: 45%;
		padding: 1rem 0.5rem;
	}

	.certs img {
		max-width: 80%;
	}
	
	.footer .inside, .footer .inside:first-child {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 550px) {
	.logo {
		width: 100%;
		text-align: center;
	}
	.sdtop {
		display: none;
		visibility: hidden;
	}

	.products .sdgrid .product {
		width: 95%;
		padding: 1rem 0.5rem;
	}
}