*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-2 {
    margin-top: 15px !important;
}

.pl-3 {
    padding-left: 2.5em;
}

/* Gotham Font Integration */

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Book.woff2') format('woff2'),
    url('fonts/Gotham-Book.woff') format('woff'),
    url('fonts/Gotham-Book.ttf') format('truetype'),
    url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.eot');
    src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Bold.woff2') format('woff2'),
    url('fonts/Gotham-Bold.woff') format('woff'),
    url('fonts/Gotham-Bold.ttf') format('truetype'),
    url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Light.woff2') format('woff2'),
    url('fonts/Gotham-Light.woff') format('woff'),
    url('fonts/Gotham-Light.ttf') format('truetype'),
    url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Medium.woff2') format('woff2'),
    url('fonts/Gotham-Medium.woff') format('woff'),
    url('fonts/Gotham-Medium.ttf') format('truetype'),
    url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Style Variables */

:root {
    --brand-c: #15a9c9;
    --bg-footer: #161616;
    --bg-body: #1a1c25;
    --bg-user: #161616;
    --nav-bg-color: linear-gradient(to right, rgba(24, 112, 220, 0.8), rgba(13, 169, 201, 0.8));
    --nav-c: #e1e2e2;
    --danger-c: #f91d38;
    --font: "Roboto", Arial, sans-serif;
    --font-gotham: "Gotham", "Roboto", Arial, sans-serif;
    --transition: all 0.35s ease-in-out;
    --radius: 4px;
    --radius-btn: 16px;
    --round-btn: 42px;
    --anima-fast: all 0.25s ease-out;
    --anima-slow: all 0.55s ease-in-out;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

/* General Style */

html {
    overflow-x: hidden;
    padding-left: 0;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body p {
    font-size: 16px;
}

.color-primary {
    color: var(--brand-c);
}

.progress-indicartor,
body .progress-bar,
.episode-item img, .btn,
.brand a,
.btn-home,
#mylist_button_holder,
.hero-home h1,
.hero-home h5,
.navbar-nav > li > a,
input.search,
.effect-sadie,
.title-hover,
img.swiper-lazy,
.profile_manage_done,
.profile_switcher,
.profile_switcher_img,
.rowTitle,
.swiper-pagination,
.swiper-button-next,
.swiper-button-prev,
.dropdown-menu > li > a {
    -webkit-transition: var(--transition);
    -moz-transition: var(--transition);
    -ms-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.white_text {
    color: #fff !important;
}

.password-row .card h3.white_text,
.white_text input {
    color: #121212 !important;
}

#forgot {
    margin-top: 50px;
}

.logo-left {
    max-height: 100px;
    display: block;
}

.logo-left a img {
    height: 100%;
    display: block;
    max-height: 120px;
    padding: 1em 2em;
    filter: drop-shadow(1px 6px 8px black);
}

.landing-banner.welcome {
    height: auto;
}

.landing-banner.tnx-banner {
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
}
.tnx-block {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.tnx-block img {
    max-height: 160px;
}

.headline-row {
    text-align: center;
    padding: 0 1.2em;
}

.headline-row .landing-subtitle {
    margin-bottom: 0;
}

.welcome-video {
    display: block;
    max-width: 920px;
    margin: auto;
    box-shadow: 0 10px 50px 5px black;
    margin-top: 2em;
    border: solid 2px var(--brand-c);
    border-radius: 10px;
    overflow: hidden;
}

.welcome-video .plyr__video-embed {
    background-color: #000000ad;
}

.sign-btns {
    padding: 2em;
}

.search-field {
    position: relative;
    border-radius: 5px;
    background-size: 29px 28px;
    background-position: right top;
    border: solid 2px rgba(255, 255, 255, 0.6);
    top: 2px;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 32px;
    opacity: 1;
    transition: var(--transition);
    color: #ffffff;
    font-weight: 100;
}

.mb-2 {
    margin-bottom: 16px;
}

.mb-4 {
    margin-bottom: 32px;
}

.mt-2 {
    margin-bottom: 16px;
}

.mt-4 {
    margin-bottom: 32px;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

hr.w-100 {
    margin-left: -16px;
    margin-right: -16px;
}

.header-warning {
    color: #f6879e;
}

.brand {
    position: relative;
    z-index: 9;
}

.brand a:hover {
    filter: grayscale(1);
}

.dark-popup {
    border-radius: 6px;
    box-shadow: 0 0 30px 1px #ffffff4f;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.dark-popup p {
    color: #cdcdcd;
}

.dark-popup p a {
    color: #fff;
    font-weight: bold;
}

/* Adverts */
.commercialBannerMain {
    margin: 0 36px;
    padding-bottom: 12px;
}

.commercial {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    height: 100px;
    background-color: #0000;
    text-align: center;
    padding: 0;
    margin: -15px 0 -20px;
}

.row.commercial-bottom {
    position: relative;
    min-height: 120px;
    margin: 20px auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.horizontal-sponsor {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: auto;
    max-width: 728px;
    margin: 0;
    text-align: center;
    padding: 0 1.5em;
    left: 50%;
    transform: translateX(-50%);
}

.commercialBannerMain .swiper-zoom-container {
    padding-bottom: 6px;
}

.commercialBannerMain .swiper-zoom-container img {
    max-height: 240px;
}

.commercial-top .commercialBannerMain {
    margin: auto;
}

.swiper.heroCarousel.swiper-initialized {
    height: calc(100vh);
    max-height: 620px;
    padding-top: 50px;
    min-height: 620px;
}

.heroCarousel .swiper-pagination-bullet,
.commercialBanner .swiper-pagination-bullet,
.commercialBannerMain .swiper-pagination-bullet {
    background: #0000;
    height: 12px;
    width: 12px;
    box-shadow: inset 0 0 0 1px #fff;
    opacity: 1;
}

.heroCarousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.commercialBannerMain .swiper-pagination-bullet.swiper-pagination-bullet-active,
.commercialBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.racgp-hero {
    position: relative;
    left: calc(100% - 112px);
    bottom: 86px;
    z-index: 9;
}

.racgp-hero img {
    position: absolute;
    top: -10px;
    left: -48px;
    max-width: 150px;
    height: auto;
    filter: drop-shadow(8px 4px 8px #000000a8);
}

.commercialBanner.swiper-horizontal > .swiper-pagination-bullets,
.commercialBanner.swiper-pagination-bullets.swiper-pagination-horizontal,
.commercialBannerMain.swiper-horizontal > .swiper-pagination-bullets,
.commercialBannerMain.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
}

.row-100 {
    height: calc(100vh - 68px);
    min-height: 400px;
}

.row-100-with-header {
    height: calc(100vh - 208px);
    min-height: 400px;
}


.pop-card {
    top: 50%;
    transform: translateY(-50%);
}

/* Video Player Custom style */

body #movie_div .plyr--full-ui input[type=range],
body .plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    color: var(--brand-c);
}

body .plyr--video .plyr__control.plyr__tab-focus,
body .plyr--video .plyr__control:hover,
body .plyr--video .plyr__control[aria-expanded=true] {
    background: var(--brand-c);
}

body .plyr__control--overlaid {
    background: #16a8c9b8;
}

/* Video player SPONSORS */
.video_cover .row {
    position: relative;
    margin-top: 20px;
}

.v-sponsor {
    display: flex;
    position: absolute;
    background-color: #161616;
}

.v-sponsor a.banner-link {
    padding: 0;
}

.v-sponsor img {
    height: 100%;
    width: auto;
}

.sponsorLeft,
.sponsorRight {
    top: 0;
}

.cat-link a {
    color: var(--brand-c);
}

a.banner-link {
    transition: var(--anima-fast);
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px;
    margin: 0;
}

a.banner-link:hover,
a.banner-link:focus {
    filter: grayscale(1);
}

.horizontal-sponsor img {
    height: auto;
    width: 100%;
}

/* PlayMovie container*/

.playmovie-details {
    margin-top: 12px;
}

.movie-details {
    text-align: right;
    padding-top: 20px;
}

.movie-details #mylist_button_holder
.movie-details .btn-outlined {
    margin-right: 12px;
}

.btn.round {
    border-radius: var(--round-btn);
    margin-bottom: 10px;
}

/* Custom Sidebar section */
.sidebar-wrapper {
    display: flex;
    justify-content: space-between;
}

/* HOME PAGE */
.genre-link {
    position: relative;
    outline: 0;
}

.genre-link .rowTitle {
    text-decoration: none;
    display: inline-block;
}

.rowTitle .row-header-title {
    display: table-cell;
    vertical-align: bottom;
    line-height: 1.25vw;
    font-size: 1.4vw;
    color: var(--brand-c);
}

.genre-link .rowTitle .aro-row-header {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    left: -8px;
    bottom: 1px;
}

.landing-banner {
    height: 620px;
}

.logo-pos {
    display: block;
    clear: both;
}

.logo-popup img {
    max-width: 180px;
    margin-bottom: 1em;
}

.container.about {
    background-color: #bfbcbc;
    background-image: url(images/about-bg.png);
    padding: 100px 0;
    display: inline-block;
    color: #292929;
    width: 100%;
    background-size: cover;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.container.about footer a {
    color: #292929;
}

.about .row.landing-footer {
    max-width: 1240px;
}

.about .row {
    max-width: 1300px;
    margin: auto;
}

.about .left {
    width: 48%;
    float: left;
}

.about .left img {
    width: 100%;
    height: auto;
}

.about .right {
    width: 48%;
    float: right;
    text-align: center;
    margin-top: 45px;
}

.about p {
    font-family: var(--font-gotham);
    font-weight: 300;
    font-size: 25px;
}

.macode p {
    font-family: var(--font-gotham);
    font-weight: 300;
    font-size: 14px;
}

.about .macode, a {
    font-family: var(--font-gotham);
    font-weight: 300;
    font-size: 14px;
}


.video-block-pos img.medflixlogo,
.logo-pos img {
    width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo-pos img {
    margin-top: 30px;
}

.video-block-pos img.medflixlogo {
    margin-top: 50px;
}

.video-block-pos h1,
.hero-desc.first h1 {
    font-family: var(--font-gotham);
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
}

.video-block-pos p,
.hero-desc.first p {
    font-family: var(--font-gotham);
    font-weight: 300;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

h1.movie-title sup {
    font-size: 50%;
    font-weight: 100;
    top: -15px;
}

a.rowTitle:focus,
a.rowTitle:hover {
    color: #fff;
}

.genre-link .see-all-link {
    display: inline-block;
    font-size: .9vw;
    margin-right: 4px;
    max-width: 0;
    line-height: .8vw;
    -webkit-transition: max-width 1s, opacity 1s, -webkit-transform 750ms;
    transition: max-width 1s, opacity 1s, -webkit-transform 750ms;
    -o-transition: max-width 1s, opacity 1s, -o-transform 750ms;
    -moz-transition: max-width 1s, opacity 1s, transform 750ms, -moz-transform 750ms;
    transition: max-width 1s, opacity 1s, transform 750ms;
    transition: max-width 1s, opacity 1s, transform 750ms, -webkit-transform 750ms, -moz-transform 750ms, -o-transform 750ms;
    white-space: nowrap;
    vertical-align: bottom;
    cursor: pointer;
    opacity: 0;
}

.genre-link a.rowTitle:focus .aro-row-header .see-all-link,
.genre-link a.rowTitle:hover .aro-row-header .see-all-link {
    max-width: 200px;
    -webkit-transform: translate(1vw, 0);
    -moz-transform: translate(1vw, 0);
    -ms-transform: translate(1vw, 0);
    -o-transform: translate(1vw, 0);
    transform: translate(1vw, 0);
    opacity: 1;
}

.rowTitle .fa-chevron-right {
    display: none;
    -webkit-transition: -webkit-transform 750ms;
    transition: -webkit-transform 750ms;
    -o-transition: -o-transform 750ms;
    -moz-transition: transform 750ms, -moz-transform 750ms;
    transition: transform 750ms;
    transition: transform 750ms, -webkit-transform 750ms, -moz-transform 750ms, -o-transform 750ms;
    font-size: .9vw;
    vertical-align: bottom;
}

.genre-link a.rowTitle:focus .aro-row-header .fa-chevron-right,
.genre-link a.rowTitle:hover .aro-row-header .fa-chevron-right {
    -webkit-transform: translate(1vw, 0);
    -moz-transform: translate(1vw, 0);
    -ms-transform: translate(1vw, 0);
    -o-transform: translate(1vw, 0);
    transform: translate(1vw, 0);
    display: inline-block;
    font-size: .65vw;
    line-height: .8vw;
    vertical-align: bottom;
}

.filters {
    display: flex;
    flex-wrap: wrap;
}

.filters,
.category-headline {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.filters .col-lg-2 {
    width: 20%;
    min-width: 240px;
}

.filters .col-lg-2 button {
    margin-left: 0;
}

h5.genre-header {
    text-transform: capitalize;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.genre-header .count {
    color: var(--brand-c);
    font-size: 80%;
}

/* Basic GRID style */

.grid {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    border-radius: 10px;
    float: left;
    overflow: hidden;
    margin: 0 2px 5px;
    width: 420px;
    max-height: 360px;
    background: transparent;
    text-align: center;
    cursor: pointer;
    padding: 0;
    z-index: 9;
}

#myTabContent .grid figure,
.filter-container + .row .grid figure,
.search-result .grid figure {
    width: 32.5%;
}

.grid figure img {
    position: relative;
    /*display: block;*/
    min-height: 100%;
    max-width: 100%;
}

.grid figure figcaption {
    padding: 2em 0 2em 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid.category {
    padding-top: 1em;
}

/* .grid.category .effect-sadie {
    min-height: 236px;
} */

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie figcaption::after {
    transition: var(--anima-slow);
    position: absolute;
    right: 0;
    bottom: 2px;
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(images/play-icon-small.png);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
    opacity: 1;
}

figure.effect-sadie:hover figcaption::after {
    bottom: -48px;
    opacity: 0;

}

figure.effect-sadie p {
    position: absolute;
    bottom: 28px;
    left: 0;
    padding: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* SWIPER CUSTOM STYLE */

.content .swiper-horizontal > .swiper-pagination-bullets,
.content .swiper-pagination-bullets.swiper-pagination-horizontal,
.content .swiper-pagination-custom,
.content .swiper-pagination-fraction {
    bottom: -12px;
}

.swiper-container {
    width: 100%;
    height: auto;
    padding: 10px 0 0;
}

.genre-link .content .swiper-pagination-bullet {
    background: var(--brand-c);
}

.category-link .dropdown-toggle .caret {
    display: none;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 20px dashed;
    border-top: 4px solid \9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}

/* PURCHASE PLAN */

.purchaseplan table td {
    padding: 10px !important;
}

.purchaseplan table h5 {
    font-size: 14px;
}

@media (min-width: 1202px) and (max-width: 1599px) {
    body .swiper-container {
        max-width: calc(97vw - 12px);
    }
}

@media (min-width: 1180px) and (max-width: 1599px) {

    body .carousel-bg .swiper-zoom-container .col-md-7 {
        margin-top: -20px;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    body .carousel-bg .racgp-hero {
        left: calc(100% - 132px);
    }
}

/* Hero Carousel Setup */

.swiper.heroCarousel .swiper-slide {
    min-width: 100%;
    position: relative;
}

.heroCarousel .swiper-zoom-container {
    padding: 2em 1em;
}

.hero-desc.first {
    text-align: center;
    position: relative;
    width: 100%;
}

.hero-desc {
    text-align: left;
}

.big-play-bg {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 730px;
}

.hero-desc h1.movie-title {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1px;
}

.hero-desc h6 {
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0.8em 0 0;
    font-size: 21px;
}

.hero-desc p.movie-subheader {
    font-weight: 100;
    font-size: 18px;
}

.hero-desc button.btn.playvid {

    background-color: transparent;
    border: solid 2px white;
    border-radius: 32px;
    padding: 10px 46px;
    margin: 1em 0 0;
}

.hero-desc button.btn.playvid:hover {
    background-color: var(--brand-c);
}

.video-hero {
    width: 100%;
    padding: 0;
    max-width: 1400px;
    align-items: center;
}

.video-hero .col-md-5 {
    width: 40%;
}

.video-hero .col-md-7 {
    width: 60%;
    max-height: 400px;
}

.heroCarousel .first .logo-img {
    display: block;
    margin: 50px auto 0;
    width: 250px;
}

.heroCarousel .logo-img {
    display: block;
    width: 144px;
}

.heroCarousel [id^=player_] {
    width: 100%;
    position: relative;
    z-index: 99;
    max-width: 700px;
    margin: 0 auto;
}

.heroCarousel .plyr--video {
    /* width: 708px;
    position: absolute;
    right: 0; */
}

.heroCarousel .plyr--video:hover .plyr__controls {
    opacity: 1;
    transform: translateY(0px);
}

.heroCarousel.swiper-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
}

.heroCarousel .plyr--video .plyr__controls {
    opacity: 0;
    transform: translateY(40px);
}

/* End Hero Carousel */

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .swiper-lazy-preloader {
    width: 28px;
    height: 28px;
    margin-left: -14px;
    margin-top: -14px;
    z-index: -1;
}

body .plyr__control.plyr__control--overlaid:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 2px;
    background-image: url(images/play-btn-icon-white.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/* Hide default PLAY icon */
body .plyr__control.plyr__control--overlaid svg[role=presentation] {
    opacity: 0;
}

body .swiper-lazy-preloader-red {
    --swiper-preloader-color: var(--brand-c);
}

body .swiper-wrapper.grid img.swiper-lazy {
    opacity: 0;
}

body .swiper-wrapper.grid img.swiper-lazy.swiper-lazy-loaded {
    opacity: 1;
}

body .genre-link .swiper-pagination-bullet {
    border-radius: 0;
    height: 4px;
    width: 24px;
    border: solid 1px transparent;
    outline: transparent;
    opacity: 0.4;
}

body .genre-link .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

body .swiper-container-horizontal > .swiper-pagination-bullets,
body .swiper-pagination-custom,
body .swiper-pagination-fraction {
    top: -12px;
    bottom: auto;
    text-align: right;
    z-index: 20;
    left: auto;
    right: 0;
}

body .genre-link .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--brand-c);
    margin: 0 2px;
}

body .swiper-container .swiper-button-next,
body .swiper-container .swiper-button-prev,
body .swiper-container .swiper-container-rtl .swiper-button-next,
body .swiper-container .swiper-container-rtl .swiper-button-prev {
    opacity: 0;
    color: rgba(21, 169, 201, 0.55);
    background-color: #0000005c;
    width: 40px;
    height: 60px;
    border-radius: 2px;
    top: calc(50% + 15px);
}

body .swiper-container .swiper-wrapper:hover ~ .swiper-button-next,
body .swiper-container .swiper-wrapper:hover ~ .swiper-button-prev,
body .swiper-container .swiper-wrapper:hover ~ .swiper-container-rtl .swiper-button-next,
body .swiper-container .swiper-wrapper:hover ~ .swiper-container-rtl .swiper-button-prev {
    opacity: 1;
}

body .swiper-container .swiper-button-next:hover,
body .swiper-container .swiper-button-prev:hover {
    color: var(--brand-c);
    background-color: #000000c4;
    opacity: 1 !important;
}

body .swiper-container .swiper-button-next.swiper-button-disabled,
body .swiper-container .swiper-button-prev.swiper-button-disabled {
    display: none;
}

body .btn.btn-brand {
    border-color: var(--brand-c);
}

.btn.btn-blue {
    background-image: url(images/ctabtn.png);
    background-size: cover;
    color: #ffffff;
    opacity: 1;
    font-weight: bold;
}

.btn.btn-blue:hover {
    opacity: 0.77;
}

.btn.btn-uppercase {
    text-transform: uppercase !important;
}

.btn.btn-rounded {
    border-radius: 30px;
}

body .btn-danger {
    background-color: var(--danger-c);
    border-color: var(--danger-c);
}

body .btn-default {
    background-color: var(--brand-c);
    border-color: var(--brand-c);
    margin-bottom: 10px;
}

body .btn-outlined {
    background-color: #161616;
    border-width: 1px;
    border-style: solid;
}

body .btn {
    border-radius: var(--radius-btn);
}

.profile_brand {
    width: 100%;
    text-align: center;
}

.profile_brand img {
    height: 60px;
    padding: 0 1em;
}

.user-profile {
    height: 100vh;
}

.user-profile h1 {
    font-size: 45px;
    margin-bottom: 2rem;
    font-weight: 300;
}

.user-profile,
.edit-profile,
.switch-profile {

    background: radial-gradient(ellipse at center, #232222 35%, #161616 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#232222", endColorstr="#161616", GradientType=1);
    background-attachment: fixed;
}

.edit-profile .card {
    display: block;
    padding: 1em;
    background-color: #58585878;
    width: auto;
    border-radius: var(--radius);
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.edit-profile #filename {
    background: #474747;
}

.users-list {
    position: relative;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0%);
    text-align: center;
    min-height: 610px;
    max-width: 990px;
    display: inline-block;
}

a.profile_switcher .username,
a.profile_switcher .profile_switcher_edit {
    color: #fff;
    opacity: 0.5;
}

a.profile_switcher:hover img {
    border: 6px solid #fff;
    opacity: 1;
}

a.profile_switcher:hover .username,
a.profile_switcher:hover .profile_switcher_edit {
    opacity: 1;
}

.users {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
    background-color: rgba(0, 0, 0, 0.35);
    width: auto;
    margin: 2em auto;
    border-radius: var(--radius);
    padding: 0 1.4em;
    max-width: max-content;
}

.users .user-block {
    display: inline-block;
    min-width: 200px;
    align-items: center;
    padding: 2em 0 1.2em;
    float: inherit;
    margin: 0;
}

.user-block .action-btn {
    margin-bottom: 0.6em;
}

.users.users-edit .username {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0.6em;
}

body span.profile_switcher_edit {
    position: absolute;
    top: 118px;
    left: auto;
    right: -5px;
    color: #fff;
    opacity: 0.5;

}

.users .username {
    position: relative;
    top: 15px;
}

body .btn.btn-lg {
    border-radius: 40px;
}

body .btn.btn-hero {
    padding: 16px 42px 12px;
    border-radius: 40px;
}

.btn-sign-in {
    text-align: center;
    margin-top: 8px;
    text-transform: uppercase;
}

.btn-sign-in .btn-hero {
    font-size: 24px;
}

.btn.btnic.btn-lg {
    padding: 8px 12px 8px 13px;
}

.btn.btnic.btn-lg .fa {
    font-size: 26px;
}

.btn-play {
    transition: var(--anima-fast);
}

body .nav_transparent {
    background: var(--nav-bg-color);
    /*box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);*/
    /*background: url(../vajralab/images/bg-header.jpg);*/
}

img.btn-play {
    width: 42px;
    height: 42px;
}

p.info-message {
    text-transform: lowercase;
    margin: 0 auto 1.4em;
    color: #b2b2b2;
    display: block;
    padding: 0 1.2em 0.6em;
    border-radius: 5px;
    width: max-content;
    max-width: 100%;
    font-size: 150%;
}

p.info-message:first-letter {
    text-transform: uppercase;
}

body figure figcaption {
    padding: 0 0 3.1rem;
}

body figure.effect-sadie p {
    position: relative;
    height: 100%;
    min-height: 120px;
}

figure.effect-sadie .title-hover {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 5px black;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    padding: 0 5px;
    line-height: normal;
    top: 100%;
    opacity: 0;
}

figure.effect-sadie:hover .title-hover {
    top: calc(50% + 20px);
    opacity: 1;
}

body figure.effect-sadie .btn-play {
    position: absolute;
    min-height: 42px;
    left: 50%;
    transform: translateX(-50%);
    top: -40%;
    opacity: 0;
}

body .swiper-container figure.effect-sadie:hover .btn-play {
    top: calc(50% - 30px);
    opacity: 1;
    z-index: 33;

}

body .category figure.effect-sadie:hover .btn-play {
    top: calc(50% - 12px);
    opacity: 1;
    z-index: 33;

}

body figure.effect-sadie figcaption::before {
    background: -webkit-linear-gradient(top, #5c5c5c00 0%, #000000a3 70%) !important;
    background: linear-gradient(to bottom, #5c5c5c00 0%, #000000a3 70%) !important;
}

.progress-indicartor,
body .progress-bar {
    position: absolute;
}

body .progress-bar {
    background-color: rgba(0, 0, 0, 0.9) !important;
    padding: 7px 5px 3px;
    height: 30px;
    bottom: -27px;
    z-index: 2;
}

.progress-indicartor {
    bottom: -2px;
    z-index: 3;
}

body figure.effect-sadie:hover .progress-bar {
    background-color: rgba(0, 0, 0, 0.7) !important;
    bottom: 0;
}

figure.effect-sadie:hover .progress-indicartor {
    bottom: 26px;
}

/* NAVIGATION active indicatiors */
.nav-home .home-link a:before,
.nav-mylist .mylist-link a:before,
.nav-movies .category-link a:before,
.nav-movieplayer .category-link a:before,
.nav-pages .about-link a:before {
    content: '';
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    height: 2px;
    width: calc(100% - 30px);
    background-color: #ffffff;
}

.category-link > .dropdown-menu > li > a {
    text-decoration: none;
    padding: 5px 15px;
}

.dropdown-menu > li > a:hover {
    background: rgb(17, 59, 69);
    background: -moz-linear-gradient(74deg, rgba(17, 59, 69, 1) 0%, rgba(15, 64, 75, 1) 100%);
    background: -webkit-linear-gradient(74deg, rgba(17, 59, 69, 1) 0%, rgba(15, 64, 75, 1) 100%);
    background: linear-gradient(74deg, rgba(17, 59, 69, 1) 0%, rgba(15, 64, 75, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#113b45", endColorstr="#0f404b", GradientType=1);
}

#navbar-main li.dropdown.series {
    display: none;
}

body #navbar-main .navbar-nav > li > a {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

body #navbar-main .navbar-nav.web-nav > li > a:hover {
    color: var(--brand-c);
}

body .navbar-nav.navbar-right > li > a:hover {
    background-color: var(--brand-c);
}

.navbar form.navbar-right {
    position: relative;
}

.navbar form.navbar-right .btn {
    position: absolute;
    right: 11px;
    border: none;
    background: transparent;
    top: 0;
    padding-top: 7px;
    outline: none;
}

.navbar form.navbar-right .btn .fa {
    color: #ffffff;
}

button[type=submit],
.profile_manage_done {
    border-radius: var(--radius);
    margin-left: 5px;
}

.navbar-right button[type=submit] {
    border: solid 2px var(--nav-c);
    padding: 5px 15px;
}

button[type=submit]:hover {
    background-color: var(--brand-c);
}

body .navbar-nav.navbar-right > li > a.btn-home {
    border: solid 2px var(--nav-c);
    margin: 6px 4px 3px;
    padding-bottom: 4px;
}

body .navbar-nav.navbar-right > li > a.btn-home:hover {
    background-color: var(--brand-c);
}

.navbar-nav.web-nav ul.dropdown-menu {
    background-color: rgba(24, 24, 24, 0.9);
    top: calc(100% + 18px);
    -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12) !important;
    border: 0;
}

body .row.p-0 {
    margin: 0 -30px;
}

body h3.movie-title {
    font-size: 28px;
    font-weight: 100;
}

body h3.movie-title sup {
    font-size: 50%;
    top: -12px;
}

body .main-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body .sign-in {
}

body .video_cover:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 24px;
    bottom: -24px;
    background-color: #161616;
}

body .video_cover:after {
    opacity: 0.15;
    filter: blur(10px);
}

body .hero-bg {
    background-position: top center;
    margin-bottom: 15px;
    min-height: 620px;
}

body #footer {
    border-top: 1px solid #333;
    max-width: 1110px;
    margin: 0 auto;
}

.custom-pr .container footer .copyright {
    padding-right: 2em !important;
}

footer .list-unstyled {
    margin-bottom: 0;
}

footer .list-unstyled li a {
    text-transform: uppercase;
}

footer .list-unstyled li {
    margin-bottom: 0;
}

footer .row > div {
    padding: 0.6em 1.4em;
}

footer .row > div.pl-0 {
    padding-left: 0 !important;
}

div.hero-home {
    position: relative;
    height: 100%;
}

#movie_div {
    left: 50%;
    transform: translateX(-50%);
}

#movie_div .plyr {
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12);
}

.login-block {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
    border-radius: var(--radius);
    max-width: 420px;
    margin: auto;
}

body .navbar-brand img {
    height: 50px !important;
}

.navbar-brand {
    padding: 0 25px !important;
    margin: 0;
}

.navbar-header .navbar-nav {
    position: relative;
    top: 5px;
}

body #about {
    text-align: justify;
}

.episode-item br {
    display: none;
}

#footer footer .col-lg-8 {
    padding-left: 0 !important;
}

footer .copyright {
    text-align: right;
    padding-right: 0 !important;
}

.episode-item h5 {
    position: absolute;
    right: 10px;
    bottom: -5px;
    text-shadow: 0 0 5px #000;
    font-size: 15px;
}

.episode-item:hover img {
    filter: brightness(0.4);
}

.navbar .user-email {
    display: none;
}

body footer {
    margin: 0;
    padding: 1em 0;
}

/* Top Navigation Custom Search */

.search-field::-webkit-input-placeholder {
    color: #fff;
    transition: var(--transition);
    opacity: 0;
}

.search-field::-moz-placeholder {
    color: #fff;
    transition: var(--transition);
    opacity: 0;
}

.search-field:-ms-input-placeholder {
    color: #fff;
    transition: var(--transition);
    opacity: 0;
}

.search-field:-moz-placeholder {
    color: #fff;
    transition: var(--transition);
    opacity: 0;
}

.search-field:focus::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-field:focus::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.search-field:focus:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.search-field:focus:-moz-placeholder {
    color: #fff;
    opacity: 1;
}


input.search::placeholder,
input.search::-webkit-input-placeholder,
input.search::-moz-placeholder,
input.search:-ms-input-placeholder,
input.search:-moz-placeholder {
    color: #ffffff;
}

input.search::placeholder,
input.search::-webkit-input-placeholder {
    color: #fff !important;
}

.search-form {
    right: 0;
    top: 0;
    position: relative;
    height: 34px;
}

.search-field:hover {
    background-color: var(--brand-c);
}

.search-field:focus {
    background-color: transparent;
    border: 2px solid #fff7f8;
    cursor: text;
    outline: 0;
    width: 260px;
    padding: 8px 10px;
    height: 34px;
    border-radius: 5px;
}

.search-form .search-submit {
    display: none;
}

.form-control.search {
    background: #0000;
    border: solid 3px #ffffff;
    padding: 0 16px;
    height: 35px;
    width: 300px;
    border-radius: 20px;
    color: #ffffff;
}

form input.form-control[disabled],
form input.form-control[readonly] {
    background-color: #e0e0e0;
    opacity: 0.6;
    border-color: #bababa;
}

.form-control.search::placeholder {
    color: #fff;
}

.form-control.search:focus {
    box-shadow: none;
    border-color: #fff;
}

.regulations {
    padding-top: 2em;
}

.regulations h2,
.regulations h3,
.regulations h4 {
    color: #515050;;
    font-weight: 500;
    line-height: 1.1;
}

.regulations h2 {
    font-size: 34px;
}

.card {
    background-color: #f3f3f3;
    padding: 30px;
    box-shadow: var(--shadow);
    border-radius: var(--radius);
}

.password-page .card,
.signin-page .card,
.signup-page .card,
.forget-page .card {
    max-width: 770px;
    margin: auto;
    background-image: linear-gradient(to right, #1eacc3, #1961b0);
    border-radius: 20px;

}

.signin-page .card h3,
.signup-page .card h3,
.forget-page .card h3 {
    font-family: 'Gotham';
    font-weight: bold;

}

.signin-page .card a,
.signup-page .card a,
.forget-page .card a {
    color: #fff;
    text-transform: uppercase;
}

.password-page .card button.btn,
.signin-page .card button.btn,
.signup-page .card button.btn,
.forget-page .card button.btn {
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 30px;
    text-transform: uppercase;
}

.signin-page .card .label,
.signup-page .card .label,
.forget-page .card .label {
    color: #fff;
    font-size: 100%;
    padding-left: 0;

}

.signup-page .card .form-check-label {
    color: #fff;
}

.signup-page input.form-check-input {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: -5px;
}

body .black_text {
    color: var(--bg-body);
}


.black_text_margin {
    margin-top: 60px;
    margin-bottom: 10px;
}

.closelogin {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
}

.closelogin img {
    margin: 4px;
    height: 40px;

}

body .signin-page,
body .forget-page,
body .signup-page {
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 65px);
}

body .signin-page,
body .forget-page {
    min-height: 530px;
    padding-bottom: 20px;
}

.signup-page .pop-center {
    height: calc(100vh - 65px);
    position: relative;
    z-index: 99;
}

.signup-page .card.wide {
    position: relative;
    top: 120px;
}

.signin-page .alert.alert-dismissible {
    position: relative;
    margin: -5px 0 0;
    width: calc(100% - 50px);
}

.pop-center .alert.alert-dismissible {
    margin: -5px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 150px);
}

.pop-center form input {
    -webkit-transition: .35s all ease;
    -o-transition: .35s all ease;
    transition: .35s all ease;
}

.pop-center form input[type="text"],
.pop-center form input[type="email"],
.pop-center form input[type="password"] {
    width: 100%;
    padding: 10px;
}

.pop-center form .mt-2 {
    margin-top: 2em;
}

.pop-center .form-check .form-check-input {
    margin-right: 8px;
}

body .signin-page footer .row,
body .forget-page footer .row {
    padding-top: 1em;
}

body .forget-page .alert {
    max-width: 90%;
}

/* SIGN PAGE */

body .signin-page .row,
body .forget-page .row {
    padding-right: 20px;
    padding-left: 20px;
}

@media (min-width: 1815px) {

    .grid.category,
    h5.genre-header,
    .category-headline {
        width: 1696px;
    }

    .filters {
        width: 1720px;
    }
}

@media (min-width: 1500px) {
    .v-sponsor {
        width: 165px;
        height: 621px;
    }

    .sponsorLeft {
        margin-left: -170px;
    }

    .sponsorRight {
        left: 1145px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    div#movie_div {
        max-width: 840px;
    }

    .sponsorLeft {
        margin-left: 40px;
    }

    .sponsorRight {
        left: 980px;
    }

    .v-sponsor > a > img {
        max-height: 456px;
    }
}

@media (max-width: 1299px) {
    body .row.landing-footer {
        max-width: 100%;
        padding: 0 2em;
    }

    .landing-footer footer .row > div {
        padding: 0;
    }

    .container.regulations {
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    div#movie_div {
        max-width: 740px;
    }

    .v-sponsor > a > img {
        max-height: 399px;
    }

    .sponsorLeft {
        margin-left: 20px;
    }

    .sponsorRight {
        left: 845px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    footer .row > div.pl-0 {
        padding-left: 0 !important;
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    div#movie_div {
        max-width: 580px;
    }

    .v-sponsor > a > img {
        max-height: 309px;
    }

    .sponsorLeft {
        margin-left: 14px;
    }

    .sponsorRight {
        left: 655px;
    }
}

@media (min-width: 1392px) and (max-width: 1814px) {

    .grid.category,
    h5.genre-header,
    .category-headline {
        width: 1272px;
    }

    .filters {
        width: 1300px;
    }
}

@media (max-width: 979px) {
    body .user-profile {
        height: 100%;
        padding-bottom: 2em;
        padding-top: 1em;

    }

    body .users-list {
        display: block;
        top: 3%;
    }

    .users {
        width: 100%;
        max-width: calc(100% - 3em);
    }

    .commercial-top .commercialBannerMain {
        width: 100%;
        padding-left: 2em;
        padding-right: 2em;
    }

}

@media (min-width: 980px) {
    .commercial-top .commercialBannerMain {
        width: 80%;
    }

}

@media (max-width: 767px) {
    body .about.regispage {
        padding-top: 88px;
    }
    .about.regispage form .left {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
    .regispage .formcontainer {
        padding: 24px 20px;
    }
    .regispage .formcontainer p {
        font-size: 24px;
    }
}

.landing-headline {
    font-family: var(--font-gotham);
    font-weight: bold;
    clear: both;
    padding: 20px 0 0 0;
    text-align: center;
    color: #fff;
}

.landing-headline.tnx-text {

}

.tnx-banner.logo-pos {
    margin-bottom: 42px;
}

h3.landing-headline.tnx-text {
    font-size: 30px;
    text-shadow: 0 1px 1px #000;
    font-weight: 400;
    max-width: 700px;
    margin-bottom: 0;
    margin-top: 0;
}

.landing-subtitle {
    font-family: var(--font-gotham);
    font-weight: 300;
    text-align: center;
    clear: both;
    color: #fff;
    margin-top: 0;
    margin-bottom: 32px;
}

.btn-register {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-register .btn {
    text-wrap: wrap;
}

.btn-register .btn {
    font-family: var(--font-gotham);
    font-weight: bold;
    line-height: inherit;
    text-transform: none;
    font-size: 23px;
}

.logo-landing-sm {
    text-align: center;
}

.logo-landing-sm a img {
    max-height: 80px;
    margin: 1.4em auto 0;
}

@media (max-width: 981px) {
    .hidden-xs .welcome-video {
        margin-left: 2em;
        margin-right: 2em;
    }
}

@media (min-width: 768px) and (max-width: 981px) {
    .about-hero {
        max-height: 400px;
        position: relative;
        overflow: hidden;
    }

    .about-hero img {
        height: 400px;
        width: auto !important;
        text-align: center;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {

    body .carousel-bg .racgp-hero {
        bottom: 20px;
        left: 50%;
        transform: translateX(-26px);
    }

    .hero-home .heroCarousel.swiper-horizontal > .swiper-pagination-bullets {
        bottom: 36px;
    }

    /* PROMO VIDEO */
    body .welcome .visible-all {
        padding: 24px 0 0 !important;
    }

    body .about-hero {
        max-height: 290px;
        position: relative;
        overflow: hidden;
    }

    body .about-hero img {
        height: 290px;
        width: auto !important;
        text-align: center;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .visible-all .logo-left {
        max-height: none;
    }

    .visible-all .btn.btn-hero {
        padding: 10px 30px 8px;
    }

    .visible-all .logo-left a img {
        max-height: 70px;
        padding: 0;
        margin: auto;
    }

    .visible-all .btn-register .btn {
        font-size: 16px;
    }

    .visible-all .btn-sign-in .btn-hero {
        font-size: 18px;
    }

    .visible-all .welcome-video {
        margin: 1.6em 1.2em 0;
    }

    .headline-row .landing-headline {
        font-size: 36px;
    }

    .headline-row .landing-subtitle {
        font-size: 20px;
    }

    /* NAVBAR */
    .nav_public {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

    body, .navbar {
        overflow: hidden;
    }

    .sponsorLeft,
    .sponsorRight {
        display: none;
    }

    .nav-home .home-link a:before,
    .nav-mylist .mylist-link a:before,
    .nav-movies .category-link a:before,
    .nav-movieplayer .category-link a:before,
    .nav-pages .about-link a:before {
        display: none;
    }

    .category-link .dropdown-toggle .caret {
        display: inline-block;
    }

    body .signin-form .card,
    body .forgot-page .card {
        z-index: 1;
        position: relative;
        padding: 0.2em 1.4em 1.2em !important;
    }

    .navbar-default .navbar-form {
        box-shadow: none;
        border-color: transparent;
        width: calc(100% - 100px);
    }

    body .row.signin-form {
        margin: 0 0.6em;
    }

    .navbar form.navbar-right .btn {
        position: absolute;
        border: none;
        background: transparent;
        padding-top: 7px;
        outline: none;
        right: 5px;
        top: 10px;
    }

    .forgot-page .col-lg-offset-4 {
        margin: 0 1.6em;
    }

    .navbar ul.nav.navbar-nav.web-nav {
        width: calc(100% - 1.4em);
        margin-left: auto;
        margin-right: auto;
    }

    .web-nav > li.dropdown {
        margin-bottom: 2px;
    }

    .navbar div#navbar-main {
        top: 10px;
        position: relative;
        background-color: #191919;
        border: none;
        padding-bottom: 50px;
    }

    .navbar-nav .open .dropdown-menu.profiles > li > a {
        padding: 5px 12px 5px;
    }

    form .form-control.search {
        width: 100%;
        float: left;
        max-width: 100%;
    }

    .navbar .form-control.search:focus {
        width: 100%;
    }

    form button[type=submit] {
        position: relative;
        border-radius: var(--radius-btn);
    }

    .navbar ul.nav.navbar-nav.navbar-right {
        float: right;
        margin-right: 0.8em;
        margin-top: 0;
        position: relative;
        background: #191919;
        z-index: 5;
    }

    body .landing-block {
        height: 100% !important
    }

    body .navbar-brand {
        padding: 18px 15px 10px 0;
    }

    /* HOME HERO */
    body .hero-bg {
        min-height: 730px;
    }

    .heroCarousel .logo-img {
        margin: auto;
    }

    .swiper.heroCarousel.swiper-initialized {
        padding-top: 0;
        text-align: center;
        max-height: 700px;
        min-height: 700px;
    }

    .swiper-container {
        overflow: hidden;
    }

    .row.video-hero.d-flex {
        flex-direction: column;
        align-items: center;
    }

    .hero-desc.first {
        margin-top: -120px;
    }

    .hero-desc.first .big-play-bg {
        top: 55%;
    }

    .video-hero .col-md-5,
    .video-hero .col-md-7 {
        width: 100% !important;
    }

    .hero-desc {
        padding-bottom: 15px;
        text-align: center;
    }

    .heroCarousel [id^=player_] {
        height: auto !important;
        max-width: 500px;
        margin: 0 auto;
        padding: 0;
    }


    body .genre-link .rowTitle .row-header-title {
        line-height: 1.2;
        font-size: 20px;
    }

    body .landing-block .brand {
        margin-top: 3em;
    }

    .brand img {
        width: 168px !important;
    }

    .mobile_responsive.hero-home {
        width: 100%;
        padding-top: 32px;
    }

    .mobile_responsive.hero-home a.btn.btn-danger.btn-xlg {
        transform: none;
        font-size: 24px;
        position: relative;
        bottom: auto;
        top: 86%;
        display: inline-block;
        left: auto;
        right: auto;
    }

    .hero-home span#mylist_button_holder a.btn.btn-xlg.btn_opaque {
        font-size: 24px;
    }

    .mobile_responsive.hero-home span#mylist_button_holder {
        display: inline-block;
        left: auto;
        right: auto;
        position: relative;
        transform: none;
        bottom: auto;
        top: 86%;
    }

    body div.hidden-lg.hidden-sm.hidden-md {
        padding: 30px 0 40px !important;
        line-height: normal;
    }

    body .users {
        width: auto;
        max-width: calc(100% - 3em);

    }

    .users-list p.info-message {
        max-width: calc(100% - 3em);
    }

    .users-list .users .user-block {
        min-width: auto;
    }

    .tab-content .col-md-7,
    .tab-content .tab-pane,
    #price > .row {
        padding-top: 10px !important;
        text-align: center;
        margin-top: 0 !important;
    }

    #price > .row .col-md-8,
    #price > .row .col-md-4 {
        text-align: center !important;

    }


    .genre-link .rowTitle .aro-row-header {
        left: 0;
    }

    body .signin-page,
    body .forget-page,
    body .signup-page {
        height: auto;
    }

    /* FILTERS */
    #myTabContent .grid figure,
    .filter-container + .row .grid figure,
    .search-result .grid figure {
        width: 49%;
        min-width: 0;
    }

    .filters .col-lg-2 button {
        padding: 5px !important;
    }


    /* FOOTER BANNER */
    .commercialBanner {
        width: 100% !important;
        height: auto !important;
    }


    body footer .row > div.pl-0 {
        padding: unset !important;
    }

    footer .list-unstyled {
        padding-left: 0;
    }

    footer .list-unstyled li {
        margin: 0 !important;
    }

    footer .copyright {
        text-align: center;
        padding: 8px 0 0 !important;
    }

    footer .col-lg-7,
    footer .pull-right {
        display: block;
        width: 100%;
        text-align: center;
        height: 40px;
    }

    footer .list-unstyled {
        display: flex;
        justify-content: center;
    }

    footer .list-unstyled li {
        padding: 0 1em;
    }

    footer .list-unstyled li a {
        font-size: 16px;
    }

    .landing-banner {
        height: auto;
    }

    .row.row-100-account {
        margin: 0;
    }

    /* EDIT account */
    body .btn {
        font-size: 14px;
        margin-bottom: 10px;

    }

    .hidden-lg a.btn {
        padding: 12px 24px;

    }
}

@media (min-width: 480px) {
    .heroCarousel .plyr--video .plyr__controls {
        padding: 6px 10px 4px;
    }
}

@media (max-width: 480px) {
    body .g-recaptcha {
        transform: scale(0.95);
        transform-origin: 0 0;
    }

    .users .profile_switcher_img {
        height: auto;
        width: 100%;
        max-width: 280px;
    }

    .nav-tabs .tab-label {
        display: none;
    }

    .tab-content .col-md-4.middle {
        display: block;
        padding: 0 3em;
    }
}

@media (max-width: 991px) {
    div.video_cover {
        padding-bottom: 10px;
    }

    div.video_cover .container {
        padding-top: 80px !important
    }

    body .signup-page {
        height: 100%;
    }

    body .signup-page .pop-center {
        height: 100%;
        margin: 0 2em 2em;
    }

    .navbar-brand {
        padding: 0 15px !important;
    }

    .navbar-brand img {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .navbar .navbar-form {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav.web-nav > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }

    .nav.web-nav > li > a:before {
        bottom: -10px;
    }

    .navbar-right {
        margin-right: 0;
        margin-left: 10px;
    }

    .navbar-right > li > a {
        padding-left: 3px;
        padding-right: 3px;
    }

    .form-control.search {
        width: 170px;
        max-width: 170px;
    }

    /* HERO SLIDE */
    .hero-desc h1.movie-title {
        font-size: 28px;
    }

    body .hero-bg {
        max-height: 800px;
    }

    .heroCarousel.swiper-horizontal > .swiper-pagination-bullets {
        bottom: 0;
    }
}

@media screen and (max-width: 1320px) {
    body div.hero-home h5 {
        max-width: 100% !important;
        left: 50%;
        width: calc(100% - 6rem);
        transform: translateX(-50%);
    }

    body div.hero-home .btn.btn-danger {
        position: absolute;
        left: 50%;
        transform: translateX(-18rem);
    }

    body div.hero-home #mylist_button_holder {
        position: absolute;
        left: 50%;
        transform: translateX(-3rem);
    }

    body div.hero-home .btn_opaque {
        margin: 0 15px;
    }
}

@media (min-width: 1200px) {
    body .container {
        width: 1140px;
    }
}

@media (min-width: 768px) {

    body ul.nav.navbar-nav {
        position: relative;
        top: 9px;
    }

    body ul.nav.navbar-nav.navbar-right {
        position: relative;
        top: 0;
        right: 1rem;
    }

    body .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 5px;
        border-radius: var(--radius);
    }

    body .navbar-nav.navbar-right > li > a {
        border-color: transparent;
    }

    body .logo-landing-sm {
        display: none;
    }
}

@media screen and (max-width: 765px) {

    body .swiper-container .swiper-button-next,
    body .swiper-container .swiper-button-prev,
    body .swiper-container .swiper-container-rtl .swiper-button-next,
    body .swiper-container .swiper-container-rtl .swiper-button-prev {
        opacity: 1 !important;
    }

    /* .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 0;
    } */
    .genre-link .swiper-container {
        padding: 10px 0;
    }

    .genre-link .rowHeader {
        position: relative;
        margin-top: 10px;

    }

    .genre-link .see-all-link {
        font-size: 14px !important;
        position: relative;
        top: -7px;
    }

    .genre-link a.rowTitle:focus .aro-row-header .fa-chevron-right,
    .genre-link a.rowTitle:hover .aro-row-header .fa-chevron-right {
        position: relative;
        top: -6px;
        font-size: 12px !important;
    }

    /* .swiper-container {
        min-height: 260px;
    } */
    body .swiper-container-horizontal > .swiper-pagination-bullets,
    body .swiper-pagination-custom, body .swiper-pagination-fraction {
        top: -12px;
        bottom: auto;
        text-align: center;
        left: auto;
        right: auto;
    }

    .genre-link .rowTitle .row-header-title {
        line-height: 1.2;
        font-size: 18px;
    }

    .mobile_responsive_text_bold {
        font-weight: bold;
        font-size: 40px;
    }

    .mobile_responsive_sort_description {
        line-height: 25px;
        font-weight: 500;
        padding: 5px;
    }

}

@media screen and (min-width: 766px) {

    .mobile_responsive_text_bold {
        font-weight: bold;
        font-size: 80px !important;
    }

    .mobile_responsive_sort_description {
        line-height: 30px;
        font-weight: 500;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

@media screen and (min-width: 992px) {
    .form-control.search:focus {
        width: 380px;
        box-shadow: none;
        border-color: #fff;
    }
}

/* SELECT DROPDOWN */
/* Reset Select */
.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #2c3e50;
    background-image: none;
}

/* Remove IE arrow */
.custom-select::-ms-expand {
    display: none;
}

/* Custom Select */
.select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #2c3e50;
    overflow: hidden;
    border-radius: var(--radius);
}

.custom-select {
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
}

/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    background: #34495e;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/* Video TABS Custom View */
#myTabContent .grid figure {
    max-width: 366px;
}

/* Transition */
.select:hover::after {
    color: #e50914;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

/* Back to home Custom Button */

.video_cover a.btn-home {
    font-family: var(--font);
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    padding: 4px 10px 1px 10px;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
    letter-spacing: 0;
}

#backToHome {
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    width: 60px;
    right: auto;
    left: 0;
    z-index: 99;
    opacity: 0;
}

#backToHome.sticky.show {
    visibility: visible;
    opacity: 1;
}

.go-home {
    position: relative;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.go-home:after {
    transition: var(--transition);
    position: absolute;
    width: 44px;
    height: 36px;
    content: "\f015";
    font-size: 20px;
    padding: 8px 0 0 12px;
    border-radius: 0 4px 4px 0;
    color: #ffffff;
    left: -50px;
}

#backToHome.sticky.show .go-home:after {
    left: -3px;
}

.go-home:hover:after {
    background-color: #8f0000;
}

/* Rich Movie description style */
.bs-component .tab-content h1,
.bs-component .tab-content h2,
.bs-component .tab-content h3,
.bs-component .tab-content h4,
.bs-component .tab-content h5,
.bs-component .tab-content h6 {
    text-align: left;
}

.bs-component .tab-content figcaption p {
    font-size: 14px;
    font-style: italic;
    color: #9a9a9a;
}

.bs-component blockquote {
    border-left: 8px solid var(--brand-c);
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    color: var(--brand-c);
}

.bs-component .tab-content p {
    color: #d4d4d4;
    font-weight: 100;
}

.bs-component .tab-content h1 {
    font-size: 42px;
}

.bs-component .tab-content h2 {
    font-size: 38px;
}

.bs-component .tab-content h3 {
    font-size: 32px;
}

.bs-component .tab-content h4 {
    font-size: 28px;
}

.bs-component .tab-content h5 {
    font-size: 24px;
}

.bs-component .tab-content h6 {
    font-size: 20px;
}

.bs-component .tab-content a {
}

.bs-component .nav-tabs {
    position: relative;
    z-index: 99;
}

.bs-component .nav-tabs > li.active > a,
.bs-component .nav-tabs > li.active > a:hover,
.bs-component .nav-tabs > li.active > a:focus {
    color: #fff;
    border-bottom: 3px solid var(--brand-c);
}

.bs-component .tab-content figure img {
    max-width: 100%;
}

/* Animations  */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animated.repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2)
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: calc(var(--animate-duration) * .8)
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2)
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3)
}

