/* https://css-tricks.com/elegant-fix-jumping-scrollbar-issue/ */
html {
    /*margin-left: calc(100vw - 100%) !important;*/
    overflow-y: scroll;
}

body {
    background-color: #1d1d1b;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 60px;
    overflow-x: hidden;
}

/* for surface devices */
body {
    -ms-touch-action: none;
}

/*@font-face {*/
    /*font-family: 'LOUDANDCLEAR';*/
    /*src: url('../fonts/LOUDANDCLEARPERSONALUSE.eot');*/
    /*src: url('../fonts/LOUDANDCLEARPERSONALUSE.eot?#iefix') format('embedded-opentype'),*/
    /*url('../fonts/LOUDANDCLEARPERSONALUSE.woff2') format('woff2'),*/
    /*url('../fonts/LOUDANDCLEARPERSONALUSE.woff') format('woff'),*/
    /*url('../fonts/LOUDANDCLEARPERSONALUSE.ttf') format('truetype'),*/
    /*url('../fonts/LOUDANDCLEARPERSONALUSE.svg#LOUDANDCLEARPERSONALUSE') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/


@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('../fonts/ProximaNova-Bold.woff') format('woff'),
    url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
    url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*
@font-face {
    font-family: 'ProximaNovaReg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


button:focus,
button:active:focus,
.btn,
img {
    outline: none !important;
}

.slick-slide .img-responsive,
.watch-slide .img-responsive {
    width: 100%;
    height: auto;
}

.slick-gallery-join .img-fluid,
.slick-gallery-browse .img-fluid,
.last-update-item-inner .img-fluid {
    width: 100%;
}

:focus {
    outline: none;
    border: 0 none;
}

a:hover,
a:visited,
a:focus,
a:active {
    outline: none;
}

a:hover {
    color: #ec008c;
}

#navbarHeader {
    padding: 0;
    margin: 0 auto;
    max-width: 2000px;
}

#navbarHeaderRow {
    height: 52px;
    overflow: hidden;
}

.watch-description {
    padding: 20px 0 20px 0;
    margin: 0 0 0 80px;
    display: block;
}

#navbarSupportedContent {
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 10px;
}

#navbarSupportedContent .nav-item {
    min-height: 32px;
    line-height: 32px;
    vertical-align: middle;
}

#navbarSupportedContent {
    color: #999;
}

#navbarSupportedContent h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    line-height: 32px;
}

#navbarsProfileContent {
    padding-bottom: 10px;
    padding-top: 15px;
}

#navbarsProfileContent h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    line-height: 32px;
}

#navbarsProfileContent h3 a.navbarSupportedContentSeeAll,
#navbarSupportedContent h3 a.navbarSupportedContentSeeAll {
    color: #ccc;
    text-transform: lowercase;
    font-size: 12px;
    text-decoration: none;
}

#navbarsProfileContent h3 a.navbarSupportedContentSeeAll:hover,
#navbarSupportedContent h3 a.navbarSupportedContentSeeAll:hover {
    color: #fff;
    text-decoration: underline;
}

#navbarsProfileContent h3 a.navbarSupportedContentSeeAll:before,
#navbarSupportedContent h3 a.navbarSupportedContentSeeAll:before {
    content: "(";
}

#navbarsProfileContent h3 a.navbarSupportedContentSeeAll:after,
#navbarSupportedContent h3 a.navbarSupportedContentSeeAll:after {
    content: ")";
}


#navbarsProfileContent h3 a,
#navbarSupportedContent h3 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
}

#navbarsProfileContent h3 a:hover,
#navbarSupportedContent h3 a:hover {
    color: #fff;
}

#navbar-extras .nav-item .nav-link {
    display: inline-block !important;
    padding-right: 5px;
}

#navbarsProfileContent .nav-link {
    color: #999;
    padding: 7px 0;
}

#navbarSupportedContent .nav-link {
    color: #999;
    padding: 0;
}

#navbarsProfileContent .nav-link:hover,
#navbarSupportedContent .nav-link:hover {
    color: #fff;
}

#navbarSupportedContent .nav-link span {
    color: #ed2024;
}

#navbarSupportedContent i {
    font-style: normal;
}

#navbarSupportedContent .nav-link span:after {
    content: " | ";
}

#navbarsProfileContent .navbar-nav {
    width: 25%;
}

#navbarSupportedContent .navbar-nav {
    width: 20%;
}

#navbarsLoginPanel,
#navbarsSearchPanel {
    margin-bottom: 15px;
}

.navbarsProfilePanel.collapsing,
.navbarsSearchPanel.collapsing,
.navbarsLoginPanel.collapsing,
#navbarSupportedContent.collapsing {
    /*display: none;*/
    transition: none;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 8px;
    background-image: url("../images/RFC_Logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 76px;
    height: 41px;
    padding: 0 !important;
    -webkit-filter: drop-shadow(3px 3px 3px #000);
    filter: drop-shadow(3px 3px 3px #000);
}

.navbar-dark {
    background-color: #333;
    /*background-image: url("../images/header_bg2.jpg");*/
    background-image: url("../images/navbar3.png");
    background-repeat: repeat-x;
}

.navbar-dark .navbar-gradient {
    display: none;
    height: 40px;
    width: 100%;
    clear: both;
    background-image: url("../images/navbar-gradient.png");
    background-repeat: repeat;
    margin-top: -3px;
}

.navbar-dark.noBackgroundImage #navbarHeaderRow,
/*#navbarHeader.navbar-dark.noBackgroundImage,*/
.navbar-dark.noBackgroundImage #navbarSupportedContent,
.navbar-dark.noBackgroundImage .submenu-container {
    background-color: #333;
}

.navbar-dark.noBackgroundImage {
    background-image: none;
    background-color: transparent;
}

.navbar-dark.noBackgroundImage .navbar-gradient {
    display: block;
}

.navbar-dark.noBackgroundImage #siteCloselink,
/*.navbar-dark.noBackgroundImage #navbarsProfilePanelToggle,*/
/*.navbar-dark.noBackgroundImage #navbarsLoginPanelToggle,*/
.navbar-dark.noBackgroundImage #navbarsSearchPanelToggle {
    display: none;
}

.navbar-dark.noBackgroundImage #navbarsProfilePanelToggle.d-none,
.navbar-dark.noBackgroundImage #navbarsLoginPanelToggle.d-none {
    display: block !important;
}

