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, strong, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  background: black url('../images/bg-page.jpg?1415803347');
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

strong {
  font-weight: 700;
}

a {
  color: #b31202;
  text-decoration: none;
  -webkit-transition:  0.5s;
  -moz-transition:  0.5s;
  -o-transition:  0.5s;
  transition:  0.5s;
}
a:hover {
  color: #fc1c05;
}

.mobile-menu {
  display: none;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
}

.rating {
  width: 76px;
  height: 11px;
  position: relative;
  display: inline-block;
  background: url('../images/rating-small-off.png?1415881998') repeat-x left;
}
.rating .bars, .rating .sars-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rating .stars-on {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: url('../images/rating-small-on.png?1415881754') repeat-x left;
}
.rating .message {
  color: black;
  white-space: nowrap;
  right: 100%;
  position: absolute;
  line-height: 17px;
  background: white;
  padding-right: 5px;
}

.top-bar {
  background-color: #252525;
  color: white;
  -webkit-box-shadow: 0 3px 8px black;
  -moz-box-shadow: 0 3px 8px black;
  box-shadow: 0 3px 8px black;
  position: relative;
  *zoom: 1;
}
.top-bar:after {
  content: "";
  display: table;
  clear: both;
}

.page-title {
  background: url('../images/bg-header.jpg?1415792829') no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-nav {
  background-color: #1d1c1c;
  border-width: 1px 0;
  border-style: solid;
  border-color: #710700;
  padding: 6px 0;
  *zoom: 1;
}
.page-nav:after {
  content: "";
  display: table;
  clear: both;
}
.page-nav li {
  float: left;
  border-right: 1px solid #2e2d2d;
}
.page-nav li:last-child {
  border-right: none;
}
.page-nav a {
  color: white;
  display: block;
  padding: 6px 20px;
  line-height: 36px;
  margin: -6px 0;
  font-size: 19px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.page-nav li.active a, .page-nav a:hover {
  background-color: #cc1502;
}

.page-body {
  *zoom: 1;
}
.page-body:after {
  content: "";
  display: table;
  clear: both;
}
.page-body .main-content {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 240px;
}
.page-body .sidebar {
  float: left;
  width: 220px;
  margin-left: -220px;
  padding-top: 9px;
}

input[type="text"], input[type="password"], textarea, select {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 18px;
  height: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.25);
  color: #aeaeae;
  border: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.56);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.56);
}

select {
  -webkit-appearance: menulist;
}

textarea {
  min-height: 120px;
  resize: vertical;
  overflow: auto;
}

input[type="submit"], input[type="reset"], button {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  line-height: 28px;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 0 24px;
  font-family: "mafw";
  color: white;
  font-size: 18px;
  background-color: #b31202;
  border: 1px solid #710700;
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
  background-color: #e51703;
}

.promo-stats {
  float: left;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  float: left;
  padding: 15px 0 15px 9px;
}

.user-login {
  float: right;
  white-space: nowrap;
  font-size: 0;
  margin: 9px 0;
  position: relative;
}
.user-login input, .user-login .submit {
  display: inline-block;
  vertical-align: middle;
}
.user-login input {
  width: 187px;
  margin-right: 7px;
}
.user-login .login, .user-login .password {
  background-color: #5c5c5c;
}
.user-login .submit {
  margin-right: 15px;
}
.user-login a {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  font-family: "mafw";
  vertical-align: middle;
}
.user-login a:hover {
  color: #b31202;
}

.user-menu-toggle {
  font-size: 18px;
  line-height: 30px;
  font-family: "maft";
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.user-menu-toggle:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-width: 7px 5px 0;
  border-style: solid;
  border-color: white transparent;
  margin-left: 3px;
}
.user-menu-toggle:hover {
  color: #b31202;
}
.user-menu-toggle strong {
  font-weight: normal;
  font-family: "mafw";
}

