html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
    outline: none;
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%}
input, textarea, select, button {
    font: 100% 'Open Sans', sans-serif;
    vertical-align: middle;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
button, input[type="submit"] {
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: none;
}
::-moz-placeholder {
    color: #7c7c7c;
    opacity: 1;
}
::-webkit-input-placeholder {
    color: #7c7c7c;
}
:-ms-input-placeholder {
    color: #7c7c7c;
}
::placeholder {
    color: #7c7c7c;
}
:focus::-moz-placeholder {
    color: transparent;
}
:focus::-webkit-input-placeholder {
    color: transparent;
}
:focus:-ms-input-placeholder {
    color: transparent;
}
:focus::placeholder {
    color: transparent;
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot') format('eot'), url('../fonts/MyriadPro-Regular.otf') format('opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}
@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('../fonts/MyriadPro-Semibold.eot') format('eot'), url('../fonts/MyriadPro-Semibold.otf') format('opentype'), url('../fonts/MyriadPro-Semibold.woff') format('woff'), url('../fonts/MyriadPro-Semibold.ttf') format('truetype'), url('../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
}
body {
    margin: 0;
    color: #fff;
    background: url(../images/bg.jpg);
    font: 13px/1 'MyriadPro-Semibold', Helvetica, sans-serif;
}
.wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.container {
    width: 1526px;
    margin: 0 auto;
    box-sizing: border-box;
}
.container:after, .container:before {
    display: table;
    clear: both;
    content: ''}
@media only screen and (max-width: 1543px) {
    .container {
    width: 1220px;
    position: relative;
}
}
@media only screen and (max-width: 1237px) {
    .container {
    width: 914px;
}
}
@media only screen and (max-width: 931px) {
    .container {
    width: 608px;
}
}
@media only screen and (max-width: 625px) {
    .container {
    width: 320px;
}
}
.header {
    background: url(../images/bg-header.jpg) repeat-x;
    text-align: center;
}
.header .container {
    min-height: 81px;
    position: relative;
}
.logo {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 931px) {
    .logo {
    float: none;
    display: inline-block;
    margin: 0;
    position: static;
}
}
.head-title {
    background: rgba(58, 15, 15, 0.8);
    float: right;
    padding: 10px 26px;
    width: 490px;
    text-align: center;
    position: relative;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    z-index: 2;
}
.head-title div {
    font-size: 15px;
    line-height: 17px;
}
.head-title span {
    font-size: 13px;
    display: block;
    padding: 3px 0;
    color: #fff;
    font-family: MyriadPro-Regular;
}
.head-title:before {
    position: absolute;
    content: "";
    background: url(../images/first.png) no-repeat;
    width: 36px;
    height: 53px;
    left: -8px;
    top: 0;
}
@media only screen and (max-width: 931px) {
    .head-title {
    float: none;
    clear: both;
    margin: 10px auto;
    width: 100%;
}
}
.nav-main {
    position: relative;
    z-index: 2;
    background: #4f6c56;
}
.nav-main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 1px;
    background: #627f59;
}
@media only screen and (max-width: 931px) {
    .nav-main {
    margin: 0 0 54px;
}
}
.nav-main .container {
    position: relative;
}
.sort-menu {
    float: left;
    display: table;
    width: 430px;
    text-align: center;
}
.sort-menu a {
    font-size: 15px;
    color: #fff;
    line-height: 47px;
    display: table-cell;
    text-transform: uppercase;
    border-right: 1px solid #2f2f2f;
}
.sort-menu a:last-child {
    border-right: none;
}
.sort-menu a:hover, .sort-menu a.active {
    background: #33523B;
}
.sort-menu a:hover:before, .sort-menu a.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 1px;
    background: #627f59;
}
@media only screen and (max-width: 931px) {
    .sort-menu {
    width: 100%;
}
}
.search-form {
    border-radius: 11px;
    overflow: hidden;
    position: relative;
    float: right;
    width: 475px;
    margin: 3px 0 0 0;
    top: 12px;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.6);
}
.search-form input {
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    color: #898989;
    background: #efeeee;
    width: 100%;
    padding: 0px 70px 0 18px;
    border: none;
}
@media only screen and (max-width: 931px) {
    .search-form input {
    font-size: 11px;
}
}
.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 70px;
    background: url(../images/magnifier.png) no-repeat 50% 50%}
