@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}


body{
	font-family: 'Asap', sans-serif; 
	background-color: black;
}

#menu{
	text-align: center;
   background-color: black;	
    color: white;
}

#menu ul {
width:100%; 
padding:0;
margin:0 auto 60px auto; 
display:block;
list-style-type:none; 
line-height: 60px;
}

#menu li {
display:inline; 
}

#menu a {
color: white; 
text-align:center; 
text-decoration:none; 
padding: 4px 45px; 

}

#menu a:hover{
	color: darkgray;
}

    .logo{
		float: left; 
		margin-top: 5px; 
		margin-bottom: 5px;
		margin-left: 10px;
}

    .instagram{
		float:right; 
		margin-bottom: 15px; 
		margin-top: 15px; 
		margin-left: 15px; 
		margin-right: 10px;
}

    .linkedin{
		float: right; 
		margin-bottom: 15px; 
		margin-top: 15px; 
		margin-left: 15px; 
		margin-right: 10px;
}

    p{
		font-size: 14px; 
		line-height: 20px;
}

    .img {
		display: block; 
		margin: 0 auto; 
		height: auto; 
		max-width: 100%; 
		width: auto;
}

    .clear {
		clear: both;
}

h1{font-weight: bold; padding-bottom: 20px;color: darkgray;}
p{font-size: 14px;padding-bottom: 40px; color: white;}

.due{
	width: 40%; 
	height: 250px; 
	float: left; 
	margin-left: 20%; 
	
      margin-top: 25px; 

	background-color:black;
	margin-right: 64px; 
	color: white;
}



.cinque {float: right;padding-bottom: 45px;}

/*SLIDER*/

#slider {
  margin: 45px 15% 0px 15%;
	
}
input {
  display: none;
}
#slide1:checked ~ #slides .inner {
  margin-left: 0;
}
#slide2:checked ~ #slides .inner {
  margin-left: -100%;
}
#slide3:checked ~ #slides .inner {
  margin-left: -200%;
}
#slide4:checked ~ #slides .inner {
  margin-left: -300%;
}

#slide5:checked ~ #slides .inner {
  margin-left: -400%;
}
#slide6:checked ~ #slides .inner {
  margin-left: -500%;
}
#slide7:checked ~ #slides .inner {
  margin-left: -600%;
}



#container {
  width: 100%;

  overflow: hidden;
}
article img {
  width: 100%;
}
#slides .inner {
  width: 500%;
  line-height: 0;
}
#slides article {
  width: 20%;
  float: left;
}
#commands {
  margin: 70px 0 0 0;
	
}
#commands label {
  display: none;

  opacity: 0.5;
}



#slide1:checked ~ #commands label:nth-child(2),
#slide2:checked ~ #commands label:nth-child(3),
#slide3:checked ~ #commands label:nth-child(4),
#slide4:checked ~ #commands label:nth-child(5),
#slide5:checked ~ #commands label:nth-child(6),
#slide6:checked ~ #commands label:nth-child(7),
#slide7:checked ~ #commands label:nth-child(8)

{
  background: url("../img/arrow_2.svg")
    no-repeat;
  float: right;
  margin: -70px -24px 0 0;
  display: block;
}
/*#slide1:checked ~ #commands label:nth-child(8),*/
#slide2:checked ~ #commands label:nth-child(1),
#slide3:checked ~ #commands label:nth-child(2),
#slide4:checked ~ #commands label:nth-child(3),
#slide5:checked ~ #commands label:nth-child(4),
#slide6:checked ~ #commands label:nth-child(5),
#slide7:checked ~ #commands label:nth-child(6)

{
  background: url("../img/arrow_1.svg")
    no-repeat;
  float: left;
  margin: -70px 0 0 0px;
  display: block;
}
#slide1:checked ~ #active label:nth-child(1),
#slide2:checked ~ #active label:nth-child(2),
#slide3:checked ~ #active label:nth-child(3),
#slide4:checked ~ #active label:nth-child(4),
#slide5:checked ~ #commands label:nth-child(5),
#slide6:checked ~ #commands label:nth-child(6),
#slide7:checked ~ #commands label:nth-child(7)
 {
  background: #000;
  opacity: 0.6;
  border-color: #fff !important;
  border: 2px solid #fff;
}
.caption {
  line-height: 20px;
  margin: 0 0 -150%;
  position: absolute;
  padding: 320px 12px;
  opacity: 0;
  color: #fff;
  text-transform: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 18px;
}
.caption bar {
  display: inline-block;
  padding: 10px;
  background: #000;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#slides {
  position: relative;

  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#slides .inner {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#slider {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#commands label {
  -webkit-transform: translateZ(0);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
#slide1:checked ~ #slides article:nth-child(1) .caption,
#slide2:checked ~ #slides article:nth-child(2) .caption,
#slide3:checked ~ #slides article:nth-child(3) .caption,
#slide4:checked ~ #slides article:nth-child(4) .caption,
#slide5:checked ~ #slides article:nth-child(5) .caption,
#slide6:checked ~ #slides article:nth-child(6) .caption,
#slide7:checked ~ #slides article:nth-child(7) .caption
{
  opacity: 1;
  -webkit-transition: all 1s ease-out 0.6s;
  -moz-transition: all 1s ease-out 0.6s;
  -o-transition: all 1s ease-out 0.6s;
  transition: all 1s ease-out 0.6s;
}
#commands,
#commands label,
#slides,
#active,
#active label {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#slider {
  max-width: 1324px;
}


