


body, html{
background: #efefef !important;;

	text-align: center;

	width: 100%; min-height: 100%;
	margin: 0; border: 0;
	font-family: 'Open Sans', sans-serif;
  text-align: center;

}

html{
	overflow: auto;
}

body{
	width: 100%;
	height: 100%;
	overflow: visible;

	background-size: auto;
	background-repeat:repeat;
	padding: 0 !important;
	padding-bottom: 20px !important;
}

h1{
	color: #333 !important;
}

.pp_content{
	color: #222 !important;
}

.iframeScaleContainer{
	position: relative;
	display: inline-block;
	width: 39.5%; max-height: 800px;
	margin: 0;
	vertical-align: top;
	min-width: 250px;
	min-height: 300px;
	height: 350px;
	z-index: 9;
	transition: all 800ms;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.45) inset;
	overflow: visible;
}
.valigner{
	display: inline-block;
	position: relative;
	width: 1px;
	margin: 0; padding: 0;
	height: 100%;
	vertical-align: middle;
}
.valigner2{
	display: inline-block;
	position: relative;
	width: 1px;
	margin: 0; padding: 0;
	height: 70px;
	vertical-align: middle;
}
/* NEW STUFF - HOLIDAY SALE! --*/

.saleHeader{
	display: block;
	position: relative;
	width: 100%;
	height: 55%;
	max-height: 650px;
	background: url(/sale/graphics/UovO1LR.jpg);
	background-size: 100% auto;
	background-position-y: 70%;
	border-bottom: 1px solid #fff;
}

.logo{
	width: 200px; height: auto;
}

.salesContent{
	text-align: center !important;
	font-size: .9em;
}

.countDown{
	display: block;
	position: relative;
	padding: 10px;
	font-size: 1.4em;
}


.aGlowingBox{
	display: inline-block;
	margin: 0px;
	max-width: 500px;
	min-height: 850px;
	vertical-align: top;
}




.zoomzies{
	width: 80% !important;
	max-width: 900px;
}
.zoomzies2{
	width: 90% !important;
	max-width: 1900px;
	max-height: 1900px;
}

.zoomButton{
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	padding: 10px;
	right: 10px;
	top: 10px;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	opacity: .25;
	border-radius: 5px;
	z-index: 9;
	cursor: pointer;
	transition: opacity 300ms;
}

.zoomButton:hover{
	opacity: 1;
}

.leftArrow{
	display: block;
	position: absolute;
	left: 10px;
	top: 49%;
	width: 10px; height: 10px;
	cursor: pointer;
	padding: 10px;
	color: #fff;
}

.rightArrow{
	display: block;
	position: absolute;
	right: 10px;
	top: 49%;
	width: 10px; height: 10px;
	cursor: pointer;
	padding: 10px;
	color: #fff;
}

.playStart{
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	margin-left: -50px;
	top: 40%;
	font-size: 50px;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	opacity: 1;
	transition: all 500ms;
}

.invis{
	opacity: 0;
}

.canvasVideoBox{
	position: relative;
	display: inline-block;
	width: 80%; height: auto;
	max-width: 900px;
	margin: 0 0 10px 0;
	background: #111;
	overflow: hidden;
	vertical-align: top;
	min-width: 250px;
	text-align: center;
	transition: all 800ms;
	padding-bottom: 35%;
}

.hideVideo1{
	max-height: 0px;
	max-width: 900px;
	padding-bottom: 0 !important;
	opacity: 0;
	overflow: hidden;
}



.hideVideo2{
	display: none;
}

.videoHolder{
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	left: 0; top: 0;
	z-index: 2;
}