.user-menu {
  position: absolute;
  right: 0;
  top: 100%;
  min-width: 160px;
  background-color: #252525;
  padding: 5px 0;
  z-index: 1000;
  display: none;
}
.user-menu a {
  padding: 0 10px;
  font-size: 14px;
  white-space: nowrap;
  line-height: 20px;
  font-family: "Open Sans";
  display: block;
}
.user-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}

.show-user-menu .user-menu {
  display: block;
}

.page-title .container {
  position: relative;
  *zoom: 1;
}
.page-title .container:after {
  content: "";
  display: table;
  clear: both;
}
.page-title .container:before {
  content: "";
  position: absolute;
  display: block;
  left: 264px;
  bottom: 0;
  width: 260px;
  height: 230px;
  background: url('../images/img-tgirl.png?1415793280');
}
.page-title .banner {
  float: right;
  margin-top: 41px;
}

.logo {
  float: left;
  margin: 47px 0 47px -10px;
  position: relative;
}
.logo img {
  display: block;
}

.top-sorting {
  overflow: hidden;
  position: relative;
  min-height: 97px;
}
.top-sorting:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1241px;
  height: 97px;
  margin-left: -616px;
  background: url('../images/bg-top.png?1415794031') no-repeat center;
}
.top-sorting .container {
  position: relative;
}
.top-sorting .alphabet {
  font-size: 14px;
  line-height: 1;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  margin-top: 24px;
  font-weight: 700;
  float: left;
}
.top-sorting .alphabet strong {
  font-weight: normal;
  color: #cc1502;
  margin-right: 0.2em;
  font-weight: 700;
}
.top-sorting .alphabet .list {
  display: inline-block;
}
.top-sorting .alphabet a {
  color: white;
  padding: 0 0.4em;
}
.top-sorting .alphabet a:hover {
  color: #fc1c05;
}
.top-sorting .search {
  float: right;
  margin-top: 10px;
}
.top-sorting .search .wrap {
  width: 350px;
  height: 36px;
  border: 2px solid #2a2a2a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 1px 0 6px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: inset 1px 0 6px rgba(0, 0, 0, 0.56);
  box-shadow: inset 1px 0 6px rgba(0, 0, 0, 0.56);
  position: relative;
}
.top-sorting .search input, .top-sorting .search button {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.top-sorting .search .search-type {
  opacity: 0;
}
.top-sorting .search input {
  height: 36px;
  padding: 10px 120px 10px 15px;
}
.top-sorting .search .submit {
  position: absolute;
  top: 5px;
  right: 0;
  width: 41px;
  height: 26px;
  overflow: hidden;
  text-indent: -999px;
  padding: 0;
  border-left: 1px solid #2a2a2a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: url('../images/icn-search.png?1415875992') no-repeat center;
}
.top-sorting .search .mb-select-wrap {
  position: absolute;
  top: 5px;
  right: 41px;
  width: 69px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  overflow: hidden;
  color: #aeaeae;
  border-left: 1px solid #2a2a2a;
}
.top-sorting .search .mb-select-wrap:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -3px;
  right: 8px;
  border-width: 6px 3px 0;
  border-style: solid;
  border-color: white transparent;
}
.top-sorting .search .mb-select-wrap select {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-sorting .search .mb-select-wrap .mb-value {
  padding: 0 15px 0 8px;
}

.promo-buttons {
  text-align: center;
}
.promo-buttons a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  width: 15.6%;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3c0808;
  border: 1px solid #710700;
  margin: 0 0.6%;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  font-weight: 700;
}
.promo-buttons a:hover {
  background-color: rgba(179, 18, 2, 0.4);
  color: #fff;
}
.promo-buttons a:first-child {
  margin-left: 0;
}
.promo-buttons a:last-child {
  margin-right: 0;
}
.promo-buttons .container {
  padding: 18px 0 26px;
  text-align: center;
  position: relative;
  font-size: 0;
}
.promo-buttons .container:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #343434;
  background-color: black;
  bottom: 0;
  left: 0;
}

