/* CSS Document */
/*font-family: 'Montserrat', sans-serif;
font-family: 'Titillium Web', sans-serif;*/

html, body{
	
	height: 100%; 
	/*overflow-y: scroll;*/
}

body{
	-webkit-font-smoothing:antialiased;
	font-family: 'Titillium Web', sans-serif;
	color:#000000;
	transition: all .3s ease-in-out;
	/*background-color: #F1F2F2*/
}

.container{
	width: 960px;
}

.full-menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.97);
	z-index: 8;
	color: #FFFFFF;
	display: none;
}

/*.container{
	margin-right: 32px;
	margin-left: 32px;
}*/

.full-menu .container{
	width: 1020px;
    height: 200px;
    position: relative;
	top: 50%;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}

/*.full-menu ul {                                      per centrare le voci di menu
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}*/

.full-menu ul{
	width: 126.3px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
}

.full-menu ul li{
	font-family: 'Titillium Web', sans-serif;
	font-size: 32px;
	list-style: none;
	margin: 15px 0px;
	letter-spacing: -1px;
	line-height: 140%;
}

.full-menu ul li a{
	color: #FFFFFF;
}

/*.maps{
	margin-top: 30px;
}*/

.col-md-4 p{
	margin-top: 100px
}

.menu-contact{
	margin-bottom: 50px;
}


.box-contact {
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    opacity: 0;
    transition: all .3s ease-out;
    height: 150px;
    width: 100%;
}

.box-contact a {
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
}


/*.box-contact {
    width: 175px;
    float: left;
    margin-left: 200px;
}

.box-contact a{
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}*/

.btn-default{
	color: #FFFFFF;
	background-color: transparent;
	border: none;
}

.btn-default:hover{
	color: #FFFFFF;
	background-color: transparent;
}

.glyphicon{
	font-size: 20px;
}

/*.row{
	margin-right: -100px;
    margin-left: none; 
}*/

#rights{
	padding-top: 120px
}  

.container p{
	float: right;
		
}

nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 20px;
}

nav .container{
	position: relative;
	z-index: 9;
}

.logo{
	float: left;
	display: block;
	width: 50px;
}

#Livello_5{
	position: absolute;
	float: left;
	display: block;
	width: 50px;
	opacity: 0;
}

#menu{
	position: absolute;
	top: 20px;
	right: 0px;
	width: 60px;
	height: 45px;
	cursor: pointer;
	opacity: 1;
	z-index: 3;
	/*display: none;*/
}



#menu .fa-bars{
	display: none;
}

#close{
	position: absolute;
    top: 42px;
    right: 0px;
    width: 55px;
    height: 44px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    /* display: none; */

}




.off{
width: 960px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}



header{
	height: 100%;
	position: relative;
	overflow: hidden;
}

header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

header .container{
	position: relative;
	height: 100%;
	z-index: 1;
}
	


#titolo{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #000000;
	text-align: left;
}



h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	letter-spacing: -1px;
}

#full-screen{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
}

.element{
	color: #FFFFFF;
	background-color: #000000;
}

section{
	margin-top: 100px;
}

h2{
	margin-bottom: 80px;
}

.goto img{
	width: auto;
	height: 44px;
	margin: 20px 0px;
}

.box {
	position: absolute;
	width: 290px;
	height: 290px;
	top: 0px;
	
	background-color: rgba(0,0,0,0.70);
	padding-top: 20%;
	color: #FFFFFF;
	opacity: 0;
	transition: all .6s ease-in-out;
}
.box:hover {
	opacity: 1;
	padding-top: 22%;
}
.box h3 {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 35%;
	border-bottom: 2px solid #FFFFFF;
	display: inline-block;
}

.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }







/*PAGINA ABOUT*/



.me{
	width: 100%;
}

