@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


img, object, embed, video {
	max-width: 100%;
}
/* IE 6 non supporta max-width, quindi viene usata per impostazione predefinita la larghezza 100% */
.ie6 img {
	width:100%;
}

a img {border: none};

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

.right {float: right;}
.left {float: left;}

body {
	background: #374199;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 15px;
	position: relative;
	background-image:url("../immagini/background-1.jpg");
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
min-height:600px;
}

.home {background-color: #374199;


}

body:after{
    display:none;
    content: url(../immagini/twitter-icon-hover.png) url(../immagini/facebook-icon-hover.png) url(../immagini/flickr-icon-hover.png) url(../immagini/dropdown-arrow.png);
}

a:link {
	text-decoration: none;
	transition: color 200ms linear;
}

a:hover {
	text-decoration: none;
}

.wrap {
	width: 96%;
	margin: 0 auto;
	text-align:center;
}

header {
	width: 100%;
	height: 165px;
	background:#1f2874;
	position: fixed;
	top: 35px;
	left: 0;
	z-index: 99;
}

#genericHeader {position: absolute;}


#logo {
	margin-top: 12px;
	
}

.wrap2 {
	width: 600px;;
	margin: 0 auto;
	text-align:center;
}

.divbenvenuto{
	color:#fff;
	position:relative;
	width:140px;
	float:left;
	font-size:16px;
	margin-top: 47px;
	text-align:center;
	line-height: .5;
	}
.divwelcome{
	text-align:center;
	color:#fff;
	position:relative;
	width:140px;
	float:left;
	font-size:16px;
	margin-top: 47px;
	line-height: 0;
	}
	.divbenvenuto p{ font-size:20px;text-align:center; }
.divwelcome p{ font-size:20px;text-align:center;}
#it {
	position:relative;
	margin-top: 55px;
	width:140px;
	float:left;
	
	
}
#en {
	position:relative;
	margin-top: 55px;
	width:140px;
	float:left;
	
	
}
@media only screen and (max-width:600px) {
	.divbenvenuto{ display:none;}
		.divwelcome{display:none;}
		#it{ width:50%;}
		#en{ width:50%;}
		.wrap2 {width:100%;}
		body{
			background-image:url("../immagini/bg-smart.jpg");
			background-repeat:no-repeat;
background-position:center 220px; 
background-attachment:fixed;
			}
			
}


/* inizio nav*/

#toggler {display: none;}
#homeToggler {display: none;}

nav {
	display: block;
	position: relative;
	margin-top: 77px;
	float: right;
}

nav ul{
	display: block;
	position: relative;
}

nav ul li{
	display: block;
	margin-left: 30px;
	float: left;
	transition: height 300ms ease-in;
	position: relative;
}

nav ul li ul {display: none;}

nav ul li ul li {
	display: block;
	background: #fff;
	float: none;
	padding: 12px 24px 12px 24px;
	margin: 0;
}

nav ul li ul li a {
	display: block;
	color: #9f9189;
}

nav ul li ul li a:hover {
	color: #9f9189	;
	text-decoration: underline;
}

nav ul li ul li .current{
	color: #9f9189;
	text-decoration: underline;
}

nav ul li a{
	letterspacing: 100;
	text-transform: uppercase;
	color: #86949e;
	transition: color 200ms linear;
	cursor: pointer;
}

nav ul li .current{
	color: #fff;
}

nav ul li a:hover{
	color: #fff;
}

nav ul li:hover ul{
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 9999;
	width: 267px;
	text-align: center;
	padding-top: 25px;
	cursor: pointer;
	background: url(../immagini/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: 237px 15px;
}

/* fine nav*/

footer {
	color: #fff;
	font-size: 13px;
	font-weight: 100;
	background: none;
	height: 150px;
	position: relative;
}

#links-footer {
	position: fixed;
	bottom: 40px;
	right: 2%;
	z-index: 99;
}

#links-footer .icon {
	width: 31px;
	height: 31px;
	float: left;
	margin-left: 20px;
}

#facebook {
	background: url(it/immagini/facebook-icon.png);
	background-repeat: no-repeat;
	transition: background 200ms linear;
	cursor: pointer;
}

#facebook:hover {
	background: url(it//immagini/facebook-icon-hover.png);
}

#twitter {
	background: url(it//immagini/twitter-icon.png);
	background-repeat: no-repeat;
	transition: background 200ms linear;
	cursor: pointer;
}

#twitter:hover {
	background: url(it/immagini/twitter-icon-hover.png);
}

#flickr {
	background: url(it/immagini/flickr-icon.png);
	background-repeat: no-repeat;
	transition: background 200ms linear;
	cursor: pointer;
}

#flickr:hover {
	background: url(it/immagini/flickr-icon-hover.png);
}

footer #intestazione-footer {
	line-height: 1.5;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #d4d9d3;
}

.content {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
	padding: 300px 0 100px 0;
	background: #e9eaec;
	color: #222;
	font-weight: 100;
}

.content a {color: #222;}
.content a:hover {color: #735e4d;}

h1 {
	font-size: 20px;
	font-weight: bold;
}

p {
	text-align: justify;
	margin-top: 20px;
	letter-spacing: 1.5px;
	line-height: 1.1;
}

.inner-wrap {width: 80%; margin: 0 auto;}

#img-column {float: right; max-width: 320px; margin-top: 20px;}
#img-column img {margin-bottom: 27px;}

.textLeft {max-width: 50%; float: left;}

#firma {margin-top: 30px;}

#st-accordion {margin-top: 30px;}

.st-accordion ul li
{
	height:auto;
}

#st-accordion ul li {margin-bottom: 20px;}
.st-content {padding-bottom: 20px;}

#st-accordion a {color: #222; font-weight:bold;}
#st-accordion a:hover {color: #735e4d;}

.st-content .bullet-list {margin-top: 20px; margin-left: 40px; list-style: disc; margin-bottom: -20px;}

strong {font-weight: bold;}

#img-column-contatti {float: right; max-width: 45%; margin-top: 40px;}

.dark {
	background: #8c949f;
	color: #fff;
	padding: 30px;
	max-width: 40%;
	float: left;
	position: relative;
	clear: left;
	margin-top: 40px;
}


.dark  a {
	color: #fff;
}

.dark a:hover {
	color: #d4d9d3;
}

input {
	width: 97%;
	border: none;
	box-shadow: none;
	padding: 5px;
	margin-bottom: 10px;
	transition: background 200ms ease-out;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

input:hover {
	background: #e9eaec;
}

.btn {width: 80px; margin-right: 10px; cursor: pointer; background: #fff; border: none; transition: background 200ms ease-out;}
.btn:hover {background: #e9eaec;}

textarea {
	width: 95%;
	height: 70px;
	border: none;
	box-shadow: none;
	padding: 5px;
	margin-bottom: 10px;
	transition: background 200ms ease-out;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

textarea:hover {
	background: #e9eaec;
}

table {table-layout: fixed;}

#partners {margin-top: 40px;}

.dark #contatti-info tr td {padding-bottom: 15px;}

table tr td a img {
	opacity: 1;
	transition: opacity 200ms ease-in;
}

table tr td a:hover img {
	opacity: .7;
}


@media only screen and (max-width:1280px) {
	#links-footer .icon {
	width: 31px;
	height: 31px;
	float: none;
	margin-left: 0;
	margin-top: 20px;
}

}


.smallscreens {display: none;}
