.dark-button,
.dark-flat-button {
    border-radius: 3px;
    display: inline-block
}

.button-group,
.dark-button,
.dark-flat-button,
.dark-flat-button span {
    display: inline-block
}

.phm-btn,
.phm-btn:hover,
a {
    text-decoration: none
}

.button,
.button.save,
.search-submit {
    cursor: pointer
}

form#search input[type=search],
input[type=submit] {
    -webkit-appearance: none
}

.button span {
    color: #52585F
}

.fade-opacity {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0;
    filter: alpha(opacity=0)
}

.active .fade-opacity,
.fade-opacity.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.button.show-more:after {
    background: url(../images/ui-icons.png) -41px -30px no-repeat;
    height: 9px;
    margin: 0 0 0 5px;
    width: 14px
}

.close-button {
    background: url(../images/ui-icons.png) -56px -41px no-repeat;
    height: 12px;
    width: 12px
}

.active .button.show-more:after,
.active.button.show-more:after {
    background-position: -55px -30px
}

.button.show-more {
    padding: 0 10px;
    width: auto;
    height: 26px;
    line-height: 26px
}

.active .button.show-more,
.active.button.show-more {
    background: #64696d;
    color: #FFF
}

.ui-icon,
.ui-icon-after:after,
.ui-icon-before:before {
    background: url(../images/ui-icons.png) no-repeat
}

.ui-icon-after:after,
.ui-icon-before:before {
    content: ' ';
    display: inline-block
}

.dark-button {
    background: #454d56;
    background: -moz-lineargradient(top, rgba(69, 77, 86, 1) 0, rgba(47, 52, 58, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(69, 77, 86, 1)), color-stop(100%, rgba(47, 52, 58, 1)));
    background: -webkit-linear-gradient(top, rgba(69, 77, 86, 1) 0, rgba(47, 52, 58, 1) 100%);
    background: -o-linear-gradient(top, rgba(69, 77, 86, 1) 0, rgba(47, 52, 58, 1) 100%);
    background: -ms-linear-gradient(top, rgba(69, 77, 86, 1) 0, rgba(47, 52, 58, 1) 100%);
    background: linear-gradient(to bottom, rgba(69, 77, 86, 1) 0, rgba(47, 52, 58, 1) 100%);
    -webkit-box-shadow: 0 1px 2px #000, inset 0 2px 2px -3px #FFF;
    box-shadow: 0 1px 2px #000, inset 0 2px 2px -3px #FFF;
    color: #d9d9d9
}

.dark-flat-button {
    background: #333940;
    color: #ebebeb;
    font-size: 12px;
    line-height: 26px;
    height: 28px
}

.dark-flat-button:hover {
    background: #41474d
}

.dark-flat-button.playlist {
    float: left;
    margin: 0 20px 0 0
}

.top-panel-buttons {
    float: right;
    margin-top: 23px
}

.dark-flat-button span {
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
    padding: 0 15px
}

.button-group span {
    border-right: 1px solid #5e6368
}

.button-group a:last-child span {
    border-right: none
}

.button-group a {
    border-radius: 0;
    float: left
}

.button-group a:last-child {
    border-radius: 0 3px 3px 0
}

.button-group a:first-child {
    border-radius: 3px 0 0 3px
}

.dark-button.no-icon:before {
    background: 0 0;
    display: none
}

.carousel-controls .carousel-arrow:after,
.dark-button span,
.icon-23x20,
.like-ammount:before,
.view-all span,
.view-all:after {
    display: inline-block
}

.dark-button:hover {
    background: #535960;
    background: -moz-linear-gradient(top, rgba(83, 89, 96, 1) 0, rgba(67, 73, 79, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(83, 89, 96, 1)), color-stop(100%, rgba(67, 73, 79, 1)));
    background: -webkit-linear-gradient(top, rgba(83, 89, 96, 1) 0, rgba(67, 73, 79, 1) 100%);
    background: -o-linear-gradient(top, rgba(83, 89, 96, 1) 0, rgba(67, 73, 79, 1) 100%);
    background: -ms-linear-gradient(top, rgba(83, 89, 96, 1) 0, rgba(67, 73, 79, 1) 100%);
    background: linear-gradient(to bottom, rgba(83, 89, 96, 1) 0, rgba(67, 73, 79, 1) 100%)
}

.dark-button.active,
.dark-button:active {
    background: #141618;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ea7005
}

