﻿@media screen and (min-width: 1000px){
div#mobile-footer {
    display:none !important;
}

.desktop-only{
    display:block !important;
}
}


@media screen and (max-width: 999px){
.desktop-only{
    display:none;
}
}



nav.fixed-top input.select-dropdown {
border-bottom: none !important;
}

body {
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
/*font-family: 'Montserrat' !important;*/

}

.page-header {

background-size: auto 100%;
padding: 41px 0;
height: 287px;
}

@media (min-width: 1200px) {
.container {
max-width: 1151px !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

.text-left {
margin-bottom: 55px !important;
padding: 0 !important;
}

.breadcrumb-list {
font-size: 14px !important;
padding-left: 0 !important;
}

.noleggio-skin {
height: 80px;
z-index: 9999;
position: relative;
}

ul.noleggio-types > li > a > div > div:nth-child(2) > div {
font-weight: 600 !important;
line-height: 17px !important;
font-size: 16px;
}

.noleggio-skin .select-wrapper input.select-dropdown {
height: 60px !important;
margin: 0 0 1.9rem 0;
border-radius: 8px !important;
border-bottom: none;
color: #a5a8aa;
font-weight: 400 !important;
}

.noleggio-skin .navbar {
background: #e1f4fd;
color: #005195;
}

.logo-img {
width: auto;
height: 100%;
min-height: 50px;
max-width: 290px;
}

.noleggio-skin .navbar.double-nav a {
color: #000;
}

.offer-privati-title {
font-size: 44px;
font-weight: 900;
color: #f7941d;
}

.sidebar-link {
height: 60px !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.43);
padding-left: 0 !important;
}

.sidebar-link:nth-child(2) {
margin-bottom: 30px;
}

.sidebar-link.aziende li:hover {
background: #009FE3;
}

.sidebar-link.privati li:hover {
background: #f7941d;
}

.sidebar-link li {
width: 100%;
height: 100%;
line-height: 60px;
font-size: 15px;
font-weight: 600;
padding-left: 24px !important;
transition-duration: 0.15s;
-webkit-transition-duration: 0.15s;
-moz-transition-duration: 0.15s;
}

.sidebar-link li img {
max-width: 40px;
padding-right: 10px;
}

.privati-fixed-details {
display: flex;
flex-direction: row;
justify-content: space-evenly;
}

.privati-fixed-details > span {
color: #f7941d;
border: 2px solid #f7941d;;
width: 47.5%;
padding: 4% 5%;
text-align: center;
border-radius: 5px;
font-size: 1.3rem;
font-weight: 800;
margin-top: 15px;
margin-bottom: 15px;
}

.navbar {
height: 80px;
}

.navbar .select-wrapper span.caret {
top: 1rem !important;
right: 38px !important;
}

.footer-copyright > div > div > div:nth-child(2) {
width: 100vw;
display: flex;
flex-direction: row;
justify-content: space-evenly;
}

.fa-search:before {
content: "\F002";
font-size: 25px;
color: #005195;
position: absolute;
z-index: 9999;
}

.search-mobile .fa-search:before {
content: "\F002";
font-size: 25px;
color: #005195;
position: absolute;
z-index: 9999;
}

.search-mobile {
display: none;
}

.select-wrapper input.select-dropdown {
height: 45px !important;
background-color: #fff !important;
border-radius: 3px !important;
text-indent: 20px !important;
font-size: 15px !important;
font-weight: 500 !important;
}

.home-slider-caption {
top: 0 !important;
bottom: 0 !important;
left: 0 !important;
right: 0 !important;
display: flex;
flex-direction: row;
justify-content: space-between;
}

.side-nav {
position: fixed;
width: 18.5rem !important;
}

.home-slider-caption .left-caption,
.home-slider-caption .right-caption {
display: flex;
flex-direction: column;
color: #000;
width: 35%;
justify-content: center;
align-items: center;
}

.home-slider-caption .left-caption {
align-items: flex-start;
}

.home-slider-caption .right-caption {
width: 65% !important;
}

.home-slider-caption .h1-responsive {
font-weight: 400;
color: #005195;
text-transform: uppercase;
text-align: left;
font-size: 24px;
}

.carousel-control-next, .carousel-control-prev {
width: 2% !important;
}

.home-slider-caption .old-price {
color: #58595b;
text-decoration: line-through;
font-size: 35px;
font-weight: 400;
margin: 0;
text-align: left;
}

.home-slider-caption .promo-price {
color: #009FE3;
font-size: 70px;
font-weight: 600;
margin: 0;
padding: 0;
margin-block-start: 0;
margin-block-end: 0;
line-height: 80px;
margin-left: -5px;
text-align: left;
}

.home-slider-caption .go-to-offer-btn {
margin: 30px 0;
padding: 15px 30px !important;
font-size: 18px;
font-weight: 600;
color: #FFF !important;
background-color: #009FE3 !important;;
border-radius: 5px;
box-shadow: none;
border: 2px solid #009FE3 !important;
box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.16), 8px 8px 15px 0 rgba(0, 0, 0, 0.12);
border-radius: 20px !important;
}

