#wait-hover-popup {
    height: 15px;
    width: 100%;
    position: fixed;
    z-index: 999;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

#wait-modal {
	font-family: 'Montserrat', sans-serif;
    z-index: 300;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
	background:#FFF;
}

#wait-second-modal {
    z-index: 300;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto
}

#wait-content {
    z-index: 300;
    height: 520px;
    width: 600px;
    top: 10%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fd7;
    border-radius: 12px;
    border: 2px solid #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    overflow: hidden
}

#wait-content2 {
    z-index: 10;
    width: 650px;
    max-height: 550px;
    top: 10%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 14px;
    border: 8px solid rgba(255, 0, 0, .33);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 0 14px rgba(0, 0, 0, .6);
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    overflow: hidden
}

#wait-content3 {
    z-index: 10;
    width: 100%;
    top: 0%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border-radius: 14px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.spam-box {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: orange
}

.spam-box a {
    color: orange
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#wait-header {
    margin: 0;
    width: 100%;
    height: 50px;
    vertical-align: middle;
    line-height: 46px;
    padding: 7px 0 0 14px
}

#wait-body {
    overflow: auto;
    height: 100%;
    width: 100%
}

div#wait-body p {
    margin: 36px 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem
}

#wait-up2hdr {
    font-size: 5rem!important;
    overflow: hidden;
    font-weight: 800;
    text-align: center;
    height: 96px;
    width: 100%;
    padding: 0 16px 16px;
    margin: 0 auto;
    color: red;
    background-color: #ffe600;
    border-radius: 6px 6px 0 0
}

.up2hdrSb {
    font-size: 2rem;
    color: #444;
    padding: 0;
    margin: -10px 0 0;
    text-transform: uppercase
}

.lmtOffr-2 {
    text-align: center;
    margin-top: -20px
}

#wait-close {
    float: right;
    font-size: 26px;
    font-weight: 100;
    line-height: 44px;
    margin: -8px 16px 0 0;
    width: auto;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
}

#wait-close-sb2 {
    float: right;
    font-size: 36px;
    font-weight: 100;
    line-height: 44px;
    margin: 4px 4px 0 0;
    width: auto;
    color: #727578;
    cursor: pointer!important
}

#wait-close:hover {
    cursor: pointer
}

#wait-modal-overlay {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: #000; */
    transition: 3s;
    /* background-color: #fff */
}

.btn-accpt {
    margin: 0 0 -13px;
    padding: 6px 0 0
}

#btnAgree a {
    background-image: url(../images/btn_add2Crt.png);
    background-position: 0 0;
    color: transparent;
    display: block;
    width: auto;
    height: 84px;
    margin-top: 14px;
    margin-bottom: -5px;
    outline: 0
}

#btnAgree a:hover {
    background-position: 0 -86px;
    outline: 0
}

form#modal-form {
    margin: 18px 5.5%;
    font-size: 1.6rem
}

.popHd {
    font-size: 44px;
    line-height: 34px;
    font-weight: 800;
    color: #333;
    letter-spacing: -.5px;
    text-align: center
}

.popHd-stop {
    font-size: 34px;
    line-height: 38px;
    font-weight: 800;
    color: #333;
    letter-spacing: -.5px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff1c5
}

img.stpSgnLft {
    max-width: 92px;
    float: left;
    margin-left: -12px;
    margin-top: -8px
}

img.stpSgnRht {
    max-width: 92px;
    float: right;
    margin-right: -12px;
    margin-top: -8px
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ff8a65;
    margin: 1em 0
}

.wait-txt {}

span.mdl-cntry {
    font-style: italic;
    color: #16979b
}

.mdl-title {
    width: 106px;
    float: left;
    display: inline-block;
    margin-left: 20px;
    margin-top: 9px
}

input.text.mdl {
    padding: 6px 12px 5px;
    min-width: 334px;
    font-size: 1.5rem;
    margin: 3px 0;
    border-radius: 4px;
    border: 1px solid #f57c00
}

#modal-form input[type=submit] {
    width: 412px;
    height: 84px;
    background: url(../images/btn-getStarted.png) no-repeat 0 -83px;
    margin: 6px auto 2px;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    display: block;
    outline: 0
}