.navbar-dark.navbar-transparent {
    background-color: transparent;
    background-image: none;
}

.navbar-dark.navbar-consent #dotsToggler {
    display: none;
}

.navbar-dark.navbar-consent {
    background-color: transparent;
    background-image: none;
}

.navbar-button {
    border: none;
    box-shadow: none;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    width: 36px;
    height: 36px;
}

.navbar-button img {
    opacity: 0.8;
}

.navbar-button:hover img {
    opacity: 1;
}

.navbar-toggler {
    border: none;
    box-shadow: none;
    margin-top: 15px;
    padding-top: 0 !important;
    border-radius: 0;
}

.navbar-dark .row {
    display: block !important;
    width: 110%;
}

.navbar-dark .row .col-lg-12 {
    display: block !important;
    width: 100%;
    /*max-width: 100%;*/
}

.form-control:disabled, .form-control[readonly] {
    background-color: #aaa;
}

#homepage-header-intro {
    max-height: 720px;
    /*background-image: url("../images/newHeader.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-position: top center;*/
    /*background-size: cover;*/
    position: relative;
    overflow: hidden;
}

#homepage-header-intro-title {
    font-size: 2rem;
    line-height: 2rem;
    vertical-align: bottom;
    font-family: 'ProximaNovaBold', serif;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    bottom: 12px;
    left: 10px;
    padding: 0 5px 3px 5px;
    background-color: #000;
    display: inline-block;
}

#homepage-header-intro-description {
    padding: 15px 80px 15px 15px;
    position: relative;
    color: #a9a4a4;
    font-size: 0.8rem;
}

#homepage-header-intro-description-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    height: 16px; /* 79 */
    width: 20px; /* 96 */
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    background-image: url("../images/top-scrolll-arrow.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#homepage-header-intro-arrow {
    display: none;
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin-top: -8px;
    height: 16px; /* 79 */
    width: 20px; /* 96 */
    cursor: pointer;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    background-image: url("../images/bottom-scrolll-arrow.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#homepage-header-intro-section.expanded-intro #homepage-header-intro-description-arrow {
    background-image: url("../images/bottom-scrolll-arrow.png");
}

#homepage-header-intro-section.expanded-intro #homepage-header-intro-title,
#homepage-header-intro-section.expanded-intro #homepage-header-intro-description {
    display: none;
}

#homepage-header-intro-section.expanded-intro #homepage-header-intro-arrow {
    display: block;
}

#homepage-header-intro-section.expanded-intro #homepage-header-intro {
    max-height: 200px;
}

h1 {
    margin: 10px 0 10px 0 ;
    padding: 0;
    font-size: 1.4rem;
    font-family: 'ProximaNovaBold', serif;
    font-weight: normal;
    font-style: normal;
}

h2 {
    margin: 40px 0 10px 0 ;
    padding: 0;
    font-size: 1.4rem;
}

.btn-videoapp-red {
    color: #ed2024 !important;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #ed2024;
    /*box-shadow:  0 0 5px #999999;*/
    /*padding: 10px 20px;*/
    background-color: transparent;

    /*background-color: #ed2024;*/
    /*color: #fff;*/
    border-radius: 0;
    padding: 0 30px !important;
    line-height: 44px !important;
    height: 44px;
    /*margin-top: 5px;*/
    margin-right: 10px;
    min-width: 120px;
}

.btn-videoapp-red:hover {
    color: #fff !important;
    border: 1px solid #ed2024;
    background-color: #ed2024;
}

.btn-videoapp-edit {
    padding: 0 !important;
    line-height: 10px !important;
    height: 20px !important;
    width: 40px !important;
    min-width: auto;
    margin: 4px 0 0;
}

.btn-videoapp-black {
    color: #999999 !important;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #999999;
    /*box-shadow:  0 0 5px #999999;*/
    /*padding: 10px 20px;*/
    background-color: transparent;

    /*background-color: #1f1f1f;*/
    /*color: #666666;*/
    border-radius: 0;
    padding: 0 30px !important;
    line-height: 44px !important;
    height: 44px;
    /*border: 1px solid #666;*/
    /*margin-top: 5px;*/
    margin-right: 10px;
    min-width: 120px;
}


.btn-videoapp-black:hover {
    color: #fff !important;
    border: 1px solid #fff;
}

.fp-wait {
    top: 50% !important;
    margin-top: 0 !important;
    height: 1px !important;
    line-height: 1px !important;
    font-size: 10px !important;
}

.submenu-container {
    margin-top: 0;
    padding-top: 0;
    border: none !important;
    box-shadow: none;
}

.submenu-container-inner {
    padding: 15px 0 8px 7px;
    position: relative;
    min-height: 69px;
}

.container-fluid {
    overflow: hidden;
    max-width: 2000px;
}

.channel-title {
    text-align: center;
}

.channel-info-block {
    text-align: center;
    padding-bottom: 30px;
}

#channel-follow-button-block {
    padding-bottom: 0;
}

.channel-info-block h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.channel-info-block h2 a {
    text-decoration: none;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 1rem;
    /*font-family: 'ProximaNovaBold', serif;*/
}

.channel-info-block h2 {
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
}

button.dropdown-toggle {
    padding-right: 20px;
    position: relative;
    margin-right: 4px;
}

/*button.dropdown-toggle .up-down-arrows:after {*/
    /*display: block;*/
    /*content: "▲";*/
    /*width: 8px;*/
    /*height: 6px;*/
    /*font-size: 8px;*/
    /*vertical-align: bottom;*/
    /*line-height: 8px;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*right: 6px;*/
    /*top: 6px;*/
/*}*/

button.dropdown-toggle .up-down-arrows:before {
    display: block;
    content: "▼";
    width: 12px;
    height: 9px;
    font-size: 10px;
    vertical-align: top;
    line-height: 12px;
    overflow: hidden;
    position: absolute;
    bottom: 9px;
    right: 6px;
}

