@charset "utf-8";
	.popup_costr {
    position: absolute;
    bottom: 36px;
    right: 34px;
    color: #fff;
    background: #4b4b4b;
    padding: 46px 19px;
    box-shadow: 0px 10px 10px 10px #0009;
    border-radius: 1000px 1000px 0px 1000px;
    width: 92px;
    line-height: 18px;
    text-align: center;
}
	*{
	margin:0px;
	padding:0px;	
	}

	body{
	background-size: cover;
	background-position:center;	
	background-image:url(../img/lvl_1.jpg);	
	overflow-x:hidden;
	font-family: "Montserrat";
	background-color: #4a4a4a;
	}
	
	a{
	text-decoration:none;
	}
	
	img{
	margin:auto;
	padding:auto;	
	}

	li{
	list-style-type: none;
	}
	
	h1{
	color: #333;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 44px;
	line-height: 1;
	text-align:left;
	}

	
	h2, h3, h4, h5{
	text-align:left;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0;
	}
	
	
	h5{
	color: #f4e4be;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	}

	p{
	font-family: Verdana,Geneva,sans-serif; 
	display: block;
	color: #a4a4a4;
	text-align: left;
	font-size: 17px;
	}

	.button_style_1, .button_style_2{
	padding: 10px 50px;
	background: #0000;
	border-radius: 100px;
	border: 2px solid #efdfba;
	display: inline-block;
	color: #efdfba;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	}

	.button_style_1:hover, .button_style_2:hover{
	background: #efdfba;
	color: #000;
	}

	.button_style_2{
	border: 1px solid #000;
	color: #000;
	padding: 10px 50px;
    border-radius: 100px;
	}

	.button_style_2:hover{
	background: #000;
	color: #fff;
	}
	
	.font-white{
	color:#fff;
	}
	.font-gold{
	color:#ccbd9e;
	}
	.font-gray{
	color:#353535;
	}
	.font-lightgray{
	color:#686868}
	
	.center{
	margin: 0 auto;
	left: 0px;
	right: 0px;
	position: absolute;
	display: block;	
	}
	
	.inner_w{
	position:relative;
	max-width:1400px;	
	margin:0 auto;
	}
	
	.float, .semi-float{
	float:left;	
	}
	
	.semi-float-dx{float: right;}

	.semi-right{
	text-align: right;
	}

	.box_30, .box_40, .box_60, .box_70{
	box-sizing: border-box;
	text-align: left;	
	}
	
	.box_30{width: 30%;}
	.box_40{width: 40%;}
	.box_60{width: 60%;}
	.box_70{width: 70%;}

	.fixed{
	position:fixed !important;	
	}

	.border-footer{
	height: 30px;
	background: #000;
	width: 100%;
	display: block;
}
	
	/*-----------NAV INIZIO---------*/
	
	.scroll_block{
	overflow:hidden;	
	}
	
	::-webkit-scrollbar { 
    display: none; 
	}
	
	.contenitore{
	width:100%;
	position:relative;
	display:inline-block;
	}
	
	.scalem_n .section{
	-ms-transform: scale(0.9,0.9); /* IE 9 */
    -webkit-transform: scale(0.9,0.9); /* Safari */
    transform: scale(0.9,0.9);	
	filter: brightness(0.7);
	}
	
	.section{
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	margin:0 auto;
	}	

	.b_nav{
	display:inline-block;
	height:100%;
	width:100%;
	position:absolute;	
	z-index: 1;
	}
	
	.nav{
	position:fixed;
	width:100%;
	height:100%;
	z-index:5;	
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	vertical-align: middle;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.5)), color-stop(80%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 100%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 80%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#000000',GradientType=1 );
	}
		
	.nav_box{
	width: 100%;	
	}

	
	
	.nav_button h5 {
	position: relative;
    padding: 20px;
    text-align: center;
  	border: 1px solid #f4e4be;
  	margin: 10px auto;
  	font-size: 20px;
  	display: block;
  	max-width: 200px;
	}
	
	.nav_box h5:hover{
	background: #f4e4be;
	color:#000;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	}

	#hidden_nav{display:none;}
	.hidden_n{visibility:hidden;opacity:0;}
	.show_n{visibility:visible;opacity:1;}
	
	.mark_3{
	width: 65px;
	top: 30px;
	right: 30px;
	max-width: 65px;	
	position:fixed;
	z-index:5;
	max-height: 65px;
	height: 65px;
	cursor:pointer;
	}
	
	.mark_social{
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 10%;
	max-width: 65px;
	z-index: 5;
	display: none;
	}
	
	.social_link {
    height: 40px;
    width: 40px;
    margin: 13px auto;
    box-shadow: 0px 0px 0px 1px #cebfa0 inset;
	display: block;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	background:transparent url(../img/logo_social.png) top left / 200% auto;

	}
	
	.social_link:hover {
    background-color: #cebfa0;
	background-position:100% 0%;
	}
	.social_in{background-position:0% 25%;}
	
	.social_in:hover{background-position:100% 25%;}
	
	.b_animation, .b_animation_corner {
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	height:100%;
	position:absolute;
	width:100%;
	z-index: 0;
	}
	
	.b_animation_corner{
	height:80%;
	position:absolute;
	width:80%;
	bottom: 10%;
	left: 10%;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
	border:0.1vw solid #f4e4be;
	background-color:rgba(244, 228, 190, 0);	
	}
	
	.b_animation_content{
	background: #F4E4BE none repeat scroll 0% 0%;
	height: 3%;
	width: 43%;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	left: 30%;	
	}
	
	.b_animation_top{top: 37%;}
	.b_animation_middle{top: 48%;}
	.b_animation_bot{top: 59%;}
	
	.mark_3:hover .b_animation_corner{
	background-color:rgba(244, 228, 190, 1);	
	}
	
	.mark_3:hover .b_animation_content{
	background-color:#000;		
	}
	
	.b_on .b_animation_corner{
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
    transform: rotate(0deg);	
	}
	
	.b_on .b_animation_top, .b_on .b_animation_bot{top: 48%;}
	
	/*-----------NAV FINE---------*/
	/*----------LANDING INIZIO-----------*/
	
	.landing svg{transform: scale(1.1);}

	.w_max{
	margin:0 auto;
	width: 80%;
	}
	
	.bgcolor_2{
	background: RGBA(89, 89, 89, 0.6) url("") no-repeat 50% 26% / 100% auto;
	border: 1px solid rgba(204, 204, 204, 0.07);
	}
	
	
	.landing{
	width:100%;
	height:100vh;
	background-attachment:fixed;
	position:relative;
	display:inline-block;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	font: 0px/0 a;
	}
	
	.mark{
	position:absolute;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;	
	}
	
	.mark_1{
	width: 10%;
	top: 23px;
  	left: 27px;
	max-width: 65px;	
	position:fixed;
	z-index:5;
	}
	
	.counter_line {
	width: 1px;
	padding-bottom: 10vh;
	background: #9d947b;
	position: relative;
	left: 0px;
	right: 0px;
	margin: 2% auto;
	}
		
	.scene{
	width:100%;
	height:100vh;
	display:inline-block;
	top: 0px;
	left: 0px;
	position:fixed;
	background-size:cover;	
	background-position:center;	
	z-index:-1;
	}
	
	.scene_bg{
	width:100%;
	height:100%;
	position:fixed;
	-webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;	
	background: RGBA(71, 70, 70, 0.0);
	}
	
	#scene .layer{
	height:104%;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;	
	width:104%;
	margin:-1% 0 0 -2%;
	}
	
	.lvl_1{	background-image:url(../img/lvl_1.jpg);	}
	.lvl_2{	background-image:url(../img/lvl_2.png);	}
	.lvl_3{	background-image:url(../img/lvl_3.png);	}
	.lvl_4{	background-image:url(../img/lvl_4.png);	}
	
	
	.centerer {
    height: 100%;
 	white-space: nowrap;
	}
	
	.centerer:before {
  	content: '';
  	display: inline-block;
  	height: 100%;
  	vertical-align: middle;
 	margin-right: -0.25em;
	}
	
	.vertical{
	display: inline-block;
  	vertical-align: middle;
	}
	
	.box_home{
	width: 90%;
	max-width: 140px;
	}
		
	.mark_2{
	width: 30px;
	position:relative;
	margin: 0 auto;
	}
	
	#logo_index {
	width: 100%;
	margin: 37% auto 65%;
	position: relative;
	/*padding-bottom: 187%;
	background: transparent url("../img/logo.png") no-repeat center / 100% auto;*/
	}
		
	.scroll_box{
	width: 90%;
	position: relative;
	margin: 0 auto;
	}
	
	.scroll_animazione{
	border-radius: 100px;
	display: block;
	position: absolute;
	background-color: #FFF;
	width: 3%;
	padding-bottom: 3%;
	top: 43%;
	margin-left: 49.3%;
	}
	
	/*----------LANDING FINE-----------*/
	/*----------DESCRIZIONE INIZIO-----------*/
	
	.description_box{
  	margin-top: 100px;
	width: 100%;
  	text-align: center;
  	background: linear-gradient(360deg, #262626 0%, rgba(39,39,39,0) 100%);
	}

	.description_box .box_60{
	border-left: 2px solid #95959561;
    padding-left: 65px;
    position: relative;
    min-height: 100%;
	}

	.description_box .box_50{
	border: none;
	box-sizing: border-box;
	padding: 0px 40px 0 0;}

	.inner_box{
	max-width: 1300px;
	margin: 0 auto;
	padding: 120px 150px;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	}


	/*----------DESCRIZIONE FINE-----------*/
	/*----------DESCRIZIONE 2 INIZIO-----------*/

#about{
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	background: #262626;
	padding-top: 100px;
}


.about_box{
	display: inline-block;
 	text-align: center;
    margin: 0 auto;
 	width: calc(100% - 275px);
    padding-bottom: 100px;
	max-width: 1200px;
    position: relative;}

.photo_profile{
	background-image: url("../img/we.jpg");
    padding-bottom: 73%;
    background-size: 100% auto;
}

.name_photo{
	background-image: url("../img/name_photo.png");
  	position: absolute;
  	background-size: 100% auto;
 	width: 80%;
 	right: 10.5%;
 	padding-bottom: 33%;
 	background-repeat: no-repeat;
 	background-position: bottom;
}


.photo_profile::before{
   content: "WELCOME";
   position: absolute;
   border: 4px solid #fff;
   color: #fff;
   padding: 10px 19px;
   overflow: hidden;
   bottom: 2%;
   left: 11%;
   font-size: 20px;
   letter-spacing: 9px;
	-webkit-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
	opacity: 0;
	font-weight: 800;
	} 

#about:hover .photo_profile::before{
    bottom: 14%;
	opacity: 1;
	} 



