@charset "utf-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.modalContainer {
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    top: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 100
}

.modalContainer .modalBackground {
    background: 0 0;
    bottom: 0;
    left: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100
}

.modalOpen .modalContainer {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    text-align: center
}

.androidOldModal .modalContainer {
    position: absolute
}

.modalWrapper {
    display: none
}

#modalWrapMTubes,
.modal {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    background-color: #171717;
    margin: 20px auto;
    width: auto;
    z-index: 10000005;
    border: 4px solid #db8106;
    left: 0;
    text-align: left;
    color: #fff
}

#modalWrapMTubes.leavePageModal,
.modal.leavePageModal {
    text-align: center
}

#modalWrapMTubes.infoModalContainer .modalMTubes,
.modal.infoModalContainer .modalMTubes {
    top: 25%;
    position: relative;
    background-color: #171717;
    border: 4px solid #db8106;
    border-radius: 3px
}

#modalWrapMTubes.infoModalContainer .modalMTubes .modal-body,
.modal.infoModalContainer .modalMTubes .modal-body {
    padding: 45px;
    max-width: 300px;
    margin: 0 auto;
    text-align: center
}

#modalWrapMTubes.infoModalContainer .modalMTubes .modal-body .text,
.modal.infoModalContainer .modalMTubes .modal-body .text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

@tablet Min600 {
    font-size: 17px
}

#modalWrapMTubes.infoModalContainer .modalMTubes .modal-body .orangeButton,
.modal.infoModalContainer .modalMTubes .modal-body .orangeButton {
    padding: 5px 10px
}

#modalWrapMTubes .modal-title,
.modal .modal-title {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase
}

#modalWrapMTubes .modal-body,
.modal .modal-body {
    margin: auto;
    padding: 30px
}

#modalWrapMTubes .modal-body .text,
.modal .modal-body .text {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px
}

#modalWrapMTubes .modal-body .error-text,
#modalWrapMTubes .modal-body .success-text,
.modal .modal-body .error-text,
.modal .modal-body .success-text {
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: 700
}

#modalWrapMTubes .modal-body .success-text,
.modal .modal-body .success-text {
    color: #62ae2c
}

#modalWrapMTubes .modal-body .error-text,
.modal .modal-body .error-text {
    color: red
}

#modalWrapMTubes .modal-close,
.modal .modal-close {
    background-repeat: no-repeat;
    background-size: 283px 266px;
    width: 25px;
    height: 25px;
    background-position: -126px -213px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 15px;
    top: 15px
}

#infoModal #modalWrapMTubes .modal-body,
#infoModal .modal .modal-body {
    max-width: 300px;
    margin: 40px 60px 30px;
    text-align: center
}

#modalWrapMTubes.yesNoModalContainer .embed-content,
.modal.yesNoModalContainer .embed-content {
    width: 285px;
    height: 260px
}

#modalWrapMTubes.yesNoModalContainer .closeMTubes,
.modal.yesNoModalContainer .closeMTubes {
    right: 15px;
    top: 30px;
    font-size: 1.35em;
    color: #4e4e4e;
    border-radius: 0
}

#modalWrapMTubes.yesNoModalContainer .modal-body button,
.modal.yesNoModalContainer .modal-body button {
    width: 80px;
    padding: 6px
}

#modalWrapMTubes.yesNoModalContainer .customCheckboxContainer,
.modal.yesNoModalContainer .customCheckboxContainer {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative
}

#modalWrapMTubes.yesNoModalContainer .customCheckboxContainer input,
.modal.yesNoModalContainer .customCheckboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

#modalWrapMTubes.yesNoModalContainer .customCheckboxContainer input:checked~.checkbox:after,
.modal.yesNoModalContainer .customCheckboxContainer input:checked~.checkbox:after {
    display: block
}

#modalWrapMTubes.yesNoModalContainer .customCheckboxContainer .checkbox,
.modal.yesNoModalContainer .customCheckboxContainer .checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #3a3a3a;
    display: inline-block;
    vertical-align: middle;
    background-color: #191919;
    margin-right: 5px
}

#modalWrapMTubes.yesNoModalContainer .customCheckboxContainer .checkbox:after,
.modal.yesNoModalContainer .customCheckboxContainer .checkbox:after {
    content: '';
    display: none;
    width: 14px;
    height: 13px;
    left: 2px;
    position: absolute;
    top: 4px
}

#modalWrapMTubes.yesNoModalContainer .customCheckboxContainer .inputLabel,
.modal.yesNoModalContainer .customCheckboxContainer .inputLabel {
    vertical-align: middle
}

#flagPhotoModal #modalWrapMTubes,
#flagPhotoModal .modal,
#flagVideoModal #modalWrapMTubes,
#flagVideoModal .modal {
    width: 460px
}

#flagPhotoModal #modalWrapMTubes .notice,
#flagPhotoModal .modal .notice,
#flagVideoModal #modalWrapMTubes .notice,
#flagVideoModal .modal .notice {
    display: none
}

#flagPhotoModal #modalWrapMTubes input[type=radio],
#flagPhotoModal .modal input[type=radio],
#flagVideoModal #modalWrapMTubes input[type=radio],
#flagVideoModal .modal input[type=radio] {
    line-height: 26px;
    font-size: 17px
}

#flagPhotoModal #modalWrapMTubes p,
#flagPhotoModal .modal p,
#flagVideoModal #modalWrapMTubes p,
#flagVideoModal .modal p {
    margin: 20px auto 10px
}

#flagPhotoModal #modalWrapMTubes textarea,
#flagPhotoModal .modal textarea,
#flagVideoModal #modalWrapMTubes textarea,
#flagVideoModal .modal textarea {
    width: 100%;
    height: 70px
}

#flagPhotoModal #modalWrapMTubes button,
#flagPhotoModal .modal button,
#flagVideoModal #modalWrapMTubes button,
#flagVideoModal .modal button {
    padding: 5px;
    width: 100px;
    margin-top: 20px
}

#embedVideoModal #modalWrapMTubes,
#embedVideoModal .modal {
    width: 485px;
    height: 260px
}

#embedVideoModal #modalWrapMTubes textarea,
#embedVideoModal .modal textarea {
    width: 480px;
    height: 160px;
    resize: none
}

#friendRequestModal #modalWrapMTubes,
#friendRequestModal .modal {
    max-width: 655px;
    width: 95%
}

#friendRequestModal #modalWrapMTubes .lightGrey,
#friendRequestModal .modal .lightGrey {
    background-color: #333;
    padding: 30px 36px 10px;
    overflow: hidden
}

#friendRequestModal #modalWrapMTubes .lightGrey .contentWrapper,
#friendRequestModal .modal .lightGrey .contentWrapper {
    float: left;
    width: 85%
}

#friendRequestModal #modalWrapMTubes .lightGrey .contentWrapper .modal-title-friend,
#friendRequestModal .modal .lightGrey .contentWrapper .modal-title-friend {
    font-size: 18px;
    margin-bottom: 7px;
    text-transform: uppercase
}

#friendRequestModal #modalWrapMTubes .lightGrey .contentWrapper p,
#friendRequestModal .modal .lightGrey .contentWrapper p {
    width: 100%;
    color: #ababab;
    text-shadow: -1px 0 0 rgba(0, 0, 0, .75)
}

#friendRequestModal #modalWrapMTubes .lightGrey .imgWrapper,
#friendRequestModal .modal .lightGrey .imgWrapper {
    width: 15%
}

#friendRequestModal #modalWrapMTubes .lightGrey .imgWrapper img,
#friendRequestModal .modal .lightGrey .imgWrapper img {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 64px;
    height: 64px
}

#friendRequestModal #modalWrapMTubes .darkGrey,
#friendRequestModal .modal .darkGrey {
    background-color: #181818;
    padding: 30px
}

#friendRequestModal #modalWrapMTubes .darkGrey textarea,
#friendRequestModal .modal .darkGrey textarea {
    width: 96.5%;
    height: 50px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 10px 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 14px
}

#friendRequestModal #modalWrapMTubes .darkGrey .userSubcribe,
#friendRequestModal .modal .darkGrey .userSubcribe {
    width: 40%;
    padding-top: 5px;
    overflow: hidden;
    float: left
}

#friendRequestModal #modalWrapMTubes .darkGrey .userSubcribe label,
#friendRequestModal .modal .darkGrey .userSubcribe label {
    width: 100%;
    color: #666;
    margin-right: 6px
}

#friendRequestModal #modalWrapMTubes .darkGrey .btnWrapper,
#friendRequestModal .modal .darkGrey .btnWrapper {
    width: 50%;
    overflow: hidden;
    float: right;
    margin-bottom: 20px
}

#friendRequestModal #modalWrapMTubes .darkGrey .btnWrapper a,
#friendRequestModal .modal .darkGrey .btnWrapper a {
    display: block;
    margin: 10px
}

#create-playlist-modal #modalWrapMTubes,
#create-playlist-modal .modal {
    width: 371px
}

#modalWrapMTubes .yesNoModalContainer.redesign .modal {
    border: 1px solid #313131;
    background: #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

#modalWrapMTubes .yesNoModalContainer.redesign .modal-title {
    background: 0 0;
    margin: 0;
    margin-top: 26px;
    padding: 16px 16px 0;
    color: #fff
}

#modalWrapMTubes .yesNoModalContainer.redesign .modal-body {
    padding: 16px;
    color: #c6c6c6
}

#modalWrapMTubes .yesNoModalContainer.redesign .modal-body .text {
    font-size: 14px
}

#modalWrapMTubes .yesNoModalContainer.redesign .modal-body .yesBtn {
    float: right;
    padding: 12px;
    width: 114px
}

#modalWrapMTubes .yesNoModalContainer.redesign .modal-body .noBtn {
    background: 0 0;
    color: #ff9000;
    padding: 12px;
    margin-right: 28px
}

#modalWrapMTubes .yesNoModalContainer.redesign .textRight {
    text-align: right
}

#modalWrapMTubes .yesNoModalContainer.redesign .yesNoModalConfirmation {
    display: none
}

#modalWrapMTubes .yesNoModalContainer.redesign .closeMTubes {
    top: 41px;
    right: 21px;
    background-image: none
}

#modalWrapMTubes .yesNoModalContainer.redesign .closeMTubes svg {
    width: 14px;
    height: 14px;
    fill: #969696
}

#modalWrapMTubes {
    border: none;
    margin: 0;
    background: rgba(0, 0, 0, .75)
}

#modalWrapMTubes .elOpenMTubes {
    margin: 0 auto
}

#modalWrapMTubes .loginModal,
#modalWrapMTubes .loginModal2fa {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    max-width: 450px
}

#modalWrapMTubes .loginModal .loginModal2faWrapper .signInWrap,
#modalWrapMTubes .loginModal .loginModal2faWrapper .signUpWrap,
#modalWrapMTubes .loginModal .signInModalWrapper .signInWrap,
#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap,
#modalWrapMTubes .loginModal2fa .loginModal2faWrapper .signInWrap,
#modalWrapMTubes .loginModal2fa .loginModal2faWrapper .signUpWrap,
#modalWrapMTubes .loginModal2fa .signInModalWrapper .signInWrap,
#modalWrapMTubes .loginModal2fa .signInModalWrapper .signUpWrap {
    width: 420px
}

@media only screen and (max-width:600px) {

    #modalWrapMTubes .loginModal .loginModal2faWrapper .signInWrap,
    #modalWrapMTubes .loginModal .loginModal2faWrapper .signUpWrap,
    #modalWrapMTubes .loginModal .signInModalWrapper .signInWrap,
    #modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap,
    #modalWrapMTubes .loginModal2fa .loginModal2faWrapper .signInWrap,
    #modalWrapMTubes .loginModal2fa .loginModal2faWrapper .signUpWrap,
    #modalWrapMTubes .loginModal2fa .signInModalWrapper .signInWrap,
    #modalWrapMTubes .loginModal2fa .signInModalWrapper .signUpWrap {
        width: auto
    }
}

#modalWrapMTubes .loginModal .loginModal2faWrapper img.logo,
#modalWrapMTubes .loginModal .signInModalWrapper img.logo,
#modalWrapMTubes .loginModal2fa .loginModal2faWrapper img.logo,
#modalWrapMTubes .loginModal2fa .signInModalWrapper img.logo {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    width: 114px
}

#modalWrapMTubes .loginModal .modal-body,
#modalWrapMTubes .loginModal2fa .modal-body {
    padding: 30px 15px 15px 15px
}

#modalWrapMTubes .loginModal .signInWrap .modal-body,
#modalWrapMTubes .loginModal2fa .signInWrap .modal-body {
    padding-top: 48px
}

#modalWrapMTubes .loginModal .signInWrap .modal-body.userVerificationModal,
#modalWrapMTubes .loginModal2fa .signInWrap .modal-body.userVerificationModal {
    padding-top: 20px
}

@media only screen and (max-width:600px) {

    #modalWrapMTubes .loginModal,
    #modalWrapMTubes .loginModal2fa {
        width: 95%;
        margin: 0 auto
    }
}

@media (max-height:550px) {

    #modalWrapMTubes .loginModal,
    #modalWrapMTubes .loginModal2fa {
        top: 10px;
        transform: none
    }
}

#modalWrapMTubes .loginModal .ph-icon-clear,
#modalWrapMTubes .loginModal2fa .ph-icon-clear {
    width: auto;
    height: auto;
    border: none;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 14px;
    top: 15px;
    background-color: transparent;
    background-image: none;
    color: #6a6a6a;
    font-size: 14px
}

#modalWrapMTubes .loginModal .ph-icon-clear:hover,
#modalWrapMTubes .loginModal2fa .ph-icon-clear:hover {
    color: #c6c6c6
}

.loginModal2faWrapper,
.signInModalWrapper {
    background: #151515;
    border: 1px solid #151515;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px
}

.loginModal2faWrapper .floatLeft,
.signInModalWrapper .floatLeft {
    float: left
}

.loginModal2faWrapper .floatRight,
.signInModalWrapper .floatRight {
    float: right
}

.loginModal2faWrapper .signinError,
.signInModalWrapper .signinError {
    color: #e44545;
    background: 0 0;
    padding-bottom: 10px;
    font-size: 13px;
    margin-top: -20px
}

.loginModal2faWrapper #signinLoggingin,
.loginModal2faWrapper .twoStepVerificationMessage.verificationSuccess,
.signInModalWrapper #signinLoggingin,
.signInModalWrapper .twoStepVerificationMessage.verificationSuccess {
    color: #34c759;
    display: block;
    text-align: center;
    margin-bottom: 10px
}

.loginModal2faWrapper #signinLoggingin .greenLoader,
.loginModal2faWrapper .twoStepVerificationMessage.verificationSuccess .greenLoader,
.signInModalWrapper #signinLoggingin .greenLoader,
.signInModalWrapper .twoStepVerificationMessage.verificationSuccess .greenLoader {
    width: 12px;
    height: 12px;
    border: 2px solid #34c759;
    border-bottom-color: transparent;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loginModal2faWrapper .mainModalTitle,
.signInModalWrapper .mainModalTitle {
    text-align: center;
    padding: 48px 0 0;
    font-size: 24px;
    font-weight: 700
}

.loginModal2faWrapper .mainModalTitle .subtitle,
.signInModalWrapper .mainModalTitle .subtitle {
    display: block;
    text-align: center;
    color: #c6c6c6;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px
}

.loginModal2faWrapper .js-loginFormModal,
.signInModalWrapper .js-loginFormModal {
    zoom: 1
}

.loginModal2faWrapper .js-loginFormModal:after,
.loginModal2faWrapper .js-loginFormModal:before,
.signInModalWrapper .js-loginFormModal:after,
.signInModalWrapper .js-loginFormModal:before {
    display: table;
    content: ""
}

.loginModal2faWrapper .js-loginFormModal:after,
.signInModalWrapper .js-loginFormModal:after {
    clear: both
}

.loginModal2faWrapper .js-loginFormModal::after,
.loginModal2faWrapper .js-loginFormModal::before,
.signInModalWrapper .js-loginFormModal::after,
.signInModalWrapper .js-loginFormModal::before {
    display: table;
    content: ""
}

.loginModal2faWrapper .js-loginFormModal::after,
.signInModalWrapper .js-loginFormModal::after {
    clear: both;
    zoom: 1
}

.loginModal2faWrapper .js-loginFormModal:after,
.loginModal2faWrapper .js-loginFormModal:before,
.signInModalWrapper .js-loginFormModal:after,
.signInModalWrapper .js-loginFormModal:before {
    content: "";
    display: table
}

.loginModal2faWrapper .js-loginFormModal:after,
.signInModalWrapper .js-loginFormModal:after {
    clear: both
}

.loginModal2faWrapper .js-loginFormModal:after,
.loginModal2faWrapper .js-loginFormModal:before,
.signInModalWrapper .js-loginFormModal:after,
.signInModalWrapper .js-loginFormModal:before {
    content: "";
    display: table
}

.loginModal2faWrapper .js-loginFormModal:after,
.signInModalWrapper .js-loginFormModal:after {
    clear: both
}

.loginModal2faWrapper .js-loginFormModal input[type=password],
.loginModal2faWrapper .js-loginFormModal input[type=text],
.signInModalWrapper .js-loginFormModal input[type=password],
.signInModalWrapper .js-loginFormModal input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid rgba(106, 106, 106, .25);
    background: #212121;
    padding: 13px 17px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #c6c6c6;
    height: auto;
    line-height: normal
}

.loginModal2faWrapper .js-loginFormModal input[type=password]::-webkit-input-placeholder,
.loginModal2faWrapper .js-loginFormModal input[type=text]::-webkit-input-placeholder,
.signInModalWrapper .js-loginFormModal input[type=password]::-webkit-input-placeholder,
.signInModalWrapper .js-loginFormModal input[type=text]::-webkit-input-placeholder {
    color: #6a6a6a
}

.loginModal2faWrapper .js-loginFormModal input[type=password]::-moz-placeholder,
.loginModal2faWrapper .js-loginFormModal input[type=text]::-moz-placeholder,
.signInModalWrapper .js-loginFormModal input[type=password]::-moz-placeholder,
.signInModalWrapper .js-loginFormModal input[type=text]::-moz-placeholder {
    color: #6a6a6a
}

.loginModal2faWrapper .js-loginFormModal input[type=password].signup_field:active,
.loginModal2faWrapper .js-loginFormModal input[type=password].signup_field:focus,
.loginModal2faWrapper .js-loginFormModal input[type=text].signup_field:active,
.loginModal2faWrapper .js-loginFormModal input[type=text].signup_field:focus,
.signInModalWrapper .js-loginFormModal input[type=password].signup_field:active,
.signInModalWrapper .js-loginFormModal input[type=password].signup_field:focus,
.signInModalWrapper .js-loginFormModal input[type=text].signup_field:active,
.signInModalWrapper .js-loginFormModal input[type=text].signup_field:focus {
    border-color: #c6c6c6
}

.loginModal2faWrapper .js-loginFormModal input[type=password].signin_error,
.loginModal2faWrapper .js-loginFormModal input[type=text].signin_error,
.signInModalWrapper .js-loginFormModal input[type=password].signin_error,
.signInModalWrapper .js-loginFormModal input[type=text].signin_error {
    border-color: #e44545
}

.loginModal2faWrapper .js-loginFormModal .ph-icon-error,
.signInModalWrapper .js-loginFormModal .ph-icon-error {
    position: relative;
    float: right;
    color: #e44545;
    font-size: 20px;
    margin-top: -41px;
    margin-right: 12px
}

.loginModal2faWrapper .js-loginFormModal .loginAccessRemember,
.signInModalWrapper .js-loginFormModal .loginAccessRemember {
    margin: 10px auto;
    overflow: hidden;
    padding-right: 15px
}

.loginModal2faWrapper .js-loginFormModal .loginAccessRemember .rememberMeText,
.signInModalWrapper .js-loginFormModal .loginAccessRemember .rememberMeText {
    font-size: 14px;
    font-weight: 400;
    margin-top: -2px;
    width: 240px;
    color: #fff
}

.loginModal2faWrapper .js-loginFormModal .loginAccessRemember .rememberMeText span,
.signInModalWrapper .js-loginFormModal .loginAccessRemember .rememberMeText span {
    margin-left: 30px;
    color: #c6c6c6;
    display: block
}

@media (min-width:320px) and (max-width:640px) {

    .loginModal2faWrapper .js-loginFormModal .loginAccessRemember .rememberMeText span,
    .signInModalWrapper .js-loginFormModal .loginAccessRemember .rememberMeText span {
        display: block
    }
}

.loginModal2faWrapper .js-loginFormModal .loginAccessRemember #signinRemember,
.signInModalWrapper .js-loginFormModal .loginAccessRemember #signinRemember {
    float: left;
    margin: 2px 5px 0 0
}

.loginModal2faWrapper .js-loginFormModal .loginAccessRemember input[type=checkbox],
.signInModalWrapper .js-loginFormModal .loginAccessRemember input[type=checkbox] {
    display: none
}

.loginModal2faWrapper .js-loginFormModal .loginAccessRemember input[type=checkbox]:checked+span.checkbox,
.signInModalWrapper .js-loginFormModal .loginAccessRemember input[type=checkbox]:checked+span.checkbox {
    background: #ff9000;
    border: 1px solid #ff9000
}

.loginModal2faWrapper .js-loginFormModal .loginAccessRemember input[type=checkbox]:checked+span.checkbox i.ph-icon-done,
.signInModalWrapper .js-loginFormModal .loginAccessRemember input[type=checkbox]:checked+span.checkbox i.ph-icon-done {
    display: block
}

.loginModal2faWrapper .js-loginFormModal .loginAccessRemember span.checkbox,
.signInModalWrapper .js-loginFormModal .loginAccessRemember span.checkbox {
    display: inline-block;
    margin-right: 8px;
    border: 1px solid rgba(106, 106, 106, .25);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #2f2f2f;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    position: relative
}

