html {
    box-sizing: border-box
}

body {
    font-family: Arial,Helvetica,sans-serif;
    color: #303030;
    font-size: 13px;
    line-height: 17px;
    background: #f8f8f8
}

h1 span.light,h2 span.light,h3 span.light,h4 span.light,h5 span.light,h6 span.light {
    font-weight: 300
}

.mainTitle,h1 {
    font-size: 28px;
    line-height: 42px
}

@media (max-width: 767px) {
    .mainTitle,h1 {
        font-size:24px;
        line-height: 36px
    }
}

@media (max-width: 575px) {
    .mainTitle,h1 {
        font-size:20px;
        line-height: 30px
    }
}

h2 {
    font-size: 24px;
    line-height: 36px
}

h3 {
    font-size: 22px;
    line-height: 33px
}

h4 {
    font-size: 18px;
    line-height: 27px
}

p {
    font-size: 13px;
    line-height: 1.5
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto
}

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

a {
    color: #606060;
    text-decoration: none;
    transition: all .2s
}

a:hover {
    transition: all .2s
}

button {
    cursor: pointer;
    transition: all .2s
}

button:hover {
    transition: all .2s
}

a.btn,button.btn {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 5px;
    background-color: #303030;
    padding: 16px 40px;
    display: inline-block
}

a.btn.btn-block,button.btn.btn-block {
    display: block;
    text-align: center;
    width: 100%
}

a.btn.btn-sm,button.btn.btn-sm {
    font-size: 13px;
    padding: 8px 20px
}

a.btn.btn-primary,button.btn.btn-primary {
    background: #fe9c1f;
    color: #303030
}

a.btn.btn-primary:hover,button.btn.btn-primary:hover {
    color: #fff;
    background: #0f0f0f
}

.socialMediaIcon.icon-facebook {
    color: #3b5998
}

.socialMediaIcon.icon-twitter {
    color: #1da1f2
}

.socialMediaIcon.icon-instagram {
    color: #c13584
}

.socialMediaIcon.icon-website {
    color: #833ab4
}

.socialMediaIcon.icon-snapchat {
    color: #fffc00;
    text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000
}

.socialMediaIcon.icon-vk {
    color: #45668e
}

.socialMediaIcon.icon-tumblr {
    color: #35465c
}

.socialMediaIcon.icon-reddit {
    color: #ff4500
}

:focus {
    outline: 0
}

.MainDescription {
    text-align: center;
    margin-top: 3rem
}

.MainDescription h2 {
    font-size: 18px;
    margin-bottom: 0
}

.MainDescription .DescriptionText {
    font-size: 14px;
    text-align: justify
}

.MainDescription .DescriptionText p {
    margin: 0;
    padding: 0
}

iframe {
    border: 0
}

.oHidden,iframe {
    overflow: hidden
}

.TitleAndFilters {
    display: flex;
    margin: 0 0 16px;
    justify-content: space-between;
    align-items: center
}