.section-title {
  text-transform: uppercase;
  color: white;
  font-size: 28px;
  line-height: 1;
  padding: 22px 8px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}

.contents {
  *zoom: 1;
  margin: 0 -10px -10px;
}
.contents:after {
  content: "";
  display: table;
  clear: both;
}

.content {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 20px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.content:hover {
  opacity: 0.8;
}
.content .inner {
  background-color: #000;
}
.content a {
  color: white;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .photo {
  display: block;
  height: 0;
  width: 100%;
  padding: 77.27% 0 0;
  position: relative;
  overflow: hidden;
}
.content .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .video-meta {
  padding: 4px 8px 2px;
}
.content .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 34px;
  border-bottom: 1px solid #333333;
}
.content .info {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 24px;
}
.content .info span {
  margin-right: 1em;
}
.content .info span:last-child {
  margin-right: 0;
}
.content .rating-wrap {
  padding: 7px;
  background-color: white;
}
.content .rating-wrap .rating {
  display: block;
}

.content-model .photo {
  padding-top: 139.352%;
}

.content-link {
  text-align: center;
  padding: 20px 0;
  max-width: 100%;
}
.content-link img {
  max-width: 100%;
  height: auto;
}

.sidebar-section {
  margin-bottom: 20px;
}
.sidebar-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: url('../images/bg-sidebar-bottom.png?1415796850') no-repeat top;
  padding-top: 5.08475%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.sidebar-title {
  display: block;
  width: 100%;
  height: 0;
  background: url('../images/bg-sidebar-top.png') no-repeat bottom;
  padding-top: 32.20339%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
}
.sidebar-title span {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  color: white;
  padding-left: 23px;
  line-height: 1;
  padding-top: 34px;
  font-weight: 700;
  color: #c82426;
}

.sidebar-content {
  padding: 0 14px;
  background: url("../images/sidebar-body.png") repeat-y;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;  
}

.categories {
  font-size: 12px;
}
.categories a {
  display: block;
  font-size: 12px;
  line-height: 34px;
  color: white;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 9px;
  font-weight: 700;
  background-color: rgba(179, 18, 2, 0);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  text-transform: uppercase;
}
.categories a:hover {
  background-color: rgba(179, 18, 2, 0.1);
}
.categories li {
  border-bottom: 1px solid rgba(179, 18, 2, 0.37);
}
.categories li:last-child {
  border-bottom: none;
}

.sidebar-link {
  text-align: center;
}

.pagination {
  position: relative;
  overflow: hidden;
  min-height: 72px;
  margin-top: 10px;
}
.pagination .container {
  position: relative;
  padding-top: 40px;
}
.pagination:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 1240px;
  height: 72px;
  margin-left: -614px;
  background: url('../images/bg-bottom.png?1415796337') no-repeat center;
}
.pagination a, .pagination span {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: white;
  margin: 0 0.325em;
}
.pagination a:hover, .pagination span:hover {
  color: #b31202;
}
.pagination .prev, .pagination .next {
  color: #b31202;
}
.pagination .prev:hover, .pagination .next:hover {
  color: white;
}
.pagination span {
  color: #b31202;
}

.page-footer {
  background-color: black;
  color: #666666;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  padding: 14px 0;
}
.page-footer span {
  display: inline-block;
  margin: 0 0.325em;
}

.contents .content-link {
  clear: both;
  padding: 0 0 20px;
}

.related-videos {
  margin-bottom: 20px;
}

.video-page-content {
  padding-top: 25px;
}
.video-page-content .main-content {
  padding-right: 340px;
}
.video-page-content .main-content .content-link {
  padding: 25px 0;
}
.video-page-content .main-content .content-link:first-child {
  padding-top: 0;
}
.video-page-content .main-content .related-videos .content-link {
  padding-top: 5px;
}
.video-page-content .sidebar {
  width: 300px;
  margin-left: -300px;
  padding-top: 0;
}
.video-page-content .sidebar-link {
  margin-bottom: 20px;
}