.watch-channel-name .channel-verified,
.browse-channel-name .channel-verified {
    background-image: url("../images/check-mark-circle-grey.png");
    width: 16px;
    margin-bottom: -3px;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    background-size: 100% 100%;
}

.watch-channel-name .channel-notverified,
.browse-channel-name .channel-notverified {
    /*background-image: url("../images/check-mark-circle-grey.png");*/
    width: 0;
    margin-bottom: -3px;
    display: inline-block;
    height: 16px;
    margin-left: 0;
    background-size: 100% 100%;
}

.channel-info-block .channel-follow-button .channel-verified {
    background-image: url("../images/check-mark-circle-white.png");
    margin-left: 0;
}

.channel-follow-button .channel-verified {
    background-image: url("../images/check-mark-circle-pink.png");
    width: 16px;
    margin-bottom: -3px;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    background-size: 100% 100%;
}

.channel-follow-button .channel-pinned .channel-pinned {
    background-image: url("../images/pin_white.png");
    width: 16px;
    margin-bottom: -3px;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    background-size: 100% 100%;
}

.channel-info-block .channel-follow-button .channel-unfollow-icon {
    margin-left: 0;
}

.channel-follow-button .channel-unfollow-icon {
    background-image: url("../images/red-x-shadow-trans.png");
    width: 16px;
    margin-bottom: -3px;
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    background-size: 100% 100%;
}


.consentAdvisoryRow .consentContinuelink {
    background-image: url("../images/check-button.jpg");
    width: 24px;
    display: inline-block;
    height: 24px;
    background-size: 100% 100%;
}

.consentAdvisoryRow {
    background-color: #1d1d1b;
    margin-bottom: 10px;
    border: 1px solid #fff;
    padding: 10px;
    font-size: 0.8rem;
    min-height: 65px;
    line-height: 35px;
    clear: both;
    vertical-align: middle;
    position: relative;
}

.consentAdvisoryIcon {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -19px;
    line-height: 0;
    height: 38px;
    width: 38px;
    background-image: url("../images/tip-info-icon.png");
    background-size: 100% 100%;
}

.consentAdvisoryRow .btn-videoapp-black {
    color: #fff;
}

.consentAdvisoryText {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 0 140px 0 60px;
}

.consentAdvisoryText a,
.consentAdvisoryText a:link,
.consentAdvisoryText a:hover,
.consentAdvisoryText a:visited,
.consentAdvisoryText a:active {
    color: #fff;
    text-decoration: underline;
}

.consentAdvisoryButton {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    line-height: 0;
}

.consentAdvisoryButton.notclicked {
    margin-top: -22px;
}

#siteCloselink {
    margin: 15px 4px 0 10px;
}

#siteCloselink,
#newbieCloselink,
#expcardmsgCloselink,
#uploadNoticeCloselink1,
#uploadNoticeCloselink2,
#noticeIndProducerCloselink,
#watchCloselink,
#myLinksNoticelink {
    background-image: url("../images/white-x-shadow-trans.png");
    width: 24px;
    display: inline-block;
    height: 24px;
    background-size: 100% 100%;
}

#bg-preloader-div {
    background: url("../images/red-x-shadow-trans.png") no-repeat;
    width:0;
    height:0;
    display:none;
}

#siteCloselink:hover,
#newbieCloselink:hover,
#expcardmsgCloselink:hover {
    background-image: url("../images/red-x-shadow-trans.png");
}

.channel-info-block .channel-follow-button .channel-following {
    display: none;
}

.channel-info-block .channel-follow-button .channel-unfollow {
    display: none;
}

.channel-info-block .channel-follow-button .channel-follow {
    display: inline-block;
}

.channel-info-block .channel-follow-button .channel-pinned {
    display: inline-block;
}

.channel-info-block .channel-follow-button.selected .channel-following {
    display: inline-block;
}

.channel-info-block .channel-follow-button.selected .channel-follow {
    display: none;
}

.channel-info-block .channel-follow-button.selected:hover .channel-following {
    display: none;
}

.channel-info-block .channel-follow-button.selected:hover .channel-unfollow {
    display: inline-block;
}

.model-header {
    margin: 0;
    font-family: 'ProximaNovaBold', serif;
    font-size: 1.8rem;
}

.model-image-placeholder {
    position: absolute;
    left: 10px;
    top: 0;
    margin-top: -110px;
    width: 210px;
    height: 210px;
    z-index: 20;
}

#channel-counter-block {
    padding-left: 250px;
    padding-top: 15px;
}

.channel-counter {
    display: inline-block !important;
    padding-right: 15px;
    color: #999;
}

.channel-counter strong {
    font-family: 'ProximaNovaBold', serif;
    font-weight: bold;
    font-size: 1.3rem;
    color: #fff;
}

.model-description {
    padding: 0 0 20px;
    clear: both;
}

.model-description a {
    color: #ed2024;
}

.model-description a:hover {
    text-decoration: underline;
}

.model-section-title cite {
    color: #999;
    font-size: 0.8rem;
    text-transform: initial;
    font-weight: normal;
    font-family: Arial, serif;
    font-style: normal;
}

.model-image {
    border-radius: 50%;
    border: 3px solid #000;
}


.channel-image {
    border-radius: 50%;
    border: 3px solid #000;
    width: 200px;
}

.channel-image-small {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #000;
}

.channel-image-header-small {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #000;
    top: 5px;
    position: relative;
}

/*
.channel-image:hover,
.channel-image-small:hover,
.channel-image-header-small:hover {
    border-color: #ed2024;
}
*/

.flowplayer {
    margin: 0 !important;
}

.fp-controls {
    background-color: #333;
}

/*.flowplayer .fp-ui .fp-controls,*/
/*.flowplayer.fp-ui-shown .fp-ui .fp-controls,*/
/*.flowplayer.is-paused .fp-ui .fp-controls,*/
/*.flowplayer.is-mouseover .fp-ui .fp-controls,*/
/*.flowplayer.is-loading .fp-ui .fp-controls {*/
    /*opacity: 0;*/