@media only screen and (max-width: 931px) {
    .search-form {
    right: 0;
    position: absolute;
    top: 54px;
    width: 100%;
    box-sizing: border-box;
}
}
.headline {
    text-transform: uppercase;
    padding: 14px 0 9px 0;
}
.headline h1 {
    font-size: 13px;
    line-height: 15px;
    color: #423d29;
    background: url(../images/arrow.png) no-repeat 5px 4px;
    padding: 0 0 0 24px;
    font-style: italic;
}
.headline h1 span {
    color: #cea002;
}
.cat-list {
    height: 66px;
    margin: 20px 0 0 0;
    overflow: hidden;
    text-align: center;
}
.cat-list.bottom {
    margin: 0;
    border-top: 1px solid #000;
    padding: 20px 0;
}
.cat-list li {
    text-align: center;
    padding: 0 0 5px 5px;
    display: inline-block;
    vertical-align: top;
}
.cat-list li a {
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    background: #741f13;
    padding: 0 5px;
}
.cat-list li a:hover {
    background: #8a1519;
}
.thumbs-items {
    margin: 0 0 0 -4px;
    text-align: center;
    font-size: 0;
}
.thumb {
    width: 302px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px 4px;
    text-align: left;
}
@media only screen and (max-width: 625px) {
    .thumb {
    margin: 0 0 15px 0;
}
}
.thumb a {
    display: block;
}
.thumb .thumb-image {
    position: relative;
    border: 1px solid #767364;
}
.thumb .thumb-image img {
    width: 100%;
    height: auto;
}
.thumb .thumb-image .thumb-views {
    position: absolute;
    bottom: 7px;
    left: 9px;
    font-size: 12px;
    line-height: 17px;
    background: url(../images/views.png) no-repeat 8px 50%;
    padding: 0 8px 0 33px;
    color: #fff;
}
.thumb .thumb-title {
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #4c4735;
    display: block;
    padding: 6px 7px 0 7px;
    max-height: 36px;
    overflow: hidden;
}
.thumb .thumb-details {
    display: block;
    white-space: pre-wrap;
    color: #4c4735;
    font-size: 13px;
    line-height: 16px;
    padding: 0 7px;
    font-family: MyriadPro-Regular;
}
.thumb .thumb-details span {
    color: #622b20;
    font-family: MyriadPro-Semibold;
}
.text {
    padding: 3px 3px 10px 3px;
    margin: 8px 0 15px 0;
    text-align: left;
    border: 1px solid #56493e;
}
.text h2 {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px 7px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.text h3 {
    font-size: 15px;
    line-height: 17px;
    padding: 3px 0;
    color: #f2c920;
    margin-left: 8px;
}
.text span {
    font-size: 13px;
    display: block;
    padding: 3px 0;
    color: #4c4735;
}
.text p {
    font-size: 15px;
    font-family: 'MyriadPro-Regular';
    line-height: 18px;
    color: #3a322a;
    margin-left: 8px;
}
.pagination {
    margin: 25px 0 22px 0;
}
.pagination .pages {
    float: left;
    font-size: 20px;
    color: #4c4735;
    margin: 5px 11px 0 8px;
}
.pagination ul li {
    display: inline-block;
    margin: 0 2px 2px 0;
}
.pagination ul li a, .pagination ul li span {
    font-size: 20px;
    line-height: 28px;
    min-width: 18px;
    padding: 0 5px;
    display: block;
    text-align: center;
}
.pagination ul li a {
    color: #fff;
    background: #731e12;
}
.pagination ul li a:hover {
    background: #8a1519;
}
.pagination ul li span {
    color: #4c4735;
}
.tops-block {
    background: rgba(0, 0, 0, 0.5);
}
.tops-block .headline h1 {
    color: #fff;
}
.sites {
    padding: 10px 0 25px 0;
    text-align: center;
}
@media only screen and (max-width: 625px) {
    .sites {
    text-align: center;
}
}
.sites ul {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    margin: 0 28px 0px 0;
    text-align: left;
}
.sites ul li {
    padding: 6px 0px;
    border-bottom: 1px solid #202020;
}
.sites ul a {
    font-size: 15px;
    padding: 0 0 0 14px;
    color: #fff;
    background: url(../images/bullet.png) no-repeat 0 5px;
}
.sites ul a:hover {
    text-decoration: underline;
    color: #f3d425;
}
@media only screen and (max-width: 1237px) {
    .sites ul: last-child {
    display: none;
}
}@media only screen and (max-width: 625px) {
    .sites ul {
    margin: 0;
}
}
.info-block {
    background: #27231b;
}
.info-block .container {
    padding: 18px;
}
.information {
    max-width: 685px;
}
.information .title {
    color: #4c7356;
    font-size: 23px;
    line-height: 28px;
}
.information p {
    font-size: 14px;
    line-height: 18px;
    color: #5e5742;
    padding: 6px 0;
}
.information ul {
    overflow: hidden;
    margin: 5px 0 0 0;
}
.information ul li {
    float: left;
    border-left: 2px solid #302f2c;
    padding-left: 5px;
    margin-left: 5px;
}
.information ul li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}
.information ul a {
    color: #cea002;
    font-size: 14px;
    line-height: 16px;
    font-family: MyriadPro-Regular;
}
.information ul a:hover {
    text-decoration: underline;
}
.footer {
    background: #28332b;
}
.copyright {
    color: #908664;
    font-size: 13px;
    line-height: 15px;
    display: block;
    padding: 20px 0 20px 16px;
}
.go_up {
    background: url(../images/go_up.png) no-repeat;
    position: fixed;
    bottom: 15px;
    right: 37px;
    z-index: 99;
    cursor: pointer;
    padding: 0 0 0 36px;
    color: #424240;
    font-size: 23px;
    line-height: 28px;
    opacity: 0.5;
    transition: opacity 0.3s;
}
.go_up:hover {
    opacity: 1;
}
.video-head {
    padding: 25px 0 15px 0;
    overflow: hidden;
}
.video-head .rating {
    float: left;
    width: 94px;
    text-align: center;
    background: rgba(108, 106, 93, 0.7);
    margin: 0 17px 0 0;
}
.video-head .rating span {
    font-size: 44px;
    line-height: 71px;
    color: #d8ab07;
    display: block;
}
@media only screen and (max-width: 625px) {
    .video-head .rating span {
    font-size: 28px;
    line-height: 34px;
}
}
.video-head .rating strong {
    font-size: 14px;
    line-height: 22px;
    display: block;
    background: rgba(72, 70, 62, 0.8);
    text-transform: uppercase;
}
@media only screen and (max-width: 625px) {
    .video-head .rating {
    width: 56px;
}
}
.video-head .description {
    overflow: hidden;
    border-left: 1px solid #4c4735;
    padding: 0 0 0 14px;
    min-height: 93px;
}
.video-head .description span {
    color: #3A3A31;
    font-size: 25px;
    display: block;
    text-transform: uppercase;
}
@media only screen and (max-width: 625px) {
    .video-head .description span {
    font-size: 18px;
}
}
.video-head .description p {
    font-size: 15px;
    line-height: 17px;
    color: #4c4735;
    padding: 4px 0 0 4px;
    font-family: MyriadPro-Regular;
}
.right-column {
    float: right;
    width: 302px;
    margin-left: 11px;
}
.right-column .spots .spot {
    margin-bottom: 12px;
    border: 1px solid #8d8b7a;
}
.right-column .spots .spot:last-child {
    margin: 0;
}
@media only screen and (max-width: 931px) {
    .right-column {
    display: none;
}
}
.left-column {
    overflow: hidden;
}
.player img {
    width: 100%;
    height: auto;
}
.video-details {
    padding: 11px 11px 52px 14px;
}
.share-block {
    overflow: hidden;
}
.share-block .socials {
    float: left;
}
.share-block .views {
    float: right;
    font-size: 17px;
    line-height: 20px;
    color: #3F4037;
    margin: 6px 0 0 0;
    background: url(../images/video-views.png) no-repeat 0 50%;
    padding: 0 0 0 34px;
}
.actions {
    display: table;
    width: 70%;
    margin: 12px 0 5px 0;
}
@media only screen and (max-width: 625px) {
    .actions {
    width: 100%;
}
}
.actions li {
    display: table-cell;
    padding-left: 10px;
    text-align: center;
}
@media only screen and (max-width: 625px) {
    .actions li {
    padding-left: 1px;
}
}
.actions li:first-child {
    padding: 0;
}
.actions li.like a, .actions li.dislike a {
    position: relative;
    padding: 0 22px 0 0;
}
.actions li.like a:after, .actions li.dislike a:after {
    content: "";
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 10px;
}
.actions li.like a {
    background: rgba(105, 133, 56, 0.8);
}
.actions li.like a:after {
    background: url(../images/like.png) no-repeat;
}
.actions li.dislike a {
    background: rgba(138, 46, 41, 0.8);
}
.actions li.dislike a:after {
    background: url(../images/dislike.png) no-repeat;
}
.actions a {
    display: block;
    font-size: 13px;
    line-height: 28px;
    color: #fcfcfc;
    background: rgba(45, 45, 45, 0.8);
    text-transform: uppercase;
    opacity: 0.9;
}
.actions a:hover {
    opacity: 1;
}
@media only screen and (max-width: 625px) {
    .actions a {
    font-size: 10px;
}
}
.sponsor {
    font-size: 20px;
    line-height: 49px;
    background: #6a8639 url(../images/sponsor-arrow.png) no-repeat 14px 50%;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%;
    padding: 0 20px 0 52px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    opacity: 0.9;
    color: #f0e243;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sponsor span {
    color: #fcfcfc;
}
.sponsor strong {
    font-size: 29px;
}
@media only screen and (max-width: 625px) {
    .sponsor strong {
    font-size: 13px;
}
}
.sponsor:hover {
    opacity: 1;
}
@media only screen and (max-width: 625px) {
    .sponsor {
    font-size: 11px;
    line-height: 40px;
    padding: 0 10px 0 38px;
    width: 100%;
}
}
.videos-block {
    background: rgba(184, 181, 159, 0.5);
    padding: 0 0 40px 0;
}
.videos-block .headline h1 {
    color: #7d1111;
}
.videos-block .headline h1 span {
    color: #494638;
}
.models-list, .friends-list {
    font-size: 0;
    text-align: center;
    margin-bottom: 10px;
}
.models-list li, .friends-list li {
    display: inline-block;
    border: 1px solid #767364;
}
#kt_player, #kt_player_internal {
    height: 100% !important;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100% !important;
    z-index: 10;
}
.player img {
    width: 100%;
    height: auto;
    max-height: 718px;
}
.g_hidden {
    display: none;
}
.g_hint {
    color: #4c4735;
}
.about, .text_content {
    padding: 25px;
    color: #fff;
}
.about div, .text_content div {
    font-size: 30px;
    line-height: 35px;
    color: #76241e;
    border-bottom: 1px solid #242420;
    margin: 0 0 20px 0;
}
.about p, .text_content p {
    font-size: 15px;
    color: #242420;
    line-height: 20px;
    margin-bottom: 25px;
}
.about p.regular, .text_content p.regular {
    font-family: MyriadPro-Regular;
}
.tags-items {
    padding: 20px 0 0 0;
}
.tags-items .item {
    margin: 0 0 10px;
    overflow: hidden;
}
.tags-items .letter {
    border-bottom: 1px solid #29581B;
    color: #FFFFFF;
    display: block;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 8px;
    padding: 0 10px 3px;
    text-transform: uppercase;
}
.tags-items a {
    margin: 0 0 5px 5px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    background: #741f13;
}
.tags-items a:hover {
    background: #8a1519;
}
.top-spot {
    display: none;
    width: 300px;
    height: 250px;
    margin: 14px auto 0 auto;
}
@media only screen and (max-width: 625px) {
    .top-spot {
    display: block;
}
}
.terms {
    padding: 25px;
}
.terms div {
    font-size: 30px;
    line-height: 35px;
    color: #76241e;
    border-bottom: 1px solid #242420;
    margin: 0 0 20px 0;
}
.terms p {
    font-size: 15px;
    color: #242420;
    line-height: 20px;
    margin-bottom: 15px;
    font-family: MyriadPro-Regular;
}
.terms span {
    font-size: 13px;
    line-height: 15px;
    color: #4c4735;
    margin: 0px 0 8px 0;
    display: block;
}

.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}
