h3{
	font-size:1.3rem;
}

.btn.btn-primary{
	background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
	border-color:#ff6041;
}
	
.form-group{
	margin-bottom:1.5rem;
}

label{
	padding: 0 0 5px 0;
}

.background-image {
	display:block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    width: 100%;
    height: 100%;
	
}

.background-card-body {
	display:block;
    width: 100%;
    height: 100%;
	
}

a.background-card-body {
   text-decoration: none;
   color: black;
   
}

div.adthumb {
		
	height:15rem;
	width: 100%;
	
}



.card{
	transition-duration: 500ms;
	margin-bottom: 2.3rem;
	box-shadow:0 0.1rem 1rem rgb(0 0 0 / 10%);
	border-radius:0.5rem;
}

.card:hover{
	
     transform: translateY(-0.2rem);
     box-shadow: 0 0 24px 12px rgba(0,0,0,.15);
	  
}

.container-w {
	padding: 1.3rem;
    background-color: #fff;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
    border: 1px solid #d8d6d9;
}

option.categoria_livello_0
{
  font-weight:bold;
  color:black;
}
/***************************/
	
#owl-demo .item{
  background: #42bdc2;
 // padding: 30px 0px;
  margin: 3px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

#owl-demo a.item img{
  display: block;
  width: 100%;
  height: auto;
  padding: 0 5px;
}

#vetrina_verticale_destra 
{
  top:100px;
}
 

///////////////////////////////////////////////////////////***/


.file-upload {
    position: relative;
    height: 10rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: #fff;
}
.file-upload .file-upload-input {
	border-radius: .4rem;
    width: 100%;
    border: .2rem dashed rgba(0,0,0,.2);
    height: 10rem;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 10rem 0 0 0;
    overflow: hidden;
    z-index: 1;
    transition: .3s ease;
}
.file-upload .file-upload-input:hover {
    border-color: rgba(0,0,0,.4);
    background-color: rgba(0,0,0, .05);
}
.file-upload span {
    position: absolute;
    line-height: 10.5rem;
    width: 100%;
    text-align: center;
    margin: auto;
    z-index: 0;
    left: 0;
    font-size: 1.2rem;
    color: rgba(0,0,0,.5);
	overflow:hidden;
}
.file-upload span i {
    color: #ff6041;
    margin-right: 1rem;
}
.file-upload-previews > .MultiFile-label {
    border-radius: .4rem;
    background-color: rgba(0,0,0, .03);
    display: inline-block;
    border: .2rem solid rgba(0,0,0, .1);
    padding: 1rem;
    position: relative;
    margin-right: 1rem;
    width: 100%;
}
.file-upload-previews span.MultiFile-label {
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    position: relative;
    text-align: center;
    display: inline-block;
    margin: 1rem;
}
.file-upload-previews span.MultiFile-label .MultiFile-title {
    position: absolute;
    background-color: rgba(0,0,0, .4);
    color: #fff;
    padding: 1rem;
    bottom: 0;
    font-size: 1.2rem;
    text-align: center;
    width: 100%;
}
.file-upload-previews span.MultiFile-label .MultiFile-preview {
    max-width: 20rem !important;
    max-height: 15rem !important;
}
.file-upload-previews .MultiFile-remove {
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
    color: transparent;
    position: absolute;
    background-color: red;
    width: 2rem;
    height: 2rem;
    top: -1rem;
    right: -1rem;
    z-index: 1;
}
.file-upload-previews .MultiFile-remove:after {
    font-family: 'fontawesome';
    content: "\f00d";
    color: #fff;
    top: -.2rem;
    position: relative;
    font-size: 1rem;
}
.file-uploaded-images .image {
    height: 15rem;
    display: inline-block;
    margin-bottom: 1.8rem;
    margin-right: 1.5rem;
    position: relative;
}
.file-uploaded-images .image figure {
    box-shadow: 0 0.2rem .7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
    cursor: pointer;
    background-color: red;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: -1rem;
    top: -1rem;
    content: "";
    text-align: center;
    line-height: 1.5rem;
}
.file-uploaded-images .image figure i {
    color: #fff;
    font-size: 1rem;
}
.file-uploaded-images .image img {
    height: 100%;
}

/*
UPLOAD
*/

#uploads button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
#uploads .block {
	display: inline-block;
	/* vertical-align: top; */
	width: 130px;
	height: 130px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: white;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#uploads .block .progressBar {
	background-color: #ff6041;
	width: 0px;
	height: 10px;
	margin-top: 47px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	transition: .25s ease-out;
}

#uploads .block .format {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 34px;
}

#uploads .block .error {
	text-align: left;
	font-size: 14px;
	color: red;
}
#uploads .close_pic {
    color: #ff6041;
    opacity: 1;
}

#uploadProfilo .block, #uploadTop .block  {
    width: 155px;
    height: 130px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50px;
    top: 62px;
}

