﻿#modal_bubble_banner {
    z-index: 10000;
}


.modal_bb {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal_bb-content {
    background-color: #fefefe;
    /*margin: auto;*/
    padding: 20px;
    border: 1px solid #888;
    width: 370px;
    height: 600px;
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    z-index: 1000000;
    /*width: 80%;*/
}

.modal_bb-content-500 {
    background-color: #fefefe;
    /*margin: auto;*/
    padding: 20px;
    border: 1px solid #888;
    width: 500px;
    height: 600px;
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    z-index: 1000000;
    /*width: 80%;*/
}

.modal_bb-content-500 img {
    position: fixed;
    top: 44%; 
    left: 33%;
}

.modal_bb-content img {
    position: fixed;
    top: 270px;
    left: 100px; 
}
  

/* The Close Button */
.close_bb {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: url(../images/krest_bb.png) no-repeat;
    height: 22px;
    width: 23px;
}

.subscribe_bb {
    color: #aaaaaa;
    position: fixed;
    left: 70px;
    top: 500px;
    font-size: 28px;
    font-weight: bold;
    background: url(../images/subscribe_bb.png) no-repeat;
    height: 67px;
    width: 272px;
   
}

.subscribe_bb-26 {
    color: #aaaaaa;
    position: fixed;
    left: 26%;
    top: 500px;
    font-size: 28px;
    font-weight: bold;
    background: url(../images/subscribe_bb.png) no-repeat;
    height: 67px;
    width: 272px;
   
}

.subscribe_bb-26:hover,
.subscribe_bb-26:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close_bb:hover,
.close_bb:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.subscribe_bb:hover,
.subscribe_bb:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.promo_text_input {
    color: red !important; 
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    font-size: 40px !important;
    height: 47px !important;
    width: 310px !important;
    overflow: hidden !important;
}

.text_bubble_block {
    margin-left: 10px !important;
}
.bb_your_romo_code {
    font-size: 30px !important;
}

.text-bubble-16 {
    font-size: 18px !important;
    margin-top: 2% !important;
    margin-bottom: 15px !important;
}

.text_bubble_use {
    font-size: 20px !important;
}
.text_bubble_next {
    margin-top: 10px !important;
}
.bb_bally {
    color: red !important; 
    font-size: 41px !important;
}


