/************************************************/
/*												*/
/*	IL DISORDINE DELLE COSE						*/
/*	CSS - GENERALE								*/
/*	DEVEL BY TIWI								*/
/*												*/
/************************************************/

@charset "UTF-8";

/* DEFINIZIONI FONT FACE */

/* DEFINIZIONE FONTS */
* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
h1 {
	font-family: "museo-slab", sans-serif;
	font-size: 65px;
	text-transform: uppercase;
	font-weight: 800;
	font-style: normal;
	color: #ffffff;
	letter-spacing: 0px;
	padding-bottom: 0px;
	margin: 0;
	line-height: 55px;
} h3 {
	font-family: "museo-slab", sans-serif;
	font-weight:800;
	color:#ffffff;
	font-size:24px; line-height:24px;
	text-transform:uppercase;
	margin:0px; margin-bottom:10px;
} h1 b, h2 b {
	font-family: "museo-slab", sans-serif;
	font-style: normal;
  	font-weight: bold;
}

/* LINKS */
a:link, a:visited, a:active {
	color:inherit; text-decoration:none;
	color:#42cbb9;
} a:hover {
	color:#ff0066; text-decoration:none;
}

/* SHOWERS HIDERS */
.show-text-only-desktop {
	display:inline;
} .show-text-only-mobile {
	display:none;
} div.show-text-only-desktop, br.show-text-only-desktop {
	display:block;
} div.show-text-only-mobile, br.show-text-only-mobile {
	display:none;
}

/* MOBILE HORIZONTAL PANEL */
.mobile-horizontal-panel {
	display:none;
}

/* MOBILE AND TABLET ONLY */
.mobile.only, .tablet.only {
	display:none;
} body.mobile .mobile.only {
	display:block;
} body.tablet .tablet.only {
	display:block;
} body.mobile span.mobile.only {
	display:inline;
} body.tablet span.tablet.only {
	display:inline;
}