<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0
}

embed,
img,
object {
    vertical-align: bottom
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ''
}

a * {
    cursor: pointer
}

html {
    height: 100%;
    background: #242424 url(../images/pattern.gif) 50% 0
}

body {
    font-size: 15px;
    line-height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100%;
    min-width: 320px;
    position: relative;
    color: #fff;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    position: relative;
}

a {
    color: #f90;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #f56c08
}

input,
select,
textarea {
    font-size: 14px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif
}

.container {
    max-width: 1235px;
    padding: 0 5px;
    margin: 0 auto;
    overflow: visible;
    position: relative
}

.hidden {
    display: none
}

.movable-bottom,
.movable-top {
    position: relative
}

.country {
    margin: 1px 3px 1px 0
}

.page-error {
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #e44242;
    border: 1px solid #e44242;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin: 20px 0 0
}

form .two-sections:after {
    content: "";
    display: block;
    clear: both
}

form .two-sections .section-one {
    float: left;
    width: 70%
}

form .two-sections .section-two {
    float: left;
    width: 24%;
    margin: 0 0 0 2%;
    padding: 0 0 0 2%;
    background: url(../images/separator.png) repeat-y
}

form .section-title {
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin: 15px 0 0;
    border-bottom: 1px solid #5a5a5a
}

form .section-title:first-child {
    margin: 0
}

form .section-title.expand {
    cursor: pointer;
    background: url(../images/ico-expand.gif) 100% 3px no-repeat
}

form .section-title.collapse {
    cursor: pointer;
    background: url(../images/ico-collapse.gif) 100% 3px no-repeat
}

form .row {
    display: block;
    position: relative;
    width: 100%;
    margin: 15px 0 0
}

form .row:after {
    content: "";
    display: block;
    clear: both
}

form .row:first-child {
    margin: 0
}

form label {
    display: block;
    overflow: hidden;
    color: #dcdcdc;
    margin: 0 0 4px
}

form label.error {
    color: #e44242;
    font-weight: 700
}

form label.field-label:after {
    content: ":"
}

form label.field-label.required {
    font-weight: 700
}

form label.field-label.required:after {
    content: " (*):"
}

form .button-group .row {
    margin: 6px 0 0 0
}

form .button-group .row:first-child {
    margin: 0
}

form .button-group .row label {
    float: left;
    color: #9b9b9b;
    margin: 0 15px 0 0;
    cursor: pointer
}

form .checkbox,
form .radio {
    width: 14px;
    height: 14px;
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer
}

form .submit {
    height: 30px;
    text-align: center;
    color: #4e4e4e;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
    cursor: pointer;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #d5d5d5));
    background: -webkit-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -o-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: linear-gradient(to bottom, #fff 0, #d5d5d5 100%);
    -webkit-appearance: none
}

form .submit.active {
    background: #2a2a2a;
    border: 1px solid #323232;
    color: #a2a2a2
}

form .submit:disabled {
    cursor: default;
    color: #a7a7a7
}

form .submit:enabled:hover {
    background: #1e1e1e;
    color: #f56c08;
    border: 1px solid #242424
}

form .file,
form .selectbox,
form .textarea,
form .textfield {
    border: 1px solid #3a3a3a;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 5px;
    color: #9b9b9b;
    background: 0 0;
    -webkit-box-shadow: inset 0 0 10px rgba(6, 6, 6, .2);
    box-shadow: inset 0 0 10px rgba(6, 6, 6, .2);
    width: 100%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

form .textarea {
    resize: vertical;
    height: auto
}

form .selectbox {
    padding: 5px
}

form .date .selectbox {
    width: auto
}

form .file {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    font-size: 200px
}

form .file:focus,
form .selectbox:focus,
form .textarea:focus,
form .textfield:focus {
    border: 1px solid #5a5a5a
}

form .file.error,
form .selectbox.error,
form .textarea.error,
form .textfield.error,
form fieldset.error .file,
form fieldset.error .selectbox,
form fieldset.error .textarea,
form fieldset.error .textfield {
    border: 1px solid #e44242
}

form .file-control {
    position: relative;
    width: 100%;
    height: 30px
}

form .file-control .textfield {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 12px
}

form .file-control .button {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 5px 2px 5px;
    font-size: 14px;
    line-height: 16px;
    color: #4e4e4e;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #d5d5d5));
    background: -webkit-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -o-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: linear-gradient(to bottom, #fff 0, #d5d5d5 100%)
}

form .file-control .button.disabled {
    color: #a7a7a7
}

form .list-selector-popup {
    position: absolute;
    width: 90%;
    height: 160px;
    left: 5%;
    bottom: 46px;
    background: #d5d5d5;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

form .list-selector-popup:after {
    position: absolute;
    content: "";
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 10px solid #c5c5c5;
    left: 45%;
    bottom: -10px
}

form .list-selector-popup .button-group {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 38px;
    right: 8px
}

form .list-selector-popup .button-group .item {
    display: inline-block;
    width: 32%;
    padding-bottom: 10px;
    vertical-align: top
}

form .list-selector-popup .button-group .item label {
    color: #4e4e4e;
    margin: 0 15px 0 0;
    cursor: pointer
}

form .list-selector-popup .filter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #c5c5c5;
    border: none
}

form .list-selector-popup .filter input {
    width: 100%;
    height: 100%;
    padding: 2px 10px;
    border: none;
    background: #c5c5c5;
    color: #4e4e4e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

form .bottom {
    background: url(../images/divider.png) left 10px repeat-x;
    overflow: hidden;
    padding: 20px 0 0;
    clear: both;
    position: relative
}

form .bottom a {
    color: #f56c08;
    font-size: 12px;
    line-height: 16px
}

form .bottom a:hover {
    color: #bfd128
}

form .bottom .links {
    float: left
}

form .bottom .submit {
    float: left;
    margin: 0 10px 0 0
}

form .bottom .submit.right {
    float: right;
    margin: 0 0 0 10px
}

form .captcha-control {
    overflow: hidden
}

form .captcha-control .image {
    float: left;
    border: 0;
    width: 280px;
    height: 52px;
    margin: 0 12px 0 0
}

form .captcha-control .image img {
    display: block;
    float: left;
    width: 125px;
    height: 52px;
    margin: 0 5px 0 0
}

form .captcha-control label {
    float: left;
    margin: 0 0 6px
}

form .captcha-control .textfield {
    width: 135px
}

form .captcha-control .submit {
    float: left;
    margin: 19px 0 0
}

form .success {
    margin: 10px;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #252525;
    color: #dcdcdc;
    font-size: 14px;
    line-height: 16px
}

form .generic-error {
    text-align: center;
    margin: 0 10px 10px;
    padding: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #e44242;
    border: 1px solid #e44242;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

form .field-error {
    display: none;
    position: absolute;
    max-width: 400px;
    padding: 5px;
    z-index: 9999;
    margin: 2px 0 0 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #efefef;
    color: #e44242;
    font-weight: 700
}

form .field-error:after,
form .field-error:before {
    content: "";
    position: absolute
}

form .field-error.down:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #efefef;
    left: 20px;
    top: -10px
}

form .field-error.down:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #efefef;
    left: 20px;
    top: -9px
}

form .field-error.up {
    background-image: none
}

form .field-error.up:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #efefef;
    left: 20px;
    bottom: -10px
}

form .field-error.up:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #efefef;
    left: 20px;
    bottom: -9px
}

form .field-error label {
    margin: 0
}

form .captcha-control .field-error {
    margin-left: 145px;
    bottom: 35px
}

form .file-control .field-error {
    margin-top: 30px
}

form .smileys-support {
    position: relative
}

form .smileys-support .textarea {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

form .smileys-support .smileys-bar {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #3a3a3a;
    padding: 0 3px 4px 3px;
    cursor: default
}

form .smileys-support img {
    cursor: pointer
}

form .progressbar {
    position: absolute;
    z-index: 1200;
    width: 60%;
    left: 20%;
    top: 50%;
    height: 40px;
    margin-top: -20px
}

form .progressbar .text {
    position: absolute;
    width: 100%;
    height: 40px;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    text-align: center
}

form .progressbar .progress {
    position: absolute;
    height: 40px;
    background: #bfd128
}

.toggle-button {
    display: block;
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 10px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #d5d5d5));
    background: -webkit-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -o-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: linear-gradient(to bottom, #fff 0, #d5d5d5 100%);
    cursor: pointer;
    outline: 0
}

.toggle-button * {
    cursor: pointer
}

.toggle-button input {
    margin: 0;
    font-size: 11px;
    line-height: 14px
}

.toggle-button span {
    padding: 0 0 0 3px;
    font-size: 11px;
    line-height: 14px
}

.toggle-button.inversed:hover,
.toggle-button:hover {
    background: #1e1e1e;
    border: 1px solid #242424;
    padding: 7px 9px;
    color: #f56c08
}

.toggle-button.active,
.toggle-button.inversed {
    background: #2a2a2a;
    border: 1px solid #323232;
    padding: 7px 9px;
    color: #a2a2a2
}

.toggle-button.inversed.active {
    color: #4e4e4e;
    padding: 8px 10px;
    border: none;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #d5d5d5));
    background: -webkit-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -o-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: linear-gradient(to bottom, #fff 0, #d5d5d5 100%)
}

.toggle-button.disabled,
.toggle-button.disabled:hover,
.toggle-button.done,
.toggle-button.done:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #d5d5d5));
    background: -webkit-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -o-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: linear-gradient(to bottom, #fff 0, #d5d5d5 100%);
    border: none;
    padding: 8px 10px;
    cursor: default;
    color: #a7a7a7
}

.toggle-button.disabled *,
.toggle-button.done * {
    cursor: default
}

.toggle-button.done span {
    background: url(../images/ico-checkmark.png) 0 -2px no-repeat;
    padding: 0 0 0 21px
}

.top {
    background: #171717;
    border-bottom: 1px solid #272727;
    padding: 3px 0 6px;
    font-size: 11px;
    line-height: 28px
    padding-top: 0;
    margin-top: 3px;
    margin-bottom: 0;
    padding-bottom: 3px;
}

.center-hold {
    max-width: 1235px;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center
}

.center-hold:after {
    content: "";
    display: block;
    clear: both
}

.network {
    float: left;
    color: #909090;
    position: relative;
    z-index: 30;
    font-size: 14px;
}

.network strong {
    display: inline-block;
    font-weight: 400;
    margin-right: 16px
}

.network ul {
    display: inline-block
}

.network li {
    display: inline-block;
    vertical-align: top;
    padding: 0 17px 0 21px;
    background: url(../images/bullet.png) no-repeat 0 50%
}

.network li:first-child {
    background: 0 0;
    padding-left: 0
}

.network a {
    color: #bcbcbc
}

.network a:hover {
    color: #bfd128
}

.network .more {
    float: left;
    cursor: pointer;
    background: #1c1c1c url(../images/arrow-down-network.gif) no-repeat 100% 50%;
    border: 1px solid #222;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 25px 0 9px;
    line-height: 26px;
    position: relative
}

.network .more:hover ul {
    display: block
}

.network ul ul {
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    float: none;
    z-index: 20;
    background: #1c1c1c;
    border: solid #222;
    overflow: hidden;
    display: none;
    border-width: 0 1px;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px
}

.network ul ul li,
.network ul ul li:first-child {
    float: none;
    background: 0 0;
    padding: 0;
    border-top: 1px solid #222
}

.network ul ul a {
    display: block;
    padding: 0 9px
}

.member-links {
    float: right;
    overflow: hidden
}

.member-links ul {
    padding: 7px 0;
    line-height: 14px
}

.member-links li {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    margin-left: 16px;
    border-left: 1px solid #282828
}

.member-links li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none
}

.member-links a {
    color: #f56c08
}

.member-links a.disabled {
    color: grey
}

.member-links a.disabled:hover,
.member-links a:hover {
    color: #fff
}

.header {
    max-width: 1235px;
    padding: 0 5px;
    margin: 0 auto;
    z-index: 20
}

.logo {
    float: left;
    margin: 27px 15px 0 0
}

.logo a {
    display: block;
    width: 279px;
    height: 47px;
    background: url(../images/logo.png) no-repeat
}

.search {
    margin: 0 auto;
    padding: 30px 0 30px;
    overflow: hidden
}

.search form {
    height: 30px;
    border: 1px solid #2c2c2c;
    background: url(../images/bg-search.png) repeat-x
}

.search form:after {
    content: "";
    display: block;
    clear: both
}

.search .search-text {
    padding: 0 0 0 14px;
    overflow: hidden
}

.search .search-text input {
    height: 30px;
    width: 100%;
    margin: 0 0 0 -14px;
    padding: 0 0 0 14px;
    color: #c5c5c5;
    font-size: 11px;
    line-height: 28px;
    border: 0;
    background: 0 0
}

.search .search-text input:focus {
    background: url(../images/bg-grey.gif);
    outline: 0
}

.search .advanced {
    float: right;
    font-size: 11px;
    line-height: 13px;
    color: #c5c5c5;
    display: block;
    padding: 8px 9px 9px 9px;
    background: url(../images/bg-search.png) repeat-x 0 -30px
}

.search .search-button {
    float: right;
    display: block;
    width: 39px;
    height: 30px;
    background: url(../images/btn-search.png) no-repeat;
    text-indent: 100px;
    overflow: hidden;
    cursor: pointer
}

.social-bookmarks {
    width: 188px;
    float: right;
    margin: 21px 0 0 30px;
    position: relative;
}
#nav-grid-languages{
    width: 100vw;
    top: 50px;
    right: -5px;
    overflow: visible;
    left: unset;
    max-width: 1235px;
}
.navigation {
    background: #2d2d2d url(../images/bg-nav.gif) repeat-x;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 38px;
    position: relative;
    z-index: 10
}

.navigation .button {
    display: none;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    border: none;
    outline: 0;
    background: #171717;
    height: 38px;
    cursor: pointer
}

.navigation .button .icon {
    display: inline-block;
    height: 20px;
    width: 29px;
    position: relative
}

.navigation .button .ico-bar {
    background: #e4e4e4;
    height: 4px;
    width: 100%;
    position: absolute;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    left: 0
}

.navigation .button .ico-bar:first-child {
    top: 0
}

.navigation .button .ico-bar:nth-child(2) {
    top: 8px
}

.navigation .button .ico-bar:nth-child(3) {
    top: 16px
}

.navigation.open .button .ico-bar {
    background: #f56c08;
    left: 4px
}

.navigation.open .button .ico-bar:first-child {
    top: -2px;
    -webkit-transform: rotate(45deg) translate(5px, 9px);
    -moz-transform: rotate(45deg) translate(5px, 9px);
    -ms-transform: rotate(45deg) translate(5px, 9px);
    -o-transform: rotate(45deg) translate(5px, 9px);
    transform: rotate(45deg) translate(5px, 9px)
}

.navigation.open .button .ico-bar:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-45deg) translate(2px, -6px);
    -moz-transform: rotate(-45deg) translate(2px, -6px);
    -ms-transform: rotate(-45deg) translate(2px, -6px);
    -o-transform: rotate(-45deg) translate(2px, -6px);
    transform: rotate(-45deg) translate(2px, -6px)
}

.navigation.open .button .ico-bar:nth-child(2) {
    opacity: 0
}

.navigation .primary {
    float: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    border-right: 1px solid #343434;
    display: table;
    width: 100%;
    text-align: center
}

.navigation .primary li {
    display: table-cell;
    border-left: 1px solid #343434;
    border-right: 1px solid #252525
}

.navigation .primary li:first-child {
    border-left: none
}

.navigation .primary a {
    display: block;
    padding: 11px 0;
    text-transform: uppercase
}

.navigation .primary li:first-child a {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.navigation .primary .selected a {
    color: #5b5b5b
}

.navigation .primary .selected a:hover {
    background: 0 0
}

.navigation .primary a:hover {
    background: #1d1d1d url(../images/bg-nav.gif) repeat-x 0 -38px
}

.navigation .primary .highlight a {
    color: #bfd128
}

.navigation .primary .highlight a:hover {
    color: #f56c08
}

.navigation .primary .drop {
    position: relative
}

.navigation .primary .drop&gt;a:after {
    content: '';
    border-top: 4px solid #dde2e4;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    right: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2px 7px
}

.navigation .primary .drop:hover a {
    color: #4e4e4e;
    background: #eee
}

.navigation .primary .drop:hover&gt;a:after {
    border-top: none;
    border-bottom: 4px solid #000
}

.navigation .primary .drop:hover ul {
    display: block
}

.navigation .primary ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    display: none;
    overflow: hidden;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px
}

.navigation .primary ul li {
    border: solid #cdcdcd;
    border-width: 1px 0 0;
    display: block
}

.navigation .primary .drop:hover ul a {
    color: #4e4e4e;
    display: block;
    float: none;
    padding: 11px 17px;
    text-transform: capitalize;
    background: #eee
}

