.xbstrutture{
   background:#F5F5F5;
   padding-top:70px;
}

.xbstrutture .xb-strutture-primaparte{
    padding:15px 0;
    background: white;
    border:1px solid #a79b90;
}

.xbstrutture .xb-strutture-primaparte h3{
    color:#4f302c;
    text-transform: uppercase!important;
}

.xbstrutture .xb-strutture-primaparte .xb-strutture-descrizione{
    font-size:15px;
    line-height:24px;
}

.xbstrutture .xb-strutture-primaparte .xb-strutture-sottotitolo{
    margin-top:35px;
    margin-bottom:25px;
}

.xbstrutture .xb-strutture-btn-task a{
    text-align:center;
    padding-top:7px;
    padding-bottom:9px;
    font-size:15px;
    display:block;
    border:1px solid #a79b90;
    border-top:0;
    margin-top:-1px;
    background:white;
}

.xbstrutture .xb-strutture-container{
    margin-bottom: 85px;
}

.xb-strutture-btn-task.active .xb-strutture-close{
    display:none;
}

.xbstrutture .xb-strutture-secondaparte{
    background: #a79b90;
    overflow: hidden;
    color:white;
}

.xbstrutture .xb-strutture-secondaparte h3{
    margin-top:25px;
    margin-bottom:20px;
    color:white!important;
}

.xbstrutture .xb-strutture-secondaparte p{
    font-size:16px;
    margin-bottom:30px;
    line-height:27px;
}

.xbstrutture .xb-strutture-open,
.xbstrutture .xb-strutture-close{
    color:black;
    font-weight:bold;
}

.xbstrutture .xb-strutture-close{
    background: #A79B90!important;
    color:white;
}

.xbstrutture .xbstrutture-primadescirizione{
    color:white;
}


.xbstrutture .controller a,
.xbstrutture .controller a i{
    color:white;
    font-size:55px;
    line-height: 34px;
}


.controller-camere{
    position:absolute;
    top:50%;
    margin-top:-20px;
    z-index: 3;
    color: white;
}

.controller-camere.prevBtn {
    left: 20px;
}
.controller-camere.nextBtn {
    right: 20px;
}
.controller-camere i{
    font-size: 40px;
    text-shadow: 2px 1px 5px #5b5656;
}