@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
body{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
@media (min-width: 1400px){
	.container {
		max-width: 1340px;
	}
}
@media (max-width: 991px){
	.navbar-expand-md .navbar-collapse {
		display: none!important;
	}
}
a{
    color: #041e42;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
/* Generate Margin Class
* margin, margin-top, margin-bottom, margin-left, margin-right
*/
.m-0 { margin: 0 !important;}.m-t-0 {margin-top: 0 !important;}.m-b-0 {margin-bottom: 0 !important;}.m-l-0 {margin-left: 0 !important;}.m-r-0 {margin-right: 0 !important;}.m-5 {margin: 0.3125rem !important;}.m-t-5 {margin-top: 0.3125rem !important;}.m-b-5 {margin-bottom: 0.3125rem !important;}.m-l-5 {margin-left: 0.3125rem !important;}.m-r-5 {margin-right: 0.3125rem !important;}.m-10 {margin: 0.625rem !important;}.m-t-10 {margin-top: 0.625rem !important;}.m-b-10 {margin-bottom: 0.625rem !important;}.m-l-10 {margin-left: 0.625rem !important;}.m-r-10 {margin-right: 0.625rem !important;}.m-15 {margin: 0.9375rem !important;}.m-t-15 {margin-top: 0.9375rem !important;}.m-b-15 {margin-bottom: 0.9375rem !important;}.m-l-15 {margin-left: 0.9375rem !important;}.m-r-15 {margin-right: 0.9375rem !important;}.m-20 {margin: 1.25rem !important;}.m-t-20 {margin-top: 1.25rem !important;}.m-b-20 {margin-bottom: 1.25rem !important;}.m-l-20 {margin-left: 1.25rem !important;}.m-r-20 {margin-right: 1.25rem !important;}.m-25 {margin: 1.5625rem !important;}.m-t-25 {margin-top: 1.5625rem !important;}.m-b-25 {margin-bottom: 1.5625rem !important;}.m-l-25 {margin-left: 1.5625rem !important;}.m-r-25 {margin-right: 1.5625rem !important;}.m-30 {margin: 1.875rem !important;}.m-t-30 {margin-top: 1.875rem !important;}.m-b-30 {margin-bottom: 1.875rem !important;}.m-l-30 {margin-left: 1.875rem !important;}.m-r-30 {margin-right: 1.875rem !important;}/*
* Generate Padding Class
* padding, padding-top, padding-bottom, padding-left, padding-right
*/.p-0 {padding: 0 !important;}.p-t-0 {padding-top: 0 !important;}.p-b-0 {padding-bottom: 0 !important;}.p-l-0 {padding-left: 0 !important;}.p-r-0 {padding-right: 0 !important;}.p-5 {padding: 0.3125rem !important;}.p-t-5 {padding-top: 0.3125rem !important;}.p-b-5 {padding-bottom: 0.3125rem !important;}.p-l-5 {padding-left: 0.3125rem !important;}.p-r-5 {padding-right: 0.3125rem !important;}.p-10 {padding: 0.625rem !important;}.p-t-10 {padding-top: 0.625rem !important;}.p-b-10 {padding-bottom: 0.625rem !important;}.p-l-10 {padding-left: 0.625rem !important;}.p-r-10 {padding-right: 0.625rem !important;}.p-15 {padding: 0.9375rem !important;}.p-t-15 {padding-top: 0.9375rem !important;}.p-b-15 {padding-bottom: 0.9375rem !important;}.p-l-15 {padding-left: 0.9375rem !important;}.p-r-15 {padding-right: 0.9375rem !important;}.p-20 {padding: 1.25rem !important;}.p-t-20 {padding-top: 1.25rem !important;}.p-b-20 {padding-bottom: 1.25rem !important;}.p-l-20 {padding-left: 1.25rem !important;}.p-r-20 {padding-right: 1.25rem !important;}.p-25 {padding: 1.5625rem !important;}.p-t-25 {padding-top: 1.5625rem !important;}.p-b-25 {padding-bottom: 1.5625rem !important;}.p-l-25 {padding-left: 1.5625rem !important;}.p-r-25 {padding-right: 1.5625rem !important;}.p-30 {padding: 1.875rem !important;}.p-t-30 {padding-top: 1.875rem !important;}.p-b-30 {padding-bottom: 1.875rem !important;}.p-l-30 {padding-left: 1.875rem !important;}.p-r-30 {padding-right: 1.875rem !important;}.p-r-35 {padding-right: 1.9375rem !important;}.p-l-35 {padding-left: 1.9375rem !important;}.p-t-60 {padding-top: 2.750rem !important;}
section{padding: 0;}

.btn{
	padding: 10px 36px;    
    border-radius: 30px;
}
.btn-exide {
	color: #000;
	background-color: transparent;
	border-color: #000;	
}
.btn-exide:hover {
	color: #fff;
	background-color: #000;
	border-color: #fff;
}
.btn-exide:focus, .btn-exide.focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
	box-shadow: none;
}
.btn-exide.disabled, .btn-exide:disabled {
	color: #000 !important;
	background-color: transparent;
	border-color: #000;
}
.btn-exide:not(:disabled):not(.disabled):active, .btn-exide:not(:disabled):not(.disabled).active,
.show > .btn-exide.dropdown-toggle {
	color: #fff !important;
	background-color: #000;
	border-color: #000;
}
.btn-exide:not(:disabled):not(.disabled):active:focus, .btn-exide:not(:disabled):not(.disabled).active:focus,
.show > .btn-exide.dropdown-toggle:focus {
	box-shadow: none;
}
/* header / menu */
.headerTop {
    background-color: #fff;
    position: relative;
	border-bottom: solid 1px #e2e2e2;
}
.headerTop .navbar {
    padding: 25px 1rem ;
}
.headerTop .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.logo_exide {
    max-height: 65px;
	padding: 3px 0 ;
	max-width: 100%;
}
.navbar-expand-md .navbar-nav .nav-link {    
    color: #000000;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 30px;
    font-weight: 600;
    margin: 0 3px;
	transition: background-color .5s,color .5s;
}
.navbar-expand-md .navbar-nav .nav-link:hover {    
    background-color: #041e42;	
}
.i-search {
    background-image: url(/assets/img/icon-search.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
	display:inline-block;
	margin-top:12px; 
	cursor: pointer;
}
.change-location{
	height: 16px;
    width: 30px;
	margin-left: 10px;
}
.dropdown-item {
	padding: 25px 28px;
    text-transform: uppercase;
    color: #000000;
}
.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
	background-color: transparent;
	color: #041e42;
}
.dropdown-toggle::after {
    display: none;
}
.exide-views-subnav-tabs .box-menu{  
	padding: 50px;
	background-color: #f2f2f2;
    background-image: url(/assets/img/menuDropdown-bg.png);
    background-position: -170px 0;
    background-repeat: no-repeat;
}
.tabBlock {
    display: table;
    width: 100%;
}
.tabBlock-nav {
    display: table-cell;
    width: 33%;
    padding: 40px 0;
    margin: 0;
    border: 0;
    vertical-align: top;
}
.tabBlock-nav > li {
    display: block;
    float: none;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer !important;
	    padding-bottom: 10px;
}
.exide-views-subnav-tabs .tabBlock-nav > li a {
    display: inline-block;
    position: relative;
    padding: 8px 20px 8px 80px;
    font-weight: 900;
    font-size: 22px;
    line-height: 1.13636;
    border-radius: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    color: #000000;
	border: 1px solid transparent;
}
.exide-views-subnav-tabs .tabBlock-nav > li.active a {
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
}
.exide-views-subnav-tabs .tabBlock-nav > li a:hover {
    text-decoration: none;
}
.exide-views-subnav-tabs .tabBlock-nav > li a:before {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.exide-views-subnav-tabs .tabBlock-nav > li.transportation a:before {
    content: "";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    font-size: 18px;
}
.exide-views-subnav-tabs .tabBlock-nav > li.gnb-motive a:before {
    content: "";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    font-size: 32px;
}
.exide-views-subnav-tabs .tabBlock-nav > li.gnb-network a:before {
    content: "";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    font-size: 32px;
}
.tab-menu{
	display: none;
}
.tab-menu.active{
	display: block;
}
.tabBlock-inner-brand .tabBlock-inner-brand-applications{
    padding-top: 30px;
}
#submenu-heading, .source-brand-logo {
    padding-bottom: 20px;
}
#submenu-heading > h3{
    padding: 6px 0;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #041e42;
    text-transform: initial;
    line-height: initial;
}
#submenu-heading > h3::before{
    content: "→ ";
    padding-right: 5px;
}
.view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabBlock-inner-brand .brand-item {
    width: 33.3333%;
    height: 100px;
    border: 2px solid #ffffff;
    margin: -2px 0 0 -2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.tabBlock-inner-brand .brand-item:hover {
   background-color: #b7b7b7; 
}
.tabBlock-inner-brand .brand-item div {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.tabBlock-inner-brand-applications{
	display:none;
}
.tabBlock-inner-brand-applications.active{
	display:block;
}
.brand-back {
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #041e42;
    text-transform: initial;
    display: inline-block;
    margin: 20px 0 10px;
    padding: 6px 0;
    line-height: initial;
}
.brand-back:hover {
    color: #000;
	text-decoration: none;
}
.solution-subnavigation-brand-applications .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    max-height: 320px;
}
.solution-subnavigation-brand-applications .view-content .brand-item {
    margin: 6px 0;
}
.solution-subnavigation-brand-applications .view-content .brand-item a {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
	text-decoration: none;
}
.solution-subnavigation-brand-applications .view-content .brand-item a:hover {
    color: #041e42;
}
.tabBlock-inner {
    padding-left: 50px;
    min-height: 350px;
    max-height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tabBlock-inner .tabBlock-inner-content {
    position: relative;
    width: 100%;
    padding-right: 170px;
}
.tabBlock-inner .tabBlock-inner-content .tabBlock-inner-point {
    padding: 6px 0;
}
.tabBlock-inner .tabBlock-inner-content a {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.tabBlock-inner .tabBlock-inner-content a:hover {
    color: #041e42;
	text-decoration: none;
}
.tabBlock-inner .tabBlock-inner-content a.tabBlock-btn {
    padding: 6px 0;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #041e42;
    text-transform: initial;
    position: absolute;
    bottom: 0;
    right: 0;
}
.tabBlock-inner .tabBlock-inner-content a.tabBlock-btn:hover {
    color: #000;
}
.tabBlock-inner .tabBlock-inner-content a.tabBlock-btn::before {
    content: "→ ";
    padding-right: 5px;
}
.hamburger {
    position: absolute;
    right: 15px;
    top: 50%;
    padding: 10px;
    background: transparent;
    border: 0;
    outline: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
	cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hamburger .icon-bar {
    display: block;
    height: 2px;
    width: 22px;
    margin-bottom: 5px;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.hamburger:hover .icon-bar {
    background: #041e42;
}
.hamburger:hover, .hamburger:active,.hamburger:focus, .sr-only:hover, .sr-only:focus, .sr-only:active {
    border: 0 !important;
	background-color: transparent;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	.dropdown-menu {
		padding-top: 25px;
		border: none;
		background-color: #f2f2f2;
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		min-width: 230px;
		-webkit-transition: opacity .5s;
		transition: opacity .5s;
		border-radius: 0;
	}
	.exide-views-subnav-tabs{    
		top:80px;
		background-color: transparent;
		padding-top: 35px;
	}
	.hamburger {
		display: none;
	}
	
}
.mainMenu ul.main-takeover{
    position: relative;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
	margin: 0;
	padding: 0;
}
.mainMenu ul.main-takeover > li {
    margin-bottom: 15px;
	position: relative;
    display: block;
}
.mainMenu ul.main-takeover > li > a {
    display: inline-block;
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    line-height: initial;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.mainMenu ul.main-takeover > li > a:hover {
    text-decoration: none;
}
.mainMenu ul > li .sub-menu {
    display: block;
    position: static;
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
    background: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;	
	list-style: none;
	list-style-type: none;
}
.mainMenu .sub-menu li{
    list-style-type: none;
	list-style: none;
	padding-left: 20px;
	margin-bottom: 10px;
}
.mainMenu ul.main-takeover > li .sub-menu > li > a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.mainMenu ul.main-takeover > li .sub-menu > li > a:hover {
    text-decoration: none;
}
.country-picker-mobile {
    margin-top: 80px;
}
.country-picker-mobile a {
    display: inline-block;
    background: transparent;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
.country-picker-mobile img{
    vertical-align: middle;
}
/* modali */
.modale-exide{
	position: absolute;
	z-index: 999;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	transition: all 0.5s ease;
	background-color: #f4f4f4;
}
.modale-exide-mappa{
	background: #f4f4f4 url(/assets/img/map-bg.png) 50% 50% no-repeat;
    background-size: cover;
}
.takeover-close {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.takeover-close:before, .takeover-close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 2px;
    height: 65%;
    background: #000000;
}
.takeover-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.takeover-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
h2#block-region-select-menu  {
    margin: 0 0 20px;
    font-family: "HelveticaNow",Arial,sans-serif;
    font-size: 28px;
    text-transform: uppercase;
	display: block;
    color: #000;
	margin-bottom: 40px;
}
.region-select {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.region-select > li, .regionPoint {
    margin-bottom: 20px;
    padding: 0 12px;
	display: block;
	width: 100%;
}
.region-select > li > a, .regionPoint a {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 12px 10px;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.region-select > li > a:hover,.regionPoint a:hover {
    text-decoration: none;
	border: 1px solid #041e42;
	background-color: #041e42;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.field-country-icon {
    position: absolute;
    margin-left: -44px;
    margin-top: 2px;
}
.regionBack, .regionBack2 {
    position: absolute;
    top: 10px;
    right: 15px;
	display: inline-block;
    font-size: 14px;
    color: #000000;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px;
    z-index: 1;
}
.regionBack:hover,.regionBack2:hover {
    color: #000000;
	color: #041e42;
	text-decoration: none;
}
.choose-region{
	display: none;
	color: #041e42;
	text-decoration: none;
}

#views-exposed-form-acquia-search-page input[type="text"] {
    background: transparent;
    color: #000;
    border: 0;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: "HelveticaNow",Arial,sans-serif;
    font-size: 20px;
    padding: 0 0 3px 35px;
    min-height: 40px;
	width: 100%;
}
#views-exposed-form-acquia-search-page input[type="text"]::placeholder {
    color: #041e42;
}
.form-button {
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (min-width: 768px){
	.region-select > li, .regionPoint {
		margin-bottom: 48px;
		width: 33.3333%;
		max-width: 100%;
		display: inline-block;
	}
	#views-exposed-form-acquia-search-page input[type="text"] {
		color: #000000;    
		font-size: 40px;
		min-height: 70px;
	}
	#views-exposed-form-acquia-search-page input[type="text"]::placeholder {
		color: #041e42;
	}
	
}
/* footer */
.siteFooter {
    padding: 40px 0;
    background: #2d2926;
    color: #fff;
	font-size: 12px;
}
.siteFooter a{
    color: #fff;
	font-size: 12px;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.siteFooter a:hover{
    color: #fff;
}
.siteFooter-menu > ul {
		padding: 0;
	}
.siteFooter-menu > ul > li {
    display: block;
    padding: 0;
}
.siteFooter-menu > ul > li > a {
    display: inline-block;
    padding: 6px 5px;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.siteFooter-menu > ul > li > a:hover {
    color: #fff;
	text-decoration: none;
}
@media screen and (min-width: 769px){
	.siteFooter {
		padding: 50px 0 40px;
	}
	.siteFooter-menu > ul {
    list-style: none;
	}
}
/* menu sx  */
#colonna_sx {
	text-align: left;
	overflow: hidden;
	margin-bottom: 30px;
}
#colonna_sx .menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#colonna_sx .menu li{
	margin: 0;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	color: #041e42;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
}
#colonna_sx .menu li.menu_con{
	background-image: url(/img/fr_chiuso.jpg);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
}
#colonna_sx .menu li.menu_con:hover{
	background-image: url(/img/fr_aperto.jpg);
	background-repeat: no-repeat;
	background-position: 5px 13px;	
}

#colonna_sx .menu li.iscriviti{
	cursor: default;
}
#colonna_sx .menu li.iscriviti div{
	color: #000;
	font-size:14px;
	text-decoration: none;
	/*padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 20px;*/
	display:block;	
	text-align: left;	
	font-weight: normal;
}
#colonna_sx .menu a{
	color: #041e42;
	font-size:14px;
	text-decoration: none;
	display:block;
	margin: 0;
	text-align: left;
	font-weight: bold;	/*text-transform: uppercase;*/
}
#colonna_sx .menu a:hover{
	color: #45536c;	
	
}
#colonna_sx .menu .selezionato a{
	color: #45536c;	
	
}
#colonna_sx .menu ul.selezionato {
	
}
#colonna_sx .menu ul.box_sottomenu {
	border-top-width: 0px;
	border-top-style: none;
	display:none;
	list-style-type: none;
	padding-top: 4px;
}
#colonna_sx .menu ul.selezionato{
	display:block;
}
#colonna_sx .menu .box_sottomenu li{
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
	list-style-image: none;
	list-style-type: none;
}
#colonna_sx .menu .box_sottomenu a{
	text-decoration: none;
	display:block;
	margin: 0px;
	text-align: left;
	font-weight: normal;
	color: #45536c;
	font-size: 12px;	
}
#colonna_sx .menu .box_sottomenu a:hover{
	text-decoration: underline;	
}
#colonna_sx .menu .box_sottomenu a.selezionato{
	font-weight: bold;	
}

