@charset "UTF-8";
/*
    COLOR PALETTE
	LIGHT GRAY #F4F4F4 (sfondo sezioni alternate)
	DARK GREY #232623 (testo, sfondo footer)
	CREDITS #151515 (sfondo della sezione credits)
	LINK MENU #919391 (colore link menu non selezionati)

	FONT WEIGHT
	Light 300
	Regular 400
	Semibold 600
*/

[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

::selection {
	background-color: #766361;
	color:#fff;
}

.cookielawdiv {
	position: fixed;
	bottom:0px;
	/*height: 60px;*/
	width: 90%;
	margin-left:5%;
	z-index: 999;
	padding:15px;
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	text-align: center;
}

.cookielawdiv #accNone{
	position: absolute;
	top:-25px;
	right: -25px;
	/*height: 60px;*/
	z-index: 999;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}


.cookielawdiv a:link, .cookielawdiv a:visited {
	color:#eee;
}

.cookielawdiv a:active, .cookielawdiv a:focus, .cookielawdiv a:hover {
	color:#fff;
}

.cookielawdiv a.btn {
	background: #fff;
	color: #232623;
}

body {
    background-color: #ffffff;
    color:#232623;
    font-family: 'Quasimoda',sans-serif;
	font-weight: 300;
	font-size: 16px;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

a {
	color: #232623;
	text-decoration: none;
	transition: color .3s ease;
}

a:link, a:visited {
	text-decoration: none;
	color: #232623;
}

a:active, a:hover {
	text-decoration: underline;
	color:#232623;
}

a.btn, button.btn {
	background-color: transparent;
	padding:10px 20px;
	border: solid 2px #232623;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color:#232623;
	font-weight: 600;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input.form-control, textarea.form-control {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

a.btn:focus, button.btn:focus {
	border: solid 2px #232623;
	background-color: #232623 !important;
	color:#fff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

a.btn-primary, button.btn-primary {
	border: solid 2px #232623;
	border-color: #232623;
}

a.btn-primary:active, a.btn-primary:hover, a.btn-primary:focus , button.btn-primary:active , button.btn-primary:hover , button.btn-primary:focus  {
	border: solid 2px #232623;
	background-color: #232623;
	color:#fff;
}

h1, h2, h3, h4 {
	color:#232623;
	margin-top:0;
	margin-bottom: 30px;
	font-weight: 300;
}

h1 {
	font-size:48px;
}

h2 {
	font-size:32px;
	color: #151222;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:18px;
}

.identity img {

}



.table td, .table th {
	border: none;
	border-bottom: solid 1px #eee;
}


/******************************
	HEADER
******************************/

.header{
	padding: 60px 0;
	background-color: #f4f4f4;
	text-align: center;
	font-size: 18px;
}

#mobilemenu {
	position: absolute;
	top: 0;
	left: 0;
}

#cambialingua {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	width: auto;
	max-width: none;
	padding: 0;
}

#cambialingua:focus{
	box-shadow: none;
}

.header img {
}

#cambialingua option {
	color: #212321;
}

.header ul {
	padding:0;
	margin: 0;
	margin-top: 60px;
	list-style: none;
}

.header ul li {

	display: inline-block;
	margin: 0 15px;
	padding:0px;
}

.header a {
	color: #919391;
	font-weight: 600;
}

.header a:hover, .header a:active{
	color:#232623;
	text-decoration: none;
}

.navigation-container {
	z-index: 900;
	overflow: hidden;
	position: fixed;
	width:0;
	height:0;
	top:0px;
	left: 0px;
}

.navigation-container.open {
	width:100%;
	min-height:1000px;
}

.navigation-container .overlay {
	background-color:rgba(0,0,0,0);
	height:0;
	width: 0;
	position: fixed;
	top:0px;
	left: 0px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
}

.navigation-container.open .overlay {
	min-height:1000px;
	width: 100%;
	background-color:rgba(0,0,0,0.5);
}

.navigation-container .navigation {
	z-index: 950;
	width:0px;
	overflow: hidden;
	height:1000px;
	background: #fff;
	text-align: left;
	transition: width 0.5s ease;
	-webkit-transition: width 0.5s ease;
	white-space:nowrap;
	position: fixed;
	top:0px;
	left: 0px;
	-webkit-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 0px 20px 0px rgba(0,0,0,0.25);
}

.navigation-container.open .navigation {
	width: 80%;
	transition: width 0.5s ease;
	-webkit-transition: width 0.5s ease;
}

.header .navigation-container ul {
	margin: 0;
	padding: 0;
}

