.slide {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	display: none;
}

.line-one, .line-two, .link-btn { top: 47%; }

.line-one, .line-two {
	color: #ddd;
	padding: 6px 13px 6px;
	margin: 0 15px 4px 150px;
	display: block;
	background: #000;
	background: rgba(0,0,0,.9);
	float: left;
	clear: left;
	line-height: 1.0em;
	
	box-shadow: -1px 1px 4px rgba(0,0,0,.1);
	-webkit-box-shadow: -1px 1px 4px rgba(0,0,0,.1);
	-moz-box-shadow: -1px 1px 4px rgba(0,0,0,.1);
	-ms-box-shadow: -1px 1px 4px rgba(0,0,0,.1);
	-o-box-shadow: -1px 1px 4px rgba(0,0,0,.1);
	
	/* to not flicker on at start */
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.light-scheme .line-one, .light-scheme .line-two {
	color: #333;
	background: #fff;
	background: rgba(255,255,255,.9);
}

.line-one {
	font-size: 34px;
	margin-bottom: 7px;
	margin-top: 25px;
}

.line-two {
	font-size: 20px;
}

.link-btn {
	color: #111;
	padding: 5px 11px 5px;
	display: block;
	background: #fff;
	background: rgba(255,255,255,.9);
	float: left;
	line-height: 1.2em;
	font-size: 18px;
	text-decoration: none;
	margin-top: 32px;
	border: 0;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	
	/* to not flicker on at start */
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.light-scheme .link-btn {
	color: #eee;
	background: #000;
	background: rgba(0,0,0,.9);
}
.link-btn:hover {
	color: #000;
	background: #ddd;
	border: 0;
	text-decoration: none;
}
.light-scheme .link-btn:hover {
	color: #fff;
	background: #333;
}

.big-image {
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 0; left: 0;
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
}

.slide-image {
	position: absolute;
	top: 0; left: 0;
	padding: 0; margin: 0;
	display: none;
}

.slide-blur {
	position: absolute;
	top: 0; left: 0;
	display: none;
}

#btn-prev, #btn-next, #btn-prev-cover, #btn-next-cover {
	position: fixed;
	top: 47%;
	width: 45px;
	height: 45px;
	margin: 0 20px;
	z-index: 10;
	cursor: pointer;
	display: none;
	margin-top: 43px;
	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
#btn-prev { background: url('../images/blrsldr-btns-dark.png') no-repeat top center; left: 0px; }
.light-scheme #btn-prev { background: url('../images/blrsldr-btns.png') no-repeat top center; left: 0px; }
#btn-next { background: url('../images/blrsldr-btns-dark.png') no-repeat bottom center; right: 0px; }
.light-scheme #btn-next { background: url('../images/blrsldr-btns.png') no-repeat bottom center; right: 0px; }
#btn-prev-cover { left: 0px; }
#btn-next-cover { right: 0px; }

.slide img, .slide canvas {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}


/***** Mobile Styles: *****/
.touch body { height:auto; }
.touch #content-align{ display:block !important; }
.touch #backup-content-column { width:600px; height:360px; margin-left:20px; margin-bottom: 50px; }
.touch .slide {
	width: 600px !important;
	height: 360px !important;
	position: absolute;
	overflow: hidden;
	
	left: 50%;
	margin-left: -300px;
	
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	
	box-shadow: -1px 2px 4px rgba(0,0,0,.08);
	-webkit-box-shadow: -1px 2px 4px rgba(0,0,0,.08);
	-moz-box-shadow: -1px 2px 4px rgba(0,0,0,.08);
	-ms-box-shadow: -1px 2px 4px rgba(0,0,0,.08);
	-o-box-shadow: -1px 2px 4px rgba(0,0,0,.08);
}
.touch .line-one, .touch .line-two { margin-left: 25px; }
.touch #btn-prev, .touch #btn-prev-cover, .touch #btn-next, .touch #btn-next-cover { top: 150px; position: absolute; }
.touch #btn-prev, .touch #btn-prev-cover { left: 50%; margin-left: -345px; }
.touch #btn-next, .touch #btn-next-cover { right: 50%; margin-right: -345px; }