/* SELECTION */
::selection { background: rgba(50,185,216,0.5); }
::-webkit-selection { background: rgba(50,185,216,0.5); }
::-moz-selection { background: rgba(50,185,216,0.5); }
::-o-selection { background: rgba(50,185,216,0.5); }



/* GENERAL */
#menu {
	display: none;
}

[data-retina=complete] {
    background-size: 100%; -webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%;
}

html {
	background: #FFFFFF;
}

body {
	background: none transparent;
	color: #555555;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

.hide {
	display: none !important;
	}
	
h1 {
	color: #FFFFFF;
	font-size: 49px;
	font-weight: 100;
	line-height: 69px;
}

p {
	color: #555555;
	font-weight: 300;
}

a:link, a:visited, a:active {
	color: #555555;
	text-decoration: none;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}

a:hover {
	color: #252525;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}

a.button {
	background: #252525;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; 
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	height: 31px;
	line-height: 30px;
	padding: 0 12px 0 12px;
}

a.button-blue {
	background: #32B9D8;
	margin: 20px 0 10px 0;
}

a.button span {
	background: url('../img/arrow.png') no-repeat;
	display: block;
	float: right;
	height: 30px;
	margin: 0 0 0 6px;
	width: 14px;
}

a.button:hover {
	background: #32B9D8;
}

b {
	font-weight: 700;
}

i {
	font-style: italic;
}

ul {
	list-style: none;
}

.wrapper {
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
	width: 1140px;
}

.section {
	background: #FFFFFF;
	padding: 100px 0 110px 0;
}

.section-gray {
	background: #F5F5F5;
}

.section-dark {
	background: #252525;
}

.section-blue {
	background: #32B9D8;
}

.separator {
	background: #E5E5E5;
	clear: both;
	display: block;
	height: 1px;
	width: 100%;
}

.separator-blue {
	background: #23AAC9;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.last {
	margin: 0 !important;
}

.f-left {
	float: left !important;
}

.f-right {
	float: right !important;
}

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

.page h1 {
	margin: 0;
}

input, textarea {
	-webkit-appearance: none;
	margin: 0;
}

img.full {
	width: 100%;
}


/* LOADER */
#loader {
	background: #FFFFFF;
	height: 100%;
	left: 0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
}

#loader div {
	background: url('../img/loader.gif') no-repeat;
	display: none;
	height: 54px;
	left: 50%;
	margin: -27px 0 0 -27px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 54px;
}


/* HEADER */
#header {
	background: #252525;
	border-bottom: 1px solid #202020;
}

#header a#logo {
	background: url('../img/logo.png') no-repeat;
	display: block;
	float: left;
	height: 46px;
	margin: 15px 0;
	width: 301px;
	text-indent: -9999px;
}

#header a#menu-button {
	display: none;
}

#header ul {
	display: block;
	float: right;
	margin: 23px 0 0 0;
}

#header ul li {
	float: left;
	margin: 0 0 0 20px;
}

#header ul li a {
	background: #252525;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 31px;
	line-height: 30px;
	padding: 0 12px 0 12px;
}

#header ul li a:hover {
	background: #353535;
}

#header ul li a.active {
	background: #32B9D8;
}

#header ul li a.language, #header ul li a.language-active {
	background: none;
	color: #A5A5A5;
	font-size: 11px;
	padding: 0;
	text-transform: uppercase;
}

#header ul li a.language:hover {
	color: #FFFFFF;
}

#header ul li a.language-active {
	background: #252525;
	color: #32B9D8;
}



/* CONTENT */
#content {
	margin: 0 auto;
	overflow: hidden;
}

#content #title {
	background: #303030;
	display: block;
	overflow: hidden;
	padding: 200px 0 190px 0;
	text-align: center;
	width: 100%;
}

#content #title p {
	color: #FFFFFF;
	font-size: 21px;
	line-height: 41px;
}

#content .section {
	text-align: center;
}

#content .section .title {
	margin: 0 auto;
	text-align: center;
	width: 800px;
}

#content .section .title-big {
	width: 100%;
}

#content .section .title h2 {
	color: #252525;
	font-size: 31px;
	line-height: 31px;
	margin-bottom: 15px;
}

#content .section .title p {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 60px;
}

#content .section .col1-3 {
	float: left;
	text-align: left;
	width: 380px;
}

#content .section .col2-3 {
	float: left;
	text-align: left;
	width: 760px;
}



