@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700|Oswald:700&display=swap');

html, body {
	margin: 0;
	padding: 0;
	zoom: 1;
}

html {
	height: 100%;
}

h1, h2, h3, h4 {
	font-weight: 700;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1em;
}

p, table tr td {
	font-size: 1em;
}

h1, h2, h3, h4, p {
	margin: 15px auto 20px;
}

strong {
	font-weight: 500;
}

button {
	cursor: pointer;
}

a {
	text-decoration: none;
	outline: none;
	color: #f60;
}

span.br {
	display: block;
	font-size: 0;
}

img {
	max-width: 100%;
	height: auto;
}

#bodyCss {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	line-height: 1.3;
	text-align: center;
	background: #0b0215;
}

.discobg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 1px;
	z-index: -1;
}

	.discobg .bg1,
	.discobg .bg2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.ballContainer {
		position: absolute;
		display: inline-block;
		top: 0;
		margin: -25px -105px 0;
		width: 210px;
		z-index: 99;
	}

		.ballContainer .ball {
			position: relative;
			max-width: 100%;
			cursor: pointer;
		}

.Fixed {
	position: fixed;
	top: 5px;
	left: 5px;
}

.wrapper {
	width: 1450px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding-top: 1px;
}

.moduletableBanners {
	float: right;
	margin-top: 40px;
	width: 50%;
}

	.slideImg {
		width: 100%;
		height: 500px;
		background-color: #fff;
		background-position: center center;
		background-repeat: no-repeat;
	}

.customHead {
	float: left;
	margin-top: 30px;
}

.customLogo {
	float: left;
	margin: 0 auto;
	max-width: 45%;
}

	.customHead h1 {
		font-family: 'Oswald', Tahoma, sans-serif;
		font-size: 133px;
		font-weight: 700;
		color: #fff;
		text-align: left;
		line-height: 0.9;
		letter-spacing: -5px;
	}

.customCopyright {
	margin-top: 50px;
	float: right;
	text-align: right;
}

.countdown {
	width: 500px;
	height: 125px;
	margin: 20px auto -125px;
	padding: 0px;
	box-sizing: border-box;
}

.blog {
	padding: 1px 0;
	font-size: 20px;
}

	.blog > .wrapper {
		text-align: center;
	}

	.items-row {
		position: relative;
		display: inline-block;
		width: 27%;
		margin: 1em 1%;
		padding: .75em 1.5% 1.25em;
		text-align: left;
		border: .15em solid #fff;
	}

	.items-row .page-header h2 {
		margin: .35em 0 .15em;
		line-height: 1;
	}


	.article-info {
		position: absolute;
		right: -.15em;
		bottom: -1.25em;
		margin: 0;
		padding: .15em 1em .15em .75em;
		background: #fff;
	}

		.article-info:before  {
			position: absolute;
			display: block;
			content: '';
			top: 0;
			left: -1.1em;
			width: 0;
			height: 0;
			border-width: .55em;
			border-style: solid;
			border-color: #fff #fff transparent transparent;
		}

		.article-info dl,
		.article-info dt,
		.article-info dd {
			margin: 0;
			padding: 0;
			color: #000;
		}

		.article-info dd {
			font-size: .65em;
		}

	.items-row p.readmore {
		position: absolute;
		margin: 0;
		padding: 0;
		right: 0;
		bottom: 0;
	}

		.items-row p.readmore > a {
			display: inline-block;
			padding: .5em 1em .5em .75em;
			font-size: .65em;
			line-height: 1;
			text-decoration: none;
			color: #fff;
			background: #c00;
		}

		.items-row p.readmore > a:before  {
			position: absolute;
			display: block;
			content: '';
			top: 0;
			left: -2em;
			width: 0;
			height: 0;
			border-width: 1em;
			border-style: solid;
			border-color: transparent #c00 #c00 transparent;
		}

		.items-row p.readmore > a:hover {
			background: #f00;
		}

			.items-row p.readmore > a:hover:before {
				border-color: transparent #f00 #f00 transparent;
			}

	.item-page {
		padding: 1em 0;
		min-height: 20vw;
	}





@media only screen and (max-width: 1480px) {
	#bodyCss {
		font-size: 1.4vw;
	}

	.wrapper {
		width: 90%;
	}

	.discobg .ballContainer {
		width: 14vw;
		margin-top: -3vw;
	}

	.customHead h1 {
		font-size: 8vw;
		letter-spacing: -0.3vw;
	}

	.slideImg {
		height: 30vw;
	}

	.countdown {
		margin: 4vw auto -8vw;
	}

	.customCopyright {
		margin-top: 12vw;
	}
}

@media only screen and (max-width: 640px) {
	#bodyCss {
		font-size: 3vw;
	}

	span.br {
		display: inline-block;
		width: 2vw;
	}

	.customHead {
		float: none;
	}

		.customLogo {
			float: none;
			max-width: 80%;
			margin: 30px auto;
		}

		.customHead h1 {
			text-align: center;
			line-height: 1.1;
		}

	.moduletableBanners {
		float: none;
		width: 100%;
	}

		.slideImg {
			height: 65vw;
		}

	.countdown {
		margin: 3vw auto 7vw;
	}

	.customCopyright {
		float: none;
		margin: 7vw auto 3vw;
		text-align: center;
	}

		.customCopyright img {
			max-height: 15vw;
		}
}

@media only screen and (max-width: 500px) {
	.countdown {
		width: 100vw;
	}
}


/* CSS Hacks */
.clearFix:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearFix {
	display: inline-block;
}

html[xmlns] .clearFix {
	display: block;
}

* html .clearFix {
	height: 1%;
}
