/*MAIN SETTINGS*/

html,body {
	margin:0;
	padding:0;
	height:100%;
	font: 100%;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color: #58585b;
	background-color:#fff;
}

#main-container {
	min-height:100%;
	position:absolute;
	width:100%;
	min-height:100%;
}

#body-container {
	padding-bottom:300px;
	padding-top:80px
}



/* GENERAL SETTINGS */
*, *::before, *::after {
    box-sizing: border-box;
}

.float-left {
	float:left !important;
}

.float-right {
	float:right !important;
}

.text-center {
	text-align:center;
}

a {
	text-decoration:none;
	outline:none;
}

img {
	border:0;
}

p {
	padding:0;
	margin:0 0 20px 0;
}

hr {
	padding:0;
	margin:0 0 20px 0;
	border:0;
	border-bottom:solid 1px #ccc;
}

ul {
	padding:0;
	margin:0 0 20px 0;
}

li {
	display:inline;
}

strong {
	font-weight:700;
}

h1, h2, h3, h4 ,h5, h6 {
	margin:0 0 20px 0;
	padding:0;
}

label {
	display:block;
	font-size:0.8em;
	text-transform:uppercase;
	opacity:0.4;
}

input {
	border:0;
	border-bottom:solid 1px #58585b;
	background-color: rgba(255, 255, 255, 0.5);
	height:40px;
	line-height:40px;
	padding:0 5px;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#999;
}

input:hover, input:focus {
	color:#333;
	border-color:#666;
}

textarea {
	border:0;
	border-bottom:solid 1px #58585b;
	background-color:#fff;
	padding-bottom:5px;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color:#999;
}

textarea:hover, textarea:focus {
	color:#333;
	border-color:#666;
}

select {
	border:solid 1px #ccc;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	background-color:#fff;
	height:30px;
	line-height:30px;
	padding:0 0 0 5px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color:#999;
}
select:hover, input:focus {
	color:#333;
	border-color:#666;
}

.button {
	border:none;
	background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
	font-size:1.3em;
	text-transform:uppercase;
	cursor:pointer;
	padding:0 20px;
	height:40px;
	line-height:40px;
}

.button:hover, .button:focus {
	background-color: rgba(0, 0, 0, 0.6);
}

.display-mobile {
    display: none !important;
}
	
	
/* HEADER */
header {
	background-color:#fff;
	height:80px;
	width:100%;
	position:fixed;
	border-bottom:1px solid #ccc;
	z-index:9999;
}

header .logo {
	float:left;
	color:#f16041;
}

header .logo img{
	height:40px;
	margin:20px;
}

header .nav {
	float: right;
    line-height: 80px;
	margin-right:15px;
    margin-bottom: 0;
    text-align: center;
	text-transform:capitalize;
}

header .nav li {
	display:inline-block;
}

header .nav li a{
	display:inline-block;
	color:#bcbcbd;
	margin: 0 10px;
	text-transform:uppercase;
	font-size:1em;
}

header .nav li a:hover {
	color:#999;
}

header .nav li a.active {
	color:#58585b;
}

header .nav li.language a {
	text-transform:lowercase;
	font-size:0.8em;
	margin:0 5px;
	color:#58585b;
}

header .nav li.language a:hover {
	text-decoration:underline;
}

header .nav li.language a.active {
	font-weight:900;
}

#toggle, .toggle {
    background-image: url(../img/icon-menu@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
	background-size:50px 50px;
    display: none;
}

.toggle {
    z-index: 500;
}

.toggle:hover {
    opacity: 0.8;
}

#list-prod, .list-prod {
    display: none;
}

.list-prod {
    z-index: 500;
}

.list-prod:hover {
    color: #999;
}

.list-prod {
	cursor: pointer;
	display: inline-block;
	line-height: 80px;
	height:80px;
	position: relative;
	z-index: 50;
	margin:0 10px;
	color:#bcbcbd;
	opacity:1 !important;
	font-size:1em;
}

#list-prod:checked ~ .submenu {
	display: block;
	left: 0;
	opacity: 1;
	width: 100%;
}

#list-prod:checked ~ .submenu li {
	opacity: 1;
}

.list-prod::after {
	box-sizing: border-box;
	content: "PRODOTTI";
}

.list-prod.eng::after {
	content: "PRODUCTS";
}
.list-prod.cn::after {
	content: "产品";
}

#list-prod:checked + .list-prod::after {
	color:#58585b;
}

.list-prod.active {
	color:#58585b;
}

