@charset "utf-8";
/* CSS Document */

.page-header-inner {
    background: rgba(0, 0, 0, .3) !important;
}
.banner {
    padding-top: 100px;
    padding-bottom: 100px;
}

.team-item {
    border: 1px solid #9E9E9E;
    border-bottom: 5px solid #000;
}
.team-item small {
    color: #596277;
}
.team-item img {
    transition: all .5s ease-out 0s;
}
.box_veicoli:hover>.team-item>div>img {
    transform: scale(1.2);
}
.box_veicoli:hover>.team-item {
    border-bottom: 5px solid #D81324;
}
.box_veicoli:hover>.team-item h5 {
    color: #D81324;
}

/*CSS SEZIONE ELENCO VEICOLI*/
.header-tool-auto-list {
    display: none;
}
/* PARCO AUTO */

.single-box-auto {
    width: 31%;
    float: left;
    margin: 1%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

@media (max-width:950px)
{
	.single-box-auto {
		width: 48%;
	}
}


@media (max-width:550px)
{
	.single-box-auto {
		width: 98%;
	}
	.container-photo-auto img {
		min-height: auto !important;
	}
	div#toolbar-immobili-centro-hol {
		width: 98% !important;
		margin: 0px 10px 0px 3px !important;
	}
	.row.car_list>* {
		padding-left: 0px;
		padding-right: 0px;
	}
}

div#dimensione {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.container-photo-auto {
	overflow: hidden;
}

.container-photo-auto img {
    width: 100%;
    min-height: 300px;
}

.single-box-auto img.photo-veicolo-box {
    transition: all .5s ease-out 0s;
}

.single-box-auto img.photo-veicolo-box:hover {
    transform: scale(1.2);
}

.container-detail-box-auto {
    background-color: #fff;
    padding: 22px;
}

h5.modello-box-auto {
    font-weight: 600;
    font-size: 17px;
}

p.marca-box-auto {
    text-transform: uppercase;
    font-weight: bold;
    color: #d81324;
    margin-bottom: 0;
    font-size: 17px;
}

p.visualizzata-box {
    display: none;
}

span.smaller-price {
    font-size: 15px;
}
h6.conten-price-box {
    font-weight: bold;
    font-size: 22px;
    text-align: right;
    color: #000;
    padding-top: 15px;
}

ul.detail-auto-box {
    padding: 0;
    margin: 0;
}

.add-to-wl {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    padding-bottom: 25px;
    cursor: pointer;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    width: 100%;
    display: none;
}

span.tipo-veicolo-foto {
    display: none;
}
span.numberphotocar {
    display: none;
}
.add-to-wl a i{
    font-size: 25px;
}

ul.detail-auto-box li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    color: #a9a9a9;
}

ul.detail-auto-box li span.value-li-list {
    font-weight: bold;
    float: right;
}

.container-photo-auto {
    position: relative;
}

div.single-box-auto span.disponibility {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    color: #fff;
    padding: 10px;
    font-weight: bold;
    z-index: 99;
}
.vis-hol2 {
    background-color: #FFFFFF;
    color: #000000;
    float: right;
    width: auto;
    overflow: hidden;
    padding: 5px;
}
span.label-in-arr {
    position: absolute;
    padding: 14px 61px;
    color: #fff;
    font-weight: bold;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: #d81324;
    font-size: 18px;
    top: 18px;
    right: -60px;
    z-index: 3;
    box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    -o-box-shadow: 1px 1px 2px #000;
}

i.fa.fa-star.icon:before {
    content: "\e838";
    font-family: 'icomoon' !important;
    font-style: normal;
}


ul.list {
    max-height: 350px;
    overflow-y: scroll !IMPORTANT;
}
/* FINE PARCO AUTO */



div#toolbar-immobili-centro-hol .vis-hol2 select {
    display: block !important;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px !important;
}


div#toolbar-immobili-centro-hol .vis-hol2 .nice-select {
    display: none;
}

div#toolbar-immobili-centro-hol {
    width: 97%;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 25px 0px;
    height: auto !important;
    margin: 0px 15px 0px 15px;
}

div#toolbar-immobili-centro-hol .vis-hol {
    float: left;
    border-right: 1px solid #ddd;
    padding: 18px 5px;
    font-size: 15px;
    background-color: #e63c2e;
    color: #fff;
    text-align: center;
}

.vis-hol2 span {
	font-weight: bold;
	text-transform: uppercase;
}

#dimensione > h2 > span {
    display: none;
}