#colonna_sx .login{
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	font-size: 12px;
	color: #000;
}
#colonna_sx .login .titolo_login{
	font-weight: bold;
	font-size: 14px;
	color: #041e42;
	margin-bottom: 8px;
}

#colonna_sx .login .box_input{	
	margin-bottom: 5px;
}
#colonna_sx .login .box_input input.tipo1{
	font-size: 12px;
	color: #000;
	border: 1px solid #000;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color:#FFFFFF;
	width: 100%;
}
#colonna_sx .login .box_input input.tipo1:hover{
	/*color: #FFFFFF;
	border: 1px solid #041e42;*/
	background-color:#eeeeee
}
#colonna_sx .login .box_input input.tipo2{
	font-size: 12px;
	color: #000;
	border: 0px solid #FFFFFF;
	padding: 0px;
	background-color:#FFFFFF;
}
#colonna_sx .login .box_input input.tipo3{
	font-size: 12px;
	color: #fff;
    background-color: #041e42;
    border: 1px solid #fff;
	padding: 5px 16px;
	cursor: pointer;
}

#colonna_sx .login .box_input input.tipo3:hover{
	color: #041e42;
	background-color: #fff;
    border: 1px solid #041e42;
}

#colonna_sx .login .menu_albero{
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
#colonna_sx .login .menu_albero a{
	
	font-size: 12px;
	color: #041e42;
	text-decoration: none;
	position: relative;
		
}
#colonna_sx .login .menu_albero a:hover{
	color: #45536c;		
}
#colonna_sx .login .menu_albero div{
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: right;
}
#colonna_sx .login .menu_albero div:hover{
	
}
#colonna_sx .login .menu_albero span{
	width:95px;
	float: left;
	text-align: left;
	display: block;
}
.newlife_sx{
	margin-left: 20px;
	margin-top: 20px;
}
.contenuti {
	font-size: 14px;
	color: #53565a;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b7b7b7;	
	margin-bottom: 30px;
}
.no_bordo {
	border-top-width: 0px;
	border-top-style: hidden;
	border-top-color: #b7b7b7;	
}
.contenuti .titolo {
	font-size: 30px;
	line-height: 36px;
	color: #000;
	margin-bottom: 24px;
	padding-bottom: 15px;
	padding-top: 20px;
	border-bottom: 1px solid #b7b7b7;
	text-transform: uppercase;
}
.contenuti .img_cont{
	text-align: left;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #175588;
}
.contenuti .img_cont_no_bd{
	text-align: left;
	padding-bottom: 2px;
}
.contenuti .img_cont img,.contenuti .img_cont_no_bd img{	
	width: 100%;
	max-width: 100%;
}
.contenuti .corpo{
	text-align: justify;
	overflow: auto;
	width: 100%;
}
.contenuti  input{
	font-size: 14px;
	color: #000;
	border: 1px solid #000;
	background-color: #fbfbfb;
	margin: 0px;
	padding: 3px;
}
.contenuti  input:hover{
	background-color: #eeeeee;
}
.contenuti  input.input_submit{
	font-size: 12px;
    color: #fff;
    background-color: #041e42;
    border: 1px solid #fff;
    padding: 5px 16px;
    cursor: pointer;
}
.contenuti  input.input_submit:hover{
	color: #041e42;
    background-color: #fff;
}

