@import url('//fonts.googleapis.com/css?family=Open+Sans:400');

@media only screen and (max-width: 1280px) {
	html {
		background: url('../gfx/bg_04_1280x860.jpg') #2d2c28 no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_1280x860.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_1280x860.jpg', sizingMethod='scale')";
		}

	table#frost td.padding {
		height: 10px;
	}

	table#frost td.link {
		font-size: 20px;
	}

	table#frost td.title {
		font-size: 22px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1600px) {
	html {
		background: url('../gfx/bg_04_1600x1080.jpg') #2d2c28 no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_1600x1080.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_1600x1080.jpg', sizingMethod='scale')";
		}

	table#frost td.padding {
		height: 15px;
	}

	table#frost td.link {
		font-size: 22px;
	}

	table#frost td.title {
		font-size: 24px;
	}
}

@media only screen and (min-width: 1601px) and (max-width: 2160px) {
	html {
		background: url('../gfx/bg_04_2160x1280.jpg') #2d2c28 no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_2160x1280.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_2160x1280.jpg', sizingMethod='scale')";
		}

	table#frost td.padding {
		height: 20px;
	}

	table#frost td.link {
		font-size: 24px;
	}

	table#frost td.title {
		font-size: 26px;
	}
}

@media only screen and (min-width: 2161px) and (max-width: 2880px) {
	html {
		background: url('../gfx/bg_04_2880x1800.jpg') #2d2c28 no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_2880x1800.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_2880x1800.jpg', sizingMethod='scale')";
		}

	table#frost td.padding {
		height: 40px;
	}

	table#frost td.link {
		font-size: 26px;
	}

	table#frost td.title {
		font-size: 28px;
	}
}

@media only screen and (min-width: 2881px) and (max-width: 3440px) {
	html {
		background: url('../gfx/bg_04_3440x2048.jpg') #2d2c28 no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_3440x2048.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_3440x2048.jpg', sizingMethod='scale')";
		}

	table#frost td.padding {
		height: 60px;
	}

	table#frost td.link {
		font-size: 28px;
	}

	table#frost td.title {
		font-size: 30px;
	}
}

@media only screen and (min-width: 3441px) and (max-width: 4096px) {
	html {
		background: url('../gfx/bg_04_4096x2400.jpg') #2d2c28 no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_4096x2400.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_4096x2400.jpg', sizingMethod='scale')";
		}

	table#frost td.padding {
		height: 80px;
	}

	table#frost td.link {
		font-size: 30px;
	}

	table#frost td.title {
		font-size: 32px;
	}
}

@media only screen and (min-width: 4097px) {
	html {
		background: url('../gfx/bg_04_5120x2880.jpg') #2d2c28 no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_5120x2880.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gfx/bg_04_5120x2880.jpg', sizingMethod='scale')";
		}

	table#frost td.padding {
		height: 100px;
	}

	table#frost td.link {
		font-size: 32px;
	}

	table#frost td.title {
		font-size: 34px;
	}
}

@font-face { 
	font-family: 'HypatiaSansProL';
	src: url(../fonts/HypatiaSansPro-Light.otf);
}

@media print {
	.noPrint, .noPrint * {
		display: none !important;
	}
}

html, body {
	height: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	background: transparent;
	text-align: center;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-font-smoothing: antialiased;
}

a:link, a:visited, a:active, a:hover {
	background: transparent;
	text-decoration: none;
	outline: none;
}

a:link, a:visited, a:active {
	color: #000;
}

a:hover {
	color: #fff;
}

.hide {
	-webkit-transform: scale(1.0, 1.0);
	opacity: 0.01;
	-webkit-transition: all 0.80s ease-in-out;
	transition: all 0.80s ease-in-out;
	visibility: hidden;
}

.show, .frostShow {
	-webkit-transform: scale(1.0, 1.0);
	-webkit-transition: all 0.80s ease-in-out;
	transition: all 0.80s ease-in-out;
	visibility: visible;
}

span#logoText.hide, span#logoText.show {
	color: #fff;
}

span#logoText.frostShow {
	color: #000;
	-webkit-transform: scale(1.0, 1.0);
	-webkit-transition: all 0.80s ease-in-out;
	transition: all 0.80s ease-in-out;
	visibility: visible;
}

/*** header ***/

