#carouselelement{}

.carouselelement-box{
    padding-right:5px !important;
    padding-left:5px !important;   
}

.carouselelement-boxfototitolo, .carouselelement-boxtestobott{
    display: block;
}

.carouselelement-titolo{
    position: absolute;
    top: 20%;
    width: calc(100% - 10px);
    text-align: center;
    z-index: 1;
}

.carouselelement-titolo p, .carouselelement-titolo h3{
    text-transform: uppercase;
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #d9b163;
    text-align: center;
}

.carouselelement-sottotitolo{
    position: absolute;
    top: 30%;
    width: calc(100% - 10px);
    text-align: center;
    z-index: 1;
}

.carouselelement-sottotitolo p, .carouselelement-sottotitolo h3, .carouselelement-sottotitolo h4{
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
}

.carouselelement-testo{
    display: block;
    padding: 5px;
    height: 80px;
    overflow: hidden;
    text-align: justify;
}

.carouselelement-testo span, .carouselelement-testo p{
    margin: 0;
    font-size: 1.2em;
    text-align: justify;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #888;
}

.carouselelement-tags{
    display: block;
    padding: 5px;
    height: 50px;
    overflow: hidden;
}

.carouselelement-tags span{
    display: inline-block;
    background-color: #d9b163;
    border-radius: 5px;
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    padding: 5px 10px;
    margin: 5px;
}

.singolo{
    position: relative;
    top: auto;
    text-align: left;
    z-index: 1;
}

.carouselelement-sottotitolo.singolo p{
    color: #000;
}

.singolo .carouselelement-tags{
    width: 100%;
    margin-top: 15px;
    text-align: center
}

.carouselelement-background{}
.carouselelement-box img{ background-color: rgba(0, 0, 0, 0.5); }

.carouselelement-bottone{
    display: block;
}
.carouselelement-bottone .bottone{
    width: 100%;
    margin-top: 0px;
}

#carouselelement-control{
    margin-top: 40px;
}

.nav-pills>li>a, .nav-pills>li>a:focus, .nav-pills>li>a:hover{
    color: #000;
    background-color: #f0f0f0;
}

.nav-pills>li>a:hover{
    color: #000;
    background-color: #d5d5d5;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    color: #fff;
    background-color: #b40021;
}