@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
		 url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	position: relative;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

.sitename {
	padding: 15px;
}
.sitename h1 {
	font-family: Anton, sans-serif;
	padding: 0;
	margin: 0;
}
.sitename p {
	padding: 0;
	margin: 0;
}
.sitelogo {
	max-width: 240px;
	max-height: 80px;
}
.sitelogo img {
	display: inline-block;
	max-width: 100%;
	max-height: 70px;
	vertical-align: text-bottom;
}
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 13px;
	text-align: center;
	padding: 10px 15px;
	box-sizing: border-box;
	overflow: hidden;
}
footer .linklist {
	text-align: center;
}
.linklist a, .linklist a:hover {
	display: inline-block;
	margin: 0 0 0 6px;
}
#partners {
	position: fixed;
	left: 0;
	bottom: 50px;
	width: 100%;
}

.social a {
	display: inline-block;
	margin: 5px;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

#toplinkscover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
#linkbutton {
	position: absolute;
	top: 17px;
	right: 15px;
	background-color: transparent;
	border-radius: 1px;
	padding: 6px 10px;
	margin: 0;
}
#linkbutton span {
	display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	margin: 4px 0;
}

#midwrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
#midwrap h1 {
	font-family: Anton, sans-serif;
	text-align: center;
	line-height: 100%;
	padding: 0;
	margin: 10px 0;
}
.midtop {
	font-size: 24px;
	text-align: center;
}
.midtop.midtopx {
	font-size: 20px;
}
.midbottom {
	font-size: 16px;
	text-align: center;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.loginbox {
	position: relative;
	width: 280px;
	background-color: rgba(255, 255, 255, .7);
	padding: 30px 20px;
	margin: 15px auto;
	box-sizing: border-box;
}
#closebox {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 32px;
	width: 32px;
	height: 32px;
	color: #333;
	cursor: pointer;
}
#closebox:before {
	content: "\00d7";
	font-size: 26px;
}
.searchbox {
	position: relative;
	max-width: 420px;
	color: #656565;
	background-color: rgba(255, 255, 255, .7);
	padding: 15px 15px 0 15px;
	margin: 15px auto;
	overflow: hidden;
}
#fscntform .cntform {
	max-width: 520px;
	margin: 0 auto;
}
.form-control-cc {
	display: inline-block;
	width: 100px;
}
.img-cc {
	vertical-align: top;
	height: 34px;
	border-radius: 4px;
}

.full-screen-nav.full-screen-top {
	padding: 50px 15px 20px 15px;
}
.full-screen-nav-menu li {
	margin: 3px 0;
}
.full-screen-nav-menu li a {
	font-size: 16px;
	color: #ddd;
}

/* vdo */
.cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}
.tv .screen.active {
  opacity: 1;
}
#playbtn {
	display: none;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ff0;
	border: 1px solid #ff0;
	width: 100px;
	padding: 6px 10px;
	margin: 0 auto;
	cursor: pointer;
}
.hidebox {
	display: none;
}
.mutebtn {
	position: absolute;
	bottom: 8px;
	left: 10px;
	z-index: 10;
	background-color: transparent;
	border: 0;
	color: #fff;
	margin: -20px 0 0 0;
	display: none;
	outline: none;
}

/* stats */
#stats {
	position: relative;
	color: #fff;
	background-color: #292627;
	margin-bottom: 10px;
	clear: both;
	z-index: 3;
}
#stats.white, #stats.white #morestats {
	color: #333;
/*	background-color: #fff;*/
}
#stats.grey, #stats.grey #morestats {
	color: #333;
/*	background-color: #ddd;*/
}
.stats-row {
	margin: 0 -10px;
}
.col-sm-25 {
	float: left;
	position: relative;
	min-height: 1px;
	text-align: center;
	width: 50%;
	padding: 0 10px 0 10px;
}
.col-sm-25:nth-child(even):before {
	position: absolute;
	top: 50%;
	left: 0;
	content: " ";
	width: 1px;
	height: 26px;
	background-color: #3E3B3C;
	margin: -13px 0 0 0;
}
.bg-up {
	background-color: #228b22;
}
.bg-down {
	background-color: crimson;
}
#stats h5 {
	font-size: 16px;
	white-space: nowrap;
	padding: 8px 0 0 0;
	margin: 0;
}
#stats h5 span {
	font-weight: 400;
}
#stats p {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	height: 30px;
	color: #ccc;
	margin: 0 0 4px 0;
	overflow: hidden;
}
#stats.white p {
	color: #777;
}
#stats.grey p {
	color: #656565;
}
#stats .collapsed-xs {
	max-height: 0;
	overflow: hidden;
	transition: all 0.25s ease-in;
}
#stats.expanded .collapsed-xs {
	max-height: 100px;
}
#morestats {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 60px;
	color: #fff;
	background-color: #292627;
	border-radius: 0 0 3px 3px;
	margin: 0 0 -15px -30px;
	cursor: pointer;
}
.up {
	color: #228b22;
}
.down {
	color: crimson;
}

@media (min-width: 480px) {
	.col-sm-25 {
		width: 33.3%;
	}
	#stats .collapsed-xs, #stats .collapsed-s {
		max-height: 200px;
	}
	#stats .collapsed-s {
		max-height: 0;
		overflow: hidden;
		transition: all 0.25s ease-in;
	}
	#stats.expanded .collapsed-s {
		max-height: 100px;
	}
}
@media (min-width: 768px) {
	
	.sitelogo {
		max-width: 400px;
		max-height: 120px;
	}
	
	.sitename .sn {
		float: left;
	}
	.sitename .linklist {
		position: relative;
		float: right;
	}
	#linkbutton {
		display: none;
	}
	footer {
		text-align: left;
	}
	footer .linklist {
		float: right;
	}
	.linklist a:after {
		display: inline-block;
		font-size: 10px;
		content: "|";
		margin: 0 0 0 6px;
	}
	.linklist a:last-child:after {
		content: "";
	}
	
	.col-sm-25 {
		width: 20%;
	}
	#stats .col-sm-25:nth-child(even):after {
		position: absolute;
		top: 50%;
		right: 0;
		content: " ";
		width: 1px;
		height: 26px;
		background-color: #3E3B3C;
		margin: -13px 0 0 0;
	}
	#stats .collapsed-xs, #stats .collapsed-s {
		max-height: 200px;
	}
	#morestats {
		display: none;
	}
}
@media (max-width: 768px) {
	
	.sitename .linklist {
		position: fixed;
		top: 0;
		left: -280px;
		bottom: 0;
		width: 270px;
		background-color: #1C1D1E;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		transition: left .3s;
		z-index: 10;
	}
	.sitename.active .linklist {
		left: 0;
	}
	.sitename.active #toplinkscover {
		display: block;
	}
	.sitename .linklist a, .sitename .linklist a:link, .sitename .linklist a:visited {
		position: relative;
		display: block;
		line-height: 50px;
		text-decoration: none;
		color: #fff; /* rgba(255, 255, 255, 0.5) */
		border-bottom: solid 1px rgba(0,0,0,0.2);
		border-top: solid 1px rgba(255,255,255,0.05);
		padding: 0 15px;
		transition: all .5s;
	}
	.sitename .linklist a:hover {
		text-decoration: none;
		color: #fff;
		background-color: #202122;
	}
	.sitename .linklist a:after {
		position: absolute;
		top: 0;
		right: 15px;
		font-family: FontAwesome;
		font-size: 5px;
		content: "\f111";
		color: rgba(255, 255, 255, 0.5);
	}
}