.home-slider-caption .go-to-offer-btn i{
margin-left:50px;
}


.home-slider-caption .go-to-offer-btn:hover {
background: #009FE3 !important;
border-color: #009FE3 !important;
color: #fff !important;
}

.home-slider-caption .right-caption img {
width: 100%;
height: auto;
}

.carousel-indicators li {
background-color: #4290cc !important;
}

.old-price-replace {
height: 26px;
}


.contatti-container {
padding-top: 20px;
}

.under-carousel-p{
margin-top: 40px;
}

.under-carousel-p,
.marchi-container p.top,
.servizi-container .top {
color: #009FE3;
font-size: 36px;
text-align: center;
font-weight: 400;
}

.under-carousel-desc {
font-weight: 400;
margin-top: 20px;
color: #6d6f71;
}

.car-pills {
justify-content: center;
}

.car-pills .nav-link {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}

.car-pills .nav-item {
max-height: 150px;
min-height: 150px;
max-width: 230px;
}

.car-pills .nav-link img {
margin: 20px;
width: 100%;
height: auto;
max-width: 70px;
max-height: 30px;
}

.car-pills.pills-secondary .nav-link.active {
background-color: #009FE3 !important;
}

.car-pills .nav-link p {
font-weight: 800;
font-size: 15px;
}

.carpill-p {
font-weight: 600;
font-size: 12px;
color: #58595b;
}

.carpill-box a:hover {
background: #f6f6f6 !important;
cursor: pointer;
}

.car-pills .nav-link.active h2 {
color: #fff !important;
}

.alimentazioni-container {
background: url('/static/images/sfondo-alimentazioni.jpg') 50% 50% no-repeat;
background-size: cover;
padding: 40px 0;
margin-top: 60px;
}

.alimentazioni-container .top {
font-size: 36px;
color: #fff;
margin: 0;
text-align: center;
}

.alimentazioni-types {
margin: 40px -15px 20px;
}

.alimentazioni-types > div {
margin: 20px auto;
text-align: center;
}

.alimentazioni-types .count {
font-size: 70px;
margin: 20px;
color: #fff;
font-weight: 400;
}

.alimentazioni-type {
color: #009FE3;
font-weight: 400;
font-size: 20px;
}

.alimentazioni-desc {
color: #fff;
font-size: 14px;
margin-top: 50px;
margin-bottom: 0;
}

.alimentazioni-types img {
height: 40px;
width: auto;
}

.promos-container {
margin: 80px 0;
}

.promo-row {
display: flex;
flex-direction: row;
background: #f1f1f2;
justify-content: center;
align-items: center;
border-bottom: 4px solid #e6e7e8;
margin: 10px 0;
min-height: 110px;
}

.promo-row > div {
display: flex;
flex-direction: column;
padding: 20px 0;
justify-content: center;
align-items: center;
}
.promo-row > div:nth-child(2) {
height: 106px;
}


.promo-row > div:nth-child(1) {
width: 30%;
font-weight: 800;
font-size: 17px;
}

.promo-row > div:nth-child(2) {
width: 60%;
border-left: 2px solid #fff;
padding-left: 20px;
padding-right: 10px;
font-size: 14px;
font-weight: 400;
}

.promos-container .row {
margin: 20px -15px;
}

.marchi-container {
margin-top: 40px;
margin-bottom: 40px;
text-align: center;
padding-right: 0;
padding-left: 0;
}