/*}*/

/*.fp-header {*/
    /*margin-top: 40px;*/
    /*margin-right: 5px;*/
/*}*/


.flowplayer.is-mouseover .fp-controls {
    opacity: 1 !important;
    height: 3.6em;
    padding-top: 1.2em;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(39,39,39,0.24) 4%, rgba(39,39,39,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(39,39,39,0.24) 4%,rgba(39,39,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(39,39,39,0.24) 4%,rgba(39,39,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
}

.search-input {
    background-color:transparent !important;
    border:none !important;
    color: #fff !important;
    margin: 8px 0 0 10px;
    height: 25px;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    width: 60%;
}

.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}

.search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}

.search-input::-webkit-input-placeholder  { /* (Chrome/Safari/Opera) */
    color: #999999;
}

input.search-input:-webkit-autofill,
input.search-input:-webkit-autofill:hover,
input.search-input:-webkit-autofill:focus,
input.search-input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-box-shadow: inset 0 0 0 9999px #333 !important;
    -webkit-text-fill-color: #999;
    caret-color: #fff !important;
}

.pointer {
    cursor: pointer;
}

.slick-initialized {
    display: block !important;
}

.slick-advert-shadow {
    background-image: url("../images/bg_shadow4.png");
    background-repeat: repeat-x;
    height: 55px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}

.slick-advert-caption {
    margin: -28px 0 0 0;
    display: block;
    width: 100%;
    background-size: 100% 30px;
    opacity: 0.99;
    padding: 0 0 0 10px;
}

.section-title-large {
    margin-bottom: 73px !important;
}

.slick-advert-slogan {
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding: 0;
    margin: 0;
    color: #fff;
}

.slick-advert-caption h5 {
    font-size: 2rem;
    font-family: 'ProximaNovaBold', serif;
    margin: 0;
}

.slick-advert-date {
    font-size: 0.8rem;
    color: #b1abab;
}

.slick-advert-text {
    font-size: 0.9rem;
    color: #f2ecec;
    margin-bottom: 5px;
}

.isMobile .slick-advert-text {
    font-size: 0.8rem;
}

.last-update-item {
    position: relative;
}

.watch-badges {
    padding: 0 0 20px 0;
    margin-left: 80px;
    display: block;
}

#watch_not_logged_in_notice {
    position: absolute;
    left: 70px;
    top: 3px;
    z-index: 101;
}

#watch_not_logged_in_notice,
.badges-free-premium {
    line-height: 50px;
    vertical-align: middle;
    padding: 0 0 10px 0;
}

#watch_not_logged_in_notice .badge,
.badges-free-premium .badge {
    text-transform: uppercase;
    font-weight: bold;
    /*font-family: 'ProximaNovaBold', serif;*/
    font-size: 0.9rem;
    /*cursor: pointer;*/
    margin: 5px 5px 5px 0;
    padding: 5px 10px;
}

.badges-free-premium  .badge-primary {
    background-color: transparent;
    border: 1px solid #ccc;
}

#watch_not_logged_in_notice  .badge-secondary,
.badges-free-premium  .badge-secondary {
    background-color: transparent;
    border: 1px solid #ccc;
}


#watch_not_logged_in_notice .badge-secondary {
    background-color: #000;
}

/*.row-watch-metadata {*/
    /*border-bottom: 1px solid #999;*/
/*}*/

.pinned-icon {
    background-image: url("../images/pin_white.png");
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
    margin-top: -2px;
    margin-right: 5px;
}

.pinned-icon:hover {
    background-image: url("../images/pin_red.png");
}

.row-watch-detailed {
    background-color: #000;
    padding-top: 15px;
    /*border-bottom: 1px solid #999;*/
}

.tag-badges  .badge {
    text-transform: uppercase;
    font-weight: bold;
    /*font-family: 'ProximaNovaBold', serif;*/
    font-size: 0.9rem;
    cursor: pointer;
    margin: 5px 5px 5px 0;
    padding: 5px 10px;
}

.tag-badges  .badge-primary {
    background-color: #4b5b7d;
}

.tag-badges  .badge-secondary {
    background-color: #ec008c;
}

.tag-badges  .badge-light {
    background-color: transparent;
    color: #fff;
}

.watch-views {
    line-height: 50px;
    padding: 0 20px 0 0;
    vertical-align: middle;
    /*color: #999;*/
}

.watch-channel-name {
    padding: 0;
    margin: 0 0 0 80px;
    display: block;
}

.watch-channel-name a {
    font-weight: bold;
    font-size: 1.1rem;
    text-decoration: none;
    color: #fff;
}

.watch-published-date {
    margin-bottom: 0;
    margin-left: 80px;
    display: block;
}

.watch-heart,
.watch-share,
.watch-download
{
    line-height: 50px;
    vertical-align: middle;
    /*padding-top: 10px;*/
    padding-right: 20px;
    /*padding: 0 15px 0 15px;*/
}

#loginError {
    display: inline-block;
    color: #ed2024;
    line-height: 44px;
    padding-left: 10px;
}

.model-heart,
.watch-download {
    padding-right: 30px;
}

.channel-info-block .channel-follow-button>span {
    font-family: 'ProximaNovaBold', serif;
    font-weight: bold;
    padding: .2rem .5rem;
    font-size: .9rem;
    line-height: 1.5;
}

.dropdown .dropdown-toggle.dropdown-btn {
    color: #fff;
    border: 1px solid #ccc !important;
    background-color: #333;
    border-radius: 10px !important;;
    margin-top: -6px;
    width: 110px;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    padding: 3px 0;
}

.channel-info-block .channel-follow-button {
    color: #fff;
    border-color: #ccc;
    background-color: transparent;
    padding: 0;
    border-radius: 10px;
    margin-top: -6px;
    width: 110px;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    /*
    color: #fff;
    border-color: #ccc;
    background-color: transparent;
    padding: 0;
    border-radius: 25px;
    margin-top: -6px;
    width: 100px;
    border-width: 2px;
    text-align: center;
    box-shadow: none !important;
    outline: none !important;
    */
}

