.popup-container {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.floating-popup-box-section {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.popup-container.top {
	top: 60px;
}
.popup-container.middle {
	top: 50%;
}
.popup-container.bottom {
	bottom: 0;
}
.popup-chrome {
    box-shadow: 0 0 5px #9d9d9d;
    background: #fff url(../png/popup-gradient.png) 0 100% repeat-x;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: none;
    transition: all 1s;
    -webkit-transition: all 1s;
    display: table;
}
.popup-chrome label {
    font-weight: bold;
    display: block;
}
.popup-chrome .content input#dyjrkr-dyjrkr,
.popup-chrome .scfForm input#dyjrkr-dyjrkr {
    width: calc(100% - 115px);
    margin: 0 8px 0 0;
    padding: 0;
	float: left;
}

.content input[type=submit] {
	height: 29px;
	padding: 5px 15px;
	color: #fff;
    font: unset;
    font-size: 13px;
    line-height: 16px;
	background-color: #000000;
	text-decoration: none;
	border: none;
	float: left;
}

.popup-chrome.show {
	display: initial;
}
.popup-chrome.hide {
    display: none;
}
.popup-chrome .popup-close {
	width: 41px;
	height: 41px;
	position: absolute;
	top: 0;
	right: 0;
	background: #000 url(../png/popup-close.png) 50% 50% no-repeat;
	transition: all .2s;
	-webkit-transition: all .2s;
}
.popup-chrome .popup-ask {
    display: none;
	position: absolute;
	top: 10px;
	right: 60px;
	color: #999;
	font-size: 18px;
}
.popup-chrome .popup-close:hover {
	background-color: #666;
}
.popup-chrome .image {
    min-width: 270px;
    display: table-cell;
    padding: 40px 0 40px 40px;
}
.popup-chrome .image img {
	width: 100%;
}
.popup-chrome .content,
.popup-chrome .thank-you {
    width: 100%;
    display: table-cell;
    padding: 40px 40px 40px;
    vertical-align: top;
}

.popup-chrome .thank-you {
	display: none;
}

#newsletterSignupThx {
    display: none;
}

@media only screen and (max-width: 380px) {
	.popup-chrome .content input,
	.popup-chrome .scfForm input {
        margin: 5px 0;
    }
    .popup-chrome .content input#dyjrkr-dyjrkr,
    popup-chrome .scfForm input#dyjrkr-dyjrkr {
        width: 100%;
        margin: 5px 0;
    }
}
@media only screen and (max-width: 800px) {
    .popup-chrome .image {
        display: none;
    }
    .popup-chrome h2 {
        font-size: 27px;
    }
}