.cookie-policy-heading-h1 {
    font-size: 32px;
    color: #000;
}

.cookie-policy-heading-h2 {
    font-size: 24px;
    color: #000;
}

.cookie-policy-subheading {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.cookie-policy-text {
    font-size: 18px;
    color: #000;
}

.privacy-policy-heading-h1 {
    font-size: 32px;
    color: #000;
}

.privacy-policy-heading-h2 {
    font-size: 24px;
    color: #000;
}

.privacy-policy-subheading {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.privacy-policy-text {
    font-size: 18px;
    color: #000;
}

.privacy-policy-ul {
    font-size: 18px;
    color: #000;
}

.privacy-policy-a {
    font-size: 18px;
    color: #000;
}

.about-heading-h1 {
    font-size: 32px;
    color: #000;
}

.about-heading-h2 {
    font-size: 24px;
    color: #000;
}

.about-subheading {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.about-text {
    font-size: 18px;
}


.aboutrow .about-text-yello {
    color: #fdff00;
    font-size: 18px;

}

/* unvisited link */
.aboutrow .about-text-yello a:link {
    color: #fdff00;
}

/* visited link */
.aboutrow .about-text-yello a:visited {
    color: #999;
}

/* mouse over link */
.aboutrow .about-text-yello a:hover {
    color: #fdff00;
}

/* selected link */
.aboutrow .about-text-yello a:active {
    color: #fdff00;
}


.aboutrow .about-text-yello span {
    color: #fff;
    font-size: 18px;

}


.about-ul {
    font-size: 18px;
}

.about-a {
    font-size: 18px;
    color: #000;
}

.aboutrow {
    margin-top: 32px;
}

.aboutrow .columns {
    padding-left: 15px;
    padding-right: 15px;
}

.aboutrow footer {
    margin-top: 120px;
}

.aboutrow h1,
.aboutrow h2,
.aboutrow p,
.regulations h1.privacy-policy-heading-h1,
.regulations p.privacy-policy-subheading,
.regulations p.privacy-policy-text,
.regulations .privacy-policy-ul {
    color: #fff;
}

.aboutrow p a,
.privacy-policy-text a {
    color: #999;
}

.about-hero {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.about-hero img {
    width: 100%;
    display: block;
    vertical-align: middle;
    border-style: none;
}

@media (prefers-reduced-motion: reduce), print {
    .animate__animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important
    }

    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animate__fadeInDown {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@media (max-width: 1023px) {

    .about .left, .about .right {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .about .right {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .container.about {
        padding: 50px 0 10px;
    }

    body .row.p-0 {
        margin: 0 -15px;
    }
}

.text-center {
    text-align: center;
}

/* Small mobile */
@media screen and (max-width: 540px) {

    #myTabContent .grid figure,
    .filter-container + .row .grid figure,
    .search-result .grid figure {
        width: 100%;
    }

    .filters .col-lg-2,
    .filters .col-lg-2 button {
        width: 100%;
        max-width: 100%;
    }

    .row.filter-container,
    .row.row-100-with-filter {
        margin: 20px !important;
    }
}


.formcontainer {
    background-image: linear-gradient(to right, #1eacc3, #1961b0);
    padding: 50px 70px;
    color: #fff;
    border-radius: 40px;
    box-shadow: 0px 0px 40px -5px Grey;
    overflow: hidden;
}


.about .formcontainer p {
    text-align: center;
    font-family: var(--font-gotham);
    font-weight: bold;
    font-size: 30px;
}

select.form-control {
    border-radius: 0;
    padding: 10px 5px;
    border: none !important;
    height: 40px;
}

span.input-group-addon.time {
    display: block;
    background-color: white !important;
    padding-right: 22px;
    margin-right: -10px;
}
.line-100 {
    background: #fff;
    width: calc(100% - 35px);
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.horline {
    background: #fff;
    width: 75%;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.clearbtn {
    background-image: url(../images/ctabtn.png);
    background-size: cover;
    width: 310px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-family: var(--font-gotham);
    font-weight: bold;
    font-size: 20px;
    padding: 30px 20px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    border-radius: 40px;
}

.about {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
    background-size: cover;
}

.about.innerpage {
    background-image: linear-gradient(to right, #fff, #fff) !important;
}

.about p {
    font-family: var(--font-gotham);
    font-size: 25px;
}

.about .container {
    width: 1300px !important;
}

.about .left {
    width: 48%;
    float: left;
}

.about .left img {
    width: 100%;
    height: auto;
}

.about .right {
    width: 48%;
    float: right;
    font-family: var(--font-gotham);
    font-size: 25px;
    text-align: center;
    margin-top: 45px;
}

.about.regispage {
    padding-bottom: 20px;
    padding-top: 50px;
}
.about.regispage .container {
    width: 100% !important;
    max-width: 1140px;
}
.about.regispage .left {
    width: 50%;
}

.regispage .form-group label {
    display: initial;
}

.regispage input[type=checkbox] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    padding: 10px;
    margin-left: 3px !important;
    accent-color: #085cae;
}

.regispage #interestspecify {
    margin-top: 5px;
}

.audiencegroup input,
.audiencegroup label {
    cursor: pointer;
}

.row.forms-footer {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
}
strong {
    font-family: var(--font-gotham);
    font-weight: bold;
}

.registermeeting .btn {
    width: 300px;
    background-image: linear-gradient(to right, #1eacc3, #1961b0);
    background-size: 300px 68px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-family: var(--font-gotham);
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    border-radius: 40px;
    padding: 16px;
}


.registermeeting input[type=text], .registermeeting input[type=time], .registermeeting input[type=email], .registermeeting textarea, .registermeeting input[type=date] {
    width: 100%;
    font-family: var(--font-gotham);
}

.registermeeting input[type=text], .registermeeting input[type=time], .registermeeting input[type=email], .registermeeting input[type=date] {
    padding: 10px 5px;
    border: none !important;
}

.registermeeting input[type=date] {
    width: 100.5%;
    margin-left: 1px;
}

.registermeeting input[type=checkbox] {
    width: 15px;
    margin-right: 10px;
    margin-left: -2px;
}

.registermeeting textarea {
    height: 100px;
    font-family: var(--font-gotham);
}

.registermeeting label {
    font-family: var(--font-gotham);
    font-weight: bold;
}

.registermeeting .mt-5 {
    margin-top: 2rem !important;
}

.registermeeting label.fulllabel {
    font-family: var(--font-gotham) !important;
}