@charset "utf-8";
/* CSS GLOBBBBALE */

/* FONTSQUIRREL */
@font-face {
    font-family: 'ArimoRegular';
    src: url('/css/arimo/Arimo-Regular-Latin-webfont.eot');
    src: url('/css/arimo/Arimo-Regular-Latin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/arimo/Arimo-Regular-Latin-webfont.woff') format('woff'),
         url('/css/arimo/Arimo-Regular-Latin-webfont.ttf') format('truetype'),
         url('/css/arimo/Arimo-Regular-Latin-webfont.svg#ArimoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArimoItalic';
    src: url('/css/arimo/Arimo-Italic-Latin-webfont.eot');
    src: url('/css/arimo/Arimo-Italic-Latin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/arimo/Arimo-Italic-Latin-webfont.woff') format('woff'),
         url('/css/arimo/Arimo-Italic-Latin-webfont.ttf') format('truetype'),
         url('/css/arimo/Arimo-Italic-Latin-webfont.svg#ArimoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArimoBold';
    src: url('/css/arimo/Arimo-Bold-Latin-webfont.eot');
    src: url('/css/arimo/Arimo-Bold-Latin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/arimo/Arimo-Bold-Latin-webfont.woff') format('woff'),
         url('/css/arimo/Arimo-Bold-Latin-webfont.ttf') format('truetype'),
         url('/css/arimo/Arimo-Bold-Latin-webfont.svg#ArimoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ArimoBoldItalic';
    src: url('/css/arimo/Arimo-BoldItalic-Latin-webfont.eot');
    src: url('/css/arimo/Arimo-BoldItalic-Latin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/arimo/Arimo-BoldItalic-Latin-webfont.woff') format('woff'),
         url('/css/arimo/Arimo-BoldItalic-Latin-webfont.ttf') format('truetype'),
         url('/css/arimo/Arimo-BoldItalic-Latin-webfont.svg#ArimoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* REGOLE GENERALI */
* {
	padding: 0;
	margin: 0;            
}

html, body {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0;
}

h1 {
	font-family: 'ArimoBold', Arial, sans-serif;
}

h2 {
	font-family: 'ArimoBold', Arial, sans-serif;
}

h3 {
	font-family: 'ArimoBold', Arial, sans-serif;
}

h4 {
	font-family: 'ArimoBold', Arial, sans-serif;
}

h5 {
	font-family: 'ArimoBold', Arial, sans-serif;
}

h6 {
	font-family: 'ArimoBold', Arial, sans-serif;
}

p {
	font-size:13px;
	color:#6d6e71;
	line-height:1.3;
}

a:link, a:visited {
	color:#6d6e71;
}

a:hover, a:active {
	color:#ed1c24;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italic {
	font-style:italic;
}

ul {

}

ul li {

}

form {

}

input {

}

textarea {
	font-family: Helvetica, Arial, sans-serif;
}

input.text {
	padding: 6px;
	border: 1px solid #BBB;
	color: #999;
}


/* REGOLE TOPBAR */
#topbar {
	position: fixed;
	top: 0px;
	margin: 0px auto;
	z-index: 999;
	width:100%;
	text-align:center;
}

#menu_but {
	width: 970px;
	height: 20px;
	cursor: pointer;
	margin:0px auto;
}

#menu_nav {
	height: 36px;
	margin:0px auto;
	padding:0px;
	display: none;
	width:970px;
	border-bottom:2px solid #6d6e71;
}

#menu_nav ul {
	margin: 0px;
	padding: 6px 0px;
	text-align:left;
}

#menu_nav ul li {
	display: inline-block;
	font-family: 'ArimoBold', Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform:uppercase;
	padding:3px;
	margin:2px 0px;
}

#menu_nav ul li a, #menu_nav ul li a:visited {
	color:#6d6e71;
	padding:0px 2px;
	text-decoration:none;
}

