﻿/*
* Author: Webngo
* Template: Astrum
*/


/* =================================================================== */
/* Header
====================================================================== */
#header {
	height: 92px;
}

/* Logo
====================================*/
#logo { margin-top: 8px!important; }
#logo a img {
	height: 75px;
}

/* Breadcrumbs
====================================*/
#breadcrumbs ul li:first-child:after{
	content: "";
	font-family: "FontAwesome";
	font-size: 12px;
	color: #ccc;
	margin: 0 0 0 9px;
}

/* List Styles
====================================*/
.contenuto ul {
	margin: 10px 0 18px;
}
.contenuto ul li {
	list-style: none;
	margin: 7px 0;
	margin-left: 2px;
}
.contenuto ul li:first-child {
	margin-top: 0;
}
.contenuto ul li:before {
	content: "";
	font-family: "FontAwesome";
	margin: 0 7px 0 0;
	position: relative;
	color: #2E3192;
	}
.contenuto ul li:before { content: ""; }

/* Form Homepage
====================================*/
.form-hp{}
#contact{}
#contact fieldset div{
    margin-bottom:10px;
}
#contact input{
	width:96%;
}
#contact input[type=submit]{
	width:100%;
}
#contact textarea{
	width:96%;
	min-width:96%;
	min-height:100px;
}

