@import url('https://fonts.googleapis.com/css?family=Cabin:700|Roboto:300,400,500,700,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
  font-family: 'Roboto', sans-serif /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}
*{  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}
h1,h2,h3,h4,ul,ol,li {
  margin: 0;
  padding: 0;
}
/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* normalize end */

/* icons */
@font-face {
  font-family: 'icons';
  src: url('/icons/icons.eot?79366695');
  src: url('/icons/icons.eot?79366695#iefix') format('embedded-opentype'),
       url('/icons/icons.woff2?79366695') format('woff2'),
       url('/icons/icons.woff?79366695') format('woff'),
       url('/icons/icons.ttf?79366695') format('truetype'),
       url('/icons/icons.svg?79366695#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('/icons/icons.svg?79366695#icons') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cancel:before { content: '\e800'; } /* '' */
.icon_fag:before { content: '\e801'; } /* '' */
.icon-tag:before { content: '\e802'; } /* '' */
.icon-search:before { content: '\e803'; } /* '' */
.icon-calendar:before { content: '\e804'; } /* '' */
.icon-videocam:before { content: '\e805'; } /* '' */
.icon-heart:before { content: '\e806'; } /* '' */
.icon-user:before { content: '\e807'; } /* '' */
.icon-home:before { content: '\e808'; } /* '' */
.icon-eye:before { content: '\e809'; } /* '' */
.icon-clock:before { content: '\e80a'; } /* '' */
.icon-download:before { content: '\e80b'; } /* '' */
.icon-upload:before { content: '\e80c'; } /* '' */
.icon-up-open:before { content: '\e80d'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-angle-double-left:before { content: '\f100'; } /* '' */
.icon-angle-double-right:before { content: '\f101'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */
.icon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-thumbs-down-alt:before { content: '\f165'; } /* '' */

/* icons end */




* {
    outline: 0;
}
body {
    background: #1b1b1b;
    font-family: 'Roboto', 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: #ffbe5e;
}
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;
}
h1 span {display: inline-block; vertical-align: middle; margin-left: 8px; padding-left: 8px; font-size: 12px; line-height: 16px; font-weight: 400; border-left: 1px solid #fb9c0e; color: #fff;}
.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: 4px;
    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: #fb9c0e;;
    color: #fb9c0e;;
}
.btn-default.active {
    border-color: #bc2323;
    background-color: #bc2323;
    color: #ffffff;
}
.btn-default.sel {
    border-color: #fb9c0e;;
    color: #fb9c0e;
}
.btn-primary {
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    display: inline-block;
    border: 0;
    border-radius: 2px;
    background: #bc2323;
    -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: 1256px;
    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: #bc2323;
}
a.logo {display: block; position: absolute; text-align: center; top: 0; width: 100px; font-family: 'Cabin', sans-serif; font-weight: 700; font-size: 32px; color: #fff;margin-left:40px}
a.logo strong {color: #fb9c0e;}
.logo h1 {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    vertical-align: bottom;
    padding-left: 30px;
    padding-top: 8px;
    color: #ffe05c;	
}

.btn-upload {
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0 20px 0 17px;
    display: block;
    float: right;
    background: #bc2323;
    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;
}
.nav li {
    display: inline-block;
}
.nav-main {
    float: left;
}
.nav-main .active {
    color: #fff;
}
.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: #bc2323;
}
.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: #bc2323;
}
.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: 18.85%;
    width: calc(20% - 14px);
    margin: 0 7px 14px 7px;
    float: left;
}
.th-image {
    position: relative;
    width: 100%;
    margin: 0 0 4px 0;
    padding: 56.25% 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: #bc2323;
    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: 19px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 18px;
    font-weight: 500;
}
.th:hover .th-description {
    color: #ffffff;
    text-decoration: none;
}
.th-title {
    font-weight: 700;
    text-align: left;
    font-size: 18px;
}
.th:hover .th-title {
    color: #ffbe5e;
}
.th-tags {
    color: #bc2323;
}
.th-tags a {
    color: #878787;
    font-weight: normal;
}
.th-tags a:hover {
    text-decoration: none;
}

.th-source a {
    color: #fb9c0e;
    font-weight: normal;
}

.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: #bc2323;
}
.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: #bc2323;
}
.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: #fff;
}
.video-info p a:hover {
    color: #fb9c0e;
}
.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: #bc2323;
    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: #bc2323;
}
.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;
}


div.tradeindex {
	width: 990px;
	margin: 5px auto 30px auto;
}
div.tradeindex:after {content: ""; width: 0; height: 0; display: block; clear: both;}
div.tradeindex div.cont {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 25%;
	height: auto;
	float: left;
	padding: 4px;
}
div.tradeindex div.cont div.timg {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}
div.tradeindex div.cont div.timg img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
}
div.tradeindex div.cont div.timg h4 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}