div#header {
	position: relative;
	top: 0;
	background: transparent;
	min-width: 380px;
	width: 23%;
	height: 380px;
	font-family: HypatiaSansProL;
	font-size: 36px;
	letter-spacing: 5px;
	text-align: center;
	margin: 0 auto -380px auto;
	border: 0;
	z-index: 100;
}

img#logoImage {
	position: relative;
	top: 0;
	width: 232px;
	height: 217px;
	margin: 40px auto 0 auto;
	border: 0;
}

span#logoText {
	position: relative;
	top: -10px;
	font-family: HypatiaSansProL;
	font-size: 36px;
	letter-spacing: 5px;
	text-align: center;
	margin: 0 auto 0 4px;
}

.iconTop {
	margin-top: 4px;
	width: 44px;
	height: 44px;
	color: #fff;
	padding : 0;
	transition: 150ms ease transform;
}

.iconTopLine {
	stroke: #282828;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

/*** frost content column ***/

table#frost {
	position: relative;
	top: 0;
	background: rgba(254,254,254,0.55);
	min-width: 380px;
	width: 23%;
	height: 100%;
	margin: 0 auto;
	border: 0;
	padding: 0;
	z-index: 10;
}

table#frost td#top {
	height: 380px;
}

table#frost td.padding {
	padding: 0;
}

table#frost td.title {
	height: auto;
	text-align: center;
	vertical-align: middle;
	font-family: 'Open Sans';
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	line-height: 1.3em;
}

table#frost td.link {
	height: auto;
	text-align: center;
	vertical-align: middle;
	font-family: 'Open Sans';
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	line-height: 1.3em;
}

table#frost td#bot {
	height: 50px;
	text-align: center;
	vertical-align: middle;
	padding: 25px 0 20px;
}

a.disp {
	display: inline;
}

/*** social media icons ***/

.smIcon {
	width: 44px;
	height: 44px;
}

#twitter {
	margin: 0 19px 0 0;
}

#facebook {
	margin: 0 19px;
}

#instagram {
	margin: 0 0 0 19px;
}

/*** video page styles ***/

.vidBack {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 10;
	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.vidBack:hover {
	opacity: 1.0;
}

#outerDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
}

#innerDiv {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	display: table-cell;
	border:1px solid #000;
}

#video {
	max-width: 1920px;
	max-height: 1080px;
	width: 100%;
	height: 100%;
}






#age-verify {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.0);
	font-family: 'Open Sans';
    z-index: 1000;
	transition: 1500ms;
}

#age-verify .window {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 460px;
	height: 280px;
	overflow: hidden;
	padding: 30px;
	margin-left: -240px;
	margin-top: -140px;
	background-color: rgba(240, 236, 235, 0.6);
	border: 0;
	box-sizing: border-box;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	transition: 1500ms;
}

#age-verify .window span {
	display: block;
	text-align: center;
}

#age-verify .window span.title {
	font-size: 2.2em;
	margin-top: 20px;
}

#age-verify .window span.text {
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 1.4em;
}

#age-verify .window button {
	border: 0;
	margin: 0;
	padding: 4px 2px;
	width: auto;
	height: auto;
	color: #000;
    font-size: 18px;
	background: transparent;
	margin-top: 40px;
	transform: scale(1);
	transition: 0.2s;
}

#age-verify .window button.back {
	display: block;
	float: none;
	margin: auto;
	background-color: #fff;
	color: #ED6A5A !important;
	margin-top: 20px;
}

#age-verify .window button.letMeIn {
	margin: 4px auto;
	cursor: pointer;
	border-bottom: 2px solid;
}

#age-verify .window button.yes {
	float: left;
}

#age-verify .window button.no {
	float: right;
}

#age-verify .window button:hover {
	//transform: scale(1);
	//box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
	//background-color: #f29488;
}

#age-verify .window .underBox {
	position: absolute;
	width: 400px;
	height: 250px;
	padding: 40px;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #ED6A5A;
	transition: 500ms;
	box-sizing: border-box;
}

#age-verify .window .underBox * {
	color: #FFF !important;
}

#age-verify.hidden {
	opacity: 0;
	visibility: hidden;
}

#age-verify.hidden .window {
	transform: scale(0.5);
}

#age-verify.under .window .underBox {
	top: 0%;
}