.TitleAndFilters .MainTitle h1,.TitleAndFilters .MainTitle h2 {
    line-height: 36px;
    font-size: 22px;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.TitleAndFilters .MainTitle h1 i,.TitleAndFilters .MainTitle h2 i {
    color: #fe9c1f
}

.TitleAndFilters .MainTitle span.VideosCount {
    margin-left: 15px;
    vertical-align: middle;
    display: inline-block;
    color: #fe9c1f;
    font-weight: 500;
    font-size: 13px
}

.TitleAndFilters .MainTitle span.VideosCount i {
    font-size: 10px
}

.TitleAndFilters .Filters .GeneralFilter:first-child {
    margin-left: 0
}

.TitleAndFilters .Filters .MoreFilters {
    display: none
}

@media (max-width: 991px) {
    .TitleAndFilters .Filters .MoreFilters {
        display:block
    }
}

.TitleAndFilters .Filters .MoreFilters .MoreFilterButton {
    font-weight: 500;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #303030;
    background: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: inline-block
}

.TitleAndFilters .Filters .MoreFilters .MoreFilterButton i {
    color: #fe9c1f;
    margin-right: 5px
}

.TitleAndFilters .Filters .DateFilter .FilterOptionsList ul li i {
    display: none
}

aside.AsideFilters .MobileFilters .CloseFiltersButton {
    display: none
}

.WithViewMore {
    margin-bottom: 50px;
    position: relative
}

.WithViewMore>div {
    overflow: hidden;
    transition: all .5s cubic-bezier(0,1,0,1);
    max-height: 120px
}

.WithViewMore>div:after {
    position: absolute;
    background: linear-gradient(180deg,transparent,#fff 80%);
    height: 20px;
    content: "";
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2
}

.WithViewMore.ShowAll>div {
    height: 100%;
    max-height: 2000px!important;
    transition: max-height .5s ease-in
}

.WithViewMore.ShowAll span.ViewMore,.WithViewMore.ShowAll>div:after {
    display: none
}

.WithViewMore span.ViewMore {
    cursor: pointer;
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    width: 100%;
    z-index: 3;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #fe9c1f;
    text-align: center;
    transition: all .5s
}

.DetailTitle {
    display: flex;
    align-items: center;
    margin-bottom: 18px
}

.DetailTitle h1 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
    color: #303030;
    display: inline-block;
    margin: 0 20px 0 0
}

.ImageOuter {
 
    display: inline-block;
   
    border-radius: 5px;
    width: 100%
}

.ImageOuter img {
    
    max-width: 100%;
    max-height: 180px;
}

.ErrorMessage {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.ErrorMessage .Image img {
    height: 200px
}

.ErrorMessage .Message {
    text-align: center
}

.ErrorMessage .Message h2 {
    font-size: 28px;
    margin: 0
}

.ErrorMessage .Message p {
    font-size: 16px
}

.HideMobile {
    display: block
}

.HideDesktop,.grecaptcha-badge {
    display: none
}

.exo-native-widget-item-content {
    max-height: 55px!important
}

.exo-native-widget-item-content .exo-native-widget-item-title {
    font-size: 15px!important;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    max-height: 44px;
    overflow: hidden
}

.exo_close {
    z-index: 20!important
}

.exo-native-widget-item-image {
    border-radius: 5px
}

@media (max-width: 991px) {
    .TitleAndFilters.MultiFilters {
        display:grid;
        grid-template-columns: repeat(6,1fr)
    }

    .TitleAndFilters.MultiFilters .MainTitle {
        margin-bottom: 10px
    }

    .TitleAndFilters.MultiFilters .Filters,.TitleAndFilters.MultiFilters .MainTitle {
        grid-column: span 12/span 12
    }

    .TitleAndFilters.MultiFilters .Filters {
        display: flex;
        justify-content: space-between
    }

    aside.AsideFilters {
        position: absolute
    }

    aside.AsideFilters .MobileFilters {
        position: fixed;
        z-index: 99;
        grid-template-columns: repeat(6,1fr);
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #f8f8f8;
        padding: 1rem;
        visibility: hidden;
        height: 0;
        opacity: 0;
        transition: all .5s
    }

    aside.AsideFilters .MobileFilters.Opened {
        visibility: visible;
        height: 100vh;
        overflow: auto;
        grid-gap: 16px;
        opacity: 1
    }

    aside.AsideFilters .MobileFilters .SidebarBox {
        grid-column: span 6/span 6
    }

    aside.AsideFilters .MobileFilters .SidebarBox:last-child {
        margin-bottom: 3rem
    }

    aside.AsideFilters .MobileFilters .CloseFiltersButton {
        text-align: center;
        display: block!important;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        padding: 1rem 2rem;
        background-color: #fe9c1f;
        color: #303030;
        z-index: 100
    }

    aside.AsideFilters .MobileFilters .CloseFiltersButton span {
        font-size: 14px;
        font-weight: 700
    }

    aside.AsideFilters .MobileFilters .CloseFiltersButton span i:before {
        transform: rotate(90deg)
    }
}

@media (max-width: 767px) {
    .TitleAndFilters.MultiFilters .Filters,.TitleAndFilters.MultiFilters .MainTitle {
        grid-column:span 6/span 6
    }

    .TitleAndFilters.MultiFilters .Filters .MoreFilters .MoreFilterButton {
        width: 100%;
        text-align: center
    }

    .TitleAndFilters {
        display: block;
        text-align: center
    }

    .TitleAndFilters .Filters,.TitleAndFilters .MainTitle {
        display: block
    }

    .TitleAndFilters .Filters {
        margin-top: 5px
    }

    .DetailTitle {
        justify-content: center
    }

    .DetailTitle h1 {
        margin: 0
    }

    a.btn {
        font-size: 12px;
        padding: 10px 20px
    }

    .HideMobile {
        display: none
    }

    .HideDesktop {
        display: block
    }

    .HeaderBanner {
        height: 100px;
        text-align: center
    }

    .HeaderBanner .exo-native-widget-item-content {
        max-height: 40px!important
    }

    .HeaderBanner .exo-native-widget-item-content .exo-native-widget-item-title {
        max-height: 20px
    }

    .exo-native-widget-item-title {
        font-size: 13px!important;
        line-height: 1.2!important
    }
}

@media (max-width: 575px) {
    .container {
        max-width:100%;
        padding: 0 5px
    }
}

@media (max-width: 450px) {
    .TitleAndFilters .MainTitle {
        margin-bottom:0!important
    }

    .TitleAndFilters .Filters {
        padding: 0 10px;
        margin-top: 0;
        flex-direction: column
    }

    .TitleAndFilters .Filters .MoreFilters {
        margin-top: 10px
    }

    .MainDescription,footer .Footer .Info .FooterDescription {
        padding: 0 .5rem
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) and (max-width:1359px) {
    .container {
        max-width:1140px
    }
}

.jw-state-idle .jw-controls {
    background: 0 0!important
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,:after,:before,html {
    box-sizing: border-box
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 1rem 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

button,input,label,select,textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: 0 0;
    line-height: 1;
    font-size: 13px;
    font-family: Arial
}

input:focus {
    outline: 0
}

button,input,input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],select,textarea {
    box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
    width: 13px;
    height: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box
}

::-webkit-search-decoration {
    display: none
}

button,input[type=button],input[type=reset],input[type=submit] {
    overflow: visible;
    width: auto
}

::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: 0 0
}

textarea {
    overflow: auto
}

select[multiple],textarea {
    vertical-align: top
}

[bp~=grid] {
    display: grid!important;
    grid-gap: 16px;
    grid-template-columns: repeat(12,1fr)
}

[bp~=grid][bp*="@"],[bp~=grid][bp*="@lg"],[bp~=grid][bp*="@md"],[bp~=grid][bp*="@sm"],[bp~=grid][bp*="@xl"] {
    grid-template-columns: 12fr
}

[bp~="10@lg"],[bp~="10@md"],[bp~="10@sm"],[bp~="10@xl"],[bp~="11@lg"],[bp~="11@md"],[bp~="11@sm"],[bp~="11@xl"],[bp~="12@lg"],[bp~="12@md"],[bp~="12@sm"],[bp~="12@xl"],[bp~="1@lg"],[bp~="1@md"],[bp~="1@sm"],[bp~="1@xl"],[bp~="2@lg"],[bp~="2@md"],[bp~="2@sm"],[bp~="2@xl"],[bp~="3@lg"],[bp~="3@md"],[bp~="3@sm"],[bp~="3@xl"],[bp~="4@lg"],[bp~="4@md"],[bp~="4@sm"],[bp~="4@xl"],[bp~="5@lg"],[bp~="5@md"],[bp~="5@sm"],[bp~="5@xl"],[bp~="6@lg"],[bp~="6@md"],[bp~="6@sm"],[bp~="6@xl"],[bp~="7@lg"],[bp~="7@md"],[bp~="7@sm"],[bp~="7@xl"],[bp~="8@lg"],[bp~="8@md"],[bp~="8@sm"],[bp~="8@xl"],[bp~="9@lg"],[bp~="9@md"],[bp~="9@sm"],[bp~="9@xl"] {
    grid-column: span 12
}

[bp~=grid][bp~="1"] {
    grid-template-columns: repeat(12,1fr)
}

[bp~="1"] {
    grid-column: span 1/span 1
}

[bp~=grid][bp~="2"] {
    grid-template-columns: repeat(6,1fr)
}

[bp~="2"] {
    grid-column: span 2/span 2
}

[bp~=grid][bp~="3"] {
    grid-template-columns: repeat(4,1fr)
}

[bp~="3"] {
    grid-column: span 3/span 3
}

[bp~=grid][bp~="4"] {
    grid-template-columns: repeat(3,1fr)
}

[bp~="4"] {
    grid-column: span 4/span 4
}

[bp~=grid][bp~="5"] {
    grid-template-columns: repeat(2.4,1fr)
}

[bp~="5"] {
    grid-column: span 5/span 5
}

[bp~=grid][bp~="6"] {
    grid-template-columns: repeat(2,1fr)
}

[bp~="6"] {
    grid-column: span 6/span 6
}

[bp~=grid][bp~="7"] {
    grid-template-columns: repeat(1.71429,1fr)
}

[bp~="7"] {
    grid-column: span 7/span 7
}

[bp~=grid][bp~="8"] {
    grid-template-columns: repeat(1.5,1fr)
}

[bp~="8"] {
    grid-column: span 8/span 8
}

[bp~=grid][bp~="9"] {
    grid-template-columns: repeat(1.33333,1fr)
}

[bp~="9"] {
    grid-column: span 9/span 9
}

[bp~=grid][bp~="10"] {
    grid-template-columns: repeat(1.2,1fr)
}

[bp~="10"] {
    grid-column: span 10/span 10
}

[bp~=grid][bp~="11"] {
    grid-template-columns: repeat(1.09091,1fr)
}

[bp~="11"] {
    grid-column: span 11/span 11
}

[bp~=grid][bp~="12"] {
    grid-template-columns: repeat(1,1fr)
}

[bp~="12"] {
    grid-column: span 12/span 12
}

@media (min-width: 576px) {
    [bp~=grid][bp~="1@sm"] {
        grid-template-columns:repeat(12,1fr)
    }

    [bp~="1@sm"] {
        grid-column: span 1/span 1
    }

    [bp~=grid][bp~="2@sm"] {
        grid-template-columns: repeat(6,1fr)
    }

    [bp~="2@sm"] {
        grid-column: span 2/span 2
    }

    [bp~=grid][bp~="3@sm"] {
        grid-template-columns: repeat(4,1fr)
    }

    [bp~="3@sm"] {
        grid-column: span 3/span 3
    }

    [bp~=grid][bp~="4@sm"] {
        grid-template-columns: repeat(3,1fr)
    }

    [bp~="4@sm"] {
        grid-column: span 4/span 4
    }

    [bp~=grid][bp~="5@sm"] {
        grid-template-columns: repeat(2.4,1fr)
    }

    [bp~="5@sm"] {
        grid-column: span 5/span 5
    }

    [bp~=grid][bp~="6@sm"] {
        grid-template-columns: repeat(2,1fr)
    }

    [bp~="6@sm"] {
        grid-column: span 6/span 6
    }

    [bp~=grid][bp~="7@sm"] {
        grid-template-columns: repeat(1.71429,1fr)
    }

    [bp~="7@sm"] {
        grid-column: span 7/span 7
    }

    [bp~=grid][bp~="8@sm"] {
        grid-template-columns: repeat(1.5,1fr)
    }

    [bp~="8@sm"] {
        grid-column: span 8/span 8
    }

    [bp~=grid][bp~="9@sm"] {
        grid-template-columns: repeat(1.33333,1fr)
    }

    [bp~="9@sm"] {
        grid-column: span 9/span 9
    }

    [bp~=grid][bp~="10@sm"] {
        grid-template-columns: repeat(1.2,1fr)
    }

    [bp~="10@sm"] {
        grid-column: span 10/span 10
    }

    [bp~=grid][bp~="11@sm"] {
        grid-template-columns: repeat(1.09091,1fr)
    }

    [bp~="11@sm"] {
        grid-column: span 11/span 11
    }

    [bp~=grid][bp~="12@sm"] {
        grid-template-columns: repeat(1,1fr)
    }

    [bp~="12@sm"] {
        grid-column: span 12/span 12
    }
}

@media (min-width: 768px) {
    [bp~=grid][bp~="1@md"] {
        grid-template-columns:repeat(12,1fr)
    }

    [bp~="1@md"] {
        grid-column: span 1/span 1
    }

    [bp~=grid][bp~="2@md"] {
        grid-template-columns: repeat(6,1fr)
    }

    [bp~="2@md"] {
        grid-column: span 2/span 2
    }

    [bp~=grid][bp~="3@md"] {
        grid-template-columns: repeat(4,1fr)
    }

    [bp~="3@md"] {
        grid-column: span 3/span 3
    }

    [bp~=grid][bp~="4@md"] {
        grid-template-columns: repeat(3,1fr)
    }

    [bp~="4@md"] {
        grid-column: span 4/span 4
    }

    [bp~=grid][bp~="5@md"] {
        grid-template-columns: repeat(2.4,1fr)
    }

    [bp~="5@md"] {
        grid-column: span 5/span 5
    }

    [bp~=grid][bp~="6@md"] {
        grid-template-columns: repeat(2,1fr)
    }

    [bp~="6@md"] {
        grid-column: span 6/span 6
    }

    [bp~=grid][bp~="7@md"] {
        grid-template-columns: repeat(1.71429,1fr)
    }

    [bp~="7@md"] {
        grid-column: span 7/span 7
    }

    [bp~=grid][bp~="8@md"] {
        grid-template-columns: repeat(1.5,1fr)
    }

    [bp~="8@md"] {
        grid-column: span 8/span 8
    }

    [bp~=grid][bp~="9@md"] {
        grid-template-columns: repeat(1.33333,1fr)
    }

    [bp~="9@md"] {
        grid-column: span 9/span 9
    }

    [bp~=grid][bp~="10@md"] {
        grid-template-columns: repeat(1.2,1fr)
    }

    [bp~="10@md"] {
        grid-column: span 10/span 10
    }

    [bp~=grid][bp~="11@md"] {
        grid-template-columns: repeat(1.09091,1fr)
    }

    [bp~="11@md"] {
        grid-column: span 11/span 11
    }

    [bp~=grid][bp~="12@md"] {
        grid-template-columns: repeat(1,1fr)
    }

    [bp~="12@md"] {
        grid-column: span 12/span 12
    }
}

@media (min-width: 992px) {
    [bp~=grid][bp~="1@lg"] {
        grid-template-columns:repeat(12,1fr)
    }

    [bp~="1@lg"] {
        grid-column: span 1/span 1
    }

    [bp~=grid][bp~="2@lg"] {
        grid-template-columns: repeat(6,1fr)
    }

    [bp~="2@lg"] {
        grid-column: span 2/span 2
    }

    [bp~=grid][bp~="3@lg"] {
        grid-template-columns: repeat(4,1fr)
    }

    [bp~="3@lg"] {
        grid-column: span 3/span 3
    }

    [bp~=grid][bp~="4@lg"] {
        grid-template-columns: repeat(3,1fr)
    }

    [bp~="4@lg"] {
        grid-column: span 4/span 4
    }

    [bp~=grid][bp~="5@lg"] {
        grid-template-columns: repeat(2.4,1fr)
    }

    [bp~="5@lg"] {
        grid-column: span 5/span 5
    }

    [bp~=grid][bp~="6@lg"] {
        grid-template-columns: repeat(2,1fr)
    }

    [bp~="6@lg"] {
        grid-column: span 6/span 6
    }

    [bp~=grid][bp~="7@lg"] {
        grid-template-columns: repeat(1.71429,1fr)
    }

    [bp~="7@lg"] {
        grid-column: span 7/span 7
    }

    [bp~=grid][bp~="8@lg"] {
        grid-template-columns: repeat(1.5,1fr)
    }

    [bp~="8@lg"] {
        grid-column: span 8/span 8
    }

    [bp~=grid][bp~="9@lg"] {
        grid-template-columns: repeat(1.33333,1fr)
    }

    [bp~="9@lg"] {
        grid-column: span 9/span 9
    }

    [bp~=grid][bp~="10@lg"] {
        grid-template-columns: repeat(1.2,1fr)
    }

    [bp~="10@lg"] {
        grid-column: span 10/span 10
    }

    [bp~=grid][bp~="11@lg"] {
        grid-template-columns: repeat(1.09091,1fr)
    }

    [bp~="11@lg"] {
        grid-column: span 11/span 11
    }

    [bp~=grid][bp~="12@lg"] {
        grid-template-columns: repeat(1,1fr)
    }

    [bp~="12@lg"] {
        grid-column: span 12/span 12
    }
}

@media (min-width: 1200px) {
    [bp~=grid][bp~="1@xl"] {
        grid-template-columns:repeat(12,1fr)
    }

    [bp~="1@xl"] {
        grid-column: span 1/span 1
    }

    [bp~=grid][bp~="2@xl"] {
        grid-template-columns: repeat(6,1fr)
    }

    [bp~="2@xl"] {
        grid-column: span 2/span 2
    }

    [bp~=grid][bp~="3@xl"] {
        grid-template-columns: repeat(4,1fr)
    }

    [bp~="3@xl"] {
        grid-column: span 3/span 3
    }

    [bp~=grid][bp~="4@xl"] {
        grid-template-columns: repeat(3,1fr)
    }

    [bp~="4@xl"] {
        grid-column: span 4/span 4
    }

    [bp~=grid][bp~="5@xl"] {
        grid-template-columns: repeat(2.4,1fr)
    }

    [bp~="5@xl"] {
        grid-column: span 5/span 5
    }

    [bp~=grid][bp~="6@xl"] {
        grid-template-columns: repeat(2,1fr)
    }

    [bp~="6@xl"] {
        grid-column: span 6/span 6
    }

    [bp~=grid][bp~="7@xl"] {
        grid-template-columns: repeat(1.71429,1fr)
    }

    [bp~="7@xl"] {
        grid-column: span 7/span 7
    }

    [bp~=grid][bp~="8@xl"] {
        grid-template-columns: repeat(1.5,1fr)
    }

    [bp~="8@xl"] {
        grid-column: span 8/span 8
    }

    [bp~=grid][bp~="9@xl"] {
        grid-template-columns: repeat(1.33333,1fr)
    }

    [bp~="9@xl"] {
        grid-column: span 9/span 9
    }

    [bp~=grid][bp~="10@xl"] {
        grid-template-columns: repeat(1.2,1fr)
    }

    [bp~="10@xl"] {
        grid-column: span 10/span 10
    }

    [bp~=grid][bp~="11@xl"] {
        grid-template-columns: repeat(1.09091,1fr)
    }

    [bp~="11@xl"] {
        grid-column: span 11/span 11
    }

    [bp~=grid][bp~="12@xl"] {
        grid-template-columns: repeat(1,1fr)
    }

    [bp~="12@xl"] {
        grid-column: span 12/span 12
    }
}

[bp~=flex] {
    flex-wrap: wrap;
    display: flex
}

[bp~=fill] {
    flex: 1 1 0%;
    flex-basis: 0%
}

[bp~=fit] {
    flex-basis: auto
}

@font-face {
    font-family: fontpack;
    font-display: swap;
    src: url(../fonts/fontpack.eot);
    src: url(../fonts/fontpack.eot?#iefix) format("embedded-opentype"),url(../fonts/fontpack.woff2) format("woff2"),url(../fonts/fontpack.woff) format("woff"),url(../fonts/fontpack.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"]:before,[class^=icon-]:before {
    font-family: fontpack;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-categories:before {
    content: "\e800"
}

.icon-duration-1:before {
    content: "\e801"
}

.icon-sun:before {
    content: "\e802"
}

.icon-channels:before {
    content: "\e803"
}

.icon-hottest:before {
    content: "\e804"
}

.icon-dislike:before {
    content: "\e805"
}

.icon-menu:before {
    content: "\e806"
}

.icon-instagram:before {
    content: "\e807"
}

.icon-download:before {
    content: "\e808"
}

.icon-left-arrow:before {
    content: "\e809"
}

.icon-facebook:before {
    content: "\e80a"
}

.icon-like:before {
    content: "\e80b"
}

.icon-home:before {
    content: "\e80c"
}

.icon-most-liked:before {
    content: "\e80d"
}

.icon-most-viewed:before {
    content: "\e80e"
}

.icon-plus:before {
    content: "\e80f"
}

.icon-play:before {
    content: "\e810"
}

.icon-reddit:before {
    content: "\e811"
}

.icon-right-arrow:before {
    content: "\e812"
}

.icon-search:before {
    content: "\e813"
}

.icon-star:before {
    content: "\e814"
}

.icon-trend:before {
    content: "\e815"
}

.icon-tag:before {
    content: "\e816"
}

.icon-view-mode:before {
    content: "\e817"
}

.icon-night:before {
    content: "\e818"
}

.icon-close:before {
    content: "\e819"
}

.icon-minus:before {
    content: "\e81a"
}

.icon-flag:before {
    content: "\e81b"
}

.icon-alphabet:before {
    content: "\e81c"
}

.icon-sd:before {
    content: "\e81d"
}

.icon-hd:before {
    content: "\e81e"
}

.icon-calendar:before {
    content: "\e81f"
}

.icon-subscribe:before {
    content: "\e820"
}

.icon-check:before {
    content: "\e821"
}

.icon-snapchat:before {
    content: "\e822"
}

.icon-website:before {
    content: "\e823"
}

.icon-arrow:before {
    content: "\e824"
}

.icon-dots:before {
    content: "\e825"
}

.icon-vk:before {
    content: "\e826"
}

.icon-tumblr:before {
    content: "\e827"
}

.icon-twitter:before {
    content: "\e828"
}

.icon-bell-alt:before {
    content: "\f0f3"
}

.icon-gamepad:before {
    content: "\f11b"
}

.icon-sort:before {
    content: "\f161"
}

@-webkit-keyframes sk-scaleout {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes sk-scaleout {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes slide-in {
    0% {
        left: -250px
    }

    to {
        left: 0
    }
}

@keyframes slide-in {
    0% {
        left: -250px
    }

    to {
        left: 0
    }
}

@-webkit-keyframes sticky-in {
    0% {
        height: 0
    }

    to {
        height: 90px
    }
}

@keyframes sticky-in {
    0% {
        height: 0
    }

    to {
        height: 90px
    }
}

@-webkit-keyframes sticky-in-mobile {
    0% {
        height: 0
    }

    to {
        height: 50px
    }
}

@keyframes sticky-in-mobile {
    0% {
        height: 0
    }

    to {
        height: 50px
    }
}

@-webkit-keyframes fire-color {
    0% {
        color: #e25822
    }

    50% {
        color: #b53e10
    }

    to {
        color: #e25822
    }
}

@keyframes fire-color {
    0% {
        color: #e25822
    }

    50% {
        color: #b53e10
    }

    to {
        color: #e25822
    }
}

body.dark {
    background: #181818;
    color: #fff
}

body.dark a {
    color: #fff
}

body.dark header {
    background-color: #202020
}

body.dark header .HeaderTop .Logo img.dark {
    display: inline-block
}

body.dark header .HeaderTop .Logo img.light {
    display: none
}

body.dark header .HeaderTop .ThemeSwitcher i.icon-sun {
    display: inline-block;
    color: #fff
}

body.dark header .HeaderTop .ThemeSwitcher i.icon-night {
    display: none
}

body.dark header .HeaderTop .Notifications .NotificationList {
    background: #181818;
    color: #fff
}

body.dark header .HeaderTop .Notifications .NotificationList .List ul li {
    border-bottom: 1px solid #303030
}

body.dark header .HeaderTop .Notifications i {
    color: #fff
}

body.dark header .HeaderBottom {
    background-color: #303030;
    border-bottom: 3px solid #202020
}

body.dark .SearchBarInput input {
    background-color: #121212;
    border-color: #121212;
    color: #fff
}

body.dark footer {
    background-color: #202020
}

body.dark .MainVideoSlider {
    box-shadow: inset 0 11px 50px -10px #000,inset 0 -11px 50px -10px #000;
    background: #121212
}

body.dark .SingleVideoItem .Title {
    color: #fff
}

body.dark .SingleVideoItem .ImageOuter .Duration {
    background-color: rgba(0,0,0,.8)
}

body.dark section.VideosSection .ViewMore a {
    background-color: #303030;
    color: #fff
}

body.dark .ChannelsSlider .logosArea {
    background: #121212
}

body.dark .PornstarsSlider .photosArea .PornstarsSliderItem a:hover {
    color: #fff
}

body.dark .PornstarsSlider .photosArea:after {
    background: #121212
}

body.dark aside.AsideFilters .MobileFilters {
    background-color: #181818
}

body.dark .CategoriesList .SingleCategoryList {
    padding: 0;
    background: 0 0
}

body.dark .CategoriesList .SingleCategoryList:hover {
    box-shadow: none
}

body.dark .CategoriesList .SingleCategoryList .CategoryTitle {
    color: #fff
}

body.dark .CategoriesVerticalList ul li a {
    border-bottom: 0
}

body.dark aside .SidebarBox {
    box-shadow: none;
    background-color: #202020
}

body.dark .PornstarsPage main .PornstarsList .SinglePornstarList {
    padding: 0;
    background: 0 0
}

body.dark .PornstarsPage main .PornstarsList .SinglePornstarList:hover {
    box-shadow: none
}

body.dark .PornstarsPage main .PornstarsList .SinglePornstarList .PornstarTitle {
    color: #fff
}

body.dark .PornstarsPage .AgeFilter .RangeSlider {
    background-color: #202020
}

body.dark .PornstarsPage .AgeFilter .RangeSlider .rc-slider-mark-text-active {
    color: #fff
}

body.dark .ChannelsList .SingleChannelList {
    padding: 0;
    background-color: transparent
}

body.dark .ChannelsList .SingleChannelList:hover {
    box-shadow: none
}

body.dark .ChannelsList .SingleChannelList .ChannelTitle {
    color: #fff
}

body.dark .SingleChannelList .Image {
    display: flex;
    justify-content: center
}

body.dark .VideoDetailPage main section.VideoDetailArea {
    background: 0 0
}

body.dark .VideoDetailPage main section.VideoDetailArea .JoinChannel {
    background-color: transparent
}

body.dark .VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources .innerSources .foot .closeAdv {
    background-color: #121212
}

body.dark .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .ListTitle,body.dark .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .VideoTagsArea .Title {
    color: #fff
}

body.dark .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo hr {
    background-color: #303030
}

body.dark .VideoDetailPage main section.VideoDetailArea ul.CircleImageList li .CircleImage {
    border: 3px solid #181818
}

body.dark .RatingArea {
    background-color: #121212
}

body.dark .RelatedTags ul li a {
    border: 0
}

body.dark .RelatedTags ul li a:hover {
    background-color: #303030
}

body.dark .PornstarPage .PornstarDetails {
    background-color: transparent;
    padding: 0;
    box-shadow: none
}

body.dark .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .Properties .PropertiesWithViewMore {
    color: #dedede
}

body.dark .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .Properties .PropertiesWithViewMore:after {
    background: linear-gradient(180deg,transparent,#181818 80%)
}

body.dark .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .Properties ul li span {
    color: #fff
}

body.dark .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .Properties ul li span.name {
    color: #dedede
}

body.dark .DetailTitle h1,body.dark .SocialMedias h2 {
    color: #fff
}

body.dark .WithViewMore>div {
    color: #dedede
}

body.dark .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription .DescriptionWithViewMore:after,body.dark .WithViewMore>div:after {
    background: linear-gradient(180deg,transparent,#181818 80%)
}

body.dark .ChannelPage .ChannelDetails {
    background-color: transparent;
    padding: 0;
    box-shadow: none
}

body.dark .ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide .ChannelDescription .DescriptionWithViewMore {
    color: #dedede
}

body.dark .ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide .ChannelDescription .DescriptionWithViewMore:after {
    background: linear-gradient(180deg,transparent,#181818 80%)
}

body.dark .TitleAndFilters .Filters .MoreFilters .MoreFilterButton {
    border: 0!important;
    background-color: #303030!important;
    color: #fff!important
}

body.dark .SearchBarInput.clickableIcon i:hover {
    color: #fe9c1f
}

body.dark .StaticPage aside nav ul li.active a {
    background: #121212;
    color: #fff
}

body.dark .GeneralFilter select,body.dark .GeneralFilter select option {
    background-color: #303030;
    color: #fff;
    border-color: #303030
}

body.dark nav.Pagination ul li a {
    background-color: #303030;
    color: #fff;
    border: 0
}

body.dark nav.Pagination ul li a:hover {
    background-color: #fe9c1f
}

body.dark nav.Pagination ul li.active a,body.dark nav.Pagination ul li.dangqianye a {
    background-color: #fe9c1f;
    box-shadow: inset 0 0 5px #fe9c1f
}

body.dark .StaticPage main {
    background: #121212
}

body.dark .StaticPage aside nav ul li a {
    box-shadow: none
}

body.dark #reportVideo .reportVideo .input input[type=text],body.dark #reportVideo .reportVideo .input textarea,body.dark .StaticPage.Contact .ContactDivs .ContactForm form .Input input,body.dark .StaticPage.Contact .ContactDivs .ContactForm form .Input textarea {
    background-color: #181818;
    border: 1.5px solid #121212;
    color: #fff
}

body.dark .VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer.NotFound {
    background-color: #121212
}

@media (max-width: 767px) {
    body.dark .VideoDetailPage main section.VideoDetailArea ul.CircleImageList li a span.Popover {
        color:#fff
    }
}

body.dark #reportVideo .reportVideo {
    background: #121212
}

body.dark .exo-native-widget-item-title {
    color: #fff!important
}

.MainNavbarMenu.MainNavbarMenuWithAds.a3 ul li a {
    font-size: 14px
}

.MainNavbarMenu.MainNavbarMenuWithAds.a1 ul li a {
    font-size: 15px
}

.MainNavbarMenu.MainNavbarMenuWithAds ul li a {
    font-size: 13px;
    display: flex;
    align-items: center
}

.MainNavbarMenu.MainNavbarMenuWithAds ul li a img {
    margin-right: 5px
}

@media (max-width: 1199px) {
    .MainNavbarMenu.MainNavbarMenuWithAds ul li a {
        font-size:11px;
        display: flex
    }
}

.MainNavbarMenu ul {
    flex-wrap: wrap;
    display: flex;
    width: 100%
}

.MainNavbarMenu ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0 10px;
    text-transform: uppercase
}

.MainNavbarMenu ul li a.active,.MainNavbarMenu ul li a:hover {
    color: #fe9c1f
}

.MainNavbarMenu ul li a.active:after,.MainNavbarMenu ul li a:hover:after {
    opacity: 1;
    transition: all .2s;
    content: "";
    height: 3px;
    background: #fe9c1f;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0
}

.NavbarMobileMenu .MainNavbarMenu.MainNavbarMenuWithAds ul li a {
    font-size: 15px
}



header {
    background: #fff;
    margin-bottom: 30px;
    width: 100%;
    z-index: 10
}

header.sticky {
    box-shadow: 0 0 10px #000
}

header.sticky .TopHeaderAds {
    display: none
}

header.sticky .HeaderTop {
    height: 60px;
    transition: height .2s ease-in-out
}

header.sticky .HeaderTop .Logo img {
    max-height: 60px
}

header.sticky .HeaderTop .SearchBarInput i {
    line-height: 35px
}

header.sticky .HeaderTop .SearchBarInput input {
    height: 35px
}

header.sticky .HeaderBottom {
    height: 30px;
    transition: height .2s ease-in-out
}

header.sticky .HeaderBottom .MainNavbarMenu ul li a {
    line-height: 30px;
    font-size: 12px
}

header.sticky+main {
    padding-top: 130px
}

@media (max-width: 767px) {
    header.sticky+main {
        padding-top:90px
    }
}

@media (max-width: 767px) {
    header.sticky .headerSubMenu {
        display:none
    }

    header.sticky .HeaderTop {
        height: 50px
    }

    header.sticky .HeaderTop .Logo img {
        max-height: 50px
    }
}

header .TopHeaderAds {
    background: #303030;
    padding: 5px 0
}

header .TopHeaderAds ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 0
}

header .TopHeaderAds ul li {
    margin-left: 5px
}

header .TopHeaderAds ul li:first-child {
    margin-left: 0
}

header .TopHeaderAds ul li a,header .TopHeaderAds ul span {
    padding: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

header .HeaderTop {
    height: 80px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: height .2s ease-in-out
}

header .HeaderTop .Logo {
    flex-basis: auto
}

header .HeaderTop .Logo img {
    max-height: 80px
}

header .HeaderTop .Logo img.dark {
    display: none
}

header .HeaderTop .Logo img.light {
    display: inline-block
}

header .HeaderTop .ThemeSwitcher {
    cursor: pointer;
    font-size: 24px;
    color: #303030;
    flex-basis: auto;
    margin-left: 1rem;
    margin-right: 1rem
}

header .HeaderTop .ThemeSwitcher i.icon-sun {
    display: none
}

header .HeaderTop .ThemeSwitcher i.icon-night {
    display: inline-block
}

header .HeaderTop .Notifications {
    cursor: pointer;
    font-size: 20px;
    flex-basis: auto;
    margin-right: 2rem;
    color: #303030;
    position: relative
}

header .HeaderTop .Notifications>i {
    display: inline-block
}

header .HeaderTop .Notifications>span {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    outline: 0!important;
    position: absolute;
    text-align: center;
    border: 2px solid transparent;
    color: #fff;
    font-weight: 600;
    background: #b858d3;
    border-radius: 100px;
    width: auto;
    height: auto;
    line-height: normal!important;
    padding: 0 3px;
    min-width: 20px;
    font-size: 11px!important;
    right: -7px;
    top: -7px
}

header .HeaderTop .Notifications>span.Active {
    visibility: visible;
    opacity: 1
}

header .HeaderTop .Notifications .NotificationList {
    position: absolute;
    left: -10rem;
    top: calc(100% + 1.2rem);
    background: #fff;
    z-index: 10;
    border-radius: .25rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    opacity: 0;
    width: 360px;
    max-width: calc(100vw - 1rem);
    pointer-events: none;
    transition: opacity .15s ease-in-out,transform .15s ease-in-out;
    transform: translateY(-10px)
}

header .HeaderTop .Notifications .NotificationList.Active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

header .HeaderTop .Notifications .NotificationList .Head {
    background: #303030;
    border-bottom: 0;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .25rem .25rem 0 0
}

header .HeaderTop .Notifications .NotificationList .Head span {
    font-size: 14px;
    font-weight: 700
}

header .HeaderTop .Notifications .NotificationList .Head a,header .HeaderTop .Notifications .NotificationList .Head span {
    color: #f8f8f8
}

header .HeaderTop .Notifications .NotificationList .Head a {
    font-size: 12px
}

header .HeaderTop .Notifications .NotificationList .List {
    overflow: hidden;
    border-radius: 0 0 .25rem .25rem
}

header .HeaderTop .Notifications .NotificationList .List ul li {
    position: relative;
    border-bottom: 1px solid #e2e6e9
}

header .HeaderTop .Notifications .NotificationList .List ul li:last-child {
    border-bottom: 0
}

header .HeaderTop .Notifications .NotificationList .List ul li a {
    display: flex;
    padding: .5rem 1rem;
    font-size: 14px;
    line-height: 1.5;
    align-items: center
}

header .HeaderTop .Notifications .NotificationList .List ul li a:hover .Description span.title {
    color: #38a9ff;
    transition: color .15s ease-in-out
}

header .HeaderTop .Notifications .NotificationList .List ul li a:hover .Avatar i {
    -webkit-animation: fire-color 3s infinite;
    animation: fire-color 3s infinite
}

header .HeaderTop .Notifications .NotificationList .List ul li a .Avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    background: #303030;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

header .HeaderTop .Notifications .NotificationList .List ul li a .Avatar i {
    font-size: 30px;
    color: #fff
}

header .HeaderTop .Notifications .NotificationList .List ul li a .Description {
    display: flex;
    flex-direction: column;
    justify-content: center
}

header .HeaderTop .Notifications .NotificationList .List ul li a .Description span {
    display: block
}

header .HeaderTop .Notifications .NotificationList .List ul li a .Description span.title {
    word-wrap: break-word;
    transition: color .15s ease-in-out
}

header .HeaderTop .Notifications .NotificationList .List ul li a .Description span.url {
    font-size: 11px;
    color: #979aae
}

header .HeaderTop .Notifications .NotificationList .List ul li:before {
    background: #b858d3;
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0
}

header .HeaderTop .Notifications .NotificationList .Head:before {
    position: absolute;
    display: inline-block;
    content: "";
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #303030;
    left: calc(14px + 10rem);
    transition: all .3s ease;
    transform: translate(-50%)
}

header .HeaderTop .ViewModeSwitcher {
    display: none
}

header .HeaderTop .SearchBar {
    flex: 1 1 0%;
    flex-basis: 0%
}

header .HeaderTop .MobileSearchIcon {
    display: none
}

header .HeaderTop .HeaderLinksForDesktop {
    flex-basis: auto
}

header .HeaderTop .HeaderLinksForDesktop ul li {
    float: left
}

header .HeaderTop .HeaderLinksForDesktop ul li:first-child {
    margin-left: 20px
}

header .HeaderTop .HeaderLinksForDesktop ul li {
    margin-left: 5px
}

header .HeaderTop .HeaderLinksForDesktop ul li a {
    padding: 5px;
    font-size: 14px
}

header .HeaderTop .HeaderLinksForDesktop ul li a:hover {
    color: #fe9c1f
}

header .HeaderTop .NavbarOpenerIcon {
    display: none
}

header .HeaderLinksForMobile {
    text-align: center;
    padding: 0 0 10px;
    display: none
}

header .HeaderLinksForMobile ul {
    display: inline-block
}

header .HeaderLinksForMobile ul li {
    float: left
}

header .HeaderLinksForMobile ul li:first-child {
    margin-left: 0
}

header .HeaderLinksForMobile ul li {
    margin-left: 5px
}

header .HeaderLinksForMobile ul li a {
    padding: 5px;
    display: inline-block
}

header .HeaderLinksForMobile ul li a:hover {
    color: #fe9c1f
}

header .HeaderLinksForMobile ul:after {
    clear: both;
    content: "";
    display: block
}

header li.btcCasino a {
    color: #ff0!important
}

header .SearchBarForMobile {
    display: none
}

header .HeaderBottom {
  
    background: #303030;
}

header .NavbarMobile {
    visibility: hidden
}

header .NavbarMobile.Active {
    visibility: visible
}

header .NavbarMobile.Active .NavbarMobileMenu {
    left: 0;
    transition: all .5s
}

header .NavbarMobile.Active .NavbarMobileMenu .HeaderLinks {
    margin-top: 15px;
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0 10px
}

header .NavbarMobile.Active .NavbarMobileMenu .HeaderLinks li a {
    color: #fff
}

header .NavbarMobile.Active .NavbarBackdrop {
    background: rgba(0,0,0,.7);
    width: 100vw;
    display: block;
    background: 0 0;
    left: 0;
    z-index: 20
}

header .NavbarMobile .NavbarBackdrop,header .NavbarMobile .NavbarMobileMenu {
    transition: all .5s;
    height: 100vh;
    position: fixed;
    top: 0
}

header .NavbarMobile .NavbarMobileMenu {
    left: -250px;
    width: 250px;
    background: #303030;
    z-index: 30;
    padding: 15px;
    box-shadow: 0 0 10px #000;
    overflow: auto
}

header .NavbarMobile .NavbarMobileMenu .CloseButton {
    color: #fff;
    text-align: right
}

header .NavbarMobile .NavbarMobileMenu .CloseButton i {
    font-size: 20px;
    cursor: pointer
}

header .NavbarMobile .NavbarMobileMenu nav ul {
    display: block
}

header .NavbarMobile .NavbarMobileMenu nav ul li a {
    line-height: 45px
}

header .NavbarMobile .NavbarMobileMenu nav ul li a:after {
    height: 0
}

header .NavbarMobile .NavbarMobileMenu nav ul li a.active,header .NavbarMobile .NavbarMobileMenu nav ul li a:hover {
    border-bottom: 0;
    border-left: 3px solid #fe9c1f
}

header .NavbarMobile .NavbarMobileMenu nav ul li a.active:after,header .NavbarMobile .NavbarMobileMenu nav ul li a:hover:after {
    height: 0
}

@media (max-width: 1199px) {
    

    header .HeaderBottom nav ul li a {
        font-size: 12px;
        line-height: 40px
    }

   

    header .HeaderTop {
        height: 60px
    }

    header .HeaderTop .Logo img {
        max-width: 195px;
        max-height: 60px
    }

    header .HeaderTop .Logo img.dark {
        display: none
    }

    header .HeaderTop .Logo img.light {
        display: inline-block
    }

    header .HeaderTop .SearchBar .SearchBarInput input {
        height: 36px;
        font-size: 14px
    }

    header .HeaderTop .SearchBar .SearchBarInput i {
        line-height: 36px;
        font-size: 16px
    }
}

@media (max-width: 991px) {
    

    header .HeaderTop .HeaderLinksForDesktop,header .TopHeaderAds {
        display: none
    }

    header .HeaderLinksForMobile {
        display: block
    }

    header {
        padding: 0
    }

    header .MobileHeaderIframe {
        text-align: center;
        padding: 5px 0
    }

    header .headerSubMenu {
        text-align: center;
        background: #303030
    }

    header .headerSubMenu ul {
        display: flex;
        align-items: center;
        justify-content: stretch
    }

    header .headerSubMenu ul li {
        flex-grow: 1
    }

    header .headerSubMenu ul li a {
        display: block;
        font-size: 14px;
        font-weight: 600;
        padding: 7px 0;
        margin: 0;
        border-right: 1px solid #fff;
        color: #fff
    }

    header .headerSubMenu ul li a:hover {
        color: #fe9c1f
    }

    header .headerSubMenu ul li:last-child a {
        border-right: 0
    }

    header .headerSubMenu ul li.brazzers a {
        color: #ff0
    }

    header .HeaderTop .NavbarOpenerIcon {
        display: block;
        flex-basis: auto;
        cursor: pointer
    }

    header .HeaderTop .NavbarOpenerIcon i {
        font-size: 20px
    }

    header .HeaderTop .MobileSearchIcon i {
        font-size: 20px
    }
}

@media (min-width: 992px) {
    header .headerSubMenu {
        display:none
    }
}

@media (max-width: 991px) {
    header {
        margin-bottom:10px
    }
}

@media (max-width: 767px) {
    header .HeaderTop .SearchBar {
        display:none
    }

    header .SearchBarForMobile {
        display: block;
       
    }

    header .SearchBarForMobile.Active {
        height: auto;
        opacity: 1;
        transition: all .5s;
        visibility: visible;
        padding: 7px
    }

    header .SearchBarForMobile .SearchBarInput input {
        height: 36px;
        font-size: 14px
    }

    header .SearchBarForMobile .SearchBarInput i {
        line-height: 36px;
        font-size: 16px
    }

    header .HeaderTop {
        gap: 1rem
    }

    header .HeaderTop .NavbarOpenerIcon {
        order: 10;
        margin: 0
    }

    header .HeaderTop .Logo {
        order: 30;
        flex-grow: 1;
        text-align: center
    }

    header .HeaderTop .ThemeSwitcher {
        order: 20;
        margin: 0
    }

    header .HeaderTop .Notifications {
        order: 60;
        margin: 0;
        padding-right: .5rem
    }

    header .HeaderTop .Notifications>span {
        right: calc(.5rem - 7px)
    }

    header .HeaderTop .Notifications .NotificationList {
        right: 0;
        left: auto;
        top: calc(100% + .8rem)
    }

    header .HeaderTop .Notifications .NotificationList .Head:before {
        right: .5rem;
        left: auto
    }

    header .HeaderTop .MobileSearchIcon {
        display: block;
        order: 50;
        margin: 0
    }

    header.sticky+main {
        margin-top: 50px
    }
}

@media (max-width: 450px) {
    header .HeaderTop {
        padding:0 10px!important
    }
}

@media (max-width: 420px) {
    header .HeaderTop {
        gap:.5rem;
        flex-wrap: nowrap
    }

    header .HeaderTop .Logo {
        flex-grow: 0;
        flex-shrink: 1
    }

    header .HeaderTop .Logo img {
        max-width: 100%
    }

    header .HeaderTop .ViewModeSwitcher {
        display: block;
        order: 40;
        font-size: 16px;
        line-height: 36px;
        margin: 0
    }
}

.FooterAds {
    margin-top: 40px;
    grid-template-columns: repeat(4,1fr)
}

.FooterAds.MobileFooterAds {
    text-align: center
}

.FooterAds.MobileFooterAds iframe {
    max-width: 100%
}

.FooterAds>div {
    text-align: center
}

.FooterAds>div>div>div {
    width: auto!important;
    height: auto!important
}

.FooterAds>div iframe,.FooterAds>div>div>div>video {
    max-width: 100%;
    overflow: hidden;
    border: 0
}

.FooterAds>div iframe::-webkit-scrollbar,.FooterAds>div>div>div>video::-webkit-scrollbar {
    display: none
}

@media (max-width: 991px) {
    .FooterAds {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (max-width: 575px) {
    .FooterAds {
        grid-template-columns:repeat(1,1fr)
    }
}

footer {
    background: #303030;
    color: #909090;
    margin-top: 40px
}

footer a {
    color: #909090
}

footer .footerUrls {
    background: #000;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

footer .footerUrls a:last-child {
    margin-right: 0
}

footer .footerUrls a,footer .footerUrls span {
    margin-right: 10px;
    color: #fff;
    font-size: 12px
}

footer .Footer {
    padding: 30px 0 20px;
    grid-template-columns: repeat(3,1fr)
}

footer .Footer .Info {
    padding-right: 50px
}

footer .Footer .Info .FooterLogo {
    margin-bottom: 25px;
    display: inline-block
}

footer .Footer .Info .FooterLogo img {
    max-height: 40px
}

footer .Footer .Info .FooterDescription {
    margin-bottom: 30px;
    padding-top: 0;
    margin-top: 0;
    color: #fff
}

footer .Footer .Info .SocialMediaIcons {
    margin-bottom: 30px
}

footer .Footer .Info .SocialMediaIcons a i {
    font-size: 20px;
    margin-right: 5px
}

footer .Footer .Links h3 {
    color: #fff;
    margin: 0 0 .5rem;
    line-height: 1
}

footer .Footer .Links ul li a {
    display: block;
    font-size: 14px;
    line-height: 1.8;

	margin-right: 10px;
    color: #fff;


}

footer .Footer .Links ul li a:hover {
    color: #fff
}

footer .Footer .RTA {
    text-align: center
}

footer .Footer .RTA img {
    max-height: 40px
}

footer .Footer .Copyright {
    margin-top: 30px;
    text-align: center
}

@media (max-width: 991px) {
    footer .Footer {
        text-align:center;
        grid-template-columns: repeat(2,1fr)
    }

    footer .Footer .Info {
        padding-right: 0
    }

    footer .Footer .Links h3 {
        line-height: 24px;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    footer .Footer .Links ul li a {
        font-size:13px;
        line-height: 24px
    }
}

@media (max-width: 575px) {
    footer .Footer {
        grid-template-columns:repeat(1,1fr)
    }
}

.ChannelsSlider {
    padding: 32px 0;
    background: #303030
}

@media (max-width: 575px) {
    .ChannelsSlider {
        padding-left:0;
        padding-bottom: 1rem;
        padding-right: 0;
        padding-top: 1rem
    }
}

.ChannelsSlider .titleHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.ChannelsSlider h1 {
    margin: 0;
    color: #fff
}

.ChannelsSlider .channels {
    display: grid;
    margin: -.5rem -.5rem 0;
    grid-template-columns: repeat(8,1fr)
}

@media (max-width: 991px) {
    .ChannelsSlider .channels {
        grid-template-columns:repeat(4,1fr)
    }
}

.ChannelsSlider .channels .channel {
    margin: .5rem;
    grid-column: span 1/span 1
}

.ChannelsSlider .channels .channel a {
    display: block
}

.ChannelsSlider .channels .channel a:hover img {
    transform: scale(1.2) rotate(5deg);
    transition: all .5s
}

.ChannelsSlider .channels .channel .ImageOuter {
    padding-bottom: 100%;
    background: #202020;
    border-radius: 10% 0 10% 0
}

.ChannelsSlider .channels .channel .ImageOuter img {
    padding: 1rem;
    transition: all .5s
}

.ChannelsSlider .channels .channel .title {
    display: block;
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    margin-top: .5rem;
    color: #fff
}

@media (max-width: 480px) {
    .ChannelsSlider .channels {
        display:flex;
        overflow-x: auto;
        margin: -5px
    }

    .ChannelsSlider .channels .channel {
        margin: 5px
    }

    .ChannelsSlider .channels .channel .ImageOuter {
        border-radius: 100%;
        width: 75px
    }

    .ChannelsSlider .channels .channel .ImageOuter img {
        padding: 5px;
        max-width: 75px
    }

    .ChannelsSlider .channels .channel .title {
        font-size: .8rem
    }
}

.PornstarsSlider {
    background: #303030;
    padding: 30px 0
}

@media (max-width: 575px) {
    .PornstarsSlider {
        padding-left:0;
        padding-bottom: 1rem;
        padding-right: 0;
        padding-top: 1rem
    }
}

.PornstarsSlider .titleHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

.PornstarsSlider h1 {
    margin: 0;
    color: #fff
}

.PornstarsSlider .pornstars {
    display: grid;
    grid-template-columns: repeat(8,1fr)
}

@media (max-width: 991px) {
    .PornstarsSlider .pornstars {
        grid-template-columns:repeat(4,1fr)
    }
}

.PornstarsSlider .pornstars {
    margin: -.5rem -.5rem 0
}

.PornstarsSlider .pornstars .pornstar {
    grid-column: span 1/span 1;
    margin: .5rem
}

.PornstarsSlider .pornstars .pornstar a {
    display: block
}

.PornstarsSlider .pornstars .pornstar a:hover img {
    transform: scale(1.2) rotate(5deg);
    transition: all .5s
}

.PornstarsSlider .pornstars .pornstar .ImageOuter {
    padding-bottom: 140.45%;
    border-radius: 10% 0 10% 0;
    overflow: hidden
}

.PornstarsSlider .pornstars .pornstar .ImageOuter img {
    transition: all .5s
}

.PornstarsSlider .pornstars .pornstar .title {
    display: block;
    text-align: center;
    font-size: .9rem;
    margin-top: .2rem;
    font-weight: 500;
    color: #fff
}

@media (max-width: 480px) {
    .PornstarsSlider .pornstars {
        display:flex;
        overflow-x: auto;
        margin: -3px
    }

    .PornstarsSlider .pornstars .pornstar {
        margin: 3px
    }

    .PornstarsSlider .pornstars .pornstar .ImageOuter {
        border-radius: 1rem;
        width: 100px
    }

    .PornstarsSlider .pornstars .pornstar .ImageOuter img {
        max-width: 100px
    }

    .PornstarsSlider .pornstars .pornstar .title {
        font-size: .8rem
    }
}

.moreButton {
    text-align: center
}

.moreButton a {
    background: #000;
    color: #fff
}

@media (max-width: 575px) {
    .moreButton a.btn {
        font-size:12px;
        padding: 5px 8px
    }
}

.CategoriesPage {
    grid-template-columns: repeat(24,1fr)!important
}

.CategoriesPage main {
    grid-column: span 19/span 19
}

.CategoriesPage aside {
    grid-column: span 5/span 5
}

.CategoriesPage .CategoriesList {
    grid-template-columns: repeat(5,1fr)!important
}

.CategoriesPage .CategoriesList .SingleCategoryList {
    grid-column: span 1/span 1
}

.CategoriesPage .CategoriesList .SingleCategoryList:hover img {
    transform: scale(1.1);
    transition: all .2s
}

.CategoriesPage .CategoriesList .SingleCategoryList .ImageOuter {
    padding-bottom: 140.45%
}

.CategoriesPage .CategoriesList .SingleCategoryList .ImageOuter img {
    transition: all .2s
}

.CategoriesPage .CategoriesList .SingleCategoryList .CategoryTitle {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #303030
}

.CategoriesPage .CategoriesList .SingleCategoryList .CategoryVideosCount {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #fe9c1f
}

.CategoriesPage .CategoriesList .SingleCategoryList .CategoryVideosCount i {
    font-size: 10px
}

.CategoriesPage .MainDescription {
    grid-column: span 24/span 24
}

@media (max-width: 991px) {
    .CategoriesPage {
        grid-template-columns:repeat(1,1fr)!important
    }

    .CategoriesPage .MainDescription,.CategoriesPage aside,.CategoriesPage main {
        grid-column: span 1/span 1
    }

    .CategoriesPage aside {
        display: none
    }
}

@media (max-width: 767px) {
    .CategoriesPage .CategoriesList {
        grid-template-columns:repeat(4,1fr)!important
    }
}

@media (max-width: 575px) {
    .CategoriesPage .CategoriesList .SingleCategoryList .CategoryTitle {
        font-size:14px
    }
}

@media (max-width: 450px) {
    .CategoriesPage .CategoriesList {
        grid-template-columns:repeat(3,1fr)!important
    }
}

.CategoryPage {
    grid-template-columns: repeat(24,1fr)!important
}

.CategoryPage main {
    grid-column: span 19/span 19
}

.CategoryPage aside {
    grid-column: span 5/span 5
}

.CategoryPage .MainDescription {
    grid-column: span 24/span 24
}

.CategoryPage .QualitiesList ul li a {
    padding: 7px;
    display: block;
    font-weight: 500
}

.CategoryPage .QualitiesList ul li a i {
    color: #fe9c1f
}

.CategoryPage .QualitiesList ul li a:hover {
    background: #303030;
    color: #fff
}

.CategoryPage .QualitiesList ul li.Active a {
    background: #909090
}

@media (min-width: 992px) {
    .CategoryPage .CategoryVideos .VideosList {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (max-width: 991px) {
    .CategoryPage {
        grid-template-columns:repeat(12,1fr)!important
    }

    .CategoryPage .SidebarBox {
        overflow: initial
    }

    .CategoryPage .SidebarBox.VerticalCategories {
        padding-bottom: 4rem
    }

    .CategoryPage .MainDescription,.CategoryPage main {
        grid-column: span 12/span 12
    }

    .CategoryPage aside .MobileFilters .VerticalCategories .CategoriesVerticalList {
        margin: 0
    }

    .CategoryPage aside .MobileFilters .VerticalCategories .CategoriesVerticalList ul {
        display: grid;
        grid-template-columns: repeat(3,1fr)
    }

    .CategoryPage aside .MobileFilters .VerticalCategories .CategoriesVerticalList ul li {
        height: auto;
        grid-column: span 1/span 1
    }

    .CategoryPage aside .MobileFilters .VerticalCategories .CategoriesVerticalList ul li a,.CategoryPage aside .MobileFilters .VerticalCategories .CategoriesVerticalList ul li span.CategoryPlus i {
        line-height: 35px
    }

    .CategoryPage aside .MobileFilters .VerticalCategories .CategoriesVerticalList ul li a {
        font-size: 14px;
        border-bottom: 0
    }
}

@media (max-width: 768px) {
    .CategoryPage aside .MobileFilters.Opened .VerticalCategories .CategoriesVerticalList ul {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (max-width: 450px) {
    .CategoryPage aside .MobileFilters.Opened .VerticalCategories .CategoriesVerticalList ul {
        grid-template-columns:repeat(1,1fr)
    }

    .CategoryPage .MobileFilters {
        padding: 0 10px
    }
}

.PornstarsPage {
    grid-template-columns: repeat(24,1fr)!important
}

.PornstarsPage main {
    grid-column: span 19/span 19
}

.PornstarsPage main .PornstarsList {
    grid-template-columns: repeat(5,1fr)!important
}

.PornstarsPage main .PornstarsList .SinglePornstarList {
    grid-column: span 1/span 1!important
}

.PornstarsPage main .PornstarsList .SinglePornstarList:hover img {
    transform: scale(1.1);
    transition: all .2s
}

.PornstarsPage main .PornstarsList .SinglePornstarList .ImageOuter {
    padding-bottom: 140.45%
}

.PornstarsPage main .PornstarsList .SinglePornstarList .ImageOuter img {
    transition: all .2s
}

.PornstarsPage main .PornstarsList .SinglePornstarList .PornstarTitle {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #303030;
    overflow-wrap: anywhere
}

.PornstarsPage main .PornstarsList .SinglePornstarList .PornstarVideosCount {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #fe9c1f
}

.PornstarsPage main .PornstarsList .SinglePornstarList .PornstarVideosCount i {
    font-size: 10px
}

.PornstarsPage aside {
    grid-column: span 5/span 5
}

.PornstarsPage .MainDescription {
    grid-column: span 24/span 24
}

.PornstarsPage .SearchFilter .SearchFilterInner {
    padding: 15px
}

.PornstarsPage .OtherFilters .OtherFiltersList {
    padding: 15px
}

.PornstarsPage .OtherFilters .OtherFiltersList .ApplyFiltersButton {
    margin-bottom: 10px
}

.PornstarsPage .OtherFilters .OtherFiltersList .GeneralFilter {
    margin-left: 0;
    margin-bottom: 15px
}

.PornstarsPage .OtherFilters .OtherFiltersList .GeneralFilter .FilterOptionsList {
    z-index: 11
}

@media (max-width: 991px) {
    .PornstarsPage {
        grid-template-columns:repeat(12,1fr)!important
    }

    .PornstarsPage .MainDescription,.PornstarsPage aside,.PornstarsPage main {
        grid-column: span 12/span 12
    }
}

@media (max-width: 767px) {
    .PornstarsPage main .PornstarsList {
        grid-template-columns:repeat(4,1fr)!important
    }

    .PornstarsPage main .PornstarsList .SinglePornstarList .PornstarTitle {
        font-size: 14px
    }
}

@media (max-width: 450px) {
    .PornstarsPage main .PornstarsList {
        grid-template-columns:repeat(3,1fr)!important
    }
}

@media (min-width: 992px) {
    .PornstarPage.MinimalPornstarPage main {
        display:flex
    }

    .PornstarPage.MinimalPornstarPage main .PornstarDetails {
        width: 250px;
        margin-right: 15px;
        display: block
    }

    .PornstarPage.MinimalPornstarPage main .PornstarDetails .Image img {
        max-width: 100%
    }

    .PornstarPage.MinimalPornstarPage main .PornstarDetails .PornstarDetailsWithoutImage {
        padding: 5px;
        justify-content: center
    }

    .PornstarPage.MinimalPornstarPage main .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide {
        padding-right: 0
    }

    .PornstarPage.MinimalPornstarPage main .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .PornstarName {
        justify-content: center
    }

    .PornstarPage.MinimalPornstarPage main .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .PornstarName h1 {
        margin-right: 0
    }

    .PornstarPage.MinimalPornstarPage main .PornstarVideos {
        margin-top: 0;
        width: 100%
    }
}

.PornstarPage .MobileFullDetailButton {
    display: none
}

.PornstarPage .PornstarDetails {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #eee
}

.PornstarPage .PornstarDetails .Image {
    flex-basis: auto
}

.PornstarPage .PornstarDetails .Image img {
    border-radius: 5px;
    width: 250px;
    height: 350px
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage {
    flex: 1 1 0%;
    flex-basis: 0%;
    padding: 8px 8px 0 30px;
    display: flex;
    flex-wrap: wrap
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide {
    flex: 1 1 0%;
    flex-basis: 0%;
    padding-right: 50px
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .Properties ul {
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-columns: 2;
    -moz-columns: 2;
    -moz-column-count: 2;
    column-count: 2
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .Properties ul li {
    min-width: 200px;
    padding-right: 30px
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .Properties ul li span {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #505050
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .Properties ul li span.Value {
    font-weight: 700
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .PornstarBio {
    position: relative;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .PornstarBio.WithViewMore {
    margin-bottom: 35px
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .PornstarBio h4 {
    margin: 0 0 5px
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .PornstarBio .BioWithViewMore {
    max-height: 60px
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .PornstarBio p:first-child {
    margin-top: 0
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide {
    flex-basis: auto
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide .SocialMedias {
    padding-right: 10px;
    min-width: 200px;
    max-width: 100%
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide .SocialMedias h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    line-height: 24px;
    color: #505050;
    margin: 0 0 10px
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide .SocialMedias ul li a {
    font-size: 13px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500;
    color: #909090
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide .SocialMedias ul li a:hover {
    color: #fe9c1f
}

.PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide .SocialMedias ul li a i {
    font-size: 20px;
    margin-right: 5px
}

.PornstarPage .PornstarVideos {
    margin-top: 30px
}

@media (max-width: 1199px) and (min-width:992px) {
    .PornstarPage:not(.MinimalPornstarPage) .PornstarDetails .PornstarDetailsWithoutImage {
        grid-template-columns:repeat(12,1fr);
        display: grid
    }

    .PornstarPage:not(.MinimalPornstarPage) .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide {
        grid-column: span 9/span 9
    }

    .PornstarPage:not(.MinimalPornstarPage) .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide {
        grid-column: span 3/span 3
    }

    .PornstarPage:not(.MinimalPornstarPage) .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide .SocialMedias {
        min-width: auto
    }

    .PornstarPage:not(.MinimalPornstarPage) .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide .SocialMedias ul li a {
        width: auto
    }

    .PornstarPage:not(.MinimalPornstarPage) .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide .SocialMedias ul li a span {
        word-break: break-all
    }
}

@media (max-width: 991px) {
    .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide {
        width:100%;
        padding-right: 0
    }

    .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide {
        width: 100%
    }

    .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .SecondarySide .SocialMedias {
        margin-top: 15px
    }
}

@media (max-width: 767px) {
    .PornstarPage .MobileFullDetailButton {
        display:block;
        text-align: center;
        margin: 0
    }

    .PornstarPage .PornstarVideos {
        margin-top: 15px
    }

    .PornstarPage .PornstarDetails {
        flex-direction: column
    }

    .PornstarPage .PornstarDetails.HideOnMobile .PrimarySide .PornstarBio,.PornstarPage .PornstarDetails.HideOnMobile .PrimarySide .Properties,.PornstarPage .PornstarDetails.HideOnMobile .SecondarySide {
        display: none
    }

    .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage {
        padding: 0
    }

    .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .PornstarName {
        display: block;
        text-align: center
    }

    .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .PornstarName h1 {
        margin: 0;
        font-size: 20px;
        line-height: 28px
    }

    .PornstarPage .PornstarDetails .Image {
        text-align: center
    }

    .PornstarPage .PornstarDetails .Image img {
        width: 150px;
        height: 210px
    }
}

@media (max-width: 575px) {
    .PornstarPage .PornstarDetails {
        display:block
    }

    .PornstarPage .PornstarDetails .Image {
        text-align: center
    }

    .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage {
        padding-left: 8px
    }
}

@media (max-width: 450px) {
    .PornstarPage .PornstarDetails .PornstarDetailsWithoutImage .PrimarySide .Properties ul {
        -webkit-columns:1;
        -moz-columns: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .PornstarPage {
        margin-top: 0
    }

    .PornstarPage .PornstarDetails {
        border-radius: 0
    }
}

.ChannelsPage .ChannelsList {
    grid-template-columns: repeat(6,1fr)
}

.ChannelsPage .TitleAndFilters {
    justify-content: inherit
}

.ChannelsPage .TitleAndFilters .Filters {
    margin-left: auto
}

.ChannelsPage .TitleAndFilters .SearchBarInput {
    margin-left: 50px
}

.ChannelsPage .SingleChannelList {
    grid-column: span 1/span 1;
    transition: all .2s
}

.ChannelsPage .SingleChannelList .ImageOuter {
    background: #303030;
    padding-bottom: 100%
}

.ChannelsPage .SingleChannelList .ImageOuter img {
    padding: 10px
}

.ChannelsPage .SingleChannelList img,.ChannelsPage .SingleChannelList:hover {
    transition: all .2s
}

.ChannelsPage .SingleChannelList:hover img {
    transform: scale(1.1)
}

.ChannelsPage .SingleChannelList .ChannelTitle,.ChannelsPage .SingleChannelList img {
    transition: all .2s
}

.ChannelsPage .SingleChannelList .ChannelTitle {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #303030;
    overflow-wrap: anywhere
}

.ChannelsPage .SingleChannelList .ChannelVideosCount {
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #fe9c1f
}

.ChannelsPage .SingleChannelList .ChannelVideosCount i {
    font-size: 10px
}

@media (max-width: 991px) {
    .ChannelsPage .ChannelsList {
        grid-template-columns:repeat(5,1fr)
    }

    .ChannelsPage .TitleAndFilters {
        justify-content: space-between
    }

    .ChannelsPage .TitleAndFilters .Filters,.ChannelsPage .TitleAndFilters .SearchBarInput {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .ChannelsPage .ChannelsList {
        grid-template-columns:repeat(4,1fr)
    }

    .ChannelsPage .SingleChannelList .ChannelTitle {
        font-size: 14px
    }

    .ChannelsPage .SingleChannelList .ImageOuter {
        margin-bottom: 4px
    }
}

@media (max-width: 575px) {
    .ChannelsPage .TitleAndFilters {
        display:grid;
        grid-template-columns: repeat(2,1fr)
    }

    .ChannelsPage .TitleAndFilters .MainTitle {
        grid-column: span 1/span 1;
        text-align: left;
        order: 1
    }

    .ChannelsPage .TitleAndFilters .SearchBarInput {
        grid-column: span 2/span 2;
        margin-top: 10px;
        order: 3
    }

    .ChannelsPage .TitleAndFilters .Filters {
        grid-column: span 1/span 1;
        text-align: right;
        order: 2
    }
}

@media (max-width: 450px) {
    .ChannelsPage .ChannelsList {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (max-width: 350px) {
    .SingleChannelList {
        text-align:center
    }

    .SingleChannelList img {
        margin: 0 auto
    }

    .SingleChannelList .ChannelTitle,.SingleChannelList .ChannelVideosCount {
        text-align: center
    }
}

.ChannelPage .ChannelDetails {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #eee;
    align-items: center
}

.ChannelPage .ChannelDetails .Image {
    flex-basis: auto;
    height: 150px
}

.ChannelPage .ChannelDetails .Image img {
    border-radius: 5px;
    background: #303030;
    max-height: 100%
}

.ChannelPage .ChannelDetails .ChannelDetailsWithoutImage {
    flex: 1 1 0%;
    flex-basis: 0%;
    padding: 0 8px 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide {
    flex: 1 1 0%;
    flex-basis: 0%;
    padding-right: 50px
}

.ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide .ChannelDescription {
    position: relative;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 20px
}

.ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide .ChannelDescription>div {
    max-height: 60px
}

.ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide .ChannelDescription.WithViewMore {
    margin-bottom: 35px
}

.ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide .ChannelDescription h4 {
    margin: 0 0 5px
}

.ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide .ChannelDescription p:first-child {
    margin-top: 0
}

.ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .SecondarySide {
    flex-basis: auto
}

.ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .SecondarySide .ChannelSite a {
    background: #fe9c1f;
    color: #303030;
    text-align: center;
    display: flex;
    font-size: 13px;
    margin: 0;
    font-weight: 700;
    line-height: 30px;
    align-items: center;
    padding: 5px 10px;
    justify-content: center;
    border-radius: 5px
}

.ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .SecondarySide .ChannelSite a i {
    font-size: 20px
}

.ChannelPage .ChannelVideos {
    margin-top: 30px
}

@media (max-width: 1199px) {
    .ChannelPage .ChannelDetails .ChannelDetailsWithoutImage {
        grid-template-columns:repeat(12,1fr);
        display: grid
    }

    .ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide {
        grid-column: span 9/span 9
    }

    .ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .SecondarySide {
        grid-column: span 3/span 3
    }
}

@media (max-width: 991px) {
    .ChannelPage .ChannelDetails {
        padding:15px
    }

    .ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide {
        padding-right: 0
    }

    .ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide,.ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .SecondarySide {
        grid-column: span 12/span 12
    }
}

@media (max-width: 575px) {
    .ChannelPage .DetailTitle {
        display:block;
        text-align: center
    }

    .ChannelPage .ChannelDetails {
        display: block;
        padding: 0
    }

    .ChannelPage .ChannelDetails .Image {
        display: none
    }

    .ChannelPage .ChannelDetails .ChannelDetailsWithoutImage {
        padding: 15px
    }

    .ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide .ChannelDescription {
        text-align: center
    }

    .ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide .ChannelName {
        margin-bottom: 0;
        justify-content: center;
        flex-direction: column
    }

    .ChannelPage .ChannelDetails .ChannelDetailsWithoutImage .PrimarySide .ChannelName h1 {
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media (max-width: 450px) {
    .ChannelPage {
        margin-top:0
    }

    .ChannelPage .ChannelDetails,.ChannelPage .ChannelDetails .Image {
        border-radius: 0
    }

    .ChannelPage .ChannelVideos {
        margin-top: 10px
    }
}

.StaticPage {
    grid-gap: 0
}

.StaticPage img.emailImage {
    vertical-align: bottom
}

.StaticPage.Contact main {
    padding: 15px 30px
}

.StaticPage.Contact .ErrorArea {
    display: none;
    background: #e74c3c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px
}

.StaticPage.Contact .ErrorArea h3 {
    font-size: 16px;
    line-height: 1
}

.StaticPage.Contact .ErrorArea p {
    padding: 0;
    margin-bottom: 5px
}

.StaticPage.Contact .ErrorArea p:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.StaticPage.Contact .SuccessArea {
    display: none;
    background: #2ecc71;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px
}

.StaticPage.Contact .SuccessArea h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.5
}

.StaticPage.Contact .ContactDivs .ContactForm {
    padding-right: 30px
}

.StaticPage.Contact .ContactDivs .ContactForm form .Input {
    margin-bottom: 15px
}

.StaticPage.Contact .ContactDivs .ContactForm form .Input label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

.StaticPage.Contact .ContactDivs .ContactForm form .Input input,.StaticPage.Contact .ContactDivs .ContactForm form .Input textarea {
    font-size: 13px;
    line-height: 16px;
    padding: 10px;
    display: block;
    width: 100%;
    border-radius: 5px;
    max-width: 100%;
    background-color: #f2f2f2;
    border: 1.5px solid #f2f2f2;
    transition: all .5s;
    min-width: 100%
}

.StaticPage.Contact .ContactDivs .ContactForm form .Input input:active,.StaticPage.Contact .ContactDivs .ContactForm form .Input input:focus,.StaticPage.Contact .ContactDivs .ContactForm form .Input textarea:active,.StaticPage.Contact .ContactDivs .ContactForm form .Input textarea:focus {
    border-color: #fe9c1f;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    background: #fff
}

.StaticPage.Contact .ContactDivs .ContactForm form .SubmitButton {
    text-align: right
}

.StaticPage.Contact .ContactDivs .ContactInfos h2 {
    margin-top: 0;
    margin-bottom: 10px
}

.StaticPage.Contact .ContactDivs .ContactInfos .SocialMediaIcons {
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-columns: 2;
    -moz-columns: 2;
    -moz-column-count: 2;
    column-count: 2
}

.StaticPage.Contact .ContactDivs .ContactInfos .SocialMediaIcons a {
    display: block;
    margin-bottom: 10px;
    font-weight: 700
}

.StaticPage.Contact .ContactDivs .ContactInfos .SocialMediaIcons a:hover {
    color: #fe9c1f
}

.StaticPage.Contact .ContactDivs .ContactInfos .SocialMediaIcons a i {
    font-size: 16px;
    margin-right: 5px
}

.StaticPage aside nav .ShowMobileStaticPagesMenu {
    display: none
}

.StaticPage aside nav ul li a {
    background: #303030;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 7px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 3px #909090
}

.StaticPage aside nav ul li a:hover {
    background: #909090
}

.StaticPage aside nav ul li.active a {
    color: #303030;
    background: #fff;
    box-shadow: none
}

.StaticPage main {
    background: #fff;
    padding: 15px;
    border-radius: 0 5px 5px 5px
}

.StaticPage main a {
    font-weight: 700;
    color: #3b5998
}

.StaticPage main h1 {
    margin-top: 0
}

@media (max-width: 767px) {
    .StaticPage.Contact .ContactDivs .ContactForm,.StaticPage.Contact .ContactDivs .ContactInfos {
        grid-column:span 12/span 12
    }

    .StaticPage.Contact .ContactDivs .ContactForm {
        padding-right: 0
    }

    .StaticPage aside {
        display: grid;
        grid-column: span 12/span 12;
        margin-bottom: 15px
    }

    .StaticPage aside nav .ShowMobileStaticPagesMenu {
        text-align: center;
        display: block
    }

    .StaticPage aside nav ul {
        display: none
    }

    .StaticPage aside nav ul.Showed {
        margin-top: 15px;
        display: block
    }

    .StaticPage main {
        grid-column: span 12/span 12
    }
}

@media (max-width: 450px) {
    .StaticPage.Contact .ContactDivs .ContactInfos .SocialMediaIcons {
        -webkit-columns:1;
        -moz-columns: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .StaticPage {
        margin-top: 10px
    }

    .StaticPage ul.MobileMenu {
        padding: 0 10px
    }
}

.VideoDetailPage .sourcesForDesktop {
    pointer-events: none
}

.VideoDetailPage .sourcesForDesktop .innerSources {
    pointer-events: all
}

.VideoDetailPage .MobileFullDetailButton {
    text-align: center;
    margin-top: 10px;
    display: none
}

.VideoDetailPage .WithViewMore>div {
    max-height: 60px
}

.VideoDetailPage main {
    overflow: hidden
}

.VideoDetailPage main section.VideoDetailArea {
    background: #fff;
    border-radius: 5px
}

.VideoDetailPage main section.VideoDetailArea span.DefaultText {
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #333;
    background: #ff0
}

.VideoDetailPage main section.VideoDetailArea .JoinChannel {
    background: #303030;
    text-align: center
}

.VideoDetailPage main section.VideoDetailArea .JoinChannel a {
    padding: 10px;
    display: block
}

.VideoDetailPage main section.VideoDetailArea .JoinChannel a img {
    max-width: 100%;
    margin: 0 auto
}

.VideoDetailPage main section.VideoDetailArea .JoinChannel a h3 {
    color: #ff0;
    margin: 0;
    line-height: 1
}

.VideoDetailPage main section.VideoDetailArea .JoinChannel iframe {
    margin: 10px;
    max-width: 90%
}

.VideoDetailPage main section.VideoDetailArea .JoinChannel .defaultAd {
    height: 125px
}

.VideoDetailPage main section.VideoDetailArea .JoinChannel .defaultAd .exo-native-widget-item-title {
    color: #fff!important
}

.VideoDetailPage main section.VideoDetailArea .JoinChannel .defaultAd iframe {
    margin: 0
}

.VideoDetailPage main section.VideoDetailArea .JoinChannel .defaultAd div>div>div,.VideoDetailPage main section.VideoDetailArea .JoinChannel .defaultAd div>div>div img,.VideoDetailPage main section.VideoDetailArea .JoinChannel .defaultAd div>div>div video,.VideoDetailPage main section.VideoDetailArea .JoinChannel .defaultAd iframe {
    max-width: 100%
}

.VideoDetailPage main section.VideoDetailArea ul.CircleImageList {
    padding-left: 20px
}

.VideoDetailPage main section.VideoDetailArea ul.CircleImageList:after {
    clear: both;
    content: "";
    display: block
}

.VideoDetailPage main section.VideoDetailArea ul.CircleImageList li {
    float: left;
    margin-left: -20px
}

.VideoDetailPage main section.VideoDetailArea ul.CircleImageList li .CircleImage,.VideoDetailPage main section.VideoDetailArea ul.CircleImageList li a {
    position: relative
}

.VideoDetailPage main section.VideoDetailArea ul.CircleImageList li .CircleImage {
    transition: all .2s;
    height: 60px;
    width: 60px;
    display: inline-block;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 100%
}

.VideoDetailPage main section.VideoDetailArea ul.CircleImageList li .CircleImage img {
    top: 0;
    max-height: 100px
}

.VideoDetailPage main section.VideoDetailArea ul.CircleImageList li img,.VideoDetailPage main section.VideoDetailArea ul.CircleImageList li span.Popover {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.VideoDetailPage main section.VideoDetailArea ul.CircleImageList li span.Popover {
    transition: opacity .25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    bottom: -35px;
    background: #303030;
    color: #fff;
    padding: 5px 7px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 13px;
    line-height: 15px;
    border-radius: 3px;
    z-index: 10;
    font-weight: 500
}

.VideoDetailPage main section.VideoDetailArea ul.CircleImageList li span.Popover:after {
    bottom: 100%;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: 3px solid rgba(48,48,48,0);
    border-bottom-color: #303030;
    margin-left: -3px
}

.VideoDetailPage main section.VideoDetailArea ul.CircleImageList li a:hover span.Popover {
    visibility: visible;
    transition: opacity .25s ease-in-out;
    opacity: 1
}

.VideoDetailPage main section.VideoDetailArea ul.CircleImageList li a:hover .CircleImage {
    z-index: 5;
    transform: scale(1.3);
    transition: all .2s
}

.VideoDetailPage main section.VideoDetailArea .Outstream {
    margin-top: 10px
}

.VideoDetailPage main section.VideoDetailArea .Outstream>div>div>div {
    max-width: 400px;
    margin: 0 auto
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer {
    position: relative;
    /*padding-bottom: 56.25%;*/
    width: 100%
}







.VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer {
    height: auto;
    min-height: 100%;
    background: #000
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer .video-js {
    height: 100%
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer.NotFound {
    background: #f2f2f2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer.NotFound img {
    max-width: 100%;
    height: 200px
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer.NotFound h2 {
    font-size: 28px
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer.NotFound h2,.VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer.NotFound p {
    margin: 0
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer.NotFound p {
    font-size: 16px
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer .jw-logo-button {
    display: none
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer,.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources {
    height: 100%;
    z-index: 9;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: none
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources.show {
    display: flex
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources .mobileInlineInnerSources {
    color: #a9a9a9;
    border-radius: 5px 5px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 5px 10px
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources .mobileInlineInnerSources .head {
    height: 15px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 310px
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources .mobileInlineInnerSources .head .title {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
    padding: 2px 7px
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources .mobileInlineInnerSources .head .closeButton,.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources .mobileInlineInnerSources .head .title {
    background-color: #181818
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources .mobileInlineInnerSources .head .closeButton {
    display: flex;
    align-items: center
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources .mobileInlineInnerSources .head .closeButton i {
    font-size: 15px
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources .mobileInlineInnerSources .head .closeButton {
    border-radius: 5px 5px 0 0
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources .mobileInlineInnerSources .realSources {
    width: 310px;
    height: 110px;
    max-width: 310px;
    max-height: 110px;
    overflow: hidden;
    padding: 5px;
    background: #181818
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources .mobileInlineInnerSources .foot {
    padding: 0;
    text-align: center
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineSources .mobileInlineInnerSources .foot .closeAdv {
    color: #fff;
    background: #181818;
    display: inline-block;
    padding: 3px 10px;
    width: auto;
    font-size: 10px;
    font-weight: 700
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileInlineInnerSources .foot .closeAdv {
    width: 100%;
    padding: 8px 0
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileSources {
    display: none;
    z-index: -100;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.9)
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileSources.show {
    display: block;
    z-index: 99
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileSources .innerSources {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileSources .innerSources .head {
    margin-bottom: 10px;
    height: 20px
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileSources .innerSources .head .title {
    font-size: 16px;
    color: #fff
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileSources .innerSources .foot,.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileSources .innerSources .title {
    text-align: center
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileSources .innerSources .foot {
    margin-top: 10px;
    height: 24px
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileSources .innerSources .foot .closeAdv {
    border-radius: 10px;
    font-size: 16px;
    background: #fff;
    color: #303030;
    padding: 10px;
    display: inline-block;
    line-height: 16px
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources .innerSources .fakeInnerSources .head {
    width: 100%
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    overflow: hidden;
    display: none
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources.show {
    display: block
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources .innerSources .fakeInnerSources {
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources .innerSources,.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources .innerSources .fakeInnerSources {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources .innerSources .head {
    height: 30px;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    width: 100%
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources .innerSources .head .title {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    background: rgba(0,0,0,.7);
    color: #fff;
    border-radius: 5px 5px 0 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources .innerSources .realSources {
    padding: 8px;
    background: rgba(0,0,0,.7);
    min-height: 250px;
    min-width: 300px;
    max-width: 750px;
    overflow: hidden
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources .innerSources .foot {
    margin-top: 10px;
    height: 24px;
    text-align: center
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources .innerSources .foot .closeAdv {
    border-radius: 10px;
    font-size: 16px;
    background: #303030;
    color: #fff;
    padding: 10px;
    display: inline-block;
    line-height: 16px
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources .innerSources .head .closeButton {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px 5px 0 0;
    padding: 0 7px;
    background: rgba(0,0,0,.7);
    color: #fff
}

.VideoDetailPage main section.VideoDetailArea .mobileSources .innerSources {
    height: 100%
}

.VideoDetailPage main section.VideoDetailArea .mobileSources .innerSources .exo-native-widget-header {
    display: none!important
}

.VideoDetailPage main section.VideoDetailArea .mobileSources .innerSources .exo-native-widget-item-content {
    height: 30px!important;
    max-height: 30px!important
}

.VideoDetailPage main section.VideoDetailArea .mobileSources .innerSources .exo-native-widget-item-content .exo-native-widget-item-title {
    max-height: 20px!important
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer .pornhubIframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo {
    margin-top: 15px;
    padding: 0 15px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary {
    padding-right: 20px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .ListTitle {
    font-size: 13px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 8px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoTitle {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 8px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .DurationAndDate {
    margin-bottom: 15px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .DurationAndDate .Date,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .DurationAndDate .Duration {
    display: inline-block;
    margin-right: 15px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .DurationAndDate .Date span.Title,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .DurationAndDate .Duration span.Title {
    font-size: 13px;
    font-weight: 500;
    color: #505050
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .DurationAndDate .Date span.Value,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .DurationAndDate .Duration span.Value {
    font-weight: 400;
    color: #fe9c1f;
    margin-left: 5px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary span.Value {
    font-size: 13px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription {
    position: relative;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 20px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription.WithViewMore {
    margin-bottom: 35px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription .DescriptionWithViewMore {
    transition: all .5s cubic-bezier(0,1,0,1);
    max-height: 60px;
    overflow: hidden;
    position: relative
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription .DescriptionWithViewMore:after {
    background: linear-gradient(180deg,transparent,#fff 80%);
    height: 20px;
    content: "";
    bottom: 0;
    z-index: 2
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription span.DescriptionViewMore,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription:after {
    display: block;
    width: 100%;
    position: absolute;
    left: 0
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription span.DescriptionViewMore {
    cursor: pointer;
    bottom: -20px;
    z-index: 3;
    font-weight: 500;
    line-height: 20px;
    color: #fe9c1f;
    text-align: center;
    transition: all .5s
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription span.DescriptionViewMore:hover {
    color: #e27f01;
    transition: all .5s
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription p:first-child {
    margin-top: 0
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription.ShowAll {
    margin-bottom: 0
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription.ShowAll .DescriptionWithViewMore {
    height: 100%;
    max-height: 1000px;
    transition: max-height .5s ease-in
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription.ShowAll span.DescriptionViewMore {
    display: none
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoCategoriesArea,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoChannelsArea,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoPornstarsArea {
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoChannelsArea .VideoChannels ul.CircleImageList li a .CircleImage {
    background: #303030
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoChannelsArea .VideoChannels ul.CircleImageList li a .CircleImage img {
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .ActionButtons {
    display: flex;
    margin-bottom: 15px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .ActionButtons .RatingArea {
    margin-bottom: 0;
    flex-grow: 1
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .ActionButtons .reportVideoButton {
    padding-left: 10px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .ActionButtons .reportVideoButton i {
    font-size: 20px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .VideoDownloadArea {
    margin-bottom: 15px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .VideoDownloadArea a {
    color: #303030;
    font-size: 13px;
    font-weight: 700
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .VideoDownloadArea a:hover {
    color: #000
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .VideoTagsArea .Title {
    color: #909090;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .VideoTagsArea .VideoTags ul li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .VideoTagsArea .VideoTags ul li a {
    text-decoration: underline;
    font-size: 15px;
    color: #909090
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoSecondary .VideoTagsArea .VideoTags ul li a:hover {
    color: #fe9c1f
}

.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo hr {
    border: 0;
    height: 2px;
    background: #ededed;
    margin-bottom: 15px
}

.VideoDetailPage main section.VideoComments {
    margin-top: 15px;
    position: relative;
    margin-bottom: 30px
}

.VideoDetailPage main section.VideoComments .VideoCommentsArea {
    background: #fff;
    padding: 15px;
    border-bottom: 2px solid #eee
}

.VideoDetailPage main section.VideoComments .VideoCommentsArea .WriteComment {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.VideoDetailPage main section.VideoComments .VideoCommentsArea .WriteComment .Image {
    flex-basis: auto
}

.VideoDetailPage main section.VideoComments .VideoCommentsArea .WriteComment .Image img {
    max-width: 70px;
    display: block;
    border-radius: 100%;
    border: 2px solid #eee
}

.VideoDetailPage main section.VideoComments .VideoCommentsArea .WriteComment .CommentTextarea {
    flex: 1 1 0%;
    flex-basis: 0%;
    margin-left: 20px
}

.VideoDetailPage main section.VideoComments .VideoCommentsArea .WriteComment .CommentTextarea textarea {
    width: 100%;
    background: #f8f8f8;
    padding: 10px;
    height: 100%;
    line-height: 20px;
    border-radius: 5px;
    resize: none;
    font-weight: 500
}

.VideoDetailPage main .BottomIntroduction {
    text-align: center;
    margin-top: 20px
}

.VideoDetailPage main .BottomIntroduction iframe,.VideoDetailPage main .BottomIntroduction video {
    max-width: 100%
}

.VideoDetailPage main .BottomIntroduction>div>div {
    width: auto!important;
    height: auto!important
}

.VideoDetailPage main .MobileIntroduction {
    text-align: center;
    margin-top: 20px
}

.VideoDetailPage main .MobileIntroduction iframe,.VideoDetailPage main .MobileIntroduction video {
    max-width: 100%
}

.VideoDetailPage main .MobileIntroduction>div>div {
    width: auto!important;
    height: auto!important
}

.VideoDetailPage aside {
    overflow: hidden
}

.VideoDetailPage aside .SidebarIntroduction {
    text-align: center;
    margin-bottom: 15px
}

.VideoDetailPage aside .SidebarIntroduction iframe,.VideoDetailPage aside .SidebarIntroduction video {
    max-width: 100%
}

.VideoDetailPage aside .SidebarIntroduction>div>div {
    width: auto!important;
    height: auto!important
}

@media (max-width: 991px) {
    .RelatedVideos {
        margin-bottom:0!important
    }
}

@media (min-width: 992px) {
    .VideoDetailPage aside .AsideVideos .VideosList {
        grid-template-columns:repeat(1,1fr)
    }
}

@media (min-width: 768px) {
    .mobileInlineSources {
        display:none!important
    }
}

@media (max-width: 767px) {
    .VideoDetailPage main section.VideoDetailArea .VideoPlayer .sourcesForDesktop {
        display:none!important
    }

    .VideoDetailPage .MobileFullDetailButton {
        display: block
    }

    .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoCategoriesArea,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoChannelsArea,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoDescription,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoPornstarsArea,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo hr {
        display: none
    }

    .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoTitle {
        font-size: 16px;
        line-height: 20px
    }

    .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo.showAll .VideoGeneralInfoPrimary .VideoDescription {
        display: inline-block
    }

    .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo.showAll .VideoGeneralInfoPrimary .VideoCategoriesArea,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo.showAll .VideoGeneralInfoPrimary .VideoChannelsArea,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo.showAll .VideoGeneralInfoPrimary .VideoPornstarsArea {
        display: inline-block;
        margin-bottom: 0
    }

    .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo.showAll .VideoGeneralInfoSecondary {
        display: inline-block
    }

    .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo.showAll hr {
        display: block
    }

    .VideoDetailPage main section.VideoDetailArea .VideoCategories ul.CircleImageList li a span.Popover {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden!important;
        text-overflow: ellipsis
    }

    .VideoDetailPage main section.VideoDetailArea ul.CircleImageList {
        padding-left: 0
    }

    .VideoDetailPage main section.VideoDetailArea ul.CircleImageList li {
        float: left;
        margin-left: 0
    }

    .VideoDetailPage main section.VideoDetailArea ul.CircleImageList li a {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        max-width: 75px;
        margin-bottom: 10px
    }

    .VideoDetailPage main section.VideoDetailArea ul.CircleImageList li a span.Popover {
        opacity: 1;
        visibility: visible;
        position: static;
        transform: none;
        max-width: 100%;
        width: auto;
        text-align: center;
        background: 0 0;
        color: #303030
    }

    .VideoDetailPage main section.VideoDetailArea ul.CircleImageList li a span.Popover:after {
        content: none
    }

    .VideoDetailPage main section.VideoDetailArea ul.CircleImageList li a .CircleImage {
        width: 75px;
        height: 75px
    }

    .VideoDetailPage main section.VideoDetailArea ul.CircleImageList li a .CircleImage img {
        max-width: 100%;
        max-height: inherit
    }
}

@media (max-width: 450px) {
    .VideoDetailPage {
        margin-top:15px
    }

    .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoCategoriesArea,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoChannelsArea,.VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary .VideoPornstarsArea {
        margin-right: 20px;
        margin-bottom: 10px
    }

    .VideoDetailPage main section.VideoDetailArea {
        padding: 0;
        border-radius: 0
    }

    .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo {
        padding: 0 10px
    }

    .VideoDetailPage main section.VideoDetailArea .VideoGeneralInfo .VideoGeneralInfoPrimary {
        padding: 0
    }

    .VideoDetailPage main section.VideoDetailArea .JoinChannel a img {
        max-height: 75px
    }
}

.VideoDetailPage main section.VideoDetailArea .VideoPlayer,.VideoDetailPage main section.VideoDetailArea .VideoPlayer #VideoPlayer,.VideoDetailPage main section.VideoDetailArea .VideoPlayer .mobileSources,.VideoDetailPage main section.VideoDetailArea .VideoPlayer .sources {
    width: 100%
}

.ErrorPage {
    text-align: center
}

.ErrorPage img {
    max-width: 100%;
    width: 600px
}

.ErrorPage .Msg {
    padding: 0 20px
}

.ErrorPage .Msg h1 {
    font-size: 60px;
    margin: 0 0 10px
}

.ErrorPage .Msg h1,.ErrorPage .Msg p {
    line-height: 1
}

.ErrorPage .Msg p {
    font-size: 16px
}

.SearchBarInput {
    position: relative
}

.SearchBarInput input {
    width: 100%;
    height: 48px;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 0 20px 0 40px;
    border: 1.5px solid #f2f2f2;
    font-size: 16px
}

.SearchBarInput input:hover {
    background-color: #fff;
    border: 1.5px solid #d3d3d3
}

.SearchBarInput input:active,.SearchBarInput input:focus,.SearchBarInput input:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09)
}

.SearchBarInput input:active,.SearchBarInput input:focus {
    border-color: #fe9c1f;
    background: #fff
}

.SearchBarInput input:active+i,.SearchBarInput input:focus+i {
    color: #fe9c1f
}

.SearchBarInput i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 48px;
    padding-left: 10px;
    color: #b3b3b3
}

.SearchBarInput.clickableIcon input {
    padding: 0 40px 0 20px
}

.SearchBarInput.clickableIcon i {
    cursor: pointer;
    top: 0;
    right: 0;
    left: inherit;
    padding-right: 10px;
    color: #b3b3b3
}

.SearchBarInput.clickableIcon i,.SearchBarInput.clickableIcon i:hover {
    transition: all .2s
}

.SearchBarInput.clickableIcon i:hover {
    color: #303030
}

.SearchBarInput.Small input {
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    padding: 0 30px 0 10px
}

.SearchBarInput.Small i,.SearchBarInput.Small input {
    line-height: 32px;
    color: #b3b3b3
}

.SearchBarInput.Small i {
    font-size: 16px
}

.VideosList {
    position: relative;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(6,1fr);
    margin-bottom: 1rem
}

@media (max-width: 1281px) {
    .VideosList {
        grid-template-columns:repeat(4,1fr)
    }
}

@media (max-width: 991px) {
    .VideosList {
        grid-template-columns:repeat(3,1fr)
    }
}

@media (max-width: 767px) {
    .VideosList {
        grid-template-columns:repeat(2,1fr)
    }
}



.VideosList .SingleVideoItemLink {
    grid-column: span 1/span 1
}

.SingleVideoItem {
    display: block;
    text-align: center
}

/*.SingleVideoItem .ImageOuter {*/
/*    padding-bottom: 56.25%*/
/*}*/

.SingleVideoItem .ImageOuter .LazyLoad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.SingleVideoItem .ImageOuter .LazyLoad.is-visible:after {
    content: none;
    content: "";
    width: 80px;
    height: 80px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s ease-in-out infinite;
    animation: sk-scaleout 1s ease-in-out infinite;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px
}

.SingleVideoItem .ImageOuter span.swipeTutorial {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10rem
}

.SingleVideoItem .ImageOuter .Hd {
    left: 8px;
    background: #000
}

.SingleVideoItem .ImageOuter .Duration,.SingleVideoItem .ImageOuter .Hd {
    position: absolute;
    bottom: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 2px 5px;
    z-index: 2
}

.SingleVideoItem .ImageOuter .Duration {
    right: 8px;
    font-size: 10px;
    font-weight: 700;
    background-color: #b858d3
}

.SingleVideoItem .ImageOuter .Duration i {
    font-size: 9px
}

.SingleVideoItem .ImageOuter.willLoadVideo {
    filter: grayscale(1)
}

.SingleVideoItem .ImageOuter.willLoadVideo video {
    display: none
}

.SingleVideoItem .ImageOuter.willLoadVideo:after {
    content: "";
    width: 80px;
    height: 80px;
    background-color: #fe9c1f;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s ease-in-out infinite;
    animation: sk-scaleout 1s ease-in-out infinite;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px
}

.SingleVideoItem .ImageOuter video {
    max-width: 100%;
    max-height: 100%
}

.SingleVideoItem .ImageOuter .photos,.SingleVideoItem .ImageOuter video {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%
}

.SingleVideoItem .ImageOuter .photos {
    z-index: 1
}

.SingleVideoItem .ImageOuter .photos img {
    max-width: 100%;
    max-height: 100%;
    display: none
}

.SingleVideoItem .ImageOuter .photos img.active {
    margin: 0 auto;
    display: block
}

.SingleVideoItem .Title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    color: #303030;
    max-height: 44px;
    overflow: hidden
}

@media (max-width: 767px) {
    .SingleVideoItem .Title {
        font-size:13px;
        line-height: 1.2;
        max-height: 32px
    }
}

@media (max-width: 575px) {
    .SingleVideoItem .ImageOuter span.swipeTutorial {
        background-size:15rem
    }
}

@media (max-width: 450px) {
    .SingleVideoItem .ImageOuter {
        border-radius:0
    }
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1);
        opacity: 0
    }
}

section.VideosSection {
    margin-bottom: 30px
}

section.VideosSection .ViewMore a {
    display: block;
    text-align: center;
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    padding: 15px 0;
    border-radius: 5px;
    background-color: #ebebeb;
    color: #303030
}

section.VideosSection .ViewMore a:hover {
    background: #cecece
}

section.VideosSection .ViewMore a i {
    font-size: 10px;
    position: relative;
    top: -1px
}

@media (max-width: 767px) {
    section.VideosSection .ViewMore a {
        font-size:13px;
        padding: 7px 0
    }
}

@media (max-width: 450px) {
    section.VideosSection .ViewMore {
        padding:0 10px
    }
}

nav.Pagination {
    text-align: center;
    margin-top: 2rem
}

nav.Pagination a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    color: #555;
    border: 1px solid #e4e4e4
}

nav.Pagination a i {
    font-size: 13px
}

nav.Pagination li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0
}

nav.Pagination li:last-child {
    margin-right: 0
}

nav.Pagination li.active a,nav.Pagination li.dangqianye a {
    box-shadow: 0 2px 8px 0 rgba(48,48,48,.5);
    background-color: #303030;
    color: #fff;
    border-color: #303030
}

aside .SidebarBox {
    box-shadow: 5px 5px 5px #eee;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

aside .SidebarBox .Title {
    background: #303030;
    padding: 8px 15px
}

aside .SidebarBox .Title h2 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 20px
}

.CategoriesVerticalList {
    margin: 10px 0
}

.CategoriesVerticalList ul li {
    position: relative;
    height: 25px
}

.CategoriesVerticalList ul li:last-child a {
    border-bottom: 0
}

.CategoriesVerticalList ul li span.CategoryPlus {
    position: absolute;
    left: 0;
    cursor: pointer;
    padding: 0 5px;
    color: #fe9c1f
}

.CategoriesVerticalList ul li span.CategoryPlus i {
    font-size: 10px;
    line-height: 25px
}

.CategoriesVerticalList ul li span.CategoryPlus:hover {
    background: #303030
}

.CategoriesVerticalList ul li a {
    padding: 0 15px 0 25px;
    display: block;
    font-weight: 500;
    line-height: 25px;
    border-bottom: 1px solid #eee
}

.CategoriesVerticalList ul li a.active {
    font-weight: 700
}

.CategoriesVerticalList ul li a.active,.CategoriesVerticalList ul li a:hover {
    background-color: #303030;
    color: #fff
}

.CategoriesVerticalList ul li a .VideosCount {
    position: absolute;
    right: 10px;
    font-size: 11px;
    font-weight: 400
}

.RelatedTags ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-bottom: 3rem
}

.RelatedTags ul li {
    padding: 0 .5rem .5rem 0
}

.RelatedTags ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    border: 1px solid #f3eded;
    padding: .5rem;
    font-size: 1rem;
    font-weight: 500
}

.RelatedTags ul li a:hover {
    background: #f3eded
}

.RelatedTags ul li a i {
    font-size: .7rem;
    padding-right: .3rem
}

.RelatedTags h2 {
    margin-bottom: .5rem
}

@media (max-width: 1200px) {
    .RelatedTags ul {
        grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)
    }
}

@media (max-width: 767px) {
    .RelatedTags {
        padding:1rem
    }

    .RelatedTags ul {
        grid-template-columns: minmax(0,1fr) minmax(0,1fr);
        margin-bottom: 0
    }
}

.GeneralFilter {
    display: inline-block
}

.GeneralFilter label {
    font-size: .9rem;
    margin-bottom: .2rem;
    font-weight: 700
}

.GeneralFilter select {
    font-weight: 500;
    padding: 7px;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #303030;
    background: #fff;
    display: inline-block;
    min-width: 120px;
    width: 100%
}

.GeneralFilter .selectWithIcon {
    position: relative
}

.GeneralFilter .selectWithIcon i {
    position: absolute;
    right: 7px;
    line-height: 36px;
    top: 0
}

.GeneralFilter .selectWithIcon select {
    padding-right: 25px;
    -moz-appearance: none;
    -webkit-appearance: none
}

.GeneralFilter .selectWithIcon select::-ms-expand {
    display: none
}

.GeneralFilter.fullWidth {
    display: block
}

.RatingArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 15px
}

.RatingArea .LikeButton {
    color: #10a2ff;
    padding: 10px;
    cursor: pointer
}

.RatingArea .LikeButton.Active,.RatingArea .LikeButton:hover {
    color: #0094f3;
    transform: scale(1.5)
}

.RatingArea .LikeButton.Passive {
    color: #ccc
}

.RatingArea .DislikeButton {
    color: #ff5252;
    padding: 10px;
    cursor: pointer
}

.RatingArea .DislikeButton.Active,.RatingArea .DislikeButton:hover {
    color: #ff3030;
    transform: scale(1.5)
}

.RatingArea .DislikeButton.Passive {
    color: #ccc
}

.RatingArea .RatingScore {
    font-size: 18px;
    font-weight: 700
}

.RatingArea i {
    font-size: 20px
}

@media (max-width: 575px) {
    .RatingArea {
        margin-bottom:0
    }
}

#reportVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0,0,0,.9);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px
}

#reportVideo.Active {
    display: flex
}

#reportVideo .reportVideo {
    background: #fff;
    width: 100%;
    max-width: 500px;
    padding: 15px;
    border-radius: .2rem;
    position: relative
}

#reportVideo .reportVideo .closeButton {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
    padding: 0 7px;
    color: #fff
}

#reportVideo .reportVideo .closeButton i {
    font-size: 1.5rem
}

#reportVideo .reportVideo h3 {
    margin: 0 0 15px
}

#reportVideo .reportVideo .input {
    margin-bottom: 1rem
}

#reportVideo .reportVideo .input label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px
}

#reportVideo .reportVideo .input .radio {
    display: flex;
    align-items: center;
    padding: .2rem 0
}

#reportVideo .reportVideo .input .radio label {
    font-size: 1rem;
    font-weight: 400
}

#reportVideo .reportVideo .input .radio input {
    margin-right: .5rem
}

#reportVideo .reportVideo .input input[type=text],#reportVideo .reportVideo .input textarea {
    font-size: 13px;
    line-height: 16px;
    padding: 10px;
    display: block;
    width: 100%;
    border-radius: 5px;
    max-width: 100%;
    background-color: #f2f2f2;
    border: 1.5px solid #f2f2f2;
    transition: all .5s;
    min-width: 100%
}

#reportVideo .reportVideo .SubmitButton {
    text-align: right
}
.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.VideoPlayer {
    width: 100%;
    height: 60vh;
    border: 0;
    overflow: hidden;
    display: block;
    margin: 5px 0 0 0;
}


@media all and (min-width: 1706px) {
    .container {
        max-width:1666px!important
    }
}

@media all and (min-width: 2038px) {
    .container {
        max-width:1998px!important
    }
}

.titlenew{
margin: 0 0 2px;
font-weight: 300;
line-height: 36px;
font-size: 22px;
padding: 5px;
}
.grid-link{display:grid;grid-template-columns:auto auto auto auto auto auto auto auto auto auto;padding:2px;}
.grid-link div{background-color:#333;padding:8px 6px;font-size:15px;text-align:center;margin:2px;}
.grid-link div a{text-decoration:none;color:#fff;}}

.tagslist{margin:0 0 20px 0;padding:0;display:flex;list-style:none;flex-wrap:wrap;align-items:center;justify-content:flex-start}
.tagslist a{margin:2px;padding:5px 8px;display:inline-block;border:1px solid #3c3c3c;border-radius:3px;box-sizing:border-box;background-color:#3c3c3c;font-size:14px;font-weight:700;color:#fff;text-align:center;cursor:pointer;text-transform:uppercase}
.tagslist a:hover{color:#00ffe4;background:linear-gradient(#345f60,#223c3d);text-decoration:none}

.app{margin:10px 0;border-radius:3px;overflow:hidden}
.app ul li{float:left;width:calc(100%/16);text-align:center;list-style-type:none;margin:5px 0;}
.app ul li img{margin:0 auto;width:56px;height:56px;display:block;border-radius:12px}
.app ul li a{font:13px/28px Tahoma,'Microsoft Yahei',Simsun;overflow:hidden;white-space:nowrap;text-decoration: none;}

.clear{
    clear: both;
}

.col6{
    width: 50%;
    float: left;
}
.col6 a{
    display: block !important;
}
@media screen and (max-width: 750px){
     
.col6 {
    width: 100%!important;
}
.col6  img{
    height: 50px !important;
}
}


#VideoPlayer img{max-width:100%;}

@media screen and (max-width:1960px) {
	.app ul li {
		width: calc(100%/15);
	}
}
@media screen and (max-width:1860px) {
		.app ul li{width: calc(100%/13);
	}
}
@media screen and (max-width:1760px) {
		.app ul li{width: calc(100%/12);
	}
}
@media screen and (max-width:1660px) {
		.app ul li{width: calc(100%/11);
	}
}
@media screen and (max-width:1560px) {
		.app ul li{width: calc(100%/10);
	}
}
@media screen and (max-width:1460px) {
		.app ul li{width: calc(100%/9);
	}
	.ImageOuter img{
        max-height: 128px !important;
    }
}
@media screen and (max-width:1300px) {
		.app ul li{width: calc(100%/8);
	}
	.grid-link{grid-template-columns:auto auto auto auto auto auto;}
    .grid-link div{font-size:14px;}
    .ImageOuter img{
        max-height: 128px !important;
    }
}
@media screen and (max-width:1100px) {
		.app ul li{width: calc(100%/7);
	}
}
@media screen and (max-width:1000px) {
		.app ul li{width: calc(100%/5);
	}
	.grid-link{grid-template-columns:auto auto auto auto auto;}
    .grid-link div{font-size:14px;}
}
@media screen and (max-width:820px) {
		.app ul li{width: calc(100%/5);
	}
}
@media screen and (max-width:768px) {
		.app ul li{width: calc(100%/5);
	}
	.grid-link{grid-template-columns:auto auto auto auto;}
    .grid-link div{font-size:14px;}
    .ImageOuter img{
        max-height: 109px !important;
    }
}
@media screen and (max-width:640px) {
		.app ul li{width: calc(100%/6);
	}
}
@media screen and (max-width:544px) {
		.app ul li{width: calc(100%/4);
	}
}
@media screen and (max-width:400px) {
		.app ul li{width: calc(100%/3);
	}
	.grid-link{grid-template-columns:auto auto auto;}
    .grid-link div{font-size:14px;}
}