/*sticky footer*/


@media (min-width: 768px){
contatto-sticky{
  display: none;
}
}

@media (max-width: 768px){

contatto-sticky {
    background: #fff;
    height: 80px;
    position: fixed;
    bottom: 0;
    transition: bottom 0.2s ease-in-out;
    width: 100%;
    -webkit-box-shadow: -1px 2px 26px -6px rgba(0,0,0,0.59);
    -moz-box-shadow: -1px 2px 26px -6px rgba(0,0,0,0.59);
    box-shadow: -1px 2px 26px -6px rgba(0,0,0,0.59);
    z-index: 89;
}

.nav-down {
    bottom: -80px;
}

contatto-sticky .bottoni-contatto{
    padding: 15px 0;
}

contatto-sticky .btn-contatto{
    text-align: center;
    font-size: 22px;
}

#Footer .footer_copy {
    margin-bottom: 65px;
}

.contatto-sticky{
text-align: center;
    font-size: 28px;
    width: 33%;
    float: left;
    
}

.contatto-sticky a{
    color: #000 !important;
    padding: 5px 10px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
}

/*modal*/

.main-cst{
  width:30%;
  position:absolute;
  z-index:5;
  left:40%;
  margin:auto;
}
.start{
  /*background:#3498db;
  color:#fff;
  font-size:22px;
  padding:15px 25px;
  text-align:center;
  border:2px solid #3498db;
  border-radius:7px;
  width:100%;
  display:block;*/
}

.modal-cst{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background: #fff;
    display: none;
    top: 50vh;
    /* min-height: 50vh; */
    padding: 15px;
    bottom: 0;
    overflow-y: auto;
    -webkit-box-shadow: 2px -2px 21px -7px rgba(0,0,0,0.71);
    -moz-box-shadow: 2px -2px 21px -7px rgba(0,0,0,0.71);
    box-shadow: 2px -2px 21px -7px rgba(0,0,0,0.71);
    width: 100%;
}
.modal-cst .content-cst{
  box-shadow:0 0 5px #eee;
  background:#fff;
  width:80%;
  height:40%;
  border-radius:7px;
  padding:1em;
  position:absolute;
}

.times{
float: right;
    border: 2px solid;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    height: 4vh;
    width: 4vh;
}

.times i:before{
margin: 0.35vh;
}



.modal-contatti .one-second.column {
    width: 100%;
}

.modal-contatti h3{
    display: none;
}

.testo-modal{
        font-size: 2vh;
    line-height: 3vh;
        font-family: 'Lato', sans-serif;
        color: #000;
}

.phone-link{
    color: #9d8473 !important;
}