@import url(http://fonts.googleapis.com/css?family=Lato);

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Copyright ZeusClicks Ltd */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
	background-color: #000000;
}

a, button {
	outline: none;
}

.container {
	min-width: 1024px;
}

.red {
	color: #ff0000;
}

.clear {
	clear: both;
}

/* Header */

#header-container {
	position: relative;
	height: 60px;
	background-color: #212121;
	background-image: linear-gradient(bottom, #121212 25%, #212121 100%);
	background-image: -o-linear-gradient(bottom, #121212 25%, #212121 100%);
	background-image: -moz-linear-gradient(bottom, #121212 25%, #212121 100%);
	background-image: -webkit-linear-gradient(bottom, #121212 25%, #212121 100%);
	background-image: -ms-linear-gradient(bottom, #121212 25%, #212121 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #121212), color-stop(1, #212121));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#121212', GradientType=0);
}

#logo {
	padding-top: 0px;
	margin-left: 7px;
}

#tagline {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 500px;
	height: 60px;
	text-align: right;
	margin-right: 7px;
	z-index: 2;
}

#tagline h2 {
	font-size: 18pt;
	font-weight: normal;
	margin: 0px;
	line-height: 60px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#header-nav {
	position: relative;
	height: 40px;
	background-color: #212121;
	background-image: linear-gradient(bottom, #121212 25%, #212121 100%);
	background-image: -o-linear-gradient(bottom, #121212 25%, #212121 100%);
	background-image: -moz-linear-gradient(bottom, #121212 25%, #212121 100%);
	background-image: -webkit-linear-gradient(bottom, #121212 25%, #212121 100%);
	background-image: -ms-linear-gradient(bottom, #121212 25%, #212121 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #121212), color-stop(1, #212121));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#121212', GradientType=0);
}

#header-nav ul {
	margin: 0px;
	padding: 0px;
}

#header-nav li {
	display: inline-block;
	margin: 0 10px;
	zoom: 1;
	*display: inline;
	line-height: 40px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#header-nav li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
  }

#header-nav li a:hover {
	color: #ffffff;
}

#header-button {
	position: absolute;
	top: 0px;
	right: 7px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	z-index: 2;
}

#header-button a {
	padding: 5px 8px 5px 8px;
	color: #ffffff;
	text-decoration: none;
	background-color: #6bcb04;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#header-button a:hover {
	background-color: #58a703;
}

/* End Header */



/* Thumbs Listings */

.thumb-container {
	margin: 20px auto 20px auto;
	text-align: center;
}

.thumb {
	position: relative;
	display: inline-block;
	width: 302px;
	height: 308px;
	margin: 0 auto;
	background-color: #292929;
	margin: 4px;
	overflow: hidden;
}

.thumb-title {
	position: absolute;
	bottom: 30px;
	left: 5px;
	width: 292px;
	height: 20px;
	font-weight: bold;
}

.thumb-title a {
	color: #ffffff;
	text-decoration: none;
}

.thumb-title a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.thumb-play {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 302px;
	height: 252px;
	background-image: url("../images/thumb-play.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 100;
}

.thumb-play:hover {
	background-position: 0 -252px;
}

.thumb-img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 302px;
	height: 252px;
}

.thumb-details {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 320px;
	height: 20px;
}

.thumb-length {
	float: left;
	display: inline;
	width: 80px;
	height: 20px;
	text-align: left;
}

.thumb-length a, .thumb-length a:hover {
	color: #ffffff;
	text-decoration: none;
}

.thumb-views {
	float: left;
	display: inline;
	width: 132px;
	height: 20px;
}

.thumb-views a, .thumb-views a:hover {
	color: #ffffff;
	text-decoration: none;
}

.thumb-stars {
	float: left;
	display: inline;
	width: 80px;
	height: 20px;
	color: #80f700;
	text-align: right;
}

.thumb-stars a, .thumb-stars a:hover {
	color: #80f700;
	text-decoration: none;
}

a.full-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

/* End Thumbs Listings */


/* Wide Player */

#player-container {
	position: relative;
	margin: 20px auto 20px auto;
	max-width: 1084px;
	min-height: 654px;
	width: 100%;
	background-color: #000000;
}

img.player-image {
	width: 100%;
	display: block;
}

#player-controls-container {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 100;
}

#player-controls-container:hover {
	background: rgba(0,0,0,0.9);
}

#player-controls-play {
	float: left;
	height: 40px;
	width: 5%;
	text-align: center;
	line-height: 40px;
	color: #c6c6c6;
	cursor: pointer;
	z-index: 100;
}

#player-controls-play:hover {
	color: #ffffff;
}

#player-controls-progress {
	float: left;
	display: inline-block;
	height: 40px;
	width: 70%;
	cursor: pointer;
}

#player-controls-progress-bar {
	margin-top: 17px;
	height: 5px;
	width: 100%;
	background: rgba(255,255,255,0.6);
	cursor: pointer;
}

