@charset "utf-8";
* {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
body {
	background-color: #000;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#ccc;
}
.container {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#slider {
	border-bottom: 1px solid #8bb5e8;
	border-top: 1px solid #8bb5e8;
	margin-top:130px;
}
/*----header-----*/
#header {
	width:100%;
	position:fixed;
	z-index:9999;
	top:0px;
	border-bottom: 1px solid #8bb5e8;
	background-color:#2f2f2f;
}
#header #logo {
	width:285px;
	float:left;
	margin-left:-43px;
}
#header #wrapper_menu {
	float:left;
	margin-left:230px;
}
#img_header {
	margin-top:131px;
	background-image: url(../immagini/img_header_pag01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	border-bottom: 1px solid #8bb5e8;
}
#img_header2 {
	margin-top:131px;
	background-image: url(../immagini/img_header_pag02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	border-bottom: 1px solid #8bb5e8;
}

/*-----menu-------*/
#wrapper_menu {
	width:505px;
	margin-top:50px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 20px;
}
#navbar {
	height: 25px;
}
#navbar ul {
	display: none;
	position: absolute; /* Necessario affinchÃ© i sotto-menÃ¹ siano indipendenti, per quanto riguarda le dimensioni, dal <li> che li contiene */
}
#navbar li {
	float: left;
	list-style: none;
	line-height: 25px;
}
#navbar a {
	color: #c7c7c7;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
}
#navbar a:hover {
	background-color:#192f42;
}
#navbar ul li {
	float: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}