.marchi-container .brand-name {
margin: 14px auto;
text-align: center;
color: #000;
font-size: 12px;
font-weight: 400;
}

.marchi-container.container-fluid {
padding-right: 0;
padding-left: 0;
}

.marchi-container .slider {
margin: 70px 0;
}

.slider img {
margin: 0 auto;
text-align: center;
max-width: 160px;
width: 70%;
}

.slick-track {
margin: 0 auto;
}

.marchi-container .go-to-all-marchi-btn {
margin: 30px auto;
padding: 10px 40px;
font-size: 14px;
font-weight: 600;
color: #009FE3 !important;
border-radius: 5px;
box-shadow: none;
border: 2px solid #009FE3 !important;
}

.marchi-container .go-to-all-marchi-btn:hover {
background: #009FE3 !important;
color: #fff !important;
border-color: #009FE3 !important;
}

.servizi-container {
background: url('/static/images/fondo-vantaggi.jpg') 50% 50% no-repeat;
background-size: cover;
padding: 50px 0 80px 0;
}

.servizi-container img {
padding: 10px;
border-radius: 50%;
background-color: #fff;
margin: 30px auto;
}

.servizi-container h5 {
font-size: 18px;
font-weight: 400;
color: #58595b;
margin: 20px 0;
}

.servizi-container p {
font-size: 14px;
color: #58595b;
font-weight: 400;
}

.slick-track > div {
margin: 0 auto;
text-align: center;
}

.advantages-container {
padding: 60px 0;
}

.advantages-container .top {
color: #009FE3;
font-size: 36px;
font-weight: 400;
}

.advantages-container h5 {
font-size: 18px;
font-weight: 400;
color: #58595b;
margin: 20px 0;
}

.advantages-container p {
color: #58595b;
font-size: 14px;
font-weight: 300;
}

footer strong {
font-weight: 600;
}

footer p a:hover {
text-decoration: underline;
}

footer a i.mr-lg-4 {
margin-right: 0 !important;
}

.blog-container {
background-color: #eef9fe;
margin-bottom: -50px;
}

.blog-container .card {
box-shadow: none;
background-color: transparent;
}

.breadcrumb-list li:not(:last-child):after {
font-weight: 300 !important;
}

.slick-dots li button:before {
font-size: 12px !important;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 30px !important;
height: 30px !important;
content: 'â€¢';
text-align: center;
opacity: .25;
color: #009fe3 !important;
}

.slick-dots li.slick-active button:before {
opacity: .75;
color: #009fe3 !important;
}

.blog-container .card-body h4 {
color: #009FE3;
font-weight: 400 !important;
font-size: 36px;
}

.blog-container .card-body p {
font-size: 14px;
}

.carpill .car-brand,
.carpill .car-model {
text-transform: uppercase;
color: #005195;
font-weight: 600 !important;
font-size: 16px;
text-align: center;
padding: 0;
margin: 0 auto;
}

.carpill .carpill-top-texts {
min-height: 65px;
}

.carpill {
margin: 20px auto;
min-height: 300px;
max-width: 300px;
transition-duration: .2s;
-moz-transition-duration: .2s;
}

.carpill img {
max-width: 100%;
margin: 20px 0;
}

.carpills-row {
margin: 0 auto;
width: 100%;
}

.carpill .car-image-container {
margin: 0;
padding: 0;
height: 180px;
}

.carpill .old-price {
color: #58595b;
font-weight: 300 !important;
font-size: 22px;
text-align: center;
text-decoration: line-through;
margin-bottom: 0;
}

.carpill .new-price {
color: #009FE3;
font-weight: 600 !important;
font-size: 40px;
text-align: center;
margin-bottom: 0;
}

.carpill .per-month {
color: #009FE3;
font-size: 14px;
text-align: center;
font-weight: 300 !important;
margin-bottom: 0;
}

.carpill:hover {
box-shadow: 0 2px 5px 0 #009FE3, 0 2px 10px 0 #009FE3;
}

.breadcrumb-list,
.breadcrumb-list li {
display: inline;
}

.breadcrumb-list li:not(:last-child):after {
content: "/";
font-size: 14px;
padding: 10px;
font-weight: bold;
color: #999fa3;
}

.breadcrumb-list li a {
color: #706f6f;
font-weight: 300;
}