.loginModal2faWrapper .js-loginFormModal .loginAccessRemember span.checkbox:hover,
.signInModalWrapper .js-loginFormModal .loginAccessRemember span.checkbox:hover {
    cursor: pointer
}

.loginModal2faWrapper .js-loginFormModal .loginAccessRemember span.checkbox i.ph-icon-done,
.signInModalWrapper .js-loginFormModal .loginAccessRemember span.checkbox i.ph-icon-done {
    display: none;
    color: #000;
    margin-top: 4px;
    margin-left: 2.5px;
    font-size: 10px;
    font-weight: 700
}

@media only screen and (max-width:600px) {

    .loginModal2faWrapper .js-loginFormModal .loginAccessRemember span.checkbox i.ph-icon-done,
    .signInModalWrapper .js-loginFormModal .loginAccessRemember span.checkbox i.ph-icon-done {
        margin-top: 3px;
        margin-left: 1.5px
    }
}

.loginModal2faWrapper .js-loginFormModal .captchaLoginBlock .g-recaptcha,
.signInModalWrapper .js-loginFormModal .captchaLoginBlock .g-recaptcha {
    margin: 20px 0
}

.loginModal2faWrapper .js-loginFormModal #signinSubmit,
.signInModalWrapper .js-loginFormModal #signinSubmit {
    display: inline-block;
    padding: 12px 37px;
    margin: 0 auto 25px auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 700;
    min-width: 128px;
    background: #ff9000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.loginModal2faWrapper .js-loginFormModal #signinSubmit.disabled,
.signInModalWrapper .js-loginFormModal #signinSubmit.disabled {
    background: #2f2f2f;
    color: #969696;
    cursor: default
}

.loginModal2faWrapper .js-loginFormModal .leftCol,
.signInModalWrapper .js-loginFormModal .leftCol {
    padding-top: 25px
}

@media (min-width:320px) and (max-width:640px) {

    .loginModal2faWrapper .js-loginFormModal .leftCol,
    .signInModalWrapper .js-loginFormModal .leftCol {
        margin-left: -9px
    }
}

.loginModal2faWrapper .js-loginFormModal .leftCol .separator,
.signInModalWrapper .js-loginFormModal .leftCol .separator {
    color: #3f3f3f;
    text-shadow: 1px 0 0 #3f3f3f
}

.loginModal2faWrapper .js-loginFormModal .leftCol li,
.signInModalWrapper .js-loginFormModal .leftCol li {
    display: inline
}

.loginModal2faWrapper .js-loginFormModal .leftCol li #signinConfirmationEmail,
.loginModal2faWrapper .js-loginFormModal .leftCol li #signinForgotpassword,
.signInModalWrapper .js-loginFormModal .leftCol li #signinConfirmationEmail,
.signInModalWrapper .js-loginFormModal .leftCol li #signinForgotpassword {
    font-size: 13px
}

.loginModal2faWrapper .js-loginFormModal .leftCol li #signinConfirmationEmail:hover,
.loginModal2faWrapper .js-loginFormModal .leftCol li #signinForgotpassword:hover,
.signInModalWrapper .js-loginFormModal .leftCol li #signinConfirmationEmail:hover,
.signInModalWrapper .js-loginFormModal .leftCol li #signinForgotpassword:hover {
    text-decoration: underline
}

@media only screen and (max-width:600px) {

    .loginModal2faWrapper .js-loginFormModal .leftCol li #signinConfirmationEmail,
    .loginModal2faWrapper .js-loginFormModal .leftCol li #signinForgotpassword,
    .signInModalWrapper .js-loginFormModal .leftCol li #signinConfirmationEmail,
    .signInModalWrapper .js-loginFormModal .leftCol li #signinForgotpassword {
        font-size: 12px
    }
}

.loginModal2faWrapper .js-loginFormModal .textCenter,
.signInModalWrapper .js-loginFormModal .textCenter {
    text-align: center
}

.loginModal2faWrapper .js-loginFormModal .createAccount,
.signInModalWrapper .js-loginFormModal .createAccount {
    font-size: 14px
}

.loginModal2faWrapper .js-loginFormModal .createAccount a,
.signInModalWrapper .js-loginFormModal .createAccount a {
    font-weight: 700
}

#modalWrapMTubes .loginModal2fa .loginModal2faWrapper .modal-body {
    padding: 10px 15px 15px 15px
}

#modalWrapMTubes .loginModal2fa .loginModal2faWrapper .modal-body .textContent {
    font-size: 14px
}

#modalWrapMTubes .loginModal2fa .loginModal2faWrapper .modal-body .textAlign {
    text-align: right;
    margin-top: 20px
}

#modalWrapMTubes .loginModal2fa .loginModal2faWrapper .modal-body .textAlign .greyButton {
    background: 0 0;
    color: #ff9000
}

@media only screen and (max-width:600px) {
    #modalWrapMTubes .loginModal2fa .loginModal2faWrapper .modal-body {
        padding: 10px 15px 15px 15px
    }

    #modalWrapMTubes .loginModal2fa .loginModal2faWrapper .modal-body .textAlign {
        text-align: center
    }

    #modalWrapMTubes .loginModal2fa .loginModal2faWrapper .modal-body .textAlign .buttonBase {
        padding: 9px 20px
    }
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal,
.signupModalWrapper .js-userVerificationModal,
.signupModalWrapper .twoStepVerificationModal {
    text-align: center
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .modalContent,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .modalContent,
.signupModalWrapper .js-userVerificationModal .modalContent,
.signupModalWrapper .twoStepVerificationModal .modalContent {
    padding-top: 0;
    text-align: center
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal h1,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal h1,
.signupModalWrapper .js-userVerificationModal h1,
.signupModalWrapper .twoStepVerificationModal h1 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent,
.signupModalWrapper .js-userVerificationModal .codeContent,
.signupModalWrapper .twoStepVerificationModal .codeContent {
    zoom: 1;
    margin-bottom: 20px
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent:after,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent:before,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent:after,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent:before,
.signupModalWrapper .js-userVerificationModal .codeContent:after,
.signupModalWrapper .js-userVerificationModal .codeContent:before,
.signupModalWrapper .twoStepVerificationModal .codeContent:after,
.signupModalWrapper .twoStepVerificationModal .codeContent:before {
    display: table;
    content: ""
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent:after,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent:after,
.signupModalWrapper .js-userVerificationModal .codeContent:after,
.signupModalWrapper .twoStepVerificationModal .codeContent:after {
    clear: both
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent::after,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent::before,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent::after,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent::before,
.signupModalWrapper .js-userVerificationModal .codeContent::after,
.signupModalWrapper .js-userVerificationModal .codeContent::before,
.signupModalWrapper .twoStepVerificationModal .codeContent::after,
.signupModalWrapper .twoStepVerificationModal .codeContent::before {
    display: table;
    content: ""
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent::after,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent::after,
.signupModalWrapper .js-userVerificationModal .codeContent::after,
.signupModalWrapper .twoStepVerificationModal .codeContent::after {
    clear: both;
    zoom: 1
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent:after,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent:before,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent:after,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent:before,
.signupModalWrapper .js-userVerificationModal .codeContent:after,
.signupModalWrapper .js-userVerificationModal .codeContent:before,
.signupModalWrapper .twoStepVerificationModal .codeContent:after,
.signupModalWrapper .twoStepVerificationModal .codeContent:before {
    content: "";
    display: table
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent:after,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent:after,
.signupModalWrapper .js-userVerificationModal .codeContent:after,
.signupModalWrapper .twoStepVerificationModal .codeContent:after {
    clear: both
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent:after,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent:before,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent:after,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent:before,
.signupModalWrapper .js-userVerificationModal .codeContent:after,
.signupModalWrapper .js-userVerificationModal .codeContent:before,
.signupModalWrapper .twoStepVerificationModal .codeContent:after,
.signupModalWrapper .twoStepVerificationModal .codeContent:before {
    content: "";
    display: table
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent:after,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeContent:after,
.signupModalWrapper .js-userVerificationModal .codeContent:after,
.signupModalWrapper .twoStepVerificationModal .codeContent:after {
    clear: both
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .verificationSuccess,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .verificationSuccess,
.signupModalWrapper .js-userVerificationModal .verificationSuccess,
.signupModalWrapper .twoStepVerificationModal .verificationSuccess {
    color: #34c759
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .verificationError,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .verificationError,
.signupModalWrapper .js-userVerificationModal .verificationError,
.signupModalWrapper .twoStepVerificationModal .verificationError {
    color: #e53b1a;
    font-size: 12px;
    margin: 0 0 18px
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .resendCodeResponse>div,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .resendCodeResponse>div,
.signupModalWrapper .js-userVerificationModal .resendCodeResponse>div,
.signupModalWrapper .twoStepVerificationModal .resendCodeResponse>div {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .resendCodeResponse .resendCodeStatus,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .resendCodeResponse .resendCodeStatus,
.signupModalWrapper .js-userVerificationModal .resendCodeResponse .resendCodeStatus,
.signupModalWrapper .twoStepVerificationModal .resendCodeResponse .resendCodeStatus {
    text-transform: capitalize
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal h5,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal h5,
.signupModalWrapper .js-userVerificationModal h5,
.signupModalWrapper .twoStepVerificationModal h5 {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-weight: 400
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal h5.note,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal h5.note,
.signupModalWrapper .js-userVerificationModal h5.note,
.signupModalWrapper .twoStepVerificationModal h5.note {
    font-size: 12px;
    margin-top: 10px;
    color: #ccc
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal h5.displayNone,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal h5.displayNone,
.signupModalWrapper .js-userVerificationModal h5.displayNone,
.signupModalWrapper .twoStepVerificationModal h5.displayNone {
    display: none
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal label,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal label,
.signupModalWrapper .js-userVerificationModal label,
.signupModalWrapper .twoStepVerificationModal label {
    display: block;
    color: #969696;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #btnVerifyCode,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #enterVerificationCode,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #loginPageBtnVerifyCode,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #loginPageEnterVerificationCode,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #btnVerifyCode,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #enterVerificationCode,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #loginPageBtnVerifyCode,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #loginPageEnterVerificationCode,
.signupModalWrapper .js-userVerificationModal #btnVerifyCode,
.signupModalWrapper .js-userVerificationModal #enterVerificationCode,
.signupModalWrapper .js-userVerificationModal #loginPageBtnVerifyCode,
.signupModalWrapper .js-userVerificationModal #loginPageEnterVerificationCode,
.signupModalWrapper .twoStepVerificationModal #btnVerifyCode,
.signupModalWrapper .twoStepVerificationModal #enterVerificationCode,
.signupModalWrapper .twoStepVerificationModal #loginPageBtnVerifyCode,
.signupModalWrapper .twoStepVerificationModal #loginPageEnterVerificationCode {
    width: 40%;
    padding: 8px 20px
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #enterVerificationCode,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #loginPageEnterVerificationCode,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #enterVerificationCode,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #loginPageEnterVerificationCode,
.signupModalWrapper .js-userVerificationModal #enterVerificationCode,
.signupModalWrapper .js-userVerificationModal #loginPageEnterVerificationCode,
.signupModalWrapper .twoStepVerificationModal #enterVerificationCode,
.signupModalWrapper .twoStepVerificationModal #loginPageEnterVerificationCode {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 1px solid rgba(106, 106, 106, .25);
    background: #212121;
    padding: 10px;
    color: #c6c6c6;
    font-size: 16px;
    display: block;
    margin: 0 auto 25px;
    -moz-appearance: textfield
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #enterVerificationCode::-webkit-inner-spin-button,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #enterVerificationCode::-webkit-outer-spin-button,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #loginPageEnterVerificationCode::-webkit-inner-spin-button,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #loginPageEnterVerificationCode::-webkit-outer-spin-button,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #enterVerificationCode::-webkit-inner-spin-button,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #enterVerificationCode::-webkit-outer-spin-button,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #loginPageEnterVerificationCode::-webkit-inner-spin-button,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #loginPageEnterVerificationCode::-webkit-outer-spin-button,
.signupModalWrapper .js-userVerificationModal #enterVerificationCode::-webkit-inner-spin-button,
.signupModalWrapper .js-userVerificationModal #enterVerificationCode::-webkit-outer-spin-button,
.signupModalWrapper .js-userVerificationModal #loginPageEnterVerificationCode::-webkit-inner-spin-button,
.signupModalWrapper .js-userVerificationModal #loginPageEnterVerificationCode::-webkit-outer-spin-button,
.signupModalWrapper .twoStepVerificationModal #enterVerificationCode::-webkit-inner-spin-button,
.signupModalWrapper .twoStepVerificationModal #enterVerificationCode::-webkit-outer-spin-button,
.signupModalWrapper .twoStepVerificationModal #loginPageEnterVerificationCode::-webkit-inner-spin-button,
.signupModalWrapper .twoStepVerificationModal #loginPageEnterVerificationCode::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #enterVerificationCode:active,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #enterVerificationCode:focus,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #loginPageEnterVerificationCode:active,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #loginPageEnterVerificationCode:focus,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #enterVerificationCode:active,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #enterVerificationCode:focus,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #loginPageEnterVerificationCode:active,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #loginPageEnterVerificationCode:focus,
.signupModalWrapper .js-userVerificationModal #enterVerificationCode:active,
.signupModalWrapper .js-userVerificationModal #enterVerificationCode:focus,
.signupModalWrapper .js-userVerificationModal #loginPageEnterVerificationCode:active,
.signupModalWrapper .js-userVerificationModal #loginPageEnterVerificationCode:focus,
.signupModalWrapper .twoStepVerificationModal #enterVerificationCode:active,
.signupModalWrapper .twoStepVerificationModal #enterVerificationCode:focus,
.signupModalWrapper .twoStepVerificationModal #loginPageEnterVerificationCode:active,
.signupModalWrapper .twoStepVerificationModal #loginPageEnterVerificationCode:focus {
    border-color: #c6c6c6
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #btnVerifyCode.disabled,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #loginPageBtnVerifyCode.disabled,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #btnVerifyCode.disabled,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #loginPageBtnVerifyCode.disabled,
.signupModalWrapper .js-userVerificationModal #btnVerifyCode.disabled,
.signupModalWrapper .js-userVerificationModal #loginPageBtnVerifyCode.disabled,
.signupModalWrapper .twoStepVerificationModal #btnVerifyCode.disabled,
.signupModalWrapper .twoStepVerificationModal #loginPageBtnVerifyCode.disabled {
    background-color: #2f2f2f;
    cursor: not-allowed
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal #resendVerificationCode.disabled,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal #resendVerificationCode.disabled,
.signupModalWrapper .js-userVerificationModal #resendVerificationCode.disabled,
.signupModalWrapper .twoStepVerificationModal #resendVerificationCode.disabled {
    pointer-events: none
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeResend,
.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .contactSupport,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeResend,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .contactSupport,
.signupModalWrapper .js-userVerificationModal .codeResend,
.signupModalWrapper .js-userVerificationModal .contactSupport,
.signupModalWrapper .twoStepVerificationModal .codeResend,
.signupModalWrapper .twoStepVerificationModal .contactSupport {
    font-size: 14px
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeResend,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeResend,
.signupModalWrapper .js-userVerificationModal .codeResend,
.signupModalWrapper .twoStepVerificationModal .codeResend {
    margin: 25px auto
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeResend #resendVerificationCode.disabled,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .codeResend #resendVerificationCode.disabled,
.signupModalWrapper .js-userVerificationModal .codeResend #resendVerificationCode.disabled,
.signupModalWrapper .twoStepVerificationModal .codeResend #resendVerificationCode.disabled {
    pointer-events: none
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .contactSupport a,
.isVisibleMTubes.elOpenMTubes .twoStepVerificationModal .contactSupport a,
.signupModalWrapper .js-userVerificationModal .contactSupport a,
.signupModalWrapper .twoStepVerificationModal .contactSupport a {
    text-transform: capitalize
}

.isVisibleMTubes.elOpenMTubes .signInWrap input:not(.signin_error)+span.ph-icon-error:before,
.signupModalWrapper .signInWrap input:not(.signin_error)+span.ph-icon-error:before {
    content: ''
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent {
    padding: 0 20px
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .codeContent.onThePage {
    padding: 20px 20px 0 20px
}

.isVisibleMTubes.elOpenMTubes .js-userVerificationModal .contactSupport {
    margin: 25px auto
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap .mainModalTitle {
    line-height: 30px;
    color: #fff
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap .subtitle {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap #errors {
    opacity: 0;
    color: #e44545;
    text-align: center
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap #errors.shown {
    opacity: 1;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap #errors .error {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    color: #e44545
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap #postErrors {
    display: none
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap section.optional {
    margin-top: 0
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap section.optional v-recaptcha div {
    margin: 0 auto
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=password],
#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid rgba(106, 106, 106, .25);
    background: #212121;
    padding: 13px 17px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #c6c6c6;
    height: auto;
    line-height: normal
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=password]::placeholder,
#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=text]::placeholder {
    color: #6a6a6a
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=password]:focus,
#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=text]:focus {
    border-color: #c6c6c6
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=password].wrong,
#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=text].wrong {
    border: 1px solid #e44545
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=password].wrong+span.ph-icon-error,
#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=text].wrong+span.ph-icon-error {
    color: #e44545;
    font-size: 20px;
    margin-top: -41px;
    margin-right: 12px
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input.wrong+span.ph-icon-error,
#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input:not(.wrong)+span.ph-icon-done {
    float: right;
    position: relative;
    z-index: 100;
    margin-top: -37px;
    margin-right: 15px;
    color: #34c759;
    font-size: 13px
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=submit] {
    display: block;
    margin: 30px auto 20px auto;
    padding: 12px 37px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #ff9000;
    font-weight: 700;
    min-width: 128px
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap input[type=submit]:disabled {
    background: #2f2f2f;
    color: #969696;
    cursor: default
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap .haveAccount {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap .haveAccount a {
    font-weight: 700
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap .options {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #cacaca
}

#modalWrapMTubes .loginModal .signInModalWrapper .signUpWrap p {
    margin-bottom: 0
}

html {
    scroll-behavior: smooth
}

html.mainhub {
    overflow-x: hidden
}

#dropdownHeaderSubMenu .pcVideoListItem .modelOwnership .p2vDollarSign,
#lrelateRecommendedItems .pcVideoListItem .modelOwnership .p2vDollarSign,
#relateRecommendedItems .pcVideoListItem .modelOwnership .p2vDollarSign {
    bottom: 2px;
    left: 5px
}

#dropdownHeaderSubMenu .pcVideoListItem .modelOwnership .p2vDollarSign.pushAside,
#lrelateRecommendedItems .pcVideoListItem .modelOwnership .p2vDollarSign.pushAside,
#relateRecommendedItems .pcVideoListItem .modelOwnership .p2vDollarSign.pushAside {
    bottom: 3px;
    left: 27px
}

#dropdownHeaderSubMenu .pcVideoListItem .modelThumbnail .spinner .ajaxSpinner,
#lrelateRecommendedItems .pcVideoListItem .modelThumbnail .spinner .ajaxSpinner,
#relateRecommendedItems .pcVideoListItem .modelThumbnail .spinner .ajaxSpinner {
    margin-top: 0;
    width: 30px
}

#dropdownHeaderSubMenu .pcVideoListItem .modelThumbnail .modelThumbnailOverlay,
#lrelateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay,
#relateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay {
    padding: 5px
}

#dropdownHeaderSubMenu .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons,
#lrelateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons,
#relateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons {
    font-size: .75rem
}

#dropdownHeaderSubMenu .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon,
#lrelateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon,
#relateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon {
    max-width: 65px;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#dropdownHeaderSubMenu .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon:not(:last-of-type),
#lrelateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon:not(:last-of-type),
#relateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon:not(:last-of-type) {
    margin-right: 5px
}

#dropdownHeaderSubMenu .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i,
#lrelateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i,
#relateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i {
    width: 30px;
    height: 30px;
    background-size: 90px
}

#dropdownHeaderSubMenu .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i.sold,
#lrelateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i.sold,
#relateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i.sold {
    background-position: -30px 0
}

#dropdownHeaderSubMenu .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i.earnings,
#lrelateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i.earnings,
#relateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i.earnings {
    background-position: -90px 0
}

#dropdownHeaderSubMenu .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .buttons a,
#lrelateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .buttons a,
#relateRecommendedItems .pcVideoListItem .modelThumbnail .modelThumbnailOverlay .buttons a {
    padding: 6px 15px
}

.modelThumbnailOverlay .earningsOverlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.claimed section.videoList .contents ul.videos li.premiumStyle.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay {
    font-size: 1rem
}

.claimed section.videoList .contents ul.videos li.premiumStyle.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay .icons {
    margin-top: 0;
    margin-bottom: 0
}

.claimed section.videoList .contents .videoblock.tabletVideoListItem.earningsOverlayBig .modelThumbnail .modelThumbnailOverlay {
    font-size: 1rem
}

.claimed section.videoList .contents .videoblock.tabletVideoListItem.earningsOverlayBig .modelThumbnail .modelThumbnailOverlay .icons {
    margin-top: 20px;
    margin-bottom: 10px
}

.claimed section.videoList.premiumVideos .contents ul.videos li.premiumStyle.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay .icons {
    margin-top: 15%
}

@media only screen and (max-width:768px) {
    .claimed section.videoList.premiumVideos .contents ul.videos li.premiumStyle.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay .icons {
        margin-top: 10%
    }
}

.pcVideoListItem.paidVideoSmall .modelThumbnail .spinner,
.pcVideoListItem.trailerVideoSmall .modelThumbnail .spinner {
    padding: 5px
}

.pcVideoListItem.paidVideoSmall .modelThumbnail .modelThumbnailOverlay,
.pcVideoListItem.trailerVideoSmall .modelThumbnail .modelThumbnailOverlay {
    padding-top: 5px
}

.pcVideoListItem.paidVideoSmall .modelThumbnail .modelThumbnailOverlay .icons,
.pcVideoListItem.trailerVideoSmall .modelThumbnail .modelThumbnailOverlay .icons {
    padding-bottom: 5px
}

.pcVideoListItem .phimage:hover .modelThumbnail {
    display: block
}

.pcVideoListItem .modelOwnership {
    display: block
}

.pcVideoListItem .modelOwnership .p2vDollarSign {
    z-index: 2;
    margin-bottom: 3px;
    width: 20px;
    height: 20px;
    display: block;
    background-position: 20px 0;
    background-size: 60px;
    position: absolute;
    bottom: 5px;
    left: 10px
}

.pcVideoListItem .modelOwnership .p2vDollarSign.pushAside {
    bottom: 3px;
    left: 27px
}

.pcVideoListItem .modelThumbnail {
    display: none
}

.pcVideoListItem .modelThumbnail .spinner {
    z-index: 9;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 20px 5px;
    box-sizing: border-box;
    text-align: center
}

.pcVideoListItem .modelThumbnail .spinner .ajaxSpinner {
    margin-top: 10px;
    width: 50px
}

.pcVideoListItem .modelThumbnail .modelThumbnailOverlay {
    z-index: 10;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .7)
}

.pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons {
    padding-bottom: 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap
}

.pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon {
    display: inline-block;
    pointer-events: all
}

.pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i {
    margin: 0 auto;
    margin-bottom: 3px;
    width: 20px;
    height: 20px;
    display: block;
    background-size: 60px
}

.pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i.sold {
    background-position: -20px 0
}

.pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon i.earnings {
    background-position: -60px 0
}

.pcVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .icon:not(:last-of-type) {
    margin-right: 10px
}

.pcVideoListItem .modelThumbnail .modelThumbnailOverlay .buttons {
    text-align: center
}

.pcVideoListItem .modelThumbnail .modelThumbnailOverlay .buttons a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: all;
    padding: 3px 10px
}

.tabletVideoListItem .togglePanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    pointer-events: none
}

.tabletVideoListItem .togglePanel .openModelDetails {
    position: absolute;
    bottom: 8px;
    left: 10px;
    padding: 10px 20px;
    pointer-events: auto
}

.tabletVideoListItem .togglePanel .closeModelDetails {
    top: 3px;
    right: 10px;
    position: absolute;
    pointer-events: auto;
    color: #f0f0f0;
    -webkit-appearance: none;
    padding: 10px 20px;
    margin: 4px;
    line-height: 24px;
    font-weight: 700;
    border: 1px solid #202020;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: -moz-linear-gradient(top, #2d2d2d 0, #2d2d2d 50%, #1f1f1f 50%, #1f1f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d2d2d), color-stop(50%, #2d2d2d), color-stop(50%, #1f1f1f), color-stop(100%, #1f1f1f));
    background: -webkit-linear-gradient(top, #2d2d2d 0, #2d2d2d 50%, #1f1f1f 50%, #1f1f1f 100%);
    background: linear-gradient(to bottom, #2d2d2d 0, #2d2d2d 50%, #1f1f1f 50%, #1f1f1f 100%)
}

.tabletVideoListItem .modelOwnership {
    display: block
}

.tabletVideoListItem .modelOwnership .p2vDollarSign {
    z-index: 1;
    margin-bottom: 3px;
    width: 20px;
    height: 20px;
    display: block;
    background-position: 20px 0;
    background-size: 60px;
    position: absolute;
    top: 10px;
    right: 10px
}

.tabletVideoListItem .modelOwnership .p2vDollarSign.pushAside {
    bottom: 3px;
    left: 27px
}

.tabletVideoListItem .modelThumbnail {
    display: block
}

.tabletVideoListItem .modelThumbnail .spinner {
    z-index: 9;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center
}

.tabletVideoListItem .modelThumbnail .spinner .ajaxSpinner {
    margin: 0 auto;
    margin-top: 35px;
    width: 50px
}

.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay {
    z-index: 10;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 14px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden
}

.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay .icons {
    margin-top: 0;
    padding-bottom: 5px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap
}

.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .videoIcon {
    display: inline-block;
    pointer-events: all
}

.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .videoIcon i {
    margin: 0 auto;
    margin-bottom: 3px;
    width: 30px;
    height: 30px;
    -webkit-background-size: 90px;
    background-size: 90px;
    display: block
}

.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .videoIcon i.sold {
    background-position: -30px 0
}

.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .videoIcon i.earnings {
    background-position: 0 0
}

.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay .icons .videoIcon:not(:last-of-type) {
    margin-right: 10px
}

.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay .buttons {
    text-align: center
}

.tabletVideoListItem .modelThumbnail .modelThumbnailOverlay .buttons a {
    padding: 10px 30px;
    color: #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: all
}

.tabletVideoListItem.mobileModelPaidClips .modelThumbnailOverlay {
    padding: 5px
}

.tabletVideoListItem.mobileModelPaidClips .modelThumbnailOverlay .icons {
    padding-bottom: 2px
}

.tabletVideoListItem.mobileModelPaidClips .modelThumbnailOverlay .icons .videoIcon span {
    color: #eee
}

.tabletVideoListItem.mobileModelPaidClips .modelThumbnailOverlay .icons .videoIcon i {
    margin-bottom: 3px;
    width: 20px;
    height: 20px;
    -webkit-background-size: 60px;
    background-size: 60px;
    display: block
}

.tabletVideoListItem.mobileModelPaidClips .modelThumbnailOverlay .icons .videoIcon i.sold {
    background-position: -20px 0
}

.tabletVideoListItem.mobileModelPaidClips .modelThumbnailOverlay .icons .videoIcon i.earnings {
    background-position: -60px 0
}

.tabletVideoListItem.mobileModelPaidClips .modelThumbnailOverlay .buttons a {
    padding: 4px 15px
}

.videoWrapper .togglePanel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    pointer-events: none
}

.videoWrapper .togglePanel .openModelDetails {
    position: absolute;
    bottom: 8px;
    left: 10px;
    padding: 10px 20px;
    pointer-events: auto
}

.videoWrapper .togglePanel .closeModelDetails {
    top: 3px;
    right: 10px;
    position: absolute;
    pointer-events: auto;
    color: #f0f0f0;
    -webkit-appearance: none;
    padding: 10px 20px;
    margin: 4px;
    line-height: 24px;
    font-weight: 700;
    border: 1px solid #202020;
    cursor: pointer;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: -moz-linear-gradient(top, #2d2d2d 0, #2d2d2d 50%, #1f1f1f 50%, #1f1f1f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2d2d2d), color-stop(50%, #2d2d2d), color-stop(50%, #1f1f1f), color-stop(100%, #1f1f1f));
    background: -webkit-linear-gradient(top, #2d2d2d 0, #2d2d2d 50%, #1f1f1f 50%, #1f1f1f 100%);
    background: linear-gradient(to bottom, #2d2d2d 0, #2d2d2d 50%, #1f1f1f 50%, #1f1f1f 100%)
}

.videoWrapper .modelOwnership {
    display: block
}

.videoWrapper .modelOwnership .p2vDollarSign {
    z-index: 1;
    margin-bottom: 3px;
    width: 20px;
    height: 20px;
    display: block;
    background-position: 20px 0;
    background-size: 60px;
    position: absolute;
    top: 10px;
    right: 10px
}

.videoWrapper .modelOwnership .p2vDollarSign.pushAside {
    bottom: 3px;
    left: 27px
}

.videoWrapper .modelThumbnail {
    display: block
}

.videoWrapper .modelThumbnail .spinner {
    z-index: 9;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 20px 5px;
    box-sizing: border-box;
    text-align: center
}

.videoWrapper .modelThumbnail .spinner .ajaxSpinner {
    margin: 0 auto;
    margin-top: 45px;
    width: 50px
}

.videoWrapper .modelThumbnail .modelThumbnailOverlay {
    z-index: 10;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden
}

.videoWrapper .modelThumbnail .modelThumbnailOverlay .icons {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap
}

.videoWrapper .modelThumbnail .modelThumbnailOverlay .icons .videoIcon {
    display: inline-block;
    pointer-events: all
}

.videoWrapper .modelThumbnail .modelThumbnailOverlay .icons .videoIcon i {
    margin: 0 auto;
    margin-bottom: 3px;
    width: 30px;
    height: 30px;
    -webkit-background-size: 90px;
    background-size: 90px;
    display: block
}

.videoWrapper .modelThumbnail .modelThumbnailOverlay .icons .videoIcon i.sold {
    background-position: -30px 0
}

.videoWrapper .modelThumbnail .modelThumbnailOverlay .icons .videoIcon i.earnings {
    background-position: 0 0
}

.videoWrapper .modelThumbnail .modelThumbnailOverlay .icons .videoIcon:not(:last-of-type) {
    margin-right: 10px
}

@media only screen and (min-width:769px) and (max-width:900px) {
    .videoWrapper .modelThumbnail .modelThumbnailOverlay .icons {
        padding-bottom: 8px;
        margin-top: 15px
    }
}

.videoWrapper .modelThumbnail .modelThumbnailOverlay .buttons {
    text-align: center
}

.videoWrapper .modelThumbnail .modelThumbnailOverlay .buttons a {
    padding: 15px 30px;
    color: #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: all
}

@media only screen and (min-width:769px) and (max-width:900px) {
    .videoWrapper .modelThumbnail .modelThumbnailOverlay .buttons a {
        padding: 8px 30px
    }
}

.videoWrapper.mobileModelPaidClips .modelThumbnailOverlay {
    padding: 5px
}

.videoWrapper.mobileModelPaidClips .modelThumbnailOverlay .icons {
    padding-bottom: 2px
}

.videoWrapper.mobileModelPaidClips .modelThumbnailOverlay .icons .videoIcon span {
    color: #eee
}

.videoWrapper.mobileModelPaidClips .modelThumbnailOverlay .icons .videoIcon i {
    margin-bottom: 3px;
    width: 20px;
    height: 20px;
    -webkit-background-size: 60px;
    background-size: 60px;
    display: block
}

.videoWrapper.mobileModelPaidClips .modelThumbnailOverlay .icons .videoIcon i.sold {
    background-position: -20px 0
}

.videoWrapper.mobileModelPaidClips .modelThumbnailOverlay .icons .videoIcon i.earnings {
    background-position: -60px 0
}

.videoWrapper.mobileModelPaidClips .modelThumbnailOverlay .buttons a {
    padding: 4px 15px
}

.hidden {
    display: none
}

body {
    padding: 0;
    background: #000;
    color: #969696;
    font: 1em Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.4;
    margin: 0
}

body.active {
    min-height: 1600px
}

body.modalOpen {
    overflow: hidden;
    position: fixed;
    width: 100%
}

body.androidOldModal {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative
}

a {
    color: #ff9000;
    text-decoration: none
}

button {
    background-image: none
}

img {
    display: block;
    border: 0;
    vertical-align: middle
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #fff
}

textarea {
    resize: vertical
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.bullet {
    list-style-type: disc;
    margin-left: 25px
}

ul.bullet li {
    list-style-type: initial;
    margin-left: 15px;
    margin-bottom: 5px
}

i {
    display: block
}

input {
    background: #fff;
    border: 0;
    outline: 0
}

input[type=email],
input[type=password],
input[type=search],
input[type=text] {
    -webkit-appearance: none
}

.blockMiddle {
    display: inline-block;
    vertical-align: middle
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.positionRelative {
    position: relative
}

.upperCase {
    text-transform: uppercase
}

.uiOverlay {
    background-color: rgba(0, 0, 0, .9);
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.upperCase {
    text-transform: uppercase
}

.display-none {
    display: none
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.reset {
    clear: both;
    height: 1px;
    font-size: 1px
}

i.producer-icon {
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: unset !important;
    background-position: unset
}

#mobileHeader {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25;
    transition: transform .2s transform linear;
    -webkit-transition: -webkit-transform .2s transform linear;
    -moz-transition: -moz-transform .2s transform linear;
    -ms-transition: -ms-transform .2s transform linear;
    -o-transition: -o-transform .2s transform linear
}

#mobileHeader nav {
    width: 100%;
    height: 48px
}

#mobileHeader nav .topNav {
    height: 60px;
    background-color: #0e0e0e;
    border-bottom: 1px solid #151515;
    position: relative
}

#mobileHeader nav .topNav button {
    padding: 0;
    border: 0
}

#mobileHeader nav button#mobileNavigation {
    width: 47px;
    height: 60px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: inherit;
    right: inherit
}

#mobileHeader nav button#headerUserIcon,
#mobileHeader nav button#openSearch {
    width: 47px;
    height: 60px;
    cursor: pointer;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit
}

#mobileHeader nav button#headerUserIcon i,
#mobileHeader nav button#openSearch i {
    color: #ccc;
    font-size: 1.3em
}

#mobileHeader nav button#openSearch {
    right: 47px
}

#mobileHeader nav button#headerUserIcon {
    right: 0
}

#mobileHeader nav .logoWrapper {
    width: 103px;
    height: 26px;
    margin: 8px auto 0;
    position: relative
}

#mobileHeader nav a#phubLogo {
    width: 103px;
    height: 26px;
    margin: 17px auto 0;
    background-position: -3px -5px;
    display: block
}

div.bottomNav {
    padding-top: 60px;
    background-color: #0e0e0e;
    border-bottom: 1px solid #151515;
    display: table;
    width: 100%
}

div.bottomNav a {
    width: 25%;
    height: 38px;
    padding: 5px 0;
    background-color: #0e0e0e;
    border-left: 1px solid #151515;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

div.bottomNav a.noImage {
    color: #c6c6c6;
    font-size: .6em;
    font-weight: 700;
    text-align: center;
    float: none;
    display: table-cell;
    white-space: normal
}

div.bottomNav a.noImage:first-child {
    border-left: none
}

div.bottomNav a.noImage:last-child {
    border-right: none
}

aside#searchSection {
    position: absolute;
    top: -96px
}

aside#searchSection div.suggestions {
    display: none
}

aside#searchSection div#searchFilterType {
    display: none
}

aside div.inputContainter button#searchSubmit {
    padding: 0
}

aside div.inputContainter button#closeSearch {
    padding: 0
}

aside#leftMenu {
    position: fixed;
    width: 271px;
    left: -271px
}

aside#rightMenu {
    width: 100%;
    height: 100vh;
    background: #0e0e0e;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -200vw;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 161;
    overflow: auto;
    padding: 15px 0 90px
}

aside#rightMenu::-webkit-scrollbar {
    width: 4px
}

aside#rightMenu::-webkit-scrollbar-thumb {
    background-color: #212121
}

aside#rightMenu .menuWrapper {
    background: #0e0e0e
}

