@charset "UTF-8";


/* ********************************** */
/* css/lib/reset.css */


/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, select, textarea, p, blockquote, th, td 
{ margin:0; padding:0; }

/* Removes list-style from lists */
ol,ul { list-style:none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style:normal; font-weight:normal; }

/* Removes list-style from lists */
table { border-collapse:collapse; border-spacing:0; }

/* Removes border from fieldset and img */
fieldset,img { border:0; }

/* Left-aligns text in caption and th */
caption,th { text-align:left; }

/* Removes quotation marks from q */
q:before, q:after { content:''; }

/* Removes underline from links */
a:link, a:visited { text-decoration:none; }


/* ********************************** */
/* css/lib/classes.css */




/* Class */
.clear {
	display: block;
	clear: both;
	height: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
}

.hidden {
	display: block;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	height: 0;
	min-height: 0;
	width: 0;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

.replace {
	display: block;
	text-align: left;
	text-indent: -999em;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: no-repeat 0 0 transparent;
	border: none;
}

.imgContainer {
	position: relative;
	display: block;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}

.imgContained {
	min-width: 100%;
	height: 100%;
}

.floatedItem {
	position: relative;
	display: block;
	float: left;
}

.fullScreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

.first-row {
	clear: both;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-block {
	display: inline-block;
}


/* Google Maps (per mostrare che funziona) */
#map_canvas {
	min-height: 10px;
}


/* ********************************** */
/* css/gen/general.css */


/* CSS Document */

@font-face {
	font-family:'eurostile-regular';
	src: url('font/EurostileLTStd_gdi.eot');
	src: url('font/EurostileLTStd_gdi.eot?#iefix') format('embedded-opentype'),
		 url('font/EurostileLTStd_gdi.woff') format('woff'),
		 url('font/EurostileLTStd_gdi.ttf') format('truetype'),
		 url('font/EurostileLTStd_gdi.svg#EurostileLTStd-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB02;
}

@font-face {
	font-family:'eurostile-demi';
	src: url('font/EurostileLTStd-Demi_gdi.eot');
	src: url('font/EurostileLTStd-Demi_gdi.eot?#iefix') format('embedded-opentype'),
		url('font/EurostileLTStd-Demi_gdi.woff') format('woff'),
		url('font/EurostileLTStd-Demi_gdi.ttf') format('truetype'),
		url('font/EurostileLTStd-Demi_gdi.svg#EurostileLTStd-Demi') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB02;
}

@font-face {
	font-family:'eurostile-bold';
	src: url('font/EurostileLTStd-Bold_gdi.eot');
	src: url('font/EurostileLTStd-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('font/EurostileLTStd-Bold_gdi.woff') format('woff'),
		url('font/EurostileLTStd-Bold_gdi.ttf') format('truetype'),
		url('font/EurostileLTStd-Bold_gdi.svg#EurostileLTStd-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB02;
}

html, body {
	font-family: 'eurostile-regular', Arial, sans-serif;
	font-size: 12px;
	background: #f3f3f3;
	color:#222;
	overflow-x:hidden;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

.container {
	position: relative;
	margin: 0 15%;
}

#header {
	position:relative;
}

#content {
	clear: both;
	position:relative;
}

#footer {
	position:relative;
}


@media (max-width: 1600px) {
	.container {
		position: relative;
		margin: 0 8%;
	}
}

@media (max-width: 1250px) {
	.container {
		margin: 0 50px;
	}
}

@media (max-width: 767px) {
	.container {
		margin: 0 20px;
	}
}


/* ********************************** */
/* css/gen/header.css */


/* CSS Document */


#header {
	z-index: 100;
	padding-bottom:50px;
}

#headerBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 507px;
}


#h_logoLink {
	float: left;
	margin-top: 17px;
	width: 166px;
	height: 80px;
	background-image: url('img/logo.png');
}



/* Menù */

#menu {
	float: right;
}

.menuContainer {
	float: left;
}

a.menuItem {
	background: none;
	color: #222;
	display: block;
	font-size: 14px;
	height: 97px;
	line-height: 145px;
	text-align: center;
	min-width: 90px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	padding-left: 10px;
	padding-right: 10px;
}

a.menuItem.selected, a.menuItem.selected:hover {
	color:white;
	background: #26348B;
}

a.menuItem:hover {
	background: rgba(138, 138, 138, 0.2);
}

.slicknav_menu {
	display:none;
}

@media only screen and (max-width:1200px) {
	a.menuItem {
		min-width: 78px;	
	}
}

