/*
 * 
 * Bruschi Amministrazione
 * Francesco Iacovelli
 * f.iacovelli@4sigma.it
 * 
 */

 html { 
    width: 100%;  
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
/*     overflow-x: hidden; */
    font-family: 'IBM Plex Sans', serif;
    background-color:white;
}
body {    
    border: none; 
    padding: 0px; 
    margin: 0px; 
    width: 100%;
    min-height: 100%;    
    height: 100%;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
    line-height: 25px;
    color: #4d4d4d;
    position: relative;
}

td {
    border: none;
    text-align: left;    
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul, 
footer, header, nav, article, main, aside,
section, form {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;    
    text-align: left;    
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}
img {
    text-decoration: none;
    border: none; 
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}

table {
    float: left;
}
a {
    outline: none;    
    text-decoration: none;    
    color: #808080;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

a:hover{
    color: #4d4d4d;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-weight: bold;
}

.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}

/* MODALE */

#over-box {
    position: fixed;
    display: none;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.75);
}

.modal {
    position: fixed;
    display: none;
    z-index: 10001;
    top: 30%;
    left: calc(50% - 350px);
    width: 700px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background-color: white;
    box-shadow:  0px 0px 20px 0px rgba(0,0,0,0.25);
    overflow-y: auto;
}