aside#rightMenu.readyToShow {
    right: -100vw
}

aside#rightMenu.active {
    right: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

aside#rightMenu .userMenuTopSection {
    width: 90%;
    margin: auto;
    background: #0e0e0e;
    position: relative
}

aside#rightMenu .userMenuTopSection .phLogoWrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -6px
}

aside#rightMenu .userMenuTopSection .phLogoWrapper a {
    display: block
}

aside#rightMenu .userMenuTopSection .ph-icon-clear {
    color: #ff9000
}

aside#rightMenu {
    width: 85%;
    height: 100vh
}

aside#leftMenu {
    width: 85%;
    height: 100vh;
    background: #0e0e0e;
    position: fixed;
    top: 0;
    left: -200vw;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 161;
    overflow: auto;
    padding-bottom: 90px
}

aside#leftMenu::-webkit-scrollbar {
    width: 4px
}

aside#leftMenu::-webkit-scrollbar-thumb {
    background-color: #212121
}

aside#leftMenu .menuWrapper {
    background: #0e0e0e
}

aside#leftMenu .notification {
    background: #a00000;
    color: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 0 5px;
    font-size: 12px;
    float: right;
    margin: 11px 10px 0 0
}

aside#leftMenu a#signOut,
aside#leftMenu button#signOut {
    width: 100%;
    margin: 0 0 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

aside#leftMenu a#getVerified,
aside#leftMenu a.colorThumbnails,
aside#leftMenu button#getVerified,
aside#leftMenu button.colorThumbnails {
    width: 100%;
    border-left: 3px solid #1471d9;
    padding: 0 0 0 15px
}

aside#leftMenu a#getVerified span,
aside#leftMenu a.colorThumbnails span,
aside#leftMenu button#getVerified span,
aside#leftMenu button.colorThumbnails span {
    margin-top: 9px
}

aside#leftMenu a#getVerified.active,
aside#leftMenu a.colorThumbnails.active,
aside#leftMenu button#getVerified.active,
aside#leftMenu button.colorThumbnails.active {
    padding: 9px 0 9px 15px
}

aside#leftMenu a#getVerified.active span,
aside#leftMenu a.colorThumbnails.active span,
aside#leftMenu button#getVerified.active span,
aside#leftMenu button.colorThumbnails.active span {
    margin-top: 0
}

aside#leftMenu a.translationTab,
aside#leftMenu button.translationTab {
    width: 100%;
    border-left: 3px solid #f90;
    padding: 0 0 0 15px
}

aside#leftMenu a.translationTab span,
aside#leftMenu button.translationTab span {
    margin-top: 9px;
    text-transform: capitalize
}

aside#leftMenu a.colorThumbnails,
aside#leftMenu button.colorThumbnails {
    border-left: 3px solid #5caa00
}

aside#leftMenu a.colorThumbnails.becomeModel,
aside#leftMenu button.colorThumbnails.becomeModel {
    border-left: 3px solid #1471d9
}

aside#leftMenu a#goToPH,
aside#leftMenu button#goToPH {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

aside#leftMenu.readyToShow {
    left: -100vw
}

aside#leftMenu.active {
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.androidOld aside#leftMenu {
    bottom: 0
}

aside#leftMenu .trustLink .trustIcon {
    opacity: .5;
    margin-left: 2px
}

aside#leftMenu .closeHamMenu {
    position: absolute;
    top: 16px;
    right: 25px;
    bottom: inherit;
    left: inherit
}

div.menuSection i.supportIcon+span {
    position: relative;
    left: -4px
}

div.menuSection.supportMenu a,
div.menuSection.userMenu a {
    min-height: 38px;
    width: 100%;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px
}

div.menuSection.supportMenu span,
div.menuSection.userMenu span {
    white-space: normal
}

#countryRedirectMessage {
    background: #000;
    border: 1px solid #2e2e2e;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 14px;
    margin: 20px auto 20px;
    padding: 2%;
    position: relative;
    text-align: left;
    width: 95%
}

#countryRedirectMessage .orangeLink {
    font-weight: 700
}

#countryRedirectMessage .yourLang {
    color: #ff9000;
    font-weight: 700;
    max-width: 90%
}

#countryRedirectMessage .currentBrowseLang {
    color: #fff;
    max-width: 90%
}

#countryRedirectMessage .closeMessage {
    background-repeat: no-repeat;
    background-size: 314px 304px;
    width: 24px;
    height: 24px;
    background-position: -228px -189px;
    position: absolute;
    right: 12px;
    top: 12px
}

body.active .mobileMenuBackground {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 152
}

.hamburgerIcon {
    color: #ff9000
}

.headerSearchIcon {
    color: #c6c6c6
}

.headerUserIcon {
    color: #c6c6c6
}

.closeIcon {
    color: #ff9000
}

.videosIcon {
    color: #fff
}

.DVDIcon,
.HDPremiumIcon,
.addToIcon,
.allCategoriesIcon,
.allPlaylistsIcon,
.appMenuIcon,
.channelsMenuIcon,
.communityContestIcon,
.communityIcon,
.contactIcon,
.exploreIcon,
.faqUserIcon,
.feedbackIcon,
.gayIcon,
.gifsIcon,
.hallOfFameIcon,
.helpIcon,
.heteroIcon,
.hottestIcon,
.inboxIcon,
.insightIcon,
.languageGlobeIcon,
.lesbianIcon,
.linksIcon,
.liveSex,
.locationIcon,
.mainhubIcon,
.maleActorIcon,
.meetFuck,
.memberSearchIcon,
.modelhubIcon,
.mostViewedIcon,
.myFavoritesIcon,
.myFeedIcon,
.myFriendsIcon,
.myPhotosIcon,
.myPlaylistsIcon,
.newestIcon,
.notificationIcon,
.phBlogIcon,
.popularWithWomenIcon,
.pornstarAndModelsIcon,
.recommendedIcon,
.reportIcon,
.rightHeaderUserIcon,
.settingsIcon,
.shopMenuIcon,
.signUpIcon,
.thumbsDownIcon,
.thumbsUpIcon,
.topEarnersIcon,
.topRatedIcon,
.transIcon,
.trendingIcon,
.trustAndSafetyIcon,
.verifiedAmateurIcon,
.viewersChoiceContestIcon,
.virtualRealityIcon,
.welnessIcon {
    color: #fff
}

.userUploadIcon {
    color: #fff
}

.userUploadIcon.leftMenu {
    width: 24px;
    height: 24px
}

.translatorIcon {
    color: #fff
}

.translatorIcon.text-top {
    vertical-align: text-top
}

.premiumStarIcon {
    color: #ff9000;
    vertical-align: text-bottom
}

.premiumStarIconWhite {
    color: #fff;
    vertical-align: text-bottom
}

.subMenuTrigger {
    color: #fff;
    float: right
}

div.menuSection.videosMennu>a .submenuIconBox {
    text-align: center
}

div.menuSection.videosMennu>a .submenuIconBox i {
    display: inline-block
}

.pageWrapper {
    position: relative;
    width: 95%;
    margin: 0 auto
}