.breadcrumb-list li a.home-link {
color: #999fa3;
}

.page-header h1 {
color: #009FE3;
font-weight: 300;
font-size: 35px;
}

.row .col .send-contact-button {
cursor: pointer;
padding: 20px 50px 20px 50px;
font-weight: 600;
color: white;
background-color: #e94544 !important;
border-radius: 5px;
margin-top: 40px;
margin-bottom: 85px;
font-size: 16px;
width: 300px;
}

.page-header h3 {
color: #009FE3;
font-weight: 600;
font-size: 35px;
}

.page-header p {
font-size: 15px;
font-weight: 400;
color: #706f6f;
line-height: 24px;
}

.card-header h5 {
color: #005195;
font-weight: 600 !important;
}

.faq-container {
margin: 40px 0;
}

.vantaggi-container {
margin: 30px 0;
padding: 30px 0;
}

.vantaggi-container.colored {
background-color: #eef9fe;
}

.vantaggi-container h2 {
color: #005195;
font-weight: 600;
margin-bottom: 20px;
font-size: 24px;
}

.vantaggi-container p {
font-size: 15px;
line-height: 24px;
color: #6d6f71;
font-weight: 500;
margin-bottom: 0;
}

.vantaggi-container .img-col {
justify-content: center;
display: flex;
align-items: center;
}

.vantaggi-container .row > div {
display: flex;
flex-direction: column;
justify-content: center;
}

.form-check-input[type="checkbox"].filled-in:checked + label:after, label.btn input[type="checkbox"].filled-in:checked + label:after {
top: 0;
width: 20px;
height: 20px;
border: 2px solid #16730b !important;
background-color: #16730b !important;
z-index: 0;
}

.vantaggi-container .img-col img {
max-width: 90%;
}

.vantaggi-container.colored .img-col > div {
margin: 40px 0;
}

.servizi-page-container, .servizi-page-container-mobile {
margin: 30px 0;
}

.servizi-page-container img, .servizi-page-container-mobile img {
max-width: 100%
}

.cookie-container > h5 {
font-weight: 700;
padding-top: 20px;
}

.cookie-container > p > p:nth-child(1) {
padding-left: 15px;
}

.cookie-container > p > p > strong {
font-weight: 600;
}

.privacy-container > ol > li {
padding-top: 20px;
}

.privacy-container > ol > ol > li {
padding-top: 10px;
}

.servizi-page-container .h1-responsive, .servizi-page-container .h2-responsive,
.servizi-page-container-mobile .h1-responsive, .servizi-page-container-mobile .h2-responsive{
color: #005195;
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
}

table th > h2 {
font-size: 0.9rem;
background-color: #b9e5fb;
color: #58595b;
font-weight: bold;
}

.servizi-page-container p,
.servizi-page-container-mobile p {
font-size: 15px;
color: #6d6f71;
line-height: 26px;
font-weight: 500;
}

.servizi-page-container .row,
.servizi-page-container-mobile .row {
margin: 40px -15px;
}

.servizi-box {
border: 1px solid #bcbdc0;
border-radius: 3px;
margin: 20px 10px;
box-shadow: 10px 10px 0 0 #f1f1f2;
padding: 20px 0;
}

.vantaggi-container .img-col > div {
padding: 30px;
border-radius: 50%;
background-color: #5eccf5;
width: 190px;
height: 190px;
display: flex;
justify-content: center;
align-items: center;
margin: 40px 0 0;
}

.normal-p {
padding-top: 20px;
font-size: 15px;
color: #6d6e70;
font-weight: 500;
}

.normal-p-b {
font-weight: bold;
font-size: 15px;
color: #6d6e70;
}

.fiscalita-table td {
vertical-align: middle !important;
width: 250px !important;
font-weight: 600;
color: #58595b;
border: 1px solid #bcbdc0;
}

.fiscalita-table th {
border: 1px solid #bcbdc0;
}

.fiscalita-table .borderless {
border: none !important;
}

.fiscalita-table table.table thead th,
.fiscalita-table .table td, .fiscalita-table .table th {
border-top: unset;
border: 1px solid #bcbdc0;
}

.tr-striped td {
background-color: #f1f1f2;
color: #58595b;
}

.checkbox-rounded [type="checkbox"][class*='filled-in']+label:after {
border-radius: 50% !important;
}