.navigation .primary .drop ul a:hover {
    color: #f56c08;
    background: #202020;
    background: -moz-linear-gradient(top, #202020 0, #191919 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #202020), color-stop(100%, #191919));
    background: -webkit-linear-gradient(top, #202020 0, #191919 100%);
    background: -o-linear-gradient(top, #202020 0, #191919 100%);
    background: -ms-linear-gradient(top, #202020 0, #191919 100%);
    background: linear-gradient(to bottom, #202020 0, #191919 100%)
}

.navigation .primary .drop li:first-child a {
    border-radius: 0;
    -webkit-border-radius: 0
}

.navigation .secondary {
    float: right;
    padding: 12px 0 12px;
    font-size: 11px;
    line-height: 14px
}

.navigation .secondary li {
    float: left;
    border-left: 1px solid #373737
}

.navigation .secondary li:first-child {
    border-left: none
}

.navigation .secondary a {
    float: left;
    margin: 0 20px;
    color: grey;
    text-decoration: underline
}

.navigation .secondary a:hover {
    color: #f56c08
}

.footer {
    width: 100%;
    color: #555;
    font-size: 11px;
    line-height: 16px;
    background: rgba(0, 0, 0, .4);
    padding: 10px 0
}

.footer .footer-wrap {
    max-width: 1235px;
    padding: 0 5px;
    margin: 0 auto;
    overflow: hidden
}

.footer a {
    color: #555;
    text-decoration: underline
}

.footer a:hover {
    color: #9a9a9a;
    text-decoration: none
}

.footer .nav {
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase
}

.footer .nav li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 10px;
    position: relative
}

.footer .nav li:before {
    content: "|";
    position: absolute;
    left: -2px;
    top: 7px;
    color: #969696;
    font-size: 11px;
    line-height: 14px
}

.footer .nav li:first-child:before {
    content: ""
}

.footer .nav a {
    display: block;
    padding: 8px 22px;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    color: #969696;
    text-decoration: none
}

.footer .nav a:hover {
    color: #f56c08;
    background: #181818;
    padding: 7px 21px;
    border: 1px solid #1c1c1c;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.footer .nav .active a,
.footer .nav .active a:hover {
    color: #373737;
    background: 0 0;
    padding: 8px 21px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.footer .copyright {
    float: left;
    padding: 2px 0 2px 41px;
    min-height: 31px;
    background: url(../images/ico-copy.png) no-repeat;
    margin: 16px 50px 0 43px
}

.footer .txt {
    margin: 18px 43px 0 0;
    text-align: right;
    overflow: hidden
}

.box {
    background: #272727 url(../images/bg-grey.gif);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    overflow: hidden
}

.box.message {
    font-size: 14px;
    line-height: 16px
}

.headline {
    padding: 36px 5px 8px 5px
}

.headline:after {
    content: "";
    display: block;
    clear: both
}

h1,
h2 {
    float: left;
    color: #9d9d9d;
    padding: 0 2px;
    font-size: 25px;
    line-height: 25px
}

h2 a {
    text-decoration: underline
}

.sort {
    float: right;
    min-width: 140px;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 3px;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -o-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: linear-gradient(to bottom, #f1f1f1 0, #dcdcdc 100%);
    cursor: pointer
}

.sort:hover {
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    color: #fff;
    text-shadow: 1px 1px 1px #7c7c7c;
    background: #adadad;
    background: -moz-linear-gradient(top, #adadad 0, #828282 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #adadad), color-stop(100%, #828282));
    background: -webkit-linear-gradient(top, #adadad 0, #828282 100%);
    background: -o-linear-gradient(top, #adadad 0, #828282 100%);
    background: -ms-linear-gradient(top, #adadad 0, #828282 100%);
    background: linear-gradient(to bottom, #adadad 0, #828282 100%)
}

.sort .icon {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%
}

.sort .type-sort {
    background: url(../images/ico-sort.png) 5px 5px no-repeat
}

.sort .type-video {
    background: url(../images/ico-video.png) 5px 4px no-repeat
}

.sort .type-fav {
    background: url(../images/ico-favourite.png) 5px 5px no-repeat
}

.sort .type-visibility {
    background: url(../images/ico-private.png) 5px 4px no-repeat
}

.sort .type-edit {
    background: url(../images/ico-edit.png) 5px 5px no-repeat
}

.sort strong {
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 18px 5px 28px;
    white-space: nowrap;
    color: #4e4e4e;
    text-shadow: 1px 1px 1px #efefef;
    cursor: pointer;
    background: url(../images/arrow-down.gif) no-repeat 100% 50%;
    max-width: 200px;
    overflow: hidden
}

.sort:hover strong {
    color: #fff;
    text-shadow: 1px 1px 1px #7c7c7c;
    background: url(../images/arrow-up.png) no-repeat 100% 50%
}

.sort:hover ul {
    display: block
}

.sort ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
    overflow: hidden;
    border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0, #dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #ebebeb 0, #dcdcdc 100%);
    background: -o-linear-gradient(top, #ebebeb 0, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #ebebeb 0, #dcdcdc 100%);
    background: linear-gradient(to bottom, #ebebeb 0, #dcdcdc 100%)
}

.sort ul a {
    display: block;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 15px;
    color: #4e4e4e;
    text-shadow: 1px 1px 1px #efefef
}

.sort ul a:hover {
    color: #f56c08;
    text-shadow: none;
    background: #202020;
    background: -moz-linear-gradient(top, #202020 0, #191919 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #202020), color-stop(100%, #191919));
    background: -webkit-linear-gradient(top, #202020 0, #191919 100%);
    background: -o-linear-gradient(top, #202020 0, #191919 100%);
    background: -ms-linear-gradient(top, #202020 0, #191919 100%);
    background: linear-gradient(to bottom, #202020 0, #191919 100%);
    cursor: pointer
}

.headline .button,
.headline .more {
    float: right;
    color: #4e4e4e;
    text-shadow: 1px 1px 1px #f0f0f0;
    height: 19px;
    margin-left: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 0 0;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -o-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: linear-gradient(to bottom, #f1f1f1 0, #dcdcdc 100%)
}

.item .button-phub-subs.done,
.headline .button.done,
.headline .button.done:hover {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -o-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: linear-gradient(to bottom, #f1f1f1 0, #dcdcdc 100%);
    color: #a7a7a7;
    text-shadow: 1px 1px 1px #f0f0f0;
    cursor: default
}

.headline .button.done * {
    cursor: default
}

.headline .button span {
    padding: 0 9px
}

.item .button-phub-subs.done span:first-child{
    background: url(../images/ico-checkmark.png) 0px -2px no-repeat;    
}
.headline .button.done span {
    background: url(../images/ico-checkmark.png) 4px -2px no-repeat;
    padding: 0 9px 0 23px
}

.headline .more span {
    padding: 0 25px 0 9px;
    background: url(../images/arrow-right.png) no-repeat 100% 5px
}

.headline .button:hover,
.headline .more:hover {
    color: #fff;
    text-shadow: 1px 1px 1px #7c7c7c;
    background: #adadad;
    background: -moz-linear-gradient(top, #adadad 0, #828282 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #adadad), color-stop(100%, #828282));
    background: -webkit-linear-gradient(top, #adadad 0, #828282 100%);
    background: -o-linear-gradient(top, #adadad 0, #828282 100%);
    background: -ms-linear-gradient(top, #adadad 0, #828282 100%);
    background: linear-gradient(to bottom, #adadad 0, #828282 100%)
}

.headline .more:hover span {
    background-position: 100% -20px
}

.headline .button-info {
    position: relative;
    float: right;
    height: 17px;
    margin: 2px 0 0 10px;
    padding: 3px 8px 0 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #4e4e4e;
    background: #bcbcbc
}

.headline .button-info:before {
    position: absolute;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #bcbcbc;
    left: -5px;
    top: 5px
}

.empty-content {
    padding: 15px 15px 0;
    font-size: 14px;
    line-height: 16px
}

.tags-cloud {
    margin-top: 20px;
    float: left;
    margin-bottom: 20px
}

.tags-cloud .all {
    display: block;
    text-align: center;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

.search-cloud {
    margin-top: 20px;
    text-align: center
}

.spot embed,
.spot iframe,
.spot img,
.spot object {
    vertical-align: bottom
}
.in-listing-m-spot .exo-native-widget-header { position: absolute!important;z-index: 9999;top: 0;right: 0;padding: 2px!important;background: #000000a3!important; }
.in-listing-m-spot .exo-native-widget-item-content { height: 61px!important; padding-top: 0px!important; }
.in-listing-m-spot .exo-native-widget-item-title { margin: 7px 2px!important; line-height: 20px!important; }
.in-listing-m-spot .exo-native-widget { width: 100%!important; }
.in-listing-m-spot { min-height: 250px; text-align: center!important;}
.in-listing-m-spot .exo-native-widget-item-title {font-weight: 700!important;color: #f90!important;font-size: 15px!important;}
.in-listing-m-spot .exo-native-widget-item-title:hover {color: #f56c08!important;}
.in-listing-m-spot .exo-native-widget-item-text { display:none!important; }
.mmmsss { text-align:center; background: #393939!important;}

.topad{
    min-height: 100px;
}
.top-ad a,
.topad a {
    display: block;
    margin: 31px 0 0;
    width: 100%;
    overflow: hidden
}

.top-ad img,
.topad img {
    width: 100%;
    height: auto
}

.videos-ad {
    float: right;
    width: 300px;
    height: 572px;
    padding: 2px 47px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1a1a1a;
    background: rgba(26, 26, 26, .7);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    margin-left: 15px;
    position: relative
}

.margin-fix .videos-ad {
    margin-top: 15px
}

.videos-ad .spot {
    padding: 27px 0 0;
    overflow: hidden
}

.videos-ad .spot a {
    width: 300px;
    height: 250px;
    background: #000;
    overflow: hidden;
    display: block
}

.videos-ad-inline {
    display: inline;
    float: right;
    width: 505px;
    height: 209px;
    margin: 15px 0 0 15px;
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1a1a1a;
    background: rgba(26, 26, 26, .7);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    color: #8a8a8a
}

form .videos-ad-inline {
    height: 256px
}

.videos-ad-inline .spot {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.albums-ad {
    float: right;
    width: 300px;
    height: 645px;
    padding: 2px 40px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1a1a1a;
    background: rgba(26, 26, 26, .7);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    margin-left: 15px;
    position: relative
}

.margin-fix .albums-ad {
    margin-top: 15px
}

.albums-ad .spot {
    padding: 20px 0 0;
    overflow: hidden
}

.albums-ad .spot a {
    width: 300px;
    height: 250px;
    background: #000;
    overflow: hidden;
    display: block
}

.albums-ad-inline {
    display: inline;
    float: right;
    width: 505px;
    height: 314px;
    margin: 15px 0 0 15px;
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1a1a1a;
    background: rgba(26, 26, 26, .7);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    color: #8a8a8a
}

form .albums-ad-inline {
    height: 361px
}

.albums-ad-inline .spot {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.playlists-ad {
    float: right;
    width: 300px;
    height: 683px;
    padding: 2px 40px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1a1a1a;
    background: rgba(26, 26, 26, .7);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    margin-left: 15px;
    position: relative
}

.margin-fix .playlists-ad {
    margin-top: 15px
}

.playlists-ad .spot {
    padding: 27px 0 0;
    overflow: hidden
}

.playlists-ad .spot a {
    width: 300px;
    height: 250px;
    background: #000;
    overflow: hidden;
    display: block
}

.playlists-ad-inline {
    display: inline;
    float: right;
    width: 505px;
    height: 209px;
    margin: 15px 0 0 15px;
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #1a1a1a;
    background: rgba(26, 26, 26, .7);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    color: #8a8a8a
}

form .playlists-ad-inline {
    height: 256px
}

.playlists-ad-inline .spot {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bottom-adv {
    margin: 30px 0 10px;
    text-align: center;
    font-size: 15px;
    color: #9d9d9d;
    line-height: 18px;
    padding: 7px
}

.bottom-adv h2 {
    width: 100%;
    margin-bottom: 10px
}

.bottom-adv .spot {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    overflow: hidden;
    margin: 1px
}

.bottom-adv .spot a {
    width: 300px;
    height: 250px;
    background: #000;
    overflow: hidden;
    display: block
}

.list-albums,
.list-albums-images,
.list-categories,
.list-comments,
.list-films,
.list-models,
.list-playlists,
.list-sponsors,
.list-subscriptions,
.list-tags,
.list-videos,
.list-videos-screenshots {
    width: 100%;
    text-align: center
}

.margin-fix {
    margin: 0
}

.list-albums-images .margin-fix,
.list-videos-screenshots .margin-fix {
    margin: 0 0 0 -15px
}

.list-comments .margin-fix {
    margin: -10px 0 0 -10px
}

.list-tags .margin-fix {
    margin: -23px 0 0 0
}

.margin-fix .bottom {
    margin: 0 0 0 15px
}

.margin-fix .bottom .submit,
.margin-fix .bottom .submit.right {
    margin-top: 5px
}

.margin-fix .generic-error {
    margin: 15px 0 0 15px
}

.list-playlists .item {
    /*	float: left;*/
    display: inline-block;
    text-align: left;
    margin: 2px;
    width: 294px;
    padding: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    background: #393939;
    background: -moz-linear-gradient(top, #393939 0, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #393939 0, #252525 100%);
    background: -o-linear-gradient(top, #393939 0, #252525 100%);
    background: -ms-linear-gradient(top, #393939 0, #252525 100%);
    background: linear-gradient(to bottom, #393939 0, #252525 100%)
}

.list-models .item {
    float: left;
    display: inline;
    text-align: left;
    margin: 16px 0 0 16px;
    width: 152px;
    padding: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    background: #393939;
    background: -moz-linear-gradient(top, #393939 0, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #393939 0, #252525 100%);
    background: -o-linear-gradient(top, #393939 0, #252525 100%);
    background: -ms-linear-gradient(top, #393939 0, #252525 100%);
    background: linear-gradient(to bottom, #393939 0, #252525 100%)
}

.list-sponsors .item {
    float: left;
    display: inline;
    text-align: left;
    margin: 15px 0 0 15px;
    width: 239px;
    padding: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    background: #393939;
    background: -moz-linear-gradient(top, #393939 0, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #393939 0, #252525 100%);
    background: -o-linear-gradient(top, #393939 0, #252525 100%);
    background: -ms-linear-gradient(top, #393939 0, #252525 100%);
    background: linear-gradient(to bottom, #393939 0, #252525 100%)
}

.list-categories .item {
    float: left;
    display: inline;
    text-align: left;
    margin: 16px 0 0 16px;
    width: 152px;
    padding: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    background: #393939;
    background: -moz-linear-gradient(top, #393939 0, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #393939 0, #252525 100%);
    background: -o-linear-gradient(top, #393939 0, #252525 100%);
    background: -ms-linear-gradient(top, #393939 0, #252525 100%);
    background: linear-gradient(to bottom, #393939 0, #252525 100%)
}

.list-albums .item {
    float: left;
    display: inline;
    text-align: left;
    margin: 16px 0 0 16px;
    width: 187px;
    padding: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    background: #393939;
    background: -moz-linear-gradient(top, #393939 0, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #393939 0, #252525 100%);
    background: -o-linear-gradient(top, #393939 0, #252525 100%);
    background: -ms-linear-gradient(top, #393939 0, #252525 100%);
    background: linear-gradient(to bottom, #393939 0, #252525 100%)
}

.list-albums-images .item {
    float: left;
    display: inline;
    text-align: left;
    margin: 16px 0 0 16px;
    width: 187px;
    padding: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    background: #393939;
    background: -moz-linear-gradient(top, #393939 0, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #393939 0, #252525 100%);
    background: -o-linear-gradient(top, #393939 0, #252525 100%);
    background: -ms-linear-gradient(top, #393939 0, #252525 100%);
    background: linear-gradient(to bottom, #393939 0, #252525 100%)
}

.list-videos .item {
    /*	float: left;*/
    vertical-align: top;
    display: inline-block;
    text-align: left;
    margin: .2%;
    width: 19%;
    max-width: 310px;
    padding: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    background: #393939;
    background: -moz-linear-gradient(top, #393939 0, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #393939 0, #252525 100%);
    background: -o-linear-gradient(top, #393939 0, #252525 100%);
    background: -ms-linear-gradient(top, #393939 0, #252525 100%);
    background: linear-gradient(to bottom, #393939 0, #252525 100%)
}

.list-films .item {
    display: inline-block;
    text-align: left;
    margin: .2%;
    width: 19%;
    max-width: 310px;
    padding: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    background: #393939;
    background: -moz-linear-gradient(top, #393939 0, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #393939 0, #252525 100%);
    background: -o-linear-gradient(top, #393939 0, #252525 100%);
    background: -ms-linear-gradient(top, #393939 0, #252525 100%);
    background: linear-gradient(to bottom, #393939 0, #252525 100%)
}

.list-films .item:hover {
    box-shadow: 0 0 10px #eee;
    border: 1px solid #eee;
    padding: 0
}

.list-films .item:hover img {
    -webkit-filter: grayscale(1)
}

.list-films .item .img,
.list-films .item .img img {
    width: 230px;
    height: 333px;
    display: block
}

.list-films .item .inner {
    background: url(../images/play100.png) center no-repeat rgba(0, 0, 0, .17);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 10
}

.list-films .item:hover .inner {
    opacity: .7
}

.list-videos .item .img img {
    width: 100%;
    max-width: 310px;
    max-height: 175px;
    background: #272727 url(../images/bg-grey.gif)
}

.list-videos .item .image {
    width: 100%;
    max-width: 310px;
    max-height: 175px
}

#list_playlists_common_playlists_list_items.margin-fix {
    margin: 0
}

#list_playlists_common_playlists_list_items,
.list-videos #list_videos_common_videos_list_items,
.list-videos #list_videos_latest_videos_list_items,
.list-videos #list_videos_videos_list_search_result_items {
    align-content: center
}

.list-videos #list_videos_common_videos_list_items .item,
.list-videos #list_videos_latest_videos_list_items .item {
    width: 24%;
    margin: .1%;
}

.list-videos-screenshots .item {
    float: left;
    display: inline;
    text-align: left;
    margin: 16px 0 0 5px;
    width: 300px;
    padding: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    background: #393939;
    background: -moz-linear-gradient(top, #393939 0, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #393939 0, #252525 100%);
    background: -o-linear-gradient(top, #393939 0, #252525 100%);
    background: -ms-linear-gradient(top, #393939 0, #252525 100%);
    background: linear-gradient(to bottom, #393939 0, #252525 100%)
}

.list-albums .item a,
.list-categories .item a,
.list-models .item a,
.list-playlists .item a,
.list-sponsors .item a,
.list-videos .item a {
    display: block;
    outline: 0
}

.list-tags .item a {
    padding-left: 10px
}

.list-videos-screenshots .item {
    width: 110px
}

.list-albums-images .item {
    width: 200px
}

.list-categories .item,
.list-models .item,
.list-sponsors .item {
    padding: 1px 1px 5px
}

.list-albums .item:hover,
.list-categories .item:hover,
.list-models .item:hover,
.list-playlists .item:hover,
.list-sponsors .item:hover,
.list-videos .item:hover {
    background: #1a1a1a
}

.list-tags .item {
    text-align: left;
    margin-top: 15px;
    width: 18%;
    display: inline-block;
    vertical-align: top
}

.item em {
    color: #e0e0e0
}

.item .img {
    position: relative;
    background: #000;
    overflow: hidden;
    vertical-align: top
}

.list-models .img {
    width: 150px;
    height: 211px
}

.list-sponsors .img {
    width: 239px;
    height: 97px
}

.list-categories .img {
    width: 152px;
    height: 211px
}

.list-videos .img {
    width: 100%;
    overflow: visible;
    max-width: 310px;
    max-height: 175px
}

.list-videos .img video.hover {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 10;
    background: #272727 url(../images/bg-grey.gif);
    box-shadow: 0 0 10px #f90;
    border: 1px solid #f90;
    display: block
}

.video-thumb .img video.hover {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 10;
    background: #272727 url(../images/bg-grey.gif);
    box-shadow: 0 0 10px #f90;
    display: block
}

.list-playlists .img {
    width: 300px;
    height: 169px
}

.list-videos-screenshots .img {
    width: 300px;
    height: 169px
}

.list-albums .img {
    width: 187px;
    height: 240px
}

.list-albums-images .img {
    width: 200px;
    height: 150px;
    text-align: center
}

.item .img .no-thumb,
.item .img img {
    display: block;
    width: 100%;
    height: auto;
    text-align: center
}

.item.disabled .img img {
    opacity: .3
}

.list-categories .img .no-thumb,
.list-models .img .no-thumb,
.list-sponsors .img .no-thumb {
    line-height: 260px
}

.list-albums-images .img .no-thumb {
    line-height: 150px
}

.list-playlists .img img.video2,
.list-playlists .img img.video3,
.list-playlists .img img.video4,
.list-playlists .img img.video5 {
    position: absolute;
    width: 90px;
    height: auto;
    border: 2px solid #7c7c7c;
    opacity: .8
}

.list-playlists .img img.video2:hover,
.list-playlists .img img.video3:hover,
.list-playlists .img img.video4:hover,
.list-playlists .img img.video5:hover {
    opacity: 1;
    z-index: 5
}

.list-playlists .img img.video2 {
    right: 25px;
    top: 5px;
    z-index: 3
}

.list-playlists .img img.video3 {
    right: 15px;
    top: 15px;
    z-index: 2
}

.list-playlists .img img.video4 {
    right: 5px;
    top: 25px;
    z-index: 1
}

.list-playlists .img .no-thumb {
    line-height: 135px
}

.item .title {
    font-weight: 700;
    margin: 7px 2px;
    height: 45px;
    overflow: hidden;
    display: block
}

.item.disabled .title,
.item.processing .title {
    color: #8a8a8a
}

.item.error .title {
    color: #fc5729
}

.list-categories .item .title,
.list-models .item .title,
.list-sponsors .item .title {
    height: 14px
}

.list-tags .item .title {
    height: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin: 0;
    padding: 15px 0 7px 10px
}

.list-subscriptions .item .title {
    float: left;
    height: 14px;
    margin: 5px 2px
}

.item .wrap {
    margin: 0 5px 2px 5px;
    color: #8a8a8a;
    overflow: hidden
}

.item .wrap:after {
    content: "";
    display: block;
    clear: both
}

.item .added,
.item .albums,
.item .duration,
.item .photos,
.item .user,
.item .videos {
    float: left;
    overflow: hidden;
    width: 80px;
    display: block;
    height: 15px;
    white-space: nowrap
}

.item .views {
    float: right
}

.item .user {
    height: 14px;
    overflow: hidden;
    white-space: nowrap
}

.item .rating {
    float: right;
    position: relative;
    padding: 3px 21px 0 0;
    margin: -3px 0 0
}

.item .positive {
    color: #d4d4d4;
    background: url(../images/ico-rating-positive.png) no-repeat 100% 0
}

.item .negative {
    color: #fc5729;
    background: url(../images/ico-rating-negative.png) no-repeat 100% 3px
}

.item .thumb.private,
.item.private .thumb {
    opacity: .2
}

.item .ico-private {
    padding: 0 0 0 20px;
    background: url(../images/ico-private.png) no-repeat
}

.item .ico-fav-0 {
    width: 40px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    display: none;
    top: 4px;
    left: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: .6;
    background: #000 4px 4px no-repeat;
    z-index: 1000
}

.item .ico-fav-1 {
    width: 65px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    display: none;
    top: 4px;
    right: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: .6;
    background: #000 3px 3px no-repeat;
    z-index: 1000;
    text-align: center;
}

.no-touch .item:hover .ico-fav-0,
.no-touch .item:hover .ico-fav-1 {
    display: block
}

.item .ico-fav-0.fixed,
.item .ico-fav-1.fixed,
.no-touch .item .ico-fav-0:hover,
.no-touch .item .ico-fav-1:hover {
    display: block;
    opacity: 1
}

.line-disabled,
.line-error,
.line-processing {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 70%;
    margin-top: -13px;
    text-align: center;
    background: #000;
    opacity: .7;
    padding: 3px 0;
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.line-error {
    color: #fc5729
}

.line-premium,
.line-private {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #000;
    opacity: .7;
    padding: 3px 0;
    color: #fc5729;
    font-weight: 700
}

.list-albums .item-control,
.list-albums-images .item-control,
.list-playlists .item-control,
.list-videos .item-control,
.list-videos-screenshots .item-control {
    text-align: center;
    background: url(../images/divider.png) repeat-x;
    margin: 10px 0 5px 0;
    padding: 10px 0 0
}

.list-subscriptions .item-control {
    float: right
}

.item-control .item-control-holder {
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #d5d5d5;
    overflow: hidden;
    vertical-align: top
}

.item-control .toggle-button {
    float: left;
    padding: 5px 9px;
    margin: 0 1px 0 0
}

.item-control .toggle-button:last-child {
    margin: 0
}

.item-control .toggle-button.active,
.item-control .toggle-button:hover {
    padding: 4px 8px
}

.item-control .toggle-button.disabled:hover {
    padding: 5px 9px
}

.list-comments .item {
    margin: 10px 0 0 10px;
    color: #8a8a8a;
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(6, 6, 6, .2);
    box-shadow: inset 0 0 5px rgba(6, 6, 6, .2);
    text-align: left;
    background: #242424;
    background: -moz-linear-gradient(top, #242424 0, #202020 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #242424), color-stop(100%, #202020));
    background: -webkit-linear-gradient(top, #242424 0, #202020 100%);
    background: -o-linear-gradient(top, #242424 0, #202020 100%);
    background: -ms-linear-gradient(top, #242424 0, #202020 100%);
    background: linear-gradient(to bottom, #242424 0, #202020 100%)
}

.list-comments .item:after {
    content: "";
    display: block;
    clear: both
}

.list-comments.fixed .item {
    float: left;
    width: 592px;
    height: 86px;
    overflow: hidden
}

.list-comments.fixed.short .item {
    width: 490px
}

.list-comments .image {
    float: left;
    width: 86px;
    height: 86px;
    margin: 0 6px 0 0
}

.list-comments .image img {
    width: 86px;
    height: 86px;
    display: block
}

.list-comments .image .no-thumb {
    background: none repeat scroll 0 0 #000;
    display: block;
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center
}

.list-comments .comment-options {
    display: block;
    float: right
}

.list-comments .comment-options:after {
    content: "";
    display: block;
    clear: both
}

.list-comments .comment-options a {
    padding: 2px 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    float: left;
    margin: 0 0 0 5px
}

.list-comments .comment-options a.disabled {
    cursor: default;
    color: #333
}

.list-comments .comment-options span {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    padding: 2px 10px;
    font-weight: 700;
    float: left
}

.list-comments .comment-options .positive {
    color: #bfd128
}

.list-comments .comment-options .negative {
    color: #f45655
}

.list-comments .text {
    overflow: hidden
}

.list-comments .comment-info {
    display: block;
    margin: 0 0 5px
}

.list-comments p {
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
    padding: 5px 10px
}

.list-comments .dim-comment p {
    opacity: .1
}

.list-comments .dim-comment:hover p {
    opacity: 1
}

.list-comments a {
    color: #fff;
    font-weight: 700
}

.list-comments a:hover {
    color: #f56c08
}

.list-comments .username {
    color: #fff;
    font-weight: 700;
    padding: 0 5px 0 0
}

.list-subscriptions .item {
    float: left;
    text-align: left;
    width: 487px;
    margin: 15px 0 0 15px;
    color: #8a8a8a;
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(6, 6, 6, .2);
    box-shadow: inset 0 0 5px rgba(6, 6, 6, .2);
    background: #242424;
    background: -moz-linear-gradient(top, #242424 0, #202020 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #242424), color-stop(100%, #202020));
    background: -webkit-linear-gradient(top, #242424 0, #202020 100%);
    background: -o-linear-gradient(top, #242424 0, #202020 100%);
    background: -ms-linear-gradient(top, #242424 0, #202020 100%);
    background: linear-gradient(to bottom, #242424 0, #202020 100%)
}

.list-subscriptions .item:after {
    content: "";
    display: block;
    clear: both
}

.pagination {
    margin: 10px 0 0 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: #282828;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.pagination-holder {
    display: inline-block;
    vertical-align: bottom
}

.pagination ul {
    border-left: 1px solid #1e1e1e;
    border-right: 1px solid #292929;
    text-align: center
}

.pagination ul:after {
    content: "";
    display: block;
    clear: both
}

.pagination li {
    float: left;
    border-left: 1px solid #292929;
    border-right: 1px solid #1e1e1e;
    font-weight: 700;
    color: #4d4d4d;
    text-align: center
}

.pagination a,
.pagination span {
    display: block;
    padding: 12px 12px 14px;
    min-width: 14px
}

.pagination a:hover {
    color: #f56c08;
    background: #212121;
    background: -moz-linear-gradient(top, #212121 0, #191919 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #212121), color-stop(100%, #191919));
    background: -webkit-linear-gradient(top, #212121 0, #191919 100%);
    background: -o-linear-gradient(top, #212121 0, #191919 100%);
    background: -ms-linear-gradient(top, #212121 0, #191919 100%);
    background: linear-gradient(to bottom, #212121 0, #191919 100%)
}

.pagination .next,
.pagination .prev {
    display: none;
    min-width: 100px
}

.load-more {
    margin: 10px 0 0 0;
    text-align: center
}

.load-more a {
    display: inline-block;
    padding: 12px 28px 14px;
    background: #282828;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700
}

.load-more a:hover {
    color: #f56c08;
    background: #212121;
    background: -moz-linear-gradient(top, #212121 0, #191919 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #212121), color-stop(100%, #191919));
    background: -webkit-linear-gradient(top, #212121 0, #191919 100%);
    background: -o-linear-gradient(top, #212121 0, #191919 100%);
    background: -ms-linear-gradient(top, #212121 0, #191919 100%);
    background: linear-gradient(to bottom, #212121 0, #191919 100%)
}

.content,
.main-content {
    width: 100%;
    overflow: visible
}

.main-container {
    overflow: visible;
    width: 100%;
    float: left
}

.main-container-user {
    width: 1030px;
    float: left;
    overflow: hidden
}

.sidebar {
    float: left;
    width: 15%;
    margin: 0 10px 0 0
}

.sidebar .filter,
.sidebar .list {
    overflow: hidden;
    background: #272727 url(../images/bg-grey.gif);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.sidebar .filter li,
.sidebar .list li {
    background: url(../images/divider.png) repeat-x;
    margin: -1px 0 0
}

.sidebar .filter li:first-child,
.sidebar .list li:first-child {
    background: 0 0;
    margin: 0
}

.sidebar .list a {
    display: block;
    padding: 10px 12px 13px 14px;
    font-weight: 700
}

.sidebar .list a:hover {
    background: #1a1a1a
}

.sidebar .list .rating {
    float: right;
    color: #979797
}

.sidebar .filter li {
    position: relative
}

.sidebar .filter li:hover {
    background: #1a1a1a
}

.sidebar .filter li * {
    cursor: pointer
}

.sidebar .filter li input {
    position: absolute;
    left: 16px;
    width: 14px;
    height: 14px;
    top: 10px
}

.sidebar .filter li label {
    display: block;
    padding: 10px 12px 13px 34px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px
}

.sidebar label.group {
    display: block;
    padding: 10px 12px 2px 14px
}

.sidebar label.group:after {
    content: ":"
}

.sidebar .alphabet {
    overflow: hidden;
    padding: 0 0 4px;
    background: #272727 url(../images/bg-grey.gif);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.sidebar .alphabet a,
.sidebar .alphabet span {
    float: left;
    width: 26px;
    height: 25px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin: 4px 0 0 4px;
    border: 1px solid #313131;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.sidebar .alphabet a {
    cursor: pointer
}

.sidebar .alphabet span {
    background: #252525;
    border-color: #252525;
    color: #616161
}

.sidebar .alphabet a:hover {
    background: #232323;
    border-color: #222;
    color: #f56c08
}

.block-channel {
    padding: 10px;
    overflow: hidden;
    background: #272727 url(../images/bg-grey.gif);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.block-channel .img {
    float: left;
    margin: 0 10px 0 0;
    border: 2px solid #222;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.block-channel .img img {
    display: block;
    width: 360px;
    height: 200px
}

.block-channel .img .no-thumb {
    display: block;
    width: 360px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    background: #000
}

.block-channel .channel-info {
    float: left;
    width: 444px;
    margin: 0 10px 0 0
}

.block-channel .channel-list {
    background: #212121;
    overflow: hidden;
    color: #d8d8d8;
    font-size: 12px;
    margin: 0 0 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .3)
}

.block-channel .channel-list li {
    background: url(../images/divider.png) repeat-x;
    overflow: hidden;
    padding: 9px 9px 13px 10px
}

.block-channel .channel-list li:first-child {
    background: 0 0
}

.block-channel .channel-list .name {
    float: left;
    width: 130px;
    margin: 0 5px 0 0
}

.block-channel .channel-list .rating {
    padding: 3px 0 0;
    overflow: hidden
}

.block-channel .channel-list .rating span {
    float: left;
    width: 9%;
    height: 9px;
    background: #2a2a2a;
    margin: 0 1px 0 0;
    border: 1px solid #323232;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.block-channel .channel-list .rating .full {
    border: 0;
    background: #ff8e2a;
    background: -moz-linear-gradient(top, #ff8e2a 0, #ff7903 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff8e2a), color-stop(100%, #ff7903));
    background: -webkit-linear-gradient(top, #ff8e2a 0, #ff7903 100%);
    background: -o-linear-gradient(top, #ff8e2a 0, #ff7903 100%);
    background: -ms-linear-gradient(top, #ff8e2a 0, #ff7903 100%);
    background: linear-gradient(to bottom, #ff8e2a 0, #ff7903 100%)
}

.block-channel .desc {
    background: #212121;
    color: #a7a7a7;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
    height: 47px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .3)
}

.block-channel .channel-rating {
    float: right;
    width: 176px;
    overflow: hidden
}

.block-channel .channel-rating strong {
    display: block;
    text-align: center;
    color: #fff;
    height: 124px;
    padding: 42px 0 0;
    margin: 0 0 6px;
    background: #1a1a1a;
    background: rgba(26, 26, 26, .7);
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .3);
    font-size: 72px;
    line-height: 74px
}

.block-channel .channel-rating a {
    text-align: center;
    display: block;
    height: 24px;
    padding: 8px 4px 0 4px;
    color: #4e4e4e;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    text-shadow: 1px 1px 1px #ededed;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1f1f1), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -o-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0, #dcdcdc 100%);
    background: linear-gradient(to bottom, #f1f1f1 0, #dcdcdc 100%)
}

.block-channel .channel-rating a:hover {
    color: #f56c08;
    text-shadow: none;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    background: #212121;
    background: -moz-linear-gradient(top, #212121 0, #1c1c1c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #212121), color-stop(100%, #1c1c1c));
    background: -webkit-linear-gradient(top, #212121 0, #1c1c1c 100%);
    background: -o-linear-gradient(top, #212121 0, #1c1c1c 100%);
    background: -ms-linear-gradient(top, #212121 0, #1c1c1c 100%);
    background: linear-gradient(to bottom, #212121 0, #1c1c1c 100%)
}

.block-model {
    padding: 10px;
    overflow: hidden;
    background: #272727 url(../images/bg-grey.gif);
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.block-model .img {
    float: left;
    margin: 0 10px 0 0;
    border: 2px solid #222;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.block-model .img img {
    display: block;
    width: 142px;
    height: auto;
}

.block-model .img .no-thumb {
    display: block;
    width: 280px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    background: #000
}

.block-model .model-list {
    float: left;
    width: 250px;
    margin: 0 10px 0 0;
    overflow: hidden
}

.block-model .model-list li {
    margin: 11px 0 0;
    padding: 9px;
    background: #222;
    font-size: 12px;
    color: #838383;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .3)
}

.block-model .model-list li:first-child {
    margin: 0
}

.block-model .model-list li span {
    color: #fff
}

.block-model .model-list li a {
    color: #f56c08
}

.block-model .model-list li a:hover {
    color: #fff
}

.block-model .desc {
    background: #212121;
    color: #a7a7a7;
    height: 156px;
    line-height: 17px;
    padding: 5px 9px 0 9px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    overflow: hidden
}

.block-model .website {
    background: #212121;
    color: #a7a7a7;
    padding: 9px;
    margin-top: 11px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    overflow: hidden
}

.sponsor {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0
}

.sponsor img {
    width: 100%;
    height: auto
}

.info-holder {
    width: 100%
}

.info-holder:after {
    content: "";
    display: block;
    clear: both
}

.info-buttons {
    width: 100%;
    margin: 0 0 12px;
    text-align: center
}

.info-buttons:after {
    content: "";
    display: block;
    clear: both
}

.block-video {
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: -3px 0 0;
    background: #272727 url(../images/bg-grey.gif)
}

.block-video:after {
    content: "";
    display: block;
    clear: both
}

.block-video .video-holder {
    overflow: hidden
}

.block-video .player {
    margin: 0 0 10px;
    border: 2px solid #1f1f1f;
    background: #000
}

.block-video .player .embed-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.block-video .player .player-wrap {
    width: 100%;
    height: auto;
    position: relative
}

.block-video .player .player-wrap .poster {
    width: 100%;
    height: auto
}

.block-video .player .embed-wrap iframe,
.block-video .player .player-wrap #kt_player {
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    width: 100%!important;
    height: 100%!important
}

.block-video .player .loading {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #9b9b9b;
    padding: 50px 20px
}

.block-video .no-player {
    display: block;
    position: relative;
    overflow: hidden
}

.block-video .no-player img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .2
}

.block-video .no-player .message {
    display: block;
    position: absolute;
    text-align: center;
    padding: 20px;
    left: 0;
    right: 0;
    top: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #9b9b9b
}

.block-video .no-player .message em {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #fff
}

.block-video .no-player .message form {
    display: block;
    padding: 20px 0 0 0
}

.block-video .playlist {
    margin: 0 0 10px;
    padding: 7px;
    border: 2px solid #1f1f1f;
    background: #000;
    text-align: center
}

.block-video .playlist-holder {
    overflow: hidden
}

.block-video .playlist .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 270px;
    border: 7px solid transparent;
    cursor: pointer
}

.block-video .playlist .item.selected,
.block-video .playlist .item.selected:hover {
    border-color: #f56c08
}

.block-video .playlist .item:hover {
    border-color: #1f1f1f
}

.block-video .playlist .item .img {
    width: 270px;
    height: 150px
}

.block-video .playlist .pagination .next,
.block-video .playlist .pagination .prev {
    display: block
}

.block-video .playlist .pagination .first,
.block-video .playlist .pagination .jump,
.block-video .playlist .pagination .last,
.block-video .playlist .pagination .page {
    display: none
}

.block-video .sponsor {
    border: 2px solid #1f1f1f;
    width: auto;
    margin: 10px 0
}

.block-video .adv {
    float: right;
    margin-left: 10px
}

.block-video .adv .banner {
    border: 2px solid #1f1f1f;
    margin: 0 0 10px;
    width: 300px;
    height: 250px;
    background: #000
}

.block-video .adv .banner:last-child {
    margin: 0
}

.block-album {
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: -3px 0 0;
    background: #272727 url(../images/bg-grey.gif)
}

.block-album .album-holder {
    overflow: hidden
}

.block-album .images {
    position: relative;
    overflow: hidden;
    border: 2px solid #1f1f1f;
    padding: 7px;
    background: #000;
    text-align: center
}

.block-album .images a.item,
.block-album .images span.item {
    display: inline-block;
    vertical-align: top;
    margin: 7px;
    width: 22%
}

.block-album .images a.item img {
    width: 100%
}

.block-album .images span.item {
    opacity: .2
}

.block-album .images a.item:hover {
    margin: 6px;
    box-shadow: 0 0 10px #eee;
    border: 1px solid #eee
}

.block-album .images a.item:hover img {
    -webkit-filter: grayscale(1)
}

.block-album .images .message {
    display: block;
    position: absolute;
    text-align: center;
    padding: 20px;
    left: 0;
    right: 0;
    top: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #9b9b9b
}

.block-album .images .message em {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #fff
}

.block-album .images .message form {
    display: block;
    padding: 20px 0 0 0
}

.block-album .sponsor {
    border: 2px solid #1f1f1f;
    width: auto;
    margin: 10px 0
}

.block-album .adv {
    float: right;
    margin-left: 10px
}

.block-album .adv .banner {
    border: 2px solid #1f1f1f;
    margin: 0 0 10px;
    width: 300px;
    height: 250px;
    background: #000
}

.block-album .adv .banner:last-child {
    margin: 0
}

.rating-container {
    float: left;
    margin: 3px 10px 0 0;
    vertical-align: top;
    height: 30px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    width: 200px;
    background: #d5d5d5;
    background: -moz-linear-gradient(top, #d5d5d5 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d5d5d5), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #d5d5d5 0, #fff 100%);
    background: -o-linear-gradient(top, #d5d5d5 0, #fff 100%);
    background: -ms-linear-gradient(top, #d5d5d5 0, #fff 100%);
    background: linear-gradient(to bottom, #d5d5d5 0, #fff 100%)
}

.rating-container .rate-like {
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    width: 34px;
    height: 30px;
    background: url(../images/btn-vote.png) no-repeat
}

.rating-container .rate-like.voted,
.rating-container .rate-like:hover {
    background-position: 0 -31px
}

.rating-container .rate-like.disabled {
    background: url(../images/btn-vote.png) no-repeat
}

.rating-container .rate-dislike {
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    width: 33px;
    height: 30px;
    background: url(../images/btn-vote.png) no-repeat -34px 0
}

.rating-container .rate-dislike.voted,
.rating-container .rate-dislike:hover {
    background-position: -34px -31px
}

.rating-container .rate-dislike.disabled {
    background: url(../images/btn-vote.png) no-repeat -34px 0
}

.rating-container .disabled,
.rating-container .voted {
    cursor: default
}

.rating-container .rating {
    text-align: center;
    width: 120px;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px 0 0
}

.rating-container .voters {
    display: block;
    color: #818181;
    text-shadow: 1px 1px 0 #ededed;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    margin: 0 0 4px
}

.rating-container .scale-holder {
    background: #f45655;
    display: block;
    height: 4px;
    position: relative;
    width: 120px
}

.rating-container .scale-holder .scale {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    background: #bfd128
}

.btn-favourites {
    display: block;
    position: relative;
    float: left;
    width: 40px;
    height: 30px;
    margin: 3px 10px 0 0;
    text-align: left;
    color: #4e4e4e;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #d5d5d5));
    background: -webkit-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -o-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: linear-gradient(to bottom, #fff 0, #d5d5d5 100%)
}

.btn-favourites:hover {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0
}

.btn-favourites .ico-favourite {
    width: 18px;
    height: 15px;
    position: absolute;
    top: 8px;
    left: 6px;
    background: url(../images/ico-favourite.png) no-repeat
}

.btn-favourites .drop {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/bg-drop-inverted.png) no-repeat 27px -4px;
    cursor: pointer
}

.btn-favourites:hover .drop {
    background: url(../images/bg-drop-inverted.png) no-repeat 27px -43px
}

.btn-favourites ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    overflow: hidden;
    border-radius: 0 3px 3px 3px;
    -webkit-border-radius: 0 3px 3px 3px
}

.btn-favourites:hover ul {
    display: block
}

.btn-favourites ul li a,
.btn-favourites ul li span {
    white-space: nowrap;
    padding: 8px;
    display: block;
    font-weight: 700;
    color: #4e4e4e;
    background: #d5d5d5
}

.btn-favourites ul li span {
    position: relative;
    color: grey;
    padding: 8px 38px 8px 32px;
    background: #d5d5d5 url(../images/ico-checkmark.png) 7px 7px no-repeat
}

.btn-favourites ul li span .delete {
    position: absolute;
    right: 8px;
    top: 8px;
    color: grey;
    margin: 0 0 0 10px;
    text-decoration: none
}

.btn-favourites ul li span .delete:hover {
    color: #4e4e4e
}

.btn-favourites ul li a:hover {
    color: #f56c08;
    background: #202020;
    background: -moz-linear-gradient(top, #202020 0, #191919 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #202020), color-stop(100%, #191919));
    background: -webkit-linear-gradient(top, #202020 0, #191919 100%);
    background: -o-linear-gradient(top, #202020 0, #191919 100%);
    background: -ms-linear-gradient(top, #202020 0, #191919 100%);
    background: linear-gradient(to bottom, #202020 0, #191919 100%)
}

.btn-favourites ul li span a {
    padding: 0;
    background: 0 0;
    text-decoration: underline
}

.btn-favourites ul li span a:hover {
    background: 0 0
}

.tabs-menu {
    margin-top: 3px;
    overflow: hidden;
    float: right
}

.tabs-menu ul {
    margin-top: -2px
}

.tabs-menu li {
    margin: 2px 5px 0 0;
    display: inline-block;
    vertical-align: top
}

.tabs-menu li:last-child {
    margin: 2px 0 0 0
}

.tab-content {
    border: 2px solid #1f1f1f;
    padding: 10px;
    color: #9b9b9b;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.block-details {
    margin: -10px 0;
    overflow: hidden
}

.block-details .info {
    overflow: hidden
}

.block-details .item {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: url(../images/divider.png) repeat-x
}

.block-details .item:first-child {
    background: 0 0
}

.block-details .item img {
    margin: 1px
}

.block-details .item a {
    display: inline-block;
    color: #f56c08;
    margin: 1px 0 1px 3px;
    font-weight: 700;
    background: #252525;
    padding: 2px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    white-space: nowrap
}

.block-details .item a:hover {
    color: #fff
}

.block-details .item span {
    float: left;
    padding-right: 48px;
    position: relative
}

.block-details .item span:after {
    display: block;
    content: '|';
    position: absolute;
    right: 24px;
    top: 0;
    color: #353535
}

.block-details .item span.added-by {
    float: right;
    padding: 0
}

.block-details .item span.added-by:after {
    display: none
}

.block-details .item span em {
    color: #dcdcdc;
    margin-left: 3px
}

.block-details .block-user {
    float: right;
    margin: 10px 0 10px 10px;
    overflow: hidden;
    width: 150px
}

.block-details .block-user .username {
    margin: 0 0 5px 0;
    font-weight: 700
}

.block-details .block-user .avatar {
    display: block
}

.block-details .block-user .avatar .no-thumb,
.block-details .block-user .avatar img {
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background: #000
}

.block-flagging {
    width: 100%;
    overflow: hidden
}

.block-flagging .block-radios {
    float: left
}

.block-flagging .block-textarea {
    overflow: hidden
}

.block-flagging .submit {
    margin: 11px 0 0
}

.block-screenshots {
    width: 100%;
    overflow: hidden;
    margin: -10px 0 0;
    text-align: center
}

.block-screenshots a.item,
.block-screenshots span.item {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #1f1f1f;
    width: 208px;
    height: 117px;
    margin: 10px 0 0 0
}

.block-screenshots a.item:hover {
    border: 1px solid #da6109
}

.block-screenshots a.item img,
.block-screenshots span.item img {
    width: 100%;
    height: auto
}

.block-share {
    width: 100%;
    overflow: hidden
}

.block-share .block-bookmarks {
    float: right;
    width: 49%
}

.block-share .middle {
    width: 50%
}

.block-share .block-size {
    width: 100%;
    overflow: hidden;
    padding: 2px 0 0
}

.block-share .block-size a {
    float: left;
    margin: 4px 10px 0 0;
    color: #4e4e4e;
    text-shadow: 1px 1px 0 #e0e0e0;
    background: #d0d0d0;
    height: 23px;
    padding: 9px 17px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -moz-linear-gradient(top, #d0d0d0 0, #c5c5c5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d0d0d0), color-stop(100%, #c5c5c5));
    background: -webkit-linear-gradient(top, #d0d0d0 0, #c5c5c5 100%);
    background: -o-linear-gradient(top, #d0d0d0 0, #c5c5c5 100%);
    background: -ms-linear-gradient(top, #d0d0d0 0, #c5c5c5 100%);
    background: linear-gradient(to bottom, #d0d0d0 0, #c5c5c5 100%)
}

.block-share .block-size a:hover {
    color: #9b9b9b;
    text-shadow: 1px 1px 0 #323232;
    background: #404040;
    background: -moz-linear-gradient(top, #404040 0, #373737 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #404040), color-stop(100%, #373737));
    background: -webkit-linear-gradient(top, #404040 0, #373737 100%);
    background: -o-linear-gradient(top, #404040 0, #373737 100%);
    background: -ms-linear-gradient(top, #404040 0, #373737 100%);
    background: linear-gradient(to bottom, #404040 0, #373737 100%)
}

.block-share .custom-size {
    float: left;
    margin: 4px 0 0 0
}

.block-share .custom-size label {
    float: left;
    color: #9b9b9b;
    margin: 8px 9px 0 0
}

.block-share .custom-size .textfield {
    float: left;
    width: 42px;
    margin: 0 8px 0 0;
    text-align: center
}

.block-comments {
    width: 100%;
    overflow: hidden
}

.block-comments .toggle-button {
    float: right
}

.block-comments .block-new-comment {
    background: url(../images/divider.png) repeat-x 0 10px;
    padding: 20px 0 20px 30px;
    display: none
}

.block-comments .list-comments {
    background: url(../images/divider.png) repeat-x 0 10px;
    padding: 20px 0 0
}

.related-albums,
.related-videos {
    width: 100%;
    overflow: visible;
    margin: 20px 0 0
}

.related-albums .list-sort,
.related-videos .list-sort {
    overflow: hidden
}

.related-albums .list-sort li,
.related-videos .list-sort li {
    float: left;
    margin: 0 2px 0 0;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.related-albums .list-sort a,
.related-albums .list-sort span,
.related-videos .list-sort a,
.related-videos .list-sort span {
    float: left;
    height: 27px;
    font-weight: 700;
    color: #f56c08;
    background: url(../images/bg-sort.gif) repeat-x;
    padding: 11px 11px 0
}

.related-albums .list-sort a:hover,
.related-videos .list-sort a:hover {
    color: #fff;
    cursor: pointer
}

.related-albums .list-sort span,
.related-videos .list-sort span {
    color: #d8d8d8;
    background: url(../images/bg-sort.gif) repeat-x 0 100%
}

.related-albums .box,
.related-videos .box {
    border-radius: 0 5px 5px
}

.btn-subscribe {
    margin: 3px 10px 0 0;
    float: left;
    position: relative;
    overflow: hidden
}

.btn-subscribe .toggle-button {
    float: left
}

.btn-subscribe .button-info:before {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #bcbcbc;
    border-top: 5px solid transparent;
    content: "";
    left: -5px;
    position: absolute;
    top: 5px
}

.btn-subscribe .button-info {
    background: none repeat scroll 0 0 #bcbcbc;
    border-radius: 3px;
    color: #4e4e4e;
    float: left;
    height: 17px;
    margin: 5px 0 0 10px;
    padding: 3px 8px 0;
    position: relative
}

.member-menu {
    float: right;
    width: 195px;
    margin-left: 10px
}

.member-menu .block-main {
    padding: 8px 0 0;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #272727 url(../images/bg-grey.gif)
}

.member-menu .block-main .avatar {
    margin: 0 auto 8px;
    width: 180px
}

.member-menu .block-main .avatar .no-thumb,
.member-menu .block-main .avatar img {
    display: block;
    width: 180px;
    height: 180px;
    line-height: 180px;
    background: #000;
    color: #838383;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

.member-menu .block-additional {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #272727 url(../images/bg-grey.gif);
    margin: 10px 0 0
}

.member-menu .block-additional .user-menu li:first-child {
    background: 0 0
}

.member-menu .user-menu li {
    margin: -1px 0 0;
    background: url(../images/divider.png) repeat-x
}

.member-menu .user-menu a,
.member-menu .user-menu span {
    display: block;
    font-weight: 700;
    padding: 10px 12px 13px 14px
}

.member-menu .user-menu span {
    color: #838383;
    padding: 10px 12px 13px 25px;
    background: url(../images/bullet.png) no-repeat 14px 50%
}

.member-menu .user-menu a:hover {
    background: #1a1a1a
}

.member-menu .user-menu em {
    display: inline-block;
    margin: 0 0 0 5px;
    width: 14px;
    height: 14px;
    padding: 2px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background: #fc5729;
    color: #fff
}

.member-menu .user-menu em.small {
    font-size: 9px
}

.member-menu .user-menu a:hover em {
    color: #fff
}

.profile-list {
    width: 100%;
    overflow: hidden
}

.profile-list .margin-fix {
    margin: 0;
    overflow: hidden
}

.profile-list .about-me {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: -2px 0 0 0
}

.profile-list .column {
    float: left;
    width: 33%;
    margin-right: 10px
}

.profile-list .column:nth-child(3) {
    float: none;
    width: auto;
    margin-right: 0
}

.profile-list .item {
    padding: 12px;
    background: #222;
    color: #838383;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 10px rgba(6, 6, 6, .2);
    box-shadow: inset 0 0 10px rgba(6, 6, 6, .2)
}

.profile-list .column .item {
    margin: 0 0 10px;
    overflow: hidden
}

.profile-list .item em {
    color: #fff
}

.profile-list .item a {
    text-decoration: underline
}

.form-upload p {
    display: block;
    margin: 15px 0 0
}

.form-upload p.preview {
    display: block;
    max-width: 320px;
    overflow: hidden;
    background: #000;
    position: relative
}

.form-upload p.preview em {
    position: absolute;
    bottom: 5px;
    background: #000;
    opacity: .8;
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #dcdcdc;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px
}

.form-upload p.preview em.left {
    left: 5px;
    margin-right: 50px
}

.form-upload p.preview em.right {
    right: 5px
}

.form-upload p.preview em.negative {
    color: #fc5729
}

.form-upload p.preview img {
    display: block;
    max-width: 320px;
    width: 100%;
    height: auto
}

.form-upload p.preview.disabled img {
    opacity: .3
}

.popup-title {
    display: block;
    color: #dcdcdc;
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 22px
}

.popup-holder {
    color: #dcdcdc;
    padding: 10px;
    min-width: 600px;
    max-width: 800px;
    background: url(../images/bg-grey.gif) repeat;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.popup-holder form .two-sections .section-one {
    width: 50%
}

.popup-holder form .two-sections .section-two {
    width: 44%
}

#kt_player,
#kt_player_internal {
    width: 100%!important;
    height: 100%!important
}

#kt_player {
    padding: 0
}

#kt_player_internal {
    position: absolute;
    top: 0;
    left: 0
}

.player-holder {
    position: relative
}

.player-holder .advertising {
    background: none repeat scroll 0 0 #e2e2e2;
    height: 272px;
    left: 50%;
    margin: -140px 0 0 -154px;
    padding: 8px 0 0;
    position: absolute;
    top: 50%;
    width: 318px;
    display: none;
    z-index: 100
}

.player-holder .btn-close {
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: block;
    padding: 4px 0
}

.player-holder .btn-close a {
    color: #000
}

.player-holder .close_adv {
    position: absolute;
    top: -7px;
    right: -8px;
    width: 25px;
    height: 25px
}

.player-holder iframe {
    border: none;
    padding: 0 2px 0 9px
}

.video-soc-icos {
    position: absolute;
    top: 38px;
    right: 10px;
    width: 36px;
    height: 100px
}

.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
    margin: 0 0 3px!important
}

.videos-holder video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
/*    -webkit-filter: grayscale(1);*/
}

.th-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 100;
    background: url(..../images/loader.svg) no-repeat;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px
}

.content_search .sidebar {
    width: 17%;
    float: none;
    display: inline-block
}

.content_search .main-container {
    overflow: visible;
    width: 81.5%;
    float: none;
    display: inline-block;
    vertical-align: top
}

.content_videos_lists .main-container {
    overflow: visible;
    width: 83.0%;
    float: none;
    display: inline-block;
    vertical-align: top
}

.content_videos_lists .sidebar {
    width: 15%;
    float: none;
    display: inline-block
}

.content_tags .main-container,
.playlists .main-container {
    width: 100%;
    float: none
}

.content_search .margin-fix {
    margin: 0
}

.content_tags .margin-fix {
    margin: 0
}

.list-albums #list_albums_albums_list_search_result_items .item {
    float: none;
    display: inline-block;
    margin: 6px 0 0 6px;
    width: 185px
}

.list-albums #list_albums_common_albums_list_items .item:hover {
    box-shadow: 0 0 10px #eee;
    border: 1px solid #eee;
    padding: 0
}

.list-albums #list_albums_common_albums_list_items .item:hover img {
    -webkit-filter: grayscale(1)
}

.list-categories .item:hover {
    box-shadow: 0 0 10px #eee;
    border: 1px solid #eee;
    padding: 0 0 4px;
    border-radius: 0
}

.list-categories .item:hover img {
    -webkit-filter: grayscale(1)
}

.list-sponsors .item,
.list-sponsors .item .img,
.list-sponsors .item .img img {
    width: 237px
}

.list-models .item {
    width: 150px
}

.list-models .item:hover {
    box-shadow: 0 0 10px #eee;
    border: 1px solid #eee;
    padding: 0 0 4px;
    border-radius: 0
}

.list-models .item:hover img {
/*    -webkit-filter: grayscale(1)*/
}

.main-container.err404 {
    width: 100%
}

.list-sponsors .item:hover {
    box-shadow: 0 0 10px #eee;
    border: 1px solid #eee;
    padding: 0 0 4px;
    border-radius: 0
}

.list-sponsors .item:hover img {
    -webkit-filter: grayscale(1)
}

.list-albums #list_albums_related_albums_items .item:hover {
    box-shadow: 0 0 10px #eee;
    border: 1px solid #eee;
    padding: 0
}

.list-albums #list_albums_related_albums_items .item:hover img {
    -webkit-filter: grayscale(1)
}

.sponsored {
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, .7);
    padding: 3px
}

.block-dvd-info {
    width: 100%;
    float: left;
    background: #272727 url(../images/bg-grey.gif);
    padding: 10px 0;
    font-size: 15px;
    margin: 8px 0;
    border-radius: 5px
}

.block-dvd-info img {
    width: 100%;
    max-width: 250px
}

.block-dvd-info .img {
    display: inline-block;
    width: 19%
}

.block-dvd-info .desc {
    display: inline-block;
    display: inline-block;
    vertical-align: top;
    padding: .2%;
    margin-top: 10px;
    color: #e0e0e0
}

.block-dvd-info .img_r {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px
}

.block-dvd-info-row {
    color: #979797
}

.block-dvd-info-row .hd {
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px
}

.block-dvd-info-row a {
    display: inline-block;
    background: #252525;
    padding: 2px 10px;
    font-weight: 700;
    color: #f56c08
}

.block-dvd-info-row a:hover {
    color: #fff
}

.block-dvd-info .desc,
.block-dvd-info .dvd_cats,
.block-dvd-info .dvd_models,
.block-dvd-info .dvd_tags {
    background: url(../images/divider.png) repeat-x;
    padding: 10px 0
}

.adv_nad_player {
    display: none
}

.sponsor_pod_player {
    display: table;
    width: 100%;
    margin-bottom: 10px
}

.sponsor_pod_player .spot {
    display: table-cell
}

.tmb_hd {
    position: absolute;
    bottom: 0;
    margin: 1px;
    border: 1px solid #f90;
    border-radius: 3px;
    padding: 2px;
    z-index: 100;
    line-height: 16px;
    background: #2b2b2b
}
/*
#site-navigation.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 111;
    padding: 0!important
}

#site-navigation.fixed .navigation {
    width: 100%
}
*/
.player-holder .advertising {
    color: #eee;
    background: #000;
    border: 1px solid #aaa;
    margin-top: -180px;
}
.player-holder .btn-close a{
    color: #eee !important;
}
.player-holder .btn-close{
    width: 150px;
    border: 2px solid #aaa;
    margin: 20px auto 0 auto;
    border: 2px solid #eee;
    float: none;
    background: #000;
    padding: 10px;
    color: #eee !important;
    border-radius: 5px;
}
.search-cloud-related a{
    line-height: 1.4em;
}
.bottom_cats{
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    font-size: 18px;
    float: left;
    background: #272727 url(../images/bg-grey.gif);
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 0;
    width: auto;
    line-height: 20px;
    padding: 15px;
}
.bottom_cats li{
    padding: 0 15px;
}
.bottom_cats .c_total{
    color: #9d9d9d;
}
.bottom_cats a{
    display: flex;
    justify-content: space-between;
}
.bottom_cats .c_name{
}
.bottom_cats .c_dots{
    background: linear-gradient(to right, #9d9d9d 25%,transparent 0) 0 100% repeat-x;
    background-size: 4px 1px;
    flex-grow: 1;
    height: 17px;
    margin: 0 10px;
}
.rekl_ofer{
    border-radius: 3px;
    margin: 5px;
    width: calc(100% - 20px);
    background: #2e2e2e;
    display: table;
    padding: 5px;
    float: left;
}
.rekl_ofer a{
    color: #9d9d9d;
}
.player-related-videos-container{
    text-align: center;
}
.player-related-videos-item {
    width: 24%;
    display: inline-block;
    position: relative;
}
.player-related-videos-item img{
    max-width: 100%;
}
.player-related-videos-item .title{
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    background: linear-gradient(to bottom, rgba(12, 12, 12, 0.8) 0px, transparent 50px);
    height: 52px;
    padding: 5px;
}
.player-related-videos-item .duration{
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    padding: 5px;
}
.player-related-videos-item:hover .title{
    opacity: 1;
}
.player-related-videos-item:hover .duration{
    opacity: 1;
}
.kt-player .fp-ui-inline {
    background: transparent;
}
.social__item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 36px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
}
.social__item {
    margin: 0 8px 0 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}
.social__item--facebook {
    background-color: #3b5998;
}
.social__item--google {
    background-color: #dd4b39;
}
.social__item--pinterest {
    background-color: #cb2027;
}
.social__item--reddit {
    background-color: #fff;
}
.social__item--tumblr {
    background-color: #374a61;
}
.social__item--twitter {
    background-color: #00aced;
}
.social__item--linkedin {
    background-color: #0083a8;
}
.social__item--digg {
    background-color: #164673;
}
.social__item--stumbleupon {
    background-color: #eb4924;
}
.social__item--delicious {
    background-color: #3274d1;
}
.social__item--blogger {
    background-color: #f39200;
}

.i--blogger {
    background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDMwLjExNyA0MzAuMTE4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzAuMTE3IDQzMC4xMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBpZD0iQmxvZ2dlciIgZD0iTTI5Mi45MzgsNDMwLjExOGM3NC45OTUsMCwxMzUuOTEtNjEuMDkyLDEzNi4zMzUtMTM1LjY3MmwwLjg0NC0xMDkuODE2bC0xLjI2OS01Ljk3NGwtMy42MDQtNy41MTYgICBsLTYuMDkxLTQuNzExYy03LjkxNS02LjIxLTQ4LjAxNSwwLjQyLTU4LjgxLTkuMzg4Yy03LjY2My02Ljk5Ni04Ljg1OC0xOS42MzctMTEuMTczLTM2Ljc3ICAgYy00LjMwOC0zMy4xOC03LjAyOC0zNC45MTItMTIuMjI4LTQ2LjE2MkMzMTguMDcsMzQuMTY2LDI2Ni44NCw0LjE0OSwyMzEuNjQ2LDBoLTk1LjMzMkM2MS4zMTYsMCwwLDYxLjE4MSwwLDEzNS45MDh2MTU4LjUzOCAgIGMwLDc0LjU4LDYxLjMxNiwxMzUuNjcyLDEzNi4zMTMsMTM1LjY3MkgyOTIuOTM4eiBNMTM4LjA1LDExMS4wMzJoNzUuNTgxYzE0LjQzMSwwLDI2LjExNywxMS43MTQsMjYuMTE3LDI1Ljk1MSAgIGMwLDE0LjE3OS0xMS42ODcsMjUuOTg5LTI2LjExNywyNS45ODlIMTM4LjA1Yy0xNC40MzMsMC0yNi4wOTYtMTEuODE1LTI2LjA5Ni0yNS45ODkgICBDMTExLjk1NCwxMjIuNzQ3LDEyMy42MTcsMTExLjAzMiwxMzguMDUsMTExLjAzMnogTTExMS45NTQsMjkyLjQzOWMwLTE0LjIzNCwxMS42NjMtMjUuODYsMjYuMDk2LTI1Ljg2aDE1My41NzcgICBjMTQuMzM3LDAsMjUuOTc3LDExLjYyNiwyNS45NzcsMjUuODZjMCwxNC4wNDMtMTEuNjQsMjUuODU1LTI1Ljk3NywyNS44NTVIMTM4LjA1ICAgQzEyMy42MTcsMzE4LjI5NCwxMTEuOTU0LDMwNi40ODIsMTExLjk1NCwyOTIuNDM5eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
}
.i--facebook {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%203C9.12%203%208%204.12%208%205.5V7H6v2h2v7h2V9h2.25l.5-2H10V5.5c0-.276.224-.5.5-.5H13V3h-2.5z%22/%3E%3C/svg%3E");
}
.i--google {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.735%201H4.548C2.67%201%20.905%202.422.905%204.07c0%201.682%201.28%203.04%203.19%203.04.132%200%20.26-.002.387-.01-.124.236-.213.504-.213.78%200%20.47.25.848.57%201.158-.24%200-.475.007-.728.007C1.788%209.045%200%2010.525%200%2012.06c0%201.513%201.96%202.46%204.285%202.46%202.65%200%204.114-1.505%204.114-3.017%200-1.213-.36-1.94-1.466-2.72-.378-.27-1.102-.92-1.102-1.303%200-.45.128-.67.804-1.198.692-.54%201.182-1.302%201.182-2.186%200-1.053-.47-2.08-1.35-2.418h1.326L8.734%201zM7.273%2011.242c.033.14.05.284.05.432%200%201.222-.786%202.177-3.045%202.177-1.607%200-2.767-1.015-2.767-2.237%200-1.198%201.44-2.194%203.048-2.177.375.004.724.064%201.042.167.87.607%201.497.95%201.674%201.64zM4.7%206.684C3.62%206.652%202.596%205.477%202.41%204.06s.537-2.5%201.615-2.468c1.078.032%202.104%201.17%202.29%202.585S5.778%206.715%204.7%206.683zM13%204V1h-1v3H9v1h3v3h1V5h3V4z%22/%3E%3C/svg%3E");
}
.i--pinterest {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%200C3.582%200%200%203.582%200%208c0%203.39%202.11%206.284%205.085%207.45-.07-.633-.133-1.604.028-2.295.145-.624.938-3.977.938-3.977s-.238-.48-.238-1.188c0-1.112.645-1.943%201.448-1.943.683%200%201.012.512%201.012%201.127%200%20.686-.437%201.713-.663%202.663-.19.796.398%201.446%201.184%201.446%201.422%200%202.515-1.5%202.515-3.664%200-1.916-1.377-3.256-3.343-3.256-2.276%200-3.612%201.707-3.612%203.472%200%20.688.265%201.425.595%201.826.065.08.075.15.055.23-.06.252-.196.795-.222.906-.035.146-.116.177-.268.107-1-.465-1.624-1.926-1.624-3.1%200-2.523%201.835-4.84%205.287-4.84%202.775%200%204.932%201.978%204.932%204.62%200%202.757-1.74%204.976-4.152%204.976-.81%200-1.573-.42-1.834-.918l-.498%201.902c-.18.695-.668%201.566-.994%202.097.75.233%201.544.358%202.37.358%204.417%200%208-3.582%208-8s-3.583-8-8-8z%22/%3E%3C/svg%3E");
}
.i--reddit {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23ff4500%22%20d%3D%22M4%2010c0-.552.448-1%201-1s1%20.448%201%201-.448%201-1%201-1-.448-1-1zm6%200c0-.552.448-1%201-1s1%20.448%201%201-.448%201-1%201-1-.448-1-1zm.05%202.137c.257-.203.63-.16.833.1s.16.63-.1.833c-.716.565-1.81.93-2.782.93s-2.063-.365-2.78-.93c-.26-.203-.303-.576-.1-.834s.576-.302.834-.1c.413.326%201.23.676%202.05.676s1.635-.35%202.048-.675zM16%208c0-1.105-.895-2-2-2-.752%200-1.406.415-1.748%201.028-1.028-.562-2.28-.926-3.645-1.01L9.8%203.338l2.284.66c.206.582.76%201%201.415%201%20.825%200%201.5-.67%201.5-1.5S14.324%202%2013.5%202c-.572%200-1.07.32-1.322.79l-2.545-.735c-.285-.082-.587.058-.707.33l-1.62%203.64c-1.33.094-2.552.453-3.558%201.004C3.406%206.412%202.752%206%202%206%20.895%206%200%206.893%200%208c0%20.816.49%201.52%201.193%201.83C1.067%2010.203%201%2010.595%201%2011c0%202.76%203.134%205%207%205s7-2.24%207-5c0-.404-.067-.796-.193-1.17C15.51%209.52%2016%208.815%2016%208zm-2.5-5.062c.31%200%20.563.252.563.563s-.252.566-.563.566-.563-.252-.563-.563.252-.562.563-.562zM1%208c0-.55.45-1%201-1%20.4%200%20.743.234.904.573-.523.396-.956.854-1.276%201.355C1.26%208.78%201%208.42%201%208zm7%206.813c-3.21%200-5.813-1.707-5.813-3.813S4.79%207.187%208%207.187c3.21%200%205.813%201.707%205.813%203.813S11.21%2014.813%208%2014.813zm6.372-5.885c-.32-.502-.753-.96-1.276-1.355C13.256%207.235%2013.6%207%2014%207c.55%200%201%20.45%201%201%200%20.42-.26.78-.628.928z%22/%3E%3C/svg%3E");
}
.i--tumblr {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M9%207v3.66c0%20.927-.01%201.462.087%201.726.098.262.342.534.61.69.353.213.757.32%201.213.32.81%200%201.29-.108%202.09-.634v2.405c-.683.32-1.28.51-1.833.64-.555.128-1.154.193-1.798.193-.733%200-1.164-.092-1.726-.276-.562-.185-1.042-.45-1.438-.79-.398-.343-.672-.706-.826-1.09s-.23-.945-.23-1.677v-5.61H3.003V4.29c.628-.204%201.33-.497%201.778-.877.45-.382.81-.84%201.08-1.374.273-.535.46-1.215.562-2.04h2.58v4H13v3H9z%22/%3E%3C/svg%3E");
}
.i--twitter {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22a%22%20x%3D%22-.022%22%20width%3D%221.044%22%20y%3D%22-.027%22%20height%3D%221.054%22%20color-interpolation-filters%3D%22sRGB%22%3E%3CfeGaussianBlur%20stdDeviation%3D%22.145%22/%3E%3C/filter%3E%3C/defs%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%203.038c-.59.26-1.22.438-1.885.517.678-.406%201.198-1.05%201.443-1.816-.634.374-1.337.647-2.085.795-.6-.638-1.452-1.037-2.396-1.037-1.813%200-3.283%201.47-3.283%203.28%200%20.258.03.51.085.75C5.15%205.39%202.73%204.084%201.11%202.1.83%202.583.67%203.147.67%203.75c0%201.138.578%202.143%201.46%202.73-.54-.016-1.045-.164-1.488-.41v.04c0%201.59%201.132%202.918%202.633%203.22-.275.075-.565.115-.865.115-.212%200-.417-.02-.618-.06.418%201.305%201.63%202.254%203.066%202.28-1.123.88-2.54%201.406-4.077%201.406-.263%200-.524-.014-.78-.044%201.452.93%203.177%201.475%205.03%201.475%206.04%200%209.34-5%209.34-9.34%200-.14-.002-.283-.01-.424.643-.463%201.2-1.04%201.64-1.7z%22%20filter%3D%22url%28%23a%29%22/%3E%3C/svg%3E");
}
.i--linkedin {
    background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Elinkedin2%3C/title%3E%3Cpath fill='%23fff' d='M9 9h4.151v2.128h0.059c0.577-1.036 1.991-2.128 4.098-2.128 4.382 0 5.192 2.728 5.192 6.275v7.225h-4.327v-6.405c0-1.528-0.031-3.493-2.251-3.493-2.253 0-2.597 1.664-2.597 3.382v6.516h-4.325v-13.5z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M1.5 9h4.5v13.5h-4.5v-13.5z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M6 5.25c0 1.243-1.007 2.25-2.25 2.25s-2.25-1.007-2.25-2.25c0-1.243 1.007-2.25 2.25-2.25s2.25 1.007 2.25 2.25z'%3E%3C/path%3E%3C/svg%3E");
}
.i--digg {
    background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Edigg%3C/title%3E%3Cpath fill='%23fff' d='M17.76 8.16v8.16h3.84v0.96h-3.84v1.92h6.24v-11.040h-6.24zM10.56 8.16v8.16h3.84v0.96h-3.84v1.92h6.24v-11.040h-6.24zM3.84 4.8v3.36h-3.84v8.16h6.24v-11.52h-2.4zM9.6 8.16h-2.4v8.16h2.4v-8.16zM21.6 14.4h-1.44v-4.32h1.44v4.32zM3.84 14.4h-1.44v-4.32h1.44v4.32zM14.4 14.4h-1.44v-4.32h1.44v4.32zM9.6 4.8h-2.4v2.4h2.4v-2.4z'%3E%3C/path%3E%3C/svg%3E");
}
.i--stumbleupon {
    background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Estumbleupon%3C/title%3E%3Cpath fill='%23fff' d='M12 7.5c-0.825 0-1.5 0.675-1.5 1.5v6c0 2.48-2.020 4.5-4.5 4.5s-4.5-2.020-4.5-4.5v-3h3v3c0 0.825 0.675 1.5 1.5 1.5s1.5-0.675 1.5-1.5v-6c0-2.48 2.020-4.5 4.5-4.5s4.5 2.020 4.5 4.172v1.453l-1.922 0.563-1.078-0.563v-1.453c0-0.497-0.675-1.172-1.5-1.172z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M22.5 15c0 2.48-2.020 4.5-4.5 4.5s-4.5-2.020-4.5-4.828v-2.906l1.078 0.563 1.922-0.563v2.906c0 1.153 0.675 1.828 1.5 1.828s1.5-0.675 1.5-1.5v-3h3v3z'%3E%3C/path%3E%3C/svg%3E");
}
.i--delicious {
    background-image: url("data:image/svg+xml;charset=utf8,%3C!-- Generated by IcoMoon.io --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ctitle%3Edelicious%3C/title%3E%3Cpath fill='%23fff' d='M0 0v24h24v-24h-24zM12 22.5v-10.5h-10.5v-10.5h10.5v10.5h10.5v10.5h-10.5z'%3E%3C/path%3E%3C/svg%3E");
}
.i {
    fill: #444;
    text-align: center;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.btn_up {
    position: fixed;
    bottom: 100px;
    right: 0px;
    padding: 10px 7px;
    background: #222;
    background: linear-gradient(to bottom, #222 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000',GradientType=0 );
    border: 1px solid #2B2929;
    border-width: 1px 0 1px 1px;
    border-radius: 3px 0px 0px 3px;
    z-index: 1000;
    display: none;
}
.btn_up a {
    background: url(../images/btn-top2.png) no-repeat;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 29px;
    border-radius: 5px 5px 5px 5px;
}
.btn_twitt {
    position: fixed;
    bottom: 45px;
    right: 0px;
    padding: 10px 7px;
    background: #222;
    background: linear-gradient(to bottom, #222 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000',GradientType=0 );
    border: 1px solid #2B2929;
    border-width: 1px 0 1px 1px;
    border-radius: 3px 0px 0px 3px;
    z-index: 1000;
    width: 30px;
    height: 31px;
    display: none;
    padding: 9px 7px;
}
.btn_twitt a {
    background: url(../images/twit.png) no-repeat;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    border-radius: 5px 5px 5px 5px;
    background-size: 100%;
}
.navigation .primary li.mob-show,
.mob-show{
    display: none;
}

.header .search{
    display: block;
}
.search2{
    display: none;
}
body.menu_open .header nav {
    top: 0;
    left: 0px;
    display: table-cell;
    height: 100%;
    overflow-y: scroll;
    z-index: 1005;
}
body.menu_open {
    margin-left: 250px;
    overflow-x: hidden;
}
.navigation.open{
    width: 250px;
    margin: 0;
    height: auto;
    background: #e8e6e6;
}
.navigation.open .primary a {
    padding: 10px 0 10px 20px;
}
.search2{
    padding: 0;
    width: 100%;
}
.search2 input[name="q"]{
    width: 230px;
}
.navigation.open .button {
    width: 40px;
    position: fixed;
    left: 250px;
    top: 15px;
    z-index: 100;
}
.search2 input {
    font-size: 18px;
    line-height: 16px;
    padding: 10px 10px;
    width: 228px;
    border: 0;
    display: block;
}
.navigation.open #search_form2 button.sbutton {
    background: url('../images/25313.png') no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0px;
    background-size: 50%;
    padding: 5px;
    background-position: center;
    border: 0;
    cursor: pointer;
}
.navigation.open .primary a:hover {
    background: #e8e6e6;
}
body .backdrop {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s,opacity .2s linear,-webkit-transform .2s ease;
    transition: visibility 0s,opacity .2s linear,-webkit-transform .2s ease;
    transition: visibility 0s,opacity .2s linear,transform .2s ease;
    transition: visibility 0s,opacity .2s linear,transform .2s ease,-webkit-transform .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
body.menu_open .backdrop {
    visibility: visible;
    opacity: 1;
}
body.menu_open #site-navigation.fixed .navigation {
    width: 250px;
}
.navigation.open .mhome::before {
    background: url(../images/home_ico@2x.png) left center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    content: "";
    vertical-align: middle;
}
.navigation.open li a::after {
    content: " ";
    background: url(../images/688988_keyboard_512x512.png);
    width: 24px;
    height: 24px;
    display: block;
    background-size: 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 16px;
}
.navigation.open .mmovies::before {
    background: url(../images/movies_ico@2x.png) left center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.navigation.open .mtoprated::before {
    background: url(../images/top_rated_ico.png) left center no-repeat;
        background-size: auto auto;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    content: "";
    vertical-align: middle;
}
.navigation.open .malbums::before {
    background: url(../images/albums_ico.png) left center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    content: "";
    vertical-align: middle;
}
.navigation.open .mcategories::before {
    background: url(../images/categories_ico.png) center center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    content: "";
    vertical-align: middle;
}
.navigation.open .msites::before {
    background: url(../images/sites_ico.png) center center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    content: "";
    vertical-align: middle;
}
.navigation.open .mmodels::before {
    background: url(../images/models_ico@2x.png) left center no-repeat;
    width: 16px;
    height: 18px;
    background-size: 16px;
    display: inline-block;
    content: "";
    vertical-align: middle;
}
.navigation.open .mplaylists::before {
    background: url(../images/playlists_ico.png) center center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    content: "";
    vertical-align: middle;
}
.navigation.open .mmostpopular::before {
    background: url(../images/top_viewed_ico.png) left center no-repeat;
        background-size: auto auto;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    content: "";
    vertical-align: top;
}
.navigation.open li{
    text-align: left;
    padding-left: 15px;    
    display: flex;
    position: relative;
}
.navigation.open a{
    color:#000;
}
.navigation.open .primary li::before {
    margin: 0 0 0 10px;
    position: absolute;
    top: 14px;
    left: 0px;
}
.list-posts .item {
    width: 45.7%;
    margin: 1%;
    box-shadow: 0px 0px 10px #aaa;
    float: left;
    padding: 0.5% 1%;
    background: #2d2d2d;
    border:1px solid transparent;
}
.list-posts .item:hover {
    box-shadow: 0px 0px 10px #f90;
    border:1px solid #f90;
}
.list-posts .item .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    height: 40px;
}
.list-posts .item .description {
    color: #d8d8d8;
    font-size: 14px;
    max-height: 96px;
    overflow: hidden;
    height: 96px;
    line-height: 24px;
}
.list-posts .item .wrap .post_views::before {
    background: url(../images/top_viewed_ico.png) left center no-repeat;
    width: 33px;
    height: 13px;
    background-size: 24px;
    display: inline-block;
    content: "";
}
.list-posts .item .wrap .post_rite::before {
    background: url(../images/btn-vote2.png) no-repeat 0 -22px;
    content: "";
    overflow: hidden;
    width: 32px;
    height: 24px;
    display: inline-block;
    background-size: 175%;
}
.list-posts .item .wrap .post_views, .list-posts .item .wrap .post_rite {
    display: inline-block;
    font-size: 16px;
}
.read_more_post {
    background: #FFA400;
    float: right;
    width: 100px;
    padding: 5px 15px;
    font-size: 14px;
    background: #FFA400;
    background: -moz-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd400), color-stop(100%, #FFA400));
    background: -webkit-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -o-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -ms-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: linear-gradient(to bottom, #ffd400 0%, #FFA400 100%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    color: #666;
    margin-top: 10px;
}
.add_story_button {
    float: none;
    color: #4e4e4e;
    height: 19px;
    padding: 6px 0 0;
    background: #FFA400;
    background: -moz-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd400), color-stop(100%, #FFA400));
    background: -webkit-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -o-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -ms-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: linear-gradient(to bottom, #ffd400 0%, #FFA400 100%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 200px;
    border: 0 !important;
    text-align: center;
    display: block;
    padding: 9px 10px 5px 10px;
    font-size: 18px;
    margin: 0 auto;
}
.post-content{
    background: #2d2d2d;
    color: #d8d8d8;
    padding: 10px;
    box-shadow: 3px 3px 6px #aaa;
    margin: 10px;
    line-height: 24px;
}
.post-content .tab-content{
    border: 0;
}
.feedback {
    font-size: 14px;
    max-width: 700px;
    margin: 0 auto;
}
.feedback input {
    width: 650px;
}
.feedback input, .feedback textarea{
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #666;
    margin-bottom: 15px;
}
.feedback textarea {
    width: 650px;
}
.feedback div[data-name="code"] {
    text-align: center;
}
.feedback .button input {
    float: none;
    color: #4e4e4e;
    height: 19px;
    padding: 6px 0 0;
    background: #FFA400;
    background: -moz-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd400), color-stop(100%, #FFA400));
    background: -webkit-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -o-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -ms-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: linear-gradient(to bottom, #ffd400 0%, #FFA400 100%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 150px;
    border: 0 !important;
    text-align: center;
    display: block;
    margin: 15px auto;
}
/*    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(2),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(3),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(4),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(5){
        width: calc(25% - 10px) !important;
    }
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(6){
        display: none;
    }
*/
.footer-margin .spot{
    width: 24%;
    overflow: hidden;
    border:4px solid #292929;
}
.footer-margin h2{
    float: none;
}
.footer-margin .box{
    margin-bottom: 20px;
}
.box_text{
    color: #9d9d9d;
    line-height: 20px;
    float: left;
}
.footer-margin{
    float: left;
    width: 99vw;
    max-width: 1235px;
}
.footer{
    float: left;
}
div.cookie {
    float: left;
    text-align: center;
    width: 99vw;
}
.content, .main-content {
    /*margin-bottom: 20px;*/
}
.navigation.open .primary .drdw{
    color: #5b5b5b;
    padding: 10px 0 10px 20px;
    display: block;
    width: 215px;
}
.mob_show.hc{
    display: none !important;
}
.navigation.open .primary .mob_show.hc::before{
    background: url(../images/sites_ico.png) center center no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    content: "";
    vertical-align: middle;
}

.navigation li.hc span.drdw::after {
    content: " ";
    background: url(../images/688988_keyboard_512x512.png);
    width: 24px;
    height: 24px;
    display: block;
    background-size: 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 13px;
    top: 17px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation li.hc span.drdw.open::after {
    right: 0px !important;
    top: 4px !important;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.navigation li.hc span.drdw.open + ul{
    display: block !important;
    position: relative !important;
}
.navigation li.hc span.drdw.open + ul li{
    padding-left: none !important;
}
.navigation li.hc span.drdw.open + ul li a{
    text-transform: none !important;
    padding-left: 0 !important;
    color: #5b5b5b;
}
#showMainNav{
    vertical-align: middle;
    fill: #f90;
    cursor: pointer;
}
.mod-show{
    display: none !important;
}
.navigation .primary .showMainNav .drdw2 {
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    left: unset;
    width: 200px;
    background: #fff !important;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0 1px 5px;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 1px 5px;
    box-shadow: rgba(0,0,0,0.25) 0 1px 5px;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}
.navigation .primary .showMainNav.open .drdw2 {
    visibility: visible;
    opacity: 1;
}
.navigation .primary .showMainNav.open .drdw2 li{
    position: relative;
}
.navigation .primary .showMainNav.open .drdw2 li a::after {
    content: " ";
    background: url(../images/688988_keyboard_512x512.png);
    width: 24px;
    height: 24px;
    display: block;
    background-size: 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 12px;
}
.top .network a{
    font-size: 14px;
    border-bottom: 2px solid #f90;
    color: #fff;
}
.top .network b{
    font-size: 14px;
    padding-top: 10px;
    vertical-align: bottom;
}
.top .network a b{
    border-radius: 5px 5px 0 0;
    background: #f90;
    padding: 5px 5px 0 5px;
    color: #fff;
}
nav.fixed{
    position: fixed;
    top: 0;
    z-index: 102;
    width: 100vw;
    margin: 0;
    left: -5px;
    max-width: 100vw;
}
nav.fixed .navigation{
    margin: 0 auto;
    max-width: 1235px;
}
.mn-thumb__label-title-link {
    line-height: 1.1em !important;
}
#list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb__label,
.list-videos-ads .mn-thumbnails_col-5  .mn-thumb__label{
    text-align: left;
    height: 32px;
}

.list-videos .mn-thumbnails_col-5  .mn-thumb{
    width: 19%;
    margin: .2%;
    max-width: 310px;
    float: none;
    display: inline-block;
    padding: 2px;
}
.list-videos-ads .mn-thumbnails_col-5  .mn-thumb{
    width: 24%;
    margin: .2%;
    max-width: 310px;
    float: none;
    display: inline-block;
    padding: 2px;
}
.list-videos .mn-thumbnails_col-5  .mn-thumb:nth-child(5){
    display: inline-block;
}
.list-videos-ads .mn-thumbnails_col-5  .mn-thumb:nth-child(5){
    display: none;
}
.list-videos .mn-thumbnails_col-5  .mn-thumb__label,
.list-videos-ads .mn-thumbnails_col-5  .mn-thumb__label{
    text-align: left;
    height: 32px;
}
.list-videos .mn-outer {
    text-align: center;
    margin: 0;
}
#tab_video_info .block-details em{
    line-height: 22px;
    color: #999;    
}
.content_search{
    line-height: 24px;
}
.footer-margin .content{
    line-height: 22px;
    color: #999;    
}
#list_models_top_models .item{
    padding-bottom: 0px;
    margin: .2%;
    width: 13.4%;
    padding: 1px;
}
#list_models_top_models .item:hover{
    padding: 0px;
    box-shadow: 0px 0px 10px #f90;
    border:1px solid #f90;
}
#list_models_top_models .item_infa{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
}
#list_models_top_models .item .img img {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
#list_models_top_models .img {
    width: 100%;
    height: auto;
}
#list_models_top_models_items{
    text-align: center;
}
.label_new_album,
.label_new_video {
    background: url('../images/fotougol.png');
    width: 50px;
    height: 49px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 100%;
    z-index: 10;
}
#list_albums_new_albums_list_items .item{
    margin: 0.2%;
    width: 15.5%;
    padding: 1px;
}
#list_albums_new_albums_list_items,
#list_models_top_models_items{
    padding-top: 10px;
}
#list_albums_new_albums_list_items .item:hover{
    padding: 0px;
    box-shadow: 0px 0px 10px #f90;
    border:1px solid #f90;
}
#list_albums_new_albums_list_items .img{
    height: auto;
}
.item{
    position: relative;
}
.in-listing-div{
    margin: 5px 0px;
    width: 100%;
    text-align: center;
}
.in-listing-spot{
    text-align: center!important;
    width: 30%;
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    padding: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    background: #393939;
    background: -moz-linear-gradient(top, #393939 0, #252525 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #393939), color-stop(100%, #252525));
    background: -webkit-linear-gradient(top, #393939 0, #252525 100%);
    background: -o-linear-gradient(top, #393939 0, #252525 100%);
    background: -ms-linear-gradient(top, #393939 0, #252525 100%);
    background: linear-gradient(to bottom, #393939 0, #252525 100%)

}
.in-listing-m-spot{
    max-width: unset!important;
    width: 100%!important;
    display: none!important;
    text-align: center!important;
}
/*.in-listing-m-spot div:nth-child(1){width: 100%!important}*/
#myvideo { cursor:pointer!important; }
.topad{
    display: none;
}
@media screen and (min-width:1256px) {
    .list-videos .img,
    .list-videos .item .image,
    .list-videos .item .img img {
        width: 100%;
        height: 100%;
        max-width: 292px;
        max-height: 165px
    }
    .list-videos #list_videos_videos_list_search_result_items .item {
        width: 230px
    }
    .list-videos #list_videos_videos_list_search_result_items .img,
    .list-videos #list_videos_videos_list_search_result_items .item .image,
    .list-videos #list_videos_videos_list_search_result_items .item .img img {
        width: 230px;
        height: 130px;
        max-width: 230px;
        max-height: 130px
    }
    .list-videos #list_videos_recommended_videos_items .item {
        width: 230px
    }
    .list-videos #list_videos_recommended_videos_items .img,
    .list-videos #list_videos_recommended_videos_items .item .image,
    .list-videos #list_videos_recommended_videos_items .item .img img {
        width: 230px;
        height: 130px;
        max-width: 230px;
        max-height: 130px
    }
    .list-videos #list_videos_latest_videos_list_items .img,
    .list-videos #list_videos_latest_videos_list_items .item .image,
    .list-videos #list_videos_latest_videos_list_items .item .img img {
        width: 244px;
        height: 137px;
        max-width: 244px;
        max-height: 137px
    }
    .list-videos #list_videos_common_videos_list_items .img,
    .list-videos #list_videos_common_videos_list_items .item .image,
    .list-videos #list_videos_common_videos_list_items .item .img img {
        width: 244px;
        height: 137px;
        max-width: 244px;
        max-height: 137px
    }
    .list-albums .item,
    .list-albums .item .img,
    .list-albums .item .img img {
        width: 182px
    }
    .list-categories .item,
    .list-categories .item .img,
    .list-categories .item .img img {
        width: 150px
    }
    .list-videos #list_videos_uploaded_videos_items .item {
        width: 230px
    }
    .list-videos #list_videos_uploaded_videos_items .img,
    .list-videos #list_videos_uploaded_videos_items .item .image,
    .list-videos #list_videos_uploaded_videos_items .item .img img {
        width: 230px;
        height: 130px;
        max-width: 230px;
        max-height: 130px
    }
}

@media screen and (max-width:1255px) {
    .movable-bottom,
    .movable-top {
        position: static
    }
    .network .more {
        display: none
    }
    .network strong {
        margin-right: 6px
    }
    .network li {
        padding: 0 6px 0 10px
    }
    .member-links li {
        padding-left: 10px;
        margin-left: 10px
    }
    .bottom-adv .spot:nth-child(4) {
        display: none
    }
    .list-albums .item,
    .list-albums-images .item,
    .list-categories .item,
    .list-models .item,
    .list-playlists .item,
    .list-sponsors .item,
    .list-subscriptions .item,
    .list-videos .item,
    .list-videos-screenshots .item {
        float: none;
        display: inline-block;
        vertical-align: top
    }
    .list-subscriptions .item {
        width: 380px
    }
    .block-channel .channel-info {
        float: none;
        width: auto;
        margin-right: 0;
        margin-top: 10px
    }
    .block-channel .channel-rating {
        float: none;
        width: auto
    }
    .block-channel .desc {
        height: auto
    }
    .main-container-user {
        float: none;
        width: auto
    }
    .block-album .album-holder,
    .block-video .video-holder {
        float: none;
        width: auto
    }
    .btn-favourites,
    .btn-subscribe,
    .rating-container,
    .tabs-menu {
        float: none;
        display: inline-block;
        vertical-align: top
    }
    .block-details .item span.added-by {
        display: none
    }
    .list-videos .item {
        width: 24%;
        margin: .2%;
    }
    .list-videos .mn-thumbnails_col-5  .mn-thumb,
    #list_videos_related_videos_items .mn-thumbnails_col-5  .mn-thumb{
        width: 24%;
        margin: .2%;
        padding: 1px;
    }
    #list_videos_related_videos_items .mn-thumbnails_col-5  .mn-thumb:nth-child(5),
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb:nth-child(5) {
        display: none;
    }
    .list-videos .img,
    .list-videos .item .image,
    .list-videos .item .img img {
        max-width: 310px;
        max-height: 174px
    }
    .list-albums .item .img,
    .list-albums .item .img img {
        width: 100%
    }
    .list-films .item .img,
    .list-films .item .img img {
        width: 100%;
        height: 100%;
        max-width: 231px;
        max-height: 383px
    }
    .bottom_cats{
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }
}

@media screen and (max-width:1024px) {
    .topad{
        display: block;
    } 
    .main-content {
        display: table
    }
    .main-container {
        display: table-header-group;
        width: 100%!important
    }
    .sidebar {
        float: none;
        width: 100%!important;
        display: table-footer-group
    }
    .sidebar .filter li,
    .sidebar .list li {
        display: inline-block;
        vertical-align: top;
        background: 0 0
    }
    .sidebar .list .rating {
        margin-left: 8px
    }
    .btn-favourites ul {
        right: 0;
        left: auto;
        -webkit-border-radius: 3px 0 3px 3px;
        border-radius: 3px 0 3px 3px
    }
    .list-videos .item {
        width: 23%;
        margin: .5%
    }
    .block-album .images a.item {
        display: inline-block;
        vertical-align: top;
        margin: 7px;
        width: 30%
    }

    #list_models_top_models_items .item {
        width: 18.9%;
    }
}

@media screen and (max-width:980px) {
    .network {
        float: none
    }
    .network .more {
        display: block
    }
    .member-links {
        float: none
    }
    .member-links ul {
        line-height: 18px
    }
    .navigation {
        background: #272727 url(../images/bg-grey.gif);
        height: auto;
        width: 60%;
        margin: 0 auto
    }
    .navigation .button {
        display: block;
    }
    nav.fixed{
        left: unset;
    }
    nav.fixed .navigation.open {
        margin: 0;
    }
    .network{
        display: none;
    }
    .mob_hide{
        display: none !important;
    }
    .mob_show.hc{
        display: table-cell !important;
    }
    .navigation .primary {
        float: none;
        display: none;
        width: auto;
        border-right: none
        line-height: 24px;
    }
    .navigation.open .primary {
        display: block
    }
    .navigation .primary li {
        display: block;
        border-top: 1px solid #343434;
        border-bottom: 1px solid #252525;
        border-left: none;
        border-right: none
    }
    .navigation .primary li.mod-show{
        display: block !important;        
    }
    .navigation .secondary {
        display: none;
        width: 100%
    }
    .navigation.open .secondary {
        display: table
    }
    .navigation .secondary li {
        float: none;
        display: table-cell;
        text-align: center
    }
    .navigation .secondary a {
        float: none
    }
    .block-model .model-list {
        width: auto;
        float: none;
        margin-right: 0
    }
    .block-model .desc {
        height: auto;
        margin-top: 11px;
        padding-bottom: 5px
    }
    .list-videos .item {
        width: 31%;
        margin: .5%
    }
    #list_videos_related_videos .mn-thumbnails_col-5  .mn-thumb{
        width: 31%;
        margin: .5%        
    }
    #list_videos_related_videos .mn-thumbnails_col-5  .mn-thumb:nth-child(4){
        display: none;
    }
    .list-films .item {
        width: 23%
    }
    .header .search {
        display: none;
    }
    .header {
        margin: 0 -10px;
        padding: 10px 5px;
        background: #000;
    }
    .logo {
        margin: 0;
        float: none;
    }
    .social-bookmarks {
        position: absolute;
        top: 0;
        right: unset;
        left: 0;
    }
    .logo a {
        display: block;
        margin: 0 auto;
    }
    #nav-languages {
        width: 24px;
        background: none;
        border: none;
        padding: 0;
        height: 28px;
        position: absolute;
        top: 0px;
        left: 10px;
        z-index: 900;
    }
    .social-bookmarks {
        margin: 5px !important;
    }
    .lang-btn{
        display: none;
    }
    #site-navigation {
        width: 50px;
        height: 40px;
        position: fixed;
        top: 20px;
        right: 0;
        z-index: 1000;
    }
    .lang-icon {
        width: 24px;
        height: 24px;
    }

}

@media screen and (max-width:940px) {
    .bottom-adv .spot:nth-child(3) {
        display: none
    }
    .in-listing-div .in-listing-spot:nth-child(3) {
        display: none
    }
    .in-listing-div .in-listing-spot {
        width: unset;
    }

    .list-videos #list_videos_latest_videos_list_items .item,
    .list-videos #list_videos_common_videos_list_items .item,
    .list-videos .item {
        width: 31%;
        margin: .5%
    }
    #list_videos_related_videos .mn-thumbnails_col-5  .mn-thumb,
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb{
        width: 31% !important;
        margin: 0.5%;
    }
    #list_videos_related_videos .mn-thumbnails_col-5  .mn-thumb:nth-child(4),
    #list_videos_related_videos .mn-thumbnails_col-5  .mn-thumb:nth-child(5),
    #list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb:nth-child(4),
    #list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb:nth-child(5),
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb:nth-child(4),
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb:nth-child(5) {
        display: none
    }
    /* 3 reklama iz 4h */
/*    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(2),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(3),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(4){
        width: calc(33.8% - 10px) !important;
    }
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(5),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(6){
        display: none;
    }
*/
    .footer-margin .spot:nth-child(1),
    .footer-margin .spot:nth-child(2),
    .footer-margin .spot:nth-child(3){
        width: calc(33% - 10px) !important;        
    }
    .footer-margin .spot:nth-child(4),
    .footer-margin .spot:nth-child(5){
        display: none;
    }

    .block-album .images a.item {
        display: inline-block;
        vertical-align: top;
        margin: 7px;
        width: 46%
    }
    .bottom_cats{
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        margin: 0;
        padding: 2%;
        width: 96%;
    }
    #site-navigation{
        width: 50px;
        height: 40px;
        position: fixed;
        top: 20px;
        right: 0;
        z-index: 1000;
    }
    body.menu_open #site-navigation{
        z-index: 1010;
        overflow-y: scroll;
        display: block;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #site-navigation{
        background: #171717;
    }
    body.menu_open #site-navigation {
        background: transparent;
    }
    .lang-icon{
        width: 24px;
        height: 24px;
    }
    .social-bookmarks{
/*        display: none;*/
    }
    .mupload {
        background: #666;
    }
    .mupload ul{
        display: none !important;
    }
    .navigation.open .primary .drop &gt; a::after {
        border: 0 !important;
    }
    .mob-show.hellouser{
        background: #666;
        color: #fff;
        font-size:22px;
        font-weight: bold;
        padding: 15px 10px;
    }
}

@media screen and (max-width:860px) {
    .albums-ad-inline,
    .playlists-ad-inline,
    .videos-ad-inline {
        display: none
    }
    .albums-ad,
    .block-album .adv,
    .block-video .adv,
    .playlists-ad,
    .videos-ad {
        display: none
    }
    .pagination .next,
    .pagination .prev {
        display: block
    }
    .pagination .first,
    .pagination .jump,
    .pagination .last,
    .pagination .page {
        display: none
    }
    .profile-list .column {
        float: none;
        margin: 0;
        width: 100%
    }
    form .bottom .submit.right {
        float: left;
        margin: 0 10px 0 0
    }
    .related-albums .list-sort li:nth-child(3),
    .related-videos .list-sort li:nth-child(3) {
        display: none
    }
    .main-container-user form .two-sections .section-one,
    .main-container-user form .two-sections .section-two {
        float: none;
        background: 0 0;
        padding: 0;
        margin: 0;
        width: 100%
    }
    .main-container-user form .two-sections .section-two {
        margin-top: 20px
    }
    .block-album .images a.item {
        display: inline-block;
        vertical-align: top;
        margin: 7px;
        width: 30%
    }
    .mob-hid{
        display: none;
    }
    .navigation.open .primary li.mob-show,
    .mob-show{
        display: block;
    }
    .header .search{
        display: none;
    }
    .navigation.open .search2{
        display: block;
    }
    .navigation .primary li {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
    .social-bookmarks{
        margin: 5px !important;
    }
    .logo{
        float: none;
    }
    .logo a{
        display: block;
        margin: 0 auto;
    }
    .social-bookmarks{
        position: absolute;
        top: 0;
        right: unset;
        left: 0;
    }
    #nav-languages{
        top: 0px;
    }
    #nav-grid-languages{
        right: unset;
    }
    .logo{
        margin: 0;
    }
    .top{
        display: none;
    }
    .header{
        margin: 0 -10px;
        padding: 10px 5px;
        background: #000;
    }
    #site-navigation {
        top: 10px;
    }

}

@media screen and (max-width:785px) {
    .in-listing-div {
        display: none
    }
    .in-listing-m-spot{
        width: 100%!important;
        display: block!important;
        text-align: center!important;
    }
    .adv_nad_player {
        display: block
    }
    .sponsor_pod_player {
        display: none
    }
    .header {
        text-align: center
    }
    .search {
        width: 90%;
        padding: 10px 0
    }
    .logo {
        margin: 10px 0 0 0;
        float: none;
        display: inline-block;
        vertical-align: top
    }
/*    .social-bookmarks {
        margin: 23px 0 0 0;
        float: none;
        display: inline-block;
        vertical-align: top
    }*/
    .footer .footer-wrap {
        text-align: center
    }
    .footer .copyright {
        float: none;
        display: inline-block;
        margin: 8px 0;
        text-align: left
    }
    .footer .txt {
        text-align: center;
        margin: 0
    }
    .headline {
        padding: 10px 5px 8px 5px
    }
    .tags-cloud {
        margin-top: 10px
    }
    .bottom-adv {
        margin-top: 10px
    }
    .popup-holder {
        min-width: 500px
    }

    .list-videos #list_videos_common_videos_list_items .item,
    .list-videos .item {
        width: 48%;
        margin: .5%
    }
    #list_videos_related_videos .mn-thumbnails_col-5  .mn-thumb,
    #list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb,
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb{
        width: 48% !important;
        margin: 0.5%;
    }
    #list_videos_related_videos .mn-thumbnails_col-5  .mn-thumb:nth-child(3),
    #list_videos_related_videos .mn-thumbnails_col-5  .mn-thumb:nth-child(4),
    #list_videos_related_videos .mn-thumbnails_col-5  .mn-thumb:nth-child(5),
    #list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb:nth-child(3),
    #list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb:nth-child(4),
    #list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb:nth-child(5),
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb:nth-child(3),
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb:nth-child(4),
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb:nth-child(5) {
        display: none
    }

    /* 2 reklama iz 4h */
/*    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(2),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(3){
        width: calc(50% - 10px) !important;
    }
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(4),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(5),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(6){
        display: none;
    }*/
    .footer-margin .spot:nth-child(1),
    .footer-margin .spot:nth-child(2){
        width: calc(50% - 10px) !important;        
    }
    .footer-margin .spot:nth-child(3),
    .footer-margin .spot:nth-child(4),
    .footer-margin .spot:nth-child(5){
        display: none;
    }


    #list_videos_common_videos_list_items .item,
    #list_videos_latest_videos_list_items .item {
        width: 295px
    }
    .list-videos #list_videos_common_videos_list_items .item .img .image,
    .list-videos #list_videos_common_videos_list_items .item .img img,
    .list-videos #list_videos_common_videos_list_items .item .img video,
    .list-videos #list_videos_latest_videos_list_items .item .img .image,
    .list-videos #list_videos_latest_videos_list_items .item .img img,
    .list-videos #list_videos_latest_videos_list_items .item .img video,
    .list-videos #list_videos_latest_videos_list_items.margin-fix .item .img img {
        width: 100%
    }
    .list-films .item {
        width: 31%
    }

//    .list-videos #list_videos_common_videos_list_items .item,
    .list-videos #list_videos_latest_videos_list_items .item {
        width: 32%;
    }

    /* 3 reklama iz 4h */
/*    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(2),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(3),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(4){
        width: calc(33.8% - 10px) !important;
    }
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(5),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(6){
        display: none;
    }*/
    #nav-languages{
        top: 10px;
    }
    .header{
        background: #000;
        padding-top: 10px;
        margin-top: -10px;
        max-width: 100vw;
    }
    div.cookie {
        width: calc(100% - 10px);
    }
    #list_models_top_models_items .item,
    #list_albums_new_albums_list_items .item{
        width: 32.2%;
    }
}

@media screen and (max-width:640px) {
    .block-album,
    .block-channel,
    .block-model,
    .block-video,
    .box,
    .profile-list .item,
    .related-albums .box,
    .related-videos .box,
    .tab-content {
        padding: 5px;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .member-menu .block-additional,
    .member-menu .block-main,
    .navigation,
    .pagination,
    .sidebar .alphabet,
    .sidebar .filter,
    .sidebar .list {
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .headline h2 {
        float: none;
        text-align: center;
        margin-bottom: 5px
    }
    .container {
        padding: 0
    }
    .bottom-adv .spot:nth-child(2) {
        display: none
    }
    .bottom-adv .spot:nth-child(1) {
        display: block;
        margin: 0 auto;
        float: none;
    }
    .list-tags .item .title,
    .list-tags .item a {
        padding-left: 5px
    }
    .popup-holder {
        padding: 5px;
        min-width: 270px;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .popup-holder form .two-sections .section-one,
    .popup-holder form .two-sections .section-two,
    form .two-sections .section-one,
    form .two-sections .section-two {
        float: none;
        background: 0 0;
        padding: 0;
        margin: 0;
        width: 100%
    }
    .popup-holder form .two-sections .section-two,
    form .two-sections .section-two {
        margin-top: 20px
    }
    form .button-group .row label {
        float: none;
        overflow: hidden
    }
    form .list-selector-popup .button-group .item {
        display: block;
        width: auto
    }
    .member-menu {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center
    }
    .member-menu .block-main {
        padding: 0
    }
    .member-menu .headline h2 {
        float: none
    }
    .member-menu .avatar {
        display: none
    }
    .member-menu .user-menu li {
        display: inline-block;
        background: 0 0
    }
    .block-album .images,
    .block-album .sponsor,
    .block-video .player,
    .block-video .playlist,
    .block-video .sponsor {
        border: none
    }
    .related-albums .list-sort li:nth-child(2),
    .related-videos .list-sort li:nth-child(2) {
        display: none
    }
    .block-album .images .message,
    .block-video .no-player .message {
        top: 0;
        padding: 10px;
        font-size: 12px;
        line-height: 12px
    }
    .block-album .images .message em,
    .block-video .no-player .message em {
        font-size: 12px
    }
    .block-album .images .message form,
    .block-video .no-player .message form {
        padding: 0
    }
    .block-album .images .message form .submit,
    .block-video .no-player .message form .submit {
        font-size: 12px;
        padding: 5px;
        height: 25px
    }
    .block-dvd-info .img {
        width: 40%
    }
    .block-dvd-info .img_r {
        width: 59%;
        float: right
    }
    .mobile_hide{
        display: none;
    }
    .logo{
        position: relative;
        top: 0px;
        left: 0;
    }
    .logo a {
        width: 280px;
        background-size: 100%;
        height: 45px;
    }
    .list-posts .item {
        width: 97%;
    }
    #list_posts_common_posts_list_items{
        margin: 0;
    }
    #list_posts_common_posts_list h1{
        float: none;
    }

    .list-videos #list_videos_common_videos_list_items .item,
    .list-videos #list_videos_latest_videos_list_items .item {
        width: 48%;
    }

    /* 2 reklama iz 4h */
/*    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(2),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(3),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(2),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(3){
        width: calc(50% - 10px) !important;
    }
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(4),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(5),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(6),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(4),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(5),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(6){
        display: none;
    }*/
    #list_posts_new_posts_items{
        padding-top: 10px;
    }
    .item .title {
        height: 40px;
    }
    #list_albums_new_albums_list_items .item {
        width: 48%;
    }
    #list_models_top_models_items .item {
        width: 48%;
    }
    #list_models_top_models .item .title{
        height: 20px;
        margin-bottom: 0px;
    }
    #list_models_top_models_items .item {
        width: 47% !important;
        margin: .5% !important;
    }
}

@media screen and (max-width:560px) {
    .in-listing-div {
        display: none
    }
    .in-listing-m-spot{
        width: 100%!important;
        text-align: center!important;
        display: block!important;
    }

    .list-videos .item {
        width: 98% !important;
        max-width: 100%;
    }
    .item {
        margin: 0.5% !important;
        max-width: 100%;
    }
    .list-videos .item .img {
        width: 100% !important
    }
    .network .more {
        display: none
    }
    .block-channel .img .no-thumb,
    .block-channel .img img {
        width: 252px;
        height: 140px;
        line-height: 140px
    }
    .block-channel .channel-rating strong {
        height: 86px;
        padding-top: 20px
    }
    .list-subscriptions .item {
        width: 300px
    }
    .list-videos .img,
    .list-videos .item .image,
    .list-videos .item .img img {
        max-width: 100%;
        max-height: 100%;
    }
    .block-album .images a.item {
        display: inline-block;
        vertical-align: top;
        margin: 7px;
        width: 47%
    }
    .list-films .item {
        width: 46%;
        vertical-align: top
    }
    .list-films .item .img .list-films .item .img img {
        width: 100%;
        max-width: 259px;
        max-height: 375px
    }
    .block-dvd-info .img {
        width: 40%
    }
    .block-dvd-info .img_r {
        width: 59%;
        float: right
    }
    .logo{
        position: relative;
        top: 0px;
        left: 0;
    }
    .logo a {
        width: 260px;
        background-size: 100%;
        height: 45px;
    }
    #nav-languages{
        top: 10px;
    }
    #site-navigation {
        top: 10px;
    }
    #list_videos_related_videos_items .mn-thumbnails_col-5  .mn-thumb,
    #list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb,
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb{
        width: 98% !important;
        margin: 0.5%;
    }
    #list_videos_related_videos_items .mn-thumbnails_col-5  .mn-thumb:nth-child(2),
    #list_videos_related_videos_items .mn-thumbnails_col-5  .mn-thumb:nth-child(3),
    #list_videos_related_videos_items .mn-thumbnails_col-5  .mn-thumb:nth-child(4),
    #list_videos_related_videos_items .mn-thumbnails_col-5  .mn-thumb:nth-child(5),
    #list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb:nth-child(2),
    #list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb:nth-child(3),
    #list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb:nth-child(4),
    #list_videos_common_videos_list_items .mn-thumbnails_col-5  .mn-thumb:nth-child(5),
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb:nth-child(2),
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb:nth-child(3),
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb:nth-child(4),
    .list-videos-ads .mn-thumbnails_col-5  .mn-thumb:nth-child(5) {
        display: none
    }

}
@media screen and (max-width:480px) {
    .logo{
        position: relative;
        top: 0px;
        left: 0;
    }
    .logo a {
        width: 260px;
        background-size: 100%;
        height: 45px;
    }
    .add_story_button{
        margin-top: 15px;
    }
}
@media screen and (max-width:420px) {
    .in-listing-div {
        display: none
    }
    .in-listing-m-spot{
        width: 100%!important;
        text-align: center!important;
        display: block!important;
    }

    .margin-fix {
        margin: -10px 0 0 0
    }
    .margin-fix .bottom {
        margin: 0
    }
    .margin-fix .generic-error {
        margin: 10px 0 0 0
    }
    .empty-content {
        padding: 10px 0 0
    }
    .list-comments .comment-options {
        float: none;
        margin-bottom: 3px
    }
    .list-videos .item {
        width: 98% !important;
        margin: .5% !important;
    }

    .list-albums .item{
        width: 47% !important;
        margin: .5% !important;
    }
    .list-albums-images .item,
    .list-subscriptions .item,
    .list-videos-screenshots .item {
        margin: 10px 0 0 0
    }
    .list-models .img {
        width: 100%;
        height: auto
    }
    .list-categories .img {
        width: 100%;
        height: auto;
/*        width: 140px;
        height: 202px*/
    }
    .list-categories .img .no-thumb,
    .list-models .img .no-thumb,
    .list-sponsors .img .no-thumb {
        line-height: 202px
    }
    .list-playlists .img,
    .list-videos .img {
        width: 100%
    }
    .list-playlists .img .no-thumb {
        line-height: 105px
    }
    .list-albums .img {
        width: 140px;
        height: 187px
    }
    .item .wrap {
        margin: 0 0 2px
    }
    .item-control-holder a.toggle-button {
        position: relative;
        width: 5px;
        text-indent: 30px;
        overflow: hidden
    }
    .item-control-holder a.toggle-button:after {
        position: absolute;
        left: 4px;
        top: 4px;
        width: 16px;
        height: 16px;
        background: url(../images/ico-edit.png) 0 0 no-repeat;
        z-index: 5;
        content: ''
    }
    .tab-content {
        border-width: 2px 0 0 0
    }
    .block-video .playlist {
        padding: 3px
    }
    .block-video .playlist .item {
        width: 140px;
        border-width: 3px
    }
    .block-video .playlist .item .img {
        width: 140px;
        height: 105px
    }
    .block-details .block-user {
        width: 75px
    }
    .block-details .block-user .avatar .no-thumb,
    .block-details .block-user .avatar img {
        width: 75px;
        height: 75px;
        line-height: 75px
    }
    .block-details .item span {
        display: block;
        float: none;
        padding: 0 0 3px 0
    }
    .block-details .item span:after {
        display: none
    }
    .block-share .block-bookmarks {
        float: none;
        width: 100%;
        margin-bottom: 5px
    }
    .block-share .middle {
        width: 100%
    }
    .block-screenshots a.item,
    .block-screenshots a.item img,
    .block-screenshots span.item,
    .block-screenshots span.item img {
        width: 140px;
        height: 105px
    }
    .block-channel .img,
    .block-model .img {
        float: none;
        border: 0;
        margin: 0 0 5px 0
    }
    .block-channel .img .no-thumb,
    .block-channel .img img,
    .block-model .img .no-thumb,
    .block-model .img img {
        width: 100%;
        height: auto
    }
    .list-tags .item {
        width: 47%
    }
    .list-tags .item li {
        margin: 20px
    }
    .navigation .primary {
        line-height: 24px
    }
    .navigation .primary a {
        padding: 15px 0
    }
    .list-models .item {
        width: 46%
    }
    .list-albums .img {
        width: 140px;
        height: 100%
    }
    .bottom_cats{
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        margin: 0;
        padding: 2%;
        width: 96%;
    }
    .logo{
        position: relative;
        top: 0px;
        left: 0;
    }
    .logo a {
        width: 230px;
        background-size: 100%;
        height: 45px;
    }

    /* 1 reklama iz 4h */
/*    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(2),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(2){
        width: calc(100% - 10px) !important;
    }
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(3),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(4),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(5),
    #list_videos_common_videos_list_items .exo-native-widget-item-container:nth-child(6),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(3),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(4),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(5),
    #list_videos_related_videos_items .exo-native-widget-item-container:nth-child(6){
        display: none;
    }*/
    .footer-margin .spot:nth-child(1){
        width: 300px !important;
        float: none;
        margin: 0 auto;
    }
    .footer-margin .spot:nth-child(2),
    .footer-margin .spot:nth-child(3),
    .footer-margin .spot:nth-child(4),
    .footer-margin .spot:nth-child(5){
        display: none;
    }
    #list_videos_most_recent_videos_items,
    #list_videos_videos_watched_right_now_items{
        padding-top: 10px;
    }
}
@media screen and (max-width:380px) {
    .logo{
        top: 0px;
        left: 0;
    }
}
.language-links.select.more {
    display: inline-block;
    margin-top: 10px;
    width: 80px
}

.select {
    cursor: pointer;
    background: #1c1c1c url(../images/arrow-down-network.gif) no-repeat 100% 50%;
    border: 1px solid #222;
    border-radius: 3px;
    padding: 0 25px 0 9px;
    line-height: 26px;
    position: relative
}

.select {
    background: #3a3a3a;
    border: 1px solid #4e4d4d;
    background-size: 8%
}

.language-links .lang-icon {
    float: left;
    margin-right: 8px;
    top: 4px;
    position: relative;
    fill: #a9a9a9
}

.language-links .lang-btn {
    color: #fff
}

.language-links .lang-btn {
    float: left;
    color: #a9a9a9
}

.language-links .lang__ul {
    width: auto;
    min-width: 100%;
    background: #3a3a3a
}

.select ul {
    background: #3a3a3a;
    border: none
}

.select ul {
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    float: none;
    z-index: 1001;
    background: #1c1c1c;
    border: solid #222;
    overflow: hidden;
    display: none;
    border-width: 0 1px;
    border-radius: 0 0 3px 3px
}

.select ul a {
    display: block;
    padding: 0 9px
}

.language-links .lang__ul-item {
    text-align: left;
    border-bottom: 1px solid #4e4d4d
}

.language-links .lang__ul-item {
    position: relative;
    text-align: left;
    padding-left: 25px
}

.language-links .lang__ul-item .en-ico {
    background: url(../images/en.svg) 0 0 no-repeat;
    background-size: contain
}

.language-links .lang__ul-item .cn-ico {
    background: url(../images/cn.svg) 0 0 no-repeat;
    background-size: contain
}

.language-links .lang__ul-item .jp-ico {
    background: url(../images/jp.svg) 0 0 no-repeat;
    background-size: contain
}

.language-links .lang__ul-item .es-ico {
    background: url(../images/es.svg) 0 0 no-repeat;
    background-size: contain
}

.language-links .lang__ul-item .fr-ico {
    background: url(../images/fr.svg) 0 0 no-repeat;
    background-size: contain
}

.language-links .lang__ul-item .de-ico {
    background: url(../images/de.svg) 0 0 no-repeat;
    background-size: contain
}

.language-links .lang__ul-item .it-ico {
    background: url(../images/it.svg) 0 0 no-repeat;
    background-size: contain
}

.language-links .lang__ul-item .pt-ico {
    background: url(../images/pt.svg) 0 0 no-repeat;
    background-size: contain
}

.language-links .lang__ul-item .tr-ico {
    background: url(../images/tr.svg) 0 0 no-repeat;
    background-size: contain
}

.language-links .lang__ul-item .lang-ico {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 8px;
    top: 6px
}

.language-links:hover #lang-list {
    display: block
}

.sponsored_top {
    margin-bottom: 7px;
    color: #000;
    margin-bottom: 7px;
    padding: 4px 10px;
    background: #FFA400;
    background: -moz-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd400), color-stop(100%, #FFA400));
    background: -webkit-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -o-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: -ms-linear-gradient(top, #ffd400 0%, #FFA400 100%);
    background: linear-gradient(to bottom, #ffd400 0%, #FFA400 100%);
    width: 100%;
    text-align: center;
}
.sponsored_top a{
    color:#000;
    font-weight: bold;
}
.sponsored_top:hover {
    background: #000;
}
.sponsored_top:hover a {
    color:#fff;
}
.sponsored_bottom a {
    background: -moz-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #d5d5d5));
    background: -webkit-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -o-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: -ms-linear-gradient(top, #fff 0, #d5d5d5 100%);
    background: linear-gradient(to bottom, #fff 0, #d5d5d5 100%);
    cursor: pointer;
    padding: 2%;
    color: #f90 !important;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    /*max-width: 400px;*/
    width: 96%;
    margin: -10px auto 15px auto;
    border-radius: 2px;
    display: block;
}

.sponsored_bottom a:hover {
    background: #1e1e1e;
}

div.cookie {
    text-align: center;
    color: #fff;
    font-size: 11px;
    padding: 5px;
}
.spot{
    float: left;
}
.subscribers-count {
    display: inline-block !important;
    position: relative;
    margin-left: 5px;
    border: 1px solid #434242;
    padding: 1px 8px 1px 2px !important;
    background: #1f1f1f;
    font-size: 15px;
    height: 18px;
    line-height: 18px;
    color: #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    float: none !important;
    margin-top: 3px;
}
.subscribers-count::before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    border-right: 7px solid #434242;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    vertical-align: middle;
    left: -7px;
    position: absolute;
    top: 7px;
    margin-top: -5px;
}
.subscribers-count::after {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    border-right: 6px solid #1f1f1f;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    vertical-align: middle;
    position: absolute;
    left: -6px;
    top: 7px !important;
    margin-top: -4px;
}
.button-phub-subs{
    background: #f90 !important;
    color: #000 !important;
    position: relative;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #000 !important;
}
.ico-rss{
    width: 18px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/ico-rss.png) no-repeat;
    background-size: contain;
    padding-right: 0px !important;
    display: inline-block !important;
}
.ico-rss-text::after,
.ico-rss::after{
    content: '' !important;
}
.ico-rss-text{
    float: none !important;
    padding-right: unset !important;
    display: inline-block !important;
}
.button.button-phub-subs{
    padding-left: 20px;
    height: 17px;
    text-shadow: unset !important;
    font-weight: 700 !important;
    line-height: 19px !important;
}
.button.button-phub-subs .ico-rss{
    padding: 0;
    top: 6px;
    left: 10px;
}
.button-phub-subs:hover{
    color: #fff !important;
}
.subscribers-count2{
    float: right !important;
    margin-top: 2px;
    margin-left: 10px;
    padding-top: 2px !important;
}

@media screen and (max-width:1200px) {
    .sponsored_bottom a {
        font-size: 24px;
    }
}

@media screen and (max-width:1000px) {
    .sponsored_bottom a {
        font-size: 18px;
    }
}

@media screen and (max-width:600px) {
    .sponsored_bottom a {
        margin-top: 0;
    }
    .list-categories .item {
        width: 47%;
    }
}

@media screen and (max-width:500px) {
    .sponsored_bottom a {
        font-size: 16px;
    }
    .ico-rss-text{
        width: 0px !important;
        overflow: hidden;
        display: block;
    }
    .sponsored_bottom a {
        background: #f90 !important;
        color: #000 !important;
    }

}

@media screen and (max-width:450px) {
    .sponsored_bottom a {
        font-size: 12px;
    }
    .player-holder .advertising {
    	height: 130px;
		margin: -95px 0 0 -159px !important;
    }
    body{
        overflow-x: hidden;
    }
    .headline h1,
    .headline h2{
        margin-bottom: 20px;
    }
    .item .title {
        line-height: 20px;
        margin-bottom: 20px;
    }
    .logo a {
        width: 170px;
    }
    .exo-native-widget{
/*        margin-bottom: 15px;*/
    }
    .box.tags-cloud{
        line-height: 22px;
    }
    .video-info .rating-container{
        margin-bottom: 15px;
    }
    .video-info .tabs-menu li{
        margin-bottom: 15px;
    }
    .video-info .item a{
        margin-bottom: 15px;
    }
    .btn_up {
        bottom: 115px;
    }
    div.cookie {
        width: 96vw;
    }
    .sort{
        margin-bottom: 15px;
    }
}</pre></body></html>