

.title-section{
    width: 100%;
    position: absolute;
    top: calc((100% - 30%) /2);
    height: 30%;
    text-align: center;
    padding: 3% 7%;
}

.title-section img{
    width: 100%;

}
@media (max-width: 500px) {
	.title-section img{

	margin-top:30%;
}
}

.button-01{
    width: 243px;
    margin: 0 auto;
    border: 1px solid #8C8279;
    font-family: "Futura Std";
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 7px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
}

.button-left {
    
    margin: 30px 0 0 0;
}
@media (max-width: 768px) {
.button-left, .button-01.left-align{
		margin:30px auto;
	}
}
.button-01.no-link{
    padding: 22px 0;
    cursor: pointer;
}

.light .button-01{
    color: #FAF9F7;
}

.button-01 a,
.button-01 a:hover{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 22px 0;
}

.light .button-01 a,
.light .button-01 a:hover{
    color: #FFF;
    text-decoration: none;
}

.frame-border{
    position: absolute;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
	opacity:0.1;
}

/*EFFETTO SULLO SCROLL*/
@media (min-width: 1200px) {
    .home section .frame-border{
        opacity: 0;
        transform: scale(1.2);
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    .home section.border-effect .frame-border{
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 992px) {
    .frame-border{
        height: 96%;
    }
	.section0 .frame-border{
        height: 80%;
    }
	

    .frame-border-full-height .frame-border{
        height: 100%;
    }
}

.frame-border:before{
    content: '';
    position: absolute;
    top: -26px;
    left: calc((100% - 1px)/2);
    height: 25px;
    width: 1px;
    background-color: #000;
}

.contacts.light .frame-border:after{
    content: '';
    position: absolute;
    bottom: -46px;
    left: calc((100% - 1px)/2);
    height: 45px;
    width: 1px;
    background-color: #FFF;
}

.light .frame-border:before{
    background-color: #FFF;
}

.light .frame-border{
    border: 1px solid #FFF;
}

.decorative-box{
    background-color: #F8F8F8;
    position: absolute;
    top: 0;
    right: 50%;
    width: 26%;
    height: 100%;
}

.infographic{
    max-height: 100%;
}

.hide{
    display: none;
}

.about p{
	line-height: 1.7em;
}

@media (min-width: 575px) {
	.arrows{position:relative;}
	.arrows:before{
		position:absolute;
		bottom:120%;
		left:10%;
		width:1px;
		height:90%;
		background:#000;
		opacity:0.1;
		content:"";
		
		
		}
	.arrows:after{
		position:absolute;
		left:250px;
		top:50%;
		height:1px;
		width:calc(80% - 250px);
		background:#000;
		opacity:0.1;
		content:"";
		
		
		}
}

@media (max-width: 575px) {
	.arrows{position:relative; margin-bottom:100px;}
	.arrows:before{
		position:absolute;
		bottom:110%;
		left:10%;
		width:1px;
		height:50%;
		background:#000;
		opacity:0.1;
		content:"";
	}
	.arrows:after{
		position:absolute;
		top:110%;
		left:10%;
		width:1px;
		height:50%;
		background:#000;
		opacity:0.1;
		content:"";
	}
	.hidemobile{display:none;}
}

@media (max-width: 1200px) {
	.thebullet{
		padding: 0 30px!important;
	}
}