.channel-info-block .channel-follow-button:hover {
    color: #fff;
    border-color: #fff;
    box-shadow: none;
}

.watch-share a {
    color: #fff;
}

.watch-heart .heart {
    display: inline-block;
    margin-bottom: -5px;
}

.model-external-url,
.model-external-twitter {
    display: inline-block !important;
    padding-right: 15px;
}

.model-external-twitter-url,
.model-external-twitter-url:link,
.model-external-twitter-url:active,
.model-external-twitter-url:visited {
    color: #999;
}
.model-external-twitter-url:hover {
    color: #ed2024;
}

.model-external-url,
.model-external-url:link,
.model-external-url:active,
.model-external-url:visited {
    color: #999;
}
.model-external-url:hover {
    color: #ed2024;
}

.heart {
    background-image: url("../images/heart_outerglow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 200;
}

.heart.heart_active,
.heart.heart_active {
    background-image: url("../images/heart_redcenter.png");
}

.slick-gallery-browse .heart,
.last-update-item .heart {
    position: absolute;
    top: 20px;
    right: 20px;
}

.slick-gallery-browse h3,
.last-update-item h3 {
    font-size: 1.3rem;
    font-family: 'ProximaNovaBold', serif;
    margin: 0;
    padding: 0 3px;
    display: inline-block;
}



/* message box */
#message_box {
    position: fixed;
    left: 50%;
    top:  50%;
    background: none repeat top left black;
    width:  auto; /* will be auto-adjusted */
    height: auto; /* will be auto-adjusted */
    margin-left: auto;  /* will be auto-adjusted */
    margin-top:  auto;  /* will be auto-adjusted */
    text-align: center;
    visibility: hidden;
    z-index:20020;
}

.modal-open .modal {
    z-index: 20020;
}

#message_box_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 1001;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

#message_box_content {
    background-image: url(../../images/messagebox-sprite-c.png);
    background-repeat: repeat;
    margin: 12px 11px;
    padding: 10px 30px;
    text-align: center;
}

#message_box  #message_box_title {
    font-size: 1.6em;
    font-weight: 500;
    color: #dd312e;
    text-transform: uppercase;
    padding: 15px 0 10px 0;
    text-align: left;
    margin-right: -10px;
}

#message_box  #message_box_text {
    font-size: 0.8em;
    padding: 0;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

#message_box  #message_box_button {
    background-color:#DD312E;
    color:#FFFFFF;
    float:none;
    font-size:1.1em;
    font-weight:bold;
    padding:5px;
    width: auto;
    height: auto;
    background-image: none;
    margin:0 auto;
}

#message_box .tl {
    position: absolute;
    background-image: url(../../images/messagebox-sprite-v.png);
    background-repeat: no-repeat;
    background-position: 0 -36px;
    left: 0;
    top: 0;
    width: 11px;
    height: 12px;
}

#message_box .tr {
    position: absolute;
    background-image: url(../../images/messagebox-sprite-v.png);
    background-repeat: no-repeat;
    background-position: 0 -72px;
    right: 0;
    top: 0;
    width: 11px;
    height: 12px;
}

#message_box .bl {
    position: absolute;
    background-image: url(../../images/messagebox-sprite-v.png);
    background-repeat: no-repeat;
    background-position: 0 -60px;
    left: 0;
    bottom:1px;
    width:11px;
    height: 11px;
}

#message_box .br {
    position: absolute;
    background-image: url(../../images/messagebox-sprite-v.png);
    background-repeat: no-repeat;
    background-position: 0 -96px;
    right: 0;
    bottom: 0;
    width: 11px;
    height: 12px;
}

#message_box .t {
    position: absolute;
    background-image: url(../../images/messagebox-sprite-v.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    left: 11px;
    right: 11px;
    top: 0;
    height: 12px;
}

#message_box .b {
    position: absolute;
    background-image: url(../../images/messagebox-sprite-v.png);
    background-repeat: repeat-x;
    background-position: 0 -24px;
    left: 11px;
    right: 11px;
    bottom: 0;
    height: 12px;
}

#message_box .l {
    position: absolute;
    background-image: url(../../images/messagebox-sprite-h.png);
    background-repeat: repeat-y;
    background-position: 0 0;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 11px;
}

#message_box .r {
    position: absolute;
    background-image: url(../../images/messagebox-sprite-h.png);
    background-repeat: repeat-y;
    background-position: 0 -22px;
    right: 0;
    top: 12px;
    bottom: 12px;
    width: 11px;
}

.last-update-date {
    font-size: 0.8rem;
    color: #a9a4a4;
    padding-left: 5px;
}

.browse-channel-name {
    font-size: 0.8rem;
    color: #a9a4a4;
    padding-left: 5px;
    position: relative;
}

.browse-channel-name a {
    font-size: 0.8rem;
    color: #a9a4a4 !important;
    text-decoration: none !important;
}

.last-update-title {
    padding-left: 5px;
}

.last-update-title a {
    color: #fff !important;
    text-decoration: none !important;
}

.tile-details {
    display: none;
}

.tile-more {
    background-color: #333333;
    font-size: 1rem;
    text-align: center;
    vertical-align: center;
}

.tile-more .position-absolute {
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    margin-top: -1rem;
}

.page-title {
    min-height: 25px;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 2rem;
    vertical-align: bottom;
    font-family: 'ProximaNovaBold', serif;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
}

.page-title span {
    color: #ed2024;
}

.page-title span:after {
    content: " | ";
}

.page-title a {
    color: #fff;
    text-decoration: none;
    float: left;
    padding-right: 10px;
}

.page-title .dropdownPopularBlock a {
    text-transform: none !important;
    text-decoration: none;
    float: none;
}

.page-title cite {
    color: #999;
    font-size: 0.8rem;
    text-transform: initial;
    font-weight: normal;
    font-family: Arial, serif;
    float: left;
}

.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    /*border-top: 1px solid #fff;*/
    color: #fff;
    width: 100%;
    text-align: center;
}

