button { border:none; background: none; outline: none; }

.button-blu, 
.button-bronzo, 
.button-rosso, 
.button-arancione, 
.button-verde, 
.button-viola, 
.ether-button {
	text-decoration: none;
	color: #fff!important;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	padding: 12px 20px 12px 15px!important;
	font-weight: normal;
	border: none;
	margin: 10px 0!important;
}

.button-rosso, 
.button-rosso:visited { background-color: #E64E63!important; text-decoration: none }
.button-rosso:hover, 
.button-rosso:active{ background-color: #d64256!important; text-decoration: none }

.button-blu, 
.button-blu:visited,
.button-bronzo, 
.button-bronzo:visited,
.button-verde, 
.button-verde:visited{ background-color: #609AC2!important; text-decoration: none }

.ether-button, 
.ether-button:visited, 
.ether-button:hover, 
.ether-button:active{ color: #222!important; text-decoration: none }

.button-blu:hover, 
.button-bronzo:hover,
.button-verde:hover { background-color: #4183af!important; text-decoration: none }

.button-blu:active, 
.button-verde:active { background-color: #609AC2!important; color: #ffffff!important; text-decoration: none }

.button-azzurro, 
.button-azzurro:visited,
.button-arancione, 
.button-arancione:visited{ background-color: #dbe3e8!important; color: #222!important; text-decoration: none }

.button-arancione:hover, 
.button-azzurro:hover { background-color: #a7b7c1!important; color: #222!important; text-decoration: none;}

.button-viola, 
.button-viola:visited { background: #515151!important; text-decoration: none }
.button-viola:hover { text-decoration: none; background: #767676!important }
.button-viola:active { text-decoration: none; background-color: #323232; color: #ffffff!important }

.button-left{ float: left }

/* Button bar */
/* +20150312 Timothy fix TC & SC menu button move down in IE. vertical-align: top; */
.button-bar { line-height: 35px; white-space: nowrap;  padding:0 10px; display: inline-block; text-decoration: none !important; color:#000 !important; vertical-align: top; } 
.button-bar.black { background: #535353; color:#fff !important;}
.button-bar:hover { background: #666; color:#fff !important; }
.button-bar.black:hover {  background: #000; }

/*
 * Da 1139 a 1024
 */
@media only screen and (max-width: 1139px) {
	
}

/*
 * Da 1023 a 768
 */

@media only screen and (max-width: 1023px) {
	
    
}

/*
 * Sotto i 767 px
 */

@media only screen and (max-width: 767px) {
	
}


