html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	background-color: #FFF;
	color: #000;
  margin: 0;
  padding: 0;
  font-family: 'aktiv-grotesk', 'Roboto', Tahoma;
  overflow-x:hidden;
}

#page-wrapper {
  min-height:100%;
  position:relative;
}

#page-content {
	display: inline-block;
	padding-bottom: 68px;
	width: 100%;
}

h1 {
	color: #FFF;
	font-size: 55px;
	font-family: 'Roboto', Tahoma;
}

h2 {
	border-bottom: 2px solid #e2e2e2;
	color: #322f2f;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 50px;
	padding-bottom: 6px;
	width: 100%;
}

h3.rules {
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 6px;
	margin-left: 20px;
}

.subtitle {
	display: inline-block;
    width: 100%;
    position: relative;
    float: left;
    margin-top: -15px;
    margin-bottom: 25px;
}

p {
	font-size: 18px;
	margin-bottom: 20px;
}

p.small {
	font-size: 14px;
}

.red {
	color: red;
}

ul li {
	font-size: 16px;
	margin-bottom: 5px;
}

a {
	outline: none;
}

a:hover, a:focus, a: active {
	outline: none;
}

.alert {
	border-radius: 2px;
	margin-top: 30px;
}

.alert h4 {
	margin-bottom: 0px;
}

.alert .close {
	margin-top: -2px;
}

.container {
	max-width: 100%;
	width: 1330px;
}

.container-small {
  padding-left: 15px;
  padding-right: 15px;
	margin: 0 auto;
	max-width: 100%;
	width: 1110px;
}

.text-wrapper {
	padding-top: 20px;
	padding-bottom: 50px;
}

.text-center {
	text-align: center;
}

.btn {
	border-radius: 2px;
	font-size: 20px;
	font-weight: bold;
	height: 60px;
	width: 190px;
}

video {
	max-width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
}

a.btn {
	padding-top: 14px;
}

.btn-blue {
	background-color: #00a9e0;
	color: #FFF;
}

.btn-blue:active, .btn-blue:hover, .btn-blue:focus {
	background-color: #2f404e;
	color: #FFF;
	outline: none!important;
}

header {
	display: inline-block;
	float: left;
	width: 100%;
}

header .alert-info {
	display: inline-block;
	margin-top: 40px;
	width: 100%;
	font-size: 22px;
	margin-bottom: 0px;
}

#header-top {
	background-color: #00a9e0;
	display: inline-block;
	float: left;
	min-height: 91px;
	position: relative;
	width: 100%;
}

#logo {
	float: left;
	margin-left: -5px;
	margin-top: 6px;
}

#logo img {
	max-width: 100%;
}

.logo-small {
	display: none;
	margin-top: 15px;
}

#menu {
	float: right;
  margin-top: 10px;
	padding: 0px;
}

#menu li {
	display: inline-block;
	list-style: outside none none;
	padding: 20px;
}

#menu li:last-child {
	padding-right: 0;
}

#menu li a {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

#menu li a:hover, #menu li a:focus, #menu li a:active {
	outline: none!important;
	text-decoration: none;
}

#navbar-menu {
	background-color: transparent;
	background-image: none;
	border: medium none;
	float: right;
	margin-top: 15px;
  margin-bottom: 15px;
	position: unset;
}

#navbar-menu .navbar-toggle {
	position: absolute;
	top: 20px;
	right: 5px;
	background-color: #2f404e;
	border-color: #2f404e;
}

#navbar-menu .navbar-toggle:hover {
	background-color: #2f404e;
	border-color: #2f404e;
}

#navbar-collapse-menu ul li {
	display: inline-block;
	list-style: outside none none;
	padding: 20px;
}

#navbar-collapse-menu ul li:last-child {
	padding-right: 0;
}

#navbar-collapse-menu ul li a {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-shadow: none;
	padding: 0;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#navbar-collapse-menu ul li a:hover, #navbar-collapse-menu ul li a:focus, #navbar-collapse-menu ul li a:active {
	color: #2f404e;
	outline: none!important;
	text-decoration: none;
}

#header-bottom {
	background-color: #2f404e;
	background-image: url('../images/bg4.webp');
	background-position: center;
	background-repeat: repeat;
	display: inline-block;
	float: left;
	min-height: 119px;
	width: 100%;
	background-size: cover;
}

#header-bottom h1 {
	margin-top: 25px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6) !important;

}

footer {
	background-color: #242424;
	bottom: 0;
	height: 68px;
	left: 0;
	position: absolute;
	right: 0;
}

#footer {
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding-top: 22px;
}

.region {
	font-weight: bold;
	border-bottom: 1px solid #000;
}
.overview-list li {
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 20px;
}

.prize-image {
	display: inline-block;
    width: 100%;
    margin: 20px 0;
}

.prize-image img {
	margin-left: 150px;
}

@media (max-width: 600px) {
	.prize-image {
		text-align: center;
	}
	
	.prize-image img {
		margin-left: -35px;
	}
}


/* LeaderBoard */
#zones {
	display: inline-block;
	margin: 25px 0;
	text-align: center;
	width: 100%;
}