.form-check {
padding-left: 0 !important;
}

.carousel {
width: Calc(100% - 5px);
}

.noleggio-skin .side-nav {
background-color: #005195;
margin-top: 80px;
}

.navbar.fixed-top.navbar-expand-md.double-nav {
z-index: 1041;
}

.noleggio-skin .side-nav.wide {
width: 25rem;
}

.offer-top-table thead th, .offer-top-table tbody td {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
}

.offer-top-table thead th > span {
font-weight: 400 !important;
}

.offer-top-table tbody > tr > td > span {
font-weight: 400 !important;
}

.table-bordered td, .table-bordered th {
border: 1px solid #ededee;
}

.offer-top-table tbody > tr > td:nth-child(2), .offer-top-table tbody > tr > td:nth-child(1), .offer-top-table tbody > tr > td {
font-weight: 400;
color: #898989;
}

.offer-top-table tbody > tr > td {
text-align: center;
}

.footer-assistenza {
justify-content: center;
display: flex;
flex-direction: row;
align-items: center;
margin: 30px 0;
}

.footer-assistenza div img {
width: 60px;
height: auto;
}

.footer-assistenza > div {
display: flex;
flex-direction: column;
margin: 0 20px;
}

.footer-assistenza .footer-row {
display: flex;
flex-direction: row;
}

.footer-assistenza p {
font-size: 15px;
color: #fff;
font-weight: 400;
margin: 0;
}

.supporto-footer p {
margin-bottom: 10px;
}

.footer-assistenza .telefono {
font-size: 20px;
font-weight: bold;
white-space: nowrap;
margin: 0;
}

.search-mobile-modal.modal-dialog {
margin: 0;
height: 100%;
max-width: 100% !important;
}

.search-mobile-modal.modal-dialog .modal-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #005195;
border-radius: 0;
}
.search-mobile-modal.modal-dialog .modal-content .close {
float: right;
font-size: 40px;
font-weight: 300;
line-height: 1;
color: #fff;
text-shadow: 0 1px 0 #fff;
opacity: .8;
}

.select-dropdown {
overflow-x: hidden !important;
overflow-y: scroll !important;
}

.search-mobile-modal .modal-content .modal-header {
border: none;
}

#selectSearchInput {
padding-left: 10px;
}

label[for="selectSearchInput"] {
left: 10px;
}

.footer-assistenza img {
width: 100%;
height: auto;
max-width: 60px;
}

.contatti-info-pills img {
max-width: 110px;
margin: 15px 0;
}

.contatti-container .tabs-cyan {
background-color: #009FE3 !important;
}

.classic-tabs .nav.tabs-cyan li a.active {
border-color: #005195 !important;
}

.faq-container .mt-3 {
margin-top: 0 !important;
}

@media screen and (max-width: 1250px) {
.noleggio-types {
display: none !important;
}
}



.home-slider-caption .left-caption.desktop-only {
text-align: left;
}


@media screen and (max-width: 1000px) {

div.carousel-item > div.home-slider-caption {
top: 180px !important;
}

.text-nowrap.carpill-p {
white-space: unset !important;
}

.home-slider-caption .left-caption, .home-slider-caption .right-caption {
display: block;
width: 100%;
}

.home-slider-caption {
display: flex;
flex-direction: column-reverse;
justify-content: center;
align-items: center;
}

.home-slider-caption .right-caption img {
width: 100%;
height: auto;
max-width: 500px;
}

.home-slider-caption .right-caption {
margin-bottom: 60px;
}
}

@media screen and (max-width: 1024px) {
.marchi-container .brand-name {
display: none;
}
}

@media screen and (max-width: 1000px) {
.breadcrumb-list {
display: none !important;
}
}

@media screen and (max-width: 767px) {

.footer-copyright > div > div > div:nth-child(2) {
justify-content: unset;
}

.navbar {
height: 65px;
}

.noleggio-skin{
height:65px;
}

.noleggio-skin .side-nav {
margin-top: 66px;
}

.search-mobile {
display: flex;
align-items: center;
justify-content: center;
}

li.search-mobile > i.my-fa {
display: flex;
justify-content: center;
align-items: center;
width:100% !important;
}

}


