.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.pointer {
	color: #00B0FF;
	font-family: 'Pacifico';
	font-size: 24px;
	margin-top: 15px;
	position: absolute;
	top: 130px;
	right: -40px;
}
.pointer2 {
	color: #00B0FF;
	font-family: 'Pacifico';
	font-size: 24px;
	margin-top: 15px;
	position: absolute;
	top: 130px;
	left: -40px;
}
pre {
	margin: 80px auto;
}
pre code {
	padding: 35px;
	border-radius: 5px;
	font-size: 15px;
	background: rgba(0, 0, 0, 0.1);
	border: rgba(0, 0, 0, 0.05) 5px solid;
	max-width: 500px;
}
.main {
	float: left;
	width: 100%;
	margin: 0 auto;
}
.main h1 {
	padding: 20px 50px 10px;
	float: left;
	width: 100%;
	font-size: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: 100;
	margin: 0;
	padding-top: 25px;
	font-family: 'Open Sans';
	letter-spacing: -1px;
	text-transform: capitalize;
}
.main h1.demo1 {
	background: #1ABC9C;
}
.reload.bell {
	font-size: 12px;
	padding: 20px;
	width: 45px;
	text-align: center;
	height: 47px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.reload.bell #notification {
	font-size: 25px;
	line-height: 140%;
}

.reload:hover {
	background: #317af2;
}

.clear {
	width: auto;
}
.btn:hover, .btn:hover {
	background: #317af2;
}
.btns {
	width: 410px;
	margin: 50px auto;
}
.credit {
	text-align: center;
	color: #888;
	padding: 10px 10px;
	margin: 0 0 0 0;
	float: left;
	width: 100%;
}
.credit a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.back {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: block;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f5f5f5;
	font-weight: bold;
	font-size: 13px;
	color: #888;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.back:hover {
	background: #eee;
}

.page-container {
	float: left;
	width: 100%;
	margin: 0 auto 300px;
	position: relative;
}
.header {
	overflow: hidden;
	clear: both;
}
.bg {
	position: absolute;
	min-height: 100% !important;
	width: 100%;
	z-index: 0;
}
.ibg-bg {
	position: absolute;
}
#btns {
	text-align: center;
	margin: 50px auto;
	height: 50px;
	overflow: hidden;
	float: left;
	width: 100%;
}
.main {
	position: relative;
}
.shuffle-me {
	display: block;
	position: relative;
	float: left;
}
.info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	padding: 20px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.info h1 {
	font-weight: bold;
	color: white;
	font-size: 20px;
	margin: 55px 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0;
}
.info h1 a {
	color: #fff;
}
.info h2 {
	margin-top: 0;
	color: white;
	font-size: 14px;
	font-family: georgia;
	font-style: italic;
}
.shuffle-group {
	position: relative;
	width: 100%;
}
.shuffle-group .shuffle-me {
	float: left;
}