.contenuti  textarea{
	font-size: 14px;
	color: #000;
	border: 1px solid #000;
	background-color: #fbfbfb;
	margin: 0px;
	padding: 3px;
}
.contenuti  textarea:hover{
	background-color: #eeeeee;

}
.contenuti  select{
	font-size: 14px;
	color: #000;
	border: 1px solid #000;
	background-color: #fbfbfb;
	margin: 0px;
	padding: 3px;
}
.contenuti .corpo select:hover{
	background-color: #eeeeee;
}
/* ------ inizio footer -------- */
#footer {
	width: 884px;
	font-size: 12px;
	color: #b5bac4;
	padding-top: 58px;
	clear: both;
	text-align: right;
	padding-right: 80px;
	margin-right: auto;
	margin-left: auto;
}
#footer a{
	font-size: 12px;
	color: #005dbe;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
/* ------ fine footer -------- */
/* ------ inizio tooltip -------- */
#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 250px;
	border: 2px solid #041e42;
	padding: 5px;
	background-color: #fbfbfb;
	visibility: hidden;
	z-index: 100;
	font-size: 12px;
	color: #041e42;
	margin: 0px;
	text-align: left;
}
/* ------ fine tooltip -------- */
.tab_gen TABLE {
	font-size: 14px;
	color: #000;
	BORDER-COLLAPSE: collapse;
	border: 0px solid #eeeeee;
}

