/*------------------------------------*\
   CONTENTS
\*------------------------------------*/
/*
Note:
- Reaching an asset folder has to begin with /assets/ because of rewrite rules

COMPATIBILITY
OVERRIDES
GENERAL
ICONS
HOVERS & ACTIVE
NAVIGATION
CARDS (RELEASE, MODEL, COLLECTION, SERIES, GALLERY)
CARDS OVERLAY
LAYOUT
FORM
SEARCH
FILTERS
CAROUSEL (GUEST, TRIAL, EXPIRED)
PLAYERUPGRADE (GUEST, TRIAL, EXPIRED)
TIMELINE (GUEST, TRIAL, EXPIRED)
PROMOZONE
FOOTER
CTA-FLOATERS
*/

/*------------------------------------*\
   $COMPATIBILITY
\*------------------------------------*/

.ie7 .trusted-partners > div {
    width: 33.31%;
}

.ie7 .model-card-container .model-card-wrap {
    width: 22%
}

.ie7 .release-card-wrap .release-card.dvd .card-overlay > a > span {
    height: 91%;
}

.ie7 .release-card-wrap .release-card .card-overlay {
    padding-bottom: 11px;
}

/*------------------------------------*\
   $OVERRIDES
\*------------------------------------*/

a em,
var,
.button em {
    font-style: normal
}

/*Remove x button from search field in ie*/
#search-text::-ms-clear {
    display: none;
}

/*------------------------------------*\
   $GENERAL
\*------------------------------------*/
@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/droidsans.eot');
    src: url('../fonts/droidsans.eot?#iefix') format('embedded-opentype'), url('../fonts/droidsans.woff') format('woff'), url('../fonts/droidsans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url('../../../Pub/common/img/layout/bg-lines.png') repeat-y scroll center top transparent;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

a, a:active, a:visited {
    color:#2b86c6;
    text-decoration:none;
    cursor:pointer
}

a:hover {
    color:#369
}

ul {
    list-style: none;
}

em {
    font-style: normal;
}

menu, nav, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.empty {
    padding: 10px;
}

.pornportal-wrapper {
    height: 42px;
    position: relative;
    z-index: 3;
}

.pornportal-wrapper .pornportal-iframe {
    position: absolute;
    top: 0;
    left: 0;
}

#container {
    background-color: #fff;
}

#container > section {
    margin: 0;
    padding-bottom: 20px;
}

abbr,
abbr > span > small {
    font-size: 14px;
    position: relative;
    color: #FFF;
    background-color: #D61772;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    display: inline-block;
    padding: 2px 4px 1px 4px;
    cursor: pointer;
    border-bottom-width: 0;
}

abbr > span {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #FFF;
    padding: 5px;
}

abbr[title],
acronym[title] {
    border-bottom-width: 0;
}

ul:before,
ul:after,
header:before,
header:after,
.model-card-container:before,
.model-card-container:after,
.release-card-container:before,
.release-card-container:after,
.collection-card-container:before,
.collection-card-container:after,
.tag-card-container:before,
.tag-card-container:after {
    content: " ";
    display: table;
}

ul:after,
header:after,
.model-card-container:after,
.release-card-container:after,
.collection-card-container:after,
.tag-card-container:after {
    clear: both;
}

ul,
header,
.model-card-container,
.release-card-container,
.collection-card-container,
.tag-card-container {
    *zoom: 1;
}

.bg-wrapper {
    background: #000 url('../../../Pub/pages/img/layout/peta_kissa_skin.jpg') center top no-repeat;
}

/*------------------------------------*\
   $ICONS
\*------------------------------------*/

.release-card-wrap .release-card .card-overlay .icon-16x16.icon-plus-sign {
    background-position: 1px -95px;
}

.model-card-wrap .model-card .card-overlay .icon-16x16.icon-follow {
    background-position: -311px -23px;
}

.icons, .icon-12x12 {
    background: transparent url('../../../Pub/common/img/icons/icon-12x12.png') left top no-repeat;
    display: block;
    float: left;
    height: 12px;
    margin: 1px 3px 0 0;
    width: 12px;
}

.icon-reset {
    background-position: -60px -24px;
    margin: 3px -3px 0 6px;
}

.icons.icon-arrow-right, .icon-12x12.icon-arrow-right {
    background-position: left top;
    margin: 3px -5px 0 6px;
}

.like-icon, .icon-like {
    background-position: left -48px;
}

.dislike-icon, .icon-dislike {
    background-position: -12px -48px;
}

.icon-new {
    background: url(../../../Pub/common/img/icons/icon-misc.png) no-repeat left top transparent;
    display: none;
    height: 17px;
    width: 28px;
}

.icon-upcoming {
    background: url(../../../Pub/common/img/icons/icon-misc.png) no-repeat -28px top transparent;
    display: none;
    height: 17px;
    width: 58px;
}

.icon-new.active, .icon-upcoming.active {
    display: block;
}

.icon-new.scene-page, .icon-upcoming.scene-page {
    display: inline-block;
    margin-left: 10px;
}

/*------------------------------------*\
   $HOVERS & ACTIVE
\*------------------------------------*/

.btn.disabled {
    cursor: default;
    color: #BBB;
}

/*nav ul li a.active {
    background: #EE4599;
    color: #FFF;
} */

nav ul li a.active:hover {
    color: #FFF;
}

.search-result a:hover,
.search-result a.active {
    color: #70B4E3;
    background-color: #F3F3F3;
}

abbr:hover,
abbr span:hover > small {
    /*background-color: #70B4E3;*/
    background-color: #EE4599;
}

.card-overlay .button.active {
    border-bottom-color: #d61772;

}

/*------------------------------------*\
   $NAVIGATION
\*------------------------------------*/
nav > ul > li {
    padding: 10px 0px;
    float: left;
    text-transform: capitalize;
}

nav > ul li a {
    padding: 5px;
    white-space: nowrap;
}

nav > ul li a.disabled,
nav > ul li a.disabled:hover {
    background-color: #F3F3F3;
    color: #777;
    text-decoration: none;
    cursor: default;
}

#container > section > header > h1 {
    padding: 10px;
}

nav ul.filter-options > li.last {
    float: right;
}

#container > section > nav > ul {
    border-top-width: 0px;
}

footer nav {
    text-align: center;
}

footer nav > ul li {
    display: inline;
    float: none;
}

nav .letters {
    border-top-width: 0px;
    padding: 10px;
}

header > nav > ul > li > h2 {
    padding: 0 5px;
}

nav > ul > li.dropdown {
    position: relative;
}

nav > ul > li.dropdown > ul {
    display: none;
    position: absolute;
    left: -6px;
    top: 42px;
    background: #FFF;
    border: solid 1px #CCC;
    border-top-width: 0px;
    padding: 5px 10px 10px 10px;
}

nav > ul > li.dropdown > ul > li {
    padding: 2px 0;
}

.related-model > li {
    float: left;
    white-space: nowrap;
}

.related-model li h2 {
    display: inline;
}

/*------------------------------------*\
   $CARDS (RELEASE, MODEL, COLLECTION, SERIES, TAG, GALLERY)
\*------------------------------------*/

img.card-main-img {
    display: none;
}

.release-card .icon-new, .release-card .icon-upcoming {
    position: absolute;
    right: 17px;
    top: 17px;
    z-index: 1;
}

.release-card-container,
.model-card-container,
.collection-card-container,
.tag-card-container {
    /*border: 1px solid #CCC;
    border-top-width: 0px;*/
}

.collection-card-container {
    /*border-top-width: 1px;*/
}

.release-card-wrap .release-card .release-card-title,
.release-card-wrap .release-card h4,
.model-card-wrap .model-card h4,
article .tag-card h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.release-card-container > .release-card-wrap,
.container-related-release > section > .release-card-wrap {
    width: 33.33%;
    float: left;
}

.series-card.scene .release-card-container > .release-card-wrap {
    width: 50%;
}

.model-card-container > .model-card-wrap {
    width: 20%;
    float: left;
}

.collection-card-container > .collection-card-wrapper {
    width: 50%;
    float: left;
}

.release-card-wrap .release-card,
.model-card-wrap .model-card,
article .tag-card {
    margin: 10px auto;
}

article .collection-card {
    margin: 10px;
}

.release-card-wrap .release-card.scene,
.release-card-wrap .release-card.bts,
.release-card-wrap .release-card.trailer {
    width: 300px;
    height: 260px;
    overflow: hidden;
}

.collection-card .release-card-wrap .release-card.scene,
.collection-card .release-card-wrap .release-card.bts,
.collection-card .release-card-wrap .release-card.trailer {
    width: 230px;
    height: 192px;
}

.release-card-wrap .release-card.dvd,
.release-card-wrap .release-card.trailer {
    width: 274px;
    height: 455px;
}

.release-card-wrap .release-card time {
    display: block;
}

.model-card-wrap .model-card img {
    width: 174px;
    height: 267px;
}

.model-card-wrap .model-card {
    width: 174px;
}

.model-card-wrap .model-card .model-information span {
    display: block;
}

article .collection-card {
    height: 386px;
    overflow: hidden;
}

article .series-card {
    height: 404px;
    overflow: hidden;
    margin: 10px 0;
    border: solid 1px #CCC;
    padding: 10px;
    overflow: hidden;
}

article .series-card.scene {
    height: 304px;
}

article .series-card.scene p {
    overflow: hidden;
    max-height: 150px;
}

article .collection-card > div,
article .series-card > div {
    float: right;
    width: 49%;;
    height: 100%;
    position: relative;
}

article .series-card > div {
    width: 69%;
}

article .collection-card > div:first-child,
article .series-card > div:first-child {
    float: left;
}

article .series-card > div:first-child {
    width: 29%;
}