/* media */
/* 4 col
--------------------------------------------*/
@media all and (min-width: 1340px) {
	
	/*
	div.header, div.footer, div.nav, div.related,h1,h2,div.h {width: 1312px;}
	div.tradeindex, div.az, ul.tcats, ul.content, ul.relatedthumbs {width: 1320px;}
	div.tradeindex div.cont {width: 16.666%;}
	*/
	    .container {
        width: 1320px;
    }
    .th {
        width: calc(25% - 10px);
        margin: 0 5px 10px 5px;
    }
    .categories {
        -webkit-column-count: 5;
    	-moz-column-count: 5;
    	-o-column-count: 5;
    	column-count: 5;
    }
	div.tradeindex {width: 1320px;}
	div.tradeindex div.cont {width: 16.666%;}
}

/* 5 col
--------------------------------------------*/
@media all and (min-width: 1670px) {
	/*
	div.header, div.footer, div.nav, div.related,h1,h2,div.h {width: 1642px;}
	div.tradeindex, div.az, ul.tcats, ul.content, ul.relatedthumbs {width: 1650px;}
	*/
	
	.container {
        width: 1650px;
    }
    .th {
        width: calc(20% - 10px);
        margin: 0 5px 10px 5px;
    }
    .categories {
        -webkit-column-count: 5;
    	-moz-column-count: 5;
    	-o-column-count: 5;
    	column-count: 5;
    }
	div.tradeindex{width: 1650px;}
}


@media screen and (max-width: 1279px){
    .container {
        width: 986px;
    }
    .th {
        width: calc(25% - 10px);
        margin: 0 5px 10px 5px;
    }
    .categories {
        -webkit-column-count: 5;
    	-moz-column-count: 5;
    	-o-column-count: 5;
    	column-count: 5;
    }
    .video-container {
        width: 100%;
        float: none;
    }
    .video-aside {
        width: 100%;
        height: 250px;
        margin: 14px 0 0 0;
        float: none;
        overflow: hidden;
        text-align: center;
    }
}
@media screen and (max-width: 985px){
	.hideonmobile {display: none;}
    .container {
        width: calc(100% - 20px);
    }
    .search {
        max-width: 360px;
    }
    .categories {
        -webkit-column-count: 4;
    	-moz-column-count: 4;
    	-o-column-count: 4;
    	column-count: 4;
    }
    .model-info {
        padding: 0;
        background: transparent;
    }
    .video-actions .content-rating {
        max-width: 200px;
    }
	div.tradeindex{width: 100%; box-sizing: border-box; -moz-box-sizing: border-box;}	
}
@media screen and (max-width: 767px){
	.hideonmobile {display: none;}
    .header .btn-upload, .search {
        display: none;
    }
    .search {
        max-width: 100%;
        margin-top: 10px;
    }
    .input-search {
        padding: 0 50px 0 10px;
    }
    .nav {
        display: none;
    }
    .nav-toggle, .search-toggle {
        display: block;
        font-size: 24px;
        line-height: 40px;
    }
    .nav-toggle {
        margin-right: 10px;
        float: left;
    }
    .search-toggle {
        float: right;
    }
    .th {
        width: calc(33.33% - 10px);
    }
    .categories {
        -webkit-column-count: 3;
    	-moz-column-count: 3;
    	-o-column-count: 3;
    	column-count: 3;
    }
    .model-info {
        overflow: auto;
    }
    .model-info ul li {
        width: 50%;
        font-size: 12px;
    }
    .model-info ul li strong {
        font-weight: 400;
    }
    .video-actions {
        text-align: right;
    }
    .video-actions .content-rating {
        max-width: 100%;
        margin: 0 0 14px 0;
        float: none;
    }
    .video-actions .video-buttons {
        float: left;
    }
    .video-actions .video-stats span {
        margin-right: 0;
    }
    .bottom-blocks {
        height: 270px;
    }
    .bottom-blocks .block {
        margin: 10px auto;
    }
}
@media screen and (max-width: 560px){
	.hideonmobile {display: none;}
    h1, h2, h3 {
        font-size: 16px;
        text-align: center;
        line-height: normal;
    }
    .title h1, .title h2, .title h3 {
        float: none;
    }
    .sort {
        margin: 10px auto;
        float: none;
        text-align: center;
    }
    .th {
        width: calc(50% - 10px);
    }
    .categories {
        -webkit-column-count: 2;
    	-moz-column-count: 2;
    	-o-column-count: 2;
    	column-count: 2;
    }
    .popular-tags {
        display: none;
    }
    .model-image {
        width: 100%;
        margin: 0 0 14px 0;
        float: none;
    }
    .model-image .content-rating {
        max-width: 100%;
    }
    .comments-controls {
        text-align: center;
    }
    .comments-chars {
        display: none;
    }
	div.tradeindex div.cont {width: 33.333%;}
	div.tradeindex div.cont div.timg h4 {font-size: 13px;}
}
@media screen and (max-width: 480px){
	.hideonmobile {display: none;}
    .categories {
        -webkit-column-count: 1;
    	-moz-column-count: 1;
    	-o-column-count: 1;
    	column-count: 1;
    }
    .video-actions .video-buttons span {
        display: none;
    }
}

