body#css-site-deepstudio {
    font-size: 1.1em;
    color: #ccc;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}

* a:hover { color:#62ADD2}
* a { text-decoration: none; color: #fff; }

header, footer, #site-supporting {background-color: rgba(0, 0, 0, 0.45); z-index: 1000; position: relative;}
header, footer {
    width: 98%;
    padding-top: 10px;
    padding-left: 1%;
    padding-right: 1%;
    border-top: 2px solid #fff;
}

header { 
    height: 100px; 
    margin-top: 2%;
    padding-bottom: 10px;  
    border-bottom: 2px solid #fff;
}
header h1, header h2 {
    text-indent: -1000px;
    max-width: 130px;
    max-height: 98px;
    background-size: contain!important;
}

div#social-head {
    position: absolute;
    z-index: 1100;
    top: 3%;
    right: 25%;
}
.social-box a img {
  width: 30px;
}
.fb-like.fb_iframe_widget {
    position: absolute;
    z-index: 10000;
    right: 1%;
    top: 6%;
}

div#site-navigation {
    position: static;
    width: 100%;
    z-index: 1100;
    background-color: rgba(0, 0, 0, 0.45);
    float: left;
    padding-top: 3px;
    padding-left: 3px;
}
div#site-navigation h3 { display: none}
div#site-navigation div { width: 100%}
div#site-navigation div a {
    float: left;
    width: 15%; 
    margin-right: 5px;
    margin-bottom: 6px;
    text-decoration: none; 
    text-transform: uppercase;
    font-size: 0.5em; 
}

div#site-summary {
    position: relative;
    display: none;
}

div#site-supporting {
    width: 99%;
    height: auto;
    min-height: 552px;
    min-width: 356px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 2px solid #fff;
}

div#site-supporting > div {
    position: relative;
    z-index: 1200;
    padding: 1%;
    display: inline-table;
    width: 98%;
}
#site-pagetext h1, #site-subparagraph h2, #site-featured h2, #site-featured.form h3  {
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    position: inherit;
    z-index: 1100;
    text-align: left;
    width: 100%;
    float: left;
	color: #fff;
}
#site-pagetext h2, #site-subparagraph h3, #site-featured h3, #site-featured.form p {
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ddd;
}

div#main_slider_container {
    display: none;
}


div#site-featured {
    background-color: rgba(255,255,255,0.3);
    width: 98.1%!important;
}
div#site-featured ul { width: 99%; height: auto; margin-left: 0;}
div#site-featured ul li {
    list-style: none;
    width: 18%;
    height: 18%;
    margin-left: 1%;
	margin-right: 1%;
	float: left;
}
div#site-featured.inner ul li {
  list-style: none;
  width: 10%;
  height: 10%;
  margin-left: 2.3%;
  margin-right: 0%;
  margin-bottom: 1%;
  float: left;
}
div#site-featured ul li a { width: 100%; height: 100%; display: block; border: 1px solid #ccc;}
div#site-featured ul li a img { width: 100%; background-position: center; background-size:cover; }

.contatti a.ft_h3_img_link img, .chi_siamo img.page_head {
  width: 99%;
  height: 80px;
  background-size: cover;
  background-position: center -424px;
  border: 1px solid #fff;
}
#form {
	margin-left: 3%;
}
#form input {
    width: 75%;
    height: 30px;
    padding-left: 0.3%;
    padding-right: 0.3%;
    background-color:#cfcfcf;
    margin-bottom: 2px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 200
}
#form label {
	color: #fff;
	font-size: 2ex;
	float: left;
	width: 19.5%;
	height: 25px;
	padding-top: 5px;
	font-weight: 200;
	text-align: right;
	margin-right: 0.5%;
}
select#argomento {
    width:75.75%;
    height: 30px;
    padding-left: 0.3%;
    padding-right: 0.3%;
    background-color:#cfcfcf;
    margin-bottom: 2px;
    border: 1px solid #fff;
    color: #fff;
    font-size:1em;
    font-weight: 200
}

textarea {
    width:75.65%;
    height: 80px;
    background-color:#cfcfcf;
    margin-bottom: 2px;
    border: 1px solid #fff;
    color: #fff;
    font-size:1em;
    font-weight: 200
}
input[type="checkbox"] {
  width: 50px!important;
  display: block;
}
button#invia {
    width: 95.8%;
    height: auto;
    background-image: url('bg/metal1.jpg');
    background-size: cover;
    color: #444444;
    font-size:1.8em;
    text-transform: uppercase;
    border: 1px solid #fff
}
button#invia:hover {
    background-image: none;
    background-color: #989898;
    color:#fff;
}

footer { height: 175px  }
footer p { margin-top: 40px; margin-left: auto; margin-right: auto; width: auto; color: #ccc}
footer a { 
    float: left;
    width: 15%; 
    margin-right: 5px;
    margin-bottom: 15px;
    text-decoration: none; 
    text-transform: uppercase;
    font-size: 0.5em; 
}

@media screen and (min-width: 800px) {

	header { 
		height: 190px; 
		margin-top: 2%;
		padding-bottom: 10px;  
		border-bottom: 2px solid #fff;
	}
	header h1, header h2 {
		text-indent: -1000px;
		max-width: initial;
    	max-height: initial;
    	background-size: cover!important;
	}

	
	.social-box a img {
	  width: 60px;
	}
	div#site-navigation {
		border-bottom: 2px solid #fff;
	}
	div#site-navigation div a {
		font-size: 1em;
	}
	
	div#site-supporting {
		width: 80%;
		height: auto;
		min-height: 552px;
		min-width: 356px;
		
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		border: 2px solid #fff;
	}
	#site-pagetext h1, #site-subparagraph h2, #site-featured h2, #site-featured.form h3  {
		font-size: 2.5em;
		font-weight: 400;
		text-transform: uppercase;
		position: inherit;
		z-index: 1100;
		text-align: left;
		width: 100%;
		float: left;
		color: #fff;
	}
	#site-pagetext h2, #site-subparagraph h3, #site-featured h3, #site-featured.form p {
		font-size: 1.8em;
		font-weight: 300;
		text-transform: uppercase;
		color: #ddd;
	}
	footer { height: 75px  }
	footer p { margin-top: auto; margin-left: auto; margin-right: auto; width: auto; color: #ccc}
	footer a { 
		float: left;
		width: 16%; 
		margin-right: 0.6%;
		margin-bottom: 6px;
		text-decoration: none; 
		text-transform: uppercase;
		font-size: 1.2em; 
	}

}
@media screen and (min-width: 1024px) {
	div#social-head {
		position: absolute;
		z-index: 1100;
		top: 8%;
		right: 10%;
	}
	div#site-navigation {
		position: relative;
		width: 60%;
		bottom: 53px;
		left: 30%;
		z-index: 1100;   
    	background-color: transparent;
		float: none;
    	padding-top: 0;
    	padding-left: 0;
    	border-bottom: transparent;
	}
	div#site-navigation div a {
		float: left;
		width: 16%; 
		margin-right: 0.6%;
		margin-bottom: 6px;
		text-decoration: none; 
		text-transform: uppercase;
		font-size: 1.2em; 
	}
	div#site-supporting {
		margin-top: 20px;
	}
}