#player-controls-progress-bar-active {
	height: 5px;
	width: 0px;
	background-color: #80f700;
}


#player-controls-length {
	float: left;
	height: 40px;
	width: 10%;
	text-align: center;
	line-height: 40px;
	color: #c6c6c6;
	cursor: pointer;
}

#player-controls-length:hover {
	color: #ffffff;
}

#player-controls-menu {
	float: left;
	height: 40px;
	width: 5%;
	text-align: center;
	line-height: 40px;
	color: #c6c6c6;
	cursor: pointer;
}

#player-controls-menu:hover {
	color: #ffffff;
}

#player-controls-volume {
	float: left;
	height: 40px;
	width: 5%;
	text-align: center;
	line-height: 40px;
	color: #c6c6c6;
	cursor: pointer;
}

#player-controls-volume:hover {
	color: #ffffff;
}

#player-controls-hd {
	float: left;
	height: 40px;
	width: 5%;
	text-align: center;
	line-height: 40px;
	color: #c6c6c6;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
}

#player-controls-hd:hover {
	color: #ffffff;
}

#player-play {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 99;
	cursor: pointer;
}

#player-play span {
	display: block;
	margin: 260px auto 0px auto;
	width: 110px;
	height: 111px;
	background-image: url("../images/play.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 101;
}

#player-play:hover span {
	background-position: 0 -111px;
}

#player-loading {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 101;
}

#player-loading img {
	display: block;
	margin: 290px auto 0px auto;
}

#player-bg {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 102;
}

#player-register {
	float: left;
	display: inline;
	width: 45%;
	height: 580px;
	margin: 10px 10px 10px 10px;
}

#player-register-headline {
	text-align: center;
	font-size: 22pt;
	font-weight: bold;
	color: #ffffff;
}

#player-register-thumb {
	margin: 20px auto 0px auto;
	width: 400px;
	height: 234px;
	border: 1px solid #ffffff;
}

#player-register-thumb img {
  width: 400px;
  height: 234px;
}

#player-register-notice {
	margin: 20px auto 0px auto;
	text-align: center;
	font-size: 18pt;
	color: #ffffff;
}

#player-register-arrow {
	margin: 20px auto 0px auto;
	width: 338px;
	height: 41px;
}

#player-form {
	float: left;
	display: inline;
	width: 51%;
	height: 580px;
	margin: 10px 10px 10px 0px;
	background-color: #000000;	
	border: 1px solid #ffffff;
}

#player-static-reg-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#player-static-reg-form {
	margin: 50px auto 0px auto;
	width: 570px;
	height: 550px;
	background-color: #000000;
	border: 1px solid #ffffff;
}

/* End Wide Player */

/* Small PLayer & Sidebar */
#main-container {
	position: relative;
	min-width: 1024px;
	margin: 20px 20px 0px 25px;
}

#player-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 640px;
	height: 518px;
}

#player-right {
	min-width: 330px;
	height: 518px;
	margin: 0px 0px 0px 650px;
	overflow: hidden;
}

.random_thumb a img {
	float: left;
	display: inline;
	width: 150px;
	height: 122px;
	margin: 0px 10px 10px 0px;
}

#small-player-container {
	position: relative;
	width: 640px;
	height: 518px;
	background-color: #000000;
}

img.small-player-image {
	width: 640px;
	height: 518px;	
}

#small-player-controls-container {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 100;
}

#small-player-controls-container:hover {
	background: rgba(0,0,0,0.9);
}

#small-player-controls-play {
	float: left;
	height: 40px;
	width: 5%;
	text-align: center;
	line-height: 40px;
	color: #c6c6c6;
	cursor: pointer;
	z-index: 100;
}

#small-player-controls-play:hover {
	color: #ffffff;
}

#small-player-controls-progress {
	float: left;
	display: inline-block;
	height: 40px;
	width: 55%;
	cursor: pointer;
}

#small-player-controls-progress-bar {
	margin-top: 17px;
	height: 5px;
	width: 100%;
	background: rgba(255,255,255,0.6);
	cursor: pointer;
}

#small-player-controls-progress-bar-active {
	height: 5px;
	width: 0px;
	background-color: #80f700;
}


#small-player-controls-length {
	float: left;
	height: 40px;
	width: 20%;
	text-align: center;
	line-height: 40px;
	color: #c6c6c6;
	cursor: pointer;
}

#small-player-controls-length:hover {
	color: #ffffff;
}

#small-player-controls-menu {
	float: left;
	height: 40px;
	width: 8%;
	text-align: center;
	line-height: 40px;
	color: #c6c6c6;
	cursor: pointer;
}

#small-player-controls-menu:hover {
	color: #ffffff;
}

#small-player-controls-volume {
	float: left;
	height: 40px;
	width: 5%;
	text-align: center;
	line-height: 40px;
	color: #c6c6c6;
	cursor: pointer;
}