/*	.preload {
		width: 50%;
		position: relative;
		
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
		margin: 50px 0px;
    padding-top: 2px;
    
	}
	.under{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 10px;
		border-bottom: 2px solid #A7A9AC;
		width: 100%;
		
	}
	.over{
		position: absolute;
		top: 5px;
		left: 0px;
		height: 10px;
		background-color: #808285;
		width: 0%;
		border-radius: 100px;
		animation: barra1 3s ease-in-out;
		
		animation-fill-mode: forwards; 
		animation-iteration-count: 1;
		animation-direction: alternate;
	}
.ai.over{
	animation: barra2 1s ease-in-out;
}



.ps, .ai, .in, .at, .sk, .dr{
	margin: -20px 0 10px;
}
     


@keyframes barra1{
		from{
			width: 0;
		}
		to{
			width: 90%;
		}
	
	
	}
@keyframes barra2{
		from{
			width: 0;
		}
		to{
			width: 100%;
		}
	}

section {
   position: relative;
	    padding-bottom: 50px;
}

/*.sfondo{
			background-color: aqua;
			
		}
		
	.link {
    margin: 100px 26px 15px;
}
#aggiungi, #comparsa, #animare, .link {
    border: 4px solid rgba(0,0,0,1.00);
    border-radius: 100px;
    display: inline-block;
    padding: 18px 18px;
    cursor: pointer;
}
		
		
		.ps .ai{
			position: absolute;
			transform: rotate(270deg);
		}
		
		#descrizione{
			border: 1px solid #000000;
			padding: 20px 10px;
			transition: all .3s ease-in-out;
		}*/
		




section{
		
		
		position: relative;
	}
	/*#levels,#preload,#bordo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 30px;
	}
	#levels span{
		width: 10px;
		position: absolute;
		height: 0px;
		bottom: 0px;
	}
	#uno{
		left: 0px;
		background-color: rgba(141,8,10,1.00);
		animation: load 2s ease-out infinite .3s;
	}
	#due{
		left: 10px;
		background-color: rgba(188,183,21,1.00);
		animation: load 2s ease-out infinite .6s;
	}
	#tre{
		left: 20px;
		background-color: rgba(6,152,30,1.00);
		animation: load 2s ease-out infinite .9s;
	}
	@keyframes load{
		0%,100%{
			height: 0px;
		}
		50%{
			height: 100px;
		}
	}

*/



a{ color: #5a9352; text-decoration: none; }
a:hover { text-decoration: underline; }

.center { display: block; text-align: center; }

/** page structure **/
#w{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  display: block;
  width: 750px;
  margin: 0 auto;
  padding-top: 350px;
  padding-bottom: 45px;
}

#content {
  display: block;
  width: 100%;
 
 
  padding-bottom: 35px;
 }


/** skills bar ui **/
#skillset {
  display: block;
  margin-bottom: 8px;
}

#skillset .skill { 
  display: block;
  margin-bottom: 20px;
}

#skillset .skill h3 {
  display: block;
  font-size: 1.55em;
  line-height: 1.4em;
  margin-bottom: 2px;
}

#skillset .skill .bar {
  display: block;
  height: 5px;
  line-height: 25px;
  
  
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#efeaea), to(#dadada));
  background-image: -webkit-linear-gradient(top, #efeaea, #dadada);
  background-image: -moz-linear-gradient(top, #efeaea, #dadada);
  background-image: -ms-linear-gradient(top, #efeaea, #dadada);
  background-image: -o-linear-gradient(top, #efeaea, #dadada);
  background-image: linear-gradient(top, #efeaea, #dadada);
}

#skillset .skill .bar .skillbar {
  display: block;
  height: 164%;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  color: #414141;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.55);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
 /* background-color: #4cc958;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#808285), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #808285, #FFFFFF);
  background-image: -moz-linear-gradient(top, #808285, #FFFFFF);
  background-image: -ms-linear-gradient(top, #808285, #FFFFFF);
  background-image: -o-linear-gradient(top, #808285, #FFFFFF);
  background-image: linear-gradient(top, #808285, #FFFFFF);
}
#skillset .skill .bar .skillbar small { font-size: 0.85em; padding-left: 3px; vertical-align: top; }


/** css3 animations **/
/** fill modes: http://stackoverflow.com/a/20274314/477958 **/
#skillset .skill .bar .photoshop {
  -moz-animation: photoshop 5s ease-in-out forwards 5s;
  -webkit-animation: photoshop 5s ease-in-out forwards 5s;
  animation: photoshop 5s ease-in-out forwards 5s;
}

#skillset .skill .bar .illustrator {
  -moz-animation: illustrator 5s ease-in-out forwards 5s;
  -webkit-animation: illustrator 5s ease-in-out forwards 5s;
  animation: illustrator 5s ease-in-out forwards 5s;
}

#skillset .skill .bar .indesign {
  -moz-animation: indesign 5s ease-in-out forwards  5s;
  -webkit-animation: indesign 5s ease-in-out forwards  5s;
  animation: indesign 5s ease-in-out forwards 5s;
}

#skillset .skill .bar .dreamweaver {
  -moz-animation: dreamweaver 5s ease-in-out forwards 5s;
  -webkit-animation: dreamweaver 5s ease-in-out forwards 5s;
  animation: dreamweaver 5s ease-in-out forwards 5s;
}