.skill_run ul{}



.nerd_profile{
  background: #2e2e2e;
  width: 100%;
  padding-bottom: 97%;
  margin-bottom: 7px;
	position: relative;
}

.nerd_profile_img{
  background-image: url("../img/nerd_profile.png");
  position: absolute;
  background-size: 100% auto;
  width: 69%;
  left: 0;
  padding-bottom: 33.2%;
  background-repeat: no-repeat;
  background-position: bottom;
  right: 0;
  margin: 0 auto;
}

.nerd_des{
  position: absolute;
  width: 69%;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  text-align: left;
  color: #9d9d9d;
  bottom: 13%;
}

.nerd_des::before{
  content: "";
  height: 4px;
  position: absolute;
  width: 60px;
  background: #fff;
  top: -31%;
  border-left: 0px solid #cec1a2;	
  left: 80%; 
	-webkit-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
}

#about:hover .nerd_des::before{	left: 0%; border-left: 60px solid #cec1a2;	width: 0px;	}

.mini_outer{	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 7px 0 0 0;
	}

.box_50{
  width: 50%;
  box-sizing: border-box;
  border: 7px solid #272727;
  float: left;
  position: relative;
}

.mini_box_50{
	width: 50%;
  box-sizing: border-box;
  padding: 0;
  float: left;
}



	/*----------DESCRIZIONE 2 FINE-----------*/
	/*----------LATEST INZIO-----------*/

