@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;
}
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;
}

.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;
}
.midbottom {
	font-size: 16px;
	text-align: center;
}
.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;
}
.loginbox .text-danger {
	display: none;
	font-size: 13px;
	font-weight: bold;
}
#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;
}

@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: "";
	}
}
@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);
	}
}