@media only screen and (min-width:320px) and (max-width:568px) {
    .pageWrapper.fullWidth {
        width: 100%
    }

    .pageWrapper.fullWidth .moreCategoriesWrapper,
    .pageWrapper.fullWidth .moreFiltersWrapper,
    .pageWrapper.fullWidth .premiumAdvertWrapper,
    .pageWrapper.fullWidth .subFilters:not(.dropDownFilter) {
        width: 95%
    }

    .pageWrapper.fullWidth .premiumAdvertWrapper,
    .pageWrapper.fullWidth .subFilters:not(.dropDownFilter) {
        margin: 0 auto
    }

    .pageWrapper.fullWidth .moreCategoriesWrapper,
    .pageWrapper.fullWidth .moreFiltersWrapper {
        margin: 10px auto
    }

    .pageWrapper.fullWidth .moreCategoriesWrapper {
        margin-bottom: 30px
    }

    .pageWrapper.fullWidth .showingItem {
        padding: 0 10px
    }

    .pageWrapper.fullWidth .moreFiltersWrapper.videoBrowseFilters,
    .pageWrapper.fullWidth .searchTypeFilter,
    .pageWrapper.fullWidth .subFilters.searchTypeFilter {
        width: 95%;
        margin: 0 auto
    }

    .pageWrapper.fullWidth .subFilters:not(.dropDownFilter) {
        width: 95%;
        margin: 0 auto
    }
}

