/* LAYOUT */

a img {
	border: 0;
}
img {
	display: block;
	max-width: 100%;
}
iframe {
	max-width: 100% !important;
}
body {
	background: #eee;
	margin: 0;
	padding: 0;
}
.orange_sep {
	background: #ec7203;
	display: block;
	height: 10px;
	width: 100%;
}
#header {
	background: #fff;
	box-shadow: 0 15px 15px -15px #777;
	height: 100px;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#header > div {
	height: 100px;
}
#logo_wrapper {
	padding: 10px 0;
}
#logo {
	display: inline-block;
	margin-left: 10px;
}
#menu > li {
	line-height: 100px;
	padding: 0 10px;
}
#menu li a {
	color: #56555d;
	font-family: 'HelveticaNeueLTPro-Th' !important;
	font-size: 16px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
#menu li a.current {
	color: #EC7203;
	font-weight: bold;
}
#menu ul {
	margin: -35px 0 0 5px;
	min-width: 10px;
}
#menu ul li, #menu ul li a {
	background: #fff;
	padding: 5px;
	text-align: left;
	width: auto;
}
#menu li.first_lang {
	margin-left: 100px;
}
.sf-menu {
	float: right !important;
}
.content {
	background: #eee;
	margin-top: 15px;
	padding: 25px 0;
}
.home_wrapper {
	padding: 45px 0;
}
#footer {
	background: url('/assets/gfx/footer.jpg') 0 0 repeat-x;
	box-shadow: 0 -10px 10px -10px #333;
	color: #fff;
	font-size: 14px;
	height: 57px;
	line-height: 57px;
	margin-top: -3px;
	padding: 0 100px;
}
#ragione_sociale {
	float: left;
}
#dati_aziendali {
	color: #fff;
}
#footer a.icon {
	margin: 0 5px;
}
#footer img {
	display: inline;
	vertical-align: middle;
}
#footer a.icon:first-of-type img {
	margin-left: 30px;
}
#footer a.icon:last-of-type img {
	margin-right: 10px;
}

/* TYPOGRAPHY */

