.promo {
border-top:1px solid #000;
border-bottom:1px solid #000;
margin: 5px auto;
width:930px }
.promo-block
	{width:300px;
	margin:5px 5px;
	float:left}
@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
.cc {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  margin: 0 auto;
  display: block;
}
.bbox {
  display: block;
  background-color: #fff;
}
.cnt:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* ==========       Base        ========== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
  padding: 0;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}
* {
  margin: 0;
  padding: 0;
}
/* ==========       Links       ========== */
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* ==========       Typography      ========== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
a img {
  border: none;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="text"]:focus {
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========       This site style     ========== */
body {
  font: 12px/14px Verdana, sans-serif;
  letter-spacing: 0px;
  color: #898989;
  background: #F6EBD9 url(../img/bg-yellow.jpg);
}
* {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a {
  color: #51443e;
  text-decoration: none;
}
a:hover {
  color: #e8663d;
  text-decoration: none;
}
/*
data:image/png;base64,
*/
#back-top {
  position: fixed;
  bottom: 50px;
  right: 40px;
  display: none;
}
#back-top .top-btn {
  display: block;
  z-index: 500;
  width: 49px;
  height: 49px;
  clear: both;
  background: url(../img/to-top.png) no-repeat;
}
#back-top .top-btn:hover {
  background-position: 0 -49px;
}
#header,
#footer,
#page {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.page-layout {
  width: 1140px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}