.header .navigation-container ul li {
	margin: 0;
	display: block;
	padding: 15px;
	font-size: 24px;
	border-bottom: solid 1px #eee;
}

.header .navigation-container ul li a {
	width: 100%;
}

.header .navigation-container ul li a {
	font-weight: 300;
}

/******************************
	BANNER
******************************/




.carousel-indicators li {
	width: 10px;
	height: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.banner {
	position: relative;
}

.banner .caption {
	position: absolute;
	left: 50%;
	width: 50%;
	vertical-align:middle;
	color: #fff;
	z-index: 200;
}

.banner .caption h1, .banner .caption h2, .banner .caption h3, .banner .caption h4 {
	color: #fff;
}


.banner a.btn, .banner button.btn {
	background-color: transparent;
	padding:10px 20px;
	border: solid 2px #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color:#fff;
	font-weight: 600;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.banner a.btn:focus, .banner button.btn:focus {
	border: solid 2px #fff;
	background-color: transparent;
	color:#fff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.banner a.btn-primary, .banner button.btn-primary {
	border: solid 2px #fff;
	border-color: #fff;
}

.banner a.btn-primary:active, .banner a.btn-primary:hover, .banner a.btn-primary:focus , .banner button.btn-primary:active , .banner button.btn-primary:hover , .banner button.btn-primary:focus  {
	border: solid 2px #fff;
	background-color: #fff;
	color:#232623;
}

.banner img {
	width: 100%;
}

.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}

/******************************
	CONTENT HOME
******************************/


.section-content {
	text-align: center;
	padding: 60px 0;

}

.page-content {

	padding: 60px 0;

}

.section-content.section-data {
	text-align: left;
}

.section-data table {
	margin-bottom: 60px;
}

.section-plus img {
	margin-bottom: 30px;
}

.section-plus.grey-bg {
	background-color: #f4f4f4;
}

.section-presentation, .section-products {
	background-color: #f4f4f4;
}

.section-products img {
	height: 450px;
	display: inline-block;
	margin-bottom: 30px;
}

.section-products a {
	width: 100%;
	display: block;
}

.section-products .product-item {
	margin-top: 30px;
	margin-bottom: 30px;
}

.section-presentation.section-gamma {
	background-color: #fff;
} {
	background-color: #f4f4f4;
}

.section-presentation .text-presentation {
	padding:60px;
}

.section-presentation .linea{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	min-height: 35vw;
}

.section-presentation img {
	width: 100%;
}

.section-numbers {
	background-image: url('../images/bg-numbers.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px 0;
}

.section-numbers img {
	margin-bottom: 30px;
}

/******************************
	FOOTER
******************************/

.footerpattern {
	width:100%;
	height: 260px;
	background-image: url('../images/pattern.png');
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 60px;
}

.footer {
	background-color: #232623;
	color: #919391;
}

.footer p {
	margin-bottom: 60px;
}

.footer ul {
	padding:0px;
	margin: 0px;
	list-style: none;
}

.footer ul li {
	padding:0px;
	margin: 0px;
	margin-bottom: 30px;
}

.footer a {
	color: #919391;
}

.footer a:hover, .footer a:active{
	color:#fff;
	text-decoration: none;
}

.credits {
	background-color: #151515;
	color: #919391;
	text-align: center;

	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 60px;
}

.credits a {
	color: #fff;
	opacity: 0.2;
	transition: opacity 0.5s;
}

.credits a:hover, .credits a:active{
	color:#fff;
	opacity: 0.5;
	text-decoration: none;
	transition: opacity 0.5s
}


#scrolltotop {
	position: fixed;
	z-index: 8000;
	bottom: 60px;
	right: 60px;
	height: 50px;
	width: 50px;
	text-align: center;
	padding-top: 20px;
	border-radius: 45px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	transition: opacity 500ms;
	cursor: pointer;
}

#scrolltotop.closed {
	opacity: 0;
	transition:opacity 500ms;
}



/******************************
	MEDIA QUERIES
******************************/


@media (max-width: 1200px) {
	#cambialingua {
		position: absolute;
		top: 60px;
		right: 30px;
	}

	#cambialingua {
		position: absolute;
		top: 60px;
		right: 30px;
	}

	#mobilemenu {
		position: absolute;
		top: 70px;
		left: 30px;
	}
}


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 992px) {


	.section-presentation .linea{
		min-height: 70vw;
	}

}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

	.section-presentation .text-presentation {
		padding:30px 30px;
	}
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container {
		max-width: 80%;
		position: relative;
	}
}
