﻿
/* CARICAMENTO FONT */

@font-face { font-family: 'Roboto Black'; src: url('../style/fonts/roboto-v18-latin-900.eot'); src: local('☺'), url('../style/fonts/roboto-v18-latin-900.woff') format('woff'), url('../style/fonts/roboto-v18-latin-900.ttf') format('truetype'), url('../style/fonts/roboto-v18-latin-900.svg') format('svg'); }
@font-face { font-family: 'Open Sans'; src: url('../style/fonts/open-sans-v15-latin-regular.eot'); src: local('☺'), url('../style/fonts/open-sans-v15-latin-regular.woff') format('woff'), url('../style/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), url('../style/fonts/open-sans-v15-latin-regular.svg') format('svg'); }
@font-face { font-family: 'Roboto'; src: url('../style/fonts/roboto-v18-latin-regular.eot'); src: local('☺'), url('../style/fonts/roboto-v18-latin-regular.woff') format('woff'), url('../style/fonts/roboto-v18-latin-regular.ttf') format('truetype'), url('../style/fonts/roboto-v18-latin-regular.svg') format('svg'); }
@font-face { font-family: 'Roboto Light'; src: url('../style/fonts/roboto-v18-latin-300.eot'); src: local('☺'), url('../style/fonts/roboto-v18-latin-300.woff') format('woff'), url('../style/fonts/roboto-v18-latin-300.ttf') format('truetype'), url('../style/fonts/roboto-v18-latin-300.svg') format('svg'); }

/* Colore link Splas Box o disclaimer cookie (regole presenti in style.css) */

#cookie-law-message a:link, a:visited {color: #009FD5;}
#cookie-law-message a:hover {color: #009FD5;}

/* RESET HEADER */

body {
    overflow-x: hidden;
}

/* TRASPARENZA HEADER E SFONDO */

#imHeader, #imHeaderBg{
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 1;
}

/* POSIZIONE MENU HEADER */

#imMnMnContainer {
    width: 70%;
    margin-left: auto;
    margin-right: 5%;
}
#imMnMn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* POSIZIONE LOGO E BLOCCO HEADER */

#imHeader {
    width: 100%;
    height: 0px;
}
#imHeader_imObjectImage_01_wrapper {
    z-index: 3;
    left: 5%;
}

/* ???? */

#imHeader_imObjectTitle_02_wrapper {
    z-index: 3;
    left: 8.5%;
}
#imHeader_imHTMLObject_02_wrapper {
    z-index: 3;
    left: auto;
    right: 7%;
}
@media (max-width: 959px){
    #imHeader_imHTMLObject_02_wrapper {
    right: 5%;
    }
}

/* MAIN MENU */

#imMnMn.main-menu #imMnMnNode18 .imMnMnDefaultIcon {
    left: auto;
    right: 10%;
    top: 5px;
}
#imMnMn.main-menu #imMnMnNode18 .imMnMnHoverIcon {
    left: auto;
    right: 10%;
    top: 5px;
    url(/images/Home_Button_Hover.png)
}
	
/* MENU FOOTER */

#imFooter a:link, #imFooter a:visited {
    color: #E6E6E6;
}
#imFooter a:hover {
    color: #009FD5;
}

/* VARIE */

hr {
    border-top: 1px solid #999999;
    border-bottom: #C0C0C0;
}

/* TESTO TRA VIRGOLETTE */

#testo-virgolette{
    padding: 24px;
}
#chiuse-virgolette{
    float: right;
}

/* BOTTONI */
	
.button-prodotti {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #CCCCCC;
    box-sizing: border-box;
    border-top: 0px;
    border-right: 1px;
    border-bottom: 1px;
    border-left: 0px;
	border-radius: 0px;
    border-style: solid;
    border-color: #575757;
	padding-top: 70px;
	padding-bottom: 80px;
	padding-left: 16px;
	padding-right: 16px;
    background: rgb(64,64,64);
/*  background-image: url("ico-prodotti.png");
	background-position: center; 
    box-shadow: 0 -3px rgb(64,64,64) inset; */
    transition: 0.2s;
}
.button-prodotti:hover {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #D7D7D7;
    box-sizing: border-box;
    border-top: 0px;
    border-right: 1px;
    border-bottom: 1px;
    border-left: 0px;
	border-radius: 0px;
    border-style: solid;
    border-color: #575757;
	padding-top: 70px;
	padding-bottom: 80px;
	padding-left: 16px;
	padding-right: 16px;
	background: rgb(0,159,213); 
/* 	box-shadow: 0 3px rgb(0,159,213) inset; */
}
.button-prodotti:active {
	color: #FFFFFF ;
	background-color: #5c5c5c;
/* 	background-image: -webkit-linear-gradient(top, #575757 0%, #646464 100%);
	background-image: -moz-linear-gradient(top, #575757 0%, #646464 100%);
	background-image: -o-linear-gradient(top, #575757 0%, #646464 100%);
	background-image: linear-gradient(top, #575757 0%, #646464 100%); */
}
.button-01A {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 44px;
    color: #E0E0E0;
    text-decoration: none;
    text-align: center;    
    box-sizing: border-box;
    border-top: 2px;
    border-right: 2px;
    border-bottom: 2px;
    border-left: 2px;
	border-radius: 0px;
    border-style: solid;
    border-color: #404040;
	padding-top: 10px;
	padding-bottom: 16px;
	padding-left: 0px;
	padding-right: 0px;
    background: rgb(64,64,64);
    transition: 0.2s;
}
.button-01A:hover {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 44px;
    color: #009FD5;
    box-sizing: border-box;
    border-top: 2px;
    border-right: 2px;
    border-bottom: 2px;
    border-left: 2px;
	border-radius: 0px;
    border-style: solid;
    border-color: #009FD5;
	padding-top: 10px;
	padding-bottom: 16px;
	padding-left: 0px;
	padding-right: 0px;
	background: rgb(255,255,255); 
}

.button-01A:active {
	color: #009FD5;
	background-color: #5c5c5c;
}
.button-01B {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 44px;
    color: #E0E0E0;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    border-top: 2px;
    border-right: 2px;
    border-bottom: 2px;
    border-left: 2px;
	border-radius: 0px;
    border-style: solid;
    border-color: #404040;
	padding-top: 10px;
	padding-bottom: 16px;
	padding-left: 0px;
	padding-right: 0px;
    background: rgb(64,64,64);
    transition: 0.2s;
}
.button-01B:hover {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 44px;
    color: #009FD5;
    box-sizing: border-box;
    border-top: 2px;
    border-right: 2px;
    border-bottom: 2px;
    border-left: 2px;
	border-radius: 0px;
    border-style: solid;
    border-color: #009FD5;
	padding-top: 10px;
	padding-bottom: 16px;
	padding-left: 0px;
	padding-right: 0px;
	background: #C8C8C8; 
}
.button-01B:active {
	color: #009FD5;
	background-color: #5c5c5c;
}