#skillset .skill .bar .sketchup {
  -moz-animation: sketchup 5s ease-in-out forwards 5s;
  -webkit-animation: sketchup 5s ease-in-out forwards 5s;
  animation: sketchup 5s ease-in-out forwards 5s;
}


/** CSS3 keyframes **/
@-moz-keyframes photoshop {
  0%   { width: 35px; }
  100% { width: 80%; }
}
@-webkit-keyframes photoshop {
  0%   { width: 35px; }
  100% { width: 80%; }
}
@keyframes photoshop {
  0%   { width: 35px; }
  100% { width: 80%; }
}


@-moz-keyframes illustrator {
  0%   { width: 45px; }
  100% { width: 90%; }
}
@-webkit-keyframes illustrator {
  0%   { width: 45px; }
  100% { width: 90%; }
}
@keyframes illustrator {
  0%   { width: 45px; }
  100% { width: 90%; }
}


@-moz-keyframes indesign {
  0%   { width: 45px; } 
  100% { width: 75%; }
}
@-webkit-keyframes indesign {
  0%   { width: 45px; } 
  100% { width: 75%; }
}
@keyframes indesign {
  0%   { width: 45px; } 
  100% { width: 75%; }
}


@-moz-keyframes dreamweaver {
  0%   { width: 35px; } 
  100% { width: 78%; }
}
@-webkit-keyframes dreamweaver {
  0%   { width: 35px; } 
  100% { width: 78%; }
}
@keyframes dreamweaver {
  0%   { width: 35px; } 
  100% { width: 78%; }
}


@-moz-keyframes sketchup {
  0%   { width: 35px; } 
  100% { width: 85%; }
}
@-webkit-keyframes sketchup {
  0%   { width: 35px; } 
  100% { width: 85%; }
}
@keyframes sketchup {
  0%   { width: 35px; } 
  100% { width: 85%; }
}




/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }




#scheda{
	padding-top: 340px;
}



.nav {
    position: absolute;
    transform: translate(-50%);
    left: 50%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0px solid #DDD;
    border-bottom-color: transparent;
    font-size: 20px;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.col-md-6{
	margin-top: 80px;
}

a {
    color: #000000;
}



/*--------------------------PANINA WORKS-----------------------*/



	#icon{
	width: 100%;
}

	#icon ul {
    width: 50%;
	margin-left: 25%;
}
	#icon ul li {
   width: 16.333333%;
   margin-right: 8px;
   margin: 50px 0px 150px 6px;
    float: left;
	}
	#icon ul li a{
		display: block;
		opacity: 0.5;
	}
	.listActive{
		opacity: 1;
	}
	#icon ul li a img, article img {
		width: 100%;
	}
	article{
		width: 90%;
		float: left;
		/*padding: 0px 20px;*/
	}
	.nascosto{
		display: none;
	}

#icon-two ul li {
   width: 16.333333%;
    margin-right: 8px;
   margin: 50px 0px 150px 6px;
    float: left;
	}

#icon-two ul{
	margin-left: 38%;
}

#icon-three ul li {
   width: 16.333333%;
    margin-right: 8px;
   margin: 50px 0px 150px 6px;
    float: left;
	}

#icon-three ul{
	margin-left: 42%;
}

#icon-four ul li {
   width: 16.333333%;
    margin-right: 8px;
   margin: 50px 0px 150px 6px;
    float: left;
	}

#icon-four ul{
	margin-left: 42%;
}



footer {
    margin: 100px auto 0px;
    border-top: 2px solid #A7A9AC;
    width: 1180px;
    padding: 10px 0px 50px;
}

#copy{
	text-align: center;
	font-size: 15px;
}

#copy a{
	text-decoration:none;
	color: #000000;
}

@media (min-width:992px) and (max-width:1199px){
	header {
    width: 100%;
	height: 100%;
	}
	nav .container {
    position: relative;
		
	}

	.logo, #Livello_5{
		width: 70px;
	}
	#menu, #close{
		width: 80px;
	}
	.full-menu .container {
    width: 1020px;
    height: 360px;
	}
	.full-menu ul {
    width: 20%;
	}
	.full-menu ul li {
	font-size: 55px;
	}
	.box-contact {
	top: 120%;
	}
	#rights {
    padding-top: 400px;
    padding-right: 50px;
}
	h1{
		width: 650px;
		font-size: 60px;
	}
	p{
		font-size: 20px;
	}
	footer {
		width: 691px;
	}
}