.release-card-wrap .collection-card > div > .release-card-wrap > .release-card img,
.release-card-wrap .series-card > div > .release-card-wrap > .release-card img {
    width: 100%;
    /*height: 297px;*/
}

article .collection-card > div > p,
article .series-card > div > p {
    margin: 0;
    font-size: 14px;
    color: #999;
}

article .collection-card > div:first-child p,
article .series-card > div:first-child p {
    margin: 10px 0;
}

article .collection-card > div > a,
article .series-card > div > a {
    position: absolute;
    bottom: 0px;
}

.tag-card-container > article {
    width: 25%;
    float: left;
}

article .tag-card {
    width: 200px;
}

.release-card-wrap .release-card.gallery {
    width: 267px;
    height: 194px;
}

.release-card-wrap .release-card.gallery > a {
    width: 267px;
    height: 174px;
    background-color: #F3F3F3;
    display: block;
    overflow: hidden;
    text-align: center;
}

body.one-night-in-the-valley .bg-wrapper,
body.brazzers-worldwide-paris .bg-wrapper,
body.brazzers-worldwide-budapest .bg-wrapper,
body.lustbite .bg-wrapper {
    background: none;
}
/*------------------------------------*\
   $CARDS OVERLAY
\*------------------------------------*/

.release-card-wrap .release-card .card-overlay,
.model-card-wrap .model-card .card-overlay {
    display: none;
    z-index: 2;
    position: absolute;
    background-color: #333;
    padding: 6px 20px 6px 6px;
}

.release-card-wrap .release-card.scene .card-overlay a.sample-picker {
    position: relative;
    display: block;
    width: 188px;
    height: 155px;
}

.release-card-wrap .release-card .card-overlay > aside li,
.model-card-wrap .model-card .card-overlay > aside li {
    display: inline;
}

.release-card-wrap .release-card.dvd .card-overlay,
.model-card-wrap .model-card .card-overlay {
    padding: 6px 6px 10px 6px;
}

.release-card-wrap .release-card.scene .card-overlay > a,
.release-card-wrap .release-card.bts .card-overlay > a,
.release-card-wrap .release-card.trailer .card-overlay > a {
    position: relative;
    display: block;
    width: 274px;
    height: 152px;
}

.release-card-wrap .release-card.scene .card-image > a,
.release-card-wrap .release-card.bts .card-image > a,
.release-card-wrap .release-card.trailer .card-image > a {
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
}

.release-card-wrap .release-card.bts .card-overlay > a,
.release-card-wrap .release-card.trailer .card-overlay > a {
    height: 157px;
}

.release-card-wrap .release-card.dvd .card-overlay > a {
    position: relative;
    display: block;
    width: 262px;
    height: 371px;
}

.release-card-wrap .release-card.dvd .card-image > a {
    position: relative;
    display: block;
    width: 274px;
    height: 387px;
}

.collection-card .release-card-wrap .release-card.dvd .card-image > a,
.series-card .release-card-wrap .release-card.dvd .card-image > a {
    width: 210px;
    height: 299px;
}

.collection-card .release-card-wrap .release-card.dvd .card-overlay > a,
.series-card .release-card-wrap .release-card.dvd .card-overlay > a {
    width: 198px;
    height: 283px;
}

.release-card-wrap .release-card .card-overlay > a > span {
    width: 19%;
    margin: 0 2px 0 0;
    height: 100%;
    position: relative;
    border: solid 0px #777;
    border-bottom-width: 5px;
    display: block;
    float: left;
    background: url('../../../../../Wpe/Platform/Common/common/global/img/blank.gif') repeat;
}

.release-card-wrap .release-card .card-overlay > a > span.last {
    margin: 0;
}

.release-card-wrap .release-card.dvd .card-overlay > a > span {
    z-index: 1;
    height: 91.7%;
    width: 49.5%;
    margin: 0;
}

.collection-card .release-card-wrap .release-card.dvd .card-overlay > a > span,
.series-card .release-card-wrap .release-card.dvd .card-overlay > a > span {
    height: 89%;
}

.release-card-wrap .release-card.dvd .card-overlay > a > span.last {
    float: right;
}

.release-card-wrap .release-card .card-image > a {
    background: #cecece url("../../../Pub/common/img/card-preload.gif") no-repeat center center;
}

.release-card-wrap .release-card .card-image img {
    /*width: 200px;
    height: 200px;*/
    width: 100%;
    height: 100%;
}

.release-card-wrap .release-card .card-image img.lazy-img {
    color: #cecece;
}

.release-card-wrap .release-card.scene .card-overlay img,
.release-card-wrap .release-card.bts .card-overlay img,
.release-card-wrap .release-card.trailer .card-overlay img,
.release-card-wrap .release-card.dvd .card-overlay img {
    position: absolute;
    top: 0;
    left: 0;
}

/*.model-card-wrap .model-card .card-overlay img {
    width: 162px;
    height: 251px;
}*/

.release-card-wrap .release-card.scene .card-overlay aside,
.release-card-wrap .release-card.bts .card-overlay aside,
.release-card-wrap .release-card.trailer .card-overlay aside {
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    width: 40px;
    height: 100%;
}

.release-card-wrap .release-card.dvd .card-overlay aside,
.model-card-wrap .model-card .card-overlay aside {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #333;
    width: 100%;
}

.release-card-wrap .release-card.scene .card-overlay .icon-16x16,
.release-card-wrap .release-card.bts .card-overlay .icon-16x16,
.release-card-wrap .release-card.trailer .card-overlay .icon-16x16 {
    margin: 13px 0 0 13px;
    float: none;
}

.model-card-wrap .model-card .card-overlay .icon-16x16 {
    margin: 8px 0 12px 13px;
}

.release-card-wrap .release-card.dvd .card-overlay .icon-16x16 {
    margin: 13px 0 12px 13px;
}

.release-card-wrap .release-card .card-overlay .last .icon-16x16,
.model-card-wrap .model-card .card-overlay .last .icon-16x16 {
    margin: 0;
    padding: 0;
}

.release-card-wrap .release-card.scene .card-overlay > aside li.last,
.release-card-wrap .release-card.bts .card-overlay > aside li.last,
.release-card-wrap .release-card.trailer .card-overlay > aside li.last {
    position: absolute;
    bottom: 6px;
}

.release-card-wrap .release-card.dvd .card-overlay .last,
.model-card-wrap .model-card .card-overlay .last {
    float: right;
}

.release-card-wrap .card-overlay .last a {
    padding: 4px 6px;
    margin: 5px 5px 0 5px;
}

.release-card-wrap .release-card.dvd .card-overlay .last a,
.model-card-wrap .model-card .card-overlay .last a {
    margin: 5px;
}

.release-card-wrap .release-card.dvd .card-overlay .last a {
    margin: 10px 5px 5px 5px;
}

/*------------------------------------*\
   $LAYOUT
\*------------------------------------*/

body > #container {
    background-color: #FFF;
}

body > header {
    position: relative;
    z-index: 7;
}

body > header > nav,
#container,
footer > section {
    width: 974px;
    margin: 0 auto;
}

/*#container {
    margin: 10px auto;
}*/

header .site-header {
    margin: 20px 0 10px;
}

header .site-header .logo {
    float: left;
}

header .site-header .search-form {
    float: right;
}

/*------------------------------------*\
   $FORM
\*------------------------------------*/

.error {
    color: #c00000;
}

form .date img {
    display: none;
}

form .icon-calendar {
    float: none;
    position: relative;
    top: 2px;
    left: 1px;
    cursor: pointer;
}

form aside.tool-tip.icon-16x16.icon-error {
    float: none;
    background-position: -91px -91px;
}

form .date aside.tool-tip {
    position: absolute;
    left: inherit;
    top: inherit;
}

form aside.tool-tip {
    display: inline-block;
    height: 24px;
    width: 24px;
    position: relative;
    left: -30px;
    top: 2px;
}

form aside.tool-tip:hover > div {
    display: block;
}

form aside.tool-tip > div {
    display: none;
    left: -117px;
    position: absolute;
    text-align: center;
    bottom: 21px;
    white-space: nowrap;
}