.videoButtons{
	display: inline-block;
	position: relative;
	width: 80%;
	max-width: 900px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.videoSwitchButton{
	display: inline-block;
	position: relative;
	width: 49.5%; height: auto;
	padding: 0; margin: 0;
	background-color: #75a2b1;
	color: #fff;
	overflow: hidden;
	vertical-align: top;
	min-width: 250px;
	text-align: center;
	margin-bottom: 5px;
	transition: all 500ms;
	text-decoration: none;
	border: 1px solid rgba(192,238,226,0.75);
}

.videoButtonClickable{
	background-color: #447686;
	color: #fff;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.0);;
}

.videoButtonClickable:hover{
	background-color: #275665;
}

.videoButtonClickable .videoButtonInner{

}

.videoButtonLeft{
	border-right: 1px solid #000;
}

.videoButtonInner{
	display: inline-block;
	position: relative;
	padding: 20px;
	transition: text-decoration 500ms;
}

.canvasInfoBox{
	position: relative;
	display: inline-block;
	width: 80%; height: auto;
	max-width: 900px;
	padding: 1% 0;
	background: #d4d4d4;
  box-shadow: 0px 3px 3px inset rgba(0,0,0,0.2);
	overflow: hidden;
	vertical-align: top;
	min-width: 250px;
	text-align: center;
	margin-bottom: 55px;
}

.canvasInfoBoxTop{
	border-radius: 20px 20px 0 0 ;
	margin-bottom: 0px !important;
	min-height: 110px;
}
.canvasInfoBoxBottom{
	border-radius:  0 0 20px 20px;
}


.canvasInfoContent{
	display: block;
	position: relative;
	padding: 20px;
	font-size: 0.85em;
	color: #333;
	text-align: left;
	line-height: normal;
	z-index: 9;
}

.canvasInfoContentSold{
	color: #999 !important;
}

.canvasInfoContentBottom{
	min-height: 400px;
}

.canvasInfoTitle{
	color: #222;
	font-size: 1.35em;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	max-width: 95%;
}



.canvasInfoLine{
	display: block;
	position: relative;
	padding: 10px 5px;

}

.canvasInfoFloatLeft{
	display: block;
	float: left;
	padding: 10px 5px 15px 5px;
	max-width: 90%;
}
.canvasInfoFloatRight{
	display: block;
	float: right;
	padding: 10px 5px 15px 5px;
	max-width: 40%;
}


.canvasPrice{
	display: block;
	position: absolute;
	right: 25px; top: 25px;
}

.newSlider{
	display: block; position: absolute !important;
	width: 100% !important; height: 1px !important;
	bottom: 0; left: 0;
}

.noUi-horizontal .noUi-handle {
	top: -30px !important;
}

.sliderImage{
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-position: center;
	background-size: contain;
	overflow: hidden;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 500ms;
}

.visibleImage{
	opacity: 1 !important;
}

.firstImage{
	position: relative;
	display: inline-block;
	overflow: hidden;
	opacity: 0;
	width: 95%;
	vertical-align: middle;
}

.firstImage img{
	max-width: 100%;
	height: auto;
	max-height: 300px !important;
	transition: all 500ms;
}

.zoomzies2 .firstImage img{
	max-height: 1500px !important;
}

.zoomImage{
	max-height: 1000px !important;
}

.topPp{
	padding-top: 20px !important;
}

.pp{
	border-bottom: 0 !important;
}

.iframeHeader{

	position: relative;
	display: inline-block;
	width: 100%; height: auto;
	vertical-align: top;
	min-width: 250px;
	z-index: 9;

}

.iframe{
	position: absolute;
	left: 0px; top: 0px;
	width: 100%; height: 100%
}

.iframes{
  display: inline-block;
  position: relative;
  border: 0;
  width: 80%; height: 90%;
}


.button{
	display: inline-block;
	position: relative;
	padding: 30px;
	background: rgba(255,255,255,.2);
	border-radius: 20px;
	cursor: pointer;
}

.buyGlowButton{
	display: block;
	float: left;
	padding: 20px 0; border-radius: 10px;
	width: 100%;
	margin: 20px 0;
	background: #b8d6b4;
	cursor: pointer;
	transition: background 500ms;
	text-align: center;
	font-size: 1.75em;
}

.buyGlowButton:hover{
	background: #43863a;
}

.buyButtonSold{
	color: #999 !important;
	background: #111 !important;
}

.buyButtonSold:hover{
	color: #999 !important;
	background: #111 !important;
}

.buyGlowButtonInner{
	padding: 10px;
}

.buyGlowHolder{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 0px;
	transition: all 900ms;
	margin-top: 25px;
}

.showBuyGlow{
	max-height: 900px;
}

.buyGlowSection{
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 500px;
	margin-bottom: 20px;
	font-size: 1em;
}

.glowOption{
	display: block;
	position: relative;
	width: 93%;
	padding: 15px 3%;
	background: #447686;
	color: #fff;
	border-radius: 10px;
	margin: 4px 0;
	transition: all 500ms;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0);

}

