/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
@font-face {
    font-family: 'latobold';
    src: url('/css/Lato/lato-bold-webfont.eot');
    src: url('/css/Lato/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/Lato/lato-bold-webfont.woff2') format('woff2'),
         url('/css/Lato/lato-bold-webfont.woff') format('woff'),
         url('/css/Lato/lato-bold-webfont.ttf') format('truetype'),
         url('/css/Lato/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'vincehand_ii_trialregular';
    src: url('/css/VinceHand/vh2trial-webfont.eot');
    src: url('/css/VinceHand/vh2trial-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/VinceHand/vh2trial-webfont.woff') format('woff'),
        url('/css/VinceHand/vh2trial-webfont.ttf') format('truetype'),
        url('/css/VinceHand/vh2trial-webfont.svg#vincehand_ii_trialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/css/Montserrat/montserrat-regular-webfont.eot');
    src: url('/css/Montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/Montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('/css/Montserrat/montserrat-regular-webfont.woff') format('woff'),
         url('/css/Montserrat/montserrat-regular-webfont.ttf') format('truetype'),
         url('/css/Montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-size:14px;
	font-family:Arial, sans-serif;
	color:#0f0f0f;
}
h2{font-family:Arial, sans-serif;
font-size:20px;
line-height:23px; padding:0;
margin:30px 0 0 0;}

h3{font-family:Arial, sans-serif;
font-size:17px;
line-height:19px; padding:0;
margin:20px 0 0 0;}
.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* HEADER */
.header-container{
	background:url(/images/sfondo_self.jpg) no-repeat top #f1f1f1;
	padding-bottom:30px;
	/*height:795px;*/
}
.header-container header.wrapper{
	border-bottom:5px solid #919191;
	padding:30px 20px 15px 20px;
}
.header-container .logo{
	float:left;
}
.header-container header h1{
	font-family: 'latobold';
	color:#444444;
	font-size:17px;
	float:left;
	margin:20px 0px;
	width:100%;
}
.header-container header h1 span{
	color:#0064b0;
	font-size:19px;
}
.header-container .social{
	float:left;
	width:100%;
}
.header-container .main{
	padding:20px 20px 0px 20px;
}

/* CONTENUTO */
.main figure{
	float:right;
	width:100%;
	margin:5% 0 5% 0;
}
.main figure img{
	width:auto;
	max-width:100%;
}
.main article{
	float:left;
	width:100%;
}
.main article h1{
	color:#0064b0;
	font-size:26px;
	margin:0px;
}
.main article h2{
	font-size:20px;
	font-weight:normal;
}
.main article a{
	color:#0064b0;
}

/* FASCIA GRIGIA */
.fascia_grigia{
	background-color:#919191;
	color:#fff;
}
.fascia_grigia h1{
	font-family: 'vincehand_ii_trialregular';
	font-size:36px;
	color:#fff;
	width:auto;
	float:left;
	margin:50px 0 0 0;
}
.fascia_grigia img{
	width:11%;
}
.fascia_grigia article{
	width:100%;
	float:left;
}
.fascia_grigia aside{
	width:100%;
	float:right;
	margin:5% 0 8% 0;
	border:1px solid #e9e9e9;
	background-color:#46b21d;
	padding:15px;
}

/* PERSONE */
.persone{
	display:none;
	background: #FFFFFF;
	text-align:center;
	width:100%;
	background:url(../images/persone.png) no-repeat bottom #FFFFFF;
}
.persone section{
	min-height:365px;
}
.persone h1{
	color:#000;
	font-size:30px;
	margin:50px 0px 0px 0px;
}
.persone p{
	margin:0px;
}

/* GRIGIO CHIARO */
.fascia_grigiochiaro{
	background-color:#e4e4e4;
	padding:70px 0px;
}
.fascia_grigiochiaro h1{
	float:left;
	width:100%;
	border:3px solid #4ab621;
	background-color:#fff;
	padding:15px;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
}
.fascia_grigiochiaro p{
	float:left;
	width:100%;
}
.fascia_grigiochiaro a{
	color:#000;
	text-decoration:none;
}

/* FASCIA BLU */
.fascia_blu{
	background-color:#0064b0;
	padding:40px 0px;
	color:#fff;
}
.fascia_blu h1{
	font-size:30px;
	margin:0px;
}
.fascia_blu p{
	font-size:18px;
	margin:0px;
}

/* FOOTER */
.footer-container{
	background-color:#ebedec;
	padding:40px 0px;
	font-family: 'montserratregular';
}
.footer-container .dati{
	width:100%;
	float:left;
	text-align:left;
	font-size:12px;
	color:#888888;
	margin-bottom:30px;
}
.footer-container .dati img{
	float:left;
		margin:0 20px 18px 0;
}
.footer-container .dati a{
	color:#888888;
	text-decoration:none;
}
.footer-container address{
	float:left;
	width:100%;
	background:url(/images/indirizzo.png) no-repeat left;
	padding-left:50px;
	font-style:normal;
	margin-bottom:30px;
}
.footer-container .rubrica{
	float:right;
	width:100%;
	background:url(/images/rubrica.png) no-repeat left;
	padding-left:50px;
	margin-bottom:5%;
}
.footer-container .rubrica a{
	color:#000;
	text-decoration:none;
}
.footer-container .credits{
	float:left;
	width:100%;
	margin:0px;
	text-align:right;
}
.footer-container .credits a{
	font-size:16px;
	color:#4b4b4b;
	text-decoration:none;
	padding-left:10px;
}
.footer-container .credits a:hover{
	text-decoration:underline;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
	/* FASCIA GRIGIA */
	.fascia_grigia img{
		width:auto;
	}

}

@media only screen and (min-width: 768px) {
	/* CONTENUTO */
	.main figure{
		float:right;
		width:30%;
		margin:0 0 0 5%;
	}
	.main figure img{
		width:100%;
	}
	.main article{
		width:60%;
	}
	
	/* FASCIA GRIGIA */
	.fascia_grigia article{
		width:50%;
	}
	.fascia_grigia aside{
		width:40%;
		float:right;
		margin:0 0 8% 3%;
	}
	
	/* GRIGIO CHIARO */
	.fascia_grigiochiaro h1{
		width:40%;
	}
	.fascia_grigiochiaro p{
		float:right;
		width:55%;
	}
		/* FOOTER */
	.footer-container .dati{
		width:100%;
	}
	.footer-container address{
		width:50%; font-style:normal;
	}
	.footer-container .rubrica{
		float:right;
		width:50%;
	}
	br.nascondi{ display:none ;}

}


@media only screen and (min-width: 840px) {
	/* HEADER */
	.header-container header h1{
		margin:95px 20px 0px 20px;
		width:auto;
	}
	.header-container .social{
		width:auto;
		float:right;
		margin-top:75px;
	}
	.header-container .main{
		padding:100px 20px 0px 20px;
	}

}
@media only screen and (min-width: 980px) {

		/* FOOTER */
	.footer-container .dati{
		width:40%;
	}
	.footer-container address{
		width:30%; font-style:normal;
	}
	.footer-container .rubrica{
		float:right;
		width:25%;
	}
	br.nascondi{ display:inline-block;}
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}