#menu_nav ul li a:hover, #menu_nav ul li a:active {
	color:#ed1c24;
	padding:0px 2px;
	text-decoration:none;
}

#menu_nav ul li a.selected {
	color:#ed1c24;
	text-decoration:none;
}

#topbar input{
	margin:3px 0px 0px 0px;
	width:260px;
}

#topbar #search_t{
	cursor:pointer;
	float:right;
	padding:0px;
	margin:7px 5px;
	border:0px;
}

#result_search{
	float:right;
}

#topbar .response_ko{
	margin-top: 10px;
	color:#ed1c24;
	cursor:pointer;
}

#topbar .response_ok, #topbar .response_ok a:link, #topbar .response_ok a:hover, #topbar .response_ok a:active, #topbar .response_ok a:visited{
	margin-top: 10px;
	color:#090;
}

/* REGOLE INDEX */
#wrapper_home {
	position: absolute;
	bottom: 0px;
	width: 970px;
	margin-left:-485px;
	left:50%;
	z-index: 99;
}

#img_home {
	position: absolute;
	bottom: 0px;
	margin-left:-485px;
	left:50%;
}

#logo_home {
	width:50%;
	margin-right:50%;
	text-align:left;
	height:100%;
}

#logo_home p {
	font-size:18px;
	font-weight: bold;
	color:#000;
	padding:0px;
	line-height: 1.5;
}

#logo_home_img {

}

#box_right {
	width:50%;
	float:right;
	text-align:right;
	height:100%;
}

#video_home {

}

#video_home p {
	font-size:15px;
	font-weight: bold;
	color:#6D6E71;
	padding:0px;
	line-height: 1.2;
}

#video_home_img {
	border: 1px solid #000;
	width:200px;
}

#click2chat {
	

}

#click2chat p {
	font-size:15px;
	font-weight: bold;
	color:#000;
	padding:0px;
	line-height: 1.2;
	text-align:right;
}

#click2chat a:link, #click2chat a:visited {
	text-decoration: none;
	font-size: 20px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: block;
	width: 155px;
	height: 35px;
	background-image: url(/img/chat_but_bg.png);
	background-position:top center;
	margin-top: 10px;
	float: right;
	font-weight: bold;
}

#click2chat a:active, #click2chat a:hover {
	text-decoration: none;
	font-size: 20px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: block;
	width: 155px;
	height: 35px;
	background-image: url(/img/chat_but_bg.png);
	background-position:bottom center;
	margin-top: 10px;
	float: right;
	font-weight: bold;
}

/* REGOLE HEADER PAGE */
#header {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	background-color: #eee;
	height: 170px;
	background-image: url(/img/header1.png);
}

#header_text{
	margin:0px auto;
	width:970px;
	padding:0px;
}

#header_text h2{
	font-size:30px;
	color:#000000;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

#logo_page {
	text-align: right;
	margin: 40px auto 0px auto;
	width: 970px;
	padding: 0px;
}

#logo_page img{
	width: 100px;
}

/* REGOLE CONTENT PAGE */
#wrapper{
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -80px auto; /* margine negativo altezza footer */
}

#container {
	padding:0px;
	margin:30px auto 110px auto;
	width:970px;
}

#container .one_all {
	float: left;
}

#container .one_all h2{
	font-size: 20px;
	padding: 5px 0px;
	margin-bottom: 10px;
}

#container .one_all h3{
	padding: 5px 0px;
	margin-bottom: 10px;
}

#container .one_all p{
	margin: 0px 0px 10px 0px;
	line-height: 1.3;
}

#container .one_third {
	width:323px;
	float:left;
}

#container .two_third {
	width:646px;
	float:left;
}

#container .one_forth {
	width:242px;
	float:left;
	padding:0px;
	margin:0px 0px 10px 0px;
}

#container p{
	font-size:14px;
	margin:0px 0px 30px 0px;
}

#container .three_forth {
	width:726px;
	float:left;
}

