﻿/*
* Author: Webngo
* Template: Astrum
*/


/* Logo
====================================*/
#logo{ margin-top: 8px!important; }

/* Menu
====================================*/
.menu ul > li > a{
    padding-left:10px;
    padding-right:10px;
}

/* Breadcrumbs
====================================*/
#breadcrumbs ul li:first-child:after{
	content: "";
	font-family: "FontAwesome";
	font-size: 12px;
	color: #ccc;
	margin: 0 0 0 9px;
}

/*slider
====================================*/
.fullwidthbanner-container{
	top:0;
}
p.baloon{
	display:block;
	width:440px;
	height:155px;
	padding:20px 35px 20px 90px;
	background:url(../images/slide/baloon.png) no-repeat center;
	white-space:normal;
	font-size:16px;
	line-height:21px;
	color:#006;
}
p.baloon strong{
	padding:0 2px;
	background-color:#006;
	color:#fff;
	text-transform:uppercase;
}

/* 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: ""; }


/* Box Homepage
====================================*/
.box-hp #portfolio-wrapper{
    min-height:inherit;
}
.box-hp .portfolio-item{
	margin:0 7px 14px;
}
.box-hp .item-description{
    padding:10px;
    height:65px;
}
.item-description h5{
	margin-bottom:5px;
	line-height:20px!important;
}
.box-hp .item-description p{
	font-size:13px;
	line-height:16px;
	color:#999;
}
.box-hp .portfolio-item:hover > figure > a .item-description p{
	color:#fff;
}

/* 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;
}

/* Circolari
====================================*/
.circolari-elenco{
	margin-bottom:25px;
}
.circolari-elenco .p-button{
	margin-top:10px;
}

/* Generali
====================================*/
.contenuto img{
	max-width:100%;	
}

#related-work .item-description{
	height: 65px;
}