.modal-title{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.modal-footer {
    padding: 20px 0px 10px 0px;
}
.btn-base {
    background-color: white;
    border: none;
    color: #808080;
    cursor: pointer;
    font-weight: bold;
    line-height: 15px;
    font-size: 15px;
    padding: 5px 10px;
    display: inline-block;
    width: 150px;
    height: 50px;
    margin-left: calc(50% - 75px);
    box-shadow:  0px 0px 20px 0px rgba(0,0,0,0.25);
}


p{
    color: black;
    font-size: 15px;
    line-height: 20px;
    
}

header{
    position: fixed;
    z-index: 200;
    display: block;
    background-color: white;
}

main{
    margin-top: 136px;
}

.inline-block {
    display: inline-block;
}

.bold,
strong, 
b {    
    font-weight: bold;
    font-style: inherit;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.pointer{
    cursor: pointer;
}

.grey-base{
    color: #808080;
}

.grey-hover{
    color: #4d4d4d;
}

.hidden {
    display: none;
}

li {
    outline: none;
}

.selected{
    font-weight: bold;
}

iframe{
    margin: 0px;
    border: 0px;
    padding: 0px;
    height: 600px;
}

.hide-desktop{
    display: none;
}

.clear{
    clear: both;
}

.none{
    float: none;
}

/* HEADER */

.header-top{
    margin-left: auto;
    margin-right:auto;
    height: 35px;
    line-height: 35px;
    position: relative;
    top: 0px;
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.header-top p {
    font-size: 12px;
    line-height: 35px;
}

.linkedin-header {
    width: 50px;
    float: right;
    text-align: right;
}

.page-container{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.header-bottom {
    height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.header-logo{
    height: 90px;
    padding-top: 10px;
    width: 20%;
}

.main-menu{
    float: right;
    width: auto;
    height: 100px;
}

.menu-item{
    height: 100px;
    width: auto;
    display: inline-block;
    position: relative;
    margin: auto;
    line-height: 100px;
    font-size: 15px;
    text-align: center;
}

.menu-button{
    width: 80px;
    height: 100%;
    margin: auto;
    padding: 0px 20px 0px 20px;
    display: block;
    text-align: center;
}

.menu-arrow{
    position: absolute;
    height: 20px;
    bottom: 10px;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.menu-arrow-selected{
    position: absolute;
    height: 20px;
    bottom: 10px;
    color: #4d4d4d;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

/* SLIDER */
.slider-container{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider-item {
    height: 600px;
    margin: 0px auto;
    background-size: cover;
    background-position: center center;
    float: none;
    display: table;
    table-layout: fixed;
}

.slider-item-text-container{
    width: 1000px;
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.slider-item-title{
    width: 1000px;
    float: none;
    font-size: 40px;
    line-height: 40px;
    color: white;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
}

.slider-line{
    max-width: 1000px;
    margin: 10px auto 10px auto;
    height: 1px; 
    float: none;
    background-color: white;
}

.slider-item-abstract{
    width: 1000px;
    float: none;
    font-size: 20px;
    line-height: 25px;
    color: white;
    text-align: center;
    margin: 0 auto;
}

.slider-item-link{
    width: 1000px;
    float: none;
    text-align: center;
    margin: 20px auto 0px auto;
    position: relative;
}

.custom-button{
    float: none;
    margin: auto;
    background-color: white;
    width: 180px;
    outline: none;
    background: white;
    border: none;
    position: relative;
    height: 50px;
    line-height: 40px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.custom-button p{
    padding-left: 10px; 
    font-size: 12px;
    line-height: 50px;
    text-align: left; 
    text-transform: uppercase;
    position: absolute;
    color: #808080;
}

.custom-button span{
    float: right;
    font-size: 12px;
    padding-right: 10px;
    line-height: 50px;
    text-align: right; 
}

.owl-next {
    position: absolute;
    right: 20px;
    top: 50%;
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.owl-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    color:  white;
    font-size: 30px;
    font-weight: 600;
}

.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.15s linear both;
	        animation: slide-in-bottom 0.15s linear both;
}

.mobile-menu-container{
    display: none;
}

@-webkit-keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-bottom {
    0% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

  /* SERVIZI */
.servizi-container{
    background-color: #f7f7f7;
    padding-bottom: 50px;
}

.article-header{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.article-title{
    font-size: 35px;
    line-height: 35px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-top:40px;
    margin-bottom: 10px;
}

.article-title span{
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
}

.article-content {
    margin-bottom: 20px;
}

.servizi-card{
    width: calc(50% - 10px);
    height: 350px;
    margin-bottom: 30px;
    background-color: white;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.servizi-card:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.card-image{  
    width: 95%;
    height: 210px;
    margin: 2.5%;
    background-size: cover;
    background-position: center center; 
}

.card-image-caption{
    width: 95%;
    height: 50px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.card-button {
    height: 50px;
    border-top: 1px solid #e5e5e5;
    position: relative;
}

.card-button-text{
    float: left;
    position: absolute;
    margin-left: 2.5%;
    font-size: 12px;
    line-height: 50px;
}

.card-button-arrow{
    float: right;
    margin-right: 2.5%;
    font-size: 12px;
    line-height: 50px;
}

.bounce-right {
	-webkit-animation: bounce-right 0.15s both;
	        animation: bounce-right 0.15s both;
}

@-webkit-keyframes bounce-right {
    0% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 1;
    }
    25% {
      opacity: 1;
    }
/*     70% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    } */
    /* 75% {
      -webkit-transform: translateX(-20px);
              transform: translateX(-20px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    } */
    
    100% {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
  }

/* CONDOMINI */
.article-header{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.article-title{
    width: 70%;
    font-size: 35px;
    line-height: 35px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-top:40px;
    margin-bottom: 10px;
}

.article-see-all{
    position: absolute;
    bottom:10px;
    right: 0px;
    width: 30%;
    float: right;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: right
}

/* MAPPA GOOGLE */

/* OVERRIDE VARI */
.map-container{
    height: 600px;
    /* position: absolute; */
}

.gm-style-iw{
    width: 300px!important;
    height: 50px!important;
    padding: 0px!important;
    border-radius: 0px!important;
    font-size: 12px!important;
    line-height: 50px;
}

.gm-style-iw button{
    display: none;
    visibility: hidden;
    opacity: 0;
}

.gm-style-iw
.fa-home-alt {
    font-size: 15px!important;
    line-height: 50px;
    padding-left: 10px;
}

.info-left-icon{
    width: 40px!important;
    height: 50px;
}

.gMapsContent {
    width: 300px!important;
}

.map-info-window {
    width: 75%!important;
    height: 30px;
    padding: 10px 0px 10px 0px;
}

.map-info-window p{
    font-size: 12px;
    line-height: 15px;
}

.maps-right-arrow{
    width: 15%;
    height:50px;
    right:10px;
    position:absolute;
    float: right;
    font-size:12px;
    line-height: 30px;
    text-align:right;
}

/* RICERCA MAPPA */

.search-list-container{
    height: 560px;
    width: 350px;
    right: 20px;
    position: absolute;
    background-color: white;
    margin-top: 20px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.search-list-container p {
    position: relative;
    box-sizing: border-box;
}

.search-input{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 50%;
    font-size: 12px;
    line-height: 15px;
    border: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.search-button{
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 10px;
    height: 50px;
    line-height: 50px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-input::placeholder{
    font-size: 12px;
    line-height: 15px;
}

.condom-list {
    width: 100%;
    height: 510px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.condom-list-item {
    padding: 10px;
    height: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.condom-list-item a {
    width: 100%;
}

.map-list-item-arrow{
    float: right;
    font-size: 12px;
    line-height: 30px;
    padding-right: 20px;
}

.map-list-item-text{
    width: 90%;
    float: left;
}

.map-list-item-text p {
    font-size: 12px;
    line-height: 15px;
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* CUSTOM SCROLL BAR */
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

/* DETTAGLIO CONDOMINIO */

.table {
    display: table;
    float: none;
    table-layout: fixed;
}

.table-cell {
    width: 25%;
    min-width: 120px;
    display: table-cell;
    float: none;    
    vertical-align: top;
    min-height: 30px;
    padding: 10px;
    line-height: 15px;
    word-break: break-all;
}

.table-row {
    display: table-row;
    float: none;
    line-height: 15px;
    font-size: 12px;
}

.table-row p {
    font-size: 12px;
    line-height: 15px;
}

.table-row:nth-child(even) {background: #f7f7f7}
.table-row:nth-child(odd) {background: #FFF}

.tr-header{
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

/* CONTATTI */

.half-container{
    width: calc(50% - 20px);
    margin-left: 20px;
}

.half-container-clean{
    width: calc(50% - 20px);
}

.contatti-input{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 15px;
    height: 50px;
    border: 1px solid #e5e5e5;
}

.contatti-input::placeholder{
    font-size: 12px;
    line-height: 15px;
}

.contatti-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #4d4d4d !important;
}

.contatti-textarea {
    width: 100%;
    box-sizing: border-box;
    height: 100px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 15px;
    padding:10px;
    margin-bottom: 20px;
}

.contatti-textarea-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #4d4d4d !important;
}

.privacyCheck{
    /* margin-top: 10px; */
    width: 60%;
}

.privacyCheck p{
    font-size: 12px;
    line-height: 15px;
    width: 85%;
    padding-left: 5px; 
}

.privacyCheck p:last-child{
    padding-left: 20px; 
}

.privacyCheck input{
    float: left;
}

.send-button{
    width: 40%;
    float: right;
    background-color: white;
    width: 130px;
    outline: none;
    border: none;
    position: relative;
    box-sizing: border-box;
    height: 50px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.send-button p{
    width: 100px!important;
    padding-left: 10px; 
    font-size: 12px;
    line-height: 50px;
    text-align: left; 
    text-transform: uppercase;
    position: absolute;
    color: #808080;
}

.send-button span{
    float: right;
    font-size: 12px;
    padding-right: 10px;
    line-height: 50px;
    text-align: right; 
}

button:hover{
    color: #4d4d4d;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    font-weight: bold;
}

#contatti-sect{
    min-height: 740px;
}

/* FOOTER */

.full-line{
    border-top: 1px solid #e5e5e5;
}

.footer-container{
    height: 100px;
}

.footer-container p{
    font-size: 12px;
    line-height: 15px
}

.logo-footer{
    float: left;
    width: 25%;
    margin-top: 20px;
}

.logo2-footer{
    width: 10%; 
    text-align: center; 
    margin-top: 35px;
    margin-bottom: 10px;
}



.footer-text-container{
    float: right;
    width: 65%; 
    margin-top: 30px;
}

.footer-text-container p{
    font-size: 12px;
    line-height: 15px;
    float: right;
    text-align: right;
}

.footer-mail{
    width: 200px;
    margin-left: 10px;
}

.footer-maps{
    width: 250px;
    margin-right: 15px;
}

/* CHI SIAMO PAGE */

.buttons-container{
    width: 580px;
    height: 50px;
    display: block;
    float: none;
    margin: 40px auto;    
}

.page-button{
    background-color: white;
    width: 180px;
    outline: none;
    background: white;
    border: none;
    position: relative;
    height: 50px;
    line-height: 40px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.page-button:last-child{
    margin-right: 0px;
}

.page-button p{
    padding-left: 10px; 
    font-size: 12px;
    line-height: 50px;
    text-align: left; 
    text-transform: uppercase;
    position: absolute;
    color: #808080;
}

.page-button span{
    float: right;
    font-size: 12px;
    padding-right: 10px;
    line-height: 50px;
    text-align: right; 
}

/* SERVIZI PAGE */

.card-land{
    width: 100%;
    height: 300px;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    background-color: white;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.card-land:hover{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.card-land-img{
    height: 100%;
    width: 49.5%;
    background-size: cover;
    background-position: center center; 
    margin-right: 1%;
}

.card-land-text-container{
    width: 49.5%;
}

.card-land-title{    
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

/* CONDOMINIO DETAIL */

.detail-header{
    margin-bottom: 0px;
    margin-bottom: 0px;
}


/* MEDIA QUERY 768 - 1023 */

@media screen and (min-width:768px) and (max-width:1023px){
    .modal {
        width: calc(100% - 40px);
        margin-left: 10px;
        left: 0px;
        right: 0px;
    }

    .btn-base{
       margin-left: calc(50% - 75px);
    }

    .page-container{
        width: 100%;
    }

    .pre-header{
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .header-logo{
        margin-left: 10px;
    }

    .main-menu{
        width: 70%;
    }

    .menu-button{
        width: 80px;
        padding: 0px 10px 0px 10px;
    }

    .article-header{
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
    
    .detail-header{
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }

    /* SLIDER TABLET */

    .slider-item-text-container{
        width: 85%;
    }

    .slider-item-title{
        width: 85%;
    }

    .slider-line{
        width: 85%;
    }

    .slider-item-abstract{
        width: 85%;
    }

    .slider-item-link{
        width: 85%;
    }

    .article-content{
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }

    .card-land{
        height: 350px;
    }

    /* CONDOMINI TABLET */

    .article-header{
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }

    .article-content{
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }

    /* FOOTER TABLET */
    #contatti-sect{
        min-height: 780px;
    }
    
    .logo-item{
        width: calc(100% / 5);
    }

    .logo-footer{
        width: 20%;
    }

    .logo-footer img{
        height: 50px;
        margin-left: 5px;
    }

    .logo2-footer{
        width: calc(20% - 10px);
        margin-left: 10px;
        margin-top: 30px;
    }

    .logo2-footer img{
        height: 40px;
    }
    
    .footer-text-container{
        float: right;
        width: calc(60% - 10px);
        margin-right: 10px;
        font-size: 12px;
        line-height: 15px;
        margin-top: 15px;
    }

    .footer-mail{
        width: 190px;
        margin-left: 0px;
    }

    .footer-maps{
        width: 100%;
        margin-right: 0px;
        margin-left: 5px;
        float: left;
    }
}
    

/* MEDIA QUERY 320 - 767 */

@media screen and (min-width:320px) and (max-width:767px){
    .modal {
        width: calc(100% - 40px);
        margin-left: 10px;
        left: 0px;
        right: 0px;
        overflow-y: auto;
        max-height: 80%;
    }

    .btn-base{
        margin-left: calc(50% - 75px);
    }

    main{
        margin-top: 106px;
    }

    .page-container{
        width: 100%;
    }

    .half-container{
        width: calc(100% - 20px);
        margin-left: 0px;
        padding: 10px;
    }

    .hide-mobile{
        display: none;
    }

    .hide-desktop{
        display: block;
    }

    .icon-mobile{
        width: 33%;
        text-align: center;
    }

    /* HEADER MOBILE */

    .header-bottom{
        height: 70px;
    }

    .header-logo{
        height: 70px;
        margin-left: 10px;
    }

    .header-logo img{
        height: 50px;
    }

    .burger-menu{
        width: 20%;
        height: 70px;
        float: right;
        text-align: right;
        padding-right: 20px;
    }

    .burger-menu i {
        font-size: 15px;
        line-height: 70px;
    }

    .slide-in-top {
        -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
                animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    @-webkit-keyframes slide-in-top {
        0% {
          -webkit-transform: translateY(-50px);
                  transform: translateY(-50px);
          opacity: 0;
        }
        100% {
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1;
        }
      }
      @keyframes slide-in-top {
        0% {
          -webkit-transform: translateY(-50px);
                  transform: translateY(-50px);
          opacity: 0;
        }
        100% {
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1;
        }
      }
    
    .slide-out-top {
    -webkit-animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    }

    @-webkit-keyframes slide-out-top {
        0% {
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1;
        }
        100% {
          -webkit-transform: translateY(-50px);
                  transform: translateY(-50px);
          opacity: 0;
        }
      }
      @keyframes slide-out-top {
        0% {
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1;
        }
        100% {
          -webkit-transform: translateY(-50px);
                  transform: translateY(-50px);
          opacity: 0;
        }
      }


    /* SLIDER MOBILE */

    .slider-item-text-container{
        width: 85%;
    }

    .slider-item-title{
        width: 85%;
        font-size: 25px;
        line-height: 25px;
    }

    .slider-line{
        width: 85%;
    }

    .slider-item-abstract{
        width: 85%;
        font-size: 15px;
        line-height: 20px;
    }

    .slider-item-link{
        width: 85%;
    }

    .owl-next{
        right: 5px;
    }

    .owl-prev{
        left: 5px;
    }

    /* SERVIZI MOBILE */

    .article-header{
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .detail-header{
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .article-title{
        width: 80%;
        font-size: 25px;
        line-height: 25px;
    }

    .article-content{
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .servizi-card{
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .card-image-caption{
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 20px;
    }

    /* CONDOMINI MOBILE */

    .article-header{
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .article-title{
        font-size: 25px;
        line-height: 25px;
    }

    .article-content{
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }


    .search-list-container{
        height: 560px;
        width: 90%;
        right: 0px;
        margin-right: 5%;
        margin-left: 5%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .map-list-item-text{
        width: 88%;
    }

    /* FOOTER MOBILE */

    .footer-container{
        height: 100px;
        border-top: 1px solid #e5e5e5;
    }
    
    .footer-container p{
        font-size: 12px;
        line-height: 15px
    }
    
    .logo-footer{
        width: calc(50% - 10px);
        margin-left: 10px;
        margin-top: 30px;
    }

    .logo-footer img{
        height: 50px;
    }
    
    .logo2-footer{
        width: calc(50% - 10px);
        text-align: center;
        margin-right: 10px;
    }

    .logo2-footer img{
        float: right;
    }
    
    .footer-text-container{
        width: 100%; 
        margin-top: 20px;
    }

    .footer-text-container p{
        text-align: center;
    }
    
    .footer-phone{
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;  
        margin-right: 10px;
    }
    
    .footer-mail{
        width: 100%;
        margin-left: 0px;
        margin-right: 10px;
    }
    
    .footer-maps{
        width: 100%;
        margin: 0px;     
        margin-top: 10px;  
        margin-bottom: 5px; 
    } 

    .footer-privacy{
        margin-bottom: 20px;
    }

    /* CHI SIAMO MOBILE */

    .buttons-container{
        width: 180px;
        height: 190px;
        display: block;
        float: none;
        margin: 40px auto;    
    }

    .page-button{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .page-button:last-child{
        margin-right: 0px;
        margin-bottom: 0px;
    }

    /* SERVIZI MOBILE */

    .servizi-card-red{
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;

        height: auto;
        margin-bottom: 10px;
        background-color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    
    .servizi-card-red:hover{
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .servizi-card-red p{
        width: calc(100% - 20px);
        padding: 10px;
    }
    
    .table-container{
        overflow-x: scroll;
    }

    .table {
        width: 800px;
    }

    .table-cell {
        min-width: 200px;
    }

    .privacyCheck p{
        width: 80%;
    }

    .send-button{
        width: 120px;
    }

    /* BURGER MENU */

    .mobile-menu-container{
        width: 100%;
        height: auto;
        z-index: 100;
        position: fixed;
        top: 106px;
        right: 0px;
        background-color: white;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        -webkit-box-shadow: 0px 7px 10px -5px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 7px 10px -5px rgba(0,0,0,0.5);
        box-shadow: 0px 7px 10px -5px rgba(0,0,0,0.5);
    }

    .mobile-menu-item{
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 15px;
        margin-top: 15px;
        font-weight: bold;
        
    }
    
    .mobile-menu-item:last-child{
        margin-bottom: 15px;
    }

}

/* Over Cage */

@media only screen and (min-width:1025px) and (max-width:10000px) {      
    

    a:hover{
        color: #4d4d4d;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        font-weight: bold;
    }

    .grey-hover{
        color: #4d4d4d;
    }

    .servizi-card:hover{
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555; 
    }

    button:hover{
        color: #4d4d4d;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        font-weight: bold;
    }

    .card-land:hover{
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }

    .servizi-card-red:hover{
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    




}