#container .three_forth table.options{
	font-size:12px;
	color:#000;
	margin-top:40px;
	width:100%;
}

#container .three_forth table.options th, td{
	
}

#container .three_forth table.options th{
	font-size:15px;
	padding: 10px 5px;
}

#container .three_forth table.options td{
	font-size: 14px;
	padding: 10px 5px;
	background:#eee;
	border-bottom:2px solid #fff;
	line-height:1.3;
}

#container .three_forth table.options tr.last_row{
	height:100px;
}

#container .three_forth table.options tr.last_row td{
	background:#fff;
}

#container .three_forth table.options tr.last_row td.last_td{
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-align:center;
	background:url(/img/bollo_prezzo_table.png) no-repeat center center;
	padding:36px 0px;
}

#container .three_forth button{
	margin:10px 0px 0px 100px;
}

#container #cv_file{
margin: 10px 0px 0px 100px;
font-weight:bold;
}

#container label.error {
	color:#f00;
}

#container .three_forth table.info{
	font-size:12px;
	color:#000;
	margin:30px 0px 0px 0px;
	width:100%;
}

#container .three_forth table.info td{
	height: 30px;
}

#contatti_info input {
	width: 400px;
}

#contatti_lavora input {
	width: 400px;
}

#container textarea {
	width: 400px;
	height: 200px;
	padding: 6px;
	border: 1px solid #BBB;
	color: #999;
}

#container button {
	background-color:#000;
	color:#fff;
	margin:0px;
	border:0px;
	padding:5px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

#container .one_forth p.serv_chat{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin:0px 20px 0px 0px;
	text-align:center;
	line-height: 1.2;
}

#container .three_forth h3{
	line-height:1.3;
}

#container .one_forth p.nota{
	font-size:12px;
	padding:7px 0px;
	color:#6d6e71;
	margin:0px 20px 0px 0px;
	text-align:center;
	line-height:1.3;
	font-style:italic;
}

#container .one_forth ul{
	list-style-type:none;
}

#container .one_forth ul li{
	font-size:16px;
	padding:5px 0px;
	font-weight:bold;
}

#container .invio_response_ko{
	color:#ed1c24;
}

#container .invio_response_ok{
	color:#090;
}

#container .one_forth ul li a:hover, #container .one_forth ul li a:active, #container .one_forth ul li .selected{
	color:#ed1c24;
}

#container .one_forth ul li a, #container .one_forth ul li a:visited{
	color:#6d6e71;
	text-decoration:none
}

#container .back2servizi{
	text-align:center;
	margin:30px 20px 0px 0px;
}

#container .one_forth .back2servizi a, #container .one_forth .back2servizi a:visited{
	color:#6d6e71;
	font-size: 14px;
}

#container .one_forth .back2servizi a:hover, #container .one_forth .back2servizi a:active{
	color:#ed1c24;
}

#container .tecnico {
	margin:0px auto 10px 0px;
	padding:0px;
	text-align:center;
}

#container .tecnico img{
	width:200px;
}

#container .tecnico h2{
	padding:5px; 
	background-color:#fff
}

#container .tecnico .resume{
}

#container .tecnico .resume p {
	padding:5px;
}

#container .cat {
	width:300px;
	margin:0px auto 10px auto;
	padding:0px;
}

#container .cat h2 {
	padding:5px; 
	background-color:#fff;
	font-size:20px;
}

#container .serv {
	background-color:#eee;
	border-bottom:1px dashed #000;
	padding:5px;
	margin:0px;
}


#container .serv .desc {
	font-size: 14px;
	margin:10px 5px;
	font-style:italic;
	line-height:1.3;
	color:#000;
}

#container .serv .title {
	margin:5px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#000;
}

#container .serv a:link, #container .serv a:visited {
	color:#6d6e71;
	font-style:normal;
	margin-top:5px;
	font-weight:bold;
}

