* {
    outline: 0;
}
body {
    background: #1b1b1b;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #b1b1b1;
    overflow-x: hidden;
}
.clearfix:after, .container:after, .thumbs:after, .title:after {
    content: "";
    display: table;
    clear: both;
}
.clear, .clearm {
    clear: both;
}
.clearm {
    display: none;
}
a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
a:hover {
    color: #696969;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 32px;
}
.error404 {
    padding: 60px 0 120px 0;
    font-size: 120px;
    font-weight: 700;
    color: #252525;
    text-align: center;
}
.wrapper {
    position: relative;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
}
.wrapper-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
}
.title h1, .title h2, .title h3 {
    float: left;
}
.input-container {
    margin: 0 0 10px 0;
}
.input-container label {
    margin: 0 0 4px 0;
    display: block;
}
.input-text {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 2px;
    background: #ffffff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.input-text:focus {
    opacity: 0.9;
}
textarea.input-text {
    height: 124px;
    padding: 5px 10px 52px 10px;
    resize: none;
}
.btn-default {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    display: inline-block;
    border: 1px solid #b1b1b1;
    border-radius: 2px;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #b1b1b1;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.btn-default:hover {
    border-color: #696969;
    color: #696969;
}
.btn-default.active {
    border-color: #696969;
    background-color: #696969;
    color: #ffffff;
}
.btn-primary {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    display: inline-block;
    border: 0;
    border-radius: 2px;
    background: #696969;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.btn-primary:hover {
    opacity: 0.9;
    color: #ffffff;
}
.button-container button {
    float: right;
}
.button-container span {
    display: inline-block;
    float: left;
    line-height: 32px;
}
.container {
    position: relative;
    width: 1600px;
    margin: 0 auto;
}
.header {
    padding: 10px 0;
    background: #252525;
    border-bottom: 1px solid #404040;
}
.nav-toggle, .search-toggle {
    display: none;
}
.nav-toggle.toggled, .search-toggle.toggled {
    color: #696969;
}
.logo {
    float: left;
    white-space: nowrap;
}
.logo a {
    display: block;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.logo a:hover {
    color: #ffffff;
    opacity: 0.9;
}
.logo-icon {
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
    background: #696969;
    border-radius: 2px;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}
.logo h1 {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
}
.logo small {
    font-size: 12px;
    color: #b1b1b1;
}
.btn-upload {
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0 20px 0 17px;
    display: block;
    float: right;
    background: #696969;
    border-radius: 2px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.btn-upload:hover {
    color: #ffffff;
    opacity: 0.9;
}
.search {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 40px;
    float: right;
}
.input-search {
    width: 100%;
    height: 40px;
    padding: 0 60px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 2px;
    background: #ffffff;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.input-search:focus {
    opacity: 0.9;
}
.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 2px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.btn-search:hover {
    opacity: 0.5;
}
.nav {
    padding: 10px 0;
    background: #252525;
    border-bottom: 1px solid #404040;
    text-transform: uppercase;
}
.nav li {
    display: inline-block;
}
.nav-main {
    float: left;
}
.nav-main .active {
    color: #696969;
}
.nav-main li {
    margin: 0 10px 0 0;
}
.nav-main li.dropdown {
    margin-right: 5px;
}
.nav-user {
    float: right;
}
.nav-user li {
    margin: 0 0 0 10px;
}
.dropdown {
    position: relative;
}
.dropdown-container {
    position: absolute;
    padding: 3px 0;
    display: none;
    background: #252525;
    border: 1px solid #404040;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
    text-transform: none;
    z-index: 2;
}
.dropdown-container li {
    margin: 0;
    display: block;
    white-space: nowrap;
}
.dropdown-container li a {
    padding: 3px 10px;
    display: block;
}
.dropdown-container li.sep {
    margin: 3px 0;
    border-top: 1px solid #404040;
}
.dropdown > a.active, .dropdown > a.active > i {
    color: #696969;
}
.nav-main .dropdown-container {
    margin: 10px 0 0 -10px;
}
.sidebar-nav {
    position: fixed;
    top: 0;
    left: -280px;
    bottom: 0;
    width: 280px;
    padding: 0 10px;
    background: #1b1b1b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 50;
}
.sidebar-nav-title {
    border-bottom: 1px solid #404040;
}
.sidebar-nav-title h3 {
    float: left;
    line-height: 40px;
}
.sidebar-nav-close {
    margin: 10px 0;
    float: right;
    font-size: 24px;
    line-height: 40px;
}
.sidebar-nav ul {
    width: 100%;
    float: none;
}
.sidebar-nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #404040;
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
}
.sidebar-nav .dropdown {
    margin: 0 !important;
}
.sidebar-nav .dropdown-container {
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sidebar-nav .dropdown-container li {
    border-top: 1px solid #404040;
    border-bottom: 0;
}
.sidebar-nav .dropdown-container li.sep {
    display: none;
}
.sidebar-nav .dropdown-container li a {
    padding: 0;
    color: #b1b1b1;
}
.sidebar-nav .dropdown-container li a:hover {
    color: #696969;
}
.sidebar-nav .btn-upload {
    margin: 10px 0 0 0;
    float: none;
}
.sort {
    margin: 10px auto;
    float: right;
}
.sort li {
    display: inline-block;
}
.thumbs {
    margin: 0 -7px;
}
.th {
    position: relative;
    width: 20%;
    margin: 0 7px 14px 7px;
    float: left;
}
.th-image {
    position: relative;
    width: 100%;
    margin: 0 0 4px 0;
    padding: 75% 0 0 0;
    overflow: hidden;
    border-radius: 2px;
    background: #252525;
}
.th-image a:hover {
    color: #ffffff;
}
.th-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    background: #252525;
}
.th-rating, .th-hd, .th-duration, .th-views, .th-videos {
    position: absolute;
    height: 20px;
    padding: 0 5px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 11px;
    line-height: 20px;
}
.th-rating {
    top: 2px;
    left: 2px;
}
.th-rating-up i {
    color: #27bc23;
}
.th-rating-down i {
    color: #bc2323;
}
.th-hd {
    top: 2px;
    right: 2px;
    background: #696969;
    text-transform: uppercase;
}
.th-duration {
    bottom: 2px;
    left: 2px;
}
.th-views {
    right: 2px;
    bottom: 2px;
}
.th-videos {
    top: 2px;
    right: 2px;
}
.th:hover .th-rating, .th:hover .th-duration {
    left: -100px;
}
.th:hover .th-hd, .th:hover .th-views {
    right: -100px;
}
.th-description, .th-tags, .th-title {
    width: 100%;
    height: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    line-height: 18px;
}
.th:hover .th-description {
    color: #ffffff;
}
.th-title {
    font-weight: 700;
    text-align: center;
}
.th:hover .th-title {
    color: #696969;
}
.th-tags {
    color: #696969;
}
.th-tags a {
    color: #696969;
    text-decoration: underline;
}
.th-tags a:hover {
    text-decoration: none;
}
.paginator {
    margin: 6px 0 0 0;
    text-align: center;
}
.paginator li {
    margin: 0 0 5px 0;
    display: inline-block;
}
.more {
    margin: 6px 0 0 0;
    text-align: center;
}
.more a {
    min-width: 300px;
}
.popular-searches {
    margin: 0 0 20px 0;
}
.popular-searches li {
    margin: 0 0 4px 0;
    display: inline-block;
    vertical-align: top;
}
.s1 {
    font-size: 11px;
}
.s2 {
    font-size: 14px;
}
.s3 {
    font-size: 16px;
}
.s4 {
    font-size: 18px;
}
.s5 {
    font-size: 18px;
    font-weight: 700;
}
.categories {
    margin: 0 0 40px 0;
	font-size: 13px;
	-webkit-column-count: 6;
	-moz-column-count: 6;
	-o-column-count: 6;
	column-count: 6;
	-webkit-column-gap: 2%;
	-moz-column-gap: 2%;
	-o-column-gap: 2%;
	column-gap: 2%;
}
.categories li {
	border-bottom: 1px solid #404040;
}
.categories .categories-letter {
    padding: 5px 0;
    color: #696969;
}
.categories a {
	padding: 5px 0;
	display: block;
}
.categories span {
	float: right;
	color: #b1b1b1;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.categories a:hover span {
	color: #696969;
}
.popular-tags {
    margin: 10px 0 0 0;
    padding: 6px 10px;
    background: #252525;
    border-radius: 2px;
}
.popular-tags strong {
    padding: 0 10px 0 0;
    color: #ffffff;
}
.popular-tags a {
    color: #b1b1b1;
}
.popular-tags a:hover {
    color: #ffffff;
}
.model-container {
    margin: 0 0 14px 0;
}
.model-image {
    width: 240px;
    margin: 0 14px 0 0;
    float: left;
}
.model-image img {
    width: 100%;
    min-height: 135px;
    display: block;
    border-radius: 2px;
    background: #252525;
}
.model-image .content-rating {
    margin: 14px 0 0 0;
}
.model-info {
    min-height: 181px;
    padding: 10px 14px;
    background: #252525;
    border-radius: 2px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.model-info ul li {
    width: 33.33%;
    float: left;
}
.model-info strong {
    color: #ffffff;
}
.model-info p {
    margin: 10px 0 0 0;
}
.model-channels strong {
    padding: 0 10px 0 0;
}
.model-channels a {
    color: #b1b1b1;
}
.model-channels a:hover {
    color: #ffffff;
}
.content-rating {
	position: relative;
	max-width: 240px;
	height: 30px;
}
.content-rate {
	width: 32px;
	height: 32px;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
}
.content-rate-up, .content-rate-up:hover {
	margin-right: 10px;
	float: left;
}
.content-rate-down, .content-rate-down:hover {
	margin-left: 10px;
	float: right;
}
.content-rate-up:hover {
    border-color: #27bc23;
    color: #27bc23;
}
.content-rate-down:hover {
    border-color: #bc2323;
    color: #bc2323;
}
.content-rate-stats {
	padding: 2px 0 0 0;
	font-size: 12px;
	text-align: center;
}
.content-rate-stats strong {
	display: inline-block;
    color: #ffffff;
}
.content-rate-line {
	height: 3px;
	margin: 8px 40px 0 40px;
	background: #bc2323;
}
.content-rate-line span {
	height: 3px;
	display: block;
	background: #27bc23;
}
.video-container {
    width: calc(100% - 314px);
    float: left;
}
.player-container {
    position: relative;
    padding: 56.25% 0 0 0;
    background: #000000;
}
.player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tmp-player {
    width: 100%;
    height: 100%;
    display: block;
}
.video-info p {
    margin: 10px 0 0 0;
}
.video-info p strong {
    padding: 0 10px 0 0;
    font-weight: 400;
}
.video-info p a {
    color: #696969;
}
.video-info p a:hover {
    color: #ffffff;
}
.video-actions {
    margin: 14px 0 0 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #404040;
    text-align: center;
}
.video-actions .content-rating {
    width: 100%;
    max-width: 300px;
    float: left;
}
.video-buttons {
    float: right;
}
.video-info .video-stats {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    line-height: 32px;
}
.video-stats span {
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
}
.comment {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #404040;
}
.comment-avatar {
    width: 64px;
    height: 64px;
    margin: 0 10px 0 0;
    float: left;
    background: #252525;
    border-radius: 2px;
    font-size: 32px;
    color: #1b1b1b;
    text-align: center;
    line-height: 64px;
}
.comment-body {
    overflow: hidden;
}
.comment-body p {
    margin: 0;
    color: #ffffff;
}
.comments-form {
    position: relative;
}
.comments-form textarea {
    background: #252525;
    color: #ffffff;
}
.comments-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 10px;
    padding: 10px 0;
    border-top: 1px dashed #b1b1b1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.comments-controls button {
    min-width: 100px;
}
.comments-chars {
    float: left;
    line-height: 32px;
    cursor: default;
}
.comments-chars em {
    font-style: normal;
}
.video-aside {
    width: 300px;
    float: right;
}
.video-aside .block {
    width: 300px;
    height: 250px;
    display: inline-block;
    background: #252525;
}
.bottom-about {
    margin: 0 0 40px 0;
}
.bottom-about p {
    margin: 10px 0 0 0;
}
.bottom-blocks {
    width: 100%;
    height: 330px;
    margin: 0;
    background: #252525;
    border-top: 1px solid #404040;
    overflow: hidden;
    text-align: center;
}
.bottom-blocks .block {
    width: 300px;
    height: 250px;
    margin: 40px auto;
    display: inline-block;
    overflow: hidden;
    background: #1b1b1b;
}
.footer {
    padding: 15px 0;
    background: #252525;
    border-top: 1px solid #404040;
    text-align: center;
}
.footer-nav {
    margin: 0 auto 10px auto;
}
.footer-nav li {
    margin: 0 5px;
    display: inline-block;
}
.footer p {
    margin: 0;
}
.goup {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 40px;
	height: 40px;
	display: none;
    background: #696969;
    border-radius: 2px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    z-index: 3;
}
.goup:hover {
    opacity: 0.9;
}
.modal {
    position: relative;
    width: 100%;
    max-width: 360px;
    padding: 0 20px 20px 20px;
    display: none;
    background: #1b1b1b;
}
.modal-close {
    position: absolute;
    top: 12px;
    right: 14px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}
.modal-close:hover {
    color: #696969;
}
.modal-form .input-container {
    margin: 0 0 20px 0;
}
#lean-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	background: #000000;
	z-index: 999;
}
