.preload {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    cursor: pointer;
}
.preload .image-box {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80vw;
    max-height: 80vh;
    translate: -50% -50%;
}
.preload .image-box .close::before {
    content: " ";
    border-bottom: 3px solid white;
    display: block;
    transform: rotateY(0deg) rotate(45deg);
    top: 10px;
    left: 0;
    position: relative;
}
.preload .image-box .close::after {
    content: " ";
    border-bottom: 3px solid white;
    display: block;
    transform: rotateY(0deg) rotate(-45deg);
    top: 7px;
    left: 0;
    position: relative;
}
.preload .image-box .close {
    width: 30px;
    height: 30px;
    border: 3px solid white;
    border-radius: 50%;
    z-index: 1000;
    position: absolute;
    right: -40px;
    top: -40px;
}
.description-link {
    display: block;
    text-align: center;
    padding: 15px 0;
}
.video-box {
    position: relative;
}

.video-box .video-overlay {
    max-height: 20%;
    max-width: 20%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 100;
}

@media (max-width: 700px) {
    .video-box .video-overlay {
        max-width: 40%;
        max-height: 40%;
    }
    .preload .image-box .close {
        right: 0;
    }

    .preload .image-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 90vw;
        max-width: 90vw;
        max-height: 95vh;
        translate: -50% -50%;
    }
}


