div#topbar-msg {
    background: #8d2121;
    color: #FFF;
    /* font-size: 14px; */
    font-size: 12px;
    padding: 5px 0;
    text-align:center;
}

div#icon-promo > .col-md-2, div#icon-promo2 > .col-md-2 {
    display: inline-table !important;
	padding: 20px 10px;
}
@media screen and (max-width: 767px) {
div#icon-promo .col-md-2, div#icon-promo2 .col-md-2 {
    width: 50%;
   }
}

a.navbar-btn {
    padding: 9px 10px;
    font-size: 9px !important;
}
div#icon-promo img, div#icon-promo2 img {
    width: 50%;
    max-width: 100%;
    padding-bottom: 20px;
	margin: 0 auto;
	position: relative;
	display: block;
}
div#icon-promo h5, div#icon-promo2 h5 {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
	text-align: center;
}
img.icon-assistance {
    width: 20%;
    margin-bottom: 20px;
    position: relative;
    display: block;
    max-width: 100%;
}
img.icon-man {
    position: relative;
    width: 24%;
	margin-bottom: 20px;
    display: block;
    max-width: 100%;
}
img.icon-acc {
    position: relative;
    display: block;
    width: 16%;
	margin-bottom: 20px;
	max-width: 100%;
}
img.icon-rip {
    width: 20%;
	margin-bottom: 20px;
    display: block;
    max-width: 100%;
	position: relative;
}
img#img-fiat-professional {
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 0px 8px #cccccc;
}
div#image-blur {
    overflow: hidden;
}

div#card-ferrajoli {
    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 8px #cccccc;
    background: #FFF;
    
}
@media only screen and (max-width: 1024px) {
div#left-logo {
    display: none;
}
div#card-ferrajoli {
    margin: 0px 0px;
   }
h3#h3-fiat-professional {
    font-size: 22px;
    line-height: 28px;
}
p#text-fiat-professional {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px !important;
}
}
@media only screen and (min-width: 1025px) {
div#image-blur {
    padding-left: 0px;
    padding-right: 0px;
   }
h3#h3-fiat-professional {
    font-size: 30px;
    line-height: 38px;
}
p#text-fiat-professional {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px !important;
}
}
div#card-ferrajoli {
    padding-top: 20px;
}
div#image-blur img {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
#image-blur {
   
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#image-blur img {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#image-blur img:hover {
    -webkit-transform: scale(1.05);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: scale(1.05);
    -moz-transform-origin: 50% 50%;
    transform: scale(1.05);
    -transform-origin: 50% 50%;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
section#gamma-professional {
    padding-top: 1rem !important;
}
a.link-sedi:hover {
    color: #0e2d68;
    font-size: 20px;
}
a.link-sedi {
    color: #000;
    text-decoration: underline;
}
div#image-full img {
    width: 100%;
    max-width: 100%;
}
/* TAB2*/
.tab2 {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 400px;
}

/* Style the buttons inside the tab */
.tab2 button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  line-height: 18px;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: #0e2d68c4;
  color: #fff;
}

/* Create an active/current "tab button" class */
.tab2 button.active {
  background-color: #0e2d68;
  color: #fff;
}

/* Style the tab content */
.tabcontent2 {
  float: left;
  padding: 20px 20px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 400px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* END TAB2*/

/* TAB */
/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 472px;
}
/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  line-height: 18px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #0e2d68c4;
  color: #fff;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #0e2d68;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 20px 20px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 472px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
/* END */
@media only screen and (min-width: 1025px) {
img.image-concessionaria {
    margin: 60px auto;
}
div#row-right {
    border-right: 3px dotted #102d69;
  }
}
@media only screen and (max-width: 1024px) {
div#alignmentrow {
    text-align: left !important;
}
.tab2 button, .tab button {
    padding: 20px 10px !important;
}
.tabcontent2, .tabcontent {
    padding: 10px 25px !important;
}
div#tabscheda {
    margin: 0px auto;
}
img.furgone-responsive {
    width: 100%;
    max-width: 100%;
}
.tab {
    height: 582px !important;
}
.tab2 {
    height: 445px !important;
}
.tabcontent2 {
    height: 445px;
}
.tabcontent {
    height: 582px !important;
}
.tab button, .tab2 button {
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0px !important;
}
.col-2.col-md-1.cert img {
    position: absolute;
    left: 5px;
}
img.image-cert-desktop {
    display: none;
}
img.image-cert-mobile {
    left: -35px;
    position: relative;
}
img.image-column {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}
   p.space-mobile {
	   display: none !important;
	}
