@charset "UTF-8";

/* ===================================================================
RESET & DEFAULT SETTINGS (DO NOT EDIT)
=================================================================== */
*{
	-webkit-appearance: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html,
body,
#wrapper{
	width:100%;
	height:100%;
}
body{
	color:#4C4C4C;
	font-size:12px;
	line-height:1;
	margin:0;
	font-family:sans-serif;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, figure, small, p {
	margin: 0;
	padding:0;
	font-size:100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
li {
    padding:0;
	margin:0;
}
a {
	display: inline;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(2,201,251,0.12);	
}
table{
	border-collapse:collapse;
}
.clearfix {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/* ===================================================================
MAIN SETTINGS
=================================================================== */
body {
	background: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
}
.inner {
	margin: 0 auto;
	width: 960px;
	min-width: 960px;
	position: relative;
}
a {
	color: #3865e4;
}
a:hover {
	text-decoration: none;
	color: #3c4c74;
}
.fade {
	opacity: 1;
	transition: opacity .40s ease-in-out;
	-moz-transition: opacity .40s ease-in-out;
	-webkit-transition: opacity .40s ease-in-out;
}
.fade:hover {
	opacity: 0.6;
}

/*
Header
------------------------------------- */
#topHeader {
	width: 100%;
	min-width: 1100px;
	height: 380px;
	margin: 0 auto;
	background-image: url(../img/bg.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}
#topHeader h1{
	padding-top: 50px;
}

/*
Introduction
------------------------------------- */
#intro {
	background: #000;
	margin: 0;
	padding: 50px 0 100px;
	color: #eee;
}
#intro h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 2.4em;
	color: #fff;
}
#intro p {
	margin: 0;
	padding: 0 50px;
	font-size: 1.4em;
	line-height: 1.6em;
}

/*
Contest Entry
------------------------------------- */
#entry {
	background: #eee;
	margin: 0;
	padding: 100px 0 50px 0;
	text-align: center;
}
#entry h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 3em;
	color: #000;
}
#entry .steps {
	width: 960px;
	height: 440px;
	margin: 0 auto;
}
#entry .steps .step1 {
	float: left;
	width: 460px;
	height: 440px;
	border-radius: 3px;
	box-shadow: 0px 5px 30px 10px #ddd;
}
#entry .steps .step2 {
	float: right;
	width: 460px;
	height: 440px;
	border-radius: 3px;
	box-shadow: 0px 5px 30px 10px #ddd;
}

/*
Entry Hashtags
------------------------------------- */
#hashtag {
	background: #eee;
	margin: 0;
	padding: 0 0 100px 0;
	text-align: center;
}
#hashtag h2 {
	margin-bottom: 50px;
	padding-top: 50px;
	text-align: center;
	font-size: 3em;
	color: #000;
}
#hashtag .container {
	text-align: left;
	background: #fff;
	padding: 1px;
	margin: 0;
	border-radius: 3px;
	box-shadow: 0px 5px 30px 10px #ddd;
}
#hashtag p {
	margin: 0;
	padding: 50px;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.6em;
}

