@charset "utf-8";
	
	
	
   .scroll_animazione{
	-webkit-animation: scroll 1s linear infinite;
	-moz-animation: scroll 1s linear infinite;
	-o-animation: scroll 1s linear infinite;
	}
	@-webkit-keyframes scroll {
	0% {top: 43%; opacity:1;}
	100% {top: 60%; opacity:0;}
	}
	@-moz-keyframes scroll {
	0% {top: 43%; opacity:1;}
	100% {top: 60%; opacity:0;}
	}
	@-o-keyframes scroll {
	0% {top: 43%; opacity:1;}
	100% {top: 60%; opacity:0;}
	} 
	
	
	svg * {
	fill: none;
	}
	
	.obturateur path{
	stroke-width: 7.5;
	stroke-miterlimit: 10;
	}

	.str1{ stroke:#c3b894;}
	.str2{ stroke:#d3caa4}
	.str3{ stroke:#e9e1b9;}
	.str4{ stroke:#fff8ce;}



	
	.counter_number_box {
    width: 100%;
    padding-bottom: 100%;
   	background: url("../img/counter.png") no-repeat 0% 0% / auto 100%;
	-webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
	}
	
	.ok .counter_number_box { background-position: 16.3% 0%}
	.des .counter_number_box { background-position: 33.2% 0%}
	.arc .counter_number_box { background-position: 49.1% 0%}
	.fp-viewing-4 .counter_number_box { background-position: 66.4% 0%}
	
	.counter_description {
    width: 100%;
    padding-bottom: 179%;
    background: url("../img/counter_s.png") no-repeat 0% 0% / 700% auto;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
	background-position: 100% 0%;
	}
	
	.ok .counter_description { background-position: 83.7% 0%}
	.des .counter_description { background-position: 66.6% 0%}
	.arc .counter_description { background-position: 50.1% 0%}
	.fp-viewing-4 .counter_description { background-position: 33.1% 0%}


/*----------LATEST------*/

.box_gallery {width: 100%;}
.fix_el_gallery {height:80%;}

.gl_h100 {
    height: 90%;
	opacity:0;
	-webkit-transition: all 0.5s ease-in 0.2s;
    transition: all 0.5s ease-in 0.2s;
	margin-top: 2%;
}

.fp-viewing-2 .gl_h100 {
    height: 100%;
	opacity:1;
	
}


/*.box_gallery {width: 96%;}
	
.fp-viewing-2 .box_gallery, 
.fp-viewing-3 .box_gallery {width: 100%;}

.fix_el_gallery {
	-webkit-transition: all 0.5s ease-in-out 1s;
    transition: all 0.5s ease-in-out 1s;
	height: 7vw;}
.fp-viewing-2 .fix_el_gallery,
.fp-viewing-3 .fix_el_gallery {height: 80%;}


.gal_side_center_inner {
    height: 3px;
	-webkit-transition: all 0.5s ease-in-out 1s;
    transition: all 0.5s ease-in-out 1s;
}

.fp-viewing-2 .gal_side_center_inner, .fp-viewing-3 .gal_side_center_inner {
    height: 100%;
}

.gal_loading, .gal_loading_box{
	position:absolute;
	background:#2F2F2F;
	width:100%;
	height:100%;
	z-index: 3;
}

.gal_loading_box{
	-webkit-transition: all 0.5s ease-in-out 1s;
    transition: all 0.5s ease-in-out 1s;
	opacity:1;
	}
.fp-viewing-2 .gal_loading_box, .fp-viewing-3 .gal_loading_box{opacity:0; z-index:1;}
.gal_loading{
	background:#dccfae;
	width:0%;
	left:0px;
	top:0px;
	-webkit-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.fp-viewing-2 .gal_loading, .fp-viewing-3 .gal_loading{width:100%;}*/