/* Home */
.page-home .section .azienda-category {
	margin: 0 0 40px 0;
	overflow: hidden;
}

.page-home .section .col3 {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
	display: block;
	float: left;
	margin: 0 21px 21px 0;
	padding: 40px 30px;
	width: 304px;
}

.page-home .section .col3 img {
	height: 180px;
	margin: 0 0 10px 0;
	width: 180px;
}

.page-home .section .col3 h3 {
	color: #252525;
	font-size: 21px;
	line-height: 51px;
	text-align: center;
}

.page-home .section .col3 p {
	color: #555555;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 5px 0;
	text-align: center;
}

.page-home .section .azienda-category .col3 .icon {
	background: url('../img/icon_s_sprite.png') no-repeat;
	display: block;
	height: 48px;
	margin: 0 auto;
	position: relative;
	width: 48px;
}

.page-home .section .azienda-category .col3 #competenze {
	background-position: 0 0;
}

.page-home .section .azienda-category .col3 #storia {
	background-position: 0 -48px;
}

.page-home .section .azienda-category .col3 #team {
	background-position: 0 -96px;
}

.page-home .section .azienda-category .col3 .icon span {
	background: url('../img/icon_s_sprite.png') no-repeat;
	display: block;
	height: 48px;
	left: 0;
	opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
	width: 48px;
}

.page-home .section .azienda-category .col3 #competenze span {
	background-position: -48px 0;
}

.page-home .section .azienda-category .col3 #storia span {
	background-position: -48px -48px;
}

.page-home .section .azienda-category .col3 #team span {
	background-position: -48px -96px;
}

.page-home .section .azienda-category .col3:hover {
	background: #252525;
	border: 1px solid #252525;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}

.page-home .section .azienda-category .col3:hover .icon span {
	opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100);
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}

.page-home .section .azienda-category .col3:hover h3 {
	color: #FFFFFF;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}

.page-home .section .azienda-category .col3:hover p {
	color: #A5A5A5;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}


/* Slider */
.page-home .section #home-slider .slides > li {
	display: none;
	position: relative;
}

.page-home .section #home-slider .slides img {
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;
	display: block;
	width: 100%;
}

.page-home .section #home-slider .slides p {
	background: url('../img/bg_transparent.png') repeat transparent;
	border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; -o-border-radius: 3px 0 0 3px;
	bottom: 54px;
	color: #FFFFFF;
	font-size: 17px;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 10;
}

.page-home .section #home-slider .slides:after {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.page-home .section #home-slider {
	position: relative;
}

.page-home .section #home-slider .flex-viewport {
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; 
	overflow: hidden;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}

.page-home .section #home-slider .loading .flex-viewport {
	max-height: 300px;
}

.page-home .section #home-slider .flex-direction-nav a {
	background: url('../img/nav_sprite.png') no-repeat;
	cursor: pointer;
	display: block;
	height: 30px;
	margin: -50px 0 0 0;
	opacity: 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0);
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	width: 30px;
	z-index: 10;
}

.page-home .section #home-slider .flex-direction-nav .flex-next {
	background-position: 0 0;
	right: -35px;
}

.page-home .section #home-slider .flex-direction-nav .flex-prev {
	background-position: 0 -30px;
	left: -35px;
}

.page-home .section #home-slider:hover .flex-next {
	opacity: 0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80);
	right: 30px;
}

.page-home .section #home-slider:hover .flex-prev {
	left: 30px;
	opacity: 0.8; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80);
}

.page-home .section #home-slider:hover .flex-next:hover, #content .section #home-slider:hover .flex-prev:hover {
	opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100);
}

.page-home .section #home-slider .flex-direction-nav .flex-disabled {
	cursor: default;
	opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100);
}

.page-home .section #home-slider .flex-control-nav {
	clear: both;
	text-align: center;
	width: 100%;
}

.page-home .section #home-slider .flex-control-nav li {
	display: inline-block;
	margin: 30px 2px;
}

.page-home .section #home-slider .flex-control-paging li a {
	background: url('../img/nav_dot.png') no-repeat #CCCCCC;
	cursor: pointer;
	display: block;
	height: 16px;
	text-indent: -9999px;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
	width: 16px; 
}

.page-home .section #home-slider .flex-control-paging li a:hover {
	background: url('../img/nav_dot.png') no-repeat #252525;
}

.page-home .section #home-slider .flex-control-paging li a.flex-active {
	background: url('../img/nav_dot.png') no-repeat #32B9D8;
	cursor: default;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; 
}

