@font-face {
    font-family: 'Arboria';
    src: url('webfonts/arboria-light-webfont.eot');
    src: url('webfonts/arboria-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/arboria-light-webfont.woff') format('woff'),
         url('webfonts/arboria-light-webfont.ttf') format('truetype'),
         url('webfonts/arboria-light-webfont.svg#arboria_lightlight') format('svg');
    
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Arboria';
    src: url('webfonts/arboria-book-webfont.eot');
    src: url('webfonts/arboria-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/arboria-book-webfont.woff') format('woff'),
         url('webfonts/arboria-book-webfont.ttf') format('truetype'),
         url('webfonts/arboria-book-webfont.svg#arboria_bookbook') format('svg');
    
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Arboria';
    src: url('webfonts/arboria-bold-webfont.eot');
    src: url('webfonts/arboria-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/arboria-bold-webfont.woff') format('woff'),
         url('webfonts/arboria-bold-webfont.ttf') format('truetype'),
         url('webfonts/arboria-bold-webfont.svg#arboria_boldbold') format('svg');
    
    font-weight: 700;
    font-style: normal;
}

*{
	margin: 0px;
	padding: 0px;
}

.page-contents{
	padding: 20px 60px 20px 0px;
	float: right;
	height: 100%;
	min-height: 100%;
	display: table;
	text-align: center;
}
.cell-wrapper{
	display: table-cell;
	vertical-align: middle;
}
a.logo img{
	margin: 0px auto;
	width: 210px;
	height: auto;
}
.about-text-block.first-block{
text-align: center;	
line-height: 1.6;
  padding-left: 3vw;
  padding-right: 3vw;
  height: 100%;
  vertical-align: middle;
/*   margin-top: 30px; */
}
p{
	font-family: 'Arboria';
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
}
p span{
	font-weight: 400;
}
.about-text-block.first-block p{
padding-bottom: 0px;
color: #000;
text-transform: none;
}
a.contattaci{
text-decoration: none;
color: #000;
font-weight: 700;
font-size: 22px;	
}

#webform{
	margin-top: 10px;
}
.inputter{
	float: none;
	margin: 0px auto;
}
.inputter *[class^="col-"]{
	margin-bottom: 10px;
	padding: 0px 5px;
}
.inputter input[type="text"],
.inputter input[type="email"],
.inputter input[type="tel"],
.inputter textarea,
.inputter select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
/* 	background: #fff; */
	border: none;
	border-bottom: 1px solid black;

	font-size: 14px;
	color: #000;
	font-family: 'Arboria';
}
.inputter select{
	background: #fff url(images/adv_web/select.png) no-repeat right center;
	cursor: pointer;
}
.inputter textarea{
	resize: none;
	overflow: auto;
	height: 34px;
}
.inputter .form-control::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  opacity: 1;
  font-size: 14px;
}
.inputter .form-control:-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
textarea:focus,
select:focus{
	outline-style: none !important;
	box-shadow: none !important;
	border: none !important;
}
.inputter .form-control::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
label[for="privacy"]{
	font-weight: normal;
	text-align: left;
	font-family: 'Arboria';
	font-size: 12px;
	display: block;
}
#privacy{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
label[for="privacy"] span{
	display: block;
	padding-left: 20px;
}
button#send-webform{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	float: right;
	padding-left: 40px;
	padding-right: 40px;
	color: #fff;
	background: #346e98;
	position: relative;
}
button#send-webform.loading{
	background: #346e98 url(images/adv_web/ajax-loader.gif) no-repeat right 10px center;
}
.inputter input[type="text"].invalid,
.inputter input[type="email"].invalid,
.inputter input[type="tel"].invalid,
.inputter textarea.invalid,
.inputter select.invalid{
	background: #ffc8c8;
}
.form-a-comparsa{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background: rgba(255, 255, 255, 1);
	padding: 120px;
	width: 100%;
	height: 100%;
	transform: translate(100%, 0px);
	-webkit-transform: translate(100%, 0px);
	-moz-transform: translate(100%, 0px);
	transition: transform .5s ease;
	-webkit-transition: -webkit-transform .5s ease;
	-moz-transition: -moz-transform .5s ease;
	
}
.form-a-comparsa.open{
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
}
.close-clients-panel {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 100px;
  right: 30px;
  display: block;
  cursor: pointer;
}
.about-text-block h2{
text-transform: uppercase;
margin-bottom: 10px;
font-weight: 400;
	
}
.text-block-description h3{
text-align: left;
font-size: 18px;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 5px;
}
.text-block-description p{
text-transform: none;
text-align: left;
padding-bottom: 0px;
line-height: 1,0;
font-size: 15px;
}
a.scopri-piu{
padding-top: 30px;
text-decoration: none;
text-transform: uppercase;
color: #000;
font-weight: 700;
font-size: 22px;	
}
/*portatile fino a 1366*/
@media (max-width : 1366px){
	.page-contents{
		padding: 20px 30px 20px 0px;
	}
	.inputter{
		width: 100%;
	}
	p{
		font-size: 17px;
		margin-top: 0px;
	}
	.about-text-block {
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
  text-align: left;
  padding-left: 8vw;
  padding-right: 4vw;
	}
	.about-text-block ul {
  padding-bottom: 10px;
  line-height: 1.6;
}
	.about-text-block.first-block{
line-height: 1.4;
  padding-left: 3vw;
  padding-right: 3vw;
}
.about-text-block.first-block p{
padding-bottom: 0px;
}
.text-block-description h3{
font-size: 17px;
margin-top: 8px;
margin-bottom: 3px;
}
.text-block-description p{
font-size: 14px;
}
a.scopri-piu{
padding-top: 20px;	
}


}

