@font-face {
	font-family: 'penumbra';
	src: url('../font/PenumbraHalfSerifStd-SeBd.otf') format('opentype'),
		url('../font/PenumbraHalfSerifStd-SeBd.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

#master {
	background: url(../img/content/background2.jpg) center 0;
	min-width: 1000px;
	height: 1080px;
	overflow: hidden;
	position: relative;
}

#cloud-1,
#cloud-2 {
	background: url(../img/content/cloud-1.png);
	width: 1920px;
	height: 603px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

#cloud-2 {
	background: url(../img/content/cloud-2.png);
	left: -50%;
}

header {
	background: url(../img/content/header.png) center 0;
	height: 84px;
	position: relative;
	z-index: 20;
}

header a {
	position: absolute;
	top: 8px;
	right: 162px;
}

.centralizing {
	width: 730px;
	margin: 0 auto;
	position: relative;
	display: table;
}

main {
	margin-top: 46px;
	position: relative;
	z-index: 20;
}

#title,
#content {
	width: 546px;
	float: right;
}

#title h1 {
	font: bold 36px 'penumbra';
	color: #C30000;
	text-shadow: 3px 3px 10px #F36D5B,
		-3px -3px 10px #CA793F;
	margin: 20px 0 0 46px;
}

#title h2 {
	font: bold 14px 'penumbra';
	color: #000000;
	margin: 0px 0 0 34px;
}

#title p {
	font-size: 12px;
	color: #000000;
	text-align: center;
	line-height: 16px;
	width: 410px;
	margin: 64px auto 0 auto;
}

#box-change {
	height: 234px;
	margin: 0 118px 0 0;
	position: relative;
}

#box-change>div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.show,
.hide {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.hide {
	opacity: 0 !important;
	visibility: hidden !important;
}

#steps {
	width: 100%;
	margin-top: 40px;
	display: table;
}

#steps img {
	float: right;
}

#steps h3 {
	font: bold 16px 'penumbra';
	color: #C30000;
}

#steps li {
	width: 100%;
	height: 24px;
	margin-top: 14px;
	display: table;
}

#steps p {
	float: left;
	font-size: 12px;
	color: #000000;
	margin-right: 10px;
}

#steps p span {
	color: #C30000;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}

#box-loader img {
	margin: -24px 0 0 -24px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#box-success p,
#box-error p {
	float: none;
	font: bold 20px 'penumbra';
	margin-top: 100px;
	text-align: center;
	text-shadow: 3px 3px 10px #6effca, -3px -3px 10px #6effca;
}

#box-error p {
	font-size: 16px;
	text-shadow: 3px 3px 10px red, -3px -3px 10px red;
}

#redeemed {
	width: 100%;
	margin-top: 20px;
}

#redeemed h4 {
	font: bold 16px 'penumbra';
	color: #e3c460;
}

#box-code {
	background: url(../img/content/code.png);
	width: 546px;
	height: 101px;
	margin-top: 10px;
}

#box-code p {
	color: #a0a4ae;
	font-size: 12px;
	text-align: center;
	padding-top: 26px;
}

#box-code input {
	font: bold 18px 'penumbra';
	color: #e3c460;
	text-align: center;
	background: transparent;
	width: 100%;
	padding-top: 14px;
	border: none;
}

#redeemed>p {
	font-size: 11px;
	color: #FDEFA7;
	text-align: center;
	margin-top: 20px;
}

footer {
	background: #000;
	width: 100%;
	height: 18px;
	position: absolute;
	bottom: 0;
	opacity: 0.4;
	z-index: 20;
}

#facebook-share-button {
	float: left;
	margin-top: 10px;
	margin-left: 21px;
}