.outer_box{
	position:relative;
	background: #272727e3;
	width:100%;
	text-align: center;
}	

	.latest_box {
	display: flex;
	text-align: center;
	margin: 0 auto;
	width: calc(100% - 275px);
	padding-bottom: 100px;
	max-width: 1200px;
	position:relative;
	}
/*
	.latest_box::after, .latest_box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #272727e3;}

.latest_box::after{left:-100%;} 
.latest_box::before {right:-100%;}
*/	
	.latest_box .box_30{
	padding: 60px;
	background: #d0d0d0;
	position: relative;
	z-index: 3;
	}

	.latest_box .button_style_2{
	bottom: 60px;
  	position: absolute;
	left: 60px;
	}

	.latest_element{
	width: 25%;
	min-height: 500px;
  	text-align: left;
	padding: 60px;
	box-sizing: border-box;
	background-size: cover;
	-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	position: relative;
	overflow: hidden;
	z-index: 3;
	}

	.latest_element:hover{width: 25%;}

	.latest_element_img::after{
	content: "";
  	background-size: cover;
  	background-position: center;
  	background-image: url(../img/light.png);
  	position: absolute;
  	height: 100%;
  	width: 100%;
  	top: 0px;
  	left: 0px;
  	opacity: 0.2;
-webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;}
	