@font-face {
	font-family: 'HelveticaNeueLTPro-Th';
	src: 	url('/assets/fonts/HelveticaNeueLTPro-Th.eot?') format('eot'), 
			url('/assets/fonts/HelveticaNeueLTPro-Th.otf')  format('opentype'),
			url('/assets/fonts/HelveticaNeueLTPro-Th.woff') format('woff'), 
			url('/assets/fonts/HelveticaNeueLTPro-Th.ttf')  format('truetype'),
			url('/assets/fonts/HelveticaNeueLTPro-Th.svg#HelveticaNeueLTPro-Th') format('svg');
}
* {
	font-family: Arial !important;
}
body {
	line-height: 22px;
}
b {
	color: #EC7203;
	font-weight: bold;
}
p {
	font-size: 14px;
	line-height: 20px;
}
h3 {
	color: #EC7203;
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
h4 {
	color: #EC7203;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 20px;
}
.two_col_ul ul {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

/* HOME */

.home_box {
	box-shadow: 5px 5px 10px #aaa;
	cursor: pointer;
	margin-bottom: 50px;
	position: relative;
}
.home_box .label {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66ffffff',GradientType=1 ); /* IE6-9 */

	bottom: 0;
	color: #fff;
	font-size: 18px;
	height: 40px;
	left: 0;
	line-height: 40px;
	padding-right: 105px;
	position: absolute;
	text-align: right;
	text-shadow: 2px 2px #555;
	text-transform: uppercase;
	width: 100%;
}

/* SERVIZI */

.section {
	padding: 0 5px 5px;
}
.section > a > div {
	background: #e87002 url('/assets/gfx/pulsante-spento.jpg') 0 0 no-repeat;
	height: 65px;
}

.section:hover > a > div {
	border: 1px solid #fff;
}

.section > a > div > div {
	color: #fff;
	display: table-cell;
	font-family: 'HelveticaNeueLTPro-Th' !important;
	font-size: 24px;
	font-weight: 200;
	height: 65px;
	line-height: 28px;
	margin: auto;
	max-width: 100%;
	padding: 0 5px;
	text-align: center;
	text-shadow: 0 2px #555;
	vertical-align: middle;
	width: 320px;
}
.section > a > div.current {
	background: #fff url('/assets/gfx/pulsante-acceso.jpg') 0 0 no-repeat;
	border: 3px solid #e87002;
}
.section > a > div.current > div {
	color: #56555a;
	text-shadow: 0 2px #fff;
}
.event {
	float: left;
	width: 12.5%;
	padding: 5px;
}
.event div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.event .overlay {
	background: #fff;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.event .date {
	bottom: 10px;
	color: #333;
	display: none;
	font-family: 'HelveticaNeueLTPro-Th' !important;
	font-size: 22px;
	left: 10px;
	position: absolute;
	z-index: 15;
}
.event .title {
	bottom: 36px;
	color: #111;
	display: none;
	font-family: 'HelveticaNeueLTPro-Th' !important;
	font-size: 18px;
	font-weight: bold;
	left: 10px;
	line-height: 20px;
	margin-right: 20px;
	position: absolute;
	z-index: 15;
}
#tv_text {
	margin-bottom: 10px; 
	padding: 0 5px;
}
.tv_show {
	background: #fdf0e7;
	margin-bottom: 20px;
	min-height: 200px;
	padding: 15px 20px;
}
.tv_show .big {
	font-size: 26px;
	font-style: italic;
}

/* CONTATTI */

#contactForm input, #contactForm textarea {
	border: 1px solid #dfdfdf;
	box-shadow: 1px 1px #eee, -1px -1px #eee, 0 1px 1px -1px #aaa;
	clear: both;
	display: block;
	max-width: 100%;
	padding: 5px;
	right: 0;
	transition: border-color 0.3s;
	width: 100%;
}
#contactForm input:focus, #contactForm textarea:focus {
	border: 1px solid #ec7203;
}
#contactForm textarea {
	height: 150px;
 }
#contactForm p {
	margin: 5px 0 0;
}
#contactForm button {
	background: #ec7203;
	border: 0;
	box-shadow: 1px 1px #eee, -1px -1px #eee, 0 1px 1px -1px #aaa;
	color: #fff;
	float: left;
	height: 25px;
	margin: 10px 0 0;
	width: 70px;
}

/* CLASSI XSITE */

.abs_label {
	background: #fff;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.3)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */

	color: #111;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	margin-left: 20px;
	padding-right: 20px;
	position: absolute;
	text-align: right;
	
	text-transform: uppercase;
	z-index: 100;
}
.side_box_wrapper {
	position: absolute;
	top: 0;
}
.side_box_wrapper.left {
	left: 50%;
	margin-left: -795px;
}
.side_box_wrapper.right {
	left: 50%;
	margin-left: 485px;
}
.side_box {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 223px;
	margin-bottom: 20px;
	width: 310px;
}
.side_box.last {
	display: none;
}
.img_box {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
img.right {
	margin: 0 0 20px 20px;
}
img.left {
	margin: 0 20px 20px 0;
}
.img1200 {
	display: none;
}
.hfixed {
	min-height: 710px;
}
.page_header {
	position: relative;
}
.page_header span {
	bottom: 14px;
	color: #fff;
	font-family: 'HelveticaNeueLTPro-Th' !important;
	font-size: 60px;
	font-weight: 200;
	left: 0;
	position: absolute;
}

/* COMPONENTI ESTERNI */

.slicknav_menu {
	background: #fff !important;
}
.slicknav_nav {
	padding-bottom: 50px !important;
}
.slicknav_nav a {
	color: #333 !important;
}

/* ADMIN */

.lang_wrapper {
	display: none;
}
.lang_wrapper.active {
	display: block;
}