/* background layer. */
.layer-overlay{
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
   /* display: none;*/
}
/*  popup layer. */
.lightbox-popup{
    position: fixed;
    top: 25%;
    left: 50%;
    margin-top: -50px;
    margin-left: -239px;
    width: 515px;
    height: 477px;
    z-index: 1001;
}
.popup-info img{
    height: 60px;
    width: 350px;
    margin: 5px auto 5px auto;
}
.popup-info{
    padding-right: 220px;
    margin-left: 20px;
}
.popup-form
{
    padding-right: 220px;
    margin-top: 291px;
    margin-left: 29px;
    text-align: center;
}

.popup-info .first-block-of-text
{
    margin-top:16px;
}
/* text info */
.text-info{
    text-align: left;
    text-size: 3em;
    color: white;
    font-size: 24px;
    line-height: 1.2;
}
/* first block of text */
#first-block-of-text
{
    margin-top:30px;
}
#first-block-of-text .lightbox-text-info
{
    margin-top:16px;
}
/* second block of text */
#second-block-of-text {
    margin-top: 80px;
}
.text-info.second .discount {
    font-family: Stag;
    font-size:60px !important;
    font-weight: bold;
    color: #E42045;
    padding:0 4px;
    display: inline-block;
    vertical-align: middle;
}

#dobell-form-sing-up .input_class input
{
    width: 250px;
}
#dobell-form-sing-up .validation-advice
{
    text-align: left;
    line-height: 20px;
    width: 70%;
}

#dobell-form-sing-up>div
{
    height: 33px;
}

span.input-group-btn{
    background-color: #1FB668;
}
/* Button */
/*#dobell-lightbox-button{*/
    /*cursor:pointer; !*forces the cursor to change to a hand when the button is hovered*!*/
    /*!*padding:5px 25px;*! !*add some padding to the inside of the button*!*/
    /*background:#1FB668; !*the colour of the button*!*/
    /*border:1px none #33842a; !*required or the default border for the browser will appear*!*/
    /*!*give the button curved corners, alter the size as required*!*/
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
    /*!*style the text*!*/
    /*color:#f3f3f3;*/
    /*height: 30px;*/
    /*line-height: 0.5;*/
    /*font-size:0.9em;*/
    /*float: left;*/
    /*width: 184px;*/
    /*text-align: left;*/
/*}*/
#dobell-form-lightbox-button
{
    margin-top:19px;
    width:184px;
}

#dobell-lightbox-button .icon_font{
    font-family: "mytuxedo";
    float: right;
    /*width: 180px;*/
    /*margin-right: 10px;*/
}
#lightbox-button-text
{
    margin-left: 10px;
}
.lightbox-no-thanks{
    padding-left: 237px;
    padding-top: 40px;
    font-size:0.8em;
}
.lightbox-no-thanks>a{
    background: url("../../images/dobell/lightbox/close.png") no-repeat 0 2.5px / 10px auto;
    padding-left: 13px;
    text-decoration: none;
    color: #636363;
}
.lightbox-no-thanks>a:hover{
    text-decoration: none;

}
.lightbox-notice{
    margin-top: 30px;
    text-align: center;
}
.notice-lightbox{
    color: #D80000 ;
    font-size: 24px;
}
#lightbox-policy-info
{
    margin-left: 32px;
    margin-top: 40px;
}
.font-policy-text
{
    color: white;
    font-size: 11px;
    /*font-weight: bold;*/
}
/* graceful popup */

#lightbox-thanks-content
{
    text-align: center;
    margin-top: 278px;
}
.text-info-thanks{

    text-size: 3em;
    color: white;
    font-size: 22px;
    line-height: 1.2;
}
#text-info-thanks-header
{
    text-size: 3em;
    color: white;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
}
#dobell-thanks-lightbox-button
{

    left: 50%;
    margin-left: -17%;
    position: absolute;
    width: 180px;
}
/* Close Button */
.lightbox-close-button{
    background: url("../../images/dobell/lightbox/close.png") no-repeat;
    background-size: 17px auto;
    float: right;
    height: 20px;
    margin-right: 19px;
    margin-top: 14px;
    width: 21px;
    cursor: pointer;
}