/* Titolo Ristorante */

.titolo_ristorante {
    color: #FF5600;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.button_ristorante {
    float:right;
    display:inline-block;
    cursor:pointer;
    font:bold 18px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:-1px;
    background:#77bd1c;
    padding:4px 12px 5px;
}

.button_ristorante:hover {
    text-decoration:none; 
    background-color:#284300;
}

.pacchetto .adp-marker {
    float: left;
    margin-right: 15px;
    height: 100%;
    width: 100%;
}

.pacchetto .colh2 {
    color: #356686;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -2px;
} 

.pacchetto_gallery {
    background-color: #f9f9f9;
    display: block;
    height: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.camera_caption {
    bottom: 0;
    display: block;
    position: absolute;
    width: auto;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

.flexslider .slides img {
    display: block;
    height: 570px;
    max-width: 100%;
    width: 100%;
}
