@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.container{
	margin:0 auto;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
}
.intro{
    height:65%;
    background: #FFF;
	color: #323E48;
}
.intro p{
	margin: 0 auto;
	font-size: 1.8em;
	color: #323E48;
	margin-top: 40px;
	font-family: 'Droid Serif';
	font-style: italic;
    font-weight: normal;
}
.section{
	text-align:center;
}
.logo{
    width: 350px;
    /*position: absolute;
    margin-left: -175px;
    margin-top: -175px;
    top: 40%;
    left: 50%;*/
}
.contattaci{
    height:35%;
    background: #2C343D;
    color: #ffffff;
}
.contattaci a{
    color: #ffffff;
}
.contattaci a:hover{
    color: #b2866f;
}


.footer {
	position:absolute;
	bottom:0;
	left:50%;
	width:1140px;
	margin-left:-570px; 
	margin-bottom:40px;
	text-align:center;
	font-family: 'Droid Serif';
	font-style: italic;
    font-weight: normal;
}
.footer span{
	text-align:center;
}
.contatti{
	text-align:center;
    padding-top: 8%
}
.contatti div{
    padding-top: 1%;
}
.contatti div a{
	text-align:center;
    font-size:17px;
    color: #b2866f; 
}

.contatti .underline {
	font-size: 60px;
    font-weight: 200;
	text-transform: uppercase;
	color: #fff;
}

.contatti .underline span+span {
	background-color: #FF6B00;
	height: 4px;
    width: 100px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.contatti img{ width: 100px}


.visibleXS{display:none!important}
.hiddenXS{display:block!important}


@media (min-width:768px) and (max-width:892px) {
    .footer {
        width:720px!important;
        margin-left:-360px!important;
    }
}

@media (min-width:893px) and (max-width:1079px) {
    .footer {
        width:940px;
        margin-left:-470px; 
    }
	.contatti{
        padding-top: 4%
    }
}

@media (max-width:767px) {
	.container{
		font-size:12px
	}
    .contattaci{
        height:auto;
    }
    .logo{
        width: 190px;
		margin: 0 auto;
    }
    .contatti{
        padding-top: 5%
    }
	.footer {
        position:relative;
		width:300px;
		margin-left:-150px;
		margin-right: 15px;
		margin-bottom:0px;
		padding-bottom:10px;
	}
	.footer p {
		text-align:center;
		font-size:11px;
		margin-bottom: 5px;
        padding-top: 20px;
	}
	.visibleXS{display:block!important}
	.hiddenXS{display:none!important}
	
	.contatti .underline {
		font-size: 40px;
		margin-bottom: 40px;
	}
}