body {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	background: none;
}
 input:required {
 border: none !important;
 outline: none !important;
 box-shadow: none !important;
 color: #777 !important;
}
input:required:focus {
 border: none !important;
 outline: none !important;
 box-shadow: none !important;
 color: #777 !important;
}
.dropdown {  }
.error {
	text-align: center;
	color: #ffba00;
	max-width: 470px;
	font-size: 18px;
	margin: 0 auto;
	line-height: 24px;
	padding: 0 20px;
}
.links {
	text-align: center;
	padding-bottom: 20px;
}
.coupon-image {
	max-width: 800px;
	padding: 20px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
}
.full {
	background: url(../images/bg.jpg) #282a2e no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.layer {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
strong {
	font-weight: 700;
}
a, a:hover {
	color: #fff;
	text-decoration: none;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.logo {
	padding-bottom: 50px;
	font-size: 36px;
}
.logo i {
	color: #28a8e0;
}
.reward-form {
	padding-top: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #fff;
}
.reward-form h2 {
	font-size: 80px;
	padding-top: 20px;
	font-weight: 700;
	text-shadow: 0 1px 7px rgba(0,0,0,.2);
	text-transform: uppercase;
	letter-spacing: -3px;
}
.reward-form h3 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 10px;
	opacity: 0.3;
	margin-top: 40px;
}
.reward-form p {
	margin-top: 20px;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 10px;
}
.foot {
	text-align: center;
	padding-top: 100px;
}
.foot p {
	margin-top: 20px;
	font-size: 10px !important;
	line-height: 14px;
	display: inline-block;
	font-weight: 600;
	padding: 5px 10px;
	color: #999;
}
.counter {
	margin-top: 10px;
	text-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	display: inline-block;
	width: 160px;
	height: 140px;
	margin: 0 10px;
	padding-top: 20px;
	background: #2d2d2d; /* browsers that don't support rgba */
	background: rgba(45,45,45,.5);
	font-size: 18px;
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	border-radius: 80px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 80px;
	line-height: 90px;
}
.subscribe {
	text-align: center;
}
.subscribe h3 {
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	background: rgba(45,45,45,.3);
	padding: 10px 20px;
	border-radius: 10px;
}
.subscribe p {
	margin-top: 20px;
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	padding: 5px 10px;
}
.subscribe form {
	margin-top: 24px;
}
.subscribe form input {
	width: 310px;
	height: 46px;
	margin: 0;
	padding: 0 10px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 46px;
	color: #777;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 3px;
}
.subscribe form input:focus {
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
 .subscribe form input:-moz-placeholder {
color: #888;
}
.subscribe form input:-ms-input-placeholder {
color: #888;
}
.subscribe form input::-webkit-input-placeholder {
color: #888;
}

.tog-button {
	margin: 0;
	padding: 5px 10px;
	background: none;
	border: 2px solid #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0;
}
.tog-button:hover {

	color: #fff;
}
.tog-button:active {

	color: #fff;
}

.main-button {
	width: 130px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: #28a8e0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0;
}
.main-button:hover {
	opacity: 0.9;
	color: #fff;
}
.main-button:active {
	background: #28a8e0;
	color: #fff;
}
.subscribe form button {
	width: 130px;
	height: 46px;
	margin: 0;
	padding: 0;
	background: #28a8e0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	text-shadow: 0;
}
.subscribe form button:hover {
	opacity: 0.9;
	color: #fff;
}
.subscribe form button:active {
	background: #28a8e0;
	color: #fff;
}
.social {
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.social a i {
	display: inline-block;
	padding: 0 10px;
}
.social a i:hover {
	color: #28a8e0;
}
.copyright {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.copyright a {
	border-bottom: 1px dotted #28a8e0;
}
.pdf-view { height:60vh; }
.pdf-object { width:100%; height:100%; border:none; }

/***** Media Queries *****/

@media (max-width: 1300px) {
.coupon-image {
	max-width: 500px;
}
}

@media (min-width: 768px) and (max-width: 979px) {
.logo h1 {
	padding-left: 0;
}
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	width: 140px;
	height: 120px;
	margin: 0 7px;
	padding-top: 20px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 60px;
	line-height: 70px;
}
}

@media (max-width: 767px) {
body {
	padding-left: 0;
	padding-right: 0;
}
.logo {
	padding-bottom: 0px;
	font-size: 36px;
}
.logo h1 {
	padding-left: 0;
	text-align: center;
}
.reward-form h2 {
	font-size: 36px;
	padding: 0 20px;
}
.reward-form p {
	padding: 0 20px;
}
.pdf-object { width:100%; height:auto; border:none; }
.pdf-view { height:40vh; }
.counter .days-wrapper, .counter .hours-wrapper, .counter .minutes-wrapper, .counter .seconds-wrapper {
	width: 140px;
	height: 120px;
	margin: 7px;
	padding-top: 20px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
}
.counter .days, .counter .hours, .counter .minutes, .counter .seconds {
	font-size: 60px;
	line-height: 70px;
}
.subscribe h3 {
	padding: 0 20px;
	font-size: 28px;
}
.subscribe p {
	padding: 0 20px;
}
.foot {
	padding-top: 50px;
}
}

@media (max-width: 480px) {
.subscribe form {
	padding: 0 20px;
}
.subscribe form input {
	width: 83%;
}
.subscribe form button {
	width: 90%;
	margin-top: 10px;
}
.logo {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 36px;
}
.reward-form {
	padding-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	text-align: center;
	color: #fff;
}
.subscribe p {
	display: none;
}
.foot {
	display: none;
}
.back {
	display: none;
}
.btn-group {
    position: absolute;
    top: 10px;
    right: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    *margin-left: .3em;
}
}