.pageWrapper .subFilterWrapper .subFilterTrigger {
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    font-size: .8em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow {
    box-sizing: content-box;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 10px;
    height: 5.70710678px;
    display: inline-block;
    margin-left: 10px;
    margin-top: -4px;
    vertical-align: middle
}

.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i {
    background: 0 0
}

.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i {
    border-style: solid;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: absolute;
    border-color: #999;
    border-width: 0 1px 1px 0;
    margin: 1.46446609px;
    width: 7.07106781px;
    height: 7.07106781px;
    -webkit-transform: rotate(45deg) translate(-3.03553391px, -3.03553391px);
    -ms-transform: rotate(45deg) translate(-3.03553391px, -3.03553391px);
    -moz-transform: rotate(45deg) translate(-3.03553391px, -3.03553391px);
    -o-transform: rotate(45deg) translate(-3.03553391px, -3.03553391px);
    transform: rotate(45deg) translate(-3.03553391px, -3.03553391px);
    border: 0 none
}

.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em:after,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em:before,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i:after,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i:before {
    background: #999;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: .5px;
    -moz-border-radius: .5px;
    -webkit-border-radius: .5px;
    -ms-border-radius: .5px;
    -o-border-radius: .5px
}

.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em:before,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i:before {
    width: 1px;
    height: 100%
}

.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em:after,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i:after {
    width: 100%;
    height: 1px
}

.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i {
    background: 0 0
}

.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i {
    border-style: solid;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: absolute;
    border-color: #999;
    border-width: 0 1px 1px 0;
    margin: 1.46446609px;
    width: 7.07106781px;
    height: 7.07106781px;
    -webkit-transform: rotate(45deg) translate(-3.03553391px, -3.03553391px);
    -ms-transform: rotate(45deg) translate(-3.03553391px, -3.03553391px);
    -moz-transform: rotate(45deg) translate(-3.03553391px, -3.03553391px);
    -o-transform: rotate(45deg) translate(-3.03553391px, -3.03553391px);
    transform: rotate(45deg) translate(-3.03553391px, -3.03553391px);
    border: 0 none
}

.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em:after,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em:before,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i:after,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i:before {
    background: #999;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: .5px;
    -moz-border-radius: .5px;
    -webkit-border-radius: .5px;
    -ms-border-radius: .5px;
    -o-border-radius: .5px
}

.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em:before,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i:before {
    width: 1px;
    height: 100%
}

.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>em:after,
.pageWrapper .subFilterWrapper .subFilterTrigger>.arrow>i:after {
    width: 100%;
    height: 1px
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow {
    position: relative;
    left: 2px;
    box-sizing: content-box;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 10px;
    height: 5.70710678px
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i {
    background: 0 0
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i {
    border-style: solid;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: absolute;
    border-color: #ff9000;
    border-width: 0 1px 1px 0;
    margin: 1.46446609px;
    width: 7.07106781px;
    height: 7.07106781px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border: 0 none
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em:after,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em:before,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i:after,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i:before {
    background: #ff9000;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: .5px;
    -moz-border-radius: .5px;
    -webkit-border-radius: .5px;
    -ms-border-radius: .5px;
    -o-border-radius: .5px
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em:before,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i:before {
    width: 1px;
    height: 100%
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em:after,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i:after {
    width: 100%;
    height: 1px
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i {
    background: 0 0
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i {
    border-style: solid;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: absolute;
    border-color: #ff9000;
    border-width: 0 1px 1px 0;
    margin: 1.46446609px;
    width: 7.07106781px;
    height: 7.07106781px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border: 0 none
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em:after,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em:before,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i:after,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i:before {
    background: #ff9000;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: .5px;
    -moz-border-radius: .5px;
    -webkit-border-radius: .5px;
    -ms-border-radius: .5px;
    -o-border-radius: .5px
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em:before,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i:before {
    width: 1px;
    height: 100%
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>em:after,
.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow>i:after {
    width: 100%;
    height: 1px
}

.pageWrapper .subFilterWrapper .subFilterTrigger.active>.arrow i {
    top: 0;
    left: 0
}

.pageWrapper .subFilterWrapper .subFilterTrigger:focus {
    outline: 0
}

.pageWrapper .subFilterWrapper .subFilterList {
    width: 48%
}

.moreFiltersWrapper .videoFiltersApply {
    display: none
}

.pageWrapper.homePage {
    width: 100%
}

@media screen and (min-width:320px) and (max-width:568px) {

    .pageWrapper.homePage .featuredChannel .popularSectionList,
    .pageWrapper.homePage .featuredChannel .recommendedSectionList,
    .pageWrapper.homePage .featuredChannel .videoList,
    .pageWrapper.homePage .featuredNetwork .popularSectionList,
    .pageWrapper.homePage .featuredNetwork .recommendedSectionList,
    .pageWrapper.homePage .featuredNetwork .videoList,
    .pageWrapper.homePage .homeSection .popularSectionList,
    .pageWrapper.homePage .homeSection .recommendedSectionList,
    .pageWrapper.homePage .homeSection .videoList,
    .pageWrapper.homePage .sectionWrapper .popularSectionList,
    .pageWrapper.homePage .sectionWrapper .recommendedSectionList,
    .pageWrapper.homePage .sectionWrapper .videoList {
        width: 100%
    }
}

.pageWrapper.homePage .popularSectionList,
.pageWrapper.homePage .recommendedSectionList,
.pageWrapper.homePage .videoList,
.pageWrapper.homePage>.premiumAdvertWrapper {
    width: 100%;
    margin: 0 auto
}

.pageWrapper.homePage .popularSectionList.popularSectionList,
.pageWrapper.homePage .popularSectionList.recommendedSectionList,
.pageWrapper.homePage .recommendedSectionList.popularSectionList,
.pageWrapper.homePage .recommendedSectionList.recommendedSectionList,
.pageWrapper.homePage .videoList.popularSectionList,
.pageWrapper.homePage .videoList.recommendedSectionList,
.pageWrapper.homePage>.premiumAdvertWrapper.popularSectionList,
.pageWrapper.homePage>.premiumAdvertWrapper.recommendedSectionList {
    margin: 10px auto 0
}

.pageWrapper.homePage .pageHeader {
    width: 100%
}

.pageWrapper.homePage .mainFilterWrapper,
.pageWrapper.homePage .subFilterList {
    top: 1px
}

.pageWrapper.homePage .homeSection {
    position: relative;
    zoom: 1
}

.pageWrapper.homePage .homeSection:after,
.pageWrapper.homePage .homeSection:before {
    display: table;
    content: ""
}

.pageWrapper.homePage .homeSection:after {
    clear: both
}

.pageWrapper.homePage .homeSection::after,
.pageWrapper.homePage .homeSection::before {
    display: table;
    content: ""
}

.pageWrapper.homePage .homeSection::after {
    clear: both;
    zoom: 1
}

.pageWrapper.homePage .homeSection:after,
.pageWrapper.homePage .homeSection:before {
    content: "";
    display: table
}

.pageWrapper.homePage .homeSection:after {
    clear: both
}

.pageWrapper.homePage .homeSection:after,
.pageWrapper.homePage .homeSection:before {
    content: "";
    display: table
}

.pageWrapper.homePage .homeSection:after {
    clear: both
}

.pageWrapper.homePage .homeSection .trendingPillsTitle {
    margin: 8px 10px 15px
}

.pageWrapper.homePage .homeSection .trendingPillsTitle h1 {
    font-size: 18px
}

.pageWrapper.homePage .homeSection .trendingPillsTitle h1 a {
    color: #fff
}

.pageWrapper.homePage .homeSection .trendingNowWrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap
}

.pageWrapper.homePage .homeSection .trendingNowWrapper .trendingNow {
    margin: 0 0 0 3px;
    font-size: 15px;
    line-height: 15px;
    display: inline-block
}

.pageWrapper.homePage .homeSection .trendingNowWrapper .trendingNow a {
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
    background: #151515;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border: 2px solid #212121;
    -webkit-tap-highlight-color: transparent
}

.pageWrapper.homePage .homeSection .trendingNowWrapper .trendingNow a:active {
    text-decoration: none;
    background-color: #212121
}

.pageWrapper.homePage .homeSection .trendingNowWrapper .trendingNow:first-child {
    margin-left: 5px
}

.pageWrapper.homePage .homeSection .trendingNowWrapper .trendingNow:last-child {
    margin-right: 5px
}

.pageWrapper.homePage .homeSection .trendingNowWrapper::-webkit-scrollbar {
    display: none
}

.pageWrapper.homePage .homeSection.newHomePage .trendingNowWrapper {
    margin-bottom: 15px
}

.pageWrapper.homePage #recommended-category-videos+.viewAllButton,
.pageWrapper.homePage #recommended-videos+.viewAllButton,
.pageWrapper.homePage .videoList+.viewAllButton {
    margin: 0 auto
}

.pageWrapper.homePage .most-recent-xxx.viewAllButton {
    margin-bottom: 10px
}

.pageWrapper.homePage .arrows {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 12px;
    height: 12px
}

.pageWrapper.homePage .arrows.right {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pageWrapper.homePage .arrows.left {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.pageWrapper.homePage.noAdsHomeSection .homeSection:not(.newHomePage) .trendingNowWrapper {
    margin-top: 10px
}

.videoFiltersBtnsWrap {
    display: none
}

.carouselVideoListing {
    position: relative
}

.carouselVideoListing ul {
    zoom: 1;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
    width: 100%;
    white-space: nowrap;
    max-height: 310px
}

.carouselVideoListing ul:after,
.carouselVideoListing ul:before {
    display: table;
    content: ""
}

.carouselVideoListing ul:after {
    clear: both
}

.carouselVideoListing ul::after,
.carouselVideoListing ul::before {
    display: table;
    content: ""
}

.carouselVideoListing ul::after {
    clear: both;
    zoom: 1
}

.carouselVideoListing ul:after,
.carouselVideoListing ul:before {
    content: "";
    display: table
}

.carouselVideoListing ul:after {
    clear: both
}

.carouselVideoListing ul:after,
.carouselVideoListing ul:before {
    content: "";
    display: table
}

.carouselVideoListing ul:after {
    clear: both
}

@media only screen and (orientation:landscape) {
    .carouselVideoListing ul {
        max-height: none
    }
}

.carouselVideoListing ul::-webkit-scrollbar {
    display: none
}

.carouselVideoListing ul li {
    display: inline-block;
    margin: 0 0 0 2.5%;
    vertical-align: top;
    width: 87%;
    max-width: 480px;
    padding: 0
}

.carouselVideoListing ul li:last-child {
    margin: 0 4.5% 0 2.5%
}

.carouselVideoListing ul li:first-child {
    margin: 0 0 0 2.5%
}

@media only screen and (orientation:landscape) {
    .carouselVideoListing ul li {
        max-width: 375px
    }
}

@media only screen and (min-width:480px) {
    .carouselVideoListing ul li {
        width: 68%
    }
}

@media only screen and (min-width:600px) {
    .carouselVideoListing ul li {
        width: 56%
    }
}

@media only screen and (min-width:712px) {
    .carouselVideoListing ul li {
        width: 50%
    }
}

@media only screen and (min-width:768px) {
    .carouselVideoListing ul li {
        width: 40%
    }
}

@media only screen and (min-width:1024px) {
    .carouselVideoListing ul li {
        width: 34%
    }
}

.carouselVideoListing ul li img {
    position: relative
}

.carouselVideoListing ul li .underThumb {
    padding: 0
}

.carouselVideoListing ul li .underThumb .title a {
    overflow: hidden;
    white-space: normal
}

.carouselVideoListing ul li.viewAllLi {
    height: 185px;
    position: relative;
    background-color: #151515;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 4.5% 0 1.5%
}

.carouselVideoListing ul li.viewAllLi div {
    text-align: center;
    background: inherit;
    display: table;
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%
}

.carouselVideoListing ul li.viewAllLi a {
    font-size: 16px;
    color: #fff;
    white-space: initial;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    padding: 0 12px
}

.carouselVideoListing ul li.viewAllLi a:after {
    display: none
}

.carouselVideoListing ul li.viewAllLi a .sectionPlus {
    display: block;
    font-size: 70px;
    margin: 0 auto 25px;
    line-height: .5;
    pointer-events: none
}

.carouselVideoListing .viewAllButton {
    margin: 10px auto
}

.carouselVideoListing .sliderOverlay {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0
}

.carouselVideoListing .sliderOverlay .overlayBg {
    position: absolute;
    width: 30px;
    height: 100%;
    z-index: 5;
    right: 0;
    background: #000;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 10%, #000 110%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 10%, #000 110%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 10%, #000 110%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 10%, #000 110%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 10%, #000 110%)
}

.subFilterWrapper .subFilterList {
    display: none;
    top: 48px;
    border: 1px solid #3a3a3a;
    background: #000;
    width: 100%
}

.subFilterWrapper .subFilterList li i {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 8px
}

.pageTitle {
    font-size: 1.313em
}

.pageTitle>a {
    color: #fff
}

.pageHeader {
    width: 100%;
    margin: 10px auto 0;
    padding: 10px 0 5px 10px;
    position: relative
}

.pageHeader .oneFilter .showingInfo {
    font-size: .8em
}

.pageHeader.popularPremiumChannels h2 {
    font-size: 16px
}

.subFilterTrigger {
    color: #bebebe;
    background: 0 0
}

.subFilterTrigger.active {
    color: #ff9000
}

.mainFilterWrapper,
.subFilterList {
    position: absolute;
    top: 1px;
    z-index: 5
}

.mainFilterWrapper li,
.subFilterList li {
    border-bottom: 1px solid #242424
}

.mainFilterWrapper li:last-child,
.subFilterList li:last-child {
    border-bottom: none
}

.mainFilterWrapper li.active a,
.mainFilterWrapper li.active span,
.subFilterList li.active a,
.subFilterList li.active span {
    color: #ff9000
}

.mainFilterWrapper li a,
.mainFilterWrapper li span,
.subFilterList li a,
.subFilterList li span {
    color: #ccc;
    display: block;
    padding: 10px
}

.mainFilterWrapper li a.blockMiddle,
.mainFilterWrapper li span.blockMiddle,
.subFilterList li a.blockMiddle,
.subFilterList li span.blockMiddle {
    display: inline-block;
    padding: 0
}

.mainFilterWrapper li a.grey,
.mainFilterWrapper li span.grey,
.subFilterList li a.grey,
.subFilterList li span.grey {
    color: #666
}

.subFilters:not(.dropDownFilter) li.active a,
.subFilters:not(.dropDownFilter) li.active span {
    color: #fff;
    background-color: #212121;
    border: 1px solid #353535;
    font-weight: 400
}

.subFilters:not(.dropDownFilter) li a,
.subFilters:not(.dropDownFilter) li span {
    color: #c6c6c6;
    padding: 7px 15px;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #2f2f2f;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px
}

.subFilters:not(.dropDownFilter) li a.ph-icon-filter,
.subFilters:not(.dropDownFilter) li span.ph-icon-filter {
    padding: 10px 15px
}

.subFilters:not(.dropDownFilter) li a.ph-icon-filter.active,
.subFilters:not(.dropDownFilter) li span.ph-icon-filter.active {
    color: #ff9000
}

.subFilters:not(.dropDownFilter) li .moreFiltersTrigger {
    background: 0 0;
    border: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    height: 40px
}

.subFilters:not(.dropDownFilter) li .moreFiltersTrigger span {
    margin-right: 0;
    margin-top: -2px
}

.subFilterTrigger {
    border: 1px solid #505050;
    padding: 5px 0 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.subFiltersWrapper {
    margin: 0 auto 10px;
    width: 95%
}

.subFilters {
    clear: both
}

.subFilters:not(.dropDownFilter) {
    overflow: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    position: relative;
    z-index: 1
}

.subFilters:not(.dropDownFilter) .subFilterWrapper .subFilterTrigger {
    display: none
}

.subFilters:not(.dropDownFilter) .subFilterWrapper .subFilterList {
    top: unset;
    width: auto;
    display: block;
    white-space: nowrap;
    position: relative;
    background: 0 0;
    border: none
}

.subFilters:not(.dropDownFilter) .subFilterWrapper .subFilterList li {
    display: inline-block;
    border: none;
    margin-right: 5px
}

.subFilters:not(.dropDownFilter) .subFilterWrapper .subFilterList li a i {
    display: none
}

.subFilters .subFilterWrapper {
    margin-top: 10px;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 6px
}

.subFilters .subFilterWrapper .subFilterTrigger {
    font-size: .875em;
    font-weight: 700;
    padding: 13px 5px 12px;
    text-align: center;
    text-transform: capitalize;
    width: 100%
}

.subFilters .subFilterWrapper .subFilterTrigger i {
    box-sizing: content-box;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 13px;
    height: 7.91421356px;
    display: inline-block;
    margin-left: 10px;
    margin-top: -4px;
    vertical-align: middle
}

.subFilters .subFilterWrapper .subFilterTrigger i,
.subFilters .subFilterWrapper .subFilterTrigger i>em,
.subFilters .subFilterWrapper .subFilterTrigger i>i {
    background: 0 0
}

.subFilters .subFilterWrapper .subFilterTrigger i>em,
.subFilters .subFilterWrapper .subFilterTrigger i>i {
    border-style: solid;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: absolute;
    border-color: #999;
    border-width: 0 2px 2px 0;
    margin: 1.90380592px;
    width: 9.19238816px;
    height: 9.19238816px;
    -webkit-transform: rotate(45deg) translate(-3.59619408px, -3.59619408px);
    -ms-transform: rotate(45deg) translate(-3.59619408px, -3.59619408px);
    -moz-transform: rotate(45deg) translate(-3.59619408px, -3.59619408px);
    -o-transform: rotate(45deg) translate(-3.59619408px, -3.59619408px);
    transform: rotate(45deg) translate(-3.59619408px, -3.59619408px);
    border: 0 none
}

.subFilters .subFilterWrapper .subFilterTrigger i>em:after,
.subFilters .subFilterWrapper .subFilterTrigger i>em:before,
.subFilters .subFilterWrapper .subFilterTrigger i>i:after,
.subFilters .subFilterWrapper .subFilterTrigger i>i:before {
    background: #999;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px
}

.subFilters .subFilterWrapper .subFilterTrigger i>em:before,
.subFilters .subFilterWrapper .subFilterTrigger i>i:before {
    width: 2px;
    height: 100%
}

.subFilters .subFilterWrapper .subFilterTrigger i>em:after,
.subFilters .subFilterWrapper .subFilterTrigger i>i:after {
    width: 100%;
    height: 2px
}

.subFilters .subFilterWrapper .subFilterTrigger i,
.subFilters .subFilterWrapper .subFilterTrigger i>em,
.subFilters .subFilterWrapper .subFilterTrigger i>i {
    background: 0 0
}

.subFilters .subFilterWrapper .subFilterTrigger i>em,
.subFilters .subFilterWrapper .subFilterTrigger i>i {
    border-style: solid;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: absolute;
    border-color: #999;
    border-width: 0 2px 2px 0;
    margin: 1.90380592px;
    width: 9.19238816px;
    height: 9.19238816px;
    -webkit-transform: rotate(45deg) translate(-3.59619408px, -3.59619408px);
    -ms-transform: rotate(45deg) translate(-3.59619408px, -3.59619408px);
    -moz-transform: rotate(45deg) translate(-3.59619408px, -3.59619408px);
    -o-transform: rotate(45deg) translate(-3.59619408px, -3.59619408px);
    transform: rotate(45deg) translate(-3.59619408px, -3.59619408px);
    border: 0 none
}

.subFilters .subFilterWrapper .subFilterTrigger i>em:after,
.subFilters .subFilterWrapper .subFilterTrigger i>em:before,
.subFilters .subFilterWrapper .subFilterTrigger i>i:after,
.subFilters .subFilterWrapper .subFilterTrigger i>i:before {
    background: #999;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px
}

.subFilters .subFilterWrapper .subFilterTrigger i>em:before,
.subFilters .subFilterWrapper .subFilterTrigger i>i:before {
    width: 2px;
    height: 100%
}

.subFilters .subFilterWrapper .subFilterTrigger i>em:after,
.subFilters .subFilterWrapper .subFilterTrigger i>i:after {
    width: 100%;
    height: 2px
}

.subFilters .subFilterWrapper .subFilterTrigger.active i {
    position: relative;
    top: 7px;
    left: 2px;
    box-sizing: content-box;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 13px;
    height: 7.91421356px
}

.subFilters .subFilterWrapper .subFilterTrigger.active i,
.subFilters .subFilterWrapper .subFilterTrigger.active i>em,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i {
    background: 0 0
}

.subFilters .subFilterWrapper .subFilterTrigger.active i>em,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i {
    border-style: solid;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: absolute;
    border-color: #ff9000;
    border-width: 0 2px 2px 0;
    margin: 1.90380592px;
    width: 9.19238816px;
    height: 9.19238816px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border: 0 none
}

.subFilters .subFilterWrapper .subFilterTrigger.active i>em:after,
.subFilters .subFilterWrapper .subFilterTrigger.active i>em:before,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i:after,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i:before {
    background: #ff9000;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px
}

.subFilters .subFilterWrapper .subFilterTrigger.active i>em:before,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i:before {
    width: 2px;
    height: 100%
}

.subFilters .subFilterWrapper .subFilterTrigger.active i>em:after,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i:after {
    width: 100%;
    height: 2px
}

.subFilters .subFilterWrapper .subFilterTrigger.active i,
.subFilters .subFilterWrapper .subFilterTrigger.active i>em,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i {
    background: 0 0
}

.subFilters .subFilterWrapper .subFilterTrigger.active i>em,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i {
    border-style: solid;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: absolute;
    border-color: #ff9000;
    border-width: 0 2px 2px 0;
    margin: 1.90380592px;
    width: 9.19238816px;
    height: 9.19238816px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border: 0 none
}

.subFilters .subFilterWrapper .subFilterTrigger.active i>em:after,
.subFilters .subFilterWrapper .subFilterTrigger.active i>em:before,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i:after,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i:before {
    background: #ff9000;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px
}

.subFilters .subFilterWrapper .subFilterTrigger.active i>em:before,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i:before {
    width: 2px;
    height: 100%
}

.subFilters .subFilterWrapper .subFilterTrigger.active i>em:after,
.subFilters .subFilterWrapper .subFilterTrigger.active i>i:after {
    width: 100%;
    height: 2px
}

.subFilters .subFilterWrapper .subFilterTrigger:focus {
    outline: 0
}

.subFilters .subFilterWrapper .subFilterList {
    top: 42px;
    width: 100%;
    z-index: 6
}

.subFilters .subFilterWrapper .subFilterList li a i {
    top: 2px;
    vertical-align: top;
    width: 23px;
    height: 19px
}

.subFilters .subFilterWrapper .subFilterList li a i.av {
    background: 0 0
}

.subFilters .subFilterWrapper .subFilterList li a i.po {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 18px;
    height: 14px;
    background-position: -107px -54px
}

.subFilters .subFilterWrapper .subFilterList li a i.lg {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 15px;
    height: 18px;
    background-position: -87px -21px;
    margin-right: 17px
}

.subFilters .subFilterWrapper .subFilterList li a i.mr {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 23px;
    height: 19px;
    background-position: -62px -1px
}

.subFilters .subFilterWrapper .subFilterList li a i.mv {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 15px;
    height: 15px;
    background-position: -107px -21px;
    margin-right: 17px
}

.subFilters .subFilterWrapper .subFilterList li a i.mf {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 23px;
    height: 19px;
    background-position: -62px -22px
}

.subFilters .subFilterWrapper .subFilterList li a i.ms {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 23px;
    height: 19px;
    background-position: -26px -24px
}

.subFilters .subFilterWrapper .subFilterList li a i.a {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 23px;
    height: 19px;
    background-position: -51px -66px
}

.subFilters .subFilterWrapper .subFilterList li a i.nv {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 23px;
    height: 19px;
    background-position: -1px -24px
}

.subFilters .subFilterWrapper .subFilterList li a i.re {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 23px;
    height: 19px;
    background-position: -37px -1px
}

.subFilters .subFilterWrapper .subFilterList li a i.tr {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 15px;
    height: 14px;
    background-position: -107px -38px;
    margin-right: 15px
}

.subFilters .subFilterWrapper .subFilterList li a i.cm {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 18px;
    height: 19px;
    background-position: -43px -45px;
    margin-right: 14px
}

.subFilters .subFilterWrapper .subFilterList li a i.ht {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 12px;
    height: 21px;
    background-position: -1px -1px;
    margin-right: 20px
}

.subFilters .subFilterWrapper .subFilterList li a i.t {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 20px;
    height: 19px;
    background-position: -15px -1px
}

.subFilters .subFilterWrapper .subFilterList li a i.checkbox {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 23px;
    height: 19px;
    background-position: -26px -66px
}

.subFilters .subFilterWrapper .subFilterList li a i.checkbox-active {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 23px;
    height: 19px;
    background-position: -1px -66px
}

.subFilters .subFilterWrapper .subFilterList.subFilterListFill {
    z-index: 101
}

#categoryTopAd {
    margin-bottom: 20px
}

@supports (display:grid) {
    .subFilters:not(.dropDownFilter) .subFilterWrapper .subFilterList {
        display: grid;
        grid-auto-flow: column;
        justify-content: start
    }

    .subFilters:not(.dropDownFilter) .subFilterWrapper .subFilterList li {
        order: 3
    }

    .subFilters:not(.dropDownFilter) .subFilterWrapper .subFilterList li:first-child {
        order: 1
    }

    .subFilters:not(.dropDownFilter) .subFilterWrapper .subFilterList li.active {
        order: 2
    }

    .subFilters:not(.dropDownFilter) .subFilterWrapper .subFilterList li.active.active-random {
        order: 1
    }

    .subFilters:not(.dropDownFilter) .subFilterWrapper .subFilterList li.first-random {
        order: 2
    }
}

.sliderWrapper {
    padding: 30px 25px 20px
}

.sliderWrapper#age-wrapper {
    padding: 0 25px
}

.sliderWrapper .slider {
    margin-bottom: 15px;
    position: relative;
    text-align: left
}

.sliderWrapper .slider .ui-slider-handle {
    background-color: #d7d7d7;
    cursor: default;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 20px;
    height: 20px;
    z-index: 2
}

.sliderWrapper .slider .ui-slider-range {
    background-color: #ff9000;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.sliderWrapper .slider.ui-slider-horizontal {
    background-color: #6d6d6d;
    height: 6px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.sliderWrapper .slider.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -10px
}

.sliderWrapper .slider.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.sliderWrapper .slider.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.sliderWrapper .slider.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.sliderWrapper .legend label {
    color: #969696;
    display: inline-block;
    font-size: 16px;
    text-align: center
}

.sliderWrapper .legend label:first-child {
    left: -4px;
    position: relative;
    text-align: left
}

#pornstars-page .sliderWrapper .legend label:first-child {
    left: -10px
}

.sliderWrapper .legend label:last-child {
    position: relative;
    right: -14px;
    text-align: right
}

#pornstars-page .sliderWrapper .legend label:last-child {
    right: -9px
}

h1 .roundFlagIcon[class*=round-flag-] {
    width: 16px;
    height: 16px;
    margin-left: 6px
}

div.adContainer {
    padding: .5rem 0 0;
    text-align: center
}

div.adContainer.ad-tabSplit .ad-link {
    margin: 10px auto 2px;
    display: inline-block
}

div.adContainer iframe {
    display: inline-block;
    vertical-align: middle
}

div.adContainer .ad-link {
    padding: 3px;
    margin: 0 auto;
    color: #4d4d4d;
    font-size: 11px;
    background: #202020;
    line-height: normal;
    display: inline-block
}

.tjLinksWrapper.alignCTAs {
    display: block;
    margin: 8px auto 4px;
    width: 305px;
    overflow: hidden
}

.tjLinksWrapper.alignCTAs .ad-link,
.tjLinksWrapper.alignCTAs .removeAdLink {
    display: inline;
    width: auto;
    line-height: normal
}

.tjLinksWrapper.alignCTAs .ad-link {
    font-size: 11px;
    padding: 3px
}

.tjLinksWrapper.alignCTAs .ad-link.centerAlign {
    float: none
}

.tjLinksWrapper.alignCTAs .removeAdLink {
    float: right
}

.cookieBanner {
    background: rgba(27, 27, 27, .85);
    text-align: center;
    position: fixed;
    bottom: 0;
    vertical-align: middle;
    z-index: 123;
    font-size: .65rem;
    color: #fff;
    width: 100%;
    height: 40px
}

.cookieBanner .contentWrapper {
    position: absolute;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto 10px;
    left: 0;
    right: 0
}

@media only screen and (min-width:667px) {
    .cookieBanner .contentWrapper {
        max-width: 600px;
        margin: auto;
        font-size: .7rem
    }
}

.cookieBanner .textWrapper {
    width: 85%;
    float: left;
    text-align: left
}

.cookieBanner .btnWrapper {
    width: 15%;
    float: left
}

.cookieBanner .btnWrapper #acceptCookie {
    vertical-align: middle;
    width: 40px;
    height: 30px;
    float: right
}

@supports (display:grid) {
    .cookieBanner .contentWrapper {
        display: grid;
        grid-template-columns: 85% 15%;
        position: relative;
        height: 100%;
        align-content: center
    }

    .cookieBanner .contentWrapper div {
        width: 100%;
        align-self: center
    }
}

.pageTitle.marginTop {
    margin-top: 12px
}

.emailVerHomepageContainer {
    background: #1e1e1e;
    width: 95%;
    margin: 10px auto 0;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.emailVerHomepageContainer.adjustSpacing {
    margin: 60px auto 0
}

.emailVerHomepageContainer p {
    padding: 18px
}

.emailVerHomepageContainer p span {
    font-weight: 700
}

.verifyEmailWrapper {
    text-align: center
}

#errors {
    color: #e53b1a
}

#headerWrapPP {
    padding-top: 60px
}

#headerWrapPP .bottomNav,
#headerWrapPP.removePadding {
    padding-top: 0
}

.userCard {
    background: #1b1b1b
}

.userCard img {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 55px
}

.userCard .userCardBottom,
.userCard .userCardTop {
    padding: .5rem
}

.userCard .userCardTop {
    border-bottom: 2px solid #141414
}

.userCard .userCardImageBlock {
    display: inline-block;
    width: 80%;
    vertical-align: top
}

.userCard .userCardImageBadge {
    font-size: 1.2rem
}

.userCard .userCardImageBadge i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.userCard .userCardLocation {
    color: #fff;
    font-size: .9rem
}

.userCard .userCardStatsList {
    float: left
}

.userCard .userButtons {
    float: right
}

.userCard .actionBtn {
    display: inline-block;
    vertical-align: top
}

.userCard .number {
    color: #fff;
    font-weight: 700
}

.language-jp .userCard .addFriendButton .buttonBase[data-friends="1"] .buttonLabel {
    line-height: 1
}

.channelCard {
    width: 95%;
    margin: 1rem auto 0;
    padding: 0 0 10px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px
}

.channelCard .coverImageLink {
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.channelCard .coverImage {
    width: 100%
}

.channelCard .coverImage img {
    width: 100%;
    height: auto
}

.channelCard .avatarButton {
    min-height: 50px
}

.channelCard .avatarButton .avatar {
    margin-top: -40px;
    margin-left: 10px;
    position: absolute
}

.channelCard .avatarButton .avatar img {
    width: 89px;
    height: 89px
}

.channelCard .avatarButton .userButtons {
    margin-left: 110px;
    float: none;
    display: block
}

.channelCard .avatarButton .userButtons>div {
    display: inline-block
}

.channelCard .avatarButton .userButtons .ranktext {
    color: #fff;
    font-size: .8em;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.channelCard .avatarButton .userButtons .buttonBase {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 114px;
    height: 40px
}

.channelCard .avatarButton .userButtons .buttonBase i {
    display: none
}

.channelCard .avatarButton .userButtons .addFriendButton.removeFriend .buttonBase,
.channelCard .avatarButton .userButtons .subscribeButton.unsubscribe .buttonBase {
    border-color: #ff9000;
    color: #ff9000
}

.channelCard .userCardNameBlock {
    clear: both;
    padding: 6px 0 0 10px
}

.channelCard .userCardNameBlock .userCardImageBadge a.username {
    color: #fff
}

.channelCard .userCardStats {
    clear: both;
    list-style-type: none;
    margin: 0;
    padding: 6px 0 0 10px;
    overflow: hidden
}

.channelCard .userCardStats>li {
    float: left;
    color: #969696;
    margin-right: 10px;
    font-size: .8rem
}

.channelCard .userCardStats>li .number {
    color: #969696
}

@media only screen and (max-width:360px) {
    .channelCard .avatarButton .userButtons .buttonBase {
        border: 1px solid #999;
        width: auto
    }

    .channelCard .avatarButton .userButtons .buttonBase i.buttonIcon {
        display: inline-block
    }

    .channelCard .avatarButton .userButtons .buttonBase span.buttonLabel {
        display: none
    }

    .channelCard .userCardStats>li {
        font-size: 11px
    }
}

footer {
    padding: 0 10px 15px;
    text-align: center;
    content-visibility: auto;
    contain-intrinsic-size: 381px
}

@media only screen and (max-width:430px) {
    footer {
        contain-intrinsic-size: 403px
    }
}

@media only screen and (max-width:412px) {
    footer {
        contain-intrinsic-size: 421px
    }
}

@media only screen and (max-width:400px) {
    footer {
        contain-intrinsic-size: 401px
    }
}

@media only screen and (max-width:383px) {
    footer {
        contain-intrinsic-size: 418px
    }
}

@media only screen and (max-width:360px) {
    footer {
        contain-intrinsic-size: 415px
    }
}

@media only screen and (max-width:320px) {
    footer {
        contain-intrinsic-size: 409px
    }
}

.subscribeButton button {
    border: 0;
    padding: .5em;
    margin-top: 10px;
    font-size: .8em;
    background-color: transparent
}

.subscribeButton button i {
    width: 30px;
    height: 30px;
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block
}

.subscribeButton button .buttonLabel {
    display: block
}

.subscribeButton.failed button,
.subscribeButton.loggedOut button,
.subscribeButton.subscribe button {
    color: #969696
}

.subscribeButton.failed button i,
.subscribeButton.loggedOut button i,
.subscribeButton.subscribe button i {
    background-repeat: no-repeat;
    background-size: 401px 242px;
    width: 30px;
    height: 30px;
    background-position: -276px -72px
}

.subscribeButton.unsubscribe button {
    color: #ff9000
}

.subscribeButton.unsubscribe button i {
    background-repeat: no-repeat;
    background-size: 401px 242px;
    width: 30px;
    height: 30px;
    background-position: -342px -72px
}

.subscribeButton.disabled {
    display: none !important
}

.subscribeButton.mini {
    display: inline-block
}

.subscribeButton.mini .buttonLabel {
    display: none
}

.subscribeButton.mini button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #ff9000;
    font-size: initial;
    margin-top: 0;
    padding: .1em
}

.subscribeButton.mini button i {
    margin-top: 0
}

.subscribeButton.mini.unsubscribe button i {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 30px;
    height: 30px;
    background-position: -94px -1px
}

.subscribeButton.mini.failed button i,
.subscribeButton.mini.loggedOut button i,
.subscribeButton.mini.subscribe button i {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 30px;
    height: 30px;
    background-position: -33px -40px
}

.addFriendButton button {
    border: 0;
    padding: .5em;
    margin-top: 10px;
    font-size: .8em;
    background-color: transparent
}

.addFriendButton button i {
    width: 30px;
    height: 30px;
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block
}

.addFriendButton button .buttonLabel {
    display: block
}

.addFriendButton.sent button {
    color: #ff9000
}

.addFriendButton.sent button i {
    background-repeat: no-repeat;
    background-size: 401px 242px;
    width: 30px;
    height: 30px;
    background-position: -261px -37px
}

.addFriendButton.add button,
.addFriendButton.failed button,
.addFriendButton.loggedOut button {
    color: #969696
}

.addFriendButton.add button i,
.addFriendButton.failed button i,
.addFriendButton.loggedOut button i {
    background-repeat: no-repeat;
    background-size: 401px 242px;
    width: 30px;
    height: 30px;
    background-position: -293px -37px
}

.addFriendButton.removeFriend button {
    color: #ff9000
}

.addFriendButton.removeFriend button i {
    background-repeat: no-repeat;
    background-size: 401px 242px;
    width: 30px;
    height: 30px;
    background-position: -357px -37px
}

.addFriendButton.disabled {
    display: none !important
}

.addFriendButton.mini {
    display: inline-block
}

.addFriendButton.mini .buttonLabel {
    display: none
}

.addFriendButton.mini button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #ff9000;
    font-size: initial;
    margin: 0 10px 0 0;
    padding: .1em
}

.addFriendButton.mini button i {
    margin-top: 0;
    position: relative;
    top: 3px;
    left: 2px
}

.addFriendButton.mini.sent i {
    background-position: -33px -155px
}

.addFriendButton.mini.failed i,
.addFriendButton.mini.loggedOut i {
    background-position: 0 -123px
}

.addFriendButton.mini.removeFriend i {
    background-repeat: no-repeat;
    background-size: 401px 242px;
    width: 30px;
    height: 30px;
    background-position: -357px -37px
}

.addFriendButton.modal {
    border: 0;
    margin: inherit
}

.sendTipButton button {
    border: 0;
    padding: .5em;
    margin-top: 10px;
    font-size: .8em;
    background-color: transparent
}

.sendTipButton button i {
    background-repeat: no-repeat;
    background-size: 401px 242px;
    width: 30px;
    height: 30px;
    background-position: -204px -136px;
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block
}

.sendTipButton button .buttonLabel {
    display: block
}

.sendTipButton.disabled {
    display: none !important
}

.sendTipButton.mini {
    display: inline-block
}

.sendTipButton.mini .buttonLabel {
    display: none
}

.sendTipButton.mini button {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #ff9000;
    font-size: initial;
    margin: 0 10px 0 0;
    padding: .1em
}

.sendTipButton.mini button i {
    margin-top: 0;
    position: relative;
    top: 3px;
    left: 2px
}

.streamateButton a {
    border: 0;
    color: #969696;
    padding: .5em;
    font-size: .8em;
    background-color: transparent;
    display: block
}

.streamateButton a i {
    margin-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 401px 242px;
    width: 19px;
    height: 16px;
    background-position: -160px -186px
}

.streamateButton a .buttonLabel {
    display: block
}

.streamateButton.online i {
    background-repeat: no-repeat;
    background-size: 401px 242px;
    width: 19px;
    height: 16px;
    background-position: -139px -186px
}

.streamateButton.actionBtnSmall button {
    padding: 0
}

.streamateButton.actionBtnSmall i {
    width: 20px;
    height: 30px;
    margin-bottom: 5.5px;
    background-position: -687px -331px
}

.favoriteHeartBtn {
    color: #c6c6c6
}

.active .favoriteHeartBtn,
.favoriteHeartBtn.active,
.favorited .favoriteHeartBtn {
    color: #ff9000
}

.subFilterWrapper .subFilterList li i.flagIcon,
i.flagIcon {
    display: inline-block;
    position: relative;
    top: 3px;
    left: 5px
}

span.interactive-icon {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 25px;
    height: 22px;
    background-position: -49px -72px;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.thumbOverlay {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 5px
}

.userFavoriteSection .videoList>ul>li,
.videoList>li {
    width: 100%;
    margin: 12px 0
}

.videoList .videoWrapper {
    width: 100%;
    max-width: 480px;
    margin: 0 auto
}

.videoList .videoWrapper a.imageLink {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.videoList .videoWrapper a.imageLink .videoThumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: inherit;
    right: inherit;
    width: 100%;
    height: 100%
}

.videoList .videoWrapper a.imageLink .videopv {
    display: none
}

.videoList .videoWrapper a.imageLink .videopv.webmActive {
    display: block
}

.videoList .videoWrapper .videoThumb {
    width: 100%;
    height: auto
}

.videoList .videoWrapper .thumbOverlay {
    background-color: transparent
}

.videoList .videoWrapper i:not(.roundFlagIcon):not(.recoUp):not(.recDown) {
    display: inline-block;
    position: relative;
    top: 3px
}

.videoList .videoWrapper i:not(.roundFlagIcon):not(.recoUp):not(.recDown):not(.bg-sprite-common):not(.bg-sprite-video):not(.bg-sprite-profile):not([class^=ph-icon-]):not(.video-sprite):not(.verifiedIcon):not([class^=bg-sprite-]) {
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 402px
}

.videoList .videoWrapper i:not(.roundFlagIcon):not(.recoUp):not(.recDown).premiumIcon {
    width: 30px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: unset !important;
    background-position: unset !important;
    width: 27px;
    height: 19px;
    top: -1px;
    align-self: center
}

.videoList .videoWrapper i:not(.roundFlagIcon):not(.recoUp):not(.recDown).premiumIcon.spicevids {
    background-size: contain !important;
    background-position: right !important;
    width: 20px
}

.videoList .videoWrapper i:not(.roundFlagIcon):not(.recoUp):not(.recDown).fanOnlyIcon {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 20px;
    height: 20px;
    background-position: -126px -67px
}

.videoList .videoWrapper .phpFreeBlock:not(.newThumbLabel) {
    background: #242424;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
    display: flex;
    font-size: 13px;
    align-self: center
}

.videoList .videoWrapper .phpFreeBlock:not(.newThumbLabel) svg {
    position: relative;
    left: -2px;
    align-self: center
}

.videoList .videoWrapper .phpFreeBlock:not(.newThumbLabel) .phpFree {
    float: none;
    text-transform: capitalize;
    background-color: transparent;
    font-weight: 700;
    margin: 0 0 0 1px;
    padding: 0 6px 0 0;
    align-self: center;
    display: flex
}

.videoList .videoWrapper .phpFreeBlock:not(.newThumbLabel) i.premiumIcon {
    margin: 2px 0 0
}

.videoList .videoWrapper .duration {
    bottom: 7px;
    right: 0;
    height: 19px;
    padding: 0 5px;
    z-index: 3;
    display: flex
}

.videoList .videoWrapper .duration>.time {
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, .6);
    margin-left: 6px;
    align-self: center
}

.videoList .videoWrapper .hd-thumbnail {
    font-weight: 700;
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, .6);
    margin-left: 5px;
    align-self: center
}

.videoList .videoWrapper .hd-thumbnail.vr-thumbnail {
    font-style: italic
}

.videoList .videoWrapper .verified {
    display: inline-block;
    margin-top: 4px;
    text-transform: uppercase;
    line-height: 1
}

.videoList .videoWrapper .verified i {
    margin-right: 5px;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: unset !important;
    background-position: unset;
    top: -1px;
    vertical-align: middle
}

.videoList .videoWrapper .underThumb {
    width: 100%;
    padding: 0 10px 10px;
    text-align: left
}

.videoList .videoWrapper .underThumb .title,
.videoList .videoWrapper .underThumb .titleSpiceVids {
    width: 100%;
    margin: 8px 0 5px;
    text-align: left
}

.videoList .videoWrapper .underThumb .title>a,
.videoList .videoWrapper .underThumb .titleSpiceVids>a {
    max-height: 42px;
    display: block;
    overflow: hidden;
    text-align: left;
    color: #c6c6c6;
    font-size: 16px;
    word-break: break-word;
    word-wrap: break-word
}

.videoList .videoWrapper .underThumb .date,
.videoList .videoWrapper .underThumb .rating,
.videoList .videoWrapper .underThumb .videoType,
.videoList .videoWrapper .underThumb .views {
    font-size: 12px;
    display: inline-block;
    white-space: nowrap
}

.videoList .videoWrapper .underThumb .date i,
.videoList .videoWrapper .underThumb .rating i,
.videoList .videoWrapper .underThumb .videoType i,
.videoList .videoWrapper .underThumb .views i {
    width: 15px;
    height: 16px;
    display: inline-block;
    margin-right: 3px
}

.videoList .videoWrapper .underThumb .date.views,
.videoList .videoWrapper .underThumb .rating.views,
.videoList .videoWrapper .underThumb .videoType.views,
.videoList .videoWrapper .underThumb .views.views {
    font-size: 12px;
    color: #969696;
    height: 21px;
    line-height: 22px;
    width: auto;
    margin-right: 8px
}

.videoList .videoWrapper .underThumb .date,
.videoList .videoWrapper .underThumb .videoType,
.videoList .videoWrapper .underThumb .views {
    color: #969696;
    height: auto !important
}

.videoList .videoWrapper .underThumb .date i,
.videoList .videoWrapper .underThumb .videoType i,
.videoList .videoWrapper .underThumb .views i {
    top: unset;
    vertical-align: middle
}

.videoList .videoWrapper .underThumb .rating.up {
    color: #8faf1d
}

.videoList .videoWrapper .underThumb .rating.up i {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 16px;
    height: 16px;
    background-position: -169px -135px
}

.videoList .videoWrapper .underThumb .rating.down {
    color: #e53b1a
}

.videoList .videoWrapper .underThumb .rating.down i {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 16px;
    height: 16px;
    background-position: -41px -161px;
    top: 6px
}

.videoList .videoWrapper .underThumb .rating.neutral {
    color: #969696
}

.videoList .videoWrapper .underThumb .rating.neutral i:not([class^=ph-icon-]) {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 13px;
    height: 13px;
    background-position: -190px -118px
}

.videoList .videoWrapper .underThumb .rating.neutral i {
    margin-top: -4px;
    display: inline-block;
    vertical-align: text-top;
    font-size: 1.1em;
    background: 0 0
}

.videoList .videoWrapper .underThumb .title .newlineDetailsItem {
    display: none
}

.searchNoInfoBoxes .videoList .videoWrapper .underThumb .title .newlineDetailsItem {
    display: inline-block
}

.searchNoInfoBoxes .videoList .videoWrapper .underThumb .rating,
.searchNoInfoBoxes .videoList .videoWrapper .underThumb .rating+.newlineDetails {
    display: none
}

.videoList .videoWrapper .underThumb .hasBadge .verified i {
    top: 0
}

.videoList .videoWrapper .videoUploaderBlock {
    text-align: left;
    display: inline-block;
    margin-right: 15px;
    line-height: 22px;
    vertical-align: middle
}

@media only screen and (max-width:430px) {
    .videoList .videoWrapper .videoUploaderBlock {
        margin-right: 5px;
        max-width: 170px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: middle
    }
}

@media only screen and (max-width:360px) {
    .videoList .videoWrapper .videoUploaderBlock {
        max-width: 140px
    }
}

.videoList .videoWrapper .videoUploaderBlock .uploaderLink {
    color: #969696;
    font-size: 12px
}

.videoList .videoWrapper .videoUploaderBlock .channel-icon i.producer-icon {
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: unset !important;
    background-position: unset;
    margin-right: 5px
}

.videoList .videoWrapper .newlineDetails {
    clear: both
}

.videoList .videoWrapper .gradientBottom:after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    pointer-events: none;
    background: -moz-linear-gradient(to top, #000 -14%, rgba(0, 0, 0, 0) 17%);
    background: -webkit-gradient(to top, color-stop(-14%, #000), color-stop(17%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(to top, #000 -14%, rgba(0, 0, 0, 0) 17%);
    background: -o-linear-gradient(to top, #000 -14%, rgba(0, 0, 0, 0) 17%);
    background: -ms-linear-gradient(to top, #000 -14%, rgba(0, 0, 0, 0) 17%);
    background: linear-gradient(to top, #000 -14%, rgba(0, 0, 0, 0) 17%)
}

.videoList .videoWrapper .spicevidsBlock {
    display: flex;
    align-items: center
}

.videoList .videoWrapper .spicevidsBlock .bg-spice-badge {
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.videoList .videoWrapper .spicevidsBlock .views {
    font-size: 14px !important
}

.videoList .videoWrapper .spicevidsBlock span {
    pointer-events: none
}

.videoList .videoWrapper.videoBlockTrigger {
    display: none
}

#singleFeedSection .premiumAdvertWrapper {
    margin: 0 auto 12px
}

.ios #mobileContainer .latestThumbDesign .webm-videoPreview .webm-previewEl {
    height: 100%;
    bottom: 0
}

.latestThumbDesign.videoList .videoWrapper a.imageLink {
    top: 1px
}

.latestThumbDesign.videoList .videoWrapper i[class^=ph-icon-] {
    background: 0 0
}

.latestThumbDesign.videoList .videoWrapper .videoUploaderBlock {
    margin-right: 0
}

.latestThumbDesign.videoList .videoWrapper .videoUploaderBlock .uploaderLink {
    font-size: 14px;
    color: #c6c6c6
}

@media only screen and (max-width:430px) {
    .latestThumbDesign.videoList .videoWrapper .videoUploaderBlock {
        margin-right: 0
    }
}

@media only screen and (max-width:430px) {
    .latestThumbDesign.videoList .videoWrapper .videoUploaderBlock:not(.hasActionMenu) {
        max-width: 195px
    }
}

@media only screen and (max-width:360px) {
    .latestThumbDesign.videoList .videoWrapper .videoUploaderBlock:not(.hasActionMenu) {
        max-width: 140px
    }
}

@media only screen and (max-width:360px) {
    .latestThumbDesign.videoList .videoWrapper .videoUploaderBlock.hasActionMenu {
        max-width: 115px
    }
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay {
    display: flex;
    height: 19px;
    bottom: 9px;
    right: 11px;
    font-size: 13px
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .bgEffect {
    background: rgba(27, 27, 27, .8);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 2px 6px;
    margin: 0 8px 0 0;
    top: 0;
    color: #c6c6c6;
    line-height: 15px
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .bgEffect.hide {
    display: none
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .watchedVideoText {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    letter-spacing: .057931px;
    opacity: 1;
    left: 0;
    margin-right: 8px;
    line-height: initial;
    font-size: 13px
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .phpFreeBlock {
    margin: 0 8px 0 1px;
    background: rgba(27, 27, 27, .8);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    position: relative;
    display: flex
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .phpFreeBlock.hide {
    display: none
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .phpFreeBlock svg {
    vertical-align: middle;
    position: relative;
    left: -2px
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .phpFreeBlock .phpFree {
    float: none;
    text-transform: capitalize;
    background-color: transparent;
    color: #c6c6c6;
    font-weight: 700;
    margin: 0 0 0 3px;
    padding: 1px 6px 2px 0
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay i.premiumIcon {
    width: 23px;
    height: 19px;
    top: 0;
    float: none;
    display: inline-block;
    margin: 0 8px 0 0
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay i.premiumIcon.hide {
    display: none
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .languageType {
    font-weight: 700;
    position: relative
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .languageType .ph-icon-language {
    font-size: 11px;
    margin-right: 1px
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .ph-icon-interactive {
    font-size: 13px;
    line-height: 15px;
    position: relative;
    top: 0;
    display: inline-flex
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .ph-icon-interactive:before {
    font-size: 12px
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .closedCaption {
    font-weight: 700;
    position: relative
}

.latestThumbDesign.videoList .videoWrapper .thumbOverlay .time {
    margin-right: 0
}

.latestThumbDesign.videoList .videoWrapper .underThumb {
    padding: 5px 10px 10px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo {
    display: inline-block
}

.latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo .channel-icon {
    margin-left: 0;
    margin-right: 0;
    line-height: 22px;
    display: inline-block
}

.latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo .channel-icon i {
    top: 1px;
    font-size: 14px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo .channel-icon i:before {
    color: #3a88e9
}

.latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo .ph-icon-badge-verified {
    font-size: 14px;
    margin-right: 0;
    line-height: 22px;
    vertical-align: middle;
    position: relative;
    top: 0
}

.latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo .badgeIcon.lastIcon,
.latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo .trophyPornStar.lastIcon {
    margin-right: 10px
}

@media only screen and (max-width:430px) {

    .latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo .badgeIcon.lastIcon,
    .latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo .trophyPornStar.lastIcon {
        margin-right: 5px
    }
}

.latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo .trophyPornStar {
    width: 14px;
    height: 14px;
    background: url(../../images/trophy-icon-Pornstar.svg?cache=2023062901) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .rightAlignInfo {
    display: inline-block;
    float: right;
    position: relative
}

.latestThumbDesign.videoList .videoWrapper .underThumb .rightAlignInfo .videoViews {
    display: inline-block;
    font-size: 14px;
    color: #767676;
    line-height: 22px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .rightAlignInfo .videoViews i {
    background: 0 0;
    top: -1px;
    font-size: 9.5px;
    margin-right: 4px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .rightAlignInfo .rating {
    margin-left: 15px;
    font-size: 14px;
    color: #767676
}

.latestThumbDesign.videoList .videoWrapper .underThumb .rightAlignInfo .rating.neutral i {
    display: inline;
    font-size: 12.11px;
    background: 0 0;
    width: auto;
    height: auto;
    top: 1px;
    margin-right: 5px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .rightAlignInfo .rating.neutral i:before {
    color: #767676
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenuButton {
    display: inline-block;
    font-size: 5px;
    vertical-align: middle;
    margin: 8px 0 0 0;
    padding: 12px 5px 5px 28px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenuButton span {
    pointer-events: none;
    font-size: 16px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenuButton span:before {
    color: #c6c6c6
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenuButton.active span:before {
    color: #fff
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenu {
    position: absolute;
    right: 0;
    top: 50px;
    background-color: rgba(21, 21, 21, .95);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 24px 21px;
    width: 282px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 100
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenu a {
    display: table;
    font-size: 14px;
    font-weight: 700;
    color: #969696
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenu a:not(:last-child) {
    padding-bottom: 20px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenu a span {
    vertical-align: middle;
    pointer-events: none;
    display: table-cell;
    box-sizing: content-box
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenu a span:not(.label) {
    padding-right: 17px;
    display: inline-block;
    width: 20px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenu a span:not(.label):before {
    color: #969696
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenu a .ph-icon-rss-feed {
    font-size: 15px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenu a .ph-icon-flag {
    font-size: 17px
}

.latestThumbDesign.videoList .videoWrapper .underThumb .vidTitleWrapper .moreActionMenu a .ph-icon-cancel {
    font-size: 20px
}

.latestThumbDesign.videoList .videoWrapper .staffContentChecker {
    position: absolute;
    top: 5px;
    right: 7px;
    padding: 2px 6px;
    border-radius: 1.8px;
    -moz-border-radius: 1.8px;
    -webkit-border-radius: 1.8px;
    -ms-border-radius: 1.8px;
    -o-border-radius: 1.8px;
    font-weight: 700;
    background-color: #ff00d6;
    color: #fff
}

.latestThumbDesign.videoList>li {
    position: relative
}

.latestThumbDesign.videoList .not-interested-overlay,
.latestThumbDesign.videoList .reported-video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .9);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 10;
    text-align: center;
    padding: 64px;
    vertical-align: middle
}

.latestThumbDesign.videoList .not-interested-overlay span,
.latestThumbDesign.videoList .reported-video-overlay span {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: left;
    margin: auto;
    max-width: 480px
}

.latestThumbDesign.videoList .not-interested-overlay button,
.latestThumbDesign.videoList .reported-video-overlay button {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    width: 107px;
    height: 30px;
    background: 0 0;
    color: #fff;
    padding: 2px 24px;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: block;
    vertical-align: middle;
    margin: 9px auto
}

@media only screen and (max-width:375px) {

    .latestThumbDesign.videoList .not-interested-overlay button,
    .latestThumbDesign.videoList .reported-video-overlay button {
        font-size: 13px
    }
}

.latestThumbDesign.videoList .not-interested-overlay {
    padding: 45px 0
}

.latestThumbDesign.videoList .not-interested-overlay span {
    max-width: 260px
}

@media only screen and (min-width:375px) {
    .latestThumbDesign.videoList .not-interested-overlay {
        padding: 59px 0
    }
}

@media only screen and (min-width:414px) {
    .latestThumbDesign.videoList .not-interested-overlay {
        padding: 69px 0
    }
}

@media only screen and (min-width:600px) {
    .latestThumbDesign.videoList .not-interested-overlay {
        padding: 88px 0
    }
}

.latestThumbDesign.videoList .reported-video-overlay {
    color: #fff;
    padding-top: 94px
}

#limitSpamToastMessage,
#mainHubToastMessage,
#socialMediaToastMessage,
#toastMessage {
    opacity: 0;
    width: 94%;
    background-color: rgba(47, 47, 47, .95);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 24px 20px;
    position: fixed;
    z-index: 200;
    left: 3%;
    right: 3%;
    bottom: -100px;
    transition: all .5s cubic-bezier(.05, 0, 0, 1);
    display: table
}

#limitSpamToastMessage.show,
#mainHubToastMessage.show,
#socialMediaToastMessage.show,
#toastMessage.show {
    bottom: 50px;
    opacity: 1
}

#limitSpamToastMessage.errorToast,
#mainHubToastMessage.errorToast,
#socialMediaToastMessage.errorToast,
#toastMessage.errorToast {
    background-color: #e44545
}

@media only screen and (max-width:375px) {

    #limitSpamToastMessage,
    #mainHubToastMessage,
    #socialMediaToastMessage,
    #toastMessage {
        padding: 24px 15px
    }
}

@media only screen and (max-width:320px) {

    #limitSpamToastMessage,
    #mainHubToastMessage,
    #socialMediaToastMessage,
    #toastMessage {
        padding: 24px 10px
    }
}

#limitSpamToastMessage span,
#mainHubToastMessage span,
#socialMediaToastMessage span,
#toastMessage span {
    display: table-cell;
    vertical-align: middle
}

#limitSpamToastMessage span:before,
#mainHubToastMessage span:before,
#socialMediaToastMessage span:before,
#toastMessage span:before {
    color: #fff
}

#limitSpamToastMessage .ph-icon-done,
#mainHubToastMessage .ph-icon-done,
#socialMediaToastMessage .ph-icon-done,
#toastMessage .ph-icon-done {
    font-size: 12px
}

#limitSpamToastMessage .ph-icon-error,
#mainHubToastMessage .ph-icon-error,
#socialMediaToastMessage .ph-icon-error,
#toastMessage .ph-icon-error {
    font-size: 20px
}

#limitSpamToastMessage .ph-icon-clear,
#limitSpamToastMessage .ph-icon-playlist-add-check,
#mainHubToastMessage .ph-icon-clear,
#mainHubToastMessage .ph-icon-playlist-add-check,
#socialMediaToastMessage .ph-icon-clear,
#socialMediaToastMessage .ph-icon-playlist-add-check,
#toastMessage .ph-icon-clear,
#toastMessage .ph-icon-playlist-add-check {
    font-size: 14px
}

#limitSpamToastMessage .ph-icon-clear,
#mainHubToastMessage .ph-icon-clear,
#socialMediaToastMessage .ph-icon-clear,
#toastMessage .ph-icon-clear {
    text-align: right
}

#limitSpamToastMessage .confirmationMsg,
#mainHubToastMessage .confirmationMsg,
#socialMediaToastMessage .confirmationMsg,
#toastMessage .confirmationMsg {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    padding: 0 8px 0 12px
}

@media only screen and (max-width:375px) {

    #limitSpamToastMessage .confirmationMsg,
    #mainHubToastMessage .confirmationMsg,
    #socialMediaToastMessage .confirmationMsg,
    #toastMessage .confirmationMsg {
        font-size: 13px;
        margin-left: 5px
    }
}

#limitSpamToastMessage button,
#mainHubToastMessage button,
#socialMediaToastMessage button,
#toastMessage button {
    float: right;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    height: 30px;
    background: 0 0;
    color: #fff;
    padding: 2px 24px;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle
}

@media only screen and (max-width:375px) {

    #limitSpamToastMessage button,
    #mainHubToastMessage button,
    #socialMediaToastMessage button,
    #toastMessage button {
        font-size: 13px
    }
}

#limitSpamToastMessage,
#mainHubToastMessage,
#socialMediaToastMessage {
    background-color: #3a88e9;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 12px 0 12px 18px
}

#limitSpamToastMessage .confirmationMsg,
#mainHubToastMessage .confirmationMsg,
#socialMediaToastMessage .confirmationMsg {
    font-weight: 400;
    padding-right: 0
}

#limitSpamToastMessage.show,
#mainHubToastMessage.show,
#socialMediaToastMessage.show {
    bottom: 15px
}

#limitSpamToastMessage.shiftToastUp,
#mainHubToastMessage.shiftToastUp,
#socialMediaToastMessage.shiftToastUp {
    bottom: 105px
}

@media only screen and (min-width:375px) {

    #limitSpamToastMessage.shiftToastUp,
    #mainHubToastMessage.shiftToastUp,
    #socialMediaToastMessage.shiftToastUp {
        bottom: 85px
    }
}

@media only screen and (min-width:768px) {

    #limitSpamToastMessage.shiftToastUp,
    #mainHubToastMessage.shiftToastUp,
    #socialMediaToastMessage.shiftToastUp {
        bottom: 65px
    }
}

#limitSpamToastMessage.extraHeight,
#mainHubToastMessage.extraHeight,
#socialMediaToastMessage.extraHeight {
    bottom: 88px
}

#limitSpamToastMessage.extraHeight.shiftToastUp,
#mainHubToastMessage.extraHeight.shiftToastUp,
#socialMediaToastMessage.extraHeight.shiftToastUp {
    bottom: 175px
}

@media only screen and (min-width:375px) {

    #limitSpamToastMessage.extraHeight.shiftToastUp,
    #mainHubToastMessage.extraHeight.shiftToastUp,
    #socialMediaToastMessage.extraHeight.shiftToastUp {
        bottom: 155px
    }
}

@media only screen and (min-width:768px) {

    #limitSpamToastMessage.extraHeight.shiftToastUp,
    #mainHubToastMessage.extraHeight.shiftToastUp,
    #socialMediaToastMessage.extraHeight.shiftToastUp {
        bottom: 136px
    }
}

#limitSpamToastMessage i,
#mainHubToastMessage i,
#socialMediaToastMessage i {
    display: table-cell;
    vertical-align: middle
}

#limitSpamToastMessage i.ph-icon-clear,
#mainHubToastMessage i.ph-icon-clear,
#socialMediaToastMessage i.ph-icon-clear {
    font-size: 11px;
    padding-left: 12px;
    padding-right: 20px
}

#limitSpamToastMessage i:before,
#mainHubToastMessage i:before,
#socialMediaToastMessage i:before {
    color: #fff;
    pointer-events: none
}

#limitSpamToastMessage a,
#mainHubToastMessage a,
#socialMediaToastMessage a {
    text-decoration: underline;
    color: #fff
}

.playList {
    padding-top: 20px;
    margin: auto
}

.playList>li {
    width: 100%;
    margin: 12px 0
}

.playList>li .playlistLink {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.playList>li .playlistThumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: inherit;
    right: inherit;
    width: 100%;
    height: 100%
}

.playList>li div.thumbCount {
    width: 38.5%;
    height: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.playList>li .thumbCorners {
    width: 100%;
    height: 50%;
    right: 0;
    position: absolute;
    text-align: center
}

.playList>li .thumbCorners.top {
    padding-top: 17%;
    top: 0
}

.playList>li .thumbCorners.top span {
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    display: block;
    vertical-align: top
}

.playList>li .thumbCorners.top span:last-child {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 20px;
    height: 12px;
    background-position: -109px -180px;
    display: inline-block
}

.playList>li .thumbCorners.bottom {
    bottom: 0;
    width: 88%;
    margin: 0 6% 6%
}

.playList>li .thumbCorners.bottom img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

.playList>li .playlistWrapper {
    background-color: #000;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: relative
}

.playList>li .playlistWrapper i {
    display: inline-block;
    position: relative;
    top: 3px
}

.playList>li .playlistWrapper i:not([class^=bg-sprite-]) {
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 402px
}

.playList>li .playlistWrapper i.premiumUi:not(.bg-sprite-premium) {
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 500px auto
}

.playList>li .playlistWrapper i.premiumIcon {
    background-repeat: no-repeat;
    background-size: 150px 140px;
    width: 42px;
    height: 32px;
    background-position: -41px -1px;
    position: absolute;
    bottom: 0;
    top: inherit;
    left: 0
}

.playList>li .playlistWrapper .premiumIconTitle {
    background-repeat: no-repeat;
    background-size: 150px 140px;
    width: 30px;
    height: 30px;
    background-position: -85px -1px;
    margin-right: 5px;
    position: relative
}

.playList>li .playlistWrapper i.premiumIconSmall {
    position: relative;
    z-index: 55;
    top: 67px;
    left: -36px;
    background-repeat: no-repeat;
    background-size: 150px 140px;
    width: 30px;
    height: 23px;
    background-position: -28px -75px
}

.playList>li .playlistWrapper .playAllLink {
    position: absolute;
    width: 100%;
    height: 100%
}

.playList>li .playlistWrapper .playAllLink .playlist-text {
    width: 70px;
    height: 20px;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    zoom: 1;
    font-size: 18px
}

.playList>li .playlistWrapper .playAllLink .playlist-text .view-icon,
.playList>li .playlistWrapper .playAllLink .playlist-text .watch-icon {
    float: right;
    position: relative;
    right: 21px
}

.playList>li .playlistWrapper .blankImg {
    width: 100%;
    height: 100%
}

.playList>li .playlistWrapper .duration {
    top: 150px;
    right: 0
}

.playList>li .playlistWrapper .playButton {
    top: 139px;
    left: 6px;
    width: 47px;
    height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgba(0, 0, 0, .4)
}

.playList>li .playlistWrapper .playButton:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 17px;
    border-style: solid;
    border-width: 9.5px 0 9.5px 17px;
    border-color: transparent transparent transparent #e8e8e8
}

.playList>li .playlistWrapper .underThumb {
    width: 100%;
    padding: 0 10px 10px
}

.playList>li .playlistWrapper .underThumb .title {
    width: 100%;
    height: 22px;
    margin: 8px 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media only screen and (min-width:321px) {
    .playList>li .playlistWrapper .underThumb .title {
        text-overflow: initial;
        white-space: initial
    }
}

.playList>li .playlistWrapper .underThumb .title a {
    color: #c6c6c6
}

.playList>li .playlistWrapper .underThumb .comments,
.playList>li .playlistWrapper .underThumb .favourites,
.playList>li .playlistWrapper .underThumb .rating,
.playList>li .playlistWrapper .underThumb .views {
    font-size: .8em;
    display: inline-block;
    margin-right: 10px
}

.playList>li .playlistWrapper .underThumb .comments i,
.playList>li .playlistWrapper .underThumb .favourites i,
.playList>li .playlistWrapper .underThumb .rating i,
.playList>li .playlistWrapper .underThumb .views i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px
}

.playList>li .playlistWrapper .underThumb .comments span[class^=ph-icon-],
.playList>li .playlistWrapper .underThumb .favourites span[class^=ph-icon-],
.playList>li .playlistWrapper .underThumb .rating span[class^=ph-icon-],
.playList>li .playlistWrapper .underThumb .views span[class^=ph-icon-] {
    margin-right: 5px
}

.playList>li .playlistWrapper .underThumb .rating {
    color: #969696
}

.playList>li .playlistWrapper .underThumb .rating i {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    height: 16px;
    background-position: -23px -161px;
    width: 16px;
    height: 13px;
    background-position: -167px -136px
}

.playList>li .playlistWrapper .underThumb .rating:not(.videoShowPage) i {
    width: 15px;
    height: 16px
}

.playList>li .playlistWrapper .underThumb .rating:not(.videoShowPage).up i {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 16px;
    height: 16px;
    background-position: -169px -135px
}

.playList>li .playlistWrapper .underThumb .rating:not(.videoShowPage).up .ph-icon-thumb-up {
    color: #8faf1d
}

.playList>li .playlistWrapper .underThumb .rating:not(.videoShowPage).down i {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 16px;
    height: 16px;
    background-position: -41px -161px
}

.playList>li .playlistWrapper .underThumb .comments,
.playList>li .playlistWrapper .underThumb .favourites,
.playList>li .playlistWrapper .underThumb .views {
    color: #969696
}

.playList>li .playlistWrapper .underThumb .views i {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 13px;
    height: 11px;
    background-position: -157px -180px
}

.playList>li .playlistWrapper .underThumb .comments i {
    background-position: -850px -90px
}

.playList>li .playlistWrapper .underThumb .favourites i {
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 13px;
    height: 10px;
    background-position: -1px -195px;
    vertical-align: top
}

.playList>li .playlistWrapper.showVideoPagePlaylist div.thumbCount {
    width: 45%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.playList>li .playlistWrapper.showVideoPagePlaylist div.thumbCount .thumbCorners.bottom {
    display: none
}

.playList>li .playlistWrapper.showVideoPagePlaylist div.thumbCount .thumbCorners.top {
    padding-top: 50%;
    height: 100%
}

.playList>li .playlistWrapper.showVideoPagePlaylist div.thumbCount .thumbCorners.top span {
    font-size: .9em
}

.playList>li .playlistWrapper.showVideoPagePlaylist div.thumbCount .thumbCorners.top span.spriteUi {
    display: none
}

.playList>li .playlistWrapper.showVideoPagePlaylist div.thumbCount .thumbCorners.top span.playlistIcon {
    display: inline-block;
    width: 18px;
    height: 16px;
    background-repeat: no-repeat
}

.playList#showAllPlaylistSection {
    padding-top: 0
}

.pornstarList {
    padding: 10px 0
}

.pornstarList>li {
    width: 46%;
    padding: .5em 0 0;
    margin: 12px 0 0;
    display: inline-block;
    vertical-align: top
}

.pornstarList>li:nth-child(even) {
    margin-left: 1em
}

@media only screen and (min-width:321px) {
    .pornstarList>li {
        margin: 12px .1em 0
    }

    .pornstarList>li:nth-child(even) {
        margin-left: .6%
    }
}

.pornstarList>li a.pornstarLink {
    display: block;
    width: 93%;
    margin: 0 auto
}

.pornstarList>li span.pornstarThumbWrap {
    width: 100%;
    display: block;
    position: relative
}

.pornstarList>li span.pornstarThumbWrap .thumbWrap {
    position: relative
}

.pornstarList>li span.pornstarThumbWrap .thumbWrap .premiumVideosIcon {
    top: unset;
    bottom: 5px;
    left: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.pornstarList>li span.pornstarThumbWrap span.title {
    margin: .25em 0 0;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    max-height: 47px;
    overflow: hidden
}

.pornstarList>li span.pornstarThumbWrap span.rankWrap {
    width: auto;
    height: 20px;
    background-color: rgba(0, 0, 0, .75);
    bottom: 4px;
    right: 5px;
    line-height: 1.2em;
    position: absolute;
    padding: 0 10px 0 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.pornstarList>li span.pornstarThumbWrap span.rankWrap span {
    display: inline-block;
    color: #fff;
    font-size: .875em;
    font-weight: 700
}

.pornstarList>li span.pornstarThumbWrap span.rankWrap span.icon {
    display: inline-block;
    margin: 0 0 0 3px;
    border: 0;
    font-size: 12px
}

.pornstarList>li span.pornstarThumbWrap span.rankWrap span.icon.rank-up {
    background-repeat: no-repeat;
    color: #34c759
}

.pornstarList>li span.pornstarThumbWrap span.rankWrap span.icon.rank-down {
    background-repeat: no-repeat;
    color: #e44545
}

.pornstarList>li span.pornstarThumbWrap span.rankWrap .noChange {
    position: relative;
    background-color: #ccc;
    width: 7px;
    height: 2px;
    border: none;
    display: none;
    margin-left: 5px;
    top: 4px;
    margin-top: 0
}

.pornstarList>li span.pornstarThumbWrap span.lastName,
.pornstarList>li span.pornstarThumbWrap span.modelBadges,
.pornstarList>li span.pornstarThumbWrap span.pornStarBadges {
    white-space: nowrap
}

.pornstarList>li span.pornstarThumbWrap .winnerModelImage {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: -webkit-center
}

.pornstarList>li span.pornstarThumbWrap .winnerModelImage img {
    width: 150px;
    height: 150px;
    position: relative
}

.pornstarList>li span.pornstarThumbWrap .trophyPornStar {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center
}

.pornstarList>li img.pornstarThumb {
    width: 100%;
    height: auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.pornstarList>li .pornstarWrap {
    margin: 0 auto
}

@media only screen and (min-width:321px) {
    .pornstarList>li .pornstarWrap {
        width: 95%
    }
}

.pornstarList>li .pornstarWrap i {
    display: inline-block;
    position: relative;
    top: 3px
}

.pornstarList>li .pornstarWrap i:not([class^=bg-sprite-]) {
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 402px
}

.pornstarList>li .pornstarWrap .underThumb {
    width: 93%;
    margin: 0 auto;
    padding: 0 0 10px;
    font-size: 1em
}

.pornstarList>li .pornstarWrap .underThumb .views {
    width: 50%;
    text-align: right
}

.pornstarList>li .pornstarWrap .underThumb .videos {
    width: 50%
}

.pornstarList>li .pornstarWrap .underThumb .videos,
.pornstarList>li .pornstarWrap .underThumb .views {
    float: left;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pornstarList>li .pornstarWrap .underThumb .videos i,
.pornstarList>li .pornstarWrap .underThumb .views i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px
}

.pornstarList>li .pornstarWrap .underThumb .videos,
.pornstarList>li .pornstarWrap .underThumb .views {
    position: relative;
    color: #969696
}

.pornstarList>li .pornstarWrap .underThumb .views i {
    background-repeat: no-repeat;
    background-size: 401px 242px;
    width: 14px;
    height: 14px;
    background-position: -19px -227px
}

.pornstarList>li .pornstarWrap .underThumb .videos i {
    background-repeat: no-repeat;
    background-size: 401px 242px;
    width: 14px;
    height: 14px;
    background-position: -383px -204px
}

.pornstarList#pornstarListSection,
.pornstarList#pornstarListSection li {
    padding-top: 0
}

span.verifiedPornstar {
    display: inline-block;
    vertical-align: middle
}

span.verifiedPornstar span.verifiedIcon {
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: unset !important;
    background-position: unset;
    display: inline-block
}

.pornstarWrap span.verifiedPornstar {
    line-height: 16px;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    -moz-transform: scale(.75);
    -o-transform: scale(.75);
    transform: scale(.75)
}

.viewAllButton {
    display: block;
    padding: 12px;
    width: 95%;
    margin: 10px auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #ccc;
    color: #fff;
    text-align: center
}

.viewAllButton.homePage {
    border: 1px solid #c6c6c6;
    color: #c6c6c6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    margin: 15px auto 30px
}

.premiumAdvert i {
    display: inline-block;
    vertical-align: middle
}

.premiumAdvert i.adArrow {
    box-sizing: content-box !important;
    display: inline-block !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-align: left !important;
    width: 7.41421356px !important;
    height: 12px !important
}

.premiumAdvert i.adArrow,
.premiumAdvert i.adArrow>em,
.premiumAdvert i.adArrow>i {
    background: 0 0 !important
}

.premiumAdvert i.adArrow>em,
.premiumAdvert i.adArrow>i {
    border-style: solid !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    font-size: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    border-color: #ff9000 !important;
    border-width: 0 2px 2px 0 !important;
    margin: 1.75735931px !important;
    width: 8.48528137px !important;
    height: 8.48528137px !important;
    -webkit-transform: rotate(-45deg) translate(-3.24264069px, -3.24264069px) !important;
    -ms-transform: rotate(-45deg) translate(-3.24264069px, -3.24264069px) !important;
    -moz-transform: rotate(-45deg) translate(-3.24264069px, -3.24264069px) !important;
    -o-transform: rotate(-45deg) translate(-3.24264069px, -3.24264069px) !important;
    transform: rotate(-45deg) translate(-3.24264069px, -3.24264069px) !important
}

.premiumAdvert i.adArrow,
.premiumAdvert i.adArrow>em,
.premiumAdvert i.adArrow>i {
    background: 0 0 !important
}

.premiumAdvert i.adArrow>em,
.premiumAdvert i.adArrow>i {
    border-style: solid !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    font-size: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    border-color: #ff9000 !important;
    border-width: 0 2px 2px 0 !important;
    margin: 1.75735931px !important;
    width: 8.48528137px !important;
    height: 8.48528137px !important;
    -webkit-transform: rotate(-45deg) translate(-3.24264069px, -3.24264069px) !important;
    -ms-transform: rotate(-45deg) translate(-3.24264069px, -3.24264069px) !important;
    -moz-transform: rotate(-45deg) translate(-3.24264069px, -3.24264069px) !important;
    -o-transform: rotate(-45deg) translate(-3.24264069px, -3.24264069px) !important;
    transform: rotate(-45deg) translate(-3.24264069px, -3.24264069px) !important
}

.premiumAdvert i.adStar {
    background-repeat: no-repeat !important;
    background-size: 150px 140px !important;
    width: 18px !important;
    height: 17px !important;
    background-position: -49px -105px !important
}

.relatedSearchTermsHome {
    margin: 10px 0
}

.albumList>li {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 2%;
    margin-bottom: 5px;
    width: 48.4%;
    background: #000;
    vertical-align: top;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width:360px) {
    .albumList>li {
        width: 48.3%
    }
}

@media only screen and (orientation:landscape) {
    .albumList>li {
        width: 24%
    }
}

.albumList>li .albumListImage img {
    height: auto
}

.albumList>li .albumListImage .privateBig>img {
    height: auto
}

.albumList>li .albumListImage .privateUnlocked {
    height: auto
}

.albumList>li .verified {
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: .75em
}

.albumList>li .verified i {
    margin-left: 2px;
    margin-right: 5px;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: unset !important;
    background-position: unset;
    display: inline-block;
    vertical-align: bottom
}

.albumList>li .albumInfo {
    margin: 8px 0 5px
}

.albumList>li .albumInfo i {
    width: 15px;
    height: 13px;
    display: inline-block;
    position: relative
}

.albumList>li .albumInfo .albumInfoTitle,
.albumList>li .albumInfo .title-album {
    text-transform: uppercase;
    color: #ff9000;
    text-align: left;
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

@media only screen and (max-width:375px) {

    .albumList>li .albumInfo .albumInfoTitle,
    .albumList>li .albumInfo .title-album {
        font-size: .9rem
    }
}

@media only screen and (max-width:360px) {

    .albumList>li .albumInfo .albumInfoTitle,
    .albumList>li .albumInfo .title-album {
        font-size: .8rem
    }
}

@media only screen and (max-width:320px) {

    .albumList>li .albumInfo .albumInfoTitle,
    .albumList>li .albumInfo .title-album {
        font-size: .7rem
    }
}

@media only screen and (orientation:landscape) {

    .albumList>li .albumInfo .albumInfoTitle,
    .albumList>li .albumInfo .title-album {
        font-size: .7rem
    }
}

.albumList>li .albumInfo .photos {
    width: 50%;
    float: left;
    text-align: left
}

.albumList>li .albumInfo .photos i {
    background-position: -691px -92px;
    top: 5px
}

.albumList>li .albumInfo .rating {
    float: right;
    width: 50%;
    text-align: right
}

.albumList>li .albumInfo .rating.up {
    color: #8faf1d
}

.albumList>li .albumInfo .rating.down {
    color: #e53b1a
}

.albumList>li .albumInfo .rating.neutral {
    color: #969696
}

.albumList>li .albumInfo .rating i {
    top: 1px;
    font-size: 9px
}

.albumList>li .albumInfo .photos,
.albumList>li .albumInfo .photosPornstar,
.albumList>li .albumInfo .rating,
.albumList>li .albumInfo .ratingPornstar {
    color: #fff;
    font-size: .8rem
}

@media only screen and (max-width:320px),
only screen and (orientation:landscape) {

    .albumList>li .albumInfo .photos,
    .albumList>li .albumInfo .photosPornstar,
    .albumList>li .albumInfo .rating,
    .albumList>li .albumInfo .ratingPornstar {
        font-size: .7rem
    }
}

.award-icon.spriteUi:not([class^=bg-sprite-]) {
    background-size: auto
}

.pornstarWrap.performerCard .title.performerCardName {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    margin: 6px 0 0;
    width: 100%
}

.pornstarWrap.performerCard .underThumb.performerVideosViewsCount {
    display: table;
    margin-top: 4px
}

.pornstarWrap.performerCard .underThumb.performerVideosViewsCount .videos.performerCount,
.pornstarWrap.performerCard .underThumb.performerVideosViewsCount .views.performerCount {
    float: none;
    display: table-cell;
    width: 50%;
    font-weight: 700;
    color: #969696;
    font-size: 12px;
    line-height: 14px
}

.pornstarWrap.performerCard .underThumb.performerVideosViewsCount .views.performerCount {
    text-align: right
}

.pornstarWrap.performerCard .modelBadges.performerBadges {
    margin-left: 5px
}

.pornstarWrap.performerCard .modelBadges.performerBadges .performerIcon {
    margin: 0 5px 0 0
}

.pornstarWrap.performerCard .modelBadges.performerBadges .performerIcon.verifiedPornstar {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    line-height: normal;
    vertical-align: text-top
}

.pornstarWrap.performerCard .modelBadges.performerBadges .performerIcon .verifiedIcon,
.pornstarWrap.performerCard .modelBadges.performerBadges .performerIcon.trophyPornStar {
    width: 12px;
    height: 12px
}

.pornstarWrap.performerCard span.pornstarThumbWrap .premiumIcon {
    position: absolute;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background-repeat: no-repeat;
    background-size: 150px 140px;
    width: 20px;
    height: 16px;
    background-position: -106px -105px
}

.pornstarWrap.performerCard .premiumIcon.premiumVideosIcon {
    bottom: 6px;
    left: 6px
}

.pornstarWrap.performerCard .rankWrap {
    bottom: 6px;
    right: 6px
}

.channelRelatedPornstars .scrollableListing .pornstarList .pornstarWrap.performerCard span.pornstarThumbWrap .rankWrap,
.pornstarList>li .pornstarWrap.performerCard span.pornstarThumbWrap .rankWrap {
    bottom: 6px;
    right: 6px
}

.channelRelatedPornstars .scrollableListing .pornstarList .pornstarWrap.performerCard span.pornstarThumbWrap .premiumIcon,
.pornstarList>li .pornstarWrap.performerCard span.pornstarThumbWrap .premiumIcon {
    bottom: 6px;
    left: 6px
}

#appearedWithPornstarList>li .pornstarWrap.performerCard .underThumb,
#pornstarListSection>li .pornstarWrap.performerCard .underThumb,
#topTrendingPornstarsList>li .pornstarWrap.performerCard .underThumb {
    margin: -3px auto 0 auto
}

#modelsWithCatSection .modelsWithCat .pornstarWrap.performerCard .title.performerCardName {
    text-transform: none;
    font-size: 18px;
    line-height: 21px;
    white-space: normal
}

#modelsWithCatSection .modelsWithCat .pornstarWrap.performerCard .underThumb {
    margin: -5px auto 0 auto
}

html.ios.newIOS .latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo .trophyPornStar {
    position: relative;
    top: -1px
}

html.ios.newIOS .latestThumbDesign.videoList .videoWrapper .underThumb .leftAlignInfo .channel-icon {
    position: relative
}

.moreFiltersWrapper .moreFilters {
    display: none;
    margin: 0 auto;
    padding: 15px 0 0;
    width: 95%
}

.moreFiltersWrapper .videoSearchFilters {
    display: none
}

.moreFiltersWrapper .moreFilters {
    display: none;
    margin: 0 auto;
    padding: 15px 0 0;
    width: 95%
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li:not(.active),
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li:not(.active),
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li:not(.active),
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li:not(.active) {
    background: 0 0
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active {
    background-color: #ff9000
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active a,
.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active span,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active a,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active span,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active a,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active span,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active a,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li:not(.videoBrowseFilterCheckbox).active span {
    color: #000
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox {
    zoom: 1;
    width: 100%;
    display: block;
    border: none;
    padding: 5px;
    text-align: left
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before {
    display: table;
    content: ""
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after {
    clear: both
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::after,
.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::before,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::after,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::before,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::after,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::before,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::before {
    display: table;
    content: ""
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::after,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::after,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox::after {
    clear: both;
    zoom: 1
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before {
    content: "";
    display: table
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after {
    clear: both
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:before {
    content: "";
    display: table
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox:after {
    clear: both
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox.active,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox.active,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox.active,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox.active {
    background: 0 0
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox.active .inputLabel,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox.active .inputLabel,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox.active .inputLabel,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .filterList li.videoBrowseFilterCheckbox.active .inputLabel {
    color: #fff
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .verifiedFilter .filterList li,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .verifiedFilter .filterList li,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .verifiedFilter .filterList li,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .verifiedFilter .filterList li {
    background-color: #141414;
    border: 1px solid #3a3a3a;
    float: left;
    padding: 13px 5px;
    text-align: center;
    position: relative;
    width: 50%
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .verifiedFilter .filterList li:first-child,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .verifiedFilter .filterList li:first-child,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .verifiedFilter .filterList li:first-child,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .verifiedFilter .filterList li:first-child {
    float: right
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .verifiedFilter .filterList li.active,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .verifiedFilter .filterList li.active,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .verifiedFilter .filterList li.active,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .verifiedFilter .filterList li.active {
    background-color: #1a1a1a
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .verifiedFilter .filterList li.active .inputLabel,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .verifiedFilter .filterList li.active .inputLabel,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .verifiedFilter .filterList li.active .inputLabel,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .verifiedFilter .filterList li.active .inputLabel {
    color: #f90
}

.moreFiltersWrapper .moreFilters .albumFilters .filterWrapper .verifiedFilter .custom_checkbox .checkbox,
.moreFiltersWrapper .moreFilters .gifFilters .filterWrapper .verifiedFilter .custom_checkbox .checkbox,
.moreFiltersWrapper .moreFilters .playlistFilters .filterWrapper .verifiedFilter .custom_checkbox .checkbox,
.moreFiltersWrapper .moreFilters .pornstarsFilters .filterWrapper .verifiedFilter .custom_checkbox .checkbox {
    display: none
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox {
    zoom: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    display: block
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox:before,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox:before,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox:before,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox:before {
    display: table;
    content: ""
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox:after {
    clear: both
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox::after,
.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox::before,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox::after,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox::before,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox::after,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox::before,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox::after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox::before {
    display: table;
    content: ""
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox::after,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox::after,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox::after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox::after {
    clear: both;
    zoom: 1
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox:before,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox:before,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox:before,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox:before {
    content: "";
    display: table
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox:after {
    clear: both
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox:before,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox:before,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox:before,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox:before {
    content: "";
    display: table
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox:after {
    clear: both
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox input,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox input,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox input,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox .inputLabel,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox .inputLabel,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox .inputLabel,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox .inputLabel {
    color: #a3a2a2;
    font-size: 15px;
    vertical-align: middle;
    min-width: 30%;
    display: inline-block;
    margin: 0;
    max-width: calc(100% - 30px)
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox .inputLabel .filterVideoCount,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox .inputLabel .filterVideoCount,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox .inputLabel .filterVideoCount,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox .inputLabel .filterVideoCount {
    font-size: 11px;
    margin-left: 6px;
    color: rgba(255, 255, 255, .28)
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox input:checked~.checkbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox input:checked~.checkbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox input:checked~.checkbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox input:checked~.checkbox:after {
    display: block
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox input:checked~.checkbox:before,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox input:checked~.checkbox:before,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox input:checked~.checkbox:before,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox input:checked~.checkbox:before {
    display: none
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox input:checked~.checkbox,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox input:checked~.checkbox,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox input:checked~.checkbox,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox input:checked~.checkbox {
    background-color: #ff9000
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox .checkbox,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox .checkbox,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox .checkbox,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox .checkbox {
    float: right;
    width: 25px;
    height: 25px;
    border: 1px solid #3f3f3f;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    pointer-events: none
}

.moreFiltersWrapper .moreFilters .albumFilters .custom_checkbox .checkbox:after,
.moreFiltersWrapper .moreFilters .gifFilters .custom_checkbox .checkbox:after,
.moreFiltersWrapper .moreFilters .playlistFilters .custom_checkbox .checkbox:after,
.moreFiltersWrapper .moreFilters .pornstarsFilters .custom_checkbox .checkbox:after {
    content: "";
    position: relative;
    display: none;
    margin-left: 7px;
    margin-top: 3px;
    width: 8px;
    height: 13px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.moreFiltersWrapper .moreFilters .filterSubtitle {
    text-align: center;
    font-size: .8rem
}

.moreFiltersWrapper .moreFilters .categoriesFilterSwitch var {
    font-style: normal
}

.moreFiltersWrapper .moreFilters .videoSearchFilter .allCategories span,
.moreFiltersWrapper .moreFilters .videoSearchFilter .categoryItem span {
    margin-left: 17px
}

.moreFiltersWrapper .moreFilters .categoriesSwitch {
    margin-bottom: 20px
}

.moreFiltersWrapper .moreFilters .filterWrapper {
    margin: 10px 0 30px;
    padding: 0 1px
}

.moreFiltersWrapper .moreFilters .filterWrapper h4 {
    font-size: .969em;
    font-weight: 400;
    margin: 10px 0;
    text-align: center
}

.moreFiltersWrapper .moreFilters .filterWrapper h4 .subtitle {
    color: #a3a2a2;
    font-size: 14px;
    line-height: 40px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#excludeCategoriesList li,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li {
    height: 47px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#excludeCategoriesList li .plusSign a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#excludeCategoriesList li .plusSign span,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li .plusSign a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li .plusSign span {
    font-size: 1.6em
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li {
    background-color: #141414;
    border: 1px solid #3a3a3a;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    padding: 13px 5px;
    text-align: center;
    position: relative
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li .plusSign {
    display: inline-block;
    position: relative;
    top: -8px;
    vertical-align: top;
    margin-right: 2px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li .plusSign+a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList li .plusSign+span {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li .removeCategory {
    margin-right: 9px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li .arrowWrapper {
    width: 25px;
    height: 37px;
    position: absolute;
    bottom: 4px;
    right: 0;
    display: inline-block;
    padding: 0 4px 6px 8px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li .arrowWrapper .categories_arrow {
    display: inline-block;
    float: right;
    bottom: 3px;
    right: 2px;
    margin-top: 16px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 1px;
    height: 12px;
    background: 0 0;
    border: 4px solid transparent;
    border-top: 4px solid #fff
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li .arrowWrapper .categories_arrow.opened {
    bottom: 5px;
    border-top: none;
    margin-bottom: 16px;
    margin-top: 8px;
    border-bottom: 4px solid #fff
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList li span {
    color: #cbcbcb;
    display: block;
    font-size: .8em
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li.active {
    background-color: #1a1a1a
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li.active a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList li.active>span {
    color: #f90
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li.active a.tooltipTrig {
    color: #fff
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li span.reduceFontSize {
    font-size: .73em;
    line-height: 1em
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i {
    display: inline-block;
    width: 28px;
    height: 19px;
    position: relative;
    top: 1px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i.flagIcon {
    margin-right: 5px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i.checkbox {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 23px;
    height: 19px;
    background-position: -26px -66px;
    top: 0
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i.checkbox.active {
    background-repeat: no-repeat;
    background-size: 127px 106px;
    width: 23px;
    height: 19px;
    background-position: -1px -66px;
    top: 0
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i.gayIcon,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i.shemaleIcon,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i.straightIcon {
    position: relative;
    left: -5px;
    margin-right: 0
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i.listIcon {
    background-repeat: no-repeat !important;
    background-size: 127px 106px !important;
    width: 19px !important;
    height: 18px !important;
    background-position: -64px -87px !important
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i.gridIcon {
    background-repeat: no-repeat !important;
    background-size: 127px 106px !important;
    width: 19px !important;
    height: 18px !important;
    background-position: -107px -1px !important
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i.straightIcon {
    background-repeat: no-repeat !important;
    background-size: 127px 106px !important;
    width: 18px !important;
    height: 18px !important;
    background-position: -87px -1px !important
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i.gayIcon {
    background-repeat: no-repeat !important;
    background-size: 127px 106px !important;
    width: 19px !important;
    height: 19px !important;
    background-position: -22px -45px !important
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li i.shemaleIcon {
    background-repeat: no-repeat !important;
    background-size: 127px 106px !important;
    width: 19px !important;
    height: 18px !important;
    background-position: -22px -87px !important
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li.active i.listIcon {
    background-repeat: no-repeat !important;
    background-size: 127px 106px !important;
    width: 19px !important;
    height: 18px !important;
    background-position: -43px -87px !important
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li.active i.gridIcon {
    background-repeat: no-repeat !important;
    background-size: 127px 106px !important;
    width: 19px !important;
    height: 18px !important;
    background-position: -85px -87px !important
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li.active i.straightIcon {
    background-repeat: no-repeat !important;
    background-size: 127px 106px !important;
    width: 18px !important;
    height: 18px !important;
    background-position: -63px -45px !important
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li.active i.gayIcon {
    background-repeat: no-repeat !important;
    background-size: 127px 106px !important;
    width: 19px !important;
    height: 19px !important;
    background-position: -1px -45px !important
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList li.active i.shemaleIcon {
    background-repeat: no-repeat !important;
    background-size: 127px 106px !important;
    width: 19px !important;
    height: 18px !important;
    background-position: -1px -87px !important
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList.twoRows li {
    width: 50%
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList.threeRows li {
    width: 50%
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList.threeRows li a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList.threeRows li span,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList.threeRows li span.reduceFontSize {
    text-overflow: unset;
    overflow: unset;
    display: inline-block;
    vertical-align: middle
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList.threeFilterRows li {
    width: 33.33%
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList.js-mainFilter li {
    height: 56px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList.js-mainFilter li:first-child a {
    line-height: 2.1em
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList.js-mainFilter li:nth-child(2) a {
    line-height: 2.1em
}

@media only screen and (min-width:360px) {
    .moreFiltersWrapper .moreFilters .filterWrapper .filterList.js-mainFilter li:nth-child(2) a {
        line-height: 1.15em;
        padding: 0 10px
    }
}

@media only screen and (orientation:landscape) {
    .moreFiltersWrapper .moreFilters .filterWrapper .filterList.js-mainFilter li:nth-child(2) a {
        line-height: 1.15em
    }
}

@media only screen and (min-width:598px) {
    .moreFiltersWrapper .moreFilters .filterWrapper .filterList.js-mainFilter li:nth-child(2) a {
        line-height: 2.1em
    }
}

@media only screen and (min-width:360px) {
    .moreFiltersWrapper .moreFilters .filterWrapper .filterList.js-mainFilter li.js-downloadableContent a {
        line-height: 1.15em
    }
}

@media only screen and (orientation:landscape) {
    .moreFiltersWrapper .moreFilters .filterWrapper .filterList.js-mainFilter li.js-downloadableContent a {
        line-height: 1.15em
    }
}

@media only screen and (min-width:598px) {
    .moreFiltersWrapper .moreFilters .filterWrapper .filterList.js-mainFilter li.js-downloadableContent a {
        line-height: 2.1em
    }
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList.biggerHeightFilterRows li {
    max-height: 59px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList.biggerHeightFilterRows li a {
    line-height: 30px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList.biggerHeightFilterRows li a.largeText {
    line-height: normal
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .allCategories span.categorySpaceWidth,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList .categoryItem span.categorySpaceWidth {
    width: 70%;
    margin-top: 1px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .allCategories .reduceFontSize,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList .categoryItem .reduceFontSize {
    margin-top: 4px;
    text-align: left
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll {
    width: 100%;
    position: absolute;
    top: 45px;
    left: -1px;
    background-color: #000;
    z-index: 10;
    display: none;
    text-align: left;
    border: 1px solid #3a3a3a;
    box-sizing: content-box
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll .subCatTitle {
    margin-left: 10px;
    display: inline
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll .subCatNumber {
    float: right;
    margin-right: 10px;
    color: #b6b5b5;
    display: inline
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll li {
    width: 100% !important;
    height: 30px !important;
    border: none;
    padding: 5px;
    margin-left: 0;
    text-align: left;
    margin-top: 0;
    background: #000
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll li a {
    width: 100%;
    color: #cbcbcb;
    display: inline-block
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll li a span {
    float: right;
    margin-right: 10px;
    color: #b6b5b5
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll li a:not(.tooltipTrig) {
    width: 80%;
    line-height: 13px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll li:first-of-type {
    margin-top: 5px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll li:last-of-type {
    margin-bottom: 5px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll li.active {
    background: #1a1a1a;
    color: #ff9000
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll li.active a {
    color: #ff9000
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll.show {
    display: block
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .subcatsNoScroll .removeCategory .tooltipTrig {
    color: #fff
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll {
    width: 100%;
    height: 184px;
    position: absolute;
    top: 45px;
    left: -1px;
    background-color: #000;
    z-index: 10;
    display: none;
    text-align: left;
    overflow-y: scroll;
    border: 1px solid #3a3a3a;
    box-sizing: content-box
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll .subCatTitle {
    margin-left: 10px;
    display: inline
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll .subCatNumber {
    float: right;
    margin-right: 10px;
    color: #b6b5b5;
    display: inline
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll li {
    width: 100% !important;
    height: 30px !important;
    border: none;
    padding: 5px;
    margin-left: 0;
    text-align: left;
    margin-top: 0;
    background-color: #000
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll li a {
    width: 100%;
    color: #cbcbcb;
    display: inline-block
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll li a span {
    float: right;
    margin-right: 10px;
    color: #b6b5b5
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll li a:not(.tooltipTrig) {
    width: 80%;
    line-height: 13px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll li:first-of-type {
    margin-top: 5px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll li:last-of-type {
    margin-bottom: 5px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll li.active {
    background: #1a1a1a;
    color: #ff9000
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll li.active a {
    color: #ff9000
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll.show {
    display: block
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll .removeCategory .tooltipTrig {
    color: #fff
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList .initScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #7e7e7e
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active {
    text-align: left
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active>.categoryName,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active>a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active>span,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li>.categoryName,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li>a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li>span {
    margin-left: 17px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active>a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li>a {
    margin-top: -4px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active.categoryItem:not(.excludedCategory) .plusSign~.categoryName,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.categoryItem:not(.excludedCategory) .plusSign~.categoryName {
    margin-left: 0
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active.excludedCategory>span,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.excludedCategory>span {
    margin-left: 17px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active.js-subCategoryFilter .plusSign~a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.js-subCategoryFilter .plusSign~a {
    margin-left: 3px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active[data-value="73"] span,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li[data-value="73"] span {
    font-size: .67em
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li .plusSign:not(.hideExcluded)+a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li .plusSign:not(.hideExcluded)+span,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li .plusSign:not(.hideExcluded)>a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li .plusSign:not(.hideExcluded)>span,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active .plusSign:not(.hideExcluded)+a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active .plusSign:not(.hideExcluded)+span,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active .plusSign:not(.hideExcluded)>a,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active .plusSign:not(.hideExcluded)>span {
    margin-left: 0
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li .categoryName,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li .plusSign,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active .categoryName,
.moreFiltersWrapper .moreFilters .filterWrapper .filterList#searchCategoryList li.active .plusSign {
    float: left
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList#excludeCategoriesList span.reduceFontSize {
    margin-top: 4px
}

.moreFiltersWrapper .moreFilters .filterWrapper .filterList.inCatUl li .removeCategory {
    margin-right: 8px
}

@media screen and (max-width:380px) {

    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryList li,
    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryListGay li,
    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryListShemale li {
        width: 50%
    }

    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryList li .reduceFontSize,
    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryListGay li .reduceFontSize,
    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryListShemale li .reduceFontSize {
        font-size: .7em;
        line-height: 1em
    }

    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryList li .plusSign+.reduceFontSize,
    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryListGay li .plusSign+.reduceFontSize,
    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryListShemale li .plusSign+.reduceFontSize {
        line-height: 1em
    }

    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryList .subcats li,
    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryListGay .subcats li,
    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryListShemale .subcats li {
        width: 100%
    }

    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryList li[data-value="73"] a.reduceFontSize,
    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryList li[data-value="73"] span.reduceFontSize,
    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryList li[data-value="73"].active a.reduceFontSize,
    .moreFiltersWrapper .moreFilters .filterWrapper #searchCategoryList li[data-value="73"].active span.reduceFontSize {
        font-size: .63em
    }

    .moreFiltersWrapper .moreFilters .filterWrapper.geoFilter .filterList li {
        width: 50%
    }

    .moreFiltersWrapper .moreFilters .filterWrapper.geoFilter .filterList li .reduceFontSize {
        font-size: .8em
    }
}

.albumTags .relatedSearchTermsSlider {
    padding: 12px 0 10px;
    max-width: none;
    width: 100%
}

@media only screen and (max-width:568px) {
    .albumTags {
        width: 95%;
        margin: 0 auto
    }
}

.pageTitle>a.orangeText {
    color: #f90
}

#mobileContainer.notPremium .pageHeader .colLeft {
    padding-left: 0
}

#mobileContainer.notPremium .pageTitle {
    font-size: 18px
}

#mobileContainer.notPremium .pageTitle.searchResult {
    text-transform: capitalize
}

#mobileContainer.notPremium .searchSuggestion .pageTitle {
    text-transform: capitalize
}

#mobileContainer.notPremium .correctionSuggestion,
#mobileContainer.notPremium .showingCounter {
    font-size: 12.8px
}

.noResultsFound {
    padding: 15px 0;
    width: 95%;
    margin: auto
}

.pageHeader.noResults {
    width: 95%;
    padding: 0
}

#welcomeVideoMsg {
    width: 95%;
    padding: 1em;
    margin: .5em auto 0;
    background: #000;
    border: 1px solid #333;
    color: #fff;
    text-align: center;
    font-size: .8em
}

#mobileContainer #welcomeVideoMsg {
    margin: 12px;
    background: #151515;
    color: #c6c6c6;
    font-size: 13px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 0;
    width: auto;
    padding: 7px 15px 5px
}

#mobileContainer #communityProfileWrapper .nameSubscribe .userBadges i,
#mobileContainer #communityProfileWrapper .nameSubscribe .userBadges span {
    width: 17px;
    height: 17px;
    vertical-align: unset;
    display: inline-block
}

#mobileContainer .profileContent.modelPhotoFilter-tabSplit .filtersBox.filtersBoxFill {
    float: left
}

#mobileContainer .profileContent.modelPhotoFilter-tabSplit .filtersBox.filtersBoxFill .ph-icon-filter {
    padding: 4px 0
}

#mobileContainer .profileContent.modelPhotoFilter-tabSplit .filtersBox.filtersBoxFill ul {
    display: none
}

.moreFiltersWrapper {
    margin-top: 10px
}

.moreFiltersWrapper.newFilter {
    margin: 0
}

.moreFiltersWrapper .filterButtons.sticky {
    background-color: rgba(20, 20, 20, .86);
    border-bottom: 1px solid #000;
    left: 0;
    padding: 13px 8px;
    position: fixed;
    top: 48px;
    width: 100%;
    z-index: 18;
    transition: transform .2s transform linear;
    -webkit-transition: -webkit-transform .2s transform linear;
    -moz-transition: -moz-transform .2s transform linear;
    -ms-transition: -ms-transform .2s transform linear;
    -o-transition: -o-transform .2s transform linear
}

.moreFiltersWrapper .filterButtons.sticky.headerHidden {
    -webkit-transform: translateY(-48px);
    -ms-transform: translateY(-48px);
    -moz-transform: translateY(-48px);
    -o-transform: translateY(-48px);
    transform: translateY(-48px)
}

.moreFiltersWrapper .filterButtons.sticky.headerActive {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    top: 0
}

.moreFiltersWrapper .filterButtons.sticky .moreFiltersTrigger {
    display: block;
    margin: 0 auto;
    width: 50%
}

.moreFiltersWrapper .saveFilter {
    background-color: #ff9000;
    border: 1px solid #ff9000;
    color: #010101;
    float: right;
    font-size: .856em;
    font-weight: 700;
    padding: 11px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 58%;
    height: 40px
}

.moreFiltersWrapper .saveFilter i.spriteUi {
    background: 0 0
}

.moreFiltersWrapper .saveFilter.show {
    display: block
}

.moreFiltersWrapper .saveFilter.show+.moreFiltersTrigger {
    float: left;
    width: 48%
}

.moreFiltersWrapper .saveFilter.albumSave {
    padding: 10px 13px
}

.moreFiltersWrapper .closeFilter,
.moreFiltersWrapper .mainFilterTrigger,
.moreFiltersWrapper .moreFiltersTrigger:not(.closeFiltersBtn),
.moreFiltersWrapper .resetFilter {
    background: 0 0;
    border: 1px solid #b7b7b7;
    color: #c6c6c6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .875em;
    font-weight: 700;
    margin-top: 2%;
    padding: 8px 20px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 100%;
    height: 40px
}

.moreFiltersWrapper .closeFilter i,
.moreFiltersWrapper .mainFilterTrigger i,
.moreFiltersWrapper .moreFiltersTrigger:not(.closeFiltersBtn) i,
.moreFiltersWrapper .resetFilter i {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    margin-top: -6px;
    vertical-align: middle;
    top: 3px;
    background-repeat: no-repeat;
    background-size: 336px 317px;
    width: 16px;
    height: 12px;
    background-position: -314px -78px
}

.moreFiltersWrapper .closeFilter.active,
.moreFiltersWrapper .mainFilterTrigger.active,
.moreFiltersWrapper .moreFiltersTrigger:not(.closeFiltersBtn).active,
.moreFiltersWrapper .resetFilter.active {
    color: #ff9000
}

.moreFiltersWrapper .closeFilter.active i,
.moreFiltersWrapper .mainFilterTrigger.active i,
.moreFiltersWrapper .moreFiltersTrigger:not(.closeFiltersBtn).active i,
.moreFiltersWrapper .resetFilter.active i {
    top: 3px;
    background-repeat: no-repeat;
    background-size: 211px 206px;
    width: 11px;
    height: 11px;
    background-position: -144px -180px
}

.moreFiltersWrapper .closeFilter:focus,
.moreFiltersWrapper .mainFilterTrigger:focus,
.moreFiltersWrapper .moreFiltersTrigger:not(.closeFiltersBtn):focus,
.moreFiltersWrapper .resetFilter:focus {
    outline: 0
}

.moreFiltersWrapper .closeFilter .ph-icon-filter,
.moreFiltersWrapper .mainFilterTrigger .ph-icon-filter,
.moreFiltersWrapper .moreFiltersTrigger:not(.closeFiltersBtn) .ph-icon-filter,
.moreFiltersWrapper .resetFilter .ph-icon-filter {
    margin-right: 6px;
    top: 1px;
    position: relative
}

.moreFiltersWrapper .closeFilter {
    margin-top: 0;
    width: 40%
}

.moreFiltersWrapper .resetFilter a {
    color: #c6c6c6
}

.moreFiltersWrapper .resetFilter.show {
    display: block
}

.moreFiltersWrapper .mainFilterTrigger {
    position: relative;
    bottom: auto;
    right: auto;
    line-height: normal;
    padding-right: 10px;
    width: 130px
}

.moreFiltersWrapper .mainFilterTrigger i {
    margin-left: 1px;
    margin-right: 6px;
    position: relative;
    top: 1px
}

.moreFiltersWrapper .plusSign {
    display: inline;
    vertical-align: middle
}

.display-none,
.displayNone {
    display: none
}

aside#searchSection {
    position: absolute;
    top: -100px;
    left: 0
}

aside#searchSection div.pornstarSearches,
aside#searchSection div.recentSearches,
aside#searchSection div.suggestions,
aside#searchSection div.trendingSearches {
    display: none
}

.avModal .avModalCTA,
.avModal p {
    text-align: center;
    margin-top: 0
}

.avModal a {
    margin: 5px auto;
    padding: 5px 10px;
    display: inline-block
}

.avModal a:first-child {
    font-size: 1.1rem
}

.avModal p {
    margin: 1em 0;
    color: #c6c6c6;
    font-size: 13px;
    line-height: normal
}

.avModal video {
    width: 100%;
    display: block;
    margin-bottom: -1px
}