/*Tablet Landscape*/
@media (max-width : 1199px){
/*
	html,body{
		background: url(images/adv_web/landing-web-bg.jpg) no-repeat;
		background-size: auto 100%;
		background-position: 80% 0px;
	
	}
*/
	.page-contents{
		padding: 20px 20px 20px 0px;
	}
	a.logo img{
		width: 180px;
	}
	p{
		font-size: 14px;
		margin-top: 0px;
	}
	.inputter input[type="text"],
	.inputter input[type="email"],
	.inputter input[type="tel"],
	.inputter textarea,
	.inputter select{
		font-size: 12px;
	}
	.inputter .form-control::-moz-placeholder {
	  font-size: 12px;
	}
	.inputter .form-control:-ms-input-placeholder {
	  font-size: 12px;
	}
	.inputter .form-control::-webkit-input-placeholder {
	  font-size: 12px;
	}
	.inputter textarea{
	resize: none;
	overflow: auto;
	height: 34px;
	}
	.form-a-comparsa {
	  padding: 40px;
	  width: 100%;
	  height: 100%;
	  }
	  .close-clients-panel {
	  position: absolute;
	  width: 50px;
	  height: 50px;
	  top: 80px;
	}
	#webform {
	margin-top: 0px;
	}
	.about-text-block h2{
	margin-bottom: 5px;
	font-size: 21px;
	}
	.about-text-block {
	  display: inline-block;
	  line-height: 1.3;
	  vertical-align: middle;
	  text-align: left;
	  padding-left: 9vw;
	  padding-right: 2vw;
	  height: auto;
	}
	.about-text-block ul {
	  margin-bottom: 15px;
	  line-height: 1.2;
	  font-size: 14px;
	}
	
	h3{
		font-size: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.about-text-block.first-block p{
	padding-bottom: 0px;
	line-height: 1.2;
}
}

/*Tablet Portrait*/
@media (max-width : 991px){
	html,body{
/*
		background: url(images/adv_web/landing-web-bg-mobile.jpg) no-repeat;
		background-size: 100% auto;
		background-position: center top;
*/
		height: auto;
	}
	body{
	overflow-x: hidden;
	}
	.page-contents{
		padding: 20px 20px 20px 20px;
		height: auto;
		min-height: 1px;
	}
	.cell-wrapper{
		padding-top: 65%;
	}
		.about-text-block ul {
	  margin-bottom: 15px;
	  line-height: 1.3;
	  font-size: 14px;
	}
	
	h3{
		font-size: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	a.provaservizi{
		text-align: left;
		margin-top: 20px;
	}
}

/*Smartphone*/
@media (max-width : 767px){
	.cell-wrapper{
		padding-top: 75%;
	}
	.inputter *[class^="col-"],
	.inputter{
		padding: 0px;
	}
}