#modal-form input[type=submit]:hover {
    background-position: 0 0
}

.lmtOffr {
    font-size: 20px;
    line-height: 21px;
    margin-top: 16px;
    color: #e53935;
    text-align: center
}

.offr1 {
    margin: 0 30px
}

#mdl-specOffr a {
    width: 404px;
    height: 60px;
    background: url(../images/bg-mdOffr.jpg);
    margin: 14px auto 10px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: 1px solid red;
    border-radius: 8px;
    display: block;
    outline: 0;
    box-shadow: 0 3px 8px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-shadow: -1px -1px 2px #860000;
    line-height: 62px;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 4px 8px #666
}

#mdl-specOffr a:hover {
    background: #c00;
    background-position-y: -76px
}

#btn-tellme a {
    float: left;
    width: 254px;
    height: 60px;
    background: url(../images/bg-redBttn.jpg);
    margin: 14px auto 10px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: 1px solid red;
    border-radius: 8px;
    display: block;
    outline: 0;
    box-shadow: 0 3px 8px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-shadow: -1px -1px 2px #860000;
    line-height: 62px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 4px 8px #666;
    background: #c00
}

#btn-tellme a:hover {
    background: #c00;
    background-position-y: -80px
}

.clear {
    clear: both
}

.nothanks {
    border: 1px solid #000!important;
    text-shadow: -1px -1px 2px #000!important;
    margin-right: 20px!important;
    line-height: 28px!important;
    overflow: visible!important;
    background: #000!important;
    float: right!important
}

#btn-tellme input {
    padding: 7px;
    width: 80%;
    margin: 0 auto;
    display: block;
    font-size: 20px
}

#btn-tellme button {
    width: 404px;
    height: 60px;
    background: url(../images/bg-redBttn.jpg);
    margin: 14px auto 10px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: 1px solid red;
    border-radius: 8px;
    display: block;
    outline: 0;
    box-shadow: 0 3px 8px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-shadow: -1px -1px 2px #860000;
    line-height: 62px;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 4px 8px #666;
    background: red
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

input:focus: placeholder {
    color: transparent
}

#wait-content3 .layer {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    background: #fff;
    margin-top: 20px;
    position: relative;
	height:100%;
}



#wait-content3 .col {
    float: left;
    width: 60%
}

#wait-content3 .col img {
    width: 100%
}

#wait-content3 .logo {
    width: 280px
}

#wait-content3 .col h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
	color:#c40000;
}
	
#wait-content3 .col h1 span {
    color: #000;
}

#wait-content3 .col h2 {
	font-size: 33px;
	font-weight: 700;
	line-height: 40px;
	text-align: left;
	color: #333;
}

#wait-content3 .col h2 span {
    color: #c40000;
}

#wait-content3 .btn a {
    color: #fff;
    text-decoration: none
}

#wait-content3 .col .btn {
    width: 61%;
    padding: 15px 30px;
    background: #c40000;
    color: #fff;
    font-weight: 700;
    /* margin: 0 auto; */
    font-size: 19px;
    border: 4px solid #a40000;
    margin-top: 30px;
}

#wait-content3 .btnform {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    background: #c40000;
    color: #fff;
    font-weight: 700;
    border: 1px solid #a40000;
    margin-bottom: 5px
}

#wait-content3 .btnemail input {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 5px;
    font-size: 20px;
    margin-bottom: 10px
}

#wait-content3 .btnemail button:hover {
    background: #700
}

#wait-content3 .btnemail button {
    width: 83%;
    background: #c40000;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    font-size: 23px;
    border: 4px solid #900;
    display: block;
    padding: 10px
}

#wait-content3 .emailform {
    padding: 5px;
    font-size: 20px;
    width: 100%
}

#wait-content3 .center {
    text-align: center
}

#wait-content3 p {
    font-size: 14px
}

#wait-content3 .list {
    margin-top: 20px
}

#wait-content3 .list h2 {
    font-size: 20px;
    font-weight: 700
}

#wait-content3 .list ul {
    list-style-image: url(../img/check.png);
    margin: 0 auto;
    width: 80%;
    margin-bottom: 30px
}

#wait-content3 .list ul li {
    font-size: 18px;
    margin-top: 25px
}

#wait-content3 .clear {
    clear: both
}