#small-player-controls-volume:hover {
	color: #ffffff;
}

#small-player-controls-hd {
	float: left;
	height: 40px;
	width: 5%;
	text-align: center;
	line-height: 40px;
	color: #c6c6c6;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
}

#small-player-controls-hd:hover {
	color: #ffffff;
}

#small-player-play {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 99;
	cursor: pointer;
}

#small-player-play span {
	display: block;
	margin: 200px auto 0px auto;
	width: 110px;
	height: 111px;
	background-image: url("../images/play.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 101;
}

#small-player-play:hover span {
	background-position: 0 -111px;
}

#small-player-loading {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 101;
}

#small-player-loading img {
	display: block;
	margin: 230px auto 0px auto;
}

#small-player-bg {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 102;
}

#small-player-register {
	position: relative;
	width: 620px;
	height: 498px;
	padding: 10px;
}

#small-player-register-headline {
	text-align: center;
	font-size: 28pt;
	font-weight: bold;
	color: #ffffff;
}

#small-player-reg-thumb {
	float: left;
	display: inline;
	width: 240px;
	height: 182px;
	margin: 30px 10px 0px 10px;
}

#small-player-reg-thumb img {
	width: 240px;
	height: 182px;
}

#small-player-reg-thumb-play {
	position: absolute;
	width: 240px;
	height: 182px;
	z-index: 3;
}

#small-player-register-notice {
	float: left;
	display: inline;
	width: 350px;
	height: 182px;
	text-align: center;
	font-size: 18pt;
	color: #ffffff;
	margin: 30px 0px 0px 0px;
}

#small-player-register-notice hr {
	margin: 20px 10px 20px 10px;
	height: 2px;
	border: 0px;
	background-color: #ffffff;
}

#small-player-register-notice-big {
	font-size: 22pt;
	font-weight: bold;
}

#small-player-register-button {
	margin: 50px 0px 0px 10px;
	text-align: center;
	height: 100px;
	width: 600px;
	line-height: 100px;
	font-size: 38pt;
	font-weight: bold;
}

#small-player-register-button a {
	display: block;
	height: 100px;
	width: 600px;
	background-color: #51a351;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ffffff;
	text-decoration: none;
}

#small-player-register-button a:hover {
	color: #ffffff;
	background-color: #3c7b3d;
	text-decoration: none;
}
/* End Small Player & Sidebar*/

/* Footer & Pagination */

#pagination {
	margin: 20px auto 20px auto;
	text-align: center;
}

#pagination li {
  display: inline-block;
  color: #ffffff;
  margin: 0 5px;
  font-size: 20px;
  zoom: 1;
  *display: inline;
}

#pagination li a {
  color: #ffffff;
  text-decoration: none;
  }

#pagination li a:hover {
  color: #ffffff;
}

.bottom-reg {
  width: 600px;
  height: 60px;
  line-height: 60px;
  margin: 20px auto 20px auto;
  text-align: center;
  font-size: 30pt;
  background-color: #6bcb04;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


.bottom-reg a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.bottom-reg a:hover {
  text-decoration: none;
  background-color: #58a703;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#footer {
	margin: 0px auto 10px auto;
	text-align: center;
	color: #ffffff;
}

#footer p {
	margin: 0px;
	font-size: 8pt;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* End Footer & Pagination */

/* Reg Page */
#reg-container {
	width: 1024px;
	margin: 20px auto 20px auto;
}

#reg-left {
	display: inline;
	float: left;
	width: 246px;
	text-align: center;
}

#reg-left img {
	width: 240px;
	height: 195px;
	padding: 1px;
	margin: 20px 0px 45px 0px;
	border: 1px solid #ffffff;
}

#reg-center {
	display: inline;
	float: left;
	width: 532px;
}

#reg-right {
	display: inline;
	float: left;
	width: 246px;
	text-align: center;
}

#reg-right img {
	width: 240px;
	height: 195px;
	padding: 1px;
	margin: 20px 0px 45px 0px;
	border: 1px solid #ffffff;
}
/* Reg Page */

/* Responsive */
@media only screen and (max-width: 1024px) {
	#main-container {
		margin: 20px 0px 0px 30px;
	}
}

@media only screen and (max-width: 1280px) {
	#main-container {
		margin: 20px 0px 0px 18px;
	}

	.random_thumb a img {
		width: 141px;
		height: 118px;
		margin: 0px 10px 15px 0px;
	}
}

@media only screen and (max-width: 1440px) {
	#main-container {
		margin: 20px 0px 0px 18px;
	}

	.random_thumb a img {
		width: 141px;
		height: 118px;
		margin: 0px 10px 15px 0px;
	}
}

@media only screen and (max-width: 1680px) {
	#main-container {
		margin: 20px 0px 0px 25px;
	}
}

/* End Responsive */