.modal{
    overflow: auto;
}
.modal-close{
    position:absolute;
    right:10px;
    top:10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-close:hover{
    font-weight: bold;
    color:#ffa000;
}
.modal-content ul{
    padding-left:40px;
}
.modal-content ul li{
    list-style: disc;
}
#modalVideo{
    width:60%;
}
@media(max-width: 992px){
    #modalVideo{
        width:80%;
    }
}
@media(max-width: 600px){
    #modalVideo{
        width:95%;
    }
}
i[class^="bbike"].prices-icon {
    font-size: 3rem;
}
i[class^="bbike"].prices-icon ~ h6{
    margin-top: -15px;
}
.spotify-launch ~ h6 {
    margin-top:9px;
}
#prices-includes i.fa-spotify{
    font-size:3.5em;
}
#prices-includes{
    margin-top:-15px;
    margin-bottom:40px;
}
@media (max-width:600px){
    #prices-includes{
        margin-top:0;
    }
}
#prices-includes h6{
    font-size: 1.2rem;
}

.talkbubble-wrapper{
    position: relative;
    height: 0;
}
.talkbubble {
    position:absolute;
    display:none;
    top:0;
    left:0;
    width: auto;
    height: auto;
    background: red;
    -moz-border-radius:    2px;
    -webkit-border-radius: 2px;
    border-radius:         2px;
}
.talkbubble:before {
    content:"";
    position: absolute;
    right: 75%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-top: 26px solid red;
    border-right: 13px solid transparent;
}
.talkbubble > p{
    color:white;
    font-size: 16px;
    padding:10px 20px;
    margin:0;
    text-align: center;
}
#fecha-bubble{
    top:-75px;
}
#total-bubble{
    top:-50px;
}
#horario-bubble{
    top:30px;
    left:25%;
}
#bebida-bubble, #bebida-number-bubble{
    top:30px;
    left:25%;
    z-index: 2;
}
#snacks-bubble{
    top:20px;
    left:0;
    z-index: 2;
}
#snacks-bubble:before{
    content:"";
    position: absolute;
    right: 75%;
    top: -26px;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-bottom: 26px solid red;
    border-right: 13px solid transparent;
    border-top:none;
}
#snacks-bubble p{
    padding:10px 20px;
}
#submit-bubble {
    left:30%;
    top: -10px;
}
#recaptcha-bubble{
    left:15%;
    z-index:2;
}
#form-bubble{
    top:-100px;
    left:0;
}
@media(max-width: 600px){
    #bebida-bubble, #bebida-number-bubble, #horario-bubble{
        left:0;
    }
    #submit-bubble{
        left:15%;
        top: -10px;
    }
}
#condiciones-bubble, #email-bubble{
    top:10px;
    z-index:2;
}
#horario-bubble:before, #bebida-bubble:before, #bebida-number-bubble:before, #email-bubble:before, #condiciones-bubble:before, #submit-bubble:before, #recaptcha-bubble:before{
    border-bottom: 26px solid red;
    border-top:none;
    top:auto;
    bottom:100%;
}

#reserva-modal{
    width:50%;
    min-height: 300px;
    padding-top:50px;
}

.extraItem{
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    border: 2px solid #ea882d;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 2px;
    margin:5px 0;
    min-height: 400px;
}
@media(max-width:992px){
    .extraItem{
        min-height: 390px;
    }
}
@media(max-width:600px){
    .extraItem{
        min-height: inherit;
    }
}
.extraItem h3{
    padding:0 10px;
    line-height: 80%;
}

.extraItem h5{
    position: relative;
    margin:0;
    margin-bottom: 20px;
    padding: 15px !important;
    min-height: 55px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #efa25b;
}
.extraItem h5 a{
    position: absolute !important;
    top:10px;
    right:15px;
    cursor: pointer;
    padding:0 5px;
}
.extraItem h5 span{
    font-size: 60%;
    color:white ;
}
.extraItem h5 span > i{
    position: relative;
    font-size:2em;
    color:white !important;
}
.extraItem .extra-desc{
    min-height: 90px;
}
@media (max-width:1220px){
    .extraItem .extra-desc{
        min-height: 100px;
    }
}
.extraItem p{
    position: relative;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top:-10px;
}
.extraItem .talkbubble p{
    margin:0;
}
.extraItem p > i{
    font-size: 3em;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position:relative;
    top:20px;
}
.extraItem p > i.bbike-faceyes, .extraItem p > i.bbike-facefemyes{
    color:#50D200 !important;
}

.extraItem p.extraSelector:after{
    content: attr(data-tooltip);
    position:absolute;
    width:100px;
    top:-15px;
    left:calc(50% - 50px);
    background-color: red;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-style: normal;
    padding:5px 15px;
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.extraItem p.extraSelector:hover:after{
    opacity: 1;
}


#modalDisguise img{
    max-height: 400px;
    display: block;
    margin:0 auto;
    margin-top:120px;
}
@media(max-width:992px){
    #modalDisguise img{
        margin-top:260px;
    }
}
@media(max-width:600px){
    #modalDisguise img{
        margin-top:200px;
        margin-bottom: 50px;
    }
}
.disguiseBubble{
    display: block !important;
    width:100%;
    background-color: rgb(234,136,45);
}
.disguiseBubble:before{
    right:50%;
    border-top-color:  rgb(234,136,45);
}

#specialNotice{
    position: absolute;
    top:65px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin:0;
    padding:3px;
    width:100%;
    background-color: red;
    color:whitesmoke;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#bgDisguiseHolder{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: 0;
}
.bgDisguise{
    position: absolute;
    top:100px;
    bottom:0;
    width:25%;
    height: 45%;
    box-sizing: border-box;
    background-size: contain !important;
    background-position: 50% 50% !important;
    opacity:0.7;
    z-index: 0;
}
.bgDisguiseLeft{
    right:50%;
}
.bgDisguiseRight{
    left:50%;
}
#bgDisguiseHolder ~ *,
#bgDisguiseHolder ~ * *{
    position: relative;
    z-index: 2;
}
@media(max-width: 600px){
    .bgDisguise{
        display: none;
    }
}