/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
   STILI GENERICI
   ========================================================================== */
audio, canvas, img, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
/* reset normalize */
ol, ul {
	padding: 0;
	margin: 0;
}
/*questo sotto non somma il padding*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* ==========================================================================
   STILI SITO
   ========================================================================== */
body {
	font-size: 15px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	background: #434343;
}
img {
	height: auto;
	max-width: 100%;
	width: auto;
}
a {
	color: #e4000a;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
}
.pulsante {
	background: #099dce;
	color: #fff;
	text-align: center;
	padding: 8px;
	text-decoration: none;
	text-transform: uppercase;
	width: 80%;
	display: inline-block;
	margin: 0 10%;
}
h1 {
	color: #e4000a;
	font-size: 24px;
}
h2 {
	color: #e4000a;
	font-size: 20px;
	text-transform: uppercase;
}
figcaption {
	color: #666666;
	font-style: italic;
	font-size: 14px;
}
.right {
	float: right;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.left {
	float: left;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
.hide-show {
	display: none !important;
}
.quaranta {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#middle { 
    margin-left:150px;
}
.sessanta {
	float: left;
	width: 100%;
}
.cinquanta {
	float: left;
	width: 100%;
}

.cinquanta-home {
	float: left;
	width: 96%;
	text-align: center;
	margin: 2%;
}

.opzionali { 
    float:left;
    width:100%;
    margin-top:-40px;    
}
/* HEADER 
-------------------------------------------------------------------------------*/
#logo {
	float: right;
	width: 100%;
	text-align: center;
}
header {
	background: #fff;
	margin-top: 30px !important;
	padding: 28px 28px 15px 28px;
}
.nav-container {
	background: #a0a0a0;
	margin-right: -10px;
	margin-left: -10px;
	z-index:500 !important;
	
}
/*HOME
-------------------------------------------------------------------------------*/
.presentazione {
	font-size: 16px;
	padding: 35px;
	background: url(../images/presentazione_bg.png) repeat top left;
	box-shadow: 4px 4px 3px #e7e7e7, -4px 4px 3px #e7e7e7;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	z-index:10;
}
.presentazione-prodotto {
	padding-bottom: 0px;
	background: none;
}
.foto-home {
	text-align: center;
	margin-bottom: 40px;
}
.slide {
	margin-top:-36px;}

/* MAIN 
-------------------------------------------------------------------------------*/
.main-container {
	background: #fff;
	padding: 30px 28px 40px 28px;
}
section {
	float: left;
	width: 100%;
}
section ol{
	padding-left: 20px;}
aside {
	float: left;
	width: 20%;
}
aside a{
	display:inline-block;
	text-align:center;
	border: #bebebe solid 2px;
	margin-bottom: 10px;
	display: inline-block;
	float: right;
	text-decoration:none;
}
.bordo {
	border-bottom: solid 4px #e4000a;
}
article {
	padding: 0 0 30px 0;
	font-weight: 300;
	margin-bottom: 40px;
}
p.modello {
	min-height: 10px;
}
article ul {
	padding-left: 20px;
}
article.cinquanta:nth-child(odd) {
	width: 100%;
}
article figure {
	min-height: 200px;
}

/* FOOTER 
-------------------------------------------------------------------------------*/
.footer-container {
	padding-bottom: 30px;
	margin-bottom: 30px !important;
	background: #fff;
}
footer {
	background: #a0a0a0;
	padding: 10px;
	line-height: 18px;
	text-align: center;
	margin-right: -10px;
	margin-left: -10px;
	box-shadow: 0px 3px 2px #bbbbbb;
}
footer a {
	color: black;
    text-decoration:none;
}

footer a:hover { 
    color:red;
} 
/* GOOGLE MAP 
-------------------------------------------------------------------------------*/		
.googlemap_wrap {
	height: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 65.25%;
	padding-top: 30px;
	position: relative;
}
.googlemap_wrap iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
}
 @media only screen and (min-width: 768px) {
.cinquanta-home {
	width: 46%;
}
.cinquanta {
	width: 50%;
}


.quaranta {
	width: 40%;
	padding-right: 10px;
}
.sessanta {
	width: 60%;
}
article.cinquanta:nth-child(odd) {
	width: 45%;
	margin-right: 5%;
	clear: both;
}
p.modello {
	min-height: 170px;
}

}
 @media only screen and (min-width: 960px) {
.hide-show {
	display: inline-block !important;
}
#logo {
	height: 155px;
	width: auto;
}
.presentazione {
	width: 400px;;
	margin-left: 30px;
}
.presentazione-prodotto {
	padding-bottom: 100px;
	background: url(../images/citronix_stampante.jpg) no-repeat top right;
}
.foto-home {
	display: none;
}
section {
	width: 75%;
	margin-right: 5%;
}
.presentazione {
	position:absolute;
}
}
 @media only screen and (min-width: 1140px) {
.wrapper {
	width: 1026px; /* 1140px - 10% for margins */
	margin: 0 auto;
}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