.tab_gen TD {
	COLOR: #000;
	border: 1px solid #eeeeee;
	padding-top: 14px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.tab_gen TH {
	COLOR: #000;
	border: 1px solid #eeeeee;
	padding: 6px;
}
.tab_gen TBODY TD A {
	COLOR: #000;
	TEXT-DECORATION: none
}
.tab_gen TBODY TD.link_f A {
	background-image: url(/img/frec_exide1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	white-space: nowrap;
	padding-left: 38px;
	display: block;
	
}
.tab_gen TBODY TD.link_f A:hover {
	background-image: url(/img/frec_exide2.png);	
	
}
.tab_gen TBODY TD A:hover {
	COLOR: #000;
	opacity: 0.8;
}
.tab_gen TBODY TH A {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #000;
	TEXT-DECORATION: none;
	font-size: 14px;
	font-weight: bold;
}
.tab_gen TBODY TH A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #363636;
	font-weight: bold;
}
.tab_gen TBODY TH {
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: left;
}
.tab_gen TBODY TD {
	VERTICAL-ALIGN: top; TEXT-ALIGN: left
}
.tab_gen TBODY TR {
	COLOR: #ffffff;
	background-color: #fbfbfb;
	border: 1px solid #eeeeee;
}
.tab_gen TBODY TR:hover {
	COLOR: #ffffff;
	background-color: #eeeeee;
}
.tab_gen TBODY TR:hover TH {
	background-color: #041e42;
	color: #FFFFFF;
}
.tab_gen THEAD TH {
	background-color: #eeeeee;
	color: #000;
	text-align:left;
}
.tab_gen THEAD TH a{
	color: #000;
}
.tab_gen TFOOT TH {
	background-color: #eeeeee;	
	text-align:left;
}
.tab_gen_no TABLE {
	font-size: 14px;
	color: #000;
	BORDER-COLLAPSE: collapse;
	border: 0px solid #eeeeee;
}

.tab_gen_no TD {
	COLOR: #000;
	border: 1px solid #eeeeee;
	padding-top: 14px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.tab_gen_no TH {
	COLOR: #000;
	border: 1px solid #eeeeee;
	padding: 6px;
}
.tab_gen_no TBODY TD A {
	COLOR: #000;
	TEXT-DECORATION: none
}
.tab_gen_no TBODY TD.link_f A {
	background-image: url(/img/frec_exide1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	white-space: nowrap;
	padding-left: 38px;
	display: block;
	
}
.tab_gen_no TBODY TD.link_f A:hover {
	background-image: url(/img/frec_exide2.png);	
	
}
.tab_gen_no TBODY TD A:hover {
	COLOR: #363636;
}
.tab_gen_no TBODY TH A {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #000;
	TEXT-DECORATION: none;
	font-size: 14px;
	font-weight: bold;
}
.tab_gen_no TBODY TH A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	COLOR: #363636;
	font-weight: bold;
}
.tab_gen_no TBODY TH {
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: left;
}
.tab_gen_no TBODY TD {
	VERTICAL-ALIGN: top; TEXT-ALIGN: left
}
.tab_gen_no TBODY TR {
	COLOR: #ffffff;
	background-color: #fbfbfb;
	border: 1px solid #eeeeee;
}
/*.tab_gen_no TBODY TR:hover {
	COLOR: #ffffff;
	background-color: #eeeeee;
}
.tab_gen_no TBODY TR:hover TH {
	background-color: #005daa;
	color: #FFFFFF;
}*/
.tab_gen_no THEAD TH {
	background-color: #eeeeee;
	color: #000;
	text-align:left;
}
.tab_gen_no TFOOT TH {
	background-color: #eeeeee;	
	text-align:left;
}

.tab_gen_no TBODY TR TD input{	
	font-size: 14px;
	color: #000;
	border: 1px solid #000;
	background-color: #fbfbfb;
	margin: 0px;
	padding: 3px;
}
.tab_gen_no TBODY TR TD input:hover{
	background-color: #eeeeee;
}
.tab_gen_no TBODY TR TD input.input_submit{
	font-size: 12px;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    padding: 5px 16px;
    border-radius: 30px;
    cursor: pointer;
}
.tab_gen_no TBODY TR TD input.input_submit:hover{
	color: #fff;
    background-color: #000;
}
.tab_gen_no TBODY TR.int TD{	
	text-align: center;
	font-weight:bold;	
}
/* ------ inizio popup -------- */
#pop_up_ex {
	text-align: center;
	background-color: #FFFFFF;
	height: 100%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top: solid 35px #041e42;
}
#pop_up_ex input{
	font-size: 14px;
	color: #000;
	border: 1px solid #000;
	background-color: #fbfbfb;
	margin: 0px;
	padding: 3px;
}
#pop_up_ex input:hover{
	background-color: #eeeeee;
}
#pop_up_ex input.input_submit{
	    font-size: 12px;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    padding: 5px 16px;
    border-radius: 30px;
    cursor: pointer;
}

