/* GENERAL */
.wrapper {
	width: 440px;
}

.section {
	padding: 40px 0 50px 0;
}

.page {
	padding: 50px 0 !important;
}

h1 {
	font-size: 29px;
	line-height: 39px;
	margin: 0 0 10px 0;
}

/* MENU */
#menu {
	background: #353535;
	display: block;
	height: 100%;
	position: fixed;
	right: -200px;
	top: 0;
	width: 200px;
	z-index: 1000;
}

#menu a {
	border-bottom: 1px solid #252525;
    display: block;
    color: #A5A5A5;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 0 14px 20px;
}

#menu a:hover {
    color: #FFFFFF;
}
 
#menu a.active {
	background: #2C2C2C;
    color: #32B9D8;
}

#menu a.language, #menu a.language-active {
	border-bottom: 0 none;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
}

#menu a.language-active {
	color: #32B9D8;
}
 
.menu-open {
    right: 0px !important;
}
 
.menu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
 
.menu-push-toleft {
    left: -200px;
}
 
#menu,
.menu-push {
    transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;
}



/* HEADER */
#header ul {
	display: none;
}

#header a#menu-button {
	background: url('../img/icon_s_sprite.png') 0 -336px no-repeat #353535;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;
	cursor: pointer;
	display: block;
	float: right;
	height: 30px;
	margin: 22px 0 0 0;
	text-indent: -9999px;
	width: 40px;
}

#header a#menu:hover {
	background-color: #32B9D8;
}

/* CONTENT */
#content #title {
	padding: 80px 0 70px 0;
}

#content #title p {
	font-size: 15px;
	line-height: 21px;
}

#content .section .title h2 {
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 10px 0;
}

#content .section .title p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 30px;
}

#content .section-blue p {
	font-size: 15px;
	line-height: 25px;
}

#content .section .col1-3 {
	width: 440px;
}

#content .section .col2-3 {
	width: 440px;
}

/* Home */
.page-home .section .col3 {
	width: 378px;
}

.page-home .section .col3 p {
	font-size: 13px;
	line-height: 23px;
}

/* Azienda */
.page-azienda .section .title h2 span {
	margin: 0 auto 15px;
}

.page-azienda .section .col3 {
	width: 378px;
}

.page-azienda .section .last {
	margin: 0 0 21px 0 !important;
}

.page-azienda .section .col3 img {
	height: 150px;
	width: 150px;
}

.page-azienda .section #azienda-slider {
	width: 440px;
}

.page-azienda .section #azienda-slider .scrollable {
	height: 70px;
	width: 440px;
}

.page-azienda .section #azienda-slider .items div {
    width: 440px;
}

.page-azienda .section #azienda-slider .scrollable h3 {
    font-size: 19px;
    margin: 0 0 5px 0;
}

.page-azienda .section #azienda-slider .scrollable p {
    font-size: 13px;
    line-height: 23px;
}


/* Prodotti */
.page-prodotti .section .prodotto {
    margin: 20px 0 0;
}

#content .section .col1-3 {
	float: none;
	text-align: center;
}

#content .section .col1-3 img {
	float: none !important;
	margin: 10px auto 30px auto;
	width: 350px;
}

.page-prodotti .section .col2-3 p {
	font-size: 13px;
	line-height: 23px;
	margin-top: 0px;
	text-align: center;
}

.page-prodotti .section .col2-3 p span {
    font-size: 11px;
    line-height: 21px;
    margin: 10px 0 0;
}

.page-prodotti #menu-prodotti {
	display: none;
}

.page-prodotti .section .subtitle p {
	font-size: 13px;
	line-height: 23px;
	padding: 5px 0 5px 0;
}

/* Contatti */
.page-contatti .section .col2-3 #contactform .contact-form  {
	width: 210px;
}

.page-contatti .section .col2-3 #contactform input.contact-input  {
	font-size: 13px;
	width: 188px;
}

.page-contatti .section .col2-3 #contactform .note-form {
	width: 440px !important;
}

.page-contatti .section .col2-3 #contactform textarea {
	font-size: 13px !important;
	line-height: 23px !important;
	width: 418px !important;
}

.page-contatti #map {
	height: 250px;
}

.page-contatti .section .col1-3 ul li {
	display: block;
	float: left;
	width: 220px;
}


/* FOOTER */
#footer .section .col3 {
	margin: 0px 0 40px 0;
	text-align: center;
	width: 440px;
}

#footer .section .col3 div {
	float: none;
	margin: 0 0 40px 0;
}

#footer .section .col3 img {
	float: none;
	margin: 0 auto;
}