.col-md-6.change-oil {
    margin-top: 40px;
}
.col-3.col-md-2.cert {
    display: inline-flex;
}
}
@media only screen and (min-width: 1025px) {
.col-2.col-md-1.cert img {
    margin-top: 7px;
    margin-bottom: 5px;
}
img.image-cert-desktop {
    height: 65px !important;
}
img.image-cert-mobile {
    display: none;
}
.padding-20 p, .padding-20 h2 {
    padding-left: 60px !important;
}
.col-md-6.change-oil p.space-mobile {
    margin-bottom: 55px;
    }
}
.banner_leasys {
    background: #17325d;
    text-align: center;
    margin: 43px 0 80px 0;
	 width: 100vw;
 position: relative;
 margin-left: -50vw;
 left: 50%;
}
.banner_leasys img{
	width:100%;
	max-width:280px;
}

.marchio_list{
height: 40px  !important;width: 40px !important;position: absolute;bottom: 5px;right: 35px;
}
.img-box {
    text-align: center;
}
.img-box img{
    height:60px;
}
.logo_img{
width:100% !important;
	max-width:250px;
}

#accordion button.btn.btn-link {
    text-align: left;
}

.prezzo_auto {
	    margin: 10px 15px;
	font-size:14px;
}
.prezzo_auto span{
	font-size:18px;
	font-weight:bold;
}
span.tag.tag-1 {
    position: absolute;
    background: #ffffffab;
    color: #0d2d67;
    /* border-radius: 10px; */
    padding: 10px 21px;
    font-size: 11px;
    top: 10px;
    right: 20px;
    font-weight: bold;
}

.bg-white {
    background-color: transparent !important;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.navbar-toggler, .btn-primary:hover,.btn-primary:focus,.btn-primary:active, 
.btn-primary:active:focus:not(:disabled):not(.disabled),
.btn:focus, .btn:active, .btn:hover{
    box-shadow: none!important;
    outline: 0;
}
.menu-open > i {
    font-size: 34px !important;
    color: #FFF !important;
    top: -19px;
    position: absolute;
    right: 20px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}
li {
    font-size: 0.9em;
}
a {
    color: #0e2d68;
    text-decoration: none;
    background-color: transparent;
}
p a{
font-weight:bold;
}

a:hover {
    color: #0e2d68;
    text-decoration: none;
}
h4 {
    font-weight: bold;
}
.box_ombra{
	float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #cccccc;
    margin: 0 0 10px 0;
    font-size: 13px;
	padding: 20px;
    width: 100%;
}
li.prop-type.all {
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #cccccc;
    margin: 10px 0;
	width: 100%;
}
li.prop-type.all ul.prop-data {
    font-size: 12px;
}
li.prop-type h4 {
    margin: 10px 15px;
}
li.prop-type img{
	width:100%;
}
.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .4125rem .75rem;
    font-size: 1.0625rem;
}
form#contactForm label {
	width: 100%;
    margin-top: .7rem;
    font-size: 0.9rem;
}

img.img-preview {
    width: 100%;
}
div.block_prezzo {
    display: block;
    float: right;
	font-size:22px;
}
div.block_prezzo span {
	font-size:24px;
}

div.pagination { margin:20px 0; }
.pagination {
    display: block;
}
div.pagination a {
    display: block;
    float: left;
    min-width: 40px;
    text-align: center;
}
div.pagination a.jp-current {
    background: #0e2d68;
    color: #FFF;
	border-radius:20px;
    font-weight: bold;
}

.navbar-light .navbar-brand {
	color: #0c224a
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: #0c224a
}

.navbar-light .navbar-nav .nav-link {
	color: #0c224a
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #0c224a
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(22, 28, 45, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #0c224a
}

h3 {
    font-weight: bold;
}
#logo{
    margin: 20px 0;
}
div#logo img {
    width: 250px;
}