.page-home .section-blue .title h2 {
	color: #FFFFFF !important;
}

.page-home .section-blue p {
	color: #FFFFFF;
	margin-bottom: 5px;
}

.page-home .section-blue p span {
	color: #1A8097;
	font-size: 11px;
	font-weight: 700;
	margin-right: 10px;
}

.page-home .section-blue p a {
	color: #A7DDE9;
}

.page-home .section-blue p a:hover {
	color: #1A8097;
}

/* Azienda */
.page-azienda .section .title h2 span {
	background: url('../img/icon_a_sprite.png') no-repeat transparent;
	display: block;
	height: 32px;
	margin: 0 auto 25px;
	width: 32px;
}

.page-azienda .section .title h2 span.competenze {
	background-position: 0 0;
}

.page-azienda .section .title h2 span.storia {
	background-position: 0 -32px;
}

.page-azienda .section .title h2 span.team {
	background-position: 0 -64px;
}

.page-azienda .section .title h2 span.clienti {
	background-position: 0 -96px;
}

.page-azienda .section .col3 {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
	display: block;
	float: left;
	margin: 0 21px 21px 0;
	padding: 40px 30px;
	width: 304px;
}

.page-azienda .section .col3 img {
	height: 180px;
	margin: 0 0 10px 0;
	width: 180px;
}

.page-azienda .section .col3 h3 {
	color: #252525;
	font-size: 21px;
	line-height: 51px;
	text-align: center;
}

.page-azienda .section .col3 p {
	color: #555555;
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 5px 0;
	text-align: center;
}

.page-azienda .section #azienda-slider {
	margin: 55px auto 0 auto;
	width: 800px;
}

.page-azienda .section #azienda-slider .scrollable {
	float: left;
	height: 90px;
	overflow: hidden;
	width: 800px;
    position: relative;
}

.page-azienda .section #azienda-slider .scrollable .items {
	clear: both;
	position: absolute;
	width: 20000em;
}

.page-azienda .section #azienda-slider .items div {
    float: left;
    width: 800px;
}

.page-azienda .section #azienda-slider img {
    display: block;
    margin: 0 auto 25px auto;
}

.page-azienda .section #azienda-slider .scrollable h3 {
    color: #252525;
    font-size: 21px;
    margin: 0 0 10px 0;
}

.page-azienda .section #azienda-slider .scrollable p {
    font-size: 17px;
    font-style: italic;
    line-height: 27px;
}

.page-azienda .section #azienda-slider .navi {
    display: block;
    margin: 30px auto 0;
}

.page-azienda .section #azienda-slider .navi a {
    background: url('../img/nav_dot.png') no-repeat #CCCCCC;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    text-indent: -9999px;
    transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
    width: 16px;
}

.page-azienda .section #azienda-slider .navi a:hover {
	background: url('../img/nav_dot.png') no-repeat #252525;
}

.page-azienda .section #azienda-slider .navi a.active {
	background: url('../img/nav_dot.png') no-repeat #32B9D8;
	cursor: default;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; 
}


/* Prodotti */
.page-prodotti #menu-prodotti {
	background: #353535;
	border-bottom: 1px solid #000000;
	padding: 15px 0;
}

.page-prodotti #menu-prodotti ul {
	text-align: center;
}

.page-prodotti #menu-prodotti ul li {
	display: inline-block;
}

.page-prodotti #menu-prodotti ul li a {
	color: #A5A5A5;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 20px 0 20px;
}

.page-prodotti #menu-prodotti ul li a:hover {
	color: #FFFFFF;
}

.page-prodotti .section-dark {
	background: #252525;
	border-bottom: 1px solid #202020;
	border-top: 1px solid #202020;
	padding: 50px 0;
}

.page-prodotti .section .prodotto {
	margin: 40px 0 0 0;
}

.page-prodotti .section .subtitle p {
	color: #CCCCCC;
	font-size: 17px;
	line-height: 27px;
	padding: 10px 0 10px 0;
	width: 100%;
}

.page-prodotti .section .col1-3 img {
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;
}

.page-prodotti .section .col2-3 p {
	font-size: 17px;
	line-height: 27px;
	margin-top: 20px;
}

.page-prodotti .section .col2-3 p span {
	display: block;
	font-size: 13px;
	font-style: italic;
	font-weight: 700;
	line-height: 23px;
	margin: 20px 0 0 0;
}