.video-player {
  position: relative;
  height: 0;
  width: 100%;
  padding: 63.93% 0 0;
  overflow: hidden;
}
.video-player img, .video-player iframe, .video-player embed, .video-player object, .video-player video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

#thisPlayer {
  display: inline !important;
}

.video-info-box {
  margin-bottom: 18px;
}

.video-title {
  font-size: 20px;
  line-height: 25px;
  padding: 9px 12px;
  color: white;
  font-weight: 700;
  background-color: #77181b;
  margin-bottom: 2px;
}

.video-meta-info {
  background-color: #1d1c1c;
  *zoom: 1;
  font-size: 12px;
  line-height: 16px;
}
.video-meta-info:after {
  content: "";
  display: table;
  clear: both;
}
.video-meta-info .left {
  float: left;
}
.video-meta-info .right {
  float: right;
}
.video-meta-info .item {
  float: left;
  padding: 12px 15px;
  border-left: 1px solid #595959;
}
.video-meta-info .item:first-child {
  border-left: none;
}
.video-meta-info .item a {
  text-transform: uppercase;
  font-weight: bold;
}

.video-meta-info .rating, #pornstar-bio .col-left .rating {
  margin: 11px 15px 12px 0;
  width: 115px;
  height: 17px;
  display: block;
  background: url('../images/rating-big-off.png?1415890974') repeat-x left;
}
.video-meta-info .rating .stars-on, #pornstar-bio .col-left .rating .stars-on {
  background: url('../images/rating-big-on.png?1415890931') repeat-x left;
}

#pornstar-bio .col-left .rating {
  margin: 0 auto;
}
#pornstar-bio .rating .message {
  right: auto;
  left: 50%;
  width: 270px;
  margin-left: -135px;
  white-space: normal;
  text-align: center;
  top: 100%;
  margin-top: 10px;
  background: none;
  color: #888888;
  font-size: 12px;
}
#pornstar-bio .col-left .rating-wrap {
  clear: both;
  padding: 10px 0;
}

.video-share textarea {
  min-height: 30px;
}
.video-share .code {
  margin: 12px 0;
}
.video-share .label {
  float: left;
  line-height: 30px;
  width: 60px;
  font-weight: 700;
  color: white;
  font-size: 12px;
}
.video-share .input-wrap {
  margin-left: 60px;
}

.video-taxonomies, .video-share {
  margin: 15px 0;
}

.taxonomy {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  padding: 5px 0;
}
.taxonomy strong {
  font-weight: 400;
  color: #fff;
}

.video-description {
  font-size: 12px;
  line-height: 18px;
  *zoom: 1;
}
.video-description:after {
  content: "";
  display: table;
  clear: both;
}
.video-description > strong {
  float: left;
  margin-right: 0.25em;
}

.video-comments {
  margin: 20px 0 10px;
}

.comment-list {
  margin: 12px 0 15px;
}
.comment-list .comment {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 16px;
}
.comment-list .avatar {
  float: left;
  border: 1px solid white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 37px;
  height: 37px;
}
.comment-list .author-info {
  margin-left: 50px;
  padding-top: 2px;
}
.comment-list .body {
  clear: both;
  padding-top: 8px;
}
.comment-list .name {
  font-weight: bold;
  font-size: 12px;
  color: #b31202;
}
.comment-list .added {
  display: block;
  font-size: 10px;
  color: white;
}

.comment-body {
  min-height: 66px;
  height: 66px;
  padding: 8px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border: 1px solid #d0d0d0;
}

.comment-list-wrap {
  max-height: 230px;
  overflow: hidden;
}

.small-header {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  text-transform: uppercase;
  background-color: #1d1c1c;
  font-weight: 700;
  color: #fff;
}