#pop_up_ex input.input_submit:hover{
	color: #fff;
    background-color: #000;
}
/* ------ inizio popup -------- */
/* ------ inizio network -------- */
.legenda {
	float: right;
	border: 1px dashed #FFFFFF;
	margin: 2px;
	padding: 5px;
	text-align: left;
	width: 350px;
	background-color: #eeeeee;
}
.legenda .titolo_leg {
	padding: 3px;
	color: #000;
	margin-bottom: 10px;
}
.legenda .capo_area4 {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	background-color: #1a386e;
	padding: 7px;
	line-height: 20px;
	margin-right: 3px;
}
.legenda .agente4 {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	background-color: #1f4485;
	padding: 7px;
	line-height: 20px;
	margin-right: 3px;
}
.legenda .customer4 {
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	position: relative;
	background-color: #25509e;
	padding: 7px;
	line-height: 20px;
	margin-right: 3px;
}
.legenda .starter4 {
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	position: relative;
	background-color: #2b5cb4;
	padding: 7px;
	line-height: 20px;
	margin-right: 3px;
}
.legenda .pop4 {
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	position: relative;
	background-color: #3068cd;
	padding: 7px;
	line-height: 20px;
	margin-right: 3px;
}
.legenda .ol4 {
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	position: relative;
	background-color: #2c5eba;
	padding: 7px;
	line-height: 20px;
	margin-right: 3px;
}
.capo_area3 {
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
	position: relative;
	background-color: #1a386e;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 20px;
}
.capo_area3 a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.capo_area3 a:hover{
	color: #041e42;
}
.agente3 {
	color: #ffffff;
	position: relative;
	background-color: #1f4485;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
}
.agente3 a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.agente3 a:hover{
	color: #041e42;
}
.customer3 {
	color: #ffffff;
	margin-bottom: 5px;
	position: relative;
	background-color: #25509e;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 5px;
}
.customer3 a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.customer3 a.hover{
	color: #041e42;
}
.starter3 {
	color: #ffffff;
	margin-bottom: 5px;
	position: relative;
	background-color: #2b5cb4;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 5px;
}
.starter3 a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.starter3 a:hover{
	color: #041e42;
}
.pop3 {
	color: #ffffff;
	margin-bottom: 5px;
	position: relative;
	background-color: #3068cd;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 5px;
}
.pop3 a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.pop3 a:hover{
	color: #041e42;
}
.ol3 {
	color: #ffffff;
	margin-bottom: 5px;
	position: relative;
	background-color: #2c5eba;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	margin-left: 10px;
	
}
.ol3 a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.ol3 a:hover{
	color: #041e42;
}
/* mappa welcome*/
.europe_map{
	position: relative;	
	margin: 0 auto;
	width: 689px;
}
.button_map{
	background-image: url(/img/button_map_off.png);
	position: absolute;
	z-index: 100;
	color: #00579f;
	/*font-family: "Neo Sans Std";*/
	font-size: 16px;
	width: 160px;
	border: 1px solid #00579f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.button_map:hover{
	background-image: url(/img/button_map_on.png);
	color: #FFF;
	border: 1px solid #fff;
}
.button_map a{
	color: #00579f;
	/*font-family: "Neo Sans Std";*/
	font-size: 16px;
	text-decoration: none;
	padding: 5px;
	display: block;
	background-image: url(/img/button_map_circle.png);
	background-repeat: no-repeat;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.button_map:hover a{
	color: #FFF;
}
.button_italia {
	left: 320px;
	top: 535px;
}
.button_italia a{	
	background-position: left center;
	text-align: right;	
}
.button_germania {
	left: 320px;
	top: 350px;
}
.button_germania a{	
	background-position: left center;
	text-align: right;	
}
.button_francia {
	left: 60px;
	top: 420px;
}
.button_francia a{	
	background-position: right center;
	text-align: left;	
}
.button_inghilterra {
	left: 40px;
	top: 320px;
}
.button_inghilterra a{	
	background-position: right center;
	text-align: left;	
}
.button_portogallo {
	left: -120px;
	top: 510px;
}
.button_portogallo a{	
	background-position: right center;
	text-align: left;	
}
.button_spagna {
	left: -40px;
	top: 550px;
}
.button_spagna a{	
	background-position: right center;
	text-align: left;	
}
#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 200px;
	border: 1px solid #FFFFFF;
	padding: 5px;
	background-color: #7f7e83;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#236201,direction=135);*/
	font-size: 9px;
	color: #FFFFFF;
	margin: 0px;
}
.loghetto img{
	width: 100%;
	max-width: 100px;
}