form aside.tool-tip > div > ul {
    cursor: default;
    margin: 0;
    padding: 10px;
    color: #FFF;
    list-style: none;
    font-weight: bold;
    text-shadow: 0 -1px rgba(0, 0, 0, 1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .33);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .33);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .33);
    background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 0%, #131313 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(100%, #131313));
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #131313 100%);
    background: -o-linear-gradient(top, #4c4c4c 0%, #131313 100%);
    background: -ms-linear-gradient(top, #4c4c4c 0%, #131313 100%);
    background: linear-gradient(to bottom, #4c4c4c 0%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

form aside.tool-tip > div > div {
    border-color: #212121 transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    display: block;
    height: 0;
    margin: 0 auto;
    width: 0;
    position: relative;
    top: 0px;
}

form .radio aside.tool-tip,
form .checkbox aside.tool-tip {
    top: 0;
    left: 0;
    height: 16px;
}

form .radio aside.tool-tip.icon-16x16.icon-error,
form .checkbox aside.tool-tip.icon-16x16.icon-error {
    background-position: -91px -95px;
}

form .select aside.tool-tip {
    left: -53px;
    top: -4px;
}

form .error-block {
    padding: 10px;
    margin: 0 0 10px 0;
    border: solid 1px #CCC;
    color: #333;
}

form .error-inline {
    color: #333;
}

/*------------------------------------*\
   $SEARCH
\*------------------------------------*/

.search-form {
    float: right;
    position: relative;
}

.search-result {
    display: none;
    width: 100%;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 7;
    background-color: white;
}

.search-submit {
    margin: 0 0 10px 0;
}

.search-result.active {
    display: block;
}

.search-result h4 {
    padding: 5px 10px;
}

.search-result a {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border-bottom: solid 1px #EEE;
}

.search-result li:last-child a {
    border: none;
}

.search-loader {
    position: absolute;
    background: url('../../../Pub/common/img/nav/live-search-submit-btn.png') no-repeat scroll left 3px transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 30px;
    width: 46px;

    top: 10px;
    right: 45px;
}

.typeahead.dropdown-menu {
    position: absolute;
    z-index: 200;
}

.typeahead.dropdown-menu {
    background: white !important;
    -moz-box-shadow: 0 5px 6px #999;
    -webkit-box-shadow: 0 5px 6px #999;
    box-shadow: 0 5px 6px #999;
    padding: 5px 5px 0px 5px;
    width: 182px;
    margin-left: -2px;
}

.typeahead.dropdown-menu li a, .typeahead.dropdown-menu li h4 {
    border-bottom: 1px solid #eee;
    color: #868787;
    font-size: 12px;
    font-family: arial, sans-serif;
    line-height: 14px;
    display: block;
    padding: 8px 6px;
    zoom: 1;
    text-decoration: none;
}

.typeahead.dropdown-menu li small {
    display: none;
}

.typeahead.dropdown-menu li a strong {
    font-weight: bold;
    color: #3d3d3d;
    text-decoration: none;
}

.typeahead.dropdown-menu li.active a {
    padding-left: 10px;
    color: #2b86c6;
}

.typeahead.dropdown-menu li.active a strong {
    color: #2b86c6;
}

.no-result-found {
    float: left;
    color: #1a1a1a;
    font-family: 'Droid Sans';
    font-weight: normal;
    padding: 50px 30px 50px 40px;
    width: 330px;
}

.no-result-found.centered {
    text-align: center;
    display: block;
    min-height: 400px;
    width: 93%;
}

.no-result-found p.h4, .no-result-found h4 {
    font-size: 44px;
    font-weight: normal;
}

.no-result-found p.h5, .no-result-found h5 {
    font-size: 21px;
    font-weight: normal;
    margin-top: 2px;
}

.no-result-found p {
    font-size: 12px;
    margin-top: 15px;
    font-family: arial;
}
/*------------------------------------*\
   $FILTERS
\*------------------------------------*/
nav > ul.filter-options a {
    display: block;
    padding: 3px 5px;
}

nav > ul.filter-options > li.last a {
    padding: 2px 9px;
}

nav > ul.filter-options a > span {
    display: none;
}

nav > ul.filter-options a.active > span {
    display: block;
}

/*------------------------------------*\
   $CAROUSEL (GUEST, TRIAL, EXPIRED)
\*------------------------------------*/

.page-release .release-information .jcarousel-container-horizontal {
    padding: 5px;
}

.page-release .release-information .hq-pictures .jcarousel-container-horizontal {
    padding: 57px 45px;
}

.page-release .release-information .jcarousel-container li {
    width: 150px;
    overflow: hidden;
}

.page-release .release-information .jcarousel-container li > a {
    border: 3px solid #EBEBEB;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: -8px;
    width: 47px;
    height: 70px;
    cursor: pointer;
    background: transparent url(../../../Pub/common/img/carousel-arrow.png) no-repeat 0 -70px;
}

.jcarousel-skin-default .jcarousel-next-horizontal:hover {
    background-position: -40px -70px;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -35px;
    width: 47px;
    height: 70px;
    cursor: pointer;
    background: transparent url(../../../Pub/common/img/carousel-arrow.png) no-repeat 7px 0;
}

.jcarousel-skin-default .jcarousel-prev-horizontal:hover {
    background-position: -33px 0;
}

.jcarousel-next-disabled, .jcarousel-prev-disabled {
    display: none !important;
}

.page-release .release-information #models-carousel li {
    width: 202px;
    height: inherit;
}

.page-release .release-information #models-carousel li img {
    width: 202px;
    height: 306px;
    max-width: inherit;
}

.page-release .release-information #models-carousel li span {
    display: block;
    background-color: #FFF;
    padding: 10px;
}

/*------------------------------------*\
   $PLAYERUPGRADE (GUEST, TRIAL, EXPIRED)
\*------------------------------------*/

.page-release .release-player > div > div {
    float: left;
    max-width: 624px;
}

.page-release .release-player > div > aside {
    float: right;
}

.page-release .release-player .player-video {
    width: 624px;
}

.page-release .release-player .player-video .trailer-player {
    width: 100%;
    height: 324px;
    margin: 0;
}

.page-release .release-player .player-video .trailer-player img {
    height: 324px;
}

.page-release .release-player .player-video .trailer-player > p {
    position: absolute;
    top: 161px;
    left: 48px;
    margin: 0;
    font-size: 22px;
}

.page-release .release-information .release-card-wrap:first-child {
    float: left;
    width: 240px;
}

/*.page-release .release-information .release-card-wrap {
    float: right;
    width: 720px;
    overflow: hidden;
} */

.page-release .release-information header {
    padding: 10px;
    border: solid 1px #CCC;
}

/*------------------------------------*\
   $TIMELINE (GUEST, TRIAL, EXPIRED)
\*------------------------------------*/

.page-release .release-information .timeline li {
    background: #F3F3F3;
    font-size: 12px;
    margin: 5px 0;
    position: relative;
}

.page-release .release-information .timeline li:hover {
    cursor: default;
}

