/**
 * General popup
 */
.popup_offer {
	/*
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 28px 17px 28px 17px;
	background: #000;
	border: 9px solid #d1cece;
	min-height: 300px;
	min-width: 300px;
	z-index: 9999;
	*/
	
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 0;
	text-align: center;
	white-space: nowrap;
	z-index: 9999;
}
	.popup_offer:before {
		content: '';
		display: inline-block;
		height: 100%;
		line-height: 100%;
		vertical-align: middle;
	}
	
.popup_offer-outer {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 96%;
	max-width: 600px;
	position: relative;
}
.popup_offer-inner {
	position: relative;
	display: block;
	padding: 28px 15px 28px 15px;
	background: #000;
	border: 9px solid #d1cece;
}
.popup_offer .close {
	position: absolute;
	top: 10px;
	right: 8px;
}

.popup_offer h2 {
	margin: 0 0 28px 0;
	font-size: 30px;
	text-align: center;
	color: #6dceb6;
}

.popup_offer-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.62);
	z-index: 9998;
}

.popup_offer-Image {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.popup_offer-promoText {
	font-size:1.33em;
	line-height: 1.3;
}

.popup_offer-resultText {
	margin: 1em 0;
	font-size: 18px;
}

.popup_offer-Video {
	display: block;
	margin: 0;
	position: relative;
	z-index: 0;
}
.popup_offer-Video-inner {
	position: relative;
	height: 0;
	padding: 0 0 56.25% 0; /* 560x315 */
}
.popup_offer-Video-inner iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.popup_offer-textAndLinks-content {
	display: inline-block;
}

.popup_offer-textAndLinks {
	display: inline-block;
	vertical-align: top;
	margin: 45px 0 0 310px;
	padding: 0 10px 40px 0;
	max-width: 380px;
	text-align: left;
}

.popup_offer-textAndLinks h1 {
	margin: 0;
}

.popup_offer-headline {
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'Libre Baskerville', serif;
}

.popup_offer-details {
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0;
}

.popup_offer-button {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	line-height: 48px;
	padding: 0 18px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
	background-color: #73cbb3;
	color: #fff;
}

.popup_offer-disclaimer {
	display: block;
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	font-style: italic;
	color: #727372;
}

.popup_offer-closeButton {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #232524;
	color: white;
	text-transform: uppercase;
	padding: 5px 15px;
	font-size: 12px;
	cursor: pointer;
	z-index: 10;
}

.popup_offer-closeButton:before {
	background-color: white;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	position: absolute;
	color: black;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	left: 11px;
	top: 10.5px;
}

.popup_offer .emailCapture {
	margin: 1.5em 0;
}

.popup_offer .emailCapture-fields input {
	display: inline-block;
	vertical-align: middle;
	width: 285px;
	height: 48px;
	line-height: normal;
	font-size: 16px;
}

.popup_offer .emailCapture-fields-submit {
	margin: 0 0 0 5px;
}


/**
 * Popup
 */
html.popupActive {
	overflow: hidden;
}

.popup {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
	font-size: 0;
}

.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
	html.no-rgba .popup-overlay {
		background: transparent url("../images/bg-black-opacity-70.png") 0 0 repeat;
	}

.popup-container {
	overflow-y: auto;
	overflow-x: hidden;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 16px;
	box-sizing: border-box;
}
	.popup-container > div {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin: 0 auto;
		text-align: left;
		width: 100%;
	}
	.popup-container:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

.popup-inner {
	background: #fff;
	text-align: left;
	min-height: 100px;
	position: relative;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0;
	margin: 1em auto;
	border: 6px solid #302e2e;
}

.popup-content {
	border: 1px solid #302e2e;
}

.popup-button-close {
	width: 30px;
	height: 30px;
	background: url('../images/fancybox/fancy_close.png') 0 0 no-repeat;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	right: -15px;
	top: -15px;
	z-index: 5500;
}
	.popup-button-close:hover {
		text-decoration: none;
	}

.popup-view,
.popup-body {
	position: relative;
}

/**
 * Video popup
 */
.video-popup .popup-container {
	padding: 0 15px;
}
.video-popup .popup-inner {
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
	max-width: 760px;
}
.video-popup .popup-content {
	background: #000;
	padding: 10px;
	border: 0;
}

/**
 * Image popup
 */
.image-popup .popup-container {
	padding: 0 15px;
}
.image-popup .popup-inner {
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
	max-width: 760px;
}
.image-popup .popup-content {
	background: #000;
	padding: 10px;
	border: 0;
}
	.image-popup .popup-content .image {
		display: block;
	}
	.image-popup .popup-content .image img {
		display: block;
		max-width: 100%;
	}