@media (min-width:374px) and (max-width:991px){
	
	.container {
		width: 360px;
	}
	header {
    width: 100%;
	height: 100%;
	}
	nav .container {
    position: relative;
		
	}
	.logo, #Livello_5{
		width: 35px;
	}
	#menu{
		width: 45px;
		top: 10px;
		margin-right: 16px;
	}
	#close{
		width: 42px;
    	top: 31px;
		margin-right: 16px;
}
	
	.full-menu .container {
    width: 315px;
	height: 290px;
	}
	
	.box-contact {
   	top: 95%;
    width: 55%;
}
	
	#rights {
   	display: none;
}
		
		
	h1{
		width: 330px;
		font-size: 30px;
	}
	
	.img-responsive{
		position: relative;
		left: 6%;
		margin-bottom: 20px;
	}
	
	.box{
		width: 296px;
    height: 294px;
    top: 1px;
    left: 32px;
	}
	
	footer {
		width: 330px;
		margin: 140px auto 0px;
	}
	
	#w{
	    width: 316px;
	}
	
	.nav{
		left: 50%;
    width: 340px;

	}
	
	 .tab-content .col-md-6 p {
		width: 340px;
     margin: 0px -40px -60px 0px;
}
	
	.col-md-6 p {    
    width: 320px;
    margin: 2px -50px -60px 0px;
}
	
	
	
	#icon ul li {
   
    margin: 80px 0px -50px 4px;
    float: left;
    position: relative;
    left: -15%;
  
}
	
	
	#icon-two ul li {
   
    margin-right: 8px;
    margin: 80px 0px -50px 4px;
		position: relative;
    left: -30%;
}
	
	
	
	#icon-three ul li{
	margin-right: 8px;
    margin: 80px 0px -50px 4px;
    position: relative;
    left: -20%;
	}
	
	
	#icon-four ul li{
	margin-right: 8px;
    margin: 80px 0px -50px 4px;
    position: relative;
    left: -30%;
	}
	
	#icon ul li a img, article img {
    width: 116%;
}


/*@media (min-width:992px) and (max-width:1199px){
	nav .container{
	width: 920px;
	}
	
	.full-menu ul {*/
    /* width: 29%;  rimanere commentato*/
	/*position: absolute;
    top: -165%;
    left: 40%;

    

	
	.full-menu ul li{
		font-size: 60px
	}
	
	#rights{
		display: none;
	}
	
	}*/


/*@media (min-width:992px) and (max-width:1199px) {
	
html, body{
	width: 108%;
	height: 108%;
	}
	
	nav{
		width: 112%;
		margin-top: 50px;
	}
	
	#menu, #close{
		width: 15%;
	}
	
	.logo, #Livello_5{
		width: 10%;
	}
	
	#titolo{
		width: 70%;
	}
	
	h1{
		font-size: 50px;
	}
	
.container {
	width: 960px;
}
	
	.container .full-menu{
		left: 0;
	}
	
	.full-menu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
	
	.full-menu ul li{
		font-size: 50px
	}
	
	#rights{
		display: none;
	}
	
	#about-me{
		font-size: 18px;
	}
	
	.box-contact{
		display: none;
	}
	
	.row{
		margin-right: 0;
	}
	
	.box{
		width: 285px;
		height: 285px;
	}
	}

	@media (min-width:768px) and (max-width:991px){
		
		html, body{
	width: 110%;
	height: 111%;
	}
		
	nav{
		width: 112%;
		margin-top: 50px;
		}
		
	#menu, #close{
		width: 15%;
	}
	
	.logo, #Livello_5{
		width: 10%;
	}
	
	#titolo{
		width: 70%;
	}
	
	h1{
		font-size: 50px;
	}	
		
		.container {
	width: 960px;
}
	
	.container .full-menu{
		left: 0;
	}
	
	.full-menu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
	
	.full-menu ul li{
		font-size: 50px
	}
	
	#rights{
		display: none;
	}
	
	#about-me{
		font-size: 18px;
	}
	
	.box-contact{
		display: none;
	}
		
		h2{
			font-size: 55px;
		}
	
	.col-md-4 img{
		width: 950px;
		padding-bottom: 50px;
		}	
		
	.box{
		width: 950px;
		height: 950px;
	}
		
	.box h3{
		font-size: 50px;	
	}
		
		footer p{
			font-size: 20px;
		}
		
	}


@media (max-width:767px){
	h1{
		font-size: 70px;
	}
	
	#menu .on #Livello_3{
		display: none;
	}
	
	#menu .fa-bars{
	display: block;
}

}






PAGINA WORK*/


