
body {
	background: #f2f2f2;
	font-size: 15px;
	font-family: Helvetica, 'Arial', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	height: auto;
	color: #002349;
}
a {
	color: #002349;
	text-decoration: none;
}
h3 {
	margin: 0 0 8px;
	color: #002349;
	font: normal 24px Geogrotesque-semibold, Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #2F4C63;
}
p, ul li {
	font-size: 15px;
	line-height: 22px;
	list-style-position: inside;
	padding: 0;
	list-style-type: "- ";
}
ul {
	padding: 0;
	margin: 0 0 10px 0:
}
ul li.listCaption, ul.flex-direction-nav li {
	list-style-type: none;	
}
.button {
	display: inline-block;
	margin: 0;
	padding: .461em 1.563em .41em;
	color: #fff!important;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
	line-height: 1;
	font-size: .9em;
	cursor: pointer;
	font-family: "proxima-nova", sans-serif;
	border: 1px solid #1a4064;
	background: #255a8c;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
}
.button:active {
	-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.button.green {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	border: 1px solid #578824;
	background: #71b02f;
}
.button.green:hover {
	background: #79bc32;
}
#container {
	width: 85%;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
header {
	width: 380px;
	float: left;
}
#main {
	margin-left: 420px;
	overflow: hidden;
}
aside h3 {
}

header .logo {
	display: block;
	margin: 10px 0 30px;
}
header h1 {
	font-family: Geogrotesque-Semibold, Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	color: #002349;
	font-size: 42px;
	margin: 0 0 25px;
    line-height: 1;
}
header h2 {
	margin: 0 0 30px;
	font: normal 20px Geogrotesque-regular, Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 1px #555;
	color: #002349;
}
header .button {
	margin: 0 0 50px;
	padding: 10px 15px 10px 15px;
	position: relative;
}
h3.nav-header {
	width: 200px;
	margin: 0 0 10px;
	padding: 0 0 3px;
	font-size: 18px;
	text-shadow: 0 1px 1px #555;
	color: #002349;
	font-family: Geogrotesque-Regular, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
nav {
	margin-bottom: 20px;
}
nav li {
	margin: 0 0 7px;
	font-size: 15px;
}
nav li a:hover, nav li.active a {
	border-bottom: 1px dotted #fff;
	border-bottom: 1px dotted rgba(255,255,255,0.3);
	background: none;
}
nav li.active a {
	cursor: default;
}

/* ------------------------------------------------*/
/* ------------------- CONTACT FORM ---------------*/
/* ------------------------------------------------*/

#form-contatti2 {
	display: none;
}
.contactFrm h4 {
    font-size: 14px;
    color: #252525;
    font-weight: 300;
	margin-bottom: 1px;
}
.contactFrm input[type="text"], .contactFrm input[type="email"] {
    width: 92%;
    color: #303030;
    background: #fff;
    outline: none;
    font-size: 0.9em;
    padding: 5px;
    border: 1px solid #ffffff;
    -webkit-appearance: none;
    display: block;
    margin-bottom: 7px;
}
.contactFrm textarea {
    resize: none;
    width: 93.5%;
    background: #fff;
    color: #303030;
    font-size: 0.9em;
    outline: none;
    padding: 5px;
    border: 1px solid #fff;
    min-height: 7em;
    -webkit-appearance: none;
}
.contactFrm input[type="submit"] {
    outline: none;
    color: #FFFFFF;
    padding: 5px 15px;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #002349;
    transition: 0.5s all;
    border: 2px solid #002349;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}
.contactFrm input[type="submit"]:hover {
    background: #cdcdcd;
	background-opacity: 0.1;
    color: #666;
	border: 2px solid #cdcdcd;
}
p.statusMsg{
	font-size:15px;
	font-weight: bold; 
	padding: 5px 0;
	line-height: 16px;
}
p.succdiv{color: #565656;}
p.errordiv{color:#E80000;}


/* Media Queries
***********************/
@media screen and (max-width: ) {
#container {
	padding: 35px;
}
header {
	width: 380px;
}
#main {
	margin-left: 380px;
}
aside h3 {
	float: none;
	font-size: 20px;
}
.toggle {
	margin-left: 0;
	float: none;
}
}
@media screen and (max-width: 1080px) {
#container {
	padding: 35px;
}
header {
	width: 100%;
	float: none;
	text-align: center;
}
header img {
	width: 120px;
}
header h1 {
	margin: 0 auto 10px;
	font-size: 32px;
}
header h2 {
	font-size: 16px;
}
header .button {
	margin-bottom: 28px;
}
#main {
	margin-left: 0;
}
h3.nav-header {
	margin: 0 auto 10px;
	font-size: 16px;
}
nav {
	position: relative;
	min-height: 46px;
	margin-bottom: 20px;
	width: 100%;
}
nav ul {
	width: 260px;
	padding: 0;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	top: 0;
	z-index: 9999;
	border: 1px solid #1e5486;
	background: #255a8c;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);
}
nav li {
	display: none; /* hide all <li> items */
	margin: 0;
}
nav li a {
	border: none!important;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
nav li a:hover {
	text-decoration: underline;
}
nav .active {
	display: block; /* show only current <li> item */
}
nav a {
	display: block;
	padding: 10px 20px;
	text-align: center;
	font-size: 12px;
}
nav .active a {
	background: none;
	color: #fff;
	position: relative;
}
nav .active a:after {
	font-family: flexslider-icon;
	content: '\f005';
	font-size: 13px;
	position: absolute;
	right: 10px;
	top: 10px;
}
/* on nav hover */
nav ul:hover {
	background: #32679a;
}
nav ul:hover li {
	display: block;
	margin: 0 0 5px;
}
nav ul:hover .active {
	border: 1px solid #1e5486!important;
	background: #255a8c;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
nav ul:hover .active a:after {
	display: none;
}
#form-contatti {
	display: none;
}
#form-contatti2 {
	display: inherit;	
}
}