/* Contatti */
.page-contatti .section .col1-3 h2 {
	color: #252525;
	font-size: 21px;
	line-height: 21px;
	margin-bottom: 20px;
}

.page-contatti .section .col1-3 ul {
	color: #252525;
	margin: 0 0 20px 0;
	overflow: hidden;
	text-align: left;
}

.page-contatti .section .col1-3 ul li {
	font-size: 17px;
	line-height: 48px;
	margin-bottom: 5px;
}

.page-contatti .section .col1-3 ul li span.icon {
	background: url('../img/icon_s_sprite.png') no-repeat;
	display: block;
	float: left;
	height: 48px;
	margin: 0 5px 0 0;
	position: relative;
	width: 26px;
}

.page-contatti .section .col1-3 ul li#mail span.icon {
	background-position: 0 -144px;
}

.page-contatti .section .col1-3 ul li#phone span.icon {
	background-position: 0 -192px;
}

.page-contatti .section .col1-3 ul li#skype span.icon {
	background-position: 0 -240px;
}

.page-contatti .section .col1-3 ul li#time span.icon {
	background-position: 0 -288px;
}

.page-contatti .section .col1-3 ul li#time p.text {
	font-size: 13px;
	line-height: 19px;
	padding: 5px 0 0 0;
}

.page-contatti .section .col1-3 ul li a {
	color: #252525;
	font-weight: 700;
}

.page-contatti .section .col1-3 ul li a:hover {
	color: #32B9D8;
	font-weight: 700;
}

.page-contatti .section .col2-3 #contactform form  {
	overflow: hidden;
}

.page-contatti .section .col2-3 #contactform .contact-form {
	float: left;
	margin: 0 20px 20px 0px;
	overflow: hidden;
	width: 370px;
}

.page-contatti .section .col2-3 #contactform .contact-form label {
	color: #FF5046;
	font-size: 11px;
	font-weight: 700;
	margin: 10px 0 0 0;
}

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

.page-contatti .section .col2-3 #contactform input.contact-input, #content .section .col2-3 #contactform textarea  {
	border: 1px solid #E5E5E5;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
	color: #555555;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	height: 31px;
	line-height: 15px;
	padding: 0 10px;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
	width: 348px;
}

.page-contatti .section .col2-3 #contactform input.contact-form:focus, #content .section .col2-3 #contactform textarea:focus  {
	border: 1px solid #32B9D8;
	box-shadow: 0px 0px 6px #ADE3EF;
	color: #252525;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}

.page-contatti .section .col2-3 #contactform textarea {
	height: 120px !important;
	line-height: 25px !important;
	padding: 10px !important;
	width: 738px !important;
}

.page-contatti .section .col2-3 #contactform .send {
	float: right;
}

.page-contatti .section .col2-3 #contactform label#privacy-contacts-label {
	font-size: 11px;
	font-weight: 700;
}

.page-contatti .section .col2-3 #contactform input#send {
	background: #252525;
	border: 0 none;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 0 15px;
	padding: 5px 0 7px;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
	width: 154px;
}

.page-contatti .section .col2-3 #contactform input#send:hover {
	background: #32B9D8;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}

.page-contatti .section .col2-3 #contactform p#p-status {
	background: #95D137;
	border-radius: 3px;
	color: #FFFFFF;
	display: none;
	font-size: 13px;
	font-weight: 700;
	margin: 20px 0 0;
	padding: 5px 0 7px;
	text-align: center;	
}

.page-contatti .section .col2-3 #contactform p.error {
	background: #FF5046;	
}    
    
.page-contatti #map {
	height: 350px;
	left: 0;
	top: 0;
	width: 100%;
}


/* FOOTER */
#footer {
	border-top: 1px solid #000000;
}

#footer .section {
	padding: 60px 0;
}

#footer .section .col3 {
	display: block;
	float: left;
	margin: 0 220px 0 0;
}

#footer .section .last  {
	float: right;
	text-align: right;
}

#footer .section .col3 h4 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

#footer .section .col3 ul {
	color: #A5A5A5;
	font-size: 13px;
	line-height: 23px;
}

#footer .section .col3 ul li a {
	color: #A5A5A5;
	font-weight: 700;
}

#footer .section .col3 ul li a:hover {
	color: #FFFFFF;
}

#footer .section .col3 div {
	display: block;
	float: left;
	margin-right: 50px;
}

#footer .section .col3 img {
	display: block;
	float: right;
	height: 79px;
	width: 104px;
}