body{
	background-image:url("../images/skybg.jpg");
	background-color:#7fb3c7;
	background-repeat:repeat-x;
	background-position:top center
}
#sky #sky-wrap{
	max-width:960px;
	position:relative;
	margin:0 auto
}
#sky .banner{
	padding:10px;
	background-color:#fff;
	margin-bottom:10px
}
#sky h1.title {
	text-shadow: 0px 2px 8px rgba(0,0,0,0.9);
}
#sky .banner img{
	max-width:100%
}
#sky .footer{
	padding:10px;
	background-color:#fff
}
#sky .footer img{
	max-width:100%
}
#sky #sky-wrap{
	color:#336699;
	min-height:40rem
}
#sky-wrap #contest-guidelines {
	color: #333;
}
#sky h1{
	padding-top:20px;
	color:#fff;
	text-align:center;
	font-size:35px;
	text-shadow:1px 1px 1px #000
}
#sky #sky-content{
	margin-bottom:20px
}
#sky #content-region{
	padding:20px;
	background-color:#fff
}
#sky #sidebar-region{
	padding:20px;
	background-color:#fff;
	text-align:center
}
#sky #sidebar-region .btn{
	width:100%
}
#main_menu{
	position:relative;
	margin-bottom:20px;
	margin-top:50px
}
#main_menu .menu{
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:42px
}
#main_menu .menu a{
	font-size:18px;
	color:#fff;
	text-align:center;
	padding:0 20px;
	text-shadow:2px 2px 2px #000
}
#main_menu .menu a:last-child{
	border:none
}
#main_menu .menu .enter-now {
	text-shadow:none;
	background-color: #333 !important;
	border:2px solid #fff !important;
	line-height: 40px !important;
}

a.enter-now {
	text-shadow:none;
	background-color: #333 !important;
	border:2px solid #fff !important;
}
.time-info{
	display:inline-block;
	overflow:hidden
}
.time-info>div{
	text-align:left;
	margin-bottom:15px
}
.time-info .time-content{
	text-align:left;
	padding-left:30px;
	position:relative
}
.time-info i{
	font-size:20px;
	position:absolute;
	left:0;
	top:0
}
.cert-register-white i{
	content:"";
	background-image:url("../images/cert-register-white.webp");
	background-repeat:no-repeat;
	display:inline-block;
	width:25px;
	height:30px;
	vertical-align:middle
}
.powered_by{
	font-size:12px;
	color:#000;
	text-align:center
}
.powered_by a{
	font-size:12px;
	color:#000;
	text-align:center
}
#language-switch{
	position:fixed;
	top:150px;
	right:0;
	padding:7px 5px;
	background-color:#fff;
	z-index:30;
	-webkit-border-top-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-topleft:20px;
	-moz-border-radius-bottomleft:20px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px
}

#entry-content .imageUploader {
	margin-bottom: 10px;
}

#submission-succeeded-block {
	background-color: #FFF;
}
@media screen and (min-width: 600px){
	.time-info>div{
		float:left;
		text-align:center;
		width:50%
	}
	.time-info .time-content{
		display:inline-block
	}

}
@media screen and (min-width: 780px){
	.time-info>div{
		float:left;
		text-align:center;
		width:33.3333%
	}
	.time-info .time-content{
		display:inline-block
	}

}
@media screen and (min-width: 1024px){
	.time-info>div{
		float:none;
		width:100%;
		text-align:left
	}
	#main_menu .menu .enter-now-wrap{
		position:absolute;
		top:0;
		right:0
	}

}
@media screen and (min-width: 1024px){
	.two-column{
		overflow:hidden;
		position:relative
	}
	.two-column #content-region {
		float:right;
		width:68.4%
	}
	.two-column #sidebar-region {
		height:100%;
		float:left;
		width:30%;
		margin-right:1.6%
	}

	.two-column #sidebar-region.fixed {
		position: fixed;
		top: 0px;
	    width: 20%;
		margin-right: 1.6%;
		height: initial;
		max-width: 285px;
	}

	.two-column #sidebar-region.is-touch-footer {
		top: initial;
	    position: absolute;
	    bottom: 0px;
	    width: 30%;
	}

	#content-region{
		min-height:15rem
	}

}
