﻿#info-offerta-wrapper {
   
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    overflow-y: auto
}

#info-offerta-container {
    overflow: hidden;
    position: relative;
/*    border: 2px solid #24a429;*/
    width: 90%;
    max-width: 1200px;
    margin: 20px auto 20px;
/*    border-radius: 20px;*/
/*    background-color: white;*/
}

#info-offerta-top {
    padding: 40px 13px 20px;
    background-image: url(/image/home/home1-992.jpg);
    background-size: cover;
    background-position: bottom;
}

#info-offerta-wrapper #titolo-principale {
    font-size: 27px;
    color: #fff
}

#info-offerta-wrapper .logo {
    width: 100px;
    height: 104.4px;
    margin: auto;
    display: block
}

#uxImmagine {
    height: 300px;
    overflow: hidden;
}

.bandiera-blu {
    background: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: Cabin Sketch;
    font-size: 15px;
    width: 95%;
    margin: 10px auto;
    max-width: 350px;
    font-weight: bold;
}

#info-offerta-wrapper #sottotitolo {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 2px 1px 2px #000;
    letter-spacing: 6px;
    color: #ff8d00;
    text-transform: uppercase;
    text-decoration: underline
}

.info-offerta {
    margin: 0;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
    font-family: Raleway, sans-serif,serif
}

#info-offerta-wrapper .list-item {
    padding: 0;
    list-style: none
}

#info-offerta-wrapper .item-description {
    color: #333333;
    font-family: 'Bubbler One',sans-serif,serif;
    font-weight: bold;
    margin: 0
}

#info-offerta-wrapper .item-title {
    display: inline-block;
    margin: 0;
    font-size:30px
    
}

#close-info-offerta {
    cursor: pointer;
/*    position: absolute;*/
    top: 0;
    right: 6px;
    color: #24a429;
    font-size: 30px;
    text-shadow: 1px 1px 2px #000
}

button.open-info-offerta:focus {
    outline: none
}

#icona-location {
    color: #FFD300
}

#titolo-location {
    color: #FFD300;
    text-shadow: 2px 1px 2px #000;
    font-weight:bold;
    font-size:24px
}

#icona-relax {
    color: #039AC0;
    
}

#{
    color: #039AC0
}

#icona-apartment {
    color: #EB593F
}

#titolo-apartment {
    color: #EB593F
}

#col-1 {
    padding: 0 8px;
    background: #fff
}

#col-2 {
    padding: 0 8px
}

.col-social a {
    display: inline-block;
    padding: 6px;
}

.col-contatti a {
    display: inline-block;
    padding: 6px
}

#info-offerta-container {
    max-width: 450px
}

@media(min-width:380px) {
    #info-offerta-wrapper #sottotitolo {
        font-size: 20px;
    }
    #titolo-location {
        font-size: 20px
    }


    

    .col-top {
        width: 50%
    }
  
}

@media(min-width:500px) {
    #uxImmagine {
        height: auto;
    }

    

    .col-social {
        width: 50%
    }

    .col-contatti {
        width: 50%
    }
   
}

@media(min-width:768px) {
    #uxImmagine {
        height: 300px;
    }

  

    #info-offerta-wrapper #titolo-principale {
        font-size: 30px
    }

    #info-offerta-wrapper #sottotitolo {
        font-size: 40px
    }
    #titolo-location {
        font-size: 24px
    }

    .info-offerta {
        font-size: 19px
    }

    #info-offerta-wrapper .logo {
        width: 140px;
        height: 146px;
    }

    .bandiera-blu {
        font-size: 21px; /*transform: rotate(13deg);*/
    }

}

@media(min-width:993px) 

{
   
    #uxImmagine {
        height: 300px;
    }

   

    #info-offerta-top {
        background-image: url(/image/home/home1.jpg);
    }

    .col-top {
        width: 50%;
    }

    #col-1 {
        width: 50%;
        padding: 0 16px
    }

    #col-2 {
        width: 50%
    }

    .col-social {
        width: 100%
    }

    .col-contatti {
        width: 100%
    }

    .col-social a {
        font-size: 18px
    }

    .col-contatti a {
        font-size: 18px
    }

    .item-description {
        font-size: 16px
    }
}

@media(min-width:1280px) {

    #uxImmagine {
        height: 300px;
    }

    #info-offerta-wrapper #sottotitolo {
        font-size: 60px
    }

    #titolo-location {
        font-size: 24px
    }





    .item-title {
        font-size: 40px
    }

    #infotel {
        font-size: 30px
    }
}

@media(min-width:1533px){
    #info-offerta-container {
        max-width: 550px
    }

}