.latest_element_img:hover::after{
  	opacity: 1;}

	.latest_element h2{
	position: absolute;
  	color: #202020;
  	font-size: 89px;
  	right: -30px;
  	top: -8px;
	transition: all 0.3s ease-in-out 0s;
	opacity: 0;
	}

	.latest_element:hover h2{
  	right: 11px;
	opacity: 1;
	}

	.latest_element h5{
	position: absolute;
  	padding: 0px;
  	text-transform: capitalize;
  	max-width: 100px;
  	bottom: 60px;
  	left: 60px;
	}

	.latest_element_img{
	margin: 0 12px;
	background-size: cover;
  	position: absolute;
  	height: 100%;
  	width: 100%;
  	left: 0px;
  	top: 0px;
	transition: all 0.3s ease-in-out 0s;
	/*filter:grayscale(0.6) sepia(0.5) brightness(0.7);*/
	background-position: left;
	}
	
	.latest_element:hover .latest_element_img{
	transform: scale(1.1);
	/*filter: grayscale(0) sepia(0) brightness(0.9);*/
	left: 12px;
	}

	.button_style_hid{display:none;}

	/*----------LATEST FINE-----------*/
	/*----------GUFETTI INIZIO-----------*/

	.gufetto2{height: 0px;
	background: #1c1c1e;
	width: 100%;
	display: block;
	box-shadow: 0px 50px 120px 82px #1c1c1e;
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #5e5e5e;}

	.gufetto{
  	height: 200px;
  background: #1c1c1e;
  width: 100%;
  display: block;
  background-image: url(../img/gufetto.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80px;
  position: relative;
  padding: 30px 0px;
}

	/*----------GUFETTI FINE-----------*/
	/*----------PROGETTI INIZIO-----------*/
	
	.progect_box{
	background: #1c1c1e;
	width: 100%;
	text-align: center;
	display: inline-block;	
	/*background-size: cover;
	background-position:center bottom;	
	background-image:url(../img/bg_pj.jpg);
	background-attachment: fixed;*/
	}

	.progect_box h2{
	z-index: 4;
  	position: relative;
	margin: 40px 0;
	padding-bottom: 50px;
 	border-bottom: 1px solid #353535;}

	.progect_box h2::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: calc(100% - 152px);
	width: 152px;
	height: 4px;
	background: #ccbd9e;
	transition: all 0.9s ease-in-out 0s;
	}
	
.progect_box .inner_box:hover h2::before {
left: 0px;}

	.progect_box li{
	width: 33.3%;
	float: left;
	text-align: left;
	box-sizing: border-box;
	padding: 30px 30px 30px 0;
	position: relative;
	}

	.progect_box li p{
	padding: 0 30px 5px 0;
	transition: all 0.3s ease-in-out 0s;
	min-height: 110px;
	}
	
	.progect_box li:hover p{
	color:#ccc;
	}

	.progect_box li h4 {padding: 30px 0px 5px 0px;}
	.progect_box li h5 {padding: 0 0px 20px 0px;}

	.disabled{opacity: 0.4;
	pointer-events: none;}

	.disabled a{
	pointer-events: none;
	color: #535353;
	border: 1px solid #535353;
	}	

	.icona_pr{
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
	width: 65px;
	height: 65px;
	text-indent: -9999px;
	transition: all 0.3s ease-in-out 0s;
	top: 0px;
  	position: relative;
		
	}

    .progect_box li:hover .icona_pr{top: -15px;
	/*animation-name: icon_float ;animation-iteration-count: infinite;
  	animation-duration: 1s;*/}

	.icon_1{background-image: url(../img/icon1.png);}
	.icon_2{background-image: url(../img/icon2.png);}
	.icon_3{background-image: url(../img/icon3.jpg);}	
	.icon_4{background-image: url(../img/icon4.jpg);}
	.icon_5{background-image: url(../img/icon5.jpg);}
	.icon_6{background-image: url(../img/icon6.jpg);}	
/*
	@keyframes icon_float {
  	0% {top: 0px;}
  	50% {top: -10px;}
	100% {top: 0px;}
	}	
*/
/*----------PROGETTI FINE-----------*/
/*----------PARCHIVI INIZIO-----------*/
/*{background: #2b2b2b78;}

.title_archivi h4, .title_archivi  h5{
float: left;
margin: 0px 20px 0px 0px;
padding: 0px !important;
}
.title_archivi  h5{float:right}


*/

.archivi_box{background: linear-gradient(180deg, rgb(28, 28, 30) 20%, rgba(28, 28, 30, 0.32) 100%);
}
.archivi_box h2{margin: 10px 0px 20px;}
.archivi_box .inner_box {
  background: rgb(39,39,39);
  background: linear-gradient(0deg, rgba(21, 21, 21, 0.71) 0%, rgba(70, 70, 70, 0.25) 100%);
  margin-bottom: 100px;
  border-radius: 20px;
  box-shadow: 0px 40px 60px #00000082;
  border: 1px solid #444;
}
.archivi_box li p{ min-height: 80px;}
.archivi_box li{ padding: 0px;}

/*----------ARCHIVI FINE-----------*/
/*-----------RESPONSIVE---------------*/
@media screen and (max-width:1500px) {

	.description_box .box_30 {
	  width: 40%;
	}
	.description_box .box_70 {
	  width: 60%;
	
	}
		
}

@media screen and (max-width:1200px) {

	.description_box .box_30{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 2px solid #ffffff38;
    padding-bottom: 30px;
    }
	.description_box .box_70 {
	  width: 100%;
	}
	
	.inner_box{
  max-width: 1300px;
  margin: 0 auto;
  padding: 120px 150px 15px;
	}
	
	 .latest_box {
    display: inline-block;
    margin-bottom: 100px;
    padding-bottom: 0px;
    box-shadow: 0px 60px 40px black;
    border: 1px solid #616161;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(104, 104, 104);
    border-top: 1px solid #8c8c8c;
		 background: #4a4a4a;
		 border-radius: 10px;
  }
	.latest_box .button_style_2 { position: unset;}
	.latest_box .box_30 { padding: 29px;  width: 100%; background: none; padding-bottom: 0px;}
	
	.latest_box .box_70 {
	width: 100%;
    background: none;
    z-index: 3;
    position: relative;
	padding: 22px;
	}
	
	.latest_element, .button_style_hid { min-height: 200px; border: 8px solid transparent; }
	.latest_element:nth-child(1){width: 30%;}
	.latest_element:nth-child(2){width: 70%;}
	.latest_element:nth-child(3){width: 40%;}
	.latest_element:nth-child(4){width: 30%;}
	
	 .button_style_hid {
    display: inline-block;
    background: #bcaf93;
    width: 30%;
    box-sizing: border-box;
	position: relative;
  	}
	
	.button_style_hid h2{
	position: absolute;
    right: 20px;
    bottom: 0px;
    font-size: 68px;}
		
	.latest_element:nth-child(1):hover{width: 30%;}
	.latest_element:nth-child(2):hover{width: 70%;}
	.latest_element:nth-child(3):hover{width: 40%;}
	.latest_element:nth-child(4):hover{width: 30%;}
	
	.latest_element_img {margin: 0px;}
	
	.button_style_2 {display: none; border: 1px solid #fff; color: #fff;}
	.button_style_2:hover {background: #fff; color: #000;}
	.latest_box .box_30 h2 {color: #ccbd9e;}
	.latest_box p { color: #a6a6a6; max-width: 400px; padding-bottom: 0px;}
	.progect_box li { width: 50%;}
	
	.mark_1, .mark_3 {transform: scale(0.9);}
	.mark_1 {top: 11px; width: 65px}
	
	
	.box_50{width:100%; float:none;}
	.photo_profile{padding-bottom: 72%;    background-position: 100% 46%;  }
	.about_box{ 	width: calc(100% - 36px);}
	
	.nerd_profile_img{  margin-bottom: 16%;  position: relative;}
	.nerd_des{  position: relative;}
	.nerd_profile{  padding-bottom: 16%;}	
	
	.archivi_box .inner_box{
	  background: rgb(39,39,39);
	  border-radius: 0px;
	  box-shadow: none;
	  border: 0px solid #444;
	 margin-bottom: 0px;
}
	
	.description_box .box_50{
    padding: 0px;
    }
	
	#about{padding: 100px 120px 0px; box-sizing: border-box;}	
	.nerd_des::before{  left: 0%;}
	.progect_box .inner_box h2::before{  left: 0px;}
}

@media screen and (max-width:900px) {

	
	#about{
    padding: 100px 36px 0px;
    }
	
	h1{font-size: 38px;}
	
	body {background-image: url(../img/blur.jpg);
    background-size: 100% auto;
    background-attachment: fixed;
	background-position: top center;
  	}
	.mark_1, .mark_social {display: none;}
	
	.inner_box{padding: 0px 60px;}
	.description_box .box_40, .description_box .box_60 { width: 100%; }
	.description_box .box_60 { border-left: none; padding: 30px 0px;}
	.latest_box{width: 100%;}
	.progect_box h2 {  margin: 40px 0 40px;}
	.b_animation_corner { display: none;}
	.icona_pr {/*margin: 0 auto;*/}
	
	.progect_box li {
    width: 100%;
    padding: 0px 0px 60px;
    margin-bottom: 50px;
    border-bottom: 1px solid #cccccc3d;
  }
	
	.progect_box li h4, .progect_box li h5, .progect_box li p, .progect_box li{
  	/*text-align: center;*/
	}
	
	.progect_box li p {
  	min-height: 10px;
	padding: 0 0px 25px 0;}
	
	.outer_box{padding: 30px;
  	box-sizing: border-box;
	}
	
	.mark_3 {
	width: 65px;
	top: 0px;
	right: 0px;
	height: 65px;}
	
	#scene{display: none;}
	.lvl_1{background: none;}
	.lvl_2{background: none;}
	.lvl_3{background: none;}
	.lvl_4{background: none;}
	
	.latest_element:nth-child(1){width: 50%;}
	.latest_element:nth-child(2){width: 50%;}
	.latest_element:nth-child(3){width: 100%;}
	.latest_element:nth-child(4){width: 50%;}
	.latest_element:nth-child(1):hover{width: 50%;}
	.latest_element:nth-child(2):hover{width: 50%;}
	.latest_element:nth-child(3):hover{width: 100%;}
	.latest_element:nth-child(4):hover{width: 50%;}
	.button_style_hid {width: 50%}
	
	.gufetto {height: 165px;background-image:url(../img/gufettolil.jpg);}
	
	/*.button_style_2 {display: inline-block;}*/
	
	.box_home {/*transform: scale(1.2)*/}
	/*.button_style_hid {display: none;}*/
	.disabled{  display: none;}
	

	
	

}

@media screen and (max-width:400px) {
	
	
	
	  .nerd_des{
    position: relative;
    width: 81%;
    bottom: 0;
    }
	
	#about{
    padding: 30px 0px 0px;
    }
	
	.about_box{padding-bottom: 20px;}
	
	.nerd_profile_img{
    width: 81%;
	padding-bottom: 32.2%;}
	
	 .nerd_des::before{    display: none;  }
	
	h1{font-size: 38px;}

	.inner_box { padding: 0px 40px; }
	.outer_box {    padding: 9px;}
	.latest_element, .button_style_hid {
		min-height: 141px;}
}