#popover-email-signup {
}

/* main container style */
.popover-email-signup-container {
	padding-top: 35px;
	max-width: 898px;
	padding-bottom: 35px;
	position: relative;
	text-align:center;
	background-color:white;
	color: #16181C;
	width:760px;
	height:560px;
	margin:0 auto;
	border-radius: 2px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	z-index: 90;
}

/* top left yellow ribbon */
.ribbon-left-wrapper {
	width: 300px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	top: -5px;
	left: -5px;
}
.ribbon-left-yellow {
	font-family:'Open Sans';
	z-index: 2
	color: black;
	font-size: 18px;
	font-weight: 600;
	position:relative;
	width: 200px;
	top: 18px;
	left: -60px;
	background-color: #FDE051;
	padding: 8px 0;
	text-align: center;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
}
.ribbon-left-yellow:after {
	content:"";
	position: absolute;
	z-index: 1;
	top: 100%;
	bottom: 0;
	width: 120%;
	height: 12px;
	left: -10%;
	right: -10%;
	background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
	background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.33), rgba(97, 97, 97, 0.0) 40%);
}

/* headers */
.popover-email-signup-head-1 {
	color: #666;
	font-size: 16px;
}
.popover-email-signup-head-2 {
	font-size: 58px;
	font-weight: 700;
	color: #000;
}
.popover-email-signup-head-3 {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 16px;
}

/* side lines header effect */
.side-lines-double {
	position: relative;
	z-index: -1;
	overflow: hidden;
}
.side-lines-double:before,
.side-lines-double:after {
	position: absolute;
	top: 51%;
	width: 49%;
	height: 4px;
	content: '';
	border-top: #C3C3C3 solid 1px;
	border-bottom: #C3C3C3 solid 1px;
}
.side-lines-double:before {
	margin-left: -50%;
	text-align: right;
}
.side-lines-double:after {
	margin-left: 1%;
}

/* input wrapper */
.popover-email-signup-form-box {
	width: 90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* input box */
.popover-email-signup-input {
	width: 100%;
	text-align: center;
	border-radius: 5px;
	height: 50px;
	font-size: 26px;
	border: 1px solid #C3C3C3;
	background-color: #FFF;
}

/* fancy pink button */
.custom-pink-btn {
	margin-top: 10px;
	width:100%;
	text-align: center;
	position: relative;
	height: 68px;
	border: 0;
	border-radius: 3px;
	font-size: 26px;
	line-height: 52px;
	background-color: #FA346B;
	color: #FFFFFF;
}
.custom-pink-btn:after {
	content:"";
	position: absolute;
	z-index: -1;
	top: 60px;
	width: 180%;
	height: 40px;
	left: -40%;
	right: -40%;
	background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
	background: radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 40%);
}
.popover-email-signup-submit-btn,
.popover-email-signup-submit-btn:hover,
.popover-email-signup-submit-btn:active {

}
.popover-email-signup-submit-btn:hover,
.popover-email-signup-submit-btn:active {

}

/* error display */
.popover-email-signup-warning {
	color: #ff5f4c;
	margin-top: 15px;
}

/* no thanks link */
.popover-email-signup-no-thanks {
	color: #888888;
	text-decoration:none;
	font-size: 18px;
}
.popover-email-signup-no-thanks:hover,
.popover-email-signup-no-thanks:active {
	color: #4E87C9;
}

/* movie covers */
.popover-email-signup-img-container {
    display: inline-block;
	position: relative;
}
.popover-email-signup-locked {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 24px;
	bottom: 2px;
	display: block;
}
.popover-email-signup-img {
	height: 150px;
	margin-left: 25px;
	margin-right: 25px;
}

/* ajax response styles */
.v-offset-5 { margin-top: 5px; }
.v-offset-10 { margin-top: 10px; }
.v-offset-15 { margin-top: 15px; }
.v-offset-20 { margin-top: 20px; }
.v-offset-25 { margin-top: 25px; }
.v-offset-30 { margin-top: 30px; }
.popover-signup-green {
	color: #27ae60;
}
.popover-signup-blue {
	color: #4E87C9;
}
.popover-email-signup-response-header-1 {
	font-size: 24px;
	font-style: italic;
	font-weight: 600;
}
.popover-email-signup-response-header-2 {
	font-weight: 600;
	font-size: 18px;
	color: #666;
}
.popover-email-signup-response-header-3 {
	font-weight: 600;
	font-size: 14px;
}
.popover-email-signup-response-header-4 {
	font-weight: 200;
	font-size: 22px;
}
.popover-email-signup-response-img {
	height: 260px;
	margin-left: 20px;
	margin-right: 20px;
}
.popover-email-signup-response-locked {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 24px;
	bottom: 6px;
	display: block;
}
.popover-email-signup-container-close {
	position: absolute;
	height: 30px;
	width: 30px;
	top: -10px;
	right: -10px;
	cursor: pointer;
}