#navbar ul a {
	background-color:#2b5172;
	color:#FFF;
	padding:3px 10px 3px 10px !important;
	border-bottom: 1px dotted #8bb5e8;
}
#navbar ul a:hover {
	background-color: #3f76a5 !important;
}
#navbar li:hover > a {
	background: #2b5172;
	color:#FFF;
}
/*------box categorie home--------*/
#wrapper_box_categorie .container {
	padding:90px 0px;
}
.box_categorie {
	float:left;
	margin-left:8px;
	margin-right:8px;
	font-family: 'Open Sans Condensed', sans-serif;
	letter-spacing:-1px;
	line-height:32px;
	font-size: 30px;
	text-align:center;
	width:228px;
}
.box_categorie a {
	display:block;
	width:228px;
	height:320px;
	color:#CCC;
	text-decoration:none;
}
.box_categorie img {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 */
}
.box_categorie img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 */
}
.box_categorie a:hover {
	color:#00c5e8;
}
.box_categorie p {
	margin-top:15px;
}
/*------box categorie pag--------*/
#wrapper_box_categorie_pag {
	margin-top:50px;
}
.box_categorie_pag {
	float:left;
	margin-left:20px;
	margin-right:20px;
	width:300px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:22px;
	line-height:24px;
	text-align:center;
}
.box_categorie_pag a {
	display:block;
	width:300px;
	height:320px;
	color:#CCC;
	text-decoration:none;
}
.box_categorie_pag img {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 */
}
.box_categorie_pag img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 */
}
.box_categorie_pag a:hover {
	color:#00c5e8;
}
.box_categorie_pag p {
	margin-top:10px;
}
/*---parallax----*/
#para_bg {
	color: white;
	height: 300px;
	background-attachment: fixed;
	background-image: url(../immagini/img_parallax.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
}
.para_content {
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}
.box_counter {
	float:left;
	width:220px;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 25px;
}
.box_counter .counter {
	font-size:50px;
	line-height:50px;
	margin-top:30px;
}
#testo_home {
	background-color: #111111;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px dotted #4b4b4b;
	border-bottom: 1px dotted #4b4b4b;
}
#testo_home h1 {
	color:#FFF;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:400;
	font-size:36px;
	line-height:36px;
}
#testo_home h2 {
	color:#5ec1ea;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:26px;
	line-height:26px;
	margin-bottom:15px;
}
#testo_home p {
	line-height:18px;
	text-align:justify;
	margin-bottom:10px;
}
#testo_home a {
	text-decoration:none;
	color:#3CF;
}
#testo_home a:hover {
	color:#FFF;
	text-decoration:underline;
}
/*-----SLOGAN----*/
#slogan {
	background-color:#192f42;
	text-align:center;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:50px;
	line-height:100px;
	color:#fff;
	border-bottom: 1px dotted #447fb3;
	border-top: 1px dotted #447fb3;
}
/*----PAGINE-----*/
#corpo {
	padding-top:30px;
	padding-bottom:50px;
}
#colonna_sx {
	width:220px;
	border-right: 1px solid #192f42;
	float:left;
}
#contenuti {
	width:700px;
	float:left;
	margin-left:40px;
	padding-top:20px;
}
.menu_vert {
	padding-top:20px;
	padding-bottom:60px;
}
.menu_vert li {
	list-style:none;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:19px;
	line-height:20px;
	margin-bottom:1px;
}
.menu_vert li a {
	color:#FFF;
	text-decoration:none;
	background-color: #192f42;
	display:block;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.menu_vert li a:hover {
	background-color:#2f597d;
}
/*-----FOOTER----*/
#footer {
	padding-top:50px;
	padding-bottom:50px;
}
.bordo_footer {
	border-top: 1px solid #8bb5e8;
}
#dati_footer {
	width:560px;
	float:left;
	line-height:14px;
	margin-left:10px;
}
.tit_footer {
	color:#5ec1ea;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:400;
	font-size:24px;
	line-height:24px;
}
#dati_footer .tel {
	margin-top:20px;
	background-image: url(../immagini/tel.png);
	background-repeat: no-repeat;
	line-height: 20px;
	padding-left: 28px;
	color:#ccc;
}
#dati_footer .email {
	line-height: 18px;
	background-image: url(../immagini/email.png);
	background-repeat: no-repeat;
	padding-left: 28px;
}
#dati_footer .email a {
	color:#ccc;
	text-decoration:none;
}
#dati_footer .email a:hover {
	color:#fff;
	text-decoration: underline;
}
#menu_footer01 {
	width:250px;
	float:left;
	padding-right:20px;
	margin-right:20px;
	border-right: 1px solid #1e4452;
}
#menu_footer01 li {
	list-style:none;
}
#menu_footer01 li a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:20px;
	color: #AEAEAE;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	display:block;
	margin-top: 3px;
	background-image: url(../immagini/quadrato_azzurro.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 18px;
}
#menu_footer01 li a:hover {
	color:#FFF;
	border-bottom:1px dotted #999;
}
.policy {
	margin-top:15px;
	font-size:12px;
	margin-left:45px;
}
.policy a {
	color:#666;
	text-decoration:none;
}
.policy a:hover {
	color: #CCC;
	text-decoration: underline;
}
#menu_footer02 {
	width:115px;
	float:left;
	margin-top:30px;
}
#menu_footer02 li {
	list-style:none;
}
#menu_footer02 a {
	color:#666;
	text-decoration:none;
}
#menu_footer02 a:hover {
	color:#5ec1ea;
}
.riga_footer {
	border-top: 1px dashed #333;
	margin-top:40px;
}
#fine_footer {
	padding-top:40px;
	text-align:center;
	line-height:14px;
	font-size:13px;
	width:342px;
	margin-left:auto;
	margin-right:auto;
	color: #888;
}
/*---------------*/
#loghi_clienti{
	margin-left:30px;
}
#loghi_clienti img {
	padding:4px;
	border:1px solid #999;
	margin:10px;
}
/*-----tabs chi siamo------*/
.tab-chisiamo{
	margin-top:50px;
}
ul#tabs {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}
ul#tabs li {
	display: inline-block;
	background-color: #192f42;
	border-bottom: solid 5px #2f597d;
	padding: 5px 15px;
	margin-bottom: 4px;
	color: #fff;
	cursor: pointer;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:24px;
	line-height:24px;
}
ul#tabs li:hover {
	background-color: #2f597d;
}
ul#tabs li.active {
	background-color: #2f597d;
}
ul#tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#tab li {
	display: none;
	padding: 30px;
	border: solid 1px #2f597d;
}
ul#tab li.active {
	display: block;
}
ul#tab li h3 {
	margin-bottom: 20px;
	border-bottom:  dotted 1px #999;
}
ul#tab li p {
	margin-bottom:15px;
}
/*-------*/
.tab01{
	margin-bottom:30px;
}
.tab01 th{
	width:10px;
}
.tab01 td{	
	width:870px;
}
.link_telecom{
	width:500px;
	margin-bottom:20px;
}
.link_telecom a{
	text-decoration:none;
	color:#3CF;
	background-image: url(../immagini/quadrato_azzurro.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:20px;
	line-height:26px;
}
.link_telecom a:hover{
	text-decoration: underline;
	color:#fff;
}
.contatti_sx{
	float:left;
	width:380px;
	padding-right:20px;
}
.contatti_dx{
	float:left;
	width:560px;
	padding-left:20px;
}
.dati_contatti{
	width:460px;
	padding:20px;
	text-align:center;
	margin-bottom:30px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:24px;
	line-height:24px;
}
.tab_contatti{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:20px;
	line-height:20px;
	margin-bottom:80px;
}
.tab_contatti th{
	color:#5ec1ea;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:20px;
	line-height:20px;
	text-align: center;
	padding-bottom:2px;
	padding-top:5px;
	border-bottom:1px dotted #666;
	width:250px;
	padding-left:5px;
}
.tab_contatti td{
	padding-bottom:2px;
	padding-top:5px;
	border-bottom:1px dotted #666;
	width:250px;
}
.tab_contatti a{
	color:#ccc;
	text-decoration: none;
}
.tab_contatti a:hover{
	color:#FFF;
}
.tab_contatti2{
	font-weight:300;
	font-size:14px;
	margin-bottom:50px;
}
.tab_contatti2 th{
	color:#fff;
	text-align:left;
	padding-bottom:2px;
	padding-top:5px;
	border-bottom:1px dotted #666;
	width:250px;
	padding-left:5px;
	font-weight: 600;
}
.tab_contatti2 td{
	padding-bottom:2px;
	padding-top:5px;
	border-bottom:1px dotted #666;
	width:250px;
}
.tab_contatti2 a{
	color:#ccc;
	text-decoration: none;
}
.tab_contatti2 a:hover{
	color:#FFF;
}
.map{
	margin-bottom:30px;
	border-bottom: 5px solid #3cf;
	border-top: 5px solid #3cf;
	padding-top:20px;
	padding-bottom:20px;
}
/*-------*/
h1 {
	color:#00c5e8;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:400;
	font-size:36px;
	line-height:36px;
	border-bottom: 1px dotted #2f597d;
}
h2 {
	color:#fff;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:24px;
	line-height:26px;
	margin-bottom:40px;
}
h3 {
	color:#4c91cb;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:400;
	font-size:24px;
	line-height:26px;
}
h4 {
	color:#4c91cb;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:24px;
}
.testo_bianco {
	color:#FFF;
	font-weight:600;
}
.testo_azzurro {
	color: #3CF;
	font-weight:600;
}
.testo_piccolo {
	font-size:12px;
}
.tit01 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:34px;
	line-height:34px;
	color:#FFF;
	margin-bottom:5px;
}
.tit02 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:24px;
	line-height:24px;
	color:#FFF;
	margin-bottom:5px;
}
.testo01 {
}
.box01 {
	border: 1px solid #2f597d;
	padding:15px 15px 0 15px;
	margin-bottom:20px;
}
#contenuti p {
	margin-bottom:20px;
	text-align:justify;
}
.lista_01 li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #069;
	margin-top: 20px;
	list-style-image: url(../immagini/quadrato_azzurro.png);
	list-style-type: none;
	margin-left:30px;
	margin-right:30px;
	color:#FFF;
}
.lista_02 li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #069;
	margin-top: 5px;
	list-style-image: url(../immagini/quadrato_azzurro.png);
	list-style-type: none;
	margin-left:30px;
	margin-right:30px;
	width:500px;
	color:#FFF;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:200;
	font-size:20px;
	line-height:20px;
}

.img_bordo {
	padding:4px;
	border:solid 1px #999;
	margin-bottom:20px;
}
.img_bordo_sx {
	padding:4px;
	border:solid 1px #999;
	margin-right:20px;
	margin-bottom:20px;
}
.img_bordo_dx {
	padding:4px;
	border:solid 1px #999;
	margin-left:20px;
	margin-bottom:20px;
}
.img_centro {
	text-align:center;
	margin-bottom:20px;
}
.img_sx {
	margin-right:20px;
}
/*-----------*/
#gallery img{
	margin:5px 5px;
	border: 4px solid #369;
}
#gallery a:hover img {
	border: 4px solid #3CF;
	text-decoration:none;
}
/*-----------*/
.sw_attrezzature{
	margin-top:20px;
	margin-bottom:30px;
}
.sw_attrezzature img{
	margin-right:12px;
	border:solid 1px #999;
	padding:4px;
}
/*---------------*/
.privacy a{
	color:#6CF;
}
.privacy a:hover{
	color:#fff;
}