.glowInlineRight{
	display: block;
	float: right;
	width: 150px;
	font-size: 1.25em;
	text-align: right;
	padding: 15px 0;
}

.glowOptionRight{
	display: block;
	position: absolute;
	width: 100px;
	text-align: right;
	right: 0; top: 0;
	padding: 15px;
}

.glowOptionLeft{
	display: inline-block;
	position: relative;
	width: 80%;
	text-align: left;
}

.glowOption:hover{
	background: #205c6f;
}


.glowOptionSelected{
	background: #184350 !important;
	border: 1px solid #75a2b1;

}

.glowOptionDetails{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-height: 0px;
	transition: all 300ms;
}

.glowOptionDetailsVisible{
	max-height: 200px;
}

.glowOptionImage{
	display: block;
	position: relative;
	margin: 20px 0;
	width: 100%;
	height: auto;
	min-width: 500px;
}

.glowInvoice{
	padding: 20px;
	text-align: left;
}


.glowTerms{
	display: block;
	position: relative;
	font-size: .85em;
	text-align: justify;
}

.payButtonHolder{
	display: block;
	position: relative;
	text-align: center;
	width: 100%; max-height: 500px;
	overflow: hidden;
	transition: all 500ms;
}

.payButton{
	max-width: 100%;
}

.payButtonHidden{
	max-height: 0;
}

.topSliderHolder{
	display: block;
	position: absolute;
	width: 100%;
	height: 35%;
	left: 0; top: 0;
}

.handleArrows{
	display: block;
	position: absolute;
	width: 100px;
	height: 100%;
	text-align: center;
	padding: 19px;
	 color: rgba(48,48,48,.45);
	font-size: 20px;
	left:-20px;
}

.inlineImageHolder{
	margin-bottom: 0 !important;
}

.limitedEdition{
 font-style: italic;
 font-weight: bolder;
}

.multiImagePagination{
	display: block;
	position: relative;
	text-align: center;
	padding: 10px;
}

.multiImageLink{
	cursor: pointer;
	font-size: .85em;
	text-decoration: underline;
	color: #68d8fd;
}

.multiImageSelected{
	text-decoration: none !important;
}

.cryptoThingy{
	margin-top: 40px !important;
	border-radius: 10px;
	border: 1px solid #fff;
}

.imageShadow{
	display: block;
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	box-shadow: none !important;
-webkit-box-shadow:none !important;

cursor: pointer;
color: #444; font-size: 1.25em;
}
.inlineImage{
	width: 100%; height: auto;
	max-width: 600px;
	border-radius: 10px;
}
@media (max-width: 880px) {
	.saleHeader{
		height: 200px !important;
		background-size: cover;

	}
	h1{
		font-size: 1.65em !important;
	}
	.fa-snowflake{
	
	}
}

@media (max-width: 780px) {
	.hideMobile{
		display: none;
	}
	.videoSwitchButton{
		width: 100%;
	}

	.canvasVideoBox{
		padding-bottom: 45%;
	}
}
@media (max-width: 680px) {

	.aGlowingBox{
		width: 100% !important;
		min-height: 300px;
	}

/*

	.iframes{
	  display: inline-block;
	  position: relative;
	  border: 0;
	  width: 100%; height: 100%;
	}

	.iframeScaleContainer{
		width: 80% !important;
		margin-bottom: 15px !important;
	}

	.canvasVideoBox{
		width: 80%;
	}

*/

	.iframeScaleContainer{
	height: auto !important;
	}

	.valigner{
		height: 300px !important;
	}


.canvasInfoContentBottom{
	min-height:inherit;
}

		.canvasInfoTitle{
			color: #222;
			font-size: 1.05em;
		}


	.noUi-horizontal .noUi-handle {
		width: 30px !important;
		height: 30px !important;
		left: -15px !important;
		top: -15px !important;
		border-radius: 15px !important;

	}

	.iframeHeader{
		display: none !important;
	}

	.handleArrows{
		padding: 10px !important;
		font-size: 10px !important;
		left:-35px !important;
	}


 }