.page-release .release-information .timeline span {
    position: absolute;
    height: 100%;
    display: block;
    z-index: 1;
    background: #d61772;
    background: -moz-linear-gradient(top, #d61772 0%, #ee4599 50%, #d61772 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d61772), color-stop(50%, #ee4599), color-stop(100%, #d61772));
    background: -webkit-linear-gradient(top, #d61772 0%, #ee4599 50%, #d61772 100%);
    background: -o-linear-gradient(top, #d61772 0%, #ee4599 50%, #d61772 100%);
    background: -ms-linear-gradient(top, #d61772 0%, #ee4599 50%, #d61772 100%);
    background: linear-gradient(to bottom, #d61772 0%, #ee4599 50%, #d61772 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d61772', endColorstr='#d61772', GradientType=0);
    box-shadow: inset 1px 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 1px 2px 6px rgba(0, 0, 0, 0.3);
}

page-release .release-information .timeline li:hover span {
    opacity: 0.6;
}

.page-release .release-information .timeline li > div {
    padding: 5px;
    z-index: 2;
    position: relative;
}

.page-release .release-information .timeline var {
    font-weight: bold;
}

/*------------------------------------*\
   $PROMOZONE
\*------------------------------------*/

.trusted-partners > div {
    float: left;
    width: 33.33%;
}

.trusted-partners div img {
    display: block;
    margin: 0 auto;
}

.trusted-partners > header {
    border: solid 1px #CCC;
}

.trusted-partners > header h3 {
    display: inline-block;
    padding: 10px 5px 10px 10px;
}

/*------------------------------------*\
   $FOOTER
\*------------------------------------*/

footer {
    font-size: 12px;
    background-color: #000;
    color: #666;
    width: 100%;
}

footer .copyright{
    font-size: 13px;
    line-height: 16px;
}

footer nav > ul {
    font-size: 14px;
    border: none;
}

footer > section {
    background-color: #0C0C0C;
}

footer > section > div {
    padding: 0 40px;
}

footer > section > div > div:first-child {
    float: left;
    width: 275px;
}

footer > section > div > div {
    float: right;
    width: 615px;
    margin-top: 30px;
}

footer > section > div > div p {
    line-height: 16px;
}

footer > section > div > div p:first-child {
    margin-top: 0;
}

footer > section > div > div ul {
    margin: 10px 0;
}

footer > section > div > div ul li:first-child {
    padding: 0 10px 0 0;
    border-left-width: 0px;
}

footer > section > div > div ul li {
    float: left;
    padding: 0 10px;
    border: solid 0px #CCC;
    border-left-width: 1px;
}

footer span.icon-gift:hover {
    background-color: rgba(255, 0, 0, .25);
}

footer .logo {
    display: block;
    height: 50px;
    width: 194px;
    color: transparent;
}

footer .logo-bz {
    background: transparent url("../../../Pub/common/img/logos/brazzers_small_logo.png") top left no-repeat;
}

footer .logo-bzn {
    background: transparent url("../../../Pub/common/img/logos/bzn_small_logo.png") top left no-repeat;
}

footer > section > div > div .footer-biller-section {
    padding: 10px 0;
}

footer > section > div > div .footer-biller-section p {
    margin: 0;
}

footer .contact-us {
    margin: 0;
}

footer .png {
    margin-top: 10px;
}

footer a,
footer a:active,
footer a:visited {
    color: #FFF;
}

footer a:hover {
    color: #CCC;
}

footer .footer-biller-section .probiller-holder {
    position: relative;
    float: left;
    width: 500px;
    margin-top: 14px;
}

.probiller-holder .pro-biller-logo {
    display: block;
    background: url('../img/logos/pro-biller-logo.png') no-repeat scroll 0 0 transparent;
    bottom: 0;
    left: -7px;
    height: 31px;
    position: relative;
}

.probiller-holder .pro-biller-text {
    color: #AAA;
    bottom: 17px;
    float: left;
    font-size: 13px;
    left: 133px;
    position: relative;
}

.probiller-holder .pro-biller-text span {
    font-weight: bold;
    color: #FFF;
}

/*------------------------------------*\
   $HEADER
\*------------------------------------*/
header nav:first-child {
    background: url('../../../Pub/common/img/layout/header-bar.png') repeat;
    height: 51px;
    overflow: hidden;
    text-align: left;
    width: 100%;
}

header nav:first-child ul {
    width: 974px;
    margin: 0 auto;
    border: transparent;
}

header li:first-child .logo a {
    display: block;
    line-height: 25px;
    width: 269px;
    float: left;
    margin: 0;
    padding: 0;
}

header li:first-child .logo a.bzn-logo-link {
    padding: 5px;
}

header li:first-child .logo a.bz-logo-link {
    padding: 14px 5px 11px 5px;
}

header nav:first-child li:first-child {
    padding: 0;
}

/*------------------------------------*\
   $TOP MENU
\*------------------------------------*/
.navigation {
    display: block;
    height: 42px;
    background: url(../../../Pub/common/img/nav/nav-bg.png) 0 -3px repeat-x;
    width: 100%;
}

.navigation > ul {
    width: 974px;
    margin: 0 auto;
    border: transparent;
}

.navigation a.nav-main-home {
    border-left: 1px solid #C3C3C3;
    padding: 10px 13px 11px;
    background-color: transparent;
    color: transparent;
}

.navigation li {
    padding: 2px 0 0 0;
}

.navigation > ul > li > a {
    line-height: 39px;
    background: -moz-linear-gradient(top, #ebebec 0, #f1f1f1 56%, #e1e1e1 62%, #e2e3e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebec), color-stop(56%, #f1f1f1), color-stop(62%, #e1e1e1), color-stop(100%, #e2e3e4));
    background: -webkit-linear-gradient(top, #ebebec 0, #f1f1f1 56%, #e1e1e1 62%, #e2e3e4 100%);
    background: -o-linear-gradient(top, #ebebec 0, #f1f1f1 56%, #e1e1e1 62%, #e2e3e4 100%);
    background: -ms-linear-gradient(top, #ebebec 0, #f1f1f1 56%, #e1e1e1 62%, #e2e3e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebec', endColorstr='#e2e3e4', GradientType=0);
    background: linear-gradient(top, #ebebec 0, #f1f1f1 56%, #e1e1e1 62%, #e2e3e4 100%);
    border-left: 1px solid #FFF;
    border-right: 1px solid #C3C3C3;
    color: #1A1A1A;
    display: block;
    font-family: 'Droid Sans', arial, serif;
    font-size: 17px;
    padding: 0 15px;
    letter-spacing: -1px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFF
}

.navigation > ul > li > a:hover,
.navigation > ul > li > a.active {
    background: #242424;
    background: -moz-linear-gradient(top, #242424 0, #242424 57%, #0A0A0A 77%, #0A0A0A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #242424), color-stop(57%, #242424), color-stop(77%, #0A0A0A), color-stop(100%, #0A0A0A));
    background: -webkit-linear-gradient(top, #242424 0, #242424 57%, #0A0A0A 77%, #0A0A0A 100%);
    background: -o-linear-gradient(top, #242424 0, #242424 57%, #0A0A0A 77%, #0A0A0A 100%);
    background: -ms-linear-gradient(top, #242424 0, #242424 57%, #0A0A0A 77%, #0A0A0A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#0A0A0A', GradientType=0);
    background: linear-gradient(top, #242424 0, #242424 57%, #0A0A0A 77%, #0A0A0A 100%);
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #FBC926;
    text-shadow: 0 1px 0 #000
}

.navigation > ul > li.last > div .clear-search {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 11px;
    left: 142px;
    background: url('../../../Pub/common/img/clear.png') 0 0 no-repeat;
    cursor: pointer;
    display: none;
}

a.nav-main-home span {
    background: url(../../../Pub/common/img/nav/menu-home.png) no-repeat scroll left top transparent;
    display: block;
    height: 16px;
    margin-top: 2px;
    width: 17px;
    color: transparent;
}

.nav-main-home:hover span {
    background-position: left -16px
}

.navigation > ul > li.last {
    padding-top: 4px;
    float: right
}

.ie7 .navigation > ul > li.last {
    width: 206px;
}

.ie8 .navigation > ul > li.last {
    width: 206px;
}

.navigation > ul > li.last > div {
    background: none repeat scroll 0 0 #FAFAFA;
    border-color: #D9D9D9 #FFF #FFF #D9D9D9;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    overflow: hidden;
    height: 32px;
}

body > header > .navigation > ul > li.last > div {
    overflow: visible;
}

li.last input.input-text {
    color: #666;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    float: left;
    font-family: 'Droid Sans', arial, serif;
    font-size: 13px;
    outline: 0 none;
    height: auto;
    margin: 0;
    padding: 8px 4px 6px;
    width: 150px;
}

li.last input.input-text:focus, li.last input.input-text:active {
    box-shadow: none;
    outline: none;
}

.last .input-button {
    background: url('../../../Pub/common/img/nav/live-search-submit-btn.png') no-repeat scroll left 3px transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 30px;
    width: 46px
}

/*------------------------------------*\
  $ACTIONBUTTON
\*------------------------------------*/
a.button-header {
    background: transparent url(../../../Pub/common/img/buttons/action-button.png) left top no-repeat;
    color: #B2B2B2;
    padding: 0 0 0 11px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000000;
    -moz-text-shadow: 0 -1px 0 #000000;
    -webkit-text-shadow: 0 -1px 0 #000000;
    border-bottom-color: transparent;
    text-decoration: none;
    display: block;
    cursor: pointer;
    line-height: 1.231;
    margin: 0 8px 2px 0;
    zoom: 1;
}

a:hover.button-header {
    background-position: left -44px;
}

a.button-header em {
    background: transparent url(../../../Pub/common/img/buttons/action-button.png) right top no-repeat;
    margin-right: -10px;
    padding: 9px 18px 10px 8px;
    position: relative;
    font: 14px/1.231 arial, verdana;
    display: block;
}

a:hover.button-header em {
    background-position: right -44px;
}

.ie7 a.button-header em {
    position: relative;
    zoom: 1;
}

a.button-join {
    background-position: left -132px;
    text-shadow: 0 1px 0 #FFF000;
    -moz-text-shadow: 0 1px 0 #FFF000;
    -webkit-text-shadow: 0 1px 0 #FFF000;
}

a:hover.button-join {
    background-position: left -176px;
    text-shadow: 0 1px 0 #ffa60e;
    -moz-text-shadow: 0 1px 0 #ffa60e;
    -webkit-text-shadow: 0 1px 0 #ffa60e;
}

a.button-join em {
    background-position: right -132px;
    color: #1A1A1A;
    font-weight: bold;
}

a:hover.button-join em {
    background-position: right -176px;
}

/*
a.large-action-button {
    background-position: left -184px;
    -moz-text-shadow: 0 1px 0 #fff000;
    -webkit-text-shadow: 0 1px 0 #fff000;
    text-shadow: 0 1px 0 #fff000;
    background: transparent url('../../../Pub/common/img/buttons/large-action-button.png') left top no-repeat;
    color: #b2b2b2;
    font-size: 18px;
    font-family: arial,verdana;
    float: left;
    display: block;
    letter-spacing: 0;
    margin: 0 12px 2px 0;
    padding-left: 11px;
    position: relative;
    overflow: visible;
    -moz-text-shadow: 0 -1px 0 #000;
    -webkit-text-shadow: 0 -1px 0 #000;
    text-shadow: 0 -1px 0 #000;
    }
}

*/
/*------------------------------------*\
  $COMMON SECTION HEADER
\*------------------------------------*/
.section-header {
    padding: 20px 22px 10px;
    margin: 0 !important;
    background: transparent url(../../../Pub/common/img/layout/section.png) top left repeat-x;
}

.release-card-container.special-category {
    background: transparent url(../../../Pub/common/img/layout/section.png) top left repeat-x;
}

.section-tag-container {
    background: none !important;
}

.section-tag-container .tag-cloud {
    font-size: 50px;
    margin: 10px 40px 20px;
    text-align: center;
}

.section-tag-container .tag-cloud li {
    display: block;
    font-family: 'Droid Sans';
    float: left;
    height: 40px;
    margin: 5px;
    text-align: center
}

.section-tag-container .section-content-tag {
    padding: 30px 0 20px 23px;
    background: transparent url('../../../Pub/common/img/layout/section-content.png') top left repeat-x;
    zoom: 1;
}

.section-tag-container .tag-cloud li a {
    display: inline;
    float: left;
    padding: 5px 8px;
    margin: 5px 0;
    text-decoration: none;
}

.section-tag-container .tag-cloud li a:hover {
    background: #2b86c6;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
}

.section-tag-container .tag-cloud li a.tag-cloud-size-1 {
    font-size: 30%;
}

.section-tag-container .tag-cloud li a.tag-cloud-size-2 {
    font-size: 35%;
}

.section-tag-container .tag-cloud li a.tag-cloud-size-3 {
    font-size: 40%;
}

.section-tag-container .tag-cloud li a.tag-cloud-size-4 {
    font-size: 45%;
}

.section-tag-container .tag-cloud li a.tag-cloud-size-5 {
    font-size: 50%;
    font-weight: bold;
}

.section-tag-container .tag-cloud li a.tag-cloud-size-6 {
    font-size: 60%;
    font-weight: bold;
}

/*------------------------------------*\
  $MODEL CARD
\*------------------------------------*/
.model-card-container {
    background-color: #FFF;
    padding: 30px 0 0 24px;
    margin: 0;
    zoom: 1;
    background: transparent url('../../../Pub/common/img/layout/section-content.png') top left repeat-x;
}

.model-card-container .model-card-wrap {
    background-color: #EBEBEB;
    float: left;
    margin: 4px;
    padding: 7px 7px 0;
    width: 208px;
}

.ie7 .model-card-container .model-card-wrap {
    width: 208px;
}

.model-card-wrap .model-card {
    width: 210px;
    margin: 0 auto;
}

.model-card .card-image {
    position: relative;
    background-color: #FFF;
    padding: 5px;
    width: 200px;
}

.model-card .card-image:hover {
    background-color: #FBC926;
}

.model-card-wrap .model-card .card-image > a {
    background: #cecece url("../../../Pub/common/img/card-preload.gif") no-repeat center center;
    display: block;
    height: 270px;
}

.model-card-wrap .model-card img {
    width: 200px;
    height: 270px;
}

.model-card-wrap .model-card img.lazy-img {
    color: #cecece;
}

.model-card-wrap .model-card .latest-tab {
    background-color: #FFF;
    color: #999;
    font-family: Roboto, Arial , Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    height: 13px;
    padding-left: 3px;
    position: relative;
    text-transform: uppercase;
    width: 83px;
    z-index: 1;
}


.model-card-wrap .model-card .latest-tab:after {
    display: block;
    content:" ";
    width: 12px;
    height: 13px;
    top: 0;
    background-color: #FFF;
    position: absolute;
    right: -6px;
    transform:skewX(45deg);
    -ms-transform:skewX(45deg);
    -webkit-transform:skewX(45deg);
    z-index: -1;
}

.model-card-wrap .model-card .model-latest-scene a,
.model-card-wrap .model-card .model-latest-scene a:hover
.model-card-wrap .model-card .model-latest-scene a:active {
    color: #999;
    display: block;
}

.model-card-wrap .model-card .model-latest-scene {
    margin: 11px 0 9px 0;
}

.model-card-wrap .model-card img.latest-scene-thumb {
    border: 3px solid #fff;
    height: 135px;
    width: 202px;
}

.model-card-wrap .model-card .model-card-title a,
.model-card-wrap .model-card h2 a,
.model-card-wrap .model-card h4 a {
    position: relative;
    white-space: nowrap;
    font-family: 'Droid Sans', arial, serif;
    font-weight: normal;
    font-size: 23px;
    color: #C3922E;
    display: block;
    height: 30px;
    letter-spacing: -1px;
    margin: 6px 0 6px 5px;
    overflow: hidden;
    width: 200px;
    text-decoration: none;
}

.model-card-title .highlight {
    text-decoration: underline;
}

.model-card-wrap .model-card h4 a:hover {
    color: #C3922E;
}

a.label-scene:hover {
    background: none repeat 0 0 #60B7F9;
}

a.label-scene:hover .view-amount {
    color: #FFF;
    background: none repeat scroll 0 0 #2b86c6;
}

a.label-scene:hover .label-text {
    background: none repeat scroll 0 0 #60B7F9;
    color: #FFF;
}

.model-information .label-scene {
    float: left;
    margin-left: 5px;
    position: relative;
}

.label-scene {
    background: url(../../../Pub/common/img/bg-hash.png) repeat 0 0 #FFF;
    padding: 0 5px 0 0;
}

.view-amount {
    background: none repeat 0 0 #404040;
    color: #FFF;
    float: left;
    font: bold 12px arial;
    line-height: 20px;
    padding: 0 4px;
    letter-spacing: 0.5px;
    width: auto;
    text-align: center;
    text-decoration: none;
}

.label-text {
    color: #404040;
    float: left;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 0 5px;
    line-height: 20px;
    text-transform: uppercase;
}

a.label-scene {
    text-decoration: none;
}

.ie7 a.label-scene {
    text-decoration: none;
}

.label-rating {
    float: right;
    margin: 3px 5px 0 0;
    color: #FFF;
    font: bold 10px verdana, arial, sans-serif;
    height: 14px;
    line-height: 14px;
}

.label-rating span {
    float: left;
}

.label-rating .likes, .label-rating .label-like {
    background: #999999;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: 0 -1px 0 #616161;
    -moz-box-shadow: 0 -1px 0 #616161;
    box-shadow: 0 -1px 0 #616161;
    display: block;
    float: left;
    height: 14px;
    padding: 2px 4px;
}

.label-rating .dislikes, .label-rating .label-dislike {
    background: #b1b1b1;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: 0 -1px 0 #616161;
    -moz-box-shadow: 0 -1px 0 #616161;
    box-shadow: 0 -1px 0 #616161;
    float: left;
    display: block;
    padding: 2px 4px;
    height: 14px;
}

a:active.nav-button, a.active.nav-button, a:active.nav-icon-button, a.active.nav-icon-button {
    background: -moz-linear-gradient(top, #6e7072 0%, #929497 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e7072), color-stop(100%, #929497));
    background: -webkit-linear-gradient(top, #6e7072 0%, #929497 100%);
    background: -o-linear-gradient(top, #6e7072 0%, #929497 100%);
    background: -ms-linear-gradient(top, #6e7072 0%, #929497 100%);
    background: linear-gradient(top, #6e7072 0%, #929497 100%);
    border-top: 1px solid #ACACAC;
    border-bottom: 1px solid #464646;
    border-color: #ACACAC #7d7d7d #464646 #7d7d7d;
    box-shadow: 0 0 1px #464646;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e7072', endColorstr='#929497', GradientType=0);
    text-shadow: 0 -1px 0 #464646;
    -moz-text-shadow: 0 -1px 0 #464646;
    -moz-box-shadow: 0 0 1px #464646;
    -webkit-box-shadow: 0 0 1px #464646;
    -webkit-text-shadow: 0 -1px 0 #464646;
}

/*------------------------------------*\
  $RELEASE CARD
\*------------------------------------*/
.release-card-container .release-card-wrap {
    display: block;
    float: left;
    height: 315px;
    margin: 0 8px 10px 0;
    width: 224px;
}

.release-card-wrap .release-card.scene, .release-card-wrap .release-card.bts, .release-card-wrap .release-card.trailer {
    width: 224px;
    height: 315px;
}

.release-card .card-image {
    background: transparent url(../../../Pub/common/img/product-bg-stripe.png) top left repeat;
    display: block;
    height: 200px;
    padding: 12px;
    position: relative;
    width: 200px;
}

.release-card .scene-card-info {
    background: rgb(255, 255, 255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODklIiBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 25%, rgba(235, 235, 235, 1) 89%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, rgba(255, 255, 255, 1)), color-stop(89%, rgba(235, 235, 235, 1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 25%, rgba(235, 235, 235, 1) 89%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 25%, rgba(235, 235, 235, 1) 89%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 25%, rgba(235, 235, 235, 1) 89%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 25%, rgba(235, 235, 235, 1) 89%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=1); /* IE6-8 fallback on horizontal gradient */

    height: 81px;
    margin: 2px 0;
    padding: 8px 12px 0;
    position: relative;
    width: 200px;
}

.release-card .scene-card-info .scene-card-title,
.release-card .scene-card-info h4 {
    display: block;
    font-size: 18px;
    height: 22px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 200px;
    overflow: hidden;
}

.scene-card-info .scene-card-title a,
.scene-card-info h4 a {
    color: #231F20;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.01mm;
    line-height: 1.3;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 200px;
    height: 18px;
    text-decoration: none;
}

.scene-card-info .label-rating, .scene-description .label-rating {
    margin-top: 0;
}

.release-card .model-names {
    color: #666;
    display: block;
    font-size: 13px;
    height: 15px;
    overflow: hidden;
    padding: 1px 0;
    position: relative;
    top: -2px;
    white-space: nowrap;
    width: 200px;
}

.release-card .model-names a {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.release-card time {
    color: #A6A6A6;
    font-size: 10px;
    height: 18px;
    display: block;
}

a.collection {
    background: none repeat 0 0 #C8B36B;
    -webkit-box-shadow: 0 1px 0 #84744E;
    -moz-box-shadow: 0 1px 0 #84744E;
    box-shadow: 0 1px 0 #84744E;
    display: block;
    left: 11px;
    position: absolute;
    z-index: 4;
    height: 17px;
    margin: 0 0 1px;
    *text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

a.collection:hover {
    background: none repeat 0 0 #A9955C;
    *text-decoration: none;
}

.label-left-box {
    background: none repeat 0 0 #93a0a8;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0 0;
    position: relative;
    height: 16px;
    text-align: center;
    width: 19px;
}

.collection .label-left-box {
    background: none repeat 0 0 transparent;
    width: 36px;
    text-transform: uppercase;
}

.collection.label-large {
    margin-top: 15px;
    width: 200px;
    height: 22px;
}

.page-release .collection.label-large,
.ie8 .page-series .collection.label-large {
    height: 24px;
}

.collection.label-large .label-left-box {
    background: none repeat 0 0 #A9955C;
    font-size: 12px;
    width: 42px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 20px;

}

.label-large .label-text {
    text-transform: none;
    font-weight: bold;
    color: #FFF;
    font-size: 12px;
}

a.collection:hover .label-left-box {
    background: none repeat 0 0 #84744E;
}

a.collection.label-small .label-text {
    display: none;
}

.label-hd {
    background: url(../../../Pub/common/img/img.png) no-repeat -191px -70px transparent;
    float: left;
    height: 18px;
    width: 26px;
    float: left;
    margin: 0 0 0 40px;
}

.label-hd.color-2 {
    background-position: -191px -89px;
    height: 14px;
    width: 23px;
}

.release-card-wrap .release-card .card-overlay {
    width: 188px;
    height: 188px;
    padding: 6px;
}

.release-card-wrap .release-card .card-overlay img {
    /*width:188px;
    height: 188px;*/
    width: 100%;
    height: 100%;
}

.release-card-wrap .release-card.scene .card-overlay aside {
    display: none;
}

/*
.ie7 .release-card-wrap .release-card .card-overlay > a > span {
    width:32.1%
}
.ie7 .scene-card-info {
    background-color:rgb(235, 235, 235);
}*/
.release-card-wrap .release-card .card-overlay > a > span:hover {
    border-color: #C3922E;
}

/*------------------------------------*\
  $RELEASE POSTCARD
\*------------------------------------*/


.small-release-card-container {
    width:947px;
}
.release-postcard {
    background: transparent url('../../../Pub/pages/img/scene-postcard-bg.png') top left repeat-x;
    height: 258px;
    margin: 2px 0;
    overflow: hidden;
    position: relative;
    width: 925px;
    zoom: 1;
}
.postcard-image {
    background: transparent url(../../../Pub/pages/img/product-bg-stripe.png) top left repeat;
    display: block;
    float: left;
    height: 234px;
    padding: 12px;
    position: relative;
    width: 350px;
}
.postcard-overlay {
    height:246px;
}
.scene-postcard-info {
    float: left;
    padding-left: 20px;
    width: 530px;
}

.scene-postcard-info a{
    text-decoration: none;
}

.scene-postcard-top-right {
    position: absolute;
    font-size: 10px;
    right: 0;
    padding: 20px 20px 0;
    text-align: right;
}
.scene-postcard-date {
    font-size: 12px;
}
.scene-postcard-views {
    color: #b0b0b0;
    margin-top: 4px;
}
.scene-postcard-top-right .label-hd {
    float: right;
    margin-top: 4px;
    background: url(../../../Pub/pages/img/img.png) no-repeat -191px -70px transparent;
    height: 18px;
    width: 26px;
}
.scene-postcard-info h2 {
    margin-top: 40px;
    position: relative;
    display: block;
    width: 370px;
    height: 33px;
    overflow: hidden
}
.scene-postcard-info h2 a {
    color: #000;
    float: left;
    font-family: 'Droid Sans',arial,serif;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: -1px;
    white-space: nowrap;
    height: 33px;
}
.scene-postcard-info h2 a span {
    position: relative;
}
.scene-postcard-model {
    padding-top: 15px;
    position: relative;
    display: block;
}
.scene-postcard-model a {
    font-size: 14px;
    font-weight: bold;
}
.scene-postcard-info p {
    font-size: 12px;
    margin: 8px 100px 10px 0;
    padding-left: 1px;
    line-height: 16px;
    display: block;
    overflow: hidden;
}
.scene-postcard-bottom {
    display: block;
    height: 61px;
    margin-top: 196px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 530px;
}
.scene-postcard-bottom .label-large {
    margin: 20px 5px 0 0;
    height: 23px;
    display:block;
    float:left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.scene-postcard-bottom .label-site {
    background: none repeat 0 0 #c8b36b;
    -webkit-box-shadow: 0 1px 0 #84744e;
    -moz-box-shadow: 0 1px 0 #84744e;
    box-shadow: 0 1px 0 #84744e;
}
.scene-postcard-bottom .label-site:hover {
    background: none repeat 0 0 rgb(169, 149, 92);
}
.scene-postcard-bottom .label-site:hover .label-left-box {
    background: none repeat 0 0 rgb(132, 116, 78);
}
.scene-postcard-bottom .label-site:hover .label-text {
    background: none repeat 0 0 rgb(169, 149, 92);
}
.label-site.label-large .label-left-box {
    background: none repeat 0 0 #a9955c;
    font-size: 12px;
    width: 42px;
    height: 19px;
    text-transform: uppercase;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #fff;
    float: left;
    padding: 4px 0 0;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.label-site.label-large .label-text {
    display: block;
    font-size: 12px;
    padding: 2px 8px 0 5px;
    color: #FFF;
    float: left;
    font-weight: bold;
    text-transform:capitalize;
}
.scene-postcard-bottom .label-large.label-rating {
    margin-top: 21px;
    height: 20px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    font-family: verdana,arial,sans-serif;
    line-height: 14px;
}
.label-rating .label-like {
    background: #999;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: 0 -1px 0 #616161;
    -moz-box-shadow: 0 -1px 0 #616161;
    box-shadow: 0 -1px 0 #616161;
    display: block;
    float: left;
    height: 14px;
    padding: 2px 4px;
}
.label-rating .label-dislike {
    background: #b1b1b1;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: 0 -1px 0 #616161;
    -moz-box-shadow: 0 -1px 0 #616161;
    box-shadow: 0 -1px 0 #616161;
    float: left;
    display: block;
    padding: 2px 4px;
    height: 14px;
}
.label-rating.label-large .label-like, .label-rating.label-large .label-dislike {
    font-size: 12px;
    height: 18px;
    line-height: 17px;
    padding: 2px 8px;
}
.icon-16x16 {
    background: transparent url('../../../Pub/pages/img/icons/icon-16x16.png') left top no-repeat;
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 1px 7px -2px -5px;
}
.icon-16x16.like-icon {
    background-position: -80px -32px;
}
.icon-16x16.icon-votedown {
    background-position: -96px -32px;
}
.scene-postcard-action {
    float: right;
}
.scene-postcard-action li {
    float: left;
    padding-left: 2px;
}
.scene-postcard-action .scene-card-button {
    background: url(../../../Pub/pages/img/scene-card-button-bg.png) repeat;
    float: left;
    height: 53px;
    padding: 8px 0 0 9px;
    width: 108px;
}
.scene-postcard-action .scene-card-button:hover {
    background-position: left bottom;
}
.scene-postcard-action .scene-card-button-text {
    color: #f2f2f2;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 3px 3px 0 0;
    text-shadow: 0 -1px 1px #8c8c8c;
    text-transform: uppercase;
}
.scene-postcard-action .scene-card-button-icon {
    background: url(../../../Pub/pages/img/img.png) no-repeat -253px -15px transparent;
    display: block;
    float: left;
    height: 21px;
    width: 20px;
}
/*------------------------------------*\
  $RELEASE CARD SWITCH
\*------------------------------------*/
section.section-release-card.details div.card-image,
section.section-release-card.details div.scene-card-info,
section.section-release-card.thumbs  div.postcard-image,
section.section-release-card.thumbs  div.scene-postcard-info,
section.section-release-card.details div.explore-aside-container {
    display: none;
}

section.section-release-card.details div.postcard-image,
section.section-release-card.details div.scene-postcard-info,
section.section-release-card.thumbs div.card-image,
section.section-release-card.thumbs div.scene-card-info,
section.section-release-card.thumbs div.explore-aside-container {
    display: block;
}


/*------------------------------------*\
  $SECTIONS
\*------------------------------------*/
.release-card-container {
    padding: 30px 0 20px 24px;
    background: transparent url('../../../Pub/common/img/layout/section-content.png') top left repeat-x;
    zoom: 1;
    /*border-bottom: 3px solid #CCC;*/
}

.release-card-container.upcoming {
    background: none;
    padding: 40px 0 50px 0;
}

section.home-banner, .slider-wrapper {
    overflow: hidden;
}

/*------------------------------------*\
  $PAGINATION
\*------------------------------------*/
.pagination ul.filter-options {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.paginationui-nav a,
.paginationui-number a {
    font-size: 13px;
    background: #E4E5E5;
    background: -moz-linear-gradient(top, #E4E5E5 0, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E4E5E5), color-stop(61%, #E4E6E7), color-stop(63%, #dbdbdb), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #E4E5E5 0, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #E4E5E5 0, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #E4E5E5 0, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E5E5', endColorstr='#e5e5e5', GradientType=0);
    background: linear-gradient(top, #E4E5E5 0, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    border-color: #FFFFFF #999999 #7D7D7D;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #7D7D7D;
    color: #464646;
    display: block;
    float: left;
    margin: 2px;
    padding: 3px 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.paginationui-nav.current a,
.paginationui-number.current a,
.paginationui-nav.disabled a,
.paginationui-number.disabled a,
.paginationui-nav a:active,
.paginationui-number a:active {
    background: -moz-linear-gradient(top, #6e7072 0, #929497 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e7072), color-stop(100%, #929497));
    background: -webkit-linear-gradient(top, #6e7072 0, #929497 100%);
    background: -o-linear-gradient(top, #6e7072 0, #929497 100%);
    background: -ms-linear-gradient(top, #6e7072 0, #929497 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e7072', endColorstr='#929497', GradientType=0);
    background: linear-gradient(top, #6e7072 0, #929497 100%);
    border-bottom: 1px solid #464646;
    border-color: #ACACAC #7D7D7D #464646;
    border-top: 1px solid #ACACAC;
    box-shadow: 0 0 1px #464646;
    color: #FFF;
    text-shadow: 0 -1px 0 #464646;
}

ul.paginationui-container {
    text-align: center;
}

.paginationui-container li a:hover {
    background: none repeat scroll 0 0 #CBCCCE;
    background: -moz-linear-gradient(top, #CBCCCE 0, #CBCCCE 61%, #BDBFC1 63%, #BDBFC1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CBCCCE), color-stop(61%, #CBCCCE), color-stop(63%, #BDBFC1), color-stop(100%, #BDBFC1));
    background: -webkit-linear-gradient(top, #CBCCCE 0, #CBCCCE 61%, #BDBFC1 63%, #BDBFC1 100%);
    background: -o-linear-gradient(top, #CBCCCE 0, #CBCCCE 61%, #BDBFC1 63%, #BDBFC1 100%);
    background: -ms-linear-gradient(top, #CBCCCE 0, #CBCCCE 61%, #BDBFC1 63%, #BDBFC1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBCCCE', endColorstr='#BDBFC1', GradientType=0);
    background: linear-gradient(top, #CBCCCE 0, #CBCCCE 61%, #BDBFC1 63%, #BDBFC1 100%);
    color: #000;
    border-top: 1px solid #F4F4F4;
    box-shadow: 0 0 1px #ACACAC;
    text-shadow: 0 1px 0 #DBDBDB
}

.paginationui-container li {
    border: none;
    float: none !important;
    display: inline-block;
}

.ie7 .paginationui-container li {
    display: inline !important;
    zoom: 1 !important;
}

.paginationui-container li.paginationui-nav.disabled {
    display: inline-block;
}

nav > ul.filter-options > li.last {
    padding: 0;
    float: none;
}

.paginationui-container li.paginationui-nav a,
.paginationui-container li.paginationui-number a {
    margin: 0;
}

/*------------------------------------*\
  $SCENE EXPLORER PAGE FIXES
\*------------------------------------*/
.section-release-card {
    background: transparent url(../../../Pub/common/img/layout/section.png) top left repeat-x;
}

.section-release-card .small-release-card-container {
    border: none;
}

.small-release-card-container {
    float: left;
    padding: 40px 0 20px 20px;
    background: none;
}


.small-release-card-container .release-card {
    height: 315px;
    margin: 0 10px 10px 0;
    width: 224px;
}

.small-release-card-container .release-card-wrap {
    float: left
}

.explore-aside-container {
    float: left;
    margin: 44px 0 0 0;
}

.explore-aside-container > a {
    display: block;
    width: 226px;
    height: 722px;
    margin-bottom: 10px;
}

/*------------------------------------*\
  $RELEASE CARD
\*------------------------------------*/
.explore-tab {
    background: url(../../../Pub/common/img/explore/explore-tab.png) no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 163px;
    margin: 10px 3px;
    padding: 10px;
    position: relative;
    width: 159px;
    z-index: 1;
}

.explore-tab h3 {
    color: #c3922e;
    font-family: 'Droid Sans', arial, serif;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

.explore-tab h3 span {
    background: url(../../../Pub/common/img/explore/explore-tab-icon.png) left top no-repeat transparent;
    display: block;
    float: left;
    height: 20px;
    margin-right: 2px;
    width: 20px;
}

.sort-by h3 span {
    background-position: -20px top;
}

.date-filter h3 span {
    background-position: -40px top;
}

.collection-filter h3 span {
    background-position: -80px top;
}

.model-filter h3 span {
    background-position: -100px top;
}

.tag-filter h3 span {
    background-position: -60px top;
}

.gender h3 span {
    background-position: -160px top;
}

.zz-rank-filter h3 span {
    background-position: -140px top;
}

.filter-by-letter h3 span {
    background-position: -120px top;
}

.sort-by a, .date-filter a, ul.nav-list a,
.gender a, .zz-rank-filter a, .filter-by-letter a {
    border-right: 1px solid #acacac;
    border-left: 1px solid #acacac;
    box-shadow: 0 0 2px #acacac;
    width: 144px;
    -moz-box-shadow: 0 0 2px #acacac;
    -webkit-box-shadow: 0 0 2px #acacac;
    display: block;
    text-decoration: none;
}

.sort-by a.selected, .date-filter a.selected, ul.nav-list a.selected,
.gender a.selected, .zz-rank-filter a.selected, .filter-by-letter a.selected {
    background: #6e7072;
    background: -moz-linear-gradient(top, #6e7072 0%, #929497 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e7072), color-stop(100%, #929497));
    background: -webkit-linear-gradient(top, #6e7072 0%, #929497 100%);
    background: -o-linear-gradient(top, #6e7072 0%, #929497 100%);
    background: -ms-linear-gradient(top, #6e7072 0%, #929497 100%);
    background: linear-gradient(top, #6e7072 0%, #929497 100%);
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #464646;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e7072', endColorstr='#929497', GradientType=0);
    text-shadow: 0 -1px 0 #464646;
    -moz-text-shadow: 0 -1px 0 #464646;
    -webkit-text-shadow: 0 -1px 0 #464646;
}

.sort-by a, .date-filter a, ul.nav-list a,
.gender a, .zz-rank-filter a, .filter-by-letter a {
    background: -moz-linear-gradient(top, #E4E5E5 0%, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E4E5E5), color-stop(61%, #E4E6E7), color-stop(63%, #dbdbdb), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #E4E5E5 0%, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #E4E5E5 0%, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #E4E5E5 0%, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    background: linear-gradient(top, #E4E5E5 0%, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    border: 1px solid #ffffff;
    border-color: #ffffff #acacac #7d7d7d #acacac;
    border-right: 0;
    border-left: 0;
    color: #464646;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E5E5', endColorstr='#e5e5e5', GradientType=0);
    font-size: 12px;
    padding: 5px 7px 4px;
    text-shadow: 0 1px 0 #fff;
    /*width: 138px;*/
    -moz-text-shadow: 0 1px 0 #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
}

.sort-by a:hover, .date-filter a:hover, ul.nav-list li.focus a, ul.nav-list a:hover, .pornstars-filter a:hover {
    background: #CBCCCE; /* Old browsers */
    background: -moz-linear-gradient(top, #CBCCCE 0%, #CBCCCE 61%, #BDBFC1 63%, #BDBFC1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CBCCCE), color-stop(61%, #CBCCCE), color-stop(63%, #BDBFC1), color-stop(100%, #BDBFC1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #CBCCCE 0%, #CBCCCE 61%, #BDBFC1 63%, #BDBFC1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #CBCCCE 0%, #CBCCCE 61%, #BDBFC1 63%, #BDBFC1 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #CBCCCE 0%, #CBCCCE 61%, #BDBFC1 63%, #BDBFC1 100%); /* IE10+ */
    background: linear-gradient(top, #CBCCCE 0%, #CBCCCE 61%, #BDBFC1 63%, #BDBFC1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CBCCCE', endColorstr='#BDBFC1', GradientType=0); /* IE6-9 */
    text-shadow: 0 1px 0 #DBDBDB;
    -moz-text-shadow: 0 1px 0 #DBDBDB;
    -webkit-text-shadow: 0 1px 0 #DBDBDB;
    border-left: 0;
    color: #464646;
}

.pornstars-filter ul.filterByLetter a:first-child {
    padding: 0 5px;
    width: 30px;
}

.pornstars-filter ul.filterByLetter a {
    font-size: 12px;
    height: 19px;
    line-height: 20px;
    margin: 2px 2px 1px;
    padding: 0;
    text-align: center;
    width: 18px;
    float: left;
    display: block;
    text-transform: uppercase;
    border-color: #fff #999 #7d7d7d #999;
}

.tag-filter input[type="text"] {
    background: #f8f9f9;
    color: #b2b2b2;
    font-size: 12px;
    padding: 5px 5px;
    border: 1px solid #b4b4b4;
    border-top: 1px solid #666;
    width: 143px;
}

/*------------------------------------*\
  $TEXT FIELD FOR SEARCH
\*------------------------------------*/
.normal-state {
    margin: 3px;
    position: relative;
}

.normal-state input, .open-state input {
    background: #f8f9f9;
    color: #b2b2b2;
    font-size: 12px;
    padding: 5px 5px;
    border: 1px solid #b4b4b4;
    border-top: 1px solid #666666;
    width: 143px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 15px;
}

.open-state {
    display: none;
    position: absolute;
    top: -20px;
    background: #d6d6d6;
    left: -18px;
    border-radius: 3px;
    padding: 18px 5px;
    width: 205px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
    z-index: 200;
    left: -41px;
}

.widget-multi-filer-popover {
    padding-left: 16px;
}

.widget-multi-filter-close {
    position: relative;
    float: right;
    margin-top: -12px;
    margin-right: 5px;
}

.widget-multi-filter-close .icon-x {
    background-position: -48px top;
    margin: 3px -5px 0 6px;
}

.open-state h3 {
    margin-left: -3px;
    margin-top: -3px;
}

.widget-multi-filter .open-state input {
    color: #303030;
}

.widget-multi-filter input {
    background: #f8f9f9;
    color: #b2b2b2;
    font-size: 12px;
    padding: 5px 5px;
    border: 1px solid #b4b4b4;
    border-top: 1px solid #666666;
    width: 143px;
}

.widget-multi-filter-item-container {
    height: 250px;
    display: block;
    overflow-y: scroll;
    margin: 16px -3px 4px -1px;
    width: 185px;
}

ul.nav-list {
    border-top: 1px solid #7d7d7d;
    list-style: none;
    margin: 8px 0 0 2px;
    padding: 0;
    width: 154px;
}

ul.hasfilter li {
    display: none;
}

ul.hasfilter li.found {
    display: block;
}

.open-state hr {
    height: 1px;
    background: #777777;
    border-bottom: 1px solid white;
    margin-left: -20px;
    width: 213px;
}

.open-state .widget-multi-filter-clear-btn {
    position: relative;
    float: right;
    margin-right: 3px;
    margin-top: -8px;
    z-index: 10;
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
}

.open-state label {
    color: #464646;
    font-size: 12px;
    font-family: arial, verdana;
    text-transform: uppercase;
    -moz-text-shadow: 0 1px 0 #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    margin: -9px 2px -5px;
    display: block;
    position: relative;
}

ul.currently-selected {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
    zoom: 1;
}

ul.currently-selected a,
ul.widget-multi-filter-item-selected a {
    background: none repeat 0 0 #C8B36B;
    margin: 2px 2px 2px 0;
    padding: 2px 4px;
    float: left;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #84744E;
    -moz-box-shadow: 0 1px 0 #84744E;
    box-shadow: 0 1px 0 #84744E;
    display: block;
    color: #FFF;
    text-decoration: none;
}

ul.filterByModel li a {
    background: transparent;
    padding: 0;
    float: left;
    text-align: center;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    color: rgb(195, 146, 46);
    font: normal 14px arial, serif;
    clear: left;
}

ul.filterByTag li a {
    background: none repeat 0 0 rgb(39, 154, 204);
}

.widget-multi-filter-item-selected {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
    zoom: 1;
}

.widget-multi-filter-clear-btn {
    font-size: 9px;
    text-transform: uppercase;
    text-decoration: none;
}

.widget-multi-filer-popover label {
    cursor: text;
}

/* filter options */
.section-header .number {
    color: #231F20;
    float: left;
    font-family: 'Droid Sans', arial, serif;
    font-size: 22px;
    font-weight: normal;
    text-shadow: 0 1px 0 #FFFFFF;
}

.section-header .number > span {
    background: #404040;
    border-radius: 12px 12px 12px 12px;
    color: #FFF;
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
    padding: 4px 9px;
    text-shadow: none;
}

a.nav-button, a.nav-icon-button {
    background: #E4E5E5;
    background: -moz-linear-gradient(top, #E4E5E5 0%, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E4E5E5), color-stop(61%, #E4E6E7), color-stop(63%, #dbdbdb), color-stop(100%, #e5e5e5));
    background: -webkit-linear-gradient(top, #E4E5E5 0%, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    background: -o-linear-gradient(top, #E4E5E5 0%, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    background: -ms-linear-gradient(top, #E4E5E5 0%, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    background: linear-gradient(top, #E4E5E5 0%, #E4E6E7 61%, #dbdbdb 63%, #e5e5e5 100%);
    border-width: 1px;
    border-style: solid;
    border-color: #fff #999999 #7d7d7d #999999;
    box-shadow: 0 0 1px #7D7D7D;
    color: #464646;
    cursor: pointer;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E5E5', endColorstr='#e5e5e5', GradientType=0);
    float: left;
    margin: 2px;
    padding: 3px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 0 1px #7D7D7D;
    -webkit-box-shadow: 0 0 1px #7D7D7D;
    -moz-text-shadow: 0 1px 0 #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
}

a:hover.nav-button, a:hover.nav-icon-button {
    background: -moz-linear-gradient(top, rgb(203, 204, 206) 0, rgb(203, 204, 206) 61%, rgb(189, 191, 193) 63%, rgb(189, 191, 193) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(203, 204, 206)), color-stop(61%, rgb(203, 204, 206)), color-stop(63%, rgb(189, 191, 193)), color-stop(100%, rgb(189, 191, 193)));
    background: -webkit-linear-gradient(top, rgb(203, 204, 206) 0, rgb(203, 204, 206) 61%, rgb(189, 191, 193) 63%, rgb(189, 191, 193) 100%);
    background: -o-linear-gradient(top, rgb(203, 204, 206) 0, rgb(203, 204, 206) 61%, rgb(189, 191, 193) 63%, rgb(189, 191, 193) 100%);
    background: -ms-linear-gradient(top, rgb(203, 204, 206) 0, rgb(203, 204, 206) 61%, rgb(189, 191, 193) 63%, rgb(189, 191, 193) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbccce', endColorstr='#bdbfc1', GradientType=0);
    background: rgb(203, 204, 206);
    -moz-box-shadow: 0 0 1px #acacac;
    -webkit-box-shadow: 0 0 1px rgb(172, 172, 172);
    box-shadow: 0 0 1px rgb(172, 172, 172);
    border-top: 1px solid rgb(244, 244, 244);
    -moz-text-shadow: 0 1px 0 #dbdbdb;
    -webkit-text-shadow: 0 1px 0 #dbdbdb;
    text-shadow: 0 1px 0 rgb(219, 219, 219);
}

span.nav-button-txt {
    display: block;
    float: left;
    font-size: 12px;
}

a.nav-button, a.nav-icon-button {
    color: #464646;
    text-shadow: 0 1px 0 #fff;
}

.explore-preferences {
    float: right;
    width: 176px;
}

.explore-preferences.view-all {
    width: auto;
    white-space: nowrap;
}

.explore-viewmode li {
    width: 46px;
    height: 26px;
    float: left;
    padding-left: 2px;
}

ul.explore-viewmode {
    height: 28px;
}

.ie7 ul.explore-viewmode {
    float: left;
}

.icon-viewmode-picture {
    background: transparent url(../../../Pub/common/img/icons/icon-12x12.png) -36px -79px no-repeat;
    cursor: pointer;
    height: 14px;
    margin: 1px -4px 1px;
    width: 30px;
}

.ir {
    direction: ltr;
    outline: 0 none;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
}

.icon-viewmode-picture, .icon-viewmode-trailer {
    display: block;
}

.nav-icon-button span.icon-viewmode-trailer {
    margin: 1px -4px 1px;
}

.icon-viewmode-trailer {
    background: transparent url(../../../Pub/common/img/icons/icon-12x12.png) -1px -61px no-repeat;
    cursor: pointer;
    height: 14px;
    width: 30px;
}

section .section-footer {
    margin: 20px 0 50px;
}

.show-more-content {
    text-align: center;
    zoom: 1;
    margin: 10px auto;
    width: 690px;
}

.show-more-content span.line {
    border-bottom: 1px solid #b0b0b0;
    display: block;
    float: left;
    margin: 0 18px;
    position: relative;
    top: 12px;
    width: 250px;
}

.icons.icon-double-arrow-right {
    background-position: left -24px;
    margin: 3px -5px 0 6px;
}

/**************************/
/*   links between cards  */
/**************************/
.call-to-action-container {
    font-size: 34px;
    text-align: center;
    padding: 0 0 20px 0;
    text-shadow: 0 1px 0 rgb(193, 193, 193);
    font-family: 'Droid Sans', arial, serif;
    text-transform: capitalize;
}

section.details .call-to-action-container {
    width: 930px;
}

.page-sites .call-to-action-container {
    padding: 0 0 20px;
}

/*------------------------------------*\
   $SOCIAL POPUP
\*------------------------------------*/
.social-media {
    padding: 10px;
    position: fixed;
    top: 200px;
    left: 0;
    background: #FFF url(../../../Pub/common/img/social/social-bg.png) 0 0 repeat;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 20;
    display: none;
}

.social-media p {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: rgb(0, 0, 0);
    margin: 2px 2px 5px 2px;
}

.social-media ul {
    background-color: rgb(42, 42, 42);
    border: 1px solid rgb(0, 0, 0);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    width: 60px;
    padding: 5px 3px 1px 3px;
    -moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px rgb(136, 136, 136);
    box-shadow: 2px 2px 2px rgb(136, 136, 136);
}

.social-media .close {
    font-size: 11px;
    font-weight: bold;
    background: url(../../../Pub/common/img/social/close.png) no-repeat 13px 9px;
    color: rgb(70, 70, 70);
    padding: 5px 0 0 25px;
    display: block;
}

.social-media li {
    float: left;
    padding: 0 2px 2px 2px;
    outline: 0;
}


/* Paygarden Banner (home page, maybe other pages?) */
#paygarden {
    position: relative;
    top: 0;
    width: 988px;
    height: 92px;
    background: url(../../../Pub/common/img/bz_header_paygarden.png) no-repeat scroll 1px 0 transparent;
    margin-left: -14px;
    display: block;
}


span.tag-ribbon-diagonal {
    display: block;
    position: absolute;
    z-index: 100;
    width: 100px;
    height: 99px;
    margin-top: -6px;
    margin-left: -5px;
}
span.tag-ribbon-diagonal.tag-fan-submitted {
    background: url("../../../Pub/common/img/scene-tag-ribbons.png") no-repeat scroll -4px 0 transparent
}
span.tag-ribbon-diagonal.tag-subtitulado {
    background: url("../../../Pub/common/img/scene-tag-ribbons.png") no-repeat scroll -105px 0 transparent
}
span.tag-ribbon-diagonal.tag-en-espanol {
    background: url("../../../Pub/common/img/scene-tag-ribbons.png") no-repeat scroll -205px 0 transparent
}
span.tag-ribbon-diagonal.tag-bonus {
    background: url("../../../Pub/common/img/scene-tag-ribbons.png") no-repeat scroll -304px 0 transparent
}


/*------------------------------------*\
   $CTA-FLOATERS - DEFAULT
\*------------------------------------*/

.cta-floater {
    bottom: 0;
    height: 70px;
    left: 50%;
    margin-left: -420px;
    position: fixed;
    width: 839px;
    z-index: 9999;
}

.cta-floater.bz-22146-floater .cta-btn,
.cta-floater.bz-22146-floater .cta-btn span,
.cta-floater.bz-22146-floater .floating-model,
.cta-floater.bz-22146-floater .close {
    background-image: url('../../../Pub/common/img/promos/floaters/bz-22146/bz-22146-floater.png');
    background-repeat: no-repeat;
}

.cta-floater.bz-22146-floater.return .cta-btn,
.cta-floater.bz-22146-floater.return .cta-btn span,
.cta-floater.bz-22146-floater.return .floating-model,
.cta-floater.bz-22146-floater.return .close{
    background-image: url('../../../Pub/common/img/promos/floaters/bz-22146/bz-22146-floater-return.png');
}

.cta-floater .cta-btn {
    display: block;
    height: 51px;
    padding: 10px 12px 9px 0;
    background-position: right -117px;
}

.cta-floater .floating-model {
    width: 124px;
    height: 187px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-position: 0 0;
}

.cta-floater .cta-btn span {
    display: block;
    float: right;
    height: 57px;
    margin: 0;
    width: 241px;
    background-position: -4px -187px;
}

.cta-floater .cta-btn span:hover {
    background-position: -244px -187px;
    width: 239px;
}

.cta-floater .close {
    display: block;
    float: right;
    height: 27px;
    width: 27px;
    background-position: right -84px;
    position: absolute;
    top: -33px;
    right: 0;
}

.cta-floater .clear {
    clear: both;
}


/*------------------------------------*\
   $CTA-FLOATERS - CUSTOM
\*------------------------------------*/

.cta-floater.blitz-2016-floater .cta-btn,
.cta-floater.blitz-2016-floater .cta-btn span,
.cta-floater.blitz-2016-floater .floating-model,
.cta-floater.blitz-2016-floater .close {
    background-image: url('../../../Pub/common/img/promos/floaters/blitz-campaign-2016/blitz-2016-floater.png');
    background-repeat: no-repeat;
}

.cta-floater.blitz-2016-floater .cta-btn {
    background-position: right -154px;
}

.cta-floater.blitz-2016-floater .floating-model {
    height: 224px;
    width: 185px;
}

.cta-floater.blitz-2016-floater .cta-btn span {
    display: none;
}

.cta-floater.blitz-2016-floater .close {
    background-position: right -121px;
}