/*FINE SLIDERr*/




    
/*inzio responsive code*/

@media only screen and (max-width: 950px) {

	#menu{
		height: 250px; 
		width: 100%;
		margin-bottom: 0px;
	}	
	
#menu ul {
    font-size: 11px;
}	
	
#menu a {
    height: 28px; 
	line-height: 0px;
    padding: 0px; 
	display: block;  
	margin-left: 10px; 
	text-align: left;
}
	
#menu li {

}
	
	p {
		text-align: left; 
		font-size: 11px;
		margin-left: 10px; 
		margin-top: -10px; 
		padding-bottom: 18px;
	}
	
	.a1 {
		margin-top: 40px;
	}

	
	.instagram{ 
		margin-bottom: 0px; 
		margin-top: -18px; 
		margin-right: 0px; 
		height: 20px;  
		margin-left: 0px; 
		float: left;
	}
	
    .linkedin{
		padding: 0px;  
		margin-bottom: 0px; 
		margin-top: 10px; 
		margin-left: 0px; 
		height: 20px;   
		margin-right: 15px;  
		float: left;
	}
	
	.logo{
		height: 35px;  
		padding-bottom: 25px;  
		padding-top: 8px; 
		float: none; 
		margin: 0px; 
		margin-left: 0px;
	}
	
	
	h1 {
		margin-left: 8px;
		margin-bottom: 20px;
		font-size: 11px;
	}
	

	#commands label {
  width: 30px;
  height: 30px;
  
}
	
	#slide1:checked ~ #commands label:nth-child(2),
#slide2:checked ~ #commands label:nth-child(3),
#slide3:checked ~ #commands label:nth-child(4),
	#slide4:checked ~ #commands label:nth-child(5),
	#slide5:checked ~ #commands label:nth-child(6),
#slide6:checked ~ #commands label:nth-child(7),
	#slide7:checked ~ #commands label:nth-child(8)
	
	
{
  background: url("../img/arrow_2.svg")
    no-repeat;
  float: right;
  margin: -70px -12px 0 0;
  display: block;
}

	
	
	
	.tre{
		margin-top: 20px;
	}
	
}

	@media only screen and (min-width: 951px) and (max-width: 1294px) {
	
		p {
			font-size: 13px; 
			margin-left: 0px; 
			margin-top: 20px; 
			margin-right: 50px; 
			float: left;
		}
		.a {
			float: left; 
			padding-right: 15px;
		}
		
		.a1 {
			margin-top: 0px;
			float: left; 
			padding-right: 15px; 
		}
		
		#menu ul{
			height: 60px;
		}
		
	#menu{
		font-size: 13px; 
		margin: 0; 
		float: none; 
		}
		
	#menu a {
		margin: 0; 
		padding: 0px; 
		margin-right: 50px;
		}
	
	.logo{
		height: 45px; 
		margin-top: 8px; 
		margin-right: 60px;
		}
		
	.instagram{
		height: 30px;  
		}
		
	.linkedin{
		height: 30px;
		}
		
		
		
		#commands label {
		
  width: 40px;
  height: 40px;
  
}
		
}
		


@media only screen and (min-width:1295px) and (max-width: 1620px){		
	
	p, h2{
		font-size: 15px; 
		float: left; 
		margin-left: 0px; 
		margin-top: 20px; 
		margin-right: 50px;
	}
	
	
		.a {
			float: left; 
			padding-right: 15px;
	}
	
	.a1 {
		margin-top: 0px;
		float: left; 
		padding-right: 0px; 
	}
	
		#menu ul{
			height: 60px;
	}
	
	#menu{
		font-size: 15px; 
		margin: 0; 
		float: none; 
	}
	
	#menu a {
		margin: 0; 
		padding: 0px; 
		margin-right: 50px;
	}
	
	.logo{
		height: 45px; 
		margin-top: 8px; 
		margin-right: 60px;
	}
	
	.instagram{
		height: 30px;  
	}
	
	.linkedin{
		height: 30px; 
	}
	

	#commands label {
		
  width: 40px;
  height: 40px;
  
}
	
}

@media only screen and (min-width:1621px){		
	
	p, h2{
		font-size: 15px; 
		float: left; 
		margin-left: 0px; 
		margin-top: 20px; 
		margin-right: 50px;
	}
	
	
		.a {
			float: left; 
			padding-right: 15px;
	}
	
	.a1 {
		margin-top: 0px;
		float: left; 
		padding-right: 0px; 
	}
	
		#menu ul{
			height: 60px;
	}
	
	#menu{
		font-size: 15px; 
		margin: 0; 
		float: none; 
	}
	
	#menu a {
		margin: 0; 
		padding: 0px; 
		margin-right: 50px;
	}
	
	.logo{
		height: 45px; 
		margin-top: 8px; 
		margin-right: 60px;
	}
	
	.instagram{
		height: 30px;  
	}
	
	.linkedin{
		height: 30px; 
	}
	

	
	#commands label {
		
  width: 50px;
  height: 50px;
  
}
	
}	


/*fine responsive code*/