.loader-ellips {
    font-size: 20px; /* change size here */
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto;
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #ed2024; /* change color here */
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
    from { transform: scale(0.001); }
    to { transform: scale(1); }
}

@keyframes slide {
    to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

#messageBoxModal .btn-primary {
    background-color: #ed2024;
    border-color: #ed2024;
}

.section-title {
    margin-top: 28px;
    margin-bottom: 28px;
    font-size: 2rem;
    line-height: 2rem;
    vertical-align: bottom;
    font-family: 'ProximaNovaBold', serif;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
}

.section-title b {
    font-family: Arial, serif;
    font-weight: 800;
    font-size: 1.7rem;
}

.section-title span {
    color: #ed2024 !important;
}

.dropdown-toggle:hover .three-dots:after {
    color: #ed2024 !important;
}

.section-title a {
    text-decoration: none;
    color: #fff;
}

.section-title cite {
    color: #999 !important;
    font-size: 0.8rem;
    text-transform: initial;
    font-weight: normal;
    font-family: Arial, serif;
    float: left;
}

.section-title span:after {
    content: " | ";
    display: inline;
    font-size: 1.75rem;
    line-height: 1.75rem;
    font-weight: bold;
    padding-right: 2px;
    display: none;
}

.section-title-with-image {
    margin-top: 45px;
    margin-bottom: 10px;
    line-height: 1rem;
}

.section-title-with-image .channel-title-head {
    color: #fff !important;
    text-decoration: none !important;
    float: left;
    padding-right: 10px;
}

.section-title-with-image .channel-image-small {
    margin-top: -16px;
    margin-bottom: 12px;
}

.three-dots-dropdown {
    text-transform: initial;
}

.three-dots {
    font-size: 12px;
    margin-right: 10px;
}

.three-dots:after {
    content: '\2807';
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    max-width: 7px;
    overflow: hidden;
    display: block;
}

.dropdown-menu {
    line-height: 1rem;
}

.dropdown-menu-right {
    text-align: right;
    left: 3px !important;
    min-width: 100px;
}

.dropdown-toggle {
    border: none !important;
}

.alpha-index-bar {
    min-height: 40px;
    margin: 0 auto 60px;
    list-style: none;
    padding: 0;
    text-align: center;
    list-style: inside;
}

.alpha-index-bar li {
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    height: 40px;
}

.alpha-index-bar li.separate {
    display:  block;
    height: 0;
}

.alpha-index-bar li button.current,
.alpha-index-bar li button:hover {
    color: #fff;
    background-color: #5a6268;
}

.alpha-index-bar li button {
    color: #000;
    background-color: #aaa;
    border-radius: 0;
    text-align: center;
    width: 28px;
}

.alpha-index-bar li a {
    display: block;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    background-color: #aaa;
    opacity: 0.7;
    margin-top: 20px;
    text-align: center;
    padding: 2px;
    width: 20px;
    height: 20px;
    border-right: 1px solid #000;
}

.alpha-index-bar li a.current,
.alpha-index-bar li a:hover {
    color: #ed2024;
    opacity: 1;
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 20px;
    border: 1px solid #ed2024;
}

.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.dropdown-item {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown .dropdown-toggle {
    box-shadow: none !important;
    border-radius: 5px;
}

.dropdown .dropdown-toggle:after {
    display: none;
}

.dropdown .dropdown-item {
    font-family: Arial, serif;
    color: #000;
}

.dropdown .dropdown-item:hover {
    background-color: #ed2024;
}

.dropdown .dropdown-item.active,
.dropdown .dropdown-item:active {
    background-color: #ed2024;
}

.channel_add,
.channel_hide {
    color: #fff;
    font-size: 0.9rem;
    text-transform: lowercase;
    font-family: Arial, serif;
    float: right;
    margin-right: 15px;
}

.see_all {
    color: #fff;
    font-size: 0.9rem;
    text-transform: lowercase;
    font-family: Arial, serif;
    float: right !important;
    margin-top: -2px;
}

.see_all:hover {
    color: #ed2024;
}

.seeAllBlock {
    /*margin-top: -8px;*/
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 2rem;
    float: right;
    margin-right: 6px;
    font-family: sans-serif !important;
    text-transform: none;
}

.seeAllBlock .see_all {
    margin-top: 3px;
}

.seeAllBlock-Single {
    /*margin-top: 30px;*/
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 2rem;
    float: right;
    margin-right: 6px;
    font-family: sans-serif !important;
    text-transform: none;
}

.seeAllBlock-Single .see_all {
    margin-top: 3px;
}


.browse-channels {
    color: #999999 !important;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #999999;
    /*box-shadow:  0 0 5px #999999;*/
    padding: 10px 20px;
    background-color: #1d1d1b;
}


.browse-channels.browse-channels2 {
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    border: none;
    /*box-shadow:  0 0 5px #999999;*/
    padding: 9px 20px;
    background-color: transparent;
    font-size: 0.9rem;
    font-family: Arial, serif;
}


.browse-channels:hover {
    color: #fff !important;
    border: 1px solid #fff;
}

.browse-channels.browse-channels2:hover {
    border: none;
    color: #ed2024 !important;
}

.slick-channels-responsive .slick-slide {
    position: relative;
}

.slick-gallery-single .slick-dots,
.slick-gallery-responsive .slick-dots,
.slick-channels-responsive .slick-dots {
    display: none !important;
}

#quickJoinText {
    display: inline-block;
    width: auto;
    padding: 8px 0 0 24px;
    color: #999999;
}


#navbarsProfilePanelUsername {
    display: inline-block;
    color: #fff;
    width: auto;
    padding: 0 0 5px 10px;
    font-size: 1.5rem;
    line-height: 25px;
    margin-top: 12px;
}

#dotsToggler {
    margin-top: 15px;
    margin-left: 7px;
    background-image: url("../images/dots2.png");
    width: 30px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 0;
}

.slick-gallery-responsive,
.slick-gallery-browse,
.slick-gallery-single,
.slick-channels-responsive {
    display: none;
}