#footer .page-layout {
  width: 930px;
}
#header {
  height: 60px;
  padding-top: 1px;
}
#header .logo {
  float: left;
  display: block;
  background: url(../img/logo.png) no-repeat;
  width: 245px;
  height: 56px;
}
#header strong.descr,
#header h1 {
  text-indent: -9999px;
  font-size: 0;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.search-box {
  float: right;
  width: 225px;
  height: 30px;
  overflow: hidden;
  display: block;
  margin-top: 13px;
}
.search-box .txt {
  float: left;
  width: 170px;
  font-size: 10px;
  line-height: 28px;
  height: 28px;
  color: #c3c3c3;
  padding: 0px 10px;
  border: none;
  background: #ffffff;
  border-bottom: 2px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
.search-box .submit {
  float: right;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  background: #e8663d url(../img/search-btn-yellow.png) no-repeat center center;
  border: none;
  border-bottom: 2px solid #d1d1d1;
}
.ico-pic,
.ico-video,
.ico-review {
  background: url(../img/ico-btn-yellow.png);
  display: block;
  float: left;
  width: 47px;
  height: 32px;
  margin-right: 5px;
  -webkit-transition: background 0s linear;
  -moz-transition: background 0s linear;
  -ms-transition: background 0s linear;
  -o-transition: background 0s linear;
  transition: background 0s linear;
}
.ico-video {
  background-position: 0 -32px;
}
.ico-review {
  background-position: 0 -64px;
}
.ico-babes
{
  background: url(../img/ico-btn-babes.png);
  display: block;
  float: left;
  width: 47px;
  height: 32px;
  margin-right: 5px;
  -webkit-transition: background 0s linear;
  -moz-transition: background 0s linear;
  -ms-transition: background 0s linear;
  -o-transition: background 0s linear;
  transition: background 0s linear;
}
/*
#header-menu ul li:hover i.ico-pic    { background-position: 37px 0px; }
#header-menu ul li:hover i.ico-video  { background-position: 37px -28px; }
#header-menu ul li:hover i.ico-review { background-position: 37px -56px; }
*/
#header-menu {
  float: left;
  height: 42px;
  margin-top: 13px;
  margin-left: 20px;
  margin-right: 20px;
}
#header-menu ul {
  list-style-type: none;
  float: left;
  height: 42px;
}
#header-menu ul li {
  font-size: 12px;
  position: relative;
  float: left;
  background: url(../img/header-menu-li-bg-yellow.png) no-repeat bottom center;
  margin-right: 2px;
}
#header-menu ul li a {
  float: left;
  color: #75716e;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  padding-right: 5px;
  background: #ffffff url(../img/header-menu-a-bg-yellow.png) repeat-x bottom center;
  border-right: 1px solid #e8e8e8;
}
#header-menu ul li a:hover {
  color: #75716e;
}
.sub-menu {
  display: none;
  position: absolute;
  z-index: 2;
  top: 28px;
  left: -50px;
  width: 600px;
  -webkit-transition: background 0s linear;
  -moz-transition: background 0s linear;
  -ms-transition: background 0s linear;
  -o-transition: background 0s linear;
  transition: background 0s linear;
}
#select-girl-menu ul li .sub-menu ul,
#header-menu ul li .sub-menu ul {
  border: 1px solid #000;
  display: block;
  width: 110px;
  height: auto;
  margin-right: 5px;
  float: left;
}
#select-girl-menu ul li .sub-menu ul li,
#header-menu ul li .sub-menu ul li {
  width: 100%;
  border-bottom: 1px solid #000;
  border-right: none;
  background: #FFF;
}
#select-girl-menu ul li .sub-menu ul li a,
#header-menu ul li .sub-menu ul li a {
  display: block;
  color: #000;
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
  border: none;
  background: none;
  float: none;
}
#select-girl-menu ul li .sub-menu ul li a:hover,
#header-menu ul li .sub-menu ul li a:hover {
  color: #000;
  background-color: #B4B4B4;
}
#select-girl-menu {
  float: left;
  height: 32px;
  color: #868686;
  text-align: center;
}
#select-girl-menu ul {
  list-style-type: none;
  float: left;
  height: 30px;
}
#select-girl-menu ul li {
  font-size: 12px;
  position: relative;
  float: left;
  background: #ffffff url(../img/header-menu-a-bg-yellow.png) repeat-x bottom center;
  border-right: 1px solid #e8e8e8;
  margin-right: 2px;
  padding-bottom: 2px;
}
#select-girl-menu ul li a {
  float: left;
  color: #75716e;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  padding: 0 20px 0 10px;
  background: #ffffff url(../img/select-girl-menu-a-bg-yellow.png) no-repeat bottom right;
}
#select-girl-menu ul li a:hover {
  color: #75716e;
}
.thumb {
  position: relative;
  text-align: center;
  display: block;
  float: left;
  width: 182px;
  margin: 3px 1px;
  padding: 2px;
  color: #818181;
  background-color: #ffffff;
  border: 1px solid #ececec;
  font-family: Arial, sans-serif;
}
.thumb:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 6px;
  width: 174px;
  height: 3px;
  display: block;
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-top: none;
}
.thumb:hover:after {
  background-color: #e8663d;
}
.model-thumbs .thumb {
  width: 246px;
  margin: 4px 16px;
}
.model-thumbs .thumb:after {
  width: 234px;
}
.thumb a {
  position: relative;
}
.thumb a:hover {
  text-decoration: none;
}
.thumb strong {
  text-align: center;
  display: block;
}
.thumb img {
  display: block;
  border: 1px solid #ffffff;
  margin: 0px auto;
}
.thumb:hover img {
  border: 1px solid #e8663d;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
  filter: alpha(opacity=40);
  opacity: .7;
}
.thlable {
  background: none;
  color: #000;
  padding: 0 5px;
  position: relative;
  z-index: 5;
  display: block;
  float: left;
  width: 170px;
  height: 16px;
  font: 10px/16px Arial, sans-serif;
  margin-top: -17px;
  margin-left: 1px;
  visibility: hidden;
}
.model-thumbs .thumb .thlable {
  width: 230px;
}
.thumb:hover .thlable {
  visibility: visible;
}
.thumb p {
  clear: both;
  font-size: 11px;
  padding: 2px 0px;
  margin: 0;
}
.thumb p a {
  padding: 0;
  display: inline;
}
.thumb em {
  font: 22px/22px Arial;
  text-align: center;
  display: block;
  padding: 5px 0;
}
.pager {
  padding: 10px 0 25px 0;
  display: block;
  height: 30px;
  text-align: center;
  font-size: 0;
}
.pager .prev {
  margin-right: 15px;
}
.pager .next {
  margin-left: 15px;
}
.pager .prev,
.pager .next {
  color: #e8663d;
}
.pager span,
.pager a {
  font-family: Arial, sans-serif;
  display: inline-block;
  padding: 6px;
  margin: 0 3px;
  min-width: 15px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #4f443e;
}
.pager span.curent,
.pager a:hover {
  background: #e8663d;
  color: #ffffff;
}
div.title {
  text-align: center;
  color: #787878;
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0;
}
div.title.txt-left {
  text-align: left;
}
.list-box {
  margin: 5px auto;
  width: 1000px;
  display: block;
}
.list-box-row {
  width: 200px;
  float: left;
}
.list-box ul {
  width: 180px;
  float: left;
  list-style-type: none;
  margin: 0 5px 10px 5px;
  position: relative;
}
.list-box ul li {
  text-align: left;
  font-size: 12px;
  color: #9e9e9e;
  margin-bottom: 1px;
  padding: 6px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}