.dark-button:before,
.player-panel h3:before {
    content: ' ';
    background: url(../images//icons23x20.png) no-repeat;
    width: 23px;
    height: 20px;
    display: inline-block
}

.carousel-controls .carousel-arrow:after,
.icon-23x20:after,
.like-ammount:before,
.view-all:after {
    content: " "
}

.dark-button.like:before {
    background-position: 0 -80px
}

.dark-button.active.like:before,
.icon-23x20.active.like:after {
    background-position: -46px -80px
}

.dark-button.follow:before {
    background-position: 0 -60px
}

.dark-button.active.follow:before,
.icon-23x20.active.follow:after {
    background-position: -46px -60px
}

.dark-button.dislike:before {
    background-position: 0 -40px
}

.dark-button.active.dislike:before,
.icon-23x20.active.dislike:after {
    background-position: -46px -40px
}

.dark-button.favorite:before {
    background-position: 0 -20px
}

.dark-button.active.favorite:before,
.icon-23x20.active.favorites:after {
    background-position: -46px -20px
}

.dark-button.active.watch-later:before,
.icon-23x20.active.watch-later:after {
    background-position: -46px 0
}

.dark-button.download:before {
    background-position: 0 -120px
}

.dark-button.active.download:before {
    background-position: -46px -120px
}

.dark-button.settings:before {
    background-position: 0 -140px
}

.dark-button.active.settings:before {
    background-position: -46px -140px
}

.view-all:after {
    background: url(../images/ui-icons.png) no-repeat;
    height: 14px;
    left: 4px;
    position: relative;
    top: 3px;
    width: 9px
}

.like-ammount:before {
    background: url(../images/ui-icons.png) 0 -26px no-repeat;
    float: left;
    height: 17px;
    margin: 3px 0 0;
    width: 17px
}

.search-submit {
    background: url(../images/ui-icons.png) -25px 0 no-repeat;
    border: none;
    width: 16px;
    height: 14px
}

.search-clear {
    background: url(../images/search-close.png) no-repeat;
    width: 11px;
    height: 11px
}

.search-loader {
    background: url(../images/spiffygif_blue_12x12.gif) no-repeat;
    width: 12px;
    height: 12px
}

.active-search .search-loader {
    background: url(../images/spiffygif_white_12x12.gif) no-repeat
}

.carousel-controls .carousel-arrow:after {
    background: url(../images/ui-icons.png) no-repeat;
    height: 13px;
    margin: 95px 0 0 7px;
    position: absolute;
    width: 9px
}

.close-feedback {
    background: url(../images/ui-icons.png) -41px 0 no-repeat;
    bottom: -13px;
    cursor: pointer;
    height: 30px;
    left: -24px;
    position: absolute;
    width: 30px
}

.ie8 .close-feedback {
    left: -2px;
    bottom: 2px
}

.closed .close-feedback {
    opacity: 0
}

.icon-23x20 {
    padding: 5px;
    background: #5C646D;
    box-shadow: 0 1px 2px #000;
    border-radius: 3px
}

.icon-23x20.active,
.playlist-button.active:hover {
    background: #30353c
}

a.icon-23x20:hover {
    background: #858A91
}

.icon-23x20:after {
    background: url(../images/icons23x20.png) no-repeat;
    display: block;
    height: 19px;
    width: 23px
}

.icon-23x20.favorites:after {
    background-position: 0 -20px
}

.icon-23x20.history:after {
    background-position: 0 -100px
}

.icon-23x20.follow:after {
    float: left;
    background-position: 0 -60px
}

.icon-23x20.follow span {
    background-color: #000;
    border-radius: 3px;
    display: block;
    float: right;
    font-size: 1.2em;
    font-weight: 600;
    height: 20px;
    line-height: 21px;
    text-align: center;
    width: 26px
}

.icon-23x20.follow:hover span {
    background-color: #333
}

.status-icons .icon-23x20 {
    background: 0 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.status-icons .icon-23x20.favorites:after {
    background-position: 10px 17px
}

.status-icons .icon-23x20.favorites.active:after {
    background-position: -46px -20px
}

.status-icons .icon-23x20.history:after {
    background-position: -23px -100px
}

.status-icons .icon-23x20.history.active:after {
    background-position: -46px -100px
}

.status-icons .icon-23x20.followed:after {
    background-position: -23px -60px
}

.status-icons .icon-23x20.followed.active:after {
    background-position: -46px -60px
}

.follow-us a:after {
    background: url(../images/new-media3.png) no-repeat;
    content: ''
}

.bonus-points li:before,
.login-points li:before,
.upgrade-points li:before {
    content: ' ';
    background: url(../images/ui-icons.png) -24px -27px no-repeat;
    display: inline-block;
    height: 15px;
    margin: 0 4px 0 0;
    position: relative;
    top: 3px;
    width: 17px
}

.button.active,
.filter-button.active,
.paginationui-container .current a,
.paginationui-container .galleryui-paginator-active a {
    color: #fff;
    background-color: #727679
}

.button,
.button.non-active,
.filter-button,
.paginationui-container a {
    background-color: #D3D3D3;
    border-radius: 3px;
    color: #52585F;
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    width: 114px;
    border: none;
    font-family: 'open sans'
}

.view-all.button {
    background-color: #E2E2E2
}

.paginationui-container a {
    background-color: #cecfd3
}

.button.non-active:hover,
.button:hover,
.filter-button:hover,
.paginationui-container a:hover {
    background-color: #c3c3c3;
    box-shadow: none;
    text-decoration: none
}

.paginationui-container a:hover {
    background-color: #b4b8bb
}

.button.save {
    background-color: #096C9A;
    box-shadow: 0 1px 1px -1px #666, 0 2px 1px -1px #FFF inset;
    color: #FFF;
    margin: 0 10px 0 0
}

.button.save:hover {
    background-color: #ea7005
}

.playlist-icon:after {
    background: url(../images/icons23x20.png) no-repeat;
    content: " ";
    display: block;
    height: 20px;
    width: 23px
}

.sellingpoints-list {
    position: relative;
    top: 5px
}

.sellingpoints-bar li:before,
.sellingpoints-bar2 li:before,
.sellingpoints-bar3 li:before {
    content: ' ';
    display: inline-block;
    height: 15px;
    position: relative;
    top: 3px;
    width: 15px
}

.sellingpoints-bar li:before {
    background: url(../images/ui-icons.png) -24px -27px no-repeat;
    margin: 6px 6px 0 17px
}

.sellingpoints-bar2 li:before,
.sellingpoints-bar3 li:before {
    background: url(../images/ui-icons.png) -41px -41px no-repeat;
    margin: 0 6px 0 4px
}

.hidden,
.hidden:after,
.hidden:before {
    display: none
}

.clearfix,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.pattern1 {
    background-image: url(../images/pattern1.png)
}

.pattern2 {
    background-image: url(../images/pattern2.png)
}

.sellingpoints-icon {
    background: url(../images/ui-icons.png) 0 -13px no-repeat
}

.phm-btn {
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    text-shadow: 1px 0 0 #666;
    -webkit-box-shadow: 1px 1px 3px #403f40;
    -moz-box-shadow: 1px 1px 3px #403f40;
    box-shadow: 1px 1px 3px #403f40;
    font-family: Arial;
    color: #fefefe;
    font-size: 18px;
    background: #3498db;
    padding: 13px 40px;
    float: right;
    position: relative;
    bottom: 59px;
    right: 7px
}

*,
menu,
ol,
ul {
    padding: 0
}

.cyber-socket,
.twitter-button {
    bottom: 10px;
    z-index: 10;
    position: fixed
}

.phm-btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db)
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ul {
    list-style: none
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    min-height: 1px
}

* html .clearfix {
    height: 1%;
    overflow: visible
}

.banner-holder,
.cams-progress::after,
.footer-wrapper,
.page-survey .inner,
.site-header {
    overflow: hidden
}

.curved-shadow:after,
.curved-shadow:before {
    height: 11px;
    box-shadow: 0 4px 8px -3px #000;
    content: "";
    position: absolute;
    top: 69%;
    width: 50%;
    z-index: -1
}

.curved-shadow:before {
    left: 3px;
    right: auto;
    -webkit-transform: rotate(.5deg);
    -moz-transform: rotate(.5deg);
    -ms-transform: rotate(.5deg);
    -o-transform: rotate(.5deg);
    transform: rotate(.5deg);
    border-radius: 0 0 0 50%
}

.curved-shadow:after {
    right: 3px;
    left: auto;
    -webkit-transform: rotate(-.5deg);
    -moz-transform: rotate(-.5deg);
    -ms-transform: rotate(-.5deg);
    -o-transform: rotate(-.5deg);
    transform: rotate(-.5deg);
    border-radius: 0 0 50%
}

.inner {
    max-width: 1100px;
    max-height: 618px;
    margin: 0 auto 5px;
    padding: 0 5px;
    position: relative;
    overflow: hidden;
}
.mejs-overlay-button{
    top: 40% !important;
}

*,
dl,
menu,
ol,
ul {
    margin: 0
}

.curved-shadow {
    position: relative;
    z-index: 3
}

.main-header .curved-shadow {
    z-index: 106
}

.main-header .curved-shadow:after,
.main-header .curved-shadow:before {
    top: 50%
}

.no-responsive {
    -webkit-box-shadow: 0 -1px 3px #000;
    box-shadow: 0 -1px 3px #000;
    border-top: 1px solid #555
}

.no-responsive .curved-shadow {
    display: none
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    html {
        min-height: 100%;
        background: #24282c
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:2) {
    html {
        min-height: 100%;
        background: #24282c
    }
}

body {
    font-size: 14px;
    line-height: 1.5em;
    font-family: 'Open Sans', Arial, Sans-Serif
}

a {
    color: #ea7005
}

.close-button:hover,
.featured-scene-models a:hover,
.top-bar a:hover,
footer a:hover {
    text-decoration: underline
}

a:visited {
    border: none
}

a:active {
    outline: 0
}

em {
    font-style: normal
}

input,
select {
    outline: 0;
    margin: 0
}

a:focus {
    -moz-outline-style: none
}

:-moz-any-link:focus {
    outline: 0
}

.more-info-box {
    text-align: center;
    background-color: #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px #000;
    box-shadow: 0 2px 3px #000;
    position: absolute
}

.more-info-box .arrow {
    border-color: transparent transparent #ebebeb;
    border-style: solid;
    border-width: 0 10px 8px;
    height: 0;
    width: 0;
    display: block;
    position: absolute
}

.account-links .user-name,
.newmedia-links li {
    border-right: 1px solid #25292e
}

.fixed-content {
    background: url(../images/pattern1.png);
    background: url(../images/pattern1.png), -moz-linear-gradient(top, #c1c1c1, #f0f0f0);
    background: url(../images/pattern1.png), -webkit-gradient(linear, left top, left bottom, color-stop(#c1c1c1), color-stop(#f0f0f0));
    background: url(../images/pattern1.png), -webkit-linear-gradient(top, #c1c1c1, #f0f0f0);
    background: url(../images/pattern1.png), -o-linear-gradient(top, #c1c1c1, #f0f0f0);
    background: url(../images/pattern1.png), -ms-linear-gradient(top, #c1c1c1, #f0f0f0);
    background: url(../images/pattern1.png), linear-gradient(to bottom, #c1c1c1, #f0f0f0);
    padding: 0 0 10px;
    z-index: 10;
    position: relative;
    -webkit-box-shadow: 0 -3px 3px -2px #000 inset;
    box-shadow: 0 -3px 3px -2px #000 inset
}

.fixed-container {
    background-color: #ebebeb;
    border-radius: 5px;
    margin: 10px auto 20px;
    padding: 7px;
    width: 980px
}

.page-content {
    min-height: 550px
}

.page-livecams .fixed-container {
    background-color: #FFF
}

.page-dvds .fixed-container {
    background-color: #CBDAEF
}

.playlist-page.fixed-container {
    background-color: #30353c;
    padding: 0
}

.top-bar {
    height: 30px;
    background: #31373e;
    background: -moz-linear-gradient(top, #31373e 0, #51575e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #31373e), color-stop(100%, #51575e));
    background: -webkit-linear-gradient(top, #31373e 0, #51575e 100%);
    background: -o-linear-gradient(top, #31373e 0, #51575e 100%);
    background: -ms-linear-gradient(top, #31373e 0, #51575e 100%);
    background: linear-gradient(to bottom, #31373e 0, #51575e 100%)
}

.site-header .dark-button:before {
    width: 0;
    height: 0
}

.site-header .dark-button {
    float: right;
    font-size: 1.4em;
    font-weight: 600;
    height: 29px;
    line-height: 29px;
    margin: 26px 0 0;
    padding: 0 10px
}

.page-title {
    background-color: #c6c7c8;
    font-weight: 600;
    text-align: center;
    color: #FFF;
    display: block;
    height: 31px;
    line-height: 31px;
    font-size: 1.6em
}

.top-bar a,
.top-bar nav {
    color: #EBEBEB
}

.responsive-content {
    background-color: #ebebeb;
    -webkit-box-shadow: 0 -4px 6px -2px #666;
    position: relative;
    z-index: 4
}

.top-bar nav {
    font-size: 1.2em;
    text-align: center
}

.top-bar li {
    height: 20px;
    line-height: 20px
}

.account-links,
.newmedia-links {
    margin: 5px 0
}

.newmedia-links {
    float: left;
    margin-left: 270px
}

.newmedia-links li {
    width: 100px;
    position: relative;
    cursor: default
}

.newmedia-links .more-info-box {
    background-color: #ebebeb;
    top: 34px;
    padding: 5px;
    display: none;
    position: absolute
}

.follow-us .twitter,
.follow-us .youtube {
    padding: 8px 16px 10px 11px
}

.newmedia-links .arrow {
    top: -8px
}

.follow-us .arrow {
    left: 100px
}

.follow-us a {
    float: left
}

.follow-us a:after {
    height: 21px;
    display: block
}

.logo,
.top-bar li {
    display: inline-block
}

.follow-us .twitter:after {
    width: 23px
}

.follow-us .instagram,
.follow-us .vimeo {
    padding: 8px 12px 13px 10px
}

.follow-us .youtube:after {
    width: 50px;
    background-position: -25px 0
}

.follow-us .vimeo:after {
    width: 54px;
    background-position: -77px 0
}

.follow-us .instagram:after {
    width: 25px;
    background-position: -77px 0
}

.follow-us .tumblr {
    padding: 8px 12px 13px 14px
}

.follow-us .tumblr:after {
    width: 25px;
    background-position: -104px 0
}

.awards .more-info-box {
    width: 330px;
    left: -30px;
    z-index: 10
}

.awards .arrow {
    left: 70px
}

.awards img {
    padding: 0 0 5px;
    position: relative;
    z-index: 7
}

.awards .last-award {
    padding: 0
}

.account-links {
    float: right
}

.account-links li {
    padding: 0 20px
}

.account-links .logout {
    padding: 0 0 0 20px
}

.playlist-links {
    float: right;
    padding: 22px 0
}

.card-outer-container {
    background-color: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 4px -3px #000;
    box-shadow: 0 4px 4px -3px #000;
    margin: 0 0 20px;
    position: relative;
    z-index: 1
}

.card-outer-container header {
    height: 42px;
    background: url(../images/pattern1.png) #dedede;
    border-radius: 5px 5px 0 0
}

.header-text {
    float: left
}

.section-header {
    background: #053e61;
    border-radius: 5px;
    color: #EBEBEB;
    float: left;
    font-size: 1.6em;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    margin: 8px 0 0 -10px;
    padding: 0 30px;
    text-align: center
}

.view-all {
    float: right;
    margin: 7px 10px 0 0;
    height: 27px;
    line-height: 26px;
    padding: 0 10px;
    width: 84px
}

.ie8 .exclusive-models .view-all {
    width: 100px
}

body span.counter-container {
    background-color: #141618;
    border-radius: 3px;
    color: #DDDFE1;
    display: inline-block;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px
}

.video-information .counter-container span {
    display: inline
}

.counter-container .counter-label {
    color: #9299A2
}

.scene-num {
    background-color: #FFF;
    border-radius: 3px;
    color: #115178;
    font-size: .75em;
    font-weight: 700;
    height: 17px;
    line-height: 17px;
    margin: 4px 0 0 10px;
    padding: 0 5px;
    position: relative;
    top: -1px
}

.exclusive-overlay {
    background-color: #ea7005;
    border-radius: 3px;
    color: #FFF;
    display: block;
    padding: 0 4px;
    position: absolute;
    right: 30px;
    top: 4px
}

.filter-wrapper {
    border-right: 1px solid #D9D9D9;
    float: left;
    padding: 0 20px;
    text-align: center;
    min-height: 165px
}

.model-filters.filter-wrapper {
    border: none;
    min-height: 10px
}

.model-filters .filter-options {
    height: 40px;
    width: 375px
}

.model-filters li {
    float: left;
    margin: 0 5px
}

.sites-filters .filter-options {
    width: 314px
}

.sites-filters .filter-options li {
    float: left;
    margin: 0 3px 0 0;
    width: 154px
}

.sites-filters .filter-options a {
    width: 154px
}

.filter-header {
    color: #096C9A;
    font-size: 1.6em;
    margin: 5px 0;
    text-transform: uppercase
}

.filter-wrapper li {
    display: block;
    height: 35px;
    padding: 0 0 10px;
    width: 115px
}

.filter-alphabetical,
.model-filters {
    float: none
}

.filter-alphabetical .filter-options,
.model-filters .filter-options {
    margin: 0 auto
}

.filter-alphabetical .filter-header {
    text-align: center
}

.filter-alphabetical .filter-options {
    width: 870px
}

.filter-alphabetical .filter-button {
    width: 25px;
    margin: 0 3px
}

.filter-alphabetical .all-models .filter-button {
    width: 56px
}

.empty-model-filter {
    font-size: 1.4em;
    min-height: 150px;
    padding: 30px 20px
}

.page-model .filter-alphabetical .filter-options {
    margin: 7px 0;
    text-align: center;
    width: 980px
}

.page-model .filter-options li {
    display: inline-block
}

.paginationui-container {
    float: right;
    margin: 8px 17px 0 0
}

.paginationui-container a {
    height: 26px;
    line-height: 28px;
    width: 25px;
    font-weight: 600
}

.paginationui-container .paginationui-nav a {
    width: 55px
}

.paginationui-container .prev a {
    width: 75px
}

.card-outer-container .bottom-pagination {
    border-radius: 0 0 5px 5px
}

.remove {
    margin: 10px 0 0
}

.model-information .remove {
    margin: 30px 0 0
}

.renew-button,
.trial-button {
    border-radius: 3px;
    box-shadow: 0 2px 2px -2px #000;
    display: block;
    height: 36px;
    line-height: 36px;
    width: 171px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 1.8em
}

.banner-holder,
.renew-tagline,
.survey-inner,
.survey-wrapper,
.take-survey,
.upgrade-bar {
    border-radius: 5px
}

.fancybox-upgrade h3,
.trial-video-header {
    font-size: 2.2em;
    font-weight: 600
}

.trial-upgrade .renew-tagline {
    width: 610px
}

.trial-video-header {
    color: #115178;
    line-height: 22px;
    padding: 0 0 15px;
    text-align: center
}

.trial-upgrade .renew-tagline span {
    color: #ea7005
}

.trial-button {
    background: #16b8e0;
    float: right;
    margin: 0 10px 0 0
}

.trial-button:hover {
    background: #2adef9
}

.fancybox-upgrade {
    width: 518px;
    height: 150px;
    text-align: center;
    font-weight: 600
}

.fancybox-upgrade header {
    color: #096c9a;
    line-height: 25px;
    margin: 0 0 0 80px;
    width: 344px
}

.membership-trial .fancybox-upgrade header {
    margin: 34px 0 34px 80px;
    color: inherit
}

.membership-trial .fancybox-upgrade .renew-button {
    background: #53585c
}

.fancybox-upgrade h2 {
    font-weight: 600;
    font-size: 2em
}

.membership-trial .fancybox-upgrade h3 {
    font-weight: 400;
    line-height: 2em
}

.membership-trial .fancybox-upgrade h2 {
    font-weight: 700;
    font-size: 2.2em
}

.renew-tagline span,
.upgrade-bar h2 {
    font-weight: 600;
    text-transform: uppercase
}

.fancybox-upgrade p {
    color: #41474D;
    font-size: 1.2em;
    margin: 15px 0 0 160px;
    width: 200px
}

.fancybox-upgrade .renew-button {
    float: none;
    margin: 15px auto 0;
    color: #FFF
}

.banner-home-trial .home-expired-message {
    width: 280px;
    padding: 20px 0
}

.upgrade-bar {
    background: #292f36;
    background: -moz-linear-gradient(top, #292f36 0, #51575e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #292f36), color-stop(100%, #51575e));
    background: -webkit-linear-gradient(top, #292f36 0, #51575e 100%);
    background: -o-linear-gradient(top, #292f36 0, #51575e 100%);
    background: -ms-linear-gradient(top, #292f36 0, #51575e 100%);
    background: linear-gradient(to bottom, #292f36 0, #51575e 100%);
    height: 58px;
    padding: 11px 0;
    -webkit-box-shadow: 0 3px 2px -2px #000 inset;
    box-shadow: 0 3px 2px -2px #000 inset;
    width: 980px;
    margin: 10px auto 0
}

.upgrade-bar h2 {
    color: #BABDC1;
    display: block;
    float: left;
    font-size: 1.8em;
    line-height: 36px;
    padding: 0 0 0 25px
}

.renew-tagline {
    background-color: #000;
    color: #BABDC1;
    float: left;
    font-size: 1.9em;
    height: 36px;
    line-height: 34px;
    margin: 0 0 0 20px;
    width: 590px
}

.renew-tagline span {
    font-size: 1.1578947368421052631578947368421em;
    color: #ea7005;
    padding: 0 0 0 15px
}

.renew-button {
    background: #c1e52e;
    background: -moz-linear-gradient(top, #c1e52e 0, #98b31b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c1e52e), color-stop(100%, #98b31b));
    background: -webkit-linear-gradient(top, #c1e52e 0, #98b31b 100%);
    background: -o-linear-gradient(top, #c1e52e 0, #98b31b 100%);
    background: -ms-linear-gradient(top, #c1e52e 0, #98b31b 100%);
    background: linear-gradient(to bottom, #c1e52e 0, #98b31b 100%)
}

.upgrade-bar .renew-button {
    float: right;
    margin: 0 10px 0 0
}

.renew-button:hover {
    background: #c0e52d
}

.welcome-message h2 {
    font-size: 5em;
    font-weight: 700;
    color: #EBEBEB;
    text-shadow: 0 2px 2px #000;
    line-height: 50px
}

.home-expired-message {
    color: #BABDC1;
    font-size: 1.4em;
    line-height: 19px;
    padding: 20px 0 5px;
    width: 260px
}

.home-expired-tagline {
    color: #ea7005;
    font-size: 2em;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 50px
}

.welcome-message .renew-button {
    font-size: 2.4em;
    height: 46px;
    line-height: 46px;
    width: 218px
}

.sellingpoints-bar h3,
.sellingpoints-bar2 h3,
.sellingpoints-bar3 h3 {
    line-height: 50px;
    font-weight: 600;
    text-align: center
}

.expired-inner {
    margin: 0 auto;
    padding: 22px 0 70px;
    width: 972px
}

.expired-inner .scene-card {
    width: 324px
}

.expired-inner .model-card {
    width: 243px
}

.banner-holder {
    display: block;
    width: 925px;
    height: 250px
}

.banner-holder a,
.banner-holder img {
    display: inline-block;
    width: 100%
}

.sellingpoints-bar {
    background: #2b3137;
    background: -moz-linear-gradient(top, #2b3137 0, #4e545b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2b3137), color-stop(100%, #4e545b));
    background: -webkit-linear-gradient(top, #2b3137 0, #4e545b 100%);
    background: -o-linear-gradient(top, #2b3137 0, #4e545b 100%);
    background: -ms-linear-gradient(top, #2b3137 0, #4e545b 100%);
    background: linear-gradient(to bottom, #2b3137 0, #4e545b 100%);
    height: 109px;
    min-width: 980px;
    position: relative;
    z-index: 10
}

.sellingpoints-bar h3 {
    font-size: 50px;
    padding: 10px 0 0
}

.phmsep {
    float: left;
    padding: 10px 0 0
}

.phm-littletext {
    color: #d6dbe2;
    font-size: 12px
}

.sellingpoints-bar li {
    color: #d6dbe2;
    font-size: 1.4em;
    font-weight: 600;
    padding: 0 20px
}

.sellingpoints-bar2 {
    background: #16b8e0;
    height: 95px;
    min-width: 980px;
    position: relative;
    z-index: 10;
    color: #fff
}

.sellingpoints-bar2 h3 {
    font-size: 4em;
    padding: 10px 0 0;
    color: #fff;
    text-transform: uppercase
}

.sellingpoints-bar2 li {
    color: #d6dbe2;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 600;
    padding: 0 20px
}

.ie8 .sellingpoints-bar2 li {
    padding: 0 20px 0 0
}

.sellingpoints-bar3 {
    background: #2b3137;
    background: -moz-linear-gradient(top, #2b3137 0, #4e545b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2b3137), color-stop(100%, #4e545b));
    background: -webkit-linear-gradient(top, #2b3137 0, #4e545b 100%);
    background: -o-linear-gradient(top, #2b3137 0, #4e545b 100%);
    background: -ms-linear-gradient(top, #2b3137 0, #4e545b 100%);
    background: linear-gradient(to bottom, #2b3137 0, #4e545b 100%);
    height: 109px;
    min-width: 980px;
    position: relative;
    z-index: 10
}

.sellingpoints-bar3 h3 {
    font-size: 4em;
    padding: 10px 0 0;
    color: #fff;
    text-transform: uppercase
}

.sellingpoints-bar3 li {
    color: #d6dbe2;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 600;
    padding: 0 20px
}

.ie8 .sellingpoints-bar li {
    font-size: 1.25em;
    padding: 0 20px 0 0
}

.responsive-inner {
    width: 978px;
    margin: 0 auto
}

.model-card-container,
.models-container {
    width: 980px
}

.men-logo {
    margin: 20px 0
}

.survey-wrapper {
    background-color: #EBEBEB;
    height: 340px;
    text-align: center;
    width: 760px
}

.survey-wrapper img {
    padding: 20px 0
}

.survey-inner {
    background-color: #FFF;
    height: 198px;
    margin: 0 auto;
    width: 680px
}

.survey-inner h1 {
    color: #053E61;
    font-size: 65px;
    line-height: 200px
}

.survey-inner p {
    color: #646464;
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0
}

.page-survey .submit,
.take-survey {
    color: #FFF;
    text-transform: uppercase
}

.take-survey {
    background-color: #0A334F;
    display: block;
    font-size: 33px;
    font-weight: 900;
    height: 59px;
    line-height: 59px;
    margin: 0 auto 20px;
    width: 239px
}

.take-survey:hover {
    background-color: #065b8f
}

.close-button {
    color: #A0A0A0;
    font-size: 14px
}

.page-survey {
    background-color: #ebebeb
}

.page-survey .inner {
    margin: 0 auto;
    width: 980px
}

.page-survey h3 {
    color: #053E61;
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 15px
}

.question-section h3 span {
    display: block;
    font-size: 11px
}

.question-wrapper {
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px 40px;
    -webkit-box-shadow: 0 2px 3px -2px #666;
    box-shadow: 0 2px 3px -2px #666
}

.question-wrapper label {
    display: block;
    font-size: 12px
}

.page-survey label {
    color: #646464;
    float: left;
    margin: 0 0 5px;
    width: 225px
}

.question-section {
    margin: 0 0 20px
}

.radio .subquestion-wrapper {
    float: left;
    margin-right: 73px
}

.page-survey .radio label {
    margin: 0 0 3px;
    width: auto;
    float: none
}

.radio input {
    position: relative;
    top: 2px;
    margin: 0 1px 0 9px
}

.radio input:first-child {
    margin-left: 0
}

.radio select {
    margin: 0 1px 0 9px
}

.radio select:first-child {
    margin-left: 0
}

.ratings {
    margin: 0 0 13px;
    width: 100%
}

.radio-rating .subquestion-wrapper,
.rating-group {
    width: 450px;
    float: left
}

.rating-group {
    font-size: 1.4em;
    padding: 0 87px 0 0;
    text-align: right
}

.ratings span {
    color: #A1A1A1;
    text-transform: capitalize
}

.excellent {
    margin: 0 0 0 40px
}

.good {
    margin: 0 0 0 50px
}

.radio-rating label {
    float: left;
    line-height: 10px;
    width: 150px;
    font-size: 1.2em
}

.radio-rating .input-wrapper {
    float: left;
    margin: 0 0 10px
}

.radio-rating input {
    margin: 0 30px 0 0
}

.preferences-field {
    cursor: pointer;
    position: relative
}

.preferences-field .checkbox {
    margin: 0 8px 0 0;
    vertical-align: -2px
}

.model-image {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
    display: none;
    border: 1px solid #888
}

.preferences-field:hover .model-image {
    opacity: 1;
    display: block
}

.radio .preferences-field {
    float: none
}

.page-survey form {
    padding: 0 0 150px
}

.page-survey .submit {
    background-color: #053E61;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    font-family: 'open sans';
    font-size: 50px;
    font-weight: 900;
    margin: 0 auto;
    padding: 5px 0;
    width: 338px
}

.page-survey .submit:hover {
    background-color: #065b8f
}

.page-survey .submit-wrapper {
    padding: 40px 0 0
}

.survey-inner .close-button {
    background-position: -55px -38px;
    height: 12px;
    padding: 0 16px;
    width: 12px
}

.section-error {
    height: 100px;
    margin-bottom: 450px
}

.section-error h2 {
    color: #096C9A;
    font-size: 1.6em;
    font-weight: 600
}

.section-error p {
    padding: 6px 0
}

.error,
.tool-tip.icon-error {
    color: #D00;
    font-size: 1.2em;
    padding: 6px 0 0
}

.terms-site-name {
    text-transform: uppercase
}

.pornportal-wrapper {
    height: 48px;
    position: relative;
    z-index: 1000
}

.pornportal-wrapper .pornportal-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.h-page-title,
.h-page-title2,
.terms h1.h-page-title {
    color: #096c9a;
    font-size: 26px;
    font-weight: 400;
    padding: 15px 0 30px;
    float: left
}

.side-main-info h1.h-page-title {
    white-space: nowrap
}

.h-page-title2 {
    padding: 15px 0 20px
}

.tile-container {
    display: inline-block;
    padding: 0 0 0 8px
}

.tile-container .tile-block {
    float: left;
    width: 214px;
    height: 214px;
    border-radius: 3px;
    background: #fff;
    display: table-cell;
    text-align: center;
    line-height: 214px;
    font-size: 1px;
    margin-bottom: 25px;
    margin-left: 20px
}

.tile-container .tile-block:nth-child(5n+1) {
    margin-right: 0
}

.tile-container img {
    vertical-align: middle
}

h1.h-page-title {
    position: relative;
    left: 20px
}

.cams-progress {
    max-height: 20rem;
    position: relative
}

.cams-progress::after,
.cams-progress::before {
    content: "";
    position: absolute;
    display: block
}

.cams-progress iframe.cams {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s
}

iframe.cams {
    visibility: visible;
    opacity: 1
}

.cams-progress::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .75);
    z-index: 10
}

.cams-progress::after {
    color: #0a334f;
    font-size: 40px;
    text-indent: -9999em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 54px auto;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease;
    animation: load6 1.7s infinite ease;
    top: 5rem;
    left: 50%;
    opacity: .75;
    background: 0 0;
    z-index: 11
}

.banner-controls a:after,
.main-header:after,
.tube-style a.img-wrapper:after {
    content: ''
}

@-webkit-keyframes load6 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    5%,
    95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    10%,
    59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

@keyframes load6 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    5%,
    95% {
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
    10%,
    59% {
        box-shadow: 0 -.83em 0 -.4em, -.087em -.825em 0 -.42em, -.173em -.812em 0 -.44em, -.256em -.789em 0 -.46em, -.297em -.775em 0 -.477em
    }
    20% {
        box-shadow: 0 -.83em 0 -.4em, -.338em -.758em 0 -.42em, -.555em -.617em 0 -.44em, -.671em -.488em 0 -.46em, -.749em -.34em 0 -.477em
    }
    38% {
        box-shadow: 0 -.83em 0 -.4em, -.377em -.74em 0 -.42em, -.645em -.522em 0 -.44em, -.775em -.297em 0 -.46em, -.82em -.09em 0 -.477em
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -.83em 0 -.4em, 0 -.83em 0 -.42em, 0 -.83em 0 -.44em, 0 -.83em 0 -.46em, 0 -.83em 0 -.477em
    }
}

footer {
    color: #666;
    font-weight: 600;
	font-size: 12px;
}

.button-text,
.main-header a,
.main-header li,
.top-bar-links a.header-join:hover {
    color: #FFF
}

footer .curved-shadow {
    position: relative;
    top: -42px
}

.compliance-area,
.logo-area {
    float: left
}

.logo-area {
    float: left;
    padding: 30px 0;
    text-align: center;
    width: 300px
}

.logo-area img { max-width:100%; }

.compliance-area {
    border-left: 1px solid #CCC;
    padding: 0 40px;
    width: 750px
}

.footer-biller-section,
.footer-menu,
.legal-disclaimer,
footer small {
    padding: 0 0 17px;
    display: block
}

.legal-disclaimer span {
    display: block
}

.footer-menu li {
    display: inline-block
}

.cyber-socket a,
.cyber-socket img,
.logo img {
    display: block
}

.billing-address,
.copyright {
    padding: 0 0 10px
}

.twitter-button {
    left: 10px
}

.cyber-socket {
    right: 10px
}

body {
    background-color: #CCC
}

.responsive-content {
    box-shadow: none
}

.responsive-inner {
    padding: 30px 0 15px
}

.fixed-container {
    margin-bottom: 30px;
    margin-top: 35px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.main-header {
    position: fixed;
    top: 0;
    background-color: #121416;
    height: 95px;
    width: 100%;
    z-index: 110
}

.main-header:after {
    background: #000;
    background-color: rgba(0, 0, 0, .5);
    bottom: -7px;
    display: block;
    height: 7px;
    filter: alpha(opacity=50);
    position: absolute;
    width: 100%
}

.main-header a,
.main-header ul {
    display: inline-block
}

.fixed-top-bar {
    height: 71px;
    min-width: 980px;
    width: 100%
}

.logo {
    float: left;
    padding: 0
}

.main-header nav {
    background-color: #000;
    height: 24px;
    text-align: center;
    min-width: 980px
}

.tour-content {
    padding: 95px 0 0;
    min-height: 550px
}

.header-join,
.main-header .tour-nav-link {
    display: block
}

.main-header li {
    float: left;
    font-size: 1.2em;
    line-height: 23px;
    position: relative;
    text-align: center;
    width: 122px;
    z-index: 100
}

.top-bar-links {
    float: right;
    padding: 20px 20px 0 0
}

.header-login {
    font-size: 1.2em;
    margin: 0 40px 0 0
}

.header-join {
    border-radius: 3px;
    font-size: 1.4em;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    width: 190px
}

.sites-dropdown .more-info-box {
    left: -177px;
    padding: 10px;
    top: 27px
}

.sites-dropdown .arrow {
    left: 229px;
    top: -8px
}

.sites-dropdown ul {
    background-color: #292929;
    border: 1px solid #878787;
    border-radius: 5px;
    display: block;
    padding: 10px 0 0;
    width: 464px
}

.sites-dropdown li {
    width: 150px;
    text-align: center;
    padding-left: 22px;
    padding-top: 4px
}

.follow-us {
    border: none
}

.follow-us .more-info-box {
    height: 39px;
    left: -47px;
    top: 28px;
    width: 225px;
    z-index: 20
}

.follow-us .arrow {
    top: -8px
}

.follow-us .tour-nav-link {
    float: none;
    height: auto;
    background: 0 0
}

.follow-us .tour-nav-link:after {
    background: 0 0;
    height: auto;
    display: inline
}

.more-info-box {
    display: none
}

.banners img,
.standard-screen {
    display: block
}

.banners a {
    width: 100%
}

.banner-controls {
    background-color: #121416;
    height: 130px;
    padding: 26px 0;
    text-align: center
}

.controls-inner {
    display: inline-block
}

.controls-inner img {
    height: 80px
}

.banner-controls a {
    border: 1px solid #24282C;
    display: block;
    float: left;
    height: 82px;
    margin: 0 20px;
    position: relative;
    width: 152px
}

.banner-controls a:hover:after,
.button-text,
.responsive-banner,
.responsive-banner img {
    display: block
}

.responsive-banner {
    position: relative
}

.position-bottom-left .banner-info,
.position-bottom-right .banner-info {
    bottom: 40px
}

.position-bottom-left .banner-info {
    left: 40px
}

.position-bottom-right .banner-info {
    right: 40px
}

.position-bottom-right .button-text {
    float: right
}

.responsive-banner .banner-info {
    position: absolute
}

.banner-info .banner-text {
    color: #FFF;
    display: block;
    font-size: 4em;
    line-height: 100%;
    padding: 0 0 20px
}

.button-text {
    border-radius: 5px;
    font-size: 1.4em;
    font-weight: 600;
    padding: 13px 0;
    text-align: center;
    width: 190px
}

.featured-scene-wrapper {
    height: 580px;
    width: 100%
}

.featured-scene {
    width: 670px;
    margin: 0 auto
}

.page-home .home-player {
    background: 0 0;
    height: 400px;
    padding: 40px 0 0;
    width: 670px
}

.page-home .home-player .player {
    height: 360px;
    margin: 0;
    width: 670px
}

.page-home .player-options {
    display: none
}

.scene-information {
    background: #FFF;
    background: rgba(255, 255, 255, .75);
    height: 133px;
    margin: 10px 0 0;
    padding: 15px
}

.scene-information h2 {
    font-size: 1.8em;
    font-weight: 600
}

.featured-scene-models {
    padding: 2px 0 5px
}

.featured-scene-models a {
    font-size: 1.2em;
    color: #30353c
}

.scene-information p {
    color: #41474d;
    font-size: 1.2em;
    font-weight: 600
}


.banner-holder {
    margin: 20px auto
}

.inner-thumbnail {
    width: auto
}

.thumbnail-info {
    padding: 6px 11px
}

.thumbnail {
    display: block;
    height: 158px
}

.scene-duration {
    bottom: 0;
    right: 0
}

.image-control {
    width: 86px
}

.second-image {
    left: 86px
}

.third-image {
    left: 172px
}

.sellingpoints-bar h3 {
    color: #FFF
}

.sellingpoints-list li {
    color: #3a3e42
}

footer {
    background: #f1f1f1;
    padding: 30px 0;
    text-align: center;
}
.more-info-box2,
.tube-style .view-all:after {
    display: none
}

#drop_down_li1 {
    height: 100px
}

.tube-style {
    background: #FFF
}

.tube-style .responsive-inner {
    width: 732px
}

@media screen and (min-width:1150px) {
    .tube-style .responsive-inner {
        width: 1108px
    }
}

@media screen and (min-width:1510px) {
    .tube-style .responsive-inner {
        width: 1484px
    }
}

@media screen and (min-width:1880px) {
    .tube-style .responsive-inner {
        width: 1860px
    }
}

.tube-style .paygarden-banner .responsive-inner {
    padding: 0 0 75px;
    width: 947px
}

.tube-style .responsive-inner {
    padding-top: 13px
}

.tube-style header {
    background: 0 0
}

.tube-style .card-outer-container {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tube-style .section-header {
    background: 0 0;
    color: #45484c;
    font: 600 22px/1 "Open Sans", sans-serif;
    margin: 0;
    padding: 0
}

.tube-style .latest-scenes .card-container {
    height: 275px
}

.tube-style .view-all {
    background: 0 0;
    color: #45484c;
    font-size: 16px;
    font-weight: 600;
    margin-right: 0;
    padding-right: 0;
    text-transform: lowercase
}

.tube-style .img-wrapper,
.tube-style .img-wrapper img,
.tube-style .inline-ad,
.tube-style a.img-wrapper:after {
    height: 200px;
    width: 356px;
    vertical-align: top
}

.tube-style .img-wrapper,
.tube-style .inline-ad {
    height: 255px
}

.tube-style .img-wrapper {
    background: 0 0;
    display: block;
    float: left;
    padding-top: 200px;
    position: relative
}

.tube-style .img-wrapper+.img-wrapper {
    margin-left: 20px
}

.tube-style a.img-wrapper:after {
    background: url(../images/overlay-play.png) center center no-repeat;
    background-size: 90px 90px;
    cursor: pointer;
    display: block;
    opacity: 0
}

.tube-style .img-wrapper img,
.tube-style a.img-wrapper:after {
    position: absolute;
    top: 0;
    left: 0
}

.tube-style .img-wrapper img {
    background: #EEE;
    border: 1px solid
}

.tube-style .img-wrapper .thumb-overlay {
    filter: alpha(opacity=0);
    opacity: 0
}

a.img-wrapper:hover .thumb-overlay,
a.img-wrapper:hover:after {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    filter: alpha(opacity=100);
    opacity: 1
}

.tube-style .img-wrapper .scene-data {
    padding-top: 5px;
    padding-right: 90px;
    position: relative;
    text-align: left
}

.tube-style .img-wrapper .scene-data .rating,
.tube-style .img-wrapper .scene-data .time,
.tube-style .img-wrapper .scene-data .views {
    color: #FFF;
    position: absolute;
    right: 0
}

.tube-style .img-wrapper .scene-data .time {
    background: #000;
    font-size: 14px;
    line-height: 21px;
    margin: 0 1px 1px 0;
    padding: 0 7px;
    bottom: 100%;
    z-index: 9
}

.tube-style .img-wrapper .scene-data .rating {
    background: #2ad0f9;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    padding: 0 7px;
    top: 5px;
    text-align: right;
    width: 75px
}

.tube-style .img-wrapper .scene-data .rating:before {
    background: url(../images/bg-btn-rating.png) no-repeat;
    content: '\0020';
    display: block;
    float: left;
    margin: 2px 0;
    width: 20px;
    height: 20px
}

.tube-style .img-wrapper .scene-data .models,
.tube-style .img-wrapper .scene-data .title,
.tube-style .img-wrapper .scene-data .views {
    font-weight: 600;
    line-height: 20px
}

.tube-style .img-wrapper .scene-data .models,
.tube-style .img-wrapper .scene-data .title {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.tube-style .img-wrapper .scene-data .title {
    font-weight: 700;
    font-size: 15px;
    height: 25px;
    line-height: 25px
}

.tube-style .img-wrapper .scene-data .models {
    color: #81878f;
    font-size: 12px
}

.tube-style .img-wrapper .scene-data .views {
    color: #999;
    font-size: 11px;
    line-height: 20px;
    top: 30px
}

.tube-style .img-wrapper .scene-data .views b {
    font-weight: 600
}

.tube-style .most-popular-scenes-large .release-card-container {
    height: auto;
    margin-left: -20px;
    overflow: visible;
    width: auto
}

.tube-style .most-popular-scenes-large .release-card-container .img-wrapper {
    margin-left: 20px;
    margin-bottom: 20px
}

@media screen and (min-width:1150px) and (max-width:1509px) {
    .tube-style .most-popular-scenes-large .release-card-container .img-wrapper:last-child {
        display: none
    }
}

.tube-style .card-container.model {
    height: auto;
    display: table;
    margin: 0 auto;
    width: auto
}

.tube-style .card-container.model .container-inner {
    display: table-row;
    margin: 0;
    width: 100%
}

.tube-style .card-container.model .model-card {
    display: table-cell;
    width: 33%
}

@media screen and (max-width:1149px) {
    .tube-style .card-container.model .model-card:nth-child(4),
    .tube-style .card-container.model .model-card:nth-child(5),
    .tube-style .card-container.model .model-card:nth-child(6) {
        display: none
    }
}

@media screen and (min-width:1150px) and (max-width:1509px) {
    .tube-style .card-container.model .model-card {
        width: 25%
    }
    .tube-style .card-container.model .model-card:nth-child(5),
    .tube-style .card-container.model .model-card:nth-child(6) {
        display: none
    }
}

@media screen and (min-width:1510px) and (max-width:1879px) {
    .tube-style .card-container.model .model-card {
        width: 20%
    }
    .tube-style .card-container.model .model-card:nth-child(6) {
        display: none
    }
}

@media screen and (min-width:1880px) {
    .tube-style .card-container.model .model-card {
        width: 16.6667%
    }
}

.tube-style .model-card {
    border: 0;
    padding: 0 10px;
    height: 425px;
    width: 289px
}

.tube-style .model-card img {
    display: block;
    width: 289px;
    max-width: 100%
}

.tube-style .exclusive-overlay {
    right: 4px
}

.tube-style .model-information {
    padding-top: 5px;
    position: relative;
    width: 100%
}

.tube-style .model-information a {
    display: block;
    line-height: 23px;
    text-decoration: none
}

.tube-style .like-ammount {
    background: #2ad0f9;
    position: absolute;
    right: 0;
    top: 5px
}