.slick-gallery-responsive.slick-initialized,
.slick-gallery-browse.slick-initialized,
.slick-gallery-single.slick-initialized,
.slick-channels-responsive.slick-initialized {
    opacity:1;
    transition:opacity 1s ease-out;
}

#dotsToggler:hover {
    /*background-image: url("../images/dots-pink2.png");*/
    background-image: url("../images/dots-red2.png");
}

.isMobile #dotsToggler:hover {
    background-image: url("../images/dots2.png");
}

.slick-slide {
    padding: 0 4px;
}

.slick-gallery-single .slick-slide {
    padding: 0;
}

.last-update-item-inner {
    padding: 4px 4px 10px 4px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-slider .slick-track {
    float: left;
}

.slick-gallery-browse .slick-dots {
    display: none !important;
}

.slick-gallery-join .slick-dots {
    left: 20px !important;
    bottom: 15px !important;
    text-align: left !important;
    margin-bottom: 0;
    display: none !important;
}

.slick-gallery-join .slick-prev,
.slick-gallery-join .slick-next {
    display: none !important;
}

.slick-gallery-single .slick-prev,
.slick-gallery-browse .slick-prev,
.slick-gallery-responsive .slick-prev,
.slick-channels-responsive .slick-prev {
    left: 15px;
    opacity: 0;
    margin-top: -24px;
    background-image: url(../images/left-scroll-arrow.png);
    background-size: 100% 100%;
    width: 34px;
    height: 48px;
    top: 50%;
}

.slick-gallery-single .slick-prev {
    margin-top: 0;
}


.slick-gallery-single .slick-next,
.slick-gallery-browse .slick-next,
.slick-channels-responsive .slick-next,
.slick-gallery-responsive .slick-next {
    right: 15px;
    opacity: 0;
    margin-top: -24px;
    background-image: url(../images/right-scrolll-arrow.png);
    background-size: 100% 100%;
    width: 34px;
    height: 48px;
    top: 50%;
}

.slick-gallery-single .slick-next {
    margin-top: 0;
}

.slick-gallery-single-hidden {
    display: none;
}


.slick-gallery-single .slick-next:before,
.slick-gallery-single .slick-prev:before,
.slick-gallery-browse .slick-next:before,
.slick-gallery-browse .slick-prev:before,
.slick-gallery-responsive .slick-next:before,
.slick-gallery-responsive .slick-prev:before,
.slick-channels-responsive .slick-next:before,
.slick-channels-responsive .slick-prev:before {
    content: none;
}

.slick-gallery-single:hover  .slick-prev,
.slick-gallery-single:hover  .slick-next,
.slick-gallery-browse:hover  .slick-prev,
.slick-gallery-browse:hover  .slick-next,
.slick-gallery-responsive:hover  .slick-prev,
.slick-gallery-responsive:hover  .slick-next,
.slick-channels-responsive:hover  .slick-prev,
.slick-channels-responsive:hover  .slick-next {
    opacity: 0.7;
    z-index: 100;
}

.slick-gallery-join {
    margin-top: 85px;
}

.slick-gallery-join img {
    margin: 0 auto;
}

.slick-gallery-join .join-description-text {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    background-color:rgba(0,0,0,0.6);
    transform: translateY(-50%);
    padding: 10px 40px;
}

.slick-gallery-join .join-description-text b,
.slick-gallery-join .join-description-text strong {
    font-size: 130%;
}

.join-step-header {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
}

.previewDk a,
.previewLt a {
    color: #ed2024;
}

.previewDk h3,
.previewLt h3 {
    color: #ed2024 !important;
    font-size: 1.4em;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-top: 20px;
    text-transform: none;
}

.addedDateLabel {
    padding: 10px;
    color: #606060;
}

.text a,
.text a:link,
.text a:active,
.text a:visited {
    color: #fff;
    text-decoration: underline;
}

.text a:hover {
    color: #ed2024;
}

.previewDescrip {
    padding: 10px 10px 10px 0;
    font-size: 0.9em;
    line-height: 1.2em;
}

.previewDk {
    background-color: #222;
}

.previewLt {
    background-color: #333;
}

#noresults_search {
    margin: 10px 0;
    /*border: 1px solid #fff;*/
    padding: 15px;
}

.flowplayer.is-small {
    font-size: 150%;
}

.model-header-name-block {
    margin-top: 50px;
    float: left;
}

.join2-plan-option {
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 20px;
    cursor: pointer;
    margin: 10px 0;
}

.join2-plan-option.selected {
    background-color: #da328a;
}

.join2-plan-option label {
    padding-left: 40px;
    position: relative;
}

.join2-plan-option label input {
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -3px;
    /*visibility: hidden;*/

}

.join2-plan-option label h2 {
    font-size: 1.1rem;
    margin: 0 0 5px;
    padding: 0;
    cursor: pointer;
    font-weight: bold;
}

.join2-plan-option label p {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/*#myaccountActions {*/
    /*clear: both;*/
    /*margin-top: 55px;*/
    /*background-color: #272727;*/
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
    /*padding: 20px 0;*/
/*}*/

/*#myaccountActions a {*/
    /*height: 40px;*/
    /*display: inline-block;*/
    /*width: 250px;*/
    /*color: #fff;*/
    /*background-color: transparent;*/
    /*margin: 3px 0 0 0;*/
    /*padding: 8px 30px;*/
    /*text-align: left;*/
/*}*/

/*#myaccountActions a span {*/
    /*display: inline-block;*/
    /*float: right;*/
    /*color: #999;*/
/*}*/

/*#myaccountActions a:hover {*/
    /*border: 1px solid #999;*/
    /*color: #fff;*/
    /*background-color: #333;*/
    /*text-decoration: none;*/
/*}*/

#expcardmsgContainer {
    margin-top: 30px;
}

.channel_entry {
    width: 16.5%;
    float: left;
    padding: 0 4px;
}

#latest_recommended_block cite,
#popular_recommended_block cite {
    padding-left: 10px;
}

@media screen and (min-width: 1024px) {

    .navbar-transparent .navbar-brand {
        top: 0;
        margin-left: -55px;
        width: 114px;
        height: 52px;
    }
}