.comment-form .form-actions {
  margin-top: 10px;
}
.comment-form .submit {
  font-family: "Open Sans";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

#galleryImages {
  *zoom: 1;
  margin-bottom: 20px;
}
#galleryImages:after {
  content: "";
  display: table;
  clear: both;
}
#galleryImages a {
  float: left;
  width: 20%;
}
#galleryImages img {
  display: block;
  width: 100%;
  height: auto;
}

#image {
  text-align: center;
}
#image img {
  max-width: 100%;
  height: auto;
}

.singleImageNextPrev {
  padding: 10px 0;
  *zoom: 1;
}
.singleImageNextPrev:after {
  content: "";
  display: table;
  clear: both;
}
.singleImageNextPrev .prev {
  float: left;
}
.singleImageNextPrev .next {
  float: right;
}

.content-link:empty {
  display: none;
}

#playerAd {
    width: auto; height: 70px; position: absolute;
    top: -50px; left: 20px; right: 20px; opacity: 0.8; z-index: 2;
}

#playerAd .advplayer {
    width: 600px; height: 48px; position: relative; z-index: 3;
    background-color: #000; border: 2px solid #f66e00; border-top: 0 none; border-radius: 0px 0px 8px 8px; color: #ffffff;
    font-size: 20px; text-align: center; line-height: 38px; font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

#playerAd .pointer {
    width: 70px; height: 18px; position: absolute;
    bottom: 2px; left: 50%;
    margin-left: -35px;
    background: #000 url('../images/arrow_down.png') scroll center no-repeat;
    border: 2px solid #f66e00; border-top: 0 none; border-radius: 0px 0px 8px 8px;
    color: #ffffff; cursor: pointer;

}

#playerAd .pointer.showed {
    background: #000 url('../images/arrow_up.png') scroll center no-repeat;
}

