/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  height: 100%;
}

body {
  color: #000;
  background: #fff;
  font: 13px/15px "Open Sans", arial, sans-serif;
  min-width: 1300px;
  position: relative;
  min-height: 100%;
}

.main {
  padding-bottom: 97px;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
* ::-moz-selection {
  background: #26a8db;
  color: #fff;
}
* ::selection {
  background: #26a8db;
  color: #fff;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

input, select, textarea, button {
  border: none;
  padding: 0;
  margin: 0;
  color: #000;
  vertical-align: middle;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 100%;
}

button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, p, strong {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  color: #81afcd;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#pluginIdTFPU_2 {
  display: none;
}

input:focus, textarea:focus, button:focus, select:focus {
  outline: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6c6c6c;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6c6c6c;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6c6c6c;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input.placeholder, textarea.placeholder {
  color: #6c6c6c !important;
}

*[class*="ico-"] {
  background: url(../images_new/icons.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  margin-right: 9px;
}

.ico-search {
  width: 20px;
  height: 20px;
  background-position: 0 0;
  margin-right: 0;
}

.ico-arrow {
  width: 8px;
  height: 5px;
  background-position: -50px 0;
  margin-right: 0;
}

.ico-pag-prev {
  width: 8px;
  height: 13px;
  background-position: -100px 0;
  margin-right: 0;
}

.ico-pag-next {
  width: 8px;
  height: 13px;
  background-position: -150px 0;
  margin-right: 0;
}

.ico-slide {
  width: 27px;
  height: 27px;
  background-position: -300px 0;
  margin-right: 0;
}

.ico-like {
  width: 26px;
  height: 27px;
  background-position: 0 -50px;
  margin-right: 0;
}

.ico-dislike {
  width: 26px;
  height: 27px;
  background-position: -50px -50px;
  margin-right: 0;
}

.ico-flag {
  width: 31px;
  height: 34px;
  background-position: -100px -50px;
  margin-right: 0;
}

.ico-fav {
  width: 28px;
  height: 24px;
  background-position: -150px -50px;
  margin-right: 0;
}

.ico-share {
  width: 35px;
  height: 35px;
  background-position: -200px -50px;
  margin-right: 0;
}

.ico-download {
  width: 35px;
  height: 35px;
  background-position: -200px -100px;
  margin-right: 0;
}

.ico-facebook {
  width: 32px;
  height: 32px;
  background-position: -250px -50px;
  margin-right: 0;
}

.ico-twitter {
  width: 32px;
  height: 32px;
  background-position: -300px -50px;
  margin-right: 0;
}

.ico-google {
  width: 32px;
  height: 32px;
  background-position: -350px -50px;
  margin-right: 0;
}

.ico-vk {
  width: 32px;
  height: 32px;
  background-position: -400px -50px;
  margin-right: 0;
}

.ico-plus {
  width: 32px;
  height: 32px;
  background-position: -450px -50px;
  margin-right: 0;
}

.ico-views {
  width: 18px;
  height: 12px;
  background-position: 0 -100px;
  margin-right: 8px;
}

.ico-photos {
  width: 18px;
  height: 14px;
  background-position: -50px -100px;
  margin-right: 10px;
}

.ico-added {
  width: 14px;
  height: 17px;
  background-position: -100px -100px;
  margin-right: 7px;
}

.ico-runtime {
  width: 20px;
  height: 20px;
  background-position: -150px -100px;
  margin-right: 7px;
}

*[class*="btn-"] {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background .3s, color .3s;
     -moz-transition: background .3s, color .3s;
       -o-transition: background .3s, color .3s;
          transition: background .3s, color .3s;
}
*[class*="btn-"] span {
  display: inline-block;
  vertical-align: middle;
}

.info-tools [class*="btn-"] {
  font-size: 13px;
  line-height: 50px;
  width: 60px;
  height: 50px;
  border-left: 1px solid #225372;
  -webkit-box-shadow: -1px 0 0 0 #0e2c40;
     -moz-box-shadow: -1px 0 0 0 #0e2c40;
          box-shadow: -1px 0 0 0 #0e2c40;
}
.info-tools .btn-green, .info-tools .btn-red, .info-tools .btn-light-blue {
  border-left: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-green {
  background: #16c48c;
  border-left: 0;
}
.btn-green:hover {
  background: #17ab7b;
}

.btn-red {
  background: #e3290b;
}
.btn-red:hover {
  background: #b3230b;
}

.btn-blue {
  background: #15405c;
}
.btn-blue:hover {
  background: #082e47;
}

.btn-light-blue {
  background: #00b6db;
}
.btn-light-blue:hover {
  background: #0098b6;
}

.btn-dark-blue {
  background: #152530;
}
.btn-dark-blue:hover {
  background: #00b6db;
}

.container {
  width: 1300px;
  margin: auto;
  padding: 0 10px;
  position: relative;
}

.row:after, .row:before, .container:after, .container:before, .nav:after, .nav:before {
  display: table;
  clear: both;
  content: '';
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.col-left {
  float: left;
  width: 240px;
}

.col-right {
  float: right;
  width: 720px;
}

.header {
  background: url(../images_new/bg-header.jpg);
  background: url(../images_new/bg-header-light.jpg) 50% 0, url(../images_new/bg-header.jpg);
  -webkit-box-shadow: 0 0 18px rgba(2, 3, 3, 0.63);
     -moz-box-shadow: 0 0 18px rgba(2, 3, 3, 0.63);
          box-shadow: 0 0 18px rgba(2, 3, 3, 0.63);
  margin: 0 0 15px;
}

.logo {
  float: left;
}
.logo a {
  display: block;
  width: 183px;
  height: 77px;
  text-indent: -9999px;
  background: url(../images_new/logo.png) no-repeat;
}

.nav-holder {
  float: right;
}

.login-nav {
  padding: 8px 0 6px;
  overflow: hidden;
  text-align: right;
}
.login-nav span {
  font-size: 10px;
  line-height: 12px;
  font-family: "Asap", arial, sans-serif;
  font-weight: 700;
  color: #91afc5;
}
.login-nav ul {
  float: right;
  font-size: 0;
  line-height: normal;
}
.login-nav li {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  font-family: "Asap", arial, sans-serif;
  font-weight: 700;
  padding-right: 7px;
}
.login-nav li a {
  color: #91afc5;
  text-transform: uppercase;
}
.login-nav li a.login {
  color: #29dbff;
}
.login-nav li:after {
  content: '|';
  display: inline-block;
  padding-left: 7px;
  color: #91afc5;
}
.login-nav li:last-child {
  padding-right: 0;
}
.login-nav li:last-child:after {
  display: none;
}

.search {
  position: relative;
  float: left;
  z-index: 1;
}
.search input {
  background: #f7f7f7;
  padding: 10px 60px 10px 16px;
  width: 315px;
  height: 40px;
  -webkit-box-shadow: 0 0 5px rgba(4, 4, 4, 0.5);
     -moz-box-shadow: 0 0 5px rgba(4, 4, 4, 0.5);
          box-shadow: 0 0 5px rgba(4, 4, 4, 0.5);
}
.search button {
  position: absolute;
  background: transparent;
  right: 0;
  top: 0;
  width: 38px;
  height: 40px;
  z-index: 2;
}

.nav ul {
  font-size: 0;
  float: right;
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.37);
     -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.37);
          box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.37);
  background: rgba(21, 37, 48, 0.65);
}
.nav ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-family: "Asap", arial, sans-serif;
}
.nav ul li a {
  padding: 12px 15px;
  display: block;
  color: #f5f4f4;
  -webkit-transition: background .3s;
     -moz-transition: background .3s;
       -o-transition: background .3s;
          transition: background .3s;
}
.nav ul li a:hover, .nav ul li a.active {
  text-decoration: none;
  background: #00b5db;
  color: #fff;
}

.btn-drop {
  position: absolute;
  top: 0;
  height: 40px;
  width: 18px;
  right: 38px;
  background: #eaeaea;
}
.btn-drop .ico-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.btn-drop .drop {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
}
.btn-drop .drop li {
  display: block;
}
.btn-drop .drop span {
  font-size: 14px;
  line-height: 16px;
  display: block;
  padding: 12px 15px;
  color: #f5f4f4;
  -webkit-transition: background .3s;
     -moz-transition: background .3s;
       -o-transition: background .3s;
          transition: background .3s;
}
.btn-drop .drop span:hover, .btn-drop .drop span.active {
  text-decoration: none;
  background: #00b5db;
  color: #fff;
  cursor: pointer;
}
.btn-drop:hover {
  cursor: pointer;
}
.btn-drop:hover .drop {
  display: block;
}

.heading {
  overflow: hidden;
  padding: 7px 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #c0c4c6;
}
.heading h2 {
  font: 700 16px/18px "Asap", arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.heading h4 {
  font: 400 12px/14px "Asap", arial, sans-serif;
  color: #6e6e6e;
}

.show {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 7px;
  font: 400 12px/14px "Asap", arial, sans-serif;
  color: #6e6e6e;
}

.sort {
  float: right;
  font-size: 0;
  margin: 3px 0 0;
}
.sort li {
  display: inline-block;
  vertical-align: top;
  font: 400 12px/14px "Asap", arial, sans-serif;
  padding-right: 13px;
}
.sort li a {
  color: #6e6e6e;
}
.sort li a:hover, .sort li a.active {
  color: #28c5e5;
  text-decoration: none;
}
.sort li:after {
  content: '|';
  display: inline-block;
  padding-left: 13px;
  color: #6e6e6e;
}
.sort li:last-child {
  padding-right: 0;
}
.sort li:last-child:after {
  display: none;
}

.two-columns {
  overflow: hidden;
}
.two-columns .pull-left {
  width: 975px;
}
.two-columns .pull-left .thumbs {
  margin: 0 0 0 -5px;
}
.two-columns .pull-left .thumbs a {
  margin: 0 0 10px 5px;
}
.two-columns .pull-right {
  width: 300px;
}
.two-columns .pull-right .advertising {
  margin: 0 0 -12px;
}
.two-columns .pull-right .advertising iframe {
  margin: 12px 0;
  display: block;
}

.advertising iframe img {
  display: block;
}

.thumbs {
  font-size: 0;
  margin: 0 0 0 -20px;
}
.thumbs a {
  width: 240px;
  font-size: 13px;
  margin: 0 0 10px 20px;
  display: inline-block;
  vertical-align: middle;
}
.thumbs a img {
  width: 240px;
  height: 180px;
}
.thumbs a:hover {
  text-decoration: none;
}
.thumbs a:hover .title {
  background: #0295c5;
  color: #fff;
}
.thumbs a:hover .thumb-img img {
  opacity: .4;
}
.thumbs-albums {
  margin: 0 0 0 -3px;
}
.thumbs-albums a {
  width: 180px;
  margin: 0 0 10px 3px;
}
.thumbs-aside {
  margin: 0;
}
.thumbs-aside a {
  margin: 0 0 10px 0;
}
.thumbs-models a img {
  width: 240px;
  height: 320px;
}

.thumb-img {
  position: relative;
  display: block;
  background: #000;
}
.thumb-img img {
  display: block;
  -webkit-transition: opacity .3s;
     -moz-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
}

.rating, .duration {
  background: rgba(0, 219, 149, 0.8);
  padding: 3px 7px;
  position: absolute;
  bottom: 5px;
  right: 0;
  color: #fefefe;
  font-size: 11px;
  line-height: 13px;
}

.duration {
  left: 0;
  right: auto;
  background: rgba(21, 37, 48, 0.8);
}
.duration span {
  color: #d7d8d9;
  margin: 0 8px;
}

.title, .tools {
  display: block;
  padding: 7px 8px 6px 8px;
  color: #152530;
  background: #ebebeb;
  overflow: hidden;
}

.title {
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: background .3s, color .3s;
     -moz-transition: background .3s, color .3s;
       -o-transition: background .3s, color .3s;
          transition: background .3s, color .3s;
  min-height: 15px;
}

.tools {
  -webkit-box-shadow: inset 0px 7px 18px -6px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: inset 0px 7px 18px -6px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 7px 18px -6px rgba(0, 0, 0, 0.5);
}

.added, .views {
  font-size: 10px;
  line-height: 12px;
  color: #898989;
  float: left;
}

.views {
  float: right;
}
.views strong {
  font-size: 11px;
  line-height: 13px;
  margin: 0 0 0 3px;
  color: #52575b;
}

.pagination {
  margin: 2px 0 14px;
}
.pagination ul {
  font-size: 0;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Asap", arial, sans-serif;
  font-weight: 700;
  text-align: center;
  width: 55px;
  height: 55px;
}
.pagination ul li:first-child {
  margin: 0;
}
.pagination ul li a, .pagination ul li span {
  margin-top: 6px;
  margin-left: 7px;
  display: block;
  padding: 10px 0;
  line-height: normal;
  color: #454a55;
  width: 41px;
  height: 41px;
  border: 2px solid #152531;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.25s;
     -moz-transition: all 0.25s;
       -o-transition: all 0.25s;
          transition: all 0.25s;
  text-decoration: none;
}
.pagination ul li a:hover, .pagination ul li a.active, .pagination ul li span:hover, .pagination ul li span.active {
  margin-top: 0;
  margin-left: 0;
  border: 2px solid #26a8db;
  color: #26a8db;
  width: 55px;
  height: 55px;
  padding: 16px 0;
}
.pagination ul li a:hover .ico-pag-prev, .pagination ul li a.active .ico-pag-prev, .pagination ul li span:hover .ico-pag-prev, .pagination ul li span.active .ico-pag-prev {
  background-position: -200px 0px;
}
.pagination ul li a:hover .ico-pag-next, .pagination ul li a.active .ico-pag-next, .pagination ul li span:hover .ico-pag-next, .pagination ul li span.active .ico-pag-next {
  background-position: -250px 0px;
}
.pagination ul li a.dots:hover, .pagination ul li span.dots:hover {
  border: 0;
}
.pagination ul li a.next, .pagination ul li a.prev, .pagination ul li span.next, .pagination ul li span.prev {
  line-height: 1;
}
.pagination .dots {
  font-size: 14px;
  padding: 16px 0;
  font-family: "Asap", arial, sans-serif;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  margin: 0;
}
.pagination.big ul li {
  width: 60px;
  height: 60px;
}
.pagination.big ul li a, .pagination.big ul li span {
  width: 48px;
  height: 48px;
  padding: 14px 0;
  margin-left: 6px;
}
.pagination.big ul li a:hover, .pagination.big ul li a.active, .pagination.big ul li span:hover, .pagination.big ul li span.active {
  width: 60px;
  height: 60px;
  padding: 20px 0;
  margin-top: 0;
  margin-left: 0;
}
.pagination.big ul li a.dots, .pagination.big ul li span.dots {
  padding: 20px 0;
  margin-left: 0;
}

.banners {
  background: #eaeaeb;
  padding: 20px 0 0;
}
.banners .advertising {
  font-size: 0;
  margin: 0 0 0 -26px;
  text-align: center;
}
.banners .advertising iframe {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 26px;
}

.footer {
  background: url(../images_new/bg-footer-light.jpg) 50% 0, url(../images_new/bg-footer.jpg) repeat-x;
  padding: 0 0 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 97px;
}
.footer .logo a {
  background: url(../images_new/footer-logo.png) no-repeat;
  height: 91px;
}
.footer p {
  text-align: right;
  color: #e7e7e8;
  font-size: 12px;
  line-height: 14px;
  margin: 12px 0 0;
}

.footer-nav {
  font-size: 0;
  margin: 20px 0 5px;
}
.footer-nav li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 14px;
  padding-right: 12px;
}
.footer-nav li:after {
  content: '|';
  display: inline-block;
  padding-left: 12px;
  color: #5f8ba8;
}
.footer-nav li:last-child {
  padding-right: 0;
}
.footer-nav li:last-child:after {
  display: none;
}
.footer-nav li a {
  text-transform: uppercase;
}
.footer-nav li a:hover, .footer-nav li a.active {
  color: #00c6ff;
  text-decoration: none;
}

.categories .pull-left {
  width: 1020px;
}
.categories .pull-left .thumbs {
  margin: 0 0 0 -20px;
}
.categories .pull-left .thumbs a {
  margin: 0 0 10px 20px;
}
.categories .pull-right {
  width: 240px;
}

.cat-nav {
  background: #ebebeb;
  padding: 8px 0;
}
.cat-nav li {
  padding: 0 14px 0 15px;
  -webkit-transition: background .3s;
     -moz-transition: background .3s;
       -o-transition: background .3s;
          transition: background .3s;
}
.cat-nav li:hover, .cat-nav li.active {
  background: #00b6db;
  cursor: pointer;
}
.cat-nav li:hover a, .cat-nav li.active a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.cat-nav li:hover a span, .cat-nav li.active a span {
  color: #fff;
}
.cat-nav li:hover a strong, .cat-nav li.active a strong {
  color: #fff;
}
.cat-nav li a {
  display: block;
  padding: 7px 0;
  font: 13px/15px "Asap", arial, sans-serif;
  border-bottom: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 1px 0 0 #fff;
     -moz-box-shadow: 0 1px 0 0 #fff;
          box-shadow: 0 1px 0 0 #fff;
  overflow: hidden;
  white-space: nowrap;
}
.cat-nav li a span {
  color: #152530;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color .3s;
     -moz-transition: color .3s;
       -o-transition: color .3s;
          transition: color .3s;
}
.cat-nav li a strong {
  float: right;
  padding-left: 10px;
  color: #aaaeb1;
  -webkit-transition: color .3s;
     -moz-transition: color .3s;
       -o-transition: color .3s;
          transition: color .3s;
}

.albums .two-columns, .video .two-columns {
  padding: 0 0 5px;
}
.albums .pull-left, .video .pull-left {
  width: 970px;
}
.albums .pull-right, .video .pull-right {
  width: 300px;
}
.albums .pull-right .heading, .video .pull-right .heading {
  padding: 13px 0 8px;
}
.albums .pull-right .advertising, .video .pull-right .advertising {
  margin: 0 0 -10px;
}
.albums .pull-right .advertising iframe, .video .pull-right .advertising iframe {
  margin: 10px 0;
}

.carousels {
  overflow: hidden;
}
.carousels .stage {
  height: auto;
  position: relative;
}
.carousels .stage .carousel-stage {
  overflow: hidden;
  position: relative;
}
.carousels .stage .carousel-stage ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousels .stage .carousel-stage ul li {
  float: left;
  width: 720px;
  overflow: hidden;
}
.carousels .stage .carousel-stage ul li img {
  display: block;
  border: 0;
}
.carousels .navigation {
  position: relative;
}
.carousels .navigation .carousel-navigation {
  overflow: hidden;
  position: relative;
  height: 1126px;
}
.carousels .navigation .carousel-navigation ul {
  width: 100%;
  height: 20000em;
  position: relative;
}
.carousels .navigation .carousel-navigation ul li {
  height: 160px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0 0 0 -1px;
}
.carousels .navigation .carousel-navigation ul li .item {
  display: inline-block;
  width: 50%;
  position: relative;
  padding: 0 0 1px 1px;
  font-size: 13px;
}
.carousels .navigation .carousel-navigation ul li .item:hover {
  cursor: pointer;
}
.carousels .navigation .carousel-navigation ul li .item:hover:before {
  opacity: 1;
}
.carousels .navigation .carousel-navigation ul li .item.active:before {
  opacity: 1;
}
.carousels .navigation .carousel-navigation ul li .item:before {
  position: absolute;
  border: 4px solid #00b6db;
  background: rgba(255, 255, 255, 0.7);
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
     -moz-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
}
.carousels .navigation .carousel-navigation ul li .item img {
  display: block;
  border: 0;
}
.carousels .prev-navigation, .carousels .next-navigation {
  display: block;
  position: absolute;
  width: 100%;
  padding: 2px 0;
  text-align: center;
  z-index: 1;
}
.carousels .prev-navigation {
  left: 0;
  top: 0;
  background: #0295c5;
  opacity: .9;
}
.carousels .prev-navigation.inactive {
  cursor: default;
  background: #ebebeb;
}
.carousels .prev-navigation.inactive .ico-slide {
  background-position: -300px 0;
}
.carousels .prev-navigation .ico-slide {
  background-position: -450px 0;
}
.carousels .next-navigation {
  left: 0;
  bottom: 0;
  background: #0295c5;
  opacity: .9;
}
.carousels .next-navigation.inactive {
  cursor: default;
  background: #ebebeb;
}
.carousels .next-navigation.inactive .ico-slide {
  background-position: -400px 0;
}
.carousels .next-navigation .ico-slide {
  background-position: -350px 0;
}

.info-holder .info-row {
  padding: 0 5px;
  background: #ebebeb;
}
.info-holder .row {
  padding: 9px 0 9px 3px;
  border-bottom: 1px solid #c0c4c6;
  -webkit-box-shadow: 0 1px 0 0 #fff;
     -moz-box-shadow: 0 1px 0 0 #fff;
          box-shadow: 0 1px 0 0 #fff;
}
.info-holder .row:last-child {
  border-bottom: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.info-holder .row span {
  font-size: 13px;
  line-height: 15px;
  color: #727a81;
  vertical-align: middle;
}
.info-holder .row a {
  font-size: 18px;
  line-height: 20px;
  color: #282e33;
  vertical-align: bottom;
  margin: 0 0 0 1px;
  -webkit-transition: color .3s;
     -moz-transition: color .3s;
       -o-transition: color .3s;
          transition: color .3s;
}
.info-holder .row a:hover {
  text-decoration: none;
  color: #00b6db;
}
.info-holder .row .com-btn {
  font-size: 0;
}
.info-holder .row .com-btn a {
  padding: 5px 10px;
  font: 13px/15px "Asap", arial, sans-serif;
  margin: 0 0 0 5px;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: background .3s;
     -moz-transition: background .3s;
       -o-transition: background .3s;
          transition: background .3s;
}
.info-holder .row .com-btn a:first-child {
  margin: 0;
}
.info-holder .row .head a, .info-holder .row .head em {
  color: #16c48c;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
}
.info-holder .row .head em {
  font-style: normal;
}
.info-holder .row .head span {
  margin-left: 25px;
}

.info-tools {
  font-size: 0;
  background: #15405c;
}

.flagging-container, .buttons, .social {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.view-rating {
  padding: 0px 43px 0px 43px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  background: #0c151c;
}

.social {
  padding: 9px 10px;
  border-left: 1px solid #225372;
  -webkit-box-shadow: -1px 0 0 0 #0e2c40;
     -moz-box-shadow: -1px 0 0 0 #0e2c40;
          box-shadow: -1px 0 0 0 #0e2c40;
}
.social a {
  margin-left: 8px;
  padding: 0 !important;
}
.social a:first-child {
  margin-left: 0;
}

.info-list {
  font-size: 0;
}
.info-list li {
  font-size: 13px;
  padding-right: 35px;
  display: inline-block;
  vertical-align: top;
}
.info-list li:last-child {
  padding-right: 0;
}
.info-list li:last-child:after {
  display: none;
}
.info-list li:after {
  content: '|';
  padding-left: 35px;
  display: inline-block;
  vertical-align: middle;
  color: #707375;
}
.info-list strong {
  font-size: 18px;
  line-height: 20px;
  color: #282e33;
  vertical-align: middle;
  margin: 0 0 0 3px;
}

.comment-send {
  padding: 7px 0;
  display: none;
}
.comment-send textarea {
  width: 624px;
  background: #fff;
  padding: 10px 11px;
  border: 1px solid #cccaca;
  height: 40px;
}
.comment-send button {
  font: 14px/16px "Asap", arial, sans-serif;
  padding: 10px 20px;
  color: #fff;
}

.comments {
  padding: 0 10px;
  display: none;
}

.comm-hold {
  padding: 7px 0;
  border-bottom: 1px solid #c0c4c6;
  -webkit-box-shadow: 0 1px 0 0 #fff;
     -moz-box-shadow: 0 1px 0 0 #fff;
          box-shadow: 0 1px 0 0 #fff;
}
.comm-hold p {
  margin: 12px 0 0;
  color: #41474a;
  font-size: 14px;
  line-height: 16px;
}

.video-holder {
  overflow: hidden;
}

.video-banner {
  padding: 5px 0 0;
  text-align: center;
}

.g_hidden {
  display: none;
}

.flagging-container {
  display: inline-block !important;
}

#ipadv {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  background: black;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  vertical-align: middle;
}

#ipadvc {
  width: 100%;
  height: 100%;
  text-align: center;
}

.continue-play a, .continue-play a > *, .continue-play a * {
  text-decoration: none;
  vertical-align: middle;
}

.hidden {
  display: none;
}

.success {
  padding: 10px 0;
  color: green;
}

.failture {
  padding: 10px 0;
  color: red;
}

#embed textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  resize: none;
}

#reports {
  -webkit-box-shadow: rgba(0, 0, 0, 0.39844) 0px 1px 3px 0px;
  -webkit-font-smoothing: antialiased;
  background-attachment: scroll;
  -webkit-background-clip: border-box;
     -moz-background-clip: border-box;
       -o-background-clip: border-box;
          background-clip: border-box;
  background-color: white;
  background-image: none;
  -webkit-background-origin: padding-box;
     -moz-background-origin: padding-box;
       -o-background-origin: padding-box;
          background-origin: padding-box;
  border-bottom-color: #333;
  -webkit-border-bottom-left-radius: 5px;
     -moz-border-radius-bottomleft: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
     -moz-border-radius-bottomright: 5px;
          border-bottom-right-radius: 5px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-left-color: #333;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #333;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: #333;
  -webkit-border-top-left-radius: 5px;
     -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
     -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px;
  border-top-style: none;
  border-top-width: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.39844) 0px 1px 3px 0px;
     -moz-box-shadow: rgba(0, 0, 0, 0.39844) 0px 1px 3px 0px;
          box-shadow: rgba(0, 0, 0, 0.39844) 0px 1px 3px 0px;
  clear: none;
  display: inline-block;
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 12px;
  min-width: 0px;
  width: 718px;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  position: static;
  zoom: 1;
}
#reports select, #reports input {
  color: #333;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 18px;
}
#reports textarea, #reports select {
  border: 1px solid #dadada;
  -webkit-border-bottom-left-radius: 5px;
     -moz-border-radius-bottomleft: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
     -moz-border-radius-bottomright: 5px;
          border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
     -moz-border-radius-topleft: 5px;
          border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
     -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px;
}
#reports input {
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 110px;
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
#reports input:hover {
  background: #c0c0c0;
}