@media screen and (max-width: 768px) {

.container {
max-width: 100% !important;
}

div.carousel-item > div.home-slider-caption {
top: 0px !important;
}

.navbar-expand-md .navbar-nav {
flex-direction: row;
}

.carousel {
width: Calc(100% - 6px);
}

.logo-img {
width: 100%;
height: 100%;
min-height: 50px;
}

.carpill-box {
width: 150px;
height: 150px;
}

.carpill-custom-size li {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}

.blog-container .card-body .row .col-xs-6 {
margin-left: unset !important;
margin-right: unset !important;
margin: 0 15% !important;
}

.home-slider-caption .h1-responsive {
font-size: 20px;
}

.home-slider-caption .right-caption {
margin-bottom: 30px;
}

.home-slider-caption .old-price {
font-size: 28px;
}

.home-slider-caption .promo-price {
line-height: 40px;
font-size: 50px;
}

.page-header {
background: url(/static/images/slide-home.jpg);
background-size: auto 100%;
padding: 41px 0;
height: 230px;
}

.page-header h1 {
font-size: 28px;
}

.page-header .text-left {
display: none;
}
}

@media screen and (max-width: 576px) {
.carpill-custom-size.col-xs-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
padding-left: 0;
padding-right: 0;
}

.car-pills .nav-item {
max-height: unset;
min-height: unset;
max-width: unset;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}

.alimentazioni-types .col-xs-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.alimentazioni-desc {
display: none;
}

.promos-container.container {
margin: 0px 0;
padding-right: 0;
padding-left: 0;
}

.promo-row > div:nth-child(1) {
font-size: 23px;
}

.promos-container .col-xs-12 {
padding-right: 0;
padding-left: 0;
}

.promos-container .row {
margin: 20px 0;
}


.advantages-container p.top {
font-size: 30px;
text-align: center;
}
}

.filterOptions.with-scroll::-webkit-scrollbar {
width: 3px;
}

/* Track */
.filterOptions.with-scroll::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
.filterOptions.with-scroll::-webkit-scrollbar-thumb {
background: #005195;
}

/* Handle on hover */
.filterOptions.with-scroll::-webkit-scrollbar-thumb:hover {
background: #555;
}

/*  */
#custom-caret span.caret {
z-index: 1!important;
margin-right: 25px;
top: 35%!important;
cursor: pointer;
pointer-events: none!important;
}

/* Franchising text responsive */
@media (min-width: 576px) {
.custom-text-responsive { text-align: justify; font-size: 16px;}
}
@media (min-width: 768px) {
.custom-text-responsive { text-align: center; font-size: 18px;}
}
@media (min-width: 992px) {
.custom-text-responsive { text-align: center; font-size: 20px;}
}

div#flicker {display:none}
#flickering-options {display:none}

@media screen and (max-width: 768px){

.blog-container{
padding: 0 !important;
}

}

.carousel{
width: 96% !important;
}

.carousel .carousel-indicators {
padding-left: 25% !important;
padding-right: 25% !important;
}

.carousel .carousel-indicators li {
border-radius: 0 !important;
width: 20% !important;
background-color: #808080 !important;
height: 2px !important;
}

.carousel .carousel-indicators li.active {
background-color: #009FE3 !important;
}

.carousel-caption.home-slider-caption{
padding: 0 !important;
align-items: flex-start;
}

.carousel .left-caption, .carousel .right-caption{
margin-top:4em;
}



.left-caption div#slider-offer-details{
width:290px;
margin-top:1em;
}

.left-caption div#slider-offer-details > div{
border:solid 1px rgba(128, 128, 128, 0.5);
border-left:none;
border-right:none;
border-bottom:none;
padding: .3em 0;
font-weight: 600;
color: rgba(128, 128, 128, 0.8);
display:flex;
justify-content: space-between;

}

.left-caption div#slider-offer-details .offer-details-label{
/*left:0;*/
}

/**/


/**/
.filter-list {
display: flex;
flex-direction: row;
align-items: center;
min-height: 50px;
flex-wrap: wrap;
height: auto;
}

.filter-entry {
border: 1px #ECECEC solid;
border-radius: 3px;
min-width: 100px;
display: flex;
padding: 6px;
margin: 5px;
justify-content: space-between;
font-size: 11px;
font-weight: 600;
color: #6E6E6E;
}

