.page-heading .container {
    text-align: center;
    padding-top: 2.25em;
    padding-bottom: 2.25em;
}
.page-heading .container h2 {
    font-family: "Exo", sans-serif;
    font-size: 2.2rem;
    color: #666600;
    font-weight: bold;
    text-transform: uppercase;
}
.news-wrap {
    position: relative;
    width: 100%;
    height: 450px;
}
.news-wrap a{
    color: #606060;
}
.news-detail {
    width: 87.7192%;
    padding-left: 1.5625em;
    padding-right: 1.5625em;
    border: 1px solid #ADADAD;
    box-sizing: border-box;
    position: absolute;
    top: 68%;
    left: 6%;
    overflow: hidden;
}
.news-detail h1 {
    font-family: 'Open Sans Condensed-Light';
    font-size: 2.0rem;
}
.news-detail h2 {
    color: #8C8C9B;
    font-family: 'Open Sans Condensed-Light';
    font-style: italic;
    font-weight: normal;
    font-size: 1.7rem;
}
.news-detail h3 {
    font-family: Arial, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
}
.slider {
    position: relative;
    margin-bottom: -8px;
}
.slider .container {
    position: absolute;
    top: 0;
    left: 9.8rem;
    right: 9.8rem;
    text-align: right;
    z-index: 9;
}
.slider .container .claim {
    margin-top: 6em;
    width: 500px;
    float: right;
}
.slider .container .claim h1 {
    color: rgba(102,102,0, 1.0);
    font-family: "Exo", sans-serif;
    font-size: 2.1rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-right: 10px;
}
.slider .container .claim h3 {
    font-family: "Exo", sans-serif;
    font-weight: normal;
    color: rgba(102,102,0, 1.0);
    font-size: 2.0rem;
    text-align: right;
}
.slider .containerBar {
    position: absolute;
    top: 0;
    left: 9.8rem;
    right: 9.8rem;
    text-align: left;
    z-index: 9;
}
.slider .containerBar .claim {
    margin-top: 6em;
    width: 90%;
    margin: auto;
}
.slider .containerBar .claim h3 {
    font-family: "Exo", sans-serif;
    font-weight: normal;
    color: rgba(102,102,0, 1.0);
    font-size: 2.0rem;
    text-align: left;
}
.textBox1 {
    font-family: "Exo", sans-serif;
    font-weight: normal;
    color: rgba(102,102,0, 1.0);
    font-size: 1.8rem;
    padding: 20px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}
.tableBox1 {
    font-family: "Exo", sans-serif;
    font-weight: normal;
    color: rgba(102,102,0, 1.0);
    font-size: 1.8rem;
    margin: auto;
    padding: 10px;
    text-align: center;
}
.tableTdBox1{
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #FFF;
}
.sliderh3 a{
    font-family: "Exo", sans-serif;
    font-weight: normal;
    color: rgba(102,102,0, 1.0);
    font-size: 2.4rem;
    text-align: right;
    padding-top: 13px;
    float: right;
    height: 40px;
}
.sliderh3 a:hover{
    color: #000;
}
.sliderh4 a{
    font-family: "Exo", sans-serif;
    font-weight: normal;
    color: rgba(102,102,0, 1.0);
    font-size: 1.8rem;
    text-align: right;
    padding-top: 13px;
    float: right;
    height: 40px;
}
.sliderh4 a:hover{
    color: #000;
}
.sliderh5 a{
    font-family: "Exo", sans-serif;
    font-weight: normal;
    color: rgba(102,102,0, 1.0);
    font-size: 1.8rem;
    text-align: left;
    padding-top: 13px;
    float: left;
}
.sliderh5 a:hover{
    color: #000;
}
.sliderh3NL {
    font-family: "Exo", sans-serif;
    font-weight: normal;
    color: rgba(102,102,0, 1.0);
    font-size: 2.0rem;
    text-align: right;
    padding-top: 13px;
    float: right;
    height: 40px;
}
.image-crossfade {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.image-crossfade img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in-out;
}
.containerText{
    width: 100%;
    margin: auto;
    border: 1px solid grey;
    padding: 5px;
}
.containerContactText{
    width: 60%;
    margin: auto;
}
.page-footer{
    background-color: #C2D302;
    color: #646B02;
    font-size: 1.6rem;
}
.footer-section .container {
    font-family: 'Kanit', sans-serif;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}