/* media */

.langselect { display: none; position: absolute; z-index: 10000; width: 260px; top: 32px; right: 0; }
.langselect ul { padding: 8px 9px 10px 9px;  overflow: hidden; border-width: 1px; border-style: solid; }
.langselect li { display: block; float: left; width: 50%; text-align: left; }
.langselect li a {
    border-width: 1px;
    text-transform: capitalize;
    background-position: 10px center;
    background-size: 16px 11px;
    background-repeat: no-repeat;
    border-style: solid;
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px 0 36px;
    font-size: 12px;
    border-color: #969696;
	}

.lang-selected{
    text-transform: capitalize;
    background-position: 16px center;
    background-size: 16px 11px;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px 0 36px;
}

span.en_f, .en_f a { background-image: url(/icons/en.png); }
span.de_f, .de_f a { background-image: url(/icons/de.png); }
span.fr_f, .fr_f a { background-image: url(/icons/fr.png); }
span.it_f, .it_f a { background-image: url(/icons/it.png); }
span.ru_f, .ru_f a { background-image: url(/icons/ru.png); }
span.es_f, .es_f a { background-image: url(/icons/es.png); }
span.tr_f, .tr_f a { background-image: url(/icons/tr.png); }
span.vi_f, .vi_f a { background-image: url(/icons/vi.png); }
span.ja_f, .ja_f a { background-image: url(/icons/ja.png); }
span.ko_f, .ko_f a { background-image: url(/icons/ko.png); }
span.th_f, .th_f a { background-image: url(/icons/th.png); }
span.hi_f, .hi_f a { background-image: url(/icons/hi.png); }
span.zh_f, .zh_f a { background-image: url(/icons/zh.png); }
span.ar_f, .ar_f a { background-image: url(/icons/ar.png); }
span.id_f, .id_f a { background-image: url(/icons/id.png); }
span.ms_f, .ms_f a { background-image: url(/icons/ms.png); }
span.nl_f, .nl_f a { background-image: url(/icons/nl.png); }
span.pt_f, .pt_f a { background-image: url(/icons/pt.png); }
span.ur_f, .ur_f a { background-image: url(/icons/ur.png); }
span.sv_f, .sv_f a { background-image: url(/icons/sv.png); }

.act{background-color:#969696}

#vid-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#vid-ads { width: 100%; float: left; } 
#ado { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }
.play img { zoom: 1; border-radius: 50px; box-shadow: 0px 0px 20px 0px #666; width: 100px; height: 100px; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
a.play:link { display: block; width: 100%; height: 100%; filter: alpha(opacity=50); opacity: 0.5; }
a.play:hover { filter: alpha(opacity=20); opacity: 0.8;} 

/* tradelist */
.tradelist {width: 100%; font-size: 0;margin-bottom: 10px;}
.maintop {display: none; width: 50%; padding: 0 0px;}
.maintop li {display: block; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 24px; font-size: 14px; color: #ff563c;}
.maintop.col1, .maintop.col2 {display: inline-block;}

/* tradelist media */

@media all and (min-width: 600px) {
    .maintop {width: 33.33333%;}
    .maintop.col3 {display: inline-block;}
}

@media all and (min-width: 900px) {
    .maintop {width: 25%;}
    .maintop.col4 {display: inline-block;}
}

@media all and (min-width: 1280px) {
    .maintop {width: 20%;}
    .maintop.col5 {display: inline-block;}
}

@media all and (min-width: 720px) {
    a.logo {display: inline-block; left: auto; top: auto; margin-left: 0; padding: 0 5px;}
}
@media all and (min-width: 1025px) {
    a.logo {font-size: 38px;}
}


        .select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' fill-rule='evenodd' class='cls-1' d='M8,0L4.141,6.993,0.012,0.156Z'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-color: #fb9c0e;
display: block;
width: 100%;
border: 1px solid #fb9c0e;
color: #32353a;
font: normal 14px/1.4 Arial, sans-serif;
padding: 0px 0px 0px 0px;
    padding-left: 0px;
height: 30px;
vertical-align: top;
outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none !important;
border-radius: 4px;
        }
        .select::-ms-expand {
            display: none;
        }
        .select:focus,
        .select:active {
            border-color: #000;
            outline: 0;
        }
        .select--left {
            background-position: 13px center;
            padding-left: 30px;
        }
        .select--right {
            background-position: right 13px center;
            padding-right: 30px;
        }
.related-tags li{display: inline-block;}        
.tag {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    margin: 7px 5px 4px 0;
    padding: 3px 11px;
    background: #4a4a4a;
    border: 0;
    border-radius: 5px;
    font-size: 12px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 4px;
}        