#container .serv a:hover, #container .serv a:active {
	color:#ed1c24;
	font-style:normal;
	margin-top:5px;
}

#container .three_forth h1{
	font-size:30px;
	padding:5px 0px;
}

#container .three_forth h2{
	font-size:20px;
	padding:5px 0px;
	margin-bottom:10px;
}

#container .three_forth p{
	font-size: 14px;
	margin:0px 0px 10px 0px;
	line-height:1.3;
}

#click2chat2 p {
	text-align:center;
	margin:0px 20px 0px 0px;
}

#click2chat2 a, #click2chat2 a:visited {
	text-decoration: none;
	font-size: 20px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 155px;
	height: 35px;
	background-image: url(/img/chat_but_bg.png);
	background-position:top center;
	margin-top: 10px;
	font-weight: bold;
	line-height:1.2;
}

#click2chat2 a:active, #click2chat2 a:hover {
	text-decoration: none;
	font-size: 20px;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 155px;
	height: 35px;
	background-image: url(/img/chat_but_bg.png);
	background-position:bottom center;
	margin-top: 10px;
	font-weight: bold;
}

.expand {
	font-family: Verdana, sans-serif;
	width: 10px;
display: inline-block;
font-family: Verdana, sans-serif;
}

#video_come_funziona_img {
	border: 1px solid #000;
	width:300px;
	margin-right:10px;
}

.big_text {
	font-weight: bold;
	font-size: 15px;
}

.push {
	height: 110px;
	clear: both;
}

#radio_group_survey input{
	margin: 0 6px 0 0;
}

.invia_feedback_button {
	margin-top:20px;
}


/* REGOLE FOOTER PAGE */
#footer { 
	height: 80px;
	width:100%;
	background-color:#eee;
	clear:both;
}

#footer_container { 
	width:970px; 
	margin:0px auto; 
	padding:5px 0px;
}

#footer p { 
	color:#6d6e71;
}

#footer .sx {
	float:left;
	width:300px;
	padding-top:2px;
}

#footer .sx p{ 
	color:#6d6e71;
	font-size:10px;
	margin-top:15px;
}

#footer .dx {
	margin-left:300px;
	width:670px;
	text-align:right;
	font-size:12px;
}

#menu_nav_bottom {
	height: 25px;
	margin:0px auto;
	padding:0px;
}

#menu_nav_bottom ul {
	margin: 0px;
	padding:1px 0px;
	text-align:right;
}

#menu_nav_bottom ul li {
	display: inline;
	text-transform:uppercase;
	padding:2px 5px;
	margin:0px;
	font-weight:bold;
	font-size:13px;
	height:25px;
}

#menu_nav_bottom ul li a, #menu_nav_bottom ul li a:visited {
	color:#6d6e71;
	padding:0px 2px;
	text-decoration:none;
}

#menu_nav_bottom ul li a:hover, #menu_nav_bottom ul li a:active {
	color:#000000;
	padding:0px 2px;
	text-decoration:none;
}

#menu_nav_bottom ul li a.selected {
	color:#ed1c24;
	padding:0px 2px;
	text-decoration:none;
}

#menu_social {
	margin:0px auto;
	padding:0px;
}

#menu_social ul {
	margin: 0px;
	padding:1px 0px;
	text-align:right;
}

#menu_social ul li {
	display: inline;
	padding:2px 0px;
	margin:0px;
}

#menu_social ul li a, #menu_social ul li a:visited {
	padding:0px 2px;
}

#menu_social ul li a:hover, #menu_social ul li a:active {
	padding:0px 2px;
	text-decoration:none;
}

#menu_social ul li a.selected {
	padding:0px 2px;
	text-decoration:none;
}

/* REGOLE BOX MODAL */
#simplemodal-overlay {
background-color: #000;
cursor: auto;
}

#simplemodal-container {
	color:#bbb; 
	padding:0px 0px 0px 0px;
	border: 5px solid #ddd;
	background: #eee;
}