@media (min-width: 1200px) {
    .container-override {
        max-width: 90rem;
    }
    .row {
        display: flex;
    }
    .header-menu .user-block {
        position: absolute;
        top: 0;
        right: 0;
        color: #666;
    }
}
@media (max-width: 700px) {
    .row {
        display: inherit;
    }
}
@media screen and (max-width: 1199px) {
    .dropdown-menu {
        min-width: 7rem;
    }
    .header-menu .user-block {
        position: relative;
        color: #666;
    }
}
ul {
    list-style-type: none;
    padding-inline-start: 0;
}
body {
    font-family: Arial, Helvetica, san-serif;
    background-color: #000;
    color: #fff;
}
a {
    color: #2ca5d4;
}
a:hover{
    color: #2387ae;
    text-decoration: none;
}
.border {
    border: 1px solid #333333!important;
}
.bg-secondary {
    background-color: #333333!important;
}
.btn-secondary {
    color: #000;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.btn-secondary:hover {
    background-color: #989898;
    border-color: #989898;
    color: #fff;
}
.page-h1 {
    font-size: 20px;
    font-weight: 700;
    padding: 8px;
    margin: 10px 0 30px;
    border: 1px solid #333;
}
.page-h1 b {
    color: #2ca5d4;
}
.page-h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 8px;
    margin: 10px 0 30px;
    border: 1px solid #333;
}
.page-h2 b {
    color: #2ca5d4;
}
.header-main {
    font-family: Candara;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
.header-main a {
    color: #fff;
    text-decoration: none;
}
.header-menu .user-block .btn {
    font-family: Arial;
    font-size: 14px;
}
.header-sub {
    text-align: center;
    margin: 0 auto 38px auto;
    font-family: Verdana;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.header-sub h2 {
    font-size: 18px;
    font-weight: 700;
    max-width: 390px;
    margin: 0 auto 20px;
}
.header-sub p {
    font-size: 14px;
    color: #666;
}
.header-menu .premium {
    background-color: #00b7ff;
    border-color: #00b7ff;
}
.header-menu .premium:hover {
    background-color: #2ca5d4cc;
    border-color: #2ca5d4cc;
    color: #fff;
}
.alert-recordbate {
    color: #fff;
    border-color: #2ca5d4;
}
.btm-add-on {
    background-color: #00b7ff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;
    text-align: center;
    border-top: none;
    transition: 0.2s ease-in;
}
.has-add-on {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #f5f5f5;
    margin-top: 0.5rem;
}
.has-add-on:focus {
    border-bottom: 1px solid #00b7ff;
    box-shadow: 0 1px 0 0 #00b7ff;
    background-color: #f5f5f5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btm-add-on a,
.btm-add-on a:hover {
    color: #000;
    transition: 0.2s ease-in;
}
.vloader {
    position: absolute;
    display: block;
    width: 0%;
    height: 3px;
    top: 0;
    left: 0;
    z-index: 10;
    background: #2ca5d4;
}
.video-thumb {
    max-width: 352px;
    width: 266px;
    display: inline-block;
    margin: 0 0 32px 0;
    font-size: 15px;
    position: relative;
}
.video-cta {
    background-color: #2ca5d4;
    font-size: 1.35rem;
    margin: 0.5rem;
}
.video-cta p {
    color: #fff;
}
.video-splash-big {
    width: 100%;
    position: relative;
}
.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -145px;
    margin-top: -30px;
}
.video-zap-button {
    margin: 15px 0 25px 0;
}
.btn-video {
    width: 290px;
    height: 60px;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    colot: #000;
}
.btn-video i {
    padding-right: 10px;
}
.btn-video .btn-price {
    color: #333;
}
.video-time {
    position: absolute;
    margin-top: -20px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 4px 4px 0;
    background-color: rgba(0, 0, 0, 0.25);
}
img {
    width: 100%;
}
.video-title {
    font-size: 1.2rem;
    color: #cacaca;
}
.video-time b {
    padding-right: 2px;
}
.video-time .fa-play {
    font-size: 12px;
    padding-right: 4px;
}
.video-info {
    text-align: left;
    padding-top: 4px;
}
.video-info b {
    color: #2ca5d4;
}
.video-info-sub {
    font-size: 14px;
    color: #cacaca;
}
.recent-videos {
    font-size: 1rem;
    padding: 8px;
    color: #cacaca;
    margin: 10px 0 30px;
    border: 1px solid #333;
}
.dropdown-menu {
    font-size: 0.9rem;
    border-radius: .2rem;
    padding: 0;
    min-width: 8rem;
}
.dropdown-item {
    padding: .2rem;
    font-size: 13px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #2ca5d4;
}
.dropdown-divider {
    margin: .1rem;
}
.video-info a,
.video-info a:hover,
.video-info a:visited {
    color: #2ca5d0;
    text-decoration: none;
    border: 0;
}
.video-info a:hover {
    text-decoration: underline;
}
.pager {
    padding: 20px 0 10px 0;
}
.page-link {
    color: #2ca5d4;
    background-color: #000;
    border: 1px solid #333;
}
.footer {
    margin-top: 20px;
}
.footer p {
    font-size: 12px;
    text-align: center;
    color: #333;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.premium-icon {
    display: inline;
    border: 1px solid #2ca5d4;
    background-color: #238bb3;
    font-family: comfortaa;
}
.page-item.active {
    color: #000;
    background-color: #2ca5d4;
    border-color: #2ca5d4;
}
.page-link:hover {
    color: #fff;
    background-color: #18627e;
    border-color: #333;
}
.performer-category {
    max-width: 150px;
    margin: 0 auto;
    white-space: nowrap;
}
.performer-li {
    max-width: 150px;
    margin: 0 auto;
    font-size: 15px;
    white-space: nowrap;
}
.performer-li i {
    font-style: normal;
    font-size: 11px;
    vertical-align: text-bottom;
    color: #fff;
    font-weight: 700;
}
.performers-list {
    margin: 0 0 42px 0;
    column-count: 4;
}
@media screen and (max-width: 767px) {
    .performers-list {
        column-count: 2;
    }
}
.performer-index {
    text-align: left;
    font-size: 18px;
    max-width: 150px;
    margin: 0 auto;
    font-weight: 700;
    font-family: Candara;
    border-bottom: 1px solid #333;
    margin-top: 18px;
    color: #666;
    text-transform: uppercase;
}
.performer-index:first-of-type {
    margin-top: 0;
}
.header-menu {
    margin-top: 14px;
}
.header-menu .btn {
    margin-top: 10px;
    color: #000;
}
.header-menu .btn-secondary {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.header-menu .btn-secondary:hover {
    background-color: #989898;
    border-color: #989898;
    color: #fff;
}
.my-account {
    border: 2px solid #333;
    border-radius: 6px;
    margin: 3rem auto;
    max-width: 600px;
    padding: 15px 20px;
    text-align: left;
}
.my-account .row {
    padding: 4px;
    line-height: 32px;
}
.my-account .row div:first-child {
    text-transform: uppercase;
    font-family: Candara;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
    color: #666;
}
.my-account .row h1 {
    font-size: 22px;
    text-transform: capitalize;
    color: #a0a0a0;
    font-weight: 400;
}
.my-account .button-block {
    margin-left: 4px;
}
.info-upgrade {
    letter-spacing: 0.1rem;
}
.info-upgrade a {
    color: #35c8f3;
}
.pricing .card {
    background-color: #000;
    border: 2px solid #333;
    border-radius: 6px;
}
.pricing .card ul {
    text-align: left;
}
.pricing .card hr {
    border-top: 1px solid #333;
}
.pricing .card-title {
    text-transform: uppercase;
    font-family: Candara;
    font-weight: 700;
}
.pricing .card-price {
    font-size: 32px;
    font-family: Verdana;
    font-weight: 700;
}
.pricing .card-price .period {
    font-size: 12px;
    margin-left: 8px;
}
.pricing .card-price i {
    font-style: normal;
    text-decoration: line-through;
    font-size: 28px;
    color: #6c757d;
}
.pricing .card.choose {
    border-color: #2ca5d4;
}
.pricing .card-sub {
    font-size: 0.85em;
}
.btn-recu {
    background-color: #2ca5d4;
    border-color: #2ca5d4;
    color: #fff;
}
.btn-recu:hover {
	background-color: #1f7698;
	border-color: #1f7698;
	color: #fff;
}
.btn-recu-outline {
    background-color: #0000;
    border-color: #2ca5d4;
    color: #2ca5d4 !important;
}
.btn-recu-outline:hover {
    background-color: #2ca5d4;
    border-color: #2ca5d4;
    color: #fff !important;
}
.btn-info-outline {
    background-color: #0000;
    border-color: #d6d6d6;
    color: #fff !important;
}
.btn-info-outline:hover {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
    color: #000 !important;
}
.btn-info-outline:focus {
    box-shadow: 0 0 0 0.2rem rgba(125, 125, 125, 0.25);
}
.modal-content {
    background-color: #b1afaf;
}
.modal-content a,
.modal-content a:hover,
.modal-content p {
    margin: 0;
    color: #000;
    font-size: inherit;
    width: auto;
}
.recu-link {
    color: #2ca5d4;
}
.recu-link:hover {
    color: #2ca5d4;
    text-decoration: underline;
}
.hidden {
    display: none;
}
.plan-name {
    text-transform: capitalize;
}
.alert-danger {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.topscreen-info {
    border-radius: 0;
    text-align: center;
    font-size: 14px;
}
.a {
    margin: 20px;
}