section#site_body {
    margin-bottom: 100px;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #0c224a;
    border-color: #0c224a;
}
a.btn-sm {
    font-size: 10px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0c224a;
}

img.responsive-img {
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
}

.clear {
	clear: both;
}

#barra_brands img { max-height:60px; }

#barra_brands a {
    display: block;
    float: left;
	margin: 0 20px;
}
#barra_brands a.b-active {
    background: #f1f4f8;
    border-radius: 50%;
	    border: 1px solid #ccc;
}

section.columns {
    float: left;
    width: 100%;
	margin: 30px 0;
}

a.button {
    display: block;
    color: #FFF;
    padding: 10px 20px;
    text-align: center;
}

section.columns > div {
	float: left;
}

#noleggio_box_servizi{
	font-size:13px;
	margin:50px 0;
}
#noleggio_box_servizi div.img-box { text-align:center; margin-bottom:20px; }
#noleggio_box_servizi div.img-box img { width:60px; }

#box4_home img,
#box2_offerte img{
    width: 100%;
    margin-bottom: 15px;
    border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#box2_offerte img{
    margin-bottom: 0px;
}

#box4_home > div > div > div h3,
#box4_home > div > div > div p {
    padding:0 30px;
}

#box4_home div.mcard {
    padding: 0 0 20px 0;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #cccccc;
    background: #FFF;
    margin-bottom: 25px;
	min-height: 400px !important;
}

#box4_home > div > div > div h3 {
    font-size: 18px;
    line-height: 1.2;
}
#box4_home > div > div > div p {
    font-size: 14px;
    line-height: 1.2;
}


#box2_offerte h4{
	font-size:22px;
	font-weight: bold;
}

#box2_offerte div.mcard {
    padding: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 8px #cccccc;
    background: #FFF;
    margin-bottom: 25px;
}

#box2_offerte .mcard div{
    background-color: #f1f4f8;
    text-align: center;
    padding: 10px;   
}

#box2_offerte .mcard div p{
	font-size:12px;
}

div#topbar, div#topbar_m {
    background: #102d69;
    color: #FFF;
    font-size: 12px;
    padding: 10px 0;
}
div#topbar_m.sticky {
    position: fixed;
    z-index: 4;
    width: 100%;
}
div#topbar a, div#topbar_m a {
    color: #FFF;
}

@media (max-width: 991.98px){
	.navbar {
		position: fixed;
		top: 0;
		right: 0;
	}
	.navbar-nav .nav-item {
		padding: 1rem;
	}
}


ul.menu.user {
    list-style: none;
    display: inline;
    float: right;
    margin: 0;
}

ul.menu.user li {
	margin-right:10px;
    float: left;
}

   
.btn {
	padding: .5125rem 1.25rem;
}

.lead {
	font-size: 22pt;
	font-weight: 300;
	line-height: 1.1;
}

form#contactForm {
    background: #0e2d68;
    padding: 20px;
    border-radius: 20px;
    color: #FFFF;
}

form#contactForm a {
    color: #FFFF;
}

form#contactForm label {
	margin-bottom: 0rem; 
	margin-top: .5rem;
}

form#contactForm .btn-submit {
    background: #ad0b33;
    color: #FFFF;
    border: 0;
    padding: 10px 20px;
    border-radius: 10px;
    width: 80%;
    position: absolute;
    margin: 0 10%;
}

.btn-primary {
    color: #fff;
    background-color: #102d69;
    border-color: #102d69;
    box-shadow: none;
}