.list-box ul li a {
  font-weight: bold;
  display: block;
  color: #4f443e;
}
.list-box ul li:hover {
  background-color: #e8663d;
  border: 1px solid #e8663d;
}
.list-box ul li:hover a {
  color: #ffffff;
  text-decoration: none;
}
.list-box ul li a span {
  color: #4f443e;
  font-weight: normal;
  padding-left: 15px;
}
.list-box ul li:hover a span {
  color: #a5371f;
}
.list-box ul li.letter {
  background-color: #ffffff;
  border: none;
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  padding: 5px;
  color: #969696;
}
.top-list-box {
  display: block;
  margin: 5px auto;
  padding: 10px 20px;
  width: 970px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.top-list-box ul {
  width: 242px;
  float: left;
  list-style-type: none;
}
.top-list-box ul li {
  width: 200px;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  color: #696969;
  padding: 0 10px 0 15px;
  background: url(../img/top-list-arr.png) no-repeat 3px center;
}
.top-list-box ul li a {
  color: #4f443e;
}
.top-list-box ul li:hover {
  background: #e8663d url(../img/top-list-arr-h.png) no-repeat 3px center;
}
.top-list-box ul li:hover a {
  color: #ffffff;
  text-decoration: none;
}
.boxad {
  width: 930px;
  overflow: hidden;
  margin: 40px auto;
  padding: 15px;
  text-align: center;
}
.boxad2 {
  text-align: center;
  margin: 15px auto;
  padding: 15px;
}
.sidebar .boxad {
  background-color: transparent;
  margin: 0;
  width: auto;
  padding: 0;
}
.boxad2 ins,
.boxad ins {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 0 3px;
}
.sidebar .boxad ins {
  padding: 5px 0;
}
.boxad2 img,
.boxad2 object,
.boxad2 iframe,
.boxad img,
.boxad object,
.boxad iframe {
  display: block;
  vertical-align: top;
}
.model {
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 4px 5px;
}
.model .title {
  font-weight: bold;
  text-align: left;
  margin: 0px;
  margin-bottom: 3px;
  padding: 10px;
  color: #141414;
  background: #e8663d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.model .model-foto {
  border: 6px solid #e8663d;
  margin: 5px;
  float: left;
}
.model .model-info {
  margin-top: 6px;
  margin-left: 264px;
}
.model .model-name {
  color: #cacc38;
  font-size: 20px;
  line-height: 38px;
  font-weight: bold;
  margin-left: 5px;
}
.model .profile-info {
  color: #c9c9c9;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
.model .profile-info span {
  font-size: 12px;
  font-weight: bold;
}
.model .model-stats {
  line-height: 24px;
  height: 155px;
  color: #000000;
  background-color: #eeeeee;
  display: block;
  padding: 5px 10px;
}
.model .model-stats b {
  font-size: 16px;
  line-height: 28px;
  color: #555555;
}
.model .model-stats .model-stats-row {
  float: left;
  width: 230px;
}
.model .model-stats .model-stats-row-rate {
  float: right;
  width: 145px;
}
.model-rate {
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #a2a2a2;
  width: 145px;
  background: #323232 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABBCAMAAAAnkz7XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEVQTFRFHx8fHR0dJycnJSUlLS0tIyMjKioqICAgISEhLi4uKysrKCgoIiIiHBwcJiYmMDAwJCQkHh4eKSkpLy8vLCwsMTExMjIyJyOAkwAAADxJREFUeNp8wkkOgCAABMF2xQ0VFf7/VCcT4tFUUfiXP4fd1Sw9T7XIyGWrtOzWcdrAJpMEgWQNkfgKMAAsGwP3o1Vs4AAAAABJRU5ErkJggg==) repeat-x 0 bottom;
  height: 65px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.model-rate b {
  color: #747474 !important;
  font-size: 38px !important;
  line-height: 38px !important;
}
.star-rate {
  background: url(../img/stars.png) no-repeat;
  width: 53px;
  height: 53px;
  display: block;
  margin: 5px;
  float: left;
}
.star-rate.star-full {
  background-position: 0 0;
}
.star-rate.star-quarter {
  background-position: 0 -53px;
}
.star-rate.star-half {
  background-position: 0 -106px;
}
.star-rate.star-three-quarter {
  background-position: 0 -159px;
}
.gplus {
  margin-right: 10px;
  margin-top: 5px;
  float: left;
}
.gplus.sbox {
  margin-right: 0px;
  margin-top: 0px;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.btn-b {
  vertical-align: middle;
  background: url(data:image/gif;base64,R0lGODlhAQAgALMAAPr6+vn5+fb29vT09PDw8PHx8e7u7vf39+3t7e/v7/////Ly8vPz8/j4+PX19QAAACH5BAAAAAAALAAAAAABACAAAAQTUIFJQbihnSO6GyCzFAVBJIaBRAA7) repeat-x;
  box-shadow: 0 3px 6px -3px #aeaeae;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 2px 5px 2px 2px;
  line-height: 28px;
  margin-right: 2px;
  color: #757474;
  border: 1px solid #aeaeae;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-b:hover {
  color: #757474;
}
.btn-b i {
  width: 28px;
  height: 28px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.btn-b.vote-yes i,
.btn-b.vote-no i {
  background: url(../img/btn-vote.png) no-repeat;
}
.btn-b.report i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA6CAMAAACUJsmNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQJQTFRF6enpqampLbLq////y8vL+fn5VFRUoqKi4ODgdHR019fX1dXV5+fn09PT0dHR0tLSnNLp0NDQzMzM1NTU4uLi8vLy2dnZqKio3Nzc7u7u1tbW6Ojo8/Pz+vr6pKSk+Pj42NjYW1tbcHh7Xl5esLCwqtbpubm5M63hxsbGrKysrq6up6env7+/fX19L7PqMLDmtra2q6ur2tra5OTkOK7gltHpnMfaUb3qurq6ra2tPKXRdXx/L7HnVJCp4efp4ufpw8PDVlZWcXZ50d/l4+PjZWVltbW1jY2NhISEr6+v+/v7/v7+paWljIyMS7XiYGBgg4ODd3d3oKCgz8/Ps7OzutXgz18gbwAAAV1JREFUeNqk09duwkAQBdBZO5DgGscFFwimhISS3ivpvZf//5WMDQjE7vjF1w+70tE+eDQXqpoxJ4yhVQEsb0EYzwLwfA2E0XwPTMJQTbCAjAUGDA6l2WzsJ2jgtyLxWd1K0YRFAUrriCaFpRR1GvUcaNNoZ6NKo5oLheMbYggX75ydnSfjC0EB2H0rjXN9IkkNPL/uEZUEp3OzJzWc0Z1D+NvMQDg4nWDMbcfl7egSgxJRKxQp4DsUOj7+jSN8GzkhgKtZ4jpYmgtBpVYQplYJILtI7d68ML02FqlTZsKUt7FIhKFikRgZLBLrBPJsXn4SxCKxNZmP+5iiyZYEKNcRTQqLKeo06jnQptHORpVGNRcKxzfEkB1HnD1/J+PDIjH2elccp74jy008rz4RlQSn8xTIzeXRnUP2W8hAdvQxwZjbjocxxvzLSbBILcpaWKR+V7ic5W4/R5H+BRgAbVgnQhgaiz4AAAAASUVORK5CYII=) no-repeat;
}
.btn-b:hover i {
  background-position: 0 -29px;
}
.btn-b.vote-no {
  padding: 2px;
}
.btn-b.vote-no i {
  margin-right: 0px;
}
.btn-b.vote-no i {
  background-position: -28px 0;
}
.btn-b.vote-no:hover i {
  background-position: -28px -29px;
}
.btn-b.report {
  float: right;
}
.like-it-box {
  margin: 0 10px;
  display: inline-block;
  line-height: 12px;
  vertical-align: bottom;
}
.like-it-box img {
  display: block;
}
.btn {
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  line-height: 24px;
  padding-left: 4px;
  vertical-align: middle;
  background: url(data:image/gif;base64,R0lGODlhBAAIAIABANvb2////yH5BAEAAAEALAAAAAAEAAgAAAIJjHEIy62bTAAFADs=) 0 center no-repeat;
}
.btn:hover {
  background: url(data:image/gif;base64,R0lGODlhBAAIAIABAC2y6v///yH5BAEAAAEALAAAAAAEAAgAAAIJjHEIy62bTAAFADs=) 0 center no-repeat;
}
.btn a {
  display: block;
  padding: 0px 5px;
  color: #333333;
  text-shadow: 1px 1px 0 #e6e6e6;
  background-color: #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover a {
  color: #fff;
  text-shadow: 1px 1px 0 #1880ac;
  background-color: #2db2ea;
  text-decoration: none;
}
.btn a i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAgCAMAAACy7Q9eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAc5QTFRF29vbLbLq////lJSUm5ub6vf9XsTvysrKs7Ozy8vLlpaWx8fH2dnZnJycxsbGasjwacjwltn16/j9MrTqlZWVzs7O/f7/6ff9W8Pv2NjYsrKyt7e3z8/P+v3/n5+f+f3+j4+P7/n9pN32Ub/ujo6O3vP8VcDupN72kZGRk5OT/Pz8kpKSpqam4+PjjIyMwsLCgICAo932paWlktf0goKCsbGxNLXryev6oKCgzu36iIiI7e3tp9/2N7brVMDu/P7/UL/tm9r1qN/209PTfX19UL/uzc3N5ubmOLbrjY2NmJiYWMLul5eXreH33d3dx+r5XMPvp6en3/P8d83xot32gYGBh4eHycnJxMTEf39/urq6NrXrxcXFRrvshdLz3Nzc3PL7quD37Ozs+/v7pd72YMXvntv18Pr+5fX84PT8+/7//v//dMzxU8DuXcTvWcLuf9Dy0NDQ4eHh6OjoftDyzMzMWsPvqampxur50e764uLirKysv7+/d83y+/3/w8PDe3t75OTkk9f1jNXz3fP8iYmJwMDA9/z+mZmZ9vz+6+vroaGhM7Tr6urqra2t9fv+2vH7kJCQ+fn5i4uLpKSkNbXr8fHx5+fng4OD5/b9f55DnwAAA2pJREFUeNqUlGVbHDEUhTPJOrvA+i6wvrC4W3F3KKU4LVCk7u7u7vJvG5tkZmf68PR+yTlzk3cyd24CCiwIIUsBAELQWG1cZYI+RggAOlgKuOfB5pc54i5X3FFGF7C8RSNoJNfe1WnyKhBZdDw6310SYDrQFgVknh3YEWp4yQXjNTzuSm5RRR6LsJN1eg/cR5DL4YxGnQ4XqnWTBUB9O+AOR81SturjE6B5Ajg+34MS5AkyE/SgErYDJ97hfS5wwr3SPNJViSrXnW4BFEO+Lwu4gqoPugJlxhrWdo2MNC4nsU4ut9bfOgjoILtSfQlygEIC8hQCIZZaX9RnK6uwqarM1tccBIwjp/ROFCdD87C2LMeyX+RP9IwDUWK2Jh/oQm6ZdyOXEQiGp2rUGZ3d1WbAUmZLDcAomsnrZxpj31Titd2rpp9cynnGT+7M62ca0dYkB+7eNfnLdkYspQD8UxwyT4yun3kV1yY5cHzLBIjQd0zEvFqiDW2j62cWbY1ZDrxSZ9LYoreZ/Edja1fFfyc9wV83Xleh9Q/6o+fkQLs07OiNRaNj/OiZ1PDeZMHX6rd144+mVn7+/+UgGlsTO9Xdc3iY667eYXkB9BQW6ohsIb6+AjOd/PoqtkIIrcWKIgSJiykbE+wxhIpCB2sx9zzY/IHF8kTi+eIA0YDlrYoiBIlD8Cwn8vUcCK06Hp3v7wkxHTrRjoEQ2hQbhEevc0Ep+zj9mQHJYxE2sk7vFf9hGMtFensjuRjs8BOgor6dCjrxNrH7HKhogk/TeGUIhiuYqQjDHrnDy2KH/sxJyj+d8UugGPL9aChWofq+RGiU19CnFss3uNAvCtR/ZvBAYBPck34PNoEiH54TLlIULlK6mvcPHgQshxHpI7AckF96XFOV+XM6YkoRJWZr8oEx6Jf59zBmACoPQhreqXkzoJdZrwHYCz8BXT/TOC95fwbMa+jlPOMnbwNdP9Nol8BLZn/Zxohe1odNMCfzOZgG2n5mEZHAH2ZACO9gIuZ1EJ0JJfrU/IVEKAO0/cxiUwIjZo0teptJ2dh9YTikmOxwVgI3zY6eevqYoUcvPb2xMZ1mR080toiWBO6WZzefvoJw1nA5+PIuB5/hchCNrSGmvBN4mPCmWni/C2C4iHsebOFoeuHhm+10hui/AgwA8slmwtLMQQAAAAAASUVORK5CYII=) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.btn a i.ico-share {
  background-position: 0 0;
}
.btn a i.ico-favorite {
  background-position: -16px 0;
}
.btn a i.ico-embed {
  background-position: -32px 0;
}
.btn a i.ico-download {
  background-position: -48px 0;
}
.btn a i.ico-plus {
  background-position: -64px 0;
}
.btn:hover a i.ico-share {
  background-position: 0 -16px;
}
.btn:hover a i.ico-favorite {
  background-position: -16px -16px;
}
.btn:hover a i.ico-embed {
  background-position: -32px -16px;
}
.btn:hover a i.ico-download {
  background-position: -48px -16px;
}
.btn:hover a i.ico-plus {
  background-position: -64px -16px;
}
.btn-r {
  display: inline-block;
  padding: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #3b3b3b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-r:hover {
  color: #333333;
  background-color: #dbdbdb;
}
.social {
  line-height: 28px;
  background-color: #ffffff;
  display: block;
  padding: 5px;
  margin: 10px 0;
}
.social .btn {
  display: inline-block;
  margin: 0 1px;
}
.movies-gallery-content {
  width: 640px;
  float: left;
  padding: 5px 20px;
}
.pics-gallery-content {
  width: 800px;
  float: left;
}
.gallery-title {
  padding: 0 15px;
  font-size: 14px;
  line-height: 15px;
  color: #555555;
  background-color: #e8663d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.gallery-title span {
  font-size: 18px;
  color: #ffffff;
}
.gallery-title h1 {
  color: #555555;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  padding: 6px 0;
}
.pics-gallery-content .gallery-title h1 {
  padding: 16px 0;
}
.picthumbs {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 5px 0;
}
.th-vr img {
  margin: 0px 8px;
  border: 1px solid #d6d6d6;
  background-color: #b4b4b4;
}
.th-vr:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.btn-click-here {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  font-size: 27px;
  font-weight: bold;
  color: #4f443e;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-click-here:hover {
  color: #ffffff;
  background-color: #e8663d;
  text-decoration: underline;
}
.site-info-box {
  width: 635px;
  padding: 5px;
  margin: 0 auto;
  border: 1px solid #262626;
  background-color: #3f3f3f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.site-info-box .wrapper {
  background: #191919 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADRCAMAAAA69SiUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACdQTFRFDQ0NFRUVExMTFhYWEBAQFBQUEREREhISFxcXDg4OGBgYDw8PGRkZfS1g2AAAADFJREFUeNqUwrkRACAMAzDzQ8j+81JTYIeT4LgZ/IMFTKlQ6alRmRhCFyq1w5aEI8AAFmwF3Ht0bjcAAAAASUVORK5CYII=) repeat-x 0 bottom;
  border: 1px solid #2d2d2d;
  padding: 2px 6px;
}
.site-info-box .title {
  background: #3f3f3f;
  line-height: 28px;
  height: 28px;
  vertical-align: middle;
  font-size: 11px;
  margin: 0;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.site-info-box .title .site-name {
  background: #3f3f3f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgFQTFRFp6kuyMo3xMY2sbMxvb40t7kzwMI1PD0fMTIc9/fr/v76291J9vbq9vfr3N5K3d9L5uhUMjMc4uRQ9/jr/f33OTkeMzMcNTYdRkYpNDQdOjsfMjIcQkIlNDUdzM5A/v79Ozwfzc87zM46urs5OjoeNzgeODkeLy8cNjcePDwf6erF/f359vbp19eo5+e1l5gty805u7xswME+t7k7vL5osrRI3+Cr1NZG7OzI0tNvz89qxcdFvb897/DW9PTb8/TY9fbe0dM/z9FEsbM4wcJb5OZS7e7V1td72NpzxMY46OpWztA86OjNPz8i5eadycp/qqtGpac0wcN02NpGoaIz0NI+4OG5ycpG5edTxMZBxMZAoKExICAguLo1aGk8QUIk1thE6erB1ted0NGDy81DxsaC8fHR4OGmubpF8/TU0tSBMTEm+/v1pqc0nJ0wwsNEvL5Ozc9E7e3S2Nlrp6kv19l3LS0i7O249fXomJou/f344eNPmpwt4+VR4OC4RUYo19iVPT4g1teZ3uBMrK4x8/PQ2dtH7+/N0tRAv8FJ7e7Qycpl6+vT6+zKxMY5/Pz3JSUltbdI2dpvq602urw7aGg81NZe2NpH4OJOvb9F1NZC8fLMy8xCs7U34+S9oqQtrK4wnp8sl5kqtrgzlpcqmZoqk5Qpk5Uph4km////ysw4iy8VwgAAAUdJREFUeNpiUGdXE+TgkBaTlBXXUBVVkVLQZAcC33oJiewJDCtWLV60bPmSpQvnMyxgZmVhY2JcBQV9U/FIGijjkVRahUdSkRTJznwkSW9UyWR5bXeEZCiqpO3KlfKlcElHhGRqnekCs5UrV3J5wCQ7EJI9PG4T51qAZCdBJWchJA0reIsyprQDZUWKIZIJSHYG6XB2zTRKA8lOA0sGIzvIn1M4nSXSAShbDpZsQ5IMnMcpnMViyQWU9ANLciMkQ8J4ORtYraqAcrPlwJL8CEldHt4m5u5+oFwrRG5VM0LShyepxSUHKJdZCPXKDIRkgEnJgl6gnH0KLBCqUYNPa+VKu3B48NWiShYk6lkjAt4VX3xG4JMUIFvSCyipFFujX5kXnTvZ2dgmao6T+XRubj4+Pn5+ISF8SdMzjgF7dmiMl5EpiwEIMAB9SnXIY84oowAAAABJRU5ErkJggg==) no-repeat;
  padding-left: 33px;
  color: #cacc38;
  font-size: 18px;
  font-weight: bold;
  float: left;
}
.site-info-box .title .right {
  padding-right: 5px;
  color: #c9c9c9;
}
.site-info-box .title .right a {
  font-weight: bold;
  font-size: 12px;
  color: #cacc38;
}
.site-info-box .title .right a:hover {
  color: #cacc38;
}
.th-site img {
  border: 1px solid #c2c2c2;
  float: left;
}
.site-info-content {
  float: right;
  width: 365px;
}
.price-box {
  width: 210px;
}
.price-box .price-line {
  color: #c2c2c2;
  font-size: 14px;
  line-height: 24px;
  vertical-align: bottom;
  background: #0d0d0d;
  padding: 0 10px;
  margin-bottom: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.price-box .price-line span {
  color: #fff;
  font-size: 18px;
}
.site-info-content p {
  margin: 5px 0;
  font-size: 10px;
  text-indent: 14px;
  line-height: 14px;
}
.sidebar {
  width: 320px;
  float: right;
  padding: 5px 1px;
  color: #757575;
  font-size: 12px;
  line-height: 14px;
  background-color: #ffffff;
  display: block;
}
.info-line.tags-box,
.sidebar .tags-box {
  line-height: 24px;
  margin: 0px 5px;
  border-bottom: 1px solid #2b2b2b;
}
.info-line.tags-box a,
.sidebar .tags-box a {
  color: #4f443e;
  background-color: #bbbbbb;
  padding: 0 5px;
  margin: 2px 0;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.info-line.tags-box a:hover,
.sidebar .tags-box a:hover {
  color: #ffffff;
  background-color: #7ddfff;
}
.info-line.tags-box {
  margin: 0;
}
.model-box {
  margin: 10px 1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2b2b2b;
}
.model-box .model-th {
  color: #51443e;
  background: #ffffff;
  display: inline-block;
  margin: 1px;
  padding: 1px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.model-box .model-th:hover {
  color: #ffffff;
  background: #7ddfff;
}
.model-box .model-th img {
  border: 1px solid #000;
  background: #fff;
  display: block;
}
.model-box .model-th:hover img {
  border: 1px solid #4d4d4d;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.model-box .model-th span {
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.model-box .model-th span i {
  margin: 0 2px;
  vertical-align: middle;
}
.moviesadd {
  margin: 4px auto;
}
.movies-gallery-content .social {
  border-bottom-width: 4px;
  border-left: none;
}
.social .sbox {
  padding: 5px 3px;
  border-left: 1px solid #eeeeee;
  float: left;
  height: 34px;
  display: inline-block;
}
.social .sbox .btn a {
  padding: 0 3px;
}
.sbox .like-it-box {
  margin: 0;
}
.sbox .btn {
  margin: 0;
}
.social .moviesinfo {
  color: #757575;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  width: 100px;
  overflow: hidden;
}
.social .moviesinfo span {
  font-size: 14px;
  font-weight: bold;
}
.movies-gallery-content .info-line-first,
.movies-gallery-content .info-line {
  border-bottom: 1px solid #d8d8d8;
  font-size: 12px;
  line-height: 24px;
  padding: 4px 0;
}
.info-line-last {
  height: 33px;
  padding: 6px 0;
}
.movies-gallery-content .info-line-first {
  padding-bottom: 0;
}
.moviestar {
  font-size: 14px;
  font-weight: bold;
  color: #2db2ea;
}
.moviestar:hover {
  color: #007cb0;
  text-decoration: underline;
}
.wrap-slider {
  position: relative;
  margin: 10px auto;
  width: 1046px;
}
.wrap-slider li {
  width: 1024px;
  float: left;
}
#slider {
  margin: 0 auto;
}
.comment-box {
  margin-bottom: 40px;
}
.comment-content {
  background-color: #3e3e3e;
  padding-top: 10px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.comment-content i {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAARCAMAAAAIRmf1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALpQTFRFPz8/qampoqKicnJygoKCqKioWVlZhISETk5OpaWlUFBQq6urpqamS0tLVFRUj4+PpKSkeHh4lZWVUVFRbGxsVVVVVlZWTU1NQUFBo6OjQ0NDdXV1iYmJf39/jY2Ne3t7aWlpU1NTW1tbjo6OQkJCbW1tn5+fREREUlJSV1dXTExMmpqakZGRQEBAiIiIrq6ubm5ucHBwoKCgoaGhWFhYT09Pi4uLSEhIYWFhp6engICARkZGr6+vPj4+K3meSAAAALtJREFUeNpUjocOwjAMRF0oUEpZZZSy9957+P7/t3ASIuCkyOcX2T4C0Ah3ZSgVEs5QCsmbM/NTaj3F7H4YFQW6lHaYndqHYTwSWMwxpxawDI0rKz1qMOzcXd+x2QoKBrhlwiTRS7ZwFZThuIL8VJoDpfXUHvCaiE7Kt2lW0jApey4JbaukU4la8M1vR90tBNq7WV16JkvFdFplm8+PLWp9M3tmu75kGZZHhSb4ZcivONfHPwNFTWvfAgwAiPU97dxXic0AAAAASUVORK5CYII=) no-repeat;
  width: 19px;
  height: 17px;
  display: block;
  margin: 0 auto;
}
.comment-tail {
  display: block;
  margin: 0 auto;
  padding: 7px 0;
  width: 106px;
  color: #757575;
  text-align: center;
  font-weight: bold;
  background-color: #3e3e3e;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.wrap-slider {
  position: relative;
  margin: 10px 0;
}
.wrap-slider .thumbs {
  margin: 0;
}
#prevBtn a,
#nextBtn a {
  position: absolute;
  top: 0px;
  width: 26px;
  height: 475px;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  background: #e0e0e0 url(data:image/gif;base64,R0lGODlhNAATANUAAODg4K+vr+Li4t/f39vb27CwsNnZ2dfX18PDw7S0tL6+vrKystjY2LW1tcfHx9bW1sLCwrOzs8rKytzc3NDQ0MTExLa2tsDAwN3d3bGxsb+/v97e3tra2r29vbi4uM/Pz8jIyM3NzdXV1dHR0cbGxsXFxdPT09LS0svLy7e3t8zMzLm5uby8vMHBwcnJyQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAA0ABMAAAb/QIBwSAQwIAhOsSgQLIuHw3P6fCwCgcaG2qQCENjLwEs9XLGBB9c5NaADmjG5yIi8CwTAxuGQC7tEBHlGbwEtfnMGCYUhAAMdWCpEgEIiBQUUQiyFEHNCioUojgpomUOUABJYBSMAGCuFCHMcDYUSjhpoFUxsQgS1AQUnrh6FJV4EFoUujhdosrxFoAEZJgATKYUkVBWFDkIgaJ1LqJ921GoTym8fU6RoC4PvBVLkvUQHBVgKvmf7Ux8KWZgA4EEGLBEM2HsCAQ0IIQ4K7ZpColAKgiYOBkigcNI9IWDCjHEhcNCUEoU8YABwQl8WkwDKdcMSJ1WhBkrIhESzYuUIW5e3Tt2jgEbBGBSFOHoC0PANCyEULonwSEQFlg5jQiTt6GlAi0IMfMGMeW8Any0EXCIMu1TIgFxouC6c8uDNgnpt3ToLAG1KOSIbgC1QkxcKXr8fi3BAAIEtlSAAOw==) no-repeat left center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#prevBtn a:hover,
#nextBtn a:hover {
  background: #afafaf url(data:image/gif;base64,R0lGODlhNAATANUAAK+vr////7e3t/r6+tzc3MLCwt7e3rGxsbq6ur6+vvj4+P7+/rS0tLi4uLy8vOfn5729vcDAwNvb27CwsPb29vX19dPT09TU1NfX19ra2ra2tvLy8tnZ2fz8/Pf398nJyeXl5d3d3bKyssXFxbm5udLS0vDw8MrKyunp6dDQ0MbGxuHh4c3NzeDg4O7u7uLi4r+/v8fHx9/f3/T09PHx8bu7uwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAA0ABMAAAb/QAFgSCwKQq9EcclsAmA1J1EgdCIogcCgKu0+spIu1dmoZLOnbnd0DhCkY6Zg1l5AAJMLgaFu8AExbQEcTnFFGhuCGEMtWRldHwsDBQAHiW2LclxDGjSCYQAGZxZdoloRAGWCF5pFDCaCbwAEZyATXQ4DWQNKJFhtJUuGIi6CMkMZZw8HagARugEKdwgegilGXBaCK0MsZyjMzQAFHVkKCAAOCoKUQ4a0ZwtKoWcq4kQqZwZDCQttsgAMFRCkwAEABOsCdGjX7ACKMyyGrBBEyt2mFII8oIOQcAAqNQe+OBoiQ5ALEVM2ASghiAIJAAmgDTAoZQKIM7LgnTHxxyKTYAuCKjRwBm2fFG1ZjEoQREODMJVDMAjawKzAgAUfuiQL0CLqVKdPnXAQFGMIg6FdGBC4cAuCvzMzoAaUO0RngBH3mJxoI7QQ3SFLAzzIKwcaBXR+1dSAQbhJghch/gYMAgA7) no-repeat left center;
}
#prevBtn a {
  left: -20px;
}
#nextBtn a {
  background-position: right center;
  right: -20px;
}
#nextBtn a:hover {
  background-position: right center;
  right: -20px;
}
.all-vid {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  padding: 4px 0;
  background-color: #eeeeee;
  color: #9e9e9e;
}
.all-vid a {
  color: #2db2ea;
  text-decoration: underline;
}
#footer {
  font-size: 12px;
  color: #7f7f7f;
  padding: 7px 0;
}
#footer-left {
  margin-right: 10px;
  padding-top: 60px;
  width: 290px;
  float: left;
  color: #6e6e6e;
  font-family: "Trebuchet MS", sans-serif;
  text-align: center;
  background: url(../img/logo-footer-yellow.png) no-repeat top center;
}
#footer-right {
  margin-left: 300px;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
}
#footer-right p.wm {
  color: #6e6e6e;
}
#footer-right a {
  color: #d13228;
}
#footer-right a:hover {
  color: #d13228;
}
.loader,
.pages {
  display: block;
  background-color: #f8f8f8;
  border: 1px solid #f2f2f2;
  color: #7a8386;
  margin: 5px auto;
  padding: 5px;
  clear: both;
  width: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.pages:hover {
  border: 1px solid #aeb9bd;
  color: #000000;
  text-decoration: none;
}
div.loader {
  display: none;
}
div#feedbacktab {
  filter: alpha(opacity=60);
  -moz-opacity: .60;
  opacity: .60;
  margin-left: -50px;
  margin-top: -100px;
  border: none;
  left: auto;
  right: 0;
  top: 50%;
  background-color: #DD0000;
  position: fixed;
  height: 99px;
  width: 34px;
}
