.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: 0.85;
    -moz-opacity: 0.85;
    z-index: 101;
    display: none;
}
.delayedPopupWindow {
    display: none;
    position: fixed;
    width: 600px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    margin-top: -20%;
    background-color: #fff;
    border: 2px solid #333;
    z-index: 102;
    border-radius: 15px;
}
.delayedPopupWindow2 {
    display: none;
    position: fixed;
    width: 900px;
    height: 400px;
    top: 50%;
    left: 25vw;
    margin-top: -20%;
    background-color: #fff;
    border: 2px solid #333;
    z-index: 102;
    border-radius: 15px;
}
#btnClose {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d30003;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
}
#btnClose:hover {
    color: #cdeafb;
}
.formDescription {
    width: 100%;
    height: auto;
    background-color: #c60a1c;
    border-top-left-radius: 13px;
    display: inline-block;
    text-align: center;
    padding-top: 3%;
}
.formDescription2 {
    width: 95%;
    height: auto;
    background-color: #fff;
    border-top-left-radius: 13px;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    margin-left: 3%;
}
#timedown {
    width: auto;
    height: auto;
}
#offer-time {
    font-family: Raleway, sans-serif;
    color: #c60a1c;
    font-size: 34px;
}
.formDescription2 p {
    font-family: Raleway, sans-serif;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: -1%;
}
.formDescription p {
    font-family: Raleway, sans-serif;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-top: 10px;
}
#logo_offer {
    width: 50%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: -5%;
    background-color: #fff;
}
#logo_offer2 {
    width: 50%;
    height: auto;
    margin: auto;
    margin-top: -1%;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
}
#logo_offer2 img {
    width: 100%;
    height: auto;
    margin: auto;
}
#logo_offer img {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
#offer-button {
    width: 90%;
    height: auto;
    background-color: #ff9e00;
    margin: auto;
    padding: 1%;
    border-radius: 15px;
    margin-top: 8%;
}
#offer-button {
    width: 90%;
    height: auto;
    background-color: #ff9e00;
    margin: auto;
    padding: 1%;
    border-radius: 15px;
    margin-top: 3%;
}
#offer-button p {
    font-family: Raleway, sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.delayedPopupWindow a {
    text-decoration: none;
}
.popup-info {
    width: 98%;
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    color: #6a6a6a;
    margin: auto;
    text-align: center;
    margin-left: 1%;
}
.popup-info2 {
    width: 98%;
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    color: #6a6a6a;
    margin: auto;
    text-align: center;
    margin-left: 1%;
    margin-top: 3%;
}
#signup {
    position: fixed;
    z-index: 100;
    width: 100%;
    bottom: -50px;
    height: 50px;
    left: 0;
    background-color: purple;
    transition: bottom 0.5s linear;
    color: #fff;
    font-size: 2em;
    text-align: center;
}
#signup.show {
    bottom: 0;
}
#spopup {
    background: white;
    border-radius: 9px;
    box-shadow: inner 0 0 3px #333;
    padding: 12px 14px 40px 14px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 100;
}
#bottom-pop-up-wrap {
    width: 1100px;
    height: 100px;
    margin: auto;
}
#bottom-popup-image {
    width: 250px;
    height: auto;
    display: inline-block;
	margin-left: -5%;
}
#bottom-popup-image img {
    width: 100%;
    display: block;
}
#spopup-offer {
    width: auto;
    height: 28px;
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    margin: 1.5% 0 10% 5%;
    position: absolute;
    color: white;
}
#spopup-button {
    width: auto;
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-weight: bolder;
	font-size: 24px;
    color: #fff;
    background-color: #d30003;
    padding: 1%;
    cursor: pointer;
    border-radius: 5%;
    text-transform: uppercase;
    position: absolute;
    margin-top: 1%;
    right: 20%;
}
@media screen and (max-width: 1024px) {
    #pop {
        display: none;
    }
	
	#spopup {
    background: white;
    border-radius: 9px;
    box-shadow: inner 0 0 3px #333;
    padding: 12px 14px 14px 14px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 100;
}
    #bottom-pop-up-wrap {
        width: 100%;
        height: auto;
        padding: 1% 0;
        margin: auto;
    }
    #bottom-popup-image {
        width: 30%;
        height: auto;
        display: inline-block;
		margin-left: 3%;
    }
    #bottom-popup-image img {
        width: 100%;
        display: block;
    }
    #spopup-offer {
        display: none;
    }
    #spopup-button {
        width: auto;
        display: inline-block;
        font-family: Raleway, sans-serif;
        font-weight: bolder;
		font-size: 5vw;
        color: #fff;
        background-color: #d30003;
        padding: 3%;
        cursor: pointer;
        border-radius: 15px;
        text-transform: uppercase;
        position: absolute;
        margin-top: 0vw;
        right: 14vw;
    }
}