#zones a {
	display: inline-block;
	margin: 5px 3px;
	-webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#zones a.active {
	background-color: #2f404e;
	color: #FFF;
}

#contest-end {
	/* color: #322f2f; */
	color: white;
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
	text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.6) !important;
}

.tables-wrapper {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin-top: 40px;
}

.tables-wrapper .table-wrapper:last-child {
	margin-bottom: 50px;
}

.table-wrapper {
	display: inline-block;
	margin-bottom: 0px;
	overflow-x: auto;
	opacity: 1;
	float: left;
	height: 100%;
	-webkit-transition: opacity 1.5s ease;
  -moz-transition: opacity 1.5s ease;
  -ms-transition: opacity 1.5s ease;
  -o-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
	width: 100%;
}

.hide-region {
	opacity: 0;
	height: 0;
}

table {
	min-width: 500px;
	width: 100%;
}

table tr th {
	background-color: #000;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
}

table tr td {
	background-color: #f4f4f4;
	border-bottom: 3px solid #FFF;
	font-size: 20px;
	padding: 15px 20px;
}

table tr:nth-child(even) td {
	background-color: #e2e2e2;
}

table tr:nth-child(1) td {
	background-color: #00a9e0;
	font-size: 30px;
	padding: 40px 20px;
}

table tr:nth-child(2) td {
	background-color: #00c0ff;
	font-size: 26px;
	padding: 36px 20px;
}

table tr:nth-child(3) td {
	background-color: #48d1fe;
	border-bottom: 10px solid #000;
	font-size: 22px;
	padding: 26px 20px;
}

table tr td:last-child, table tr th:last-child {
	text-align: center
}
/* End LeaderBoard */


/* Admin Login Page */
.login-row .login-wrapper {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 480px;
	max-width: 100%;
}
.login-row .panel {
	background-color: #e2e2e2;
	box-shadow: none;
	border: none;
	border-radius: 0px;
}

.login-row .panel-heading {
	background-image: none;
	background-color: transparent;
	border: none;
	color: #322f2f;
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
.login-row .panel-body {
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.login-row label {
	font-size: 18px;
	font-weight: normal;
}

.login-row label.error, form label.error {
	color: #bf5329;
	font-size: 14px;
}

.login-row input {
	border: 2px solid #b7b7b7;
	border-radius: 0;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 4px 12px 6px;
}

.login-row .btn {
	margin-top: 5px;
}

.errorMessage {
	color: #bf5329;
	font-size: 16px;
	margin-bottom: 10px;
}
/* End Admin Login Page


/* Upload Page */
.upload-page .btn {
	margin-bottom: 10px;
}
/* End Upload Page */


/* Responsive */
@media (max-width: 991px) {
	#menu li {
		padding: 20px 15px;
	}
	
	#navbar-collapse-menu ul li {
		padding: 20px 15px;
	}
	
	.logo {
		display: none;
	}
	
	.logo-small {
		display: block;
	}
}

@media (max-width: 800px) {
	#menu li {
		padding: 20px 10px;
	}
	
	#navbar-collapse-menu ul li {
		padding: 20px 10px;
	}
}

@media (max-width: 767px) {
	#header-top {
			text-align: center;
	}
	
	.logo {
		display: block;
	}
	
	.logo-small {
		display: none;
	}
	
	/*#logo {
		float: none;
	}*/
	
	#menu {
		width: 100%;
	}
	
	#menu li {
		padding: 10px!important;
		width: 100%;
	}
	
	#navbar-menu {
		margin-bottom: 0px;
		float: none;
		width: 100%;
	}
	
	#navbar-collapse-menu {
		border-top: 2px solid #FFF;
	}
	
	#navbar-collapse-menu ul li {
		width: 100%;
		padding: 0px;
	}
	
	#navbar-collapse-menu ul li a {
		padding: 20px 10px;
	}
	
	#navbar-collapse-menu ul li a.active {
		background-color: #2f404e;
		color: #FFF;
	}
	
	#navbar-collapse-menu ul li a:hover, #navbar-collapse-menu ul li a:focus, #navbar-collapse-menu ul li a:active {
		background-color: transparent;
		color: #FFF;
	}
	
	table tr th {
		padding: 10px 15px;
	}
	
	table tr td {
		font-size: 16px;
		padding: 15px;
	}
	
	table tr:nth-child(1) td {
		font-size: 26px;
		padding: 36px 15px;
	}

	table tr:nth-child(2) td {
		font-size: 22px;
		padding: 30px 15px;
	}

	table tr:nth-child(3) td {
		font-size: 18px;
		padding: 22px 15px;
	}

}

@media (max-width: 480px) {
	#header-bottom h1 {
		margin-top: 30px;
		font-size: 46px;
	}
	
	.logo {
		display: none;
	}
	
	.logo-small {
		display: block;
	}
	
	table tr th {
		padding: 10px;
	}
	
	table tr td {
		font-size: 14px;
		padding: 15px 10px;
	}
	
	table tr:nth-child(1) td {
		font-size: 24px;
		padding: 30px 10px;
	}

	table tr:nth-child(2) td {
		font-size: 20px;
		padding: 24px 10px;
	}

	table tr:nth-child(3) td {
		font-size: 16px;
		padding: 18px 10px;
	}
}