.submenu {
	width:100%;
	position:absolute;
	background-color:#3a3a3e;
	color:#ccc;
	width:100%;
	left:0;
	top:80px;
	height:auto;
	padding:20px 0;
	display:none;
	text-align:center;
	height:150px;
}

.submenu li {
	line-height:normal;
	height:auto;
}

.submenu li a{
	margin:0 40px !important;
	text-align:center;
}

.submenu li a:hover .cat-text {
	text-decoration:underline;
}

.submenu span.cat-icon {
	display:inline-block;
	width:80px;
	height:80px;
	line-height:70px;
	text-align:center;
	background-color:#d5cecc;
	margin-bottom:20px;
	border-radius:40px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:3.2em;
	font-weight:400;
	text-transform:lowercase;
}

.submenu span.cat-icon.cosmetici {
	background-color:#dabbae;
}

.submenu span.cat-icon.cosmeceutici {
	background-color:#90c3c9;
}

.submenu span.cat-icon.nutraceutici {
	background-color:#9097c9;
}

.submenu span.cat-icon.medical-device {
	background-color:#b0c594;
}

.submenu span.cat-text {
	color:#ccc;
	text-transform:uppercase;
	font-size:0.8em;
	display: block;
	height:10px;
	line-height:10px;
}



/* FOOTER */
footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:300px;
	background-color:#d5cecc;
	color:#58585b;
	z-index:50;
}

footer .center {
	margin:0 auto;
	width:1200px;
	font-size:0.8em;
}

footer .center .footer-info {
	float:left;
	width:70%;
	border-right: solid 1px #969393;
	margin-top:50px;
	padding-right:50px;
}

footer .center .footer-info .head{
	width:100%;
	display:block;
	border-bottom: solid 1px #969393;
	margin-bottom:20px;
}

footer .center .footer-info .head img {
	height:40px;
	margin-bottom:20px;
	display:inline-block;
}

footer .center .footer-info .footer-menu{
	width:100%;
	display:block;
}

footer .center .footer-info .footer-menu li a{
	color:#58585b;
	text-transform:uppercase;
	margin-right:20px;
}

footer .center .footer-info .footer-menu li a:hover{
	text-decoration:underline;
}

footer .center .footer-info .text{
	width:100%;
	display:block;
	opacity:0.6;
	font-size:0.8em;
}

footer .center .footer-info .signature {
	display:inline-block;
	margin:10px 0;
	font-size:0.8em;
	opacity: 0.5;
}

footer .center .footer-info .signature:hover {
	opacity: 1;
}

footer .center .footer-info .signature img {
	width:50px;
}

footer .center .footer-newsletter {
	float:right;
	width:30%;
	margin-top:50px;
	padding-left:50px;
	text-align:center;
}

footer .center .footer-newsletter title {
	display:block;
	width:100%;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:1.2em;
}

footer .center .footer-newsletter input {
	display:block;
	width:100%;
	margin-bottom:10px;
}

.privacy-footer {
    display: inline-block;
    font-size: 80%;
    margin: 0 auto 10px;
    width: 100%;
}
.privacy-footer a {
    color: #58585b;
    font-weight: bold;
}

.privacy-footer .option {
    color: #58585b;
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
}

.privacy-footer .check {
    float: left;
    height: auto;
    text-align: left;
    width: 5% !important;
	margin-right:5%;
}

.privacy-footer label {
	float: left;
    text-align: left;
    width: 87%;
}

footer .center .footer-newsletter .button {
	display:inline-block;
	margin-bottom:10px;
}

footer .center .footer-newsletter .alert {
	display:block;
	font-size:0.8em;
	color:#fff;
	background-color:#ea686d;
	line-height:30px;
	border-radius:5px;
}

footer .center .footer-newsletter .alert.ok {
	background-color:#90C3C9;
}


/* GENERAL CONTAINERS */
.central {
	margin:0 auto;
	width:1200px;
}

.breadcrumbs {
	width:100%;
	position:relative;
	background-color:#D5CECC;
	color:#9b9391;
}

.breadcrumbs ul li a {
	line-height:40px;
	margin:0 5px;
	font-size:0.8em;
	text-transform:uppercase;
	color:#9b9391;
}

.breadcrumbs ul li a:hover {
	text-decoration:underline;
}

.breadcrumbs ul li a.active {
	color: #58585b;
	cursor:default;
}

.breadcrumbs ul li a.active {
	text-decoration:none;
}