.footer-section .container p span {
    padding-right: 1em;
    padding-left: 1em;
}
.container-box {
    position: relative;
}
.text-block {
    position: absolute;
    bottom: 50px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}
.text-block h4 {
    font-size: 2.0rem;
}
.text-block p {
    font-size: 1.6rem;
}
.text-blockFull {
    position: absolute;
    bottom: 4px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}
.text-blockFull h4 {
    font-size: 2.0rem;
}
.text-blockFull p {
    text-align: center;
    font-size: 1.6rem;
}
div.childPageLeft{
    float: left;
    width: 70%;
    height: 130px;
    box-sizing: border-box;
    text-align: left;
    margin: 10px;
    overflow: hidden;
}
div.childPageLeft h2{
    color:orangered;
    font-family: 'Open Sans Condensed-Light';
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
div.childPageLeft h3{
    font-family: Arial, Tahoma, sans-serif;
    color: rgba(0,0,0, 1.0);
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}
div.childPageRight{
    float: left;
    width: 20%;
    height: 130px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 20px;
    overflow: hidden;
}
div.childPageRight h2{
    box-sizing: border-box;
    color:orangered;
    font-family: 'Open Sans Condensed-Light';
    font-size: 3.8rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
}
.informazioni {
    margin-left: 30px;
    margin-right: 30px;
}
div.informazioni h3{
    font-family: Arial, Tahoma, sans-serif;
    color: rgba(0,0,0, 1.0);
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    padding: 5px;
    margin: 10px;
}
.btnShowMore {
    background-color: #646B02;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 200px;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
    border-radius: 11px;
}
.btnShowMore:hover{
    background-color: #555;
}
#divInfoResidAndre{
    display: none;
}
div.child{
    float: left;
    width: 33.33%;
    height: 320px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden;
}
div.child50{
    float: left;
    width: 50%;
    height: 320px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden;
}
div.child70{
    float: left;
    width: 50%;
    height: 500px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden;
}
div.child100{
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5px;
    overflow: hidden;
}
.custom-table {
    display: flex;
    flex-direction: column;
    width: 80%;
    float: right;
    margin-bottom: 20px;
}
.table-row {
    display: flex;
    width: 100%;
}
.containerK {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.columnK {
    text-align: center;
    margin: 0 10px;
    width: 25%;
}
.columnKD {
    text-align: center;
    margin: 0 10px;
    width: 75%;
}
.imageK {
    margin-bottom: 10px;
}
.imageKSet {
    height:200px;
    padding-top:20px;
}
.textK {
    font-size: 18px;
    margin-bottom: 10px;
}
.textKL a{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
.textKL a:hover{
    text-decoration: underline;
}
#divDescrizione {
    width: 90%;
    margin: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Arial, Tahoma, sans-serif;
    color: rgba(0,0,0, 1.0);
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    line-height: 20pt;
}
#divVendita {
    width: 90%;
    margin: 20px;
    padding-left: 30px;
    margin-right: 30px;
    font-family: Arial, Tahoma, sans-serif;
    color: rgba(0,0,0, 1.0);
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    line-height: 20pt;
}
#divLocation {
    width: 90%;
    margin: 20px;
    padding-left: 30px;
    margin-right: 30px;
    font-family: Arial, Tahoma, sans-serif;
    color: rgba(0,0,0, 1.0);
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    line-height: 20pt;
}
.modal {
    display: none;
    position: fixed; 
    z-index: 999; 
    left: 25%;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    overflow: auto; 
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}