.backgroundBrown {
    background-color: #F3F3EB;
    background-image: url("img/07.svg");
    background-position: bottom;
    background-repeat: repeat-x;
}

.pageTitleSection {
    margin: 0;
    padding: 60px 20px 40px 20px;
}

.pageTitleSectionServices {
    margin: 0;
    padding: 40px 20px 40px 20px;
    background-color: #F3F3EB;
}

.pageTitleSectionTitle {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'loraregular';
    color: #000;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: normal;
}

.pageTitleSectionSubtitle {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #BC9C78;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.specialEventBlockList {
    padding-bottom: 60px;
}

.specialEventBlockList a {
    text-decoration: none;
}

.specialEventBlockList:hover a {
    text-decoration: none;
}

.blockList {
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1240px;
    width: 100%;
}

.lefColList {
    width: 30%;
    margin: 0;
    padding: 100px 60px;
    background-color: #fff;
}

.titleList {
    font-size: 24px;
    line-height: 24px;
    color: #BC9C78;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    font-family: 'loraregular';
    font-weight: normal;
}

.titleListDescription {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    min-height: 100px;
}

.rightColList {
    width: 70%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center center;
}

.discoverModeTitle {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.discoverModeTitle .discover {
    display: inline-block;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    padding: 10px 20px;
    font-weight: bold;
}




/* rettaglio special events */

.imgTextBox {
    padding: 40px 0 0 0;
    margin: 0;
    background-color: #F3F3EB;
    background-image: url("img/07.svg");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: auto 200px;
}

.imgTextBox.offerteSpeciali {
    background-image: url("img/03.svg");
}

.imgTextBoxContent {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1260px;
    width: 100%;
}

.leftColImgBox {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 60px;
}

.rightColImgBox {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 30px;
}

.titleImgBox {
    border-bottom: 1px solid #DDCDBB;
    margin: 0;
    padding: 25px 0;
    margin-bottom: 30px;
    position: relative;
}

.titleImgBox::before {
    width: 20px;
    height: 1px;
    position: absolute;
    background-color: #DDCDBB;
    display: block;
    top: 0;
    left: 0;
    content: "";
}

.titleImgBox p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 23px;
    line-height: 23px;
    font-family: 'loraregular';
}

.titleImgBox h3 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 23px;
    line-height: 23px;
    font-family: 'loraregular';
    font-weight: normal;
}

.descriptionBox {
    min-height: 350px;
    font-size: 15px;
    line-height: 24px;
    font-family: 'loraregular';
}

.textBoxBottom {
    padding: 40px 40px 60px 40px;
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    font-family: 'loraitalic';
}

.textBoxBottom .textBottom {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    font-family: 'loraregular';
    font-style: italic;
}


/* left text img right */

.textLeftImgRight {
    padding: 60px 0 60px 0;
    margin: 0;
    background-color: #F3F3EB;
}

.leftColImgBoxText {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 30px;
}

.rightColImgBoxText {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 60px;    
}

.rightColImgBoxText .descriptionBox {
    min-height: inherit;
}


/* box img text */

.singleImgText {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.containerTectImgBig {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate3D(-50%, -50%, 0);
    -moz-transform: translate3D(-50%, -50%, 0);
    -ms-transform: translate3D(-50%, -50%, 0);
    -o-transform: translate3D(-50%, -50%, 0);
    transform: translate3D(-50%, -50%, 0);
    width: 100%;
}

.singleImgText .containerTectImgBig {
    background-color: rgba(255,255,255,0.6);
}

.containerTectImgBig .descritioneBigText {
    font-size: 30px;
    line-height: 45px;
    font-family: 'loraregular';
    font-style: italic;
    padding: 0;
    margin: 0;
    color: #000;
    padding: 5px 10px;
}