@media screen and (max-width: 1024px) {
    #navbarsProfileContent .navbar-nav {
        width: 30%;
    }

    #navbarSupportedContent .navbar-nav {
        width: 25%;
    }
    .slick-gallery-join .join-description-text {
        padding: 5px 20px;
        font-size: 0.9rem;
    }
    .slick-gallery-join .join-description-text p {
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .seeAllBlock {
        margin-top: -8px;
        margin-bottom: 0;
    }

    #channel-follow-button-block {
        position: absolute;
        top: -40px;
        right: 19px;
    }

    .model-external-twitter {
        display: block !important;
    }

    .model-external-twitter img {
        width: 40px;
        height: 40px;
        margin-right: 0 !important;
    }


    #channel-counter-block {
        text-align: right;
    }

    #channel-follow-button-block button {
        background-color: #333;
    }

    #channel-follow-button-block button span {
        /*font-size: 1.1rem;*/
    }

    .row-watch-metadata {
        padding-bottom: 25px;
    }

    .row-watch-metadata .col-12 {
        height: 40px;
    }

    .row-watch-metadata h2 {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }

    .badges-free-premium {
        padding-top: 8px;
    }

    .pinned-icon {
        margin-top: 10px;
    }

    #section-title-my-account {
        text-align: left !important;
        padding-left: 15px;
    }

    .page-title > a {
        float: none;
        line-height: 1.5rem;
    }

    .section-title-with-image .channel-title-head {
        float: none;
        line-height: 2.1rem;
    }

    .page-title {
        line-height: 1.5rem;
    }

    .page-title cite,
    .section-title-with-image cite {
        float: none;
        display: none;
    }

    .browse-channels2.browse-channels span {
        display: none;
    }

    .section-title-with-image {
        margin-top: 30px;
    }

    .section-title-with-image .see_all {
        margin-top: 10px;
    }

    .section-title-with-image .three-dots {
        margin-top: 12px;
    }

    .section-title-with-image .channel-image-small {
        margin-top: -8px;
    }

    #homepage-header-intro-title,
    .page-title,
    .section-title {
        font-size: 1.2rem;
        /*font-family: 'ProximaNovaReg', serif;*/
    }

    #latest_recommended_block cite,
    #popular_recommended_block cite {
        clear: both;
        margin-top: -8px;
        padding-left: 0;
    }

    .section-title cite {
        display: block;
        /*padding-top: 8px;*/
    }

    #navbarsProfilePanelUsername,
    .search-input {
        width: 50%;
    }

    .carousel-indicators li {
        width: 10px;
    }

    .btn-videoapp-red,
    .btn-videoapp-black {
        padding: 0 10px !important;
        min-width: 20px;
    }

    #quickJoinText {
        display: none !important;
    }


    #navbarsProfileContent .navbar-nav {
        width: 40%;
    }

    #navbarSupportedContent .navbar-nav {
        width: 33%;
    }

    .model-image-placeholder {
        left: 10px;
        width: 160px;
        height: 160px;
        margin-top: -80px;
    }

    #channel-counter-block {
        padding-left: 200px;
    }

    .model-image-placeholder img {
        width: 150px;
        height: 150px;
    }

    .model-header-name-block {
        clear: both;
        float: none;
    }

}

@media screen and (max-width: 640px) {
    #navbarSupportedContent #navbar-channels,
    #navbarSupportedContent #navbar-extras {
        float: right !important;
    }

    #navbarSupportedContent .navbar-nav {
        width: 50%;
        margin-bottom: 32px;
    }
    .hideonsmall {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    #navbarsProfilePanelUsername {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .section-title-with-image .channel-title-head {
        display: flex;
        align-items: center;
        line-height: normal;
        min-height: 2.1rem;
    }
    .model-image-placeholder {
        left: 10px;
    }
    .search-input {
        width: 50%;
        font-size: 16px;
    }
    .carousel-indicators li {
        width: 5px;
    }
    .btn-videoapp-red,
    .btn-videoapp-black {
        padding: 0 10px !important;
        min-width: 20px;
    }
    .isMobile .slick-advert-text {
        font-size: 1rem;
    }


    #navbarsProfileContent .navbar-nav {
        width: 50%;
    }

    #navbarSupportedContent .nav-link {
        /*font-size: 0.9rem;*/
    }
    #navbarSupportedContent .nav-item {
        /*padding: 0;*/
    }
    .navbar-button {
        width: 30px;
        height: 30px;
    }
    .model-image-placeholder {
        width: 110px;
        height: 110px;
        margin-top: -55px;
    }
    #channel-counter-block {
        padding-left: 150px;
    }
    .model-image-placeholder img {
        width: 100px;
        height: 100px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .channel_entry {
        width: 20%;
    }

    .channel-info-block h2 a {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
    .channel_entry {
        width: 25%;
    }

    .channel-info-block h2 a {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 480px) and (max-width: 640px) {
    .channel_entry {
        width: 33%;
    }

    .channel-info-block h2 a {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 480px) {
    .channel_entry {
        width: 50%;
    }

    .channel-info-block h2 a {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 360px) {
    .channel_entry {
        width: 100%;
    }

    .channel-info-block h2 a {
        font-size: 0.8rem;
    }
}


@media screen and (max-width: 640px) {
    .consentAdvisoryText {
        padding-right: 90px;
    }

    #watch_not_logged_in_notice {
        left: 20px;
        top: 40px;
    }

    #watch_not_logged_in_notice .badge {
        white-space: normal;
        text-align: left;
    }

    .page-title cite {
        padding-left: 0;
        display: none;
        margin-top: 10px;
    }

    .seeAllBlock-Single {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .watch-views,
    .watch-share,
    .watch-download,
    .watch-heart {
        padding-left: 0;
        padding-right: 15px;
    }

    .model-header-name-block {
        margin-top: 30px !important;
    }

}

@media screen and (max-width: 575px) {

    .model-header-name-block {
        margin-top: 60px;
    }
}

@media screen and (max-width: 320px) {
    .search-input {
        width: 100px;
        font-size: 16px;
    }
}