.filtri {
        background: #0e2d68;
    color: #FFF;
    border-radius: 5px;
    padding: 10px 10px 50px 10px;
    margin-bottom: 20px;
}
.filtri .label_range{
	color: #FFF;
    /* font-weight: bold; */
    padding: 5px;
    font-size: 12px;
}
.filtri h4{
    font-weight: bold;
}
.filtri ul {
    margin: 0;
    padding: 10px;
    list-style: none;
}
.filtri a.fly-out {
    position: absolute;
    top: 8px;
    right: 30px;
    font-size: 13px;
	font-weight: bold;
    color: #ad0b33;
}
.filtri label{
    font-weight: bold;
}
.filtri .btn-submit {
    background: #ad0b33;
    color: #FFFF;
    border: 0;
    padding: 10px 20px;
    border-radius: 10px;
    width: 71%;
    margin: 25px 7%;
    position: absolute;
	font-weight:bold;
}

    footer {background-color: #102d69; color: #FFF;}
    footer h6 {
        color: #FFF !important;
        text-decoration: none;
        font-size: 16px;
        min-height: 26px;
    }
footer ul li a {
	display:block;
}
footer p {
	font-size: 12px;
}

footer a {
	color: #FFF !important;
	text-decoration: none;
	font-size: 14px;
}

.widg-dx{ text-align: right; }

@media only screen and (device-width: 768px) {
.col-md-2.icon-mobile {
    max-width: 50% !important;
	flex: 0 0 50% !important;
    }
}

    @media only screen and (max-width: 600px) {
		.col-md-2.icon-mobile {
          width: 50%;
        }
	   img.img-banner {
          width: 100%;
          margin-top: 15%;
        }
        #topbar{
            text-align: left !important;
            max-width: 280px;
        }
        .widg-dx{ text-align: left;}
        .navbar {
            position: fixed;
            top: 0;
            right: 0;
        }
     
        .display-3 {
            font-size: 1.45rem;
        }

        .lead {
            font-size: 12pt;
        }
    }

	.cont_prodotto{
		box-shadow: 0px 0px 8px #cccccc;
		background: #FFF;
		margin: 0 2% 30px 2%;
		padding: 10px;
		border-radius: 10px;
	    width: 29.2%;
	}
	.cont_prodotto img{     
		width: 100%;
	}
	.nome_prodotto{
		text-align:left;
		color: #000;
		padding-top:4px;
		padding-bottom:4px;
	}

	.nome_prodotto a{
		color: #000;
		font-weight:bold;
		font-size:24px;
	}

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
}

	@media all and (max-width: 992px) { 
		
		#barra_brands a {
		display: block;
		float: right;
		margin: 8px 0%;
		width: 33%;
		text-align: center;
	}
		
		ul.menu.user {
    		float: initial;
		}
		.cont_prodotto{
			float:left; 
			width: 96%;
			margin-bottom:20px;
			min-height: 140px;
		}
		.nome_prodotto{
			text-align:center;
			color: #FFF;
			font-size:12px;
			padding-top:2px;
			padding-bottom:2px;
		}
		.nome_prodotto a {
    		font-size: 18px;
		}
		.cont_prodotto img {
			width: 100% !important;
			height: auto !important;
			max-height: auto !important;
		}
		
	}

h3.h3-icon {
    text-align: center !important;
}
@media only screen and (min-width: 1025px) {
a.button-drive {
    display: none !important;
}
img.fiat-500e-image {
    width: 85% !important;
	position: relative;
	display: block;
	margin: 0 auto;
}
img.icon-inlude {
    width: 45%;
    position: relative;
    display: block;
    margin: 0 auto 10px auto;
}
img.icon-fast {
    width: 50%;
    position: relative;
    display: block;
    margin: 0 auto 10px auto;
}
img.icon-battery {
    width: 25% !important;
    position: relative !important;
    display: block !important;
    margin: 0 auto 10px auto !important;
	
}
img.icon-map {
    width: 50%;
    position: relative;
    display: block;
    margin: 0 auto 20px auto;
}
}
h3.h3-icon {
    font-size: 18px;
}
p.testo-icona {
    text-align: center !important;
}

a.my-button {
    text-align: center;
    background-color: #ad0c33;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
img.image-faq {
	width: 100% !important;
}
img.icon-inlude {
    width: 20%;
    position: relative;
    display: block;
    margin: 0 auto 10px auto;
}
img.icon-fast {
    width: 20%;
    position: relative;
    display: block;
    margin: 0 auto 10px auto;
}
img.icon-battery {
    width: 10% !important;
    position: relative !important;
    display: block !important;
    margin: 0 auto 10px auto !important;
	
}
img.icon-map {
    width: 25%;
    position: relative;
    display: block;
    margin: 0 auto 20px auto;
}
}

.credits_hubitat{width:80px; margin-top:50px;}