.filter-entry:hover {
cursor: pointer;
}

.delete-all-filters {
font-size: 12px;
font-weight: 600;
cursor: pointer;
color: #9B9B9B;
}

.filter-entry> span:nth-child(2){
font-size: 25px;
height: 16px;
padding: 0;
margin: 0 0 0 10px;
line-height: 0.7;
}

.offer-listing{
cursor: pointer;
/*height: 360px;*/
height: 440px;
width: 291px;
padding: 10px;
border: 1px #F1F1F1 solid;
justify-content: center;
margin: 5px;
margin-top: 10px;
}

.offer-listing:hover{
border: 1px #009FE3 solid;
}

.offer-listing.privati:hover{
border: 1px #F7AD44 solid !important;
}

.offer-listing > .img-div {
height: 150px;
width: auto;
}

.offer-listing > div > img {
width: 100%;
height: auto;
padding: 15px;
/**/
max-height: 185px;
}

.offer-listing-wide {
margin-bottom: 15px;
padding-left: 20px;
width: 100%;
height: 163px;
border: 1px solid #F1F1F1;
display: flex;
flex-direction: row;
}

.offer-listing-wide:hover {
border: 1px solid #009FE3;
}

.offer-listing-wide.privati:hover {
border: 1px solid #F7AD44 !important;
}

.offer-listing-wide > .fixed-top-left {
margin-top: -1px !important;
margin-left: -21px !important;
}

.offer-listing-wide > .img-div {
padding: 20px;
display: flex;
align-items: center;
height: 100%;
width: 33%;
}

.offer-listing-wide > div > img {
margin: 10px;
width: 100%;
height: auto;
}

.offer-title{
margin-top: 20px;
margin-left: 5px;
font-size: 15px;
font-weight: 600;
height:35px;
color: #005195;
}

.offer-title.privati {
color: #403d3d;
}

.offer-listing-wide > .offer-title {
display: flex;
margin: 0;
align-items: center;
justify-content: center;
height: 100%;
width: 33%;
}

.offer-listing-wide > .offer-title  > div {
margin-left: 5px;
font-size: 15px;
color: #005195;
}

.offer-listing-wide.privati > .offer-title  > div {
color: #403d3d;
}

.offer-price {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: baseline;
margin-top: 5px;
font-size: 14px;
font-weight: 400;
}

.offer-listing-wide > .offer-wide-price-area > .offer-price {

}

.offer-wide-price-area {
width: 34%;
border-left: 1px solid lightgray;
padding-left: 10px;
padding-right: 10px;
}

.promo-price {
color: #009fe3 !important;
}

.cut {
color: gray;
text-decoration: line-through;
}

.big {
font-size: 30px;
font-weight: 600;
}

.offer-wide-price-area > .offer-price > .promo-price > .big {
font-size: 36px;
}

.fixed-top-left {
font-weight: 600;
padding: 5px 15px 5px 15px;
width: auto;
position: absolute;
font-size: 11px;
margin-top: -12px;
margin-left: -12px;
}

.details-bottom {
display: flex;
flex-direction: column;
font-size: 12px;
font-weight: 600;
}

.details-bottom > div {
color: #9d9d9c;
border-top: 1px #e2e2e2 solid;
font-weight: 600;
padding: 3px 0 3px 0;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

.details-bottom > div > span:nth-child(1) {
font-weight: 400 !important;
}

.offer-wide-price-area > .details-bottom > div {
padding: 5px 0 5px 0;
}

a:hover{
text-decoration:none !important;
}

/**/
#price-container .blue-color{
font-size: 14px !important;
font-weight: 400;
}

#top-nav-buttons{
display: none !important;
}


.offer-listing {
width: 277px;
}
div.row.carpills-row {
justify-content: space-evenly;
}
div.listing-desktop {
width: 100%;
display: flex !important;
flex-wrap: wrap;
}
div.listing-mobile{
display: none !important;
}


.carousel .view {
height: 550px !important;
background-color: #e1f4fd !important;
}

.carousel .view > img {
opacity: 0 !important;
}

a#bottom-btn{
display: none !important;
}


@media screen and (max-width: 620px ){
div.listing-desktop{
display:none !important;
}
div.listing-mobile{
width: 100%;
display: flex !important;
flex-wrap: wrap;
}
}