.form-reason {
  padding: 10px;
}
.form-reason .row {
  border: 0;
}
.form-reason span {
  display: inline-block;
  vertical-align: middle;
}
.form-reason textarea {
  margin: 10px 0 0;
  width: 100%;
  height: 100px;
  padding: 10px;
}

.form-box {
  overflow: hidden;
  max-width: 600px;
  margin: 60px auto;
  padding-bottom: 20px;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.form-box .section-header {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding: 10px 30px;
}
.form-box .section-header h3 {
  padding-top: 4px;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Asap", arial, sans-serif;
  font-weight: bold;
  color: #000;
}
.form-box .form-group {
  position: relative;
  padding-left: 170px;
  margin-top: 10px;
  padding-right: 30px;
}
.form-box .form-group:first-child {
  margin-top: 0;
}
.form-box .form-group label {
  display: block;
  width: 170px;
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: 10px;
  color: #0c0c0c;
  font-family: "Asap", arial, sans-serif;
}
.form-box .form-group input {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  padding: 12px;
  font-size: 13px;
  color: #555;
  outline: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c8c8c8;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.form-box .btn-group {
  position: relative;
  padding-left: 170px;
  margin-top: 10px;
  padding-right: 30px;
  text-align: right;
}
.form-box .btn-group .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 18px;
  font-size: 13px;
  line-height: 1.42857143;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  min-height: 33px;
  background: #0295c5;
  margin: 0 10px 0 0;
}
.form-box .btn-group .btn:hover {
  background: #087FA6;
}
.form-box p {
  margin: 15px 0 0;
  padding-left: 170px;
}

.private {
  position: absolute;
  left: 0;
  top: -25px;
  z-index: 4;
}