@media only screen and (max-width:992px) {
	a.menuItem {
	  font-family: "eurostile-bold";
	  font-size: 9px;
	  height: 97px;
	  text-align: center;
	  text-transform: uppercase;
	}
	#menu {
		display:none;
	}	
	.slicknav_menu {
		display:block;
	}
	#header {
		padding-bottom:0;	
	}
	a.menuItem.selected, a.menuItem.selected:hover {
	  background: none repeat scroll 0 0 #fff;
	  color: #222;
	  border-color:#908DC4;
	}
}
@media only screen and (max-width:767px) {
	#h_logoLink {
	  background-image: url("img/logo.png");
	  background-size:125px 60px;
	  float: left;
	  height: 60px;
	  margin-top: 17px;
	  width: 125px;
	}
	#header {
	  margin-bottom: 20px;
	  z-index: 100;
	}
}


/* ********************************** */
/* css/gen/footer.css */


/* CSS Document */


#footer {
	background:#bbb;
	padding: 20px 0 20px;
}


#f_company {
	float: left;
	width:80%;
}
#f_company p, #f_company a {
	color:white;
	font-size:14px;
	line-height: 20px;
}
#f_company p {
	padding-top:6px;
	padding-left: 110px;
}

#f_logo {
	float: left;
	margin-right: 25px;
	width: 85px;
	height: 41px;
	background-image: url('img/logo-footer.png');
}


#f_signName,
.f_companyData,
.f_companyDataLabel,
.f_companyDataValue,
.f_companyDataValue a {
	display: inline;
	color: #FFF;
	font-size: 14px;
	line-height: 65px;
}


.f_companyDataLabel:before {
	content: " - "
}


.f_companyDataLabel:after {
	content: ": "
}


#credits {
	float: right;
	width:18%;
	text-align: right;
}
.fiaip_link{
	display: block;
}
#creditsLink {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	* display:inline;
	width: 127px;
	height: 8px;
	margin-top: 15px;
	background-image: url('img/credits.png');
}

.socials{
	margin-left: 110px;
	margin-top: 10px;
}
.socials a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	* display:inline;
	width: 27px;
	height: 25px;
	margin-right: 10px;
	background: url("img/socials.png") no-repeat 0 0;
}
.socials a.twitter{
	background-position: -27px 0;
}
.socials a.googleplus{
	background-position: -54px 0;
}
.socials a.instagram{
	background-position: -81px 0;
}
.socials a.pinterest{
	background-position: -108px 0;
}

@media only screen and (max-width:767px) {
	#f_company {
	  float: none;
	  width: 100%;
	}
	#f_logo {
	  float: none;
	  height: 41px;
	  margin: 0 auto;
	  width: 85px;
	}
	#f_company p {
	  padding-top: 16px;
	  text-align: center;
	  padding-left: 0;
	}
	#credits {
	  display: none;
	}
	.socials{
		text-align: center;
		margin-left: 0;
	}
}


/* ********************************** */
/* css/gen/content.css */




/* ********************************** */
/* js/lib/slicknav/slicknav.css */

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; /* float: left; */ }
.slicknav_menu .slicknav_icon { margin: 24px 0 0 0; display:-moz-inline-stack; display:inline-block; zoom:1; * display:inline; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
}
.slicknav_nav li {
	padding:0;
	display: block;
	float:none;
}
.slicknav_nav ul li{
	border-bottom: none;
}
/* Button */
.slicknav_btn {
  height: 60px;
  right: 0;
  margin: 17px 0 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  top: -97px;
  width: 70px;
  z-index: 999;
  background:#26348b;
  text-align: center;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    * display:inline;
	font-size: 9px;
	margin-right: 0;
	color:white;
	font-family:"eurostile-bold";
	position: relative;
	top:-2px;
	padding-left:7px;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
   background: #ffffff;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
	box-shadow: none;
	display: block;
	height: 2px;
	width: 15px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
    text-align: center;
    padding:17px 0;
    position: relative;
    width:100%;
    z-index: 80;
    background:white;	
}
.slicknav_nav ul {
    padding:0;
    margin:0;
    position: static;
}
.slicknav_nav .slicknav_row {
    padding:5px 0px;
    margin:2px 0;
}
.slicknav_nav a{
   border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 0 0 6px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	* display:inline;
	font: 14px/16px "eurostile-regular";
	height: auto;
	padding: 0;
	margin:7px 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	width: auto;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}
.slicknav_nav li.active a {
	
}