/**/
mobile-scheda {
font-family: 'Montserrat', sans-serif;
}


.mobile-scheda p {
font-size: 13px;
font-weight: 500;
color: #706f6f;
margin: 0px;
}

.mobile-scheda span {
font-size: 12px;
font-weight: 400;
color: #706f6f;
margin: 0px;
position:relative;
}

p.titolo {
text-transform: uppercase;
color: #005195;
font-weight: 600;
font-size:16px;
}

p.tag-mobile {
color: #005195;
margin-bottom: 15px;
}

.banner {
font-size: 10px;
color: #fff;
background-color: #ff6600;
padding: 0px 3px;
}

.mobile-container {
border-radius: 10px;
border: 8px solid #3c3c3b;
margin: 0 auto;
width: 320px;
height: 568px;
background-color: #fff;
}

.mobile-scheda {
margin: 10px 0;
padding: 10px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0px 2px 16px -5px #a9a9a9;
border: 2px solid #fff;
transition: 0.5s;
}

.mobile-scheda:hover {
border: 2px solid #009fe3;
}

.immagine {
width: 35%;
float:left;
margin-top: -5px;
}

.dati {
width: 65%;
float:left;
}


p.durata {
font-size: 11px;
margin-bottom: 5px;
}

.mobile-scheda .sconto {
text-decoration: line-through;
font-weight: 900;
}

.mobile-scheda .percentuale {
font-weight: 600;
}

.mobile-scheda .prezzo {
font-size: 21px;
font-weight: 900;
color: #009fe3;
}

.mobile-scheda .iva {
color: #009fe3;
font-size: 11px;
}

.foto_auto {
width: 93%;
}

/* clearfix */

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
/*.tipoofferta{
margin: 0px;}*/
.tipoofferta .btn{
cursor: pointer;
margin-top: 15px;
margin-bottom: 15px;
font-size: 13px;
font-weight: 600;
width: 100%;
text-align: center;
height: 25px;
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
}
.tipoofferta .col {
padding: 0px;
}
.tipoofferta .col {
margin-left: -5px;
}
.tipoofferta .col:first-child {
margin-left: 0px;
}
.anticipo .btn{
cursor: pointer;
margin-top: 15px;
margin-bottom: 15px;
font-size: 13px;
font-weight: 600;
width: 230px;
height: 45px;
border-radius: 2px;
display: flex;
align-items: center;
justify-content: center;
}
a.bianco{
background:#FFFFFF;
color:#007bff !important;
}
a.bianco:hover{
background:#FFFFFF;
color:#007bff;
font-weight:bold;
}
span.intestazioneAnnuncio{
font-size:10px;
}
p.logomarca{
text-align:center;
padding-top: 30px;}
p.logomarca img{
  width: 35px;
  margin-right: auto;
  margin-left: auto;}
  h3.offer-title{
      margin:0px;
	      line-height: 18px;
    font-size: 15px;
    font-weight: 600;}
      .dropdown-item{
       color: #212529 !important;
   }
   #toolricerca .bootstrap-select>.dropdown-toggle.bs-placeholder, 
   #toolricerca .bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
   #toolricerca .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, 
   #toolricerca .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999 !important;
}

.countdownOfferta {
    font-family: 'digital';
    text-align: center;
    margin: auto;
    border: #c5c5c5 solid 1px;
    border-radius: 5px;
    box-shadow: 5px 5px 3px #a3a0a1;
    color: red;
    background-color: white;
    font-size: 16px !important;
    position: relative;
    visibility: hidden;
}


@media  (min-width: 620px){
    .countdownOfferta{
        margin-top: 25px;
    }
}


.countdownOfferta.offerta-attiva{
   color:green;
}

.spanCountdown{
font-family: 'digital';
}
@font-face {
font-family: ‘digital’;
src: url(‘digital-7.ttf’);
}

.tooltip_modificato .tiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 6px 0;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tooltip_modificato .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.tooltip_modificato:hover .tiptext {
    visibility: visible;
}
.tooltip_modificato.top .tiptext{
    margin-left: -60px;
    bottom: 150%;
    left: 50%;
}
.tooltip_modificato.top .tiptext::after{
    margin-left: -5px;
    top: 100%;
    left: 50%;
    border-color: #2E2E2E transparent transparent transparent;
}