#uploadProfilo .block .progressBar, #uploadTop .block .progressBar {
	background-color: #ff6041;
	width: 0px;
	height: 10px;
	margin-top: 60px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	transition: .25s ease-out;
}
#uploadProfilo .block .format, #uploadTop .block .format {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 34px;
}

#uploadProfilo .block .error, #uploadTop .block .error {
	text-align: left;
	font-size: 14px;
	color: red;
}

.sticky-top{
	z-index: 1;
}

li.nav-item{
	padding-right:10px;
}

nav li a, a:active { 
	text-decoration:none;
	font-weight:bold;
	color:#b5bfdb;
}

nav li a:hover { 
	text-decoration:none;
	font-weight:bold;
	color:black;
}
nav li.active a{
	font-weight:bold;
	color:black;
}

.center{
	text-align: center;
}

#loginform{
	font-size:1.3rem;
}

#loginform input {
	font-size:1.3rem;
	color:;
}

#recuperapasswordform input {
	font-size:1.3rem;
	color:;
}

#formricerca {
    background-color: #b5bfdb;
    margin-bottom: 48px;
    padding: 20px;
    border-radius: 0.3rem;
    box-shadow: 0 10px 24px 0 #0000001a;
}

#formricerca label{
	font-size:1.5rem;
}

nav.navbar{
	box-shadow: 0rem 0.9rem 0.7rem -0.8rem rgb(0 0 0 / 20%);
	z-index:2;
}

div.page-title{
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom:0;
  border-bottom:1px solid #DFE0E1;
}

body{
	background:
}
.form-control, .form-select, .btn {
	border-radius:0.2rem;
}



div.ad-description{

	padding-bottom:2rem;
}

div.ad-rightbox{
	background-color: #FFFF;
	border-radius:0.3rem;
	padding:2rem;
	box-shadow: 0 0.1rem 2rem rgb(0 0 0 / 15%);
	text-align:center;
	
}

form#rispondia_form{
	text-align:left;
}
form input, textarea, select{
   box-shadow: inset 0 0 1rem 0 rgb(0 0 0 / 10%);
   border-radius: 0.3rem;
}
form#rispondia_form input:hover, textarea:hover{
   box-shadow: none;
   border-radius: 0.3rem;
}

dl.ad-details {
	/*column-count:2;*/
	
}

.group-box{
	background-color:#fff;
	padding:2rem;
	border-radius:0.3rem;
	margin-bottom:1rem;
}

dl {
    margin-bottom: 1rem;
}
dl dt {
    float: left;
    padding: .2rem 0;
}
dl dd {
    /*text-align: right;*/
    padding: .2rem 0;
    font-weight:300;
}
dl.ad-details dd {
    text-align: right;
    padding: .2rem 0;
    font-weight:normal;
}

.owl-next i, .owl-prev i{
	border-radius: 50%;
	width:3.5rem;
	line-height:3.5rem;
	background: linear-gradient(90deg, #FF6900 0%, #FC4A14 100%);
}


.owl-nav {
    
}

.owl-nav i {
     color: #e5e5e5;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }
 


.owl-nav:hover i {
     color: white;
	 background-color: transparent;
	  
}

.owl-prev{
	 position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 0px;
     cursor: pointer; 
	 left:0;
}
.owl-next {
	 position: absolute;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     padding: 0px;
     cursor: pointer; 
	 right:0px;
}

.bg-white{
	background-color:white;
}

container.header{
	background-color:white;
	
}

ol.breadcrumb{
	display:table;
	overflow-x: auto;
    white-space: nowrap;
}
ol.breadcrumb li{
	 display:table-cell;
 vertical-align:middle;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, ">");
	font-weight:900;
}


footer.footer{
	padding-top:5rem;
	padding-bottom:3rem;
		
	background-color: white;
    border-top:1px solid #DFE0E1;
	font-size: 1.5rem;
}

footer ul{
	list-style:none;
    padding:0;
    margin:0;
	font-size:1rem;
	line-height: 2.5rem;
}

footer ul li a:link {	
	text-decoration:none;
	color:black;	
}
footer ul li a:visited{
	text-decoration:none;
	color:black;
}
footer ul li a:active{
	text-decoration:none;
	color:black;
}


footer ul li a:hover {	
	color:orange;
	font-height:normal;
	
	transition-duration:0.3s;
}

section.content {
	padding-top:5rem;
	padding-bottom:5rem;
}

/***************** een-slider CSS ******************/
.navigation-wrapper {
  position: relative;
}

.dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #000;
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
}

.arrow--left {
  left: 5px;
  fill: "#fff";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--right {
  left: auto;
  right: 5px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

.arrow--disabled.arrow--left {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z' %3E%3C/path%3E%3C/svg%3E");
}

.arrow--disabled.arrow--right {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 24 24' %3E%3Cpath d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'%3E%3C/path%3E%3C/svg%3E");
}

.keen-slider__slide{
	text-align:center;
}
/***********************************************************/

ul.ituoiannunci  {	
	list-style-type: none;
	margin: 0;
    padding: 0;
}