@import url(http://fonts.googleapis.com/css?family=Roboto);
body, html {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	background: url(/image/bk-bg-bot.png) bottom center fixed no-repeat #00bff3;
	color: #fff;
	width: 100%;
	height: 100%; 
    min-height: 100%; 
    position: relative;
}
#mydiv { 
	position: absolute;
    height: 100%; 
    min-height: 100%; 
    width: 100%;
}
#wrapper {
	width: 800px;
}
#myheader {
	width: 100%;
    height:40px;
	background: #ff9a02;
    border-bottom:4px solid #e58900;
    position: fixed;
	z-index: 999;
}
#myheader .logo {
    display:inline-block;
    background:url(js-logo.png);
    width:177px;
    height:19px;
    margin-top:11px;
    margin-left:5px;
}

#slideshow {
	position: relative;
	margin-top: 40px;
	width: 100%;
	background: #000;
}
#slideshow img {
	height: 400px;
}

br { clear: both; }
.cntSeparator {
	font-size: 54px;
	margin: 10px 7px;
	color: #000;
}
.desc { margin: 10px 3px; }
.desc div {
	float: left;
	font-family: 'Roboto', sans-serif;
	width: 70px;
	margin-right: 65px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
#content {
	display: table;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 15px 0px 15px 35px;
	color: #333;
}
.block {
	position: relative;
	width: 200px;
	min-height: 280px;
	display: inline-block;
	text-align: center;
	margin: 20px 30px 20px 30px;
	vertical-align: top;
	border: 1px solid #f2f2f2;
	padding: 8px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.3); 
}
.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
.name {
	font-size: 12px;
}
.button {
	position: absolute;
	bottom: 8px;
}
.remain {
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.remain .text {
	color:##039;
	border-radius:4px;
	font-size:12px;
	background:##09C;
	padding:0px 4px 0px 4px;
}
.redeem {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #ee1eb5;
	display:inline-block;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #c70067;
}
.redeem:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
}
.redeem:active {
	position:relative;
	top:1px;
}
.redeem1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b3b3b3), color-stop(1, #8a8a8a) );
	background:-moz-linear-gradient( center top, #b3b3b3 5%, #8a8a8a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#8a8a8a');
	background-color:#b3b3b3;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#f7f7f7;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #6e6e6e;
}
.redeem1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8a8a8a), color-stop(1, #b3b3b3) );
	background:-moz-linear-gradient( center top, #8a8a8a 5%, #b3b3b3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#b3b3b3');
	background-color:#8a8a8a;
}.redeem1:active {
	position:relative;
	top:1px;
}
.terms {
	width: 600px;
	border: 1px solid #f8f8f8;
	border-radius: 8px;
	font-size: 12px;
	text-align: left
}
.terms-title {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 2px 0px 2px;
}
.error {
	color: red;
	font-weight: bold;
	font-size: 11px;
}
.context {
	font-size:14px;
	padding:15px;
}

@media screen and (max-width: 420px) {
#mydiv {
	min-width:350px;
}
#wrapper {
	width: 100%;
}
#slideshow {
	width: 100% !important;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#slideshow img {
	width: 100% !important;
	height: auto;
	margin-left: 10px;
}
.block {
	width: 80%;
	min-height: 150px;
}
.block img {
	width: 100%;
}
.title {
	font-size: 18px;
}
.name {
	font-size: 14px;
}
.button {
	position: relative;
	display: block;
	bottom: 0px;
	margin-top: 8px;
}
.socialbox {
	display: none;
}
.remain {
	font-size: 20px;
}
.remain .text {
	font-size: 20px;
}
.redeem, .redeem1 {
	font-size: 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.terms {
	width: 90%;
	font-size: 14px;
}
.terms-title {
	font-size: 14px;
}
h3 {
	font-size: 24px;
}
#loginbox, input {
	font-size: 14px;
}
#loginbox h2 {
	font-size: 16px;
}
#loginbox td {
	font-size: 14px;
}
.desc div {
	font-size: 18px;
}
.context {
	font-size:20px;
}
}