#playerAd .advplayer a:link,
#playerAd .advplayer a:visited,
#playerAd .advplayer a:hover,
#playerAd .advplayer a:active {
    color: #fff; outline: none; text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .page-title .banner {
    display: none;
  }

  .top-sorting {
    min-height: 0;
  }
  .top-sorting:before {
    display: none;
  }

  .promo-buttons .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .top-sorting .search .wrap {
    width: 265px;
  }

  .video-player {
    margin-bottom: 20px;
  }

  .content .info {
    font-size: 8px;
  }
  .content .title {
    font-size: 12px;
    line-height: 30px;
  }

  .video-page-content .main-content {
    padding-right: 320px;
  }

  .user-login input {
    width: 160px;
  }
}
@media screen and (max-width: 1023px) {
  #playerAd {
    display: none;
  }
  
  #galleryImages a {
    width: 33.3%;
  }

  .content {
    width: 50%;
  }

  .promo-stats {
    display: none;
  }

  .page-title .container:before {
    height: 195px;
  }

  .top-sorting {
    overflow: visible;
  }
  .top-sorting .search {
    position: absolute;
    right: 10px;
    bottom: 100%;
    margin-bottom: 60px;
  }

  .promo-buttons {
    clear: both;
  }

  .section-title {
    font-size: 26px;
  }
  
  .page-nav a {
    font-size: 14px;
    padding: 6px 16px;
  }
}
@media screen and (max-width: 719px) {
  .mobile-menu {
    display: block;
    line-height: 30px;
    font-size: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: white;
  }
  .mobile-menu span {
    cursor: pointer;
    float: left;
    margin-right: 14px;
  }

  .page-body .main-content, .page-body.video-page-content .main-content {
    float: none;
    padding-right: 0;
  }
  .page-body .sidebar, .page-body.video-page-content .sidebar {
    float: none;
    margin-left: 0;
    width: auto;
  }

  .sidebar-section {
    width: 200px;
    float: left;
    margin-left: 20px;
  }
  .sidebar-section + .sidebar-link {
    margin-left: 240px;
    padding-top: 20px;
  }

  .top-sorting .search {
    right: auto;
    bottom: auto;
    z-index: 1000;
    background-color: #252525;
    padding: 15px;
    left: 10px;
    top: -10px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    display: none;
    -webkit-box-shadow: 0 0 6px 2px #b31202;
    -moz-box-shadow: 0 0 6px 2px #b31202;
    box-shadow: 0 0 6px 2px #b31202;
  }
  .top-sorting .search .wrap {
    width: 266px;
  }

  .show-search .top-sorting .search {
    display: block;
  }

  .top-bar {
    height: 10px;
  }

  .user-login {
    position: absolute;
    top: 100%;
    z-index: 1000;
    background-color: #252525;
    padding: 5px 15px;
    margin: 226px 0 0;
    left: 10px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    display: none;
    -webkit-box-shadow: 0 0 6px 2px #b31202;
    -moz-box-shadow: 0 0 6px 2px #b31202;
    box-shadow: 0 0 6px 2px #b31202;
  }
  .user-login .login, .user-login .password, .user-login .submit, .user-login a {
    display: block;
    margin: 10px 0;
  }

  .show-login .user-login {
    display: block;
  }

  .top-sorting .alphabet {
    position: absolute;
    z-index: 1000;
    padding: 20px 0 10px;
    width: 100%;
    left: 0;
    background-color: #252525;
    top: -24px;
    display: none;
    -webkit-box-shadow: 0 0 6px 2px #b31202;
    -moz-box-shadow: 0 0 6px 2px #b31202;
    box-shadow: 0 0 6px 2px #b31202;
  }
  .top-sorting .alphabet .label {
    padding-left: 20px;
  }
  .top-sorting .alphabet .list {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-sorting .alphabet .list a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    line-height: 36px;
    float: left;
    width: 7.69231%;
  }

  .show-models .top-sorting .alphabet {
    display: block;
  }

  .promo-buttons, .page-nav ul {
    position: absolute;
    z-index: 10;
    left: 10px;
    padding: 5px 0;
    background-color: #252525;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    display: none;
    -webkit-box-shadow: 0 0 6px 2px #b31202;
    -moz-box-shadow: 0 0 6px 2px #b31202;
    box-shadow: 0 0 6px 2px #b31202;
  }
  .promo-buttons li, .page-nav ul li {
    float: none;
    border: none;
  }
  .promo-buttons a, .page-nav ul a {
    font-family: "Open Sans";
    display: block;
    background: none;
    border: none;
    margin: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .promo-buttons li:last-child a, .promo-buttons.promo-buttons a:last-child, .page-nav ul li:last-child a, .page-nav ul.promo-buttons a:last-child {
    border: none;
  }
  .promo-buttons .container, .page-nav ul .container {
    margin: 0;
    padding: 0;
    max-width: none;
  }
  .promo-buttons .container:after, .page-nav ul .container:after {
    display: none;
  }

  .user-menu {
    display: block !important;
    position: static;
    margin: 0 -15px;
  }
  .user-menu li {
    float: none;
    border: none;
  }
  .user-menu a {
    font-family: "Open Sans";
    display: block;
    background: none;
    border: none;
    margin: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .user-menu li:last-child a {
    border: none;
  }

  .user-menu-toggle {
    display: none !important;
  }

  .page-nav ul {
    top: 236px;
  }

  .show-links .promo-buttons {
    display: block;
  }

  .show-menu .page-nav ul {
    display: block;
  }

  .page-nav {
    height: 30px;
  }

  .comment-list-wrap {
    max-height: none;
  }
}
@media screen and (max-width: 479px) {
  #galleryImages a {
    width: 50%;
  }

  .page-title .container:before {
    display: none;
  }

  .sidebar-section {
    width: 260px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar-section + .sidebar-link {
    margin-left: 0;
  }

  .pagination {
    *zoom: 1;
  }
  .pagination:after {
    content: "";
    display: table;
    clear: both;
  }
  .pagination a, .pagination span {
    display: none;
  }
  .pagination .prev, .pagination .next {
    display: block;
  }
  .pagination .prev {
    float: left;
  }
  .pagination .next {
    float: right;
  }
}