/*
Entry Information
------------------------------------- */
#entryInfo {
	background: #eeeeee;
	margin: 0;
	padding: 0 0 50px 0;
	color: #000;
	text-align: center;
}
#entryInfo h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 3em;
	color: #000;
}
#entryInfo .container {
	text-align: left;
	background: #fff;
	padding: 1px 50px 100px 50px;
	margin: 0 0 50px;
	border-radius: 3px;
	box-shadow: 0px 5px 30px 10px #ddd;
}
#entryInfo h3 {
	margin: 60px 0 30px;
	padding: 0;
	background: #e2e2e2;
	padding: 12px 12px 8px 12px;
	text-align: center;
	line-height: 1.6em;
	font-size: 1.8em;
	color: #000;
	border-radius: 3px;
}
#entryInfo h4 {
	margin-bottom: 10px;
	line-height: 1.4em;
	font-size: 2em;
}
#entryInfo h4.prizes {
	text-align: center;
}
#entryInfo p {
	margin: 0 0 30px;
	padding: 0;
	line-height: 1.6em;
	font-size: 1.4em;
}
#entryInfo p.contestPeriod {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
}
#entryInfo p.contestPeriod br {
	display: none;
}
#entryInfo .prizeImg {
	margin: 30px auto 0 auto;
	text-align: center;
}
#entryInfo .prizeNote {
	width: 70%;
	margin: -60px auto 70px auto;
	font-size: 1.2em;
}
#entryInfo table {
	width: 70%;
	margin: 30px auto 70px auto;
	background: #fff;
	border-collapse: separate;
	border-radius: 3px;
}
#entryInfo table th {
	padding: 1em;
	background: #000;
	color: #fff;
	border-color: #fff;
	border-radius: 3px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
}
#entryInfo table th.global1st {
	background: #d00;
}
#entryInfo table td{
	padding: 0.8em;
	background: #f6f6f6;
	border-color: #fff;
	border-radius: 3px;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2em;
}
#entryInfo table td.head{
	width: 220px;
	font-weight: bold;
}

.note {
	font-size: 0.9em;
}
.txtbtn a {
	width: 50%;
	display: block;
	background: #000;
	border-radius: 100px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.em {
	color: #d00;
}

/*
Footer & Copyright Info
------------------------------------- */
footer {
	background: #000;
	text-align: center;
}
footer .copyright {
	color: #ddd;
	padding: 20px;
	text-align: center;
	font-size: 1.1em;
}

/* ===================================================================
SMARTPHONE SETTINGS
=================================================================== */
/*
max-width:980px
------------------------------------- */
@media screen and (max-width:980px){
/* Header */
#topHeader {
	width: 100%;
	min-width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: visible;
}
#topHeader h1{
	width: 100%;
	padding: 3% 0 10% 0;
}
#topHeader h1 img {
	width: 100%;
}
}
/*
max-width:768px
------------------------------------- */
@media screen and (max-width:768px){
img {
	width: 100%;
}
.inner {
	width: auto;
	min-width: auto;
}
/* Introduction */
#intro h2 {
	padding: 0 20px;
}
#intro p {
	padding: 0 20px;
}
/* Contest Entry */
#entry .steps {
	width: 90%;
	height: auto;
}
#entry .steps .step1 {
	float: none;
	width: 100%;
	height: auto;
	border-radius: 3px;
	margin-bottom: 30px;
	box-shadow: none;
}
#entry .steps .step2 {
	float: none;
	width: 100%;
	height: auto;
	border-radius: 3px;
	box-shadow: none;
}
/* Hashtags */
#hashtag .container {
	width: 90%;
	margin: 0 auto;
}
/* Entry Information */
#entryInfo {
	background: #fff;
	margin: 0;
	padding: 0;
}
#entryInfo h2 {
	margin-bottom: 0px;
	padding-top: 100px;
}
#entryInfo .container {
	border-radius: 0;
	margin: 0;
	padding: 1px 20px 50px 20px;
	box-shadow: none;
}
#entryInfo p.contestPeriod {
	line-height: 1.2em;
}
#entryInfo p.contestPeriod br {
	display: block;
}
#entryInfo .prizeImg {
	width: 90%;
	margin: 30px auto 0 auto;
	text-align: center;
}
#entryInfo .prizeNote {
	width: 90%;
	margin: -60px auto 70px auto;
	font-size: 1.2em;
}
#entryInfo table {
	width: 90%;
}
.txtbtn a {
	width: 75%;
}
}
/*
max-width:480px
------------------------------------- */
@media screen and (max-width:480px){
#entryInfo table {
	width: 100%;
}
#entryInfo .prizeImg {
	width: 100%;
}
#entryInfo .prizeNote {
	width: 100%;
	margin: -60px auto 70px auto;
	font-size: 1.2em;
}
.txtbtn a {
	width: 90%;
}
}