/*/////////////TEXT//////////////*/
.modal-com a {text-decoration:none;  -webkit-font-smoothing: antialiased;} 
.modal-com h2 {color:#00FF00; display:inline-block; margin-top:5px; margin-bottom:0; padding-top:.8em; font: 400 1.9em "Roboto",Arial,Helvetica,sans-serif;  -webkit-font-smoothing: antialiased;}
.secure-red {color:#E13832; font-size:11px; font-weight:bold;}
.modal-com p {font: 300 16px "Roboto",Arial,Helvetica,sans-serif;  -webkit-font-smoothing: antialiased;}
.modal-com p.question {font: 400 18px "Roboto",Arial,Helvetica,sans-serif;  -webkit-font-smoothing: antialiased; margin-bottom:0;}

/*/////////////RESPONSIVE IMAGES//////////////*/
img {    height: auto;    max-width: 100%;}
audio, canvas, iframe, img, svg, video {    vertical-align: middle;}
img {    border: 0 none;}


/*/////////////LOADER//////////////*/
.loader-div{display:none; text-align:center;}
.loader{color:#48AFE1; position: relative; }

/*/////////////MODAL//////////////*/
hr.linebar { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.modal-com {position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.90);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

    .modal-com:target { opacity:1;  pointer-events: auto;    }

    .modal-com > div { width: 45%;height: auto; position: relative; margin: 5% auto; padding: 25px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background:#ffffff;
-webkit-box-shadow: 0px 9px 0px 0px rgba(50, 50, 50, 0.26);
-moz-box-shadow:    0px 9px 0px 0px rgba(50, 50, 50, 0.26);
box-shadow:         0px 9px 0px 0px rgba(50, 50, 50, 0.26);
        overflow-y: auto;
        max-height: 100%;
        font-family: "Roboto",Arial,Helvetica,sans-serif;
        opacity:0.9;
    }
    .inner-modal {
        margin: 15px;
        background:#0fa8e1;
    }
    .btn-modal {
        margin: 15px;
    }


    .close {background: #606061; color:#ffffff; line-height: 25px;    position: absolute;    right: 12px;
        text-align: center;
        top: 10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
    }

    .close:hover {background: #00d9ff;}
    .methods-box {width: 30%; float: left; margin-right: 15px;padding-bottom: 20px;}
    .trust-box {clear:both;}
    .modal-com-logo-box {text-align:right; padding-top:20px;}

    .error p {
        color: red;
        font-weight: bold;
    }   
    
/*/////////////BUTTONS//////////////*/
    button:hover {cursor:pointer;}
    .btn-primary-age {
        cursor: pointer;
        padding: 9px 14px;
        font-size: 15px;
        line-height: normal;
        font: 400 15px "Roboto",Arial,Helvetica,sans-serif;
        width: 100%;

        display: block;
        
        color: #ffffff;
        background-color: #00FF00;
        background-image: -moz-linear-gradient(top, #6eb6de, #00FF00);
        background-image: -ms-linear-gradient(top, #6eb6de, #00FF00);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#00FF00));
        background-image: -webkit-linear-gradient(top, #6eb6de, #00FF00);
        background-image: -o-linear-gradient(top, #6eb6de, #00FF00);
        background-image: linear-gradient(top, #6eb6de, #00FF00);
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#00FF00, GradientType=0);
        border: 1px solid #3762bc;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
       -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
       -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
       box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
    }

    .btn-primary-age:hover, .btn-primary-age:active, .btn-primary-age:focus {
        background-color: #00FF00;
        background-position: 0 -35px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -ms-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
        outline: none;
    }
    

   button:hover {cursor:pointer;}
    
   .popbtn.btn-lg-age {
    cursor: pointer;
    line-height: 39px;
    height: 42px;
    letter-spacing: 0;
    padding: 0 35px;
    min-width: 210px;
}
.popbtn.btn-vapeblue {
    color: #fff;
    border: 2px solid #00aeef;
    background: #00aeef;
    margin-left: 15px;
}
.popbtn.btn-black {
    color: #fff;
    border: 2px solid #000000;
    background: #000000;
    margin-right: 15px;
    float: right;
}
.popbtn {
cursor: pointer;
font-family: "Roboto",Arial,Helvetica,sans-serif;
font-size: 16px;
font-weight: 700;
height: 40px;
line-height: initial;
padding: 0 44px;
text-transform: uppercase;
border-radius: 3px;
background: #fff;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
box-shadow: 0 1px 5px rgba(0,0,0,.2);
}


/*/////////////DISABLE EFFECT//////////////*/
.disabled {opacity:0.2; font-style:italic;}
.disabled:hover {cursor:not-allowed; background:#D71114; } 
.disabled:hover, .disabled:active, .disabled:focus{outline:#D71114 solid 5px !important;outline-offset:-1px;} 
      
/*//////////MEDIA QUERIES//////////////////////*/
  @media only screen and (max-width: 600px) {
.modal-com > div {margin:2% auto; width: 90%; padding: 15px;} 
.modal-com h2 {font-size:1.5em;}
.popbtn.btn-lg-age {
    cursor: pointer;
    line-height: 39px;
    height: 42px;
    padding: 0 30px;
    width: 100% !important;
}
.popbtn.btn-vapeblue {
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
}
.popbtn.btn-black {
    margin-top: 5px;
    float: none;
}
.popbtn {
cursor: pointer;
font-family: "Roboto",Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: 700;
height: 40px;
line-height: initial;
padding: 0 30px;

}
.inner-modal {
    margin: 15px 5px;
    background:#0fa8e1;
}
.btn-modal {
    margin: 5px 10px;
}
}
 @media only screen and (max-width: 1024px) { .methods-box {float:none; width:100%;} 
 .popbtn.btn-lg-age {
    cursor: pointer;
    line-height: 39px;
    height: 42px;
    padding: 0 30px;
    width: 100% !important;
}
.popbtn.btn-vapeblue {
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
}
.popbtn.btn-black {
    margin-top: 5px;
    float: none;
}
.popbtn {
cursor: pointer;
font-family: "Roboto",Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: 700;
height: 40px;
line-height: initial;
padding: 0 30px;

}
.inner-modal {
    margin: 15px 5px;
    background:#0fa8e1;
}
.btn-modal {
    margin: 5px 10px;
}
} 
  @media screen and (min-width: 1025px) and (max-width: 1613px) { .fa-3x {font-size:2em;} .btn-primary-age, .submit-button-age {min-height:89px; }}    
 @media only screen and (max-width: 1761px) { #license-img {float:none; } .modal-com h2 {padding-top:0;}} 