
@font-face {
    font-family: "Manrope";
    src: url("/assets/font/Manrope/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/assets/font/Manrope/Manrope-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cubano Normal';
    src: url('/assets/font/Cubano/Cubano-NormalItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Cubano Sharp';
    src: url('/assets/font/Cubano/Cubano-Sharp.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}



@font-face {
    font-family: 'Cubano Normal';
    src: url('/assets/font/Cubano/Cubano-Normal.woff') format('woff'),
        url("/assets/font/Cubano/Cubano-Normal.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cubano Sharp';
    src: url('/assets/font/Cubano/Cubano-SharpItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}


*{outline: 0 !important;}

html{
    overflow-y: scroll;
    overscroll-behavior-y: none;
}

html, body{
	font-family: 'Manrope', 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
    background-color: #000;
}

h1, .front-newest-item-info span{
    font-family: 'Cubano Normal', 'Open Sans', sans-serif;
}


@media (min-width: 480px){
    html, body { font-size: 14px;  }
}

@media (min-width: 992px){
    html, body { font-size: 1.3vw;  }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 1200px){
    html, body { font-size: 1.1vw;  }
}

@media (min-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1400px;  }
    html, body { font-size: 1.0vw;  }
}

@media (min-width: 1800px){
    .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1600px;  }
}

@media (min-width: 2000px){
    .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1800px;  }
}


.clear{
	clear:both;
	width:100%;
	height:0;
}
.spacer{
    width: 100%;
    padding-top: 3em;
}

a, em{

    color:#d21173;
}

h1{
	font-weight: 600;
	margin-bottom:15px;
}

h2{
	margin-bottom:15px;
    font-size: 2rem;
}

	h2.inline{
		display:inline-block;
	}


/* Header */

header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

::-webkit-scrollbar {
    display: none;
}


@media (max-width: 640px){
    body{
        padding-bottom: 80px;
    }
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    will-change: transform;
    transform: translateZ(0);
    display: flex;
    height: 80px;
    padding: 10px 0 15px;
    box-shadow: 0 -2px 5px -2px #333;
    background-color: #000;
    color: #fff;
}

.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
    color: #fff;
}

.mobile-bottom-nav__item:hover {
    color: inherit;
    text-decoration: none;
}

.mobile-bottom-nav__item--active:hover {
    color: #fd4950;
}

.mobile-bottom-nav__item i {
    font-size: 20px;
}

.mobile-bottom-nav__item--active {
    color: #fd4950;
}
.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
}

@media (min-width: 640px){
    .mobile-bottom-nav {
        display: none;
    }
}

.site-footer{
    padding-top: 50px;
    color: #ffffff;
}

.site-footer a{
    color: #ffffff;
}

.site-footer a:hover{
    color: #ffffff;
}


.site-footer .copy{
    color: #575757;
}


@media (max-width: 639px){
    .site-footer {
        display: none;
    }
}


#top-menu{
    padding-top: 30px;
    z-index: 999;
}

#top-menu, #top-menu ul{
    background: black;
}

#nav-menu, #nav-menu ul{
    background: transparent;
}

#top-menu, #top-menu a, #nav-menu, #nav-menu a{
    color: white;

}

#top-menu, #top-menu a:hover, #nav-menu, #nav-menu a:hover {
    color: rgba(255,255,255,.75);
}

#top-menu i.fas, #top-menu i.far, #top-menu i.fal{
    color: #f0730f;
}

#top-menu .navbar-text{
    padding-left:10px
}


.navbar .container{
    position: relative;
}

.navbar-toggler {
    margin-left: 10px;
}

#nav-menu {
    position: absolute;
    z-index: 1;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 800;
    text-shadow: 0 0 5px black;
    background: linear-gradient(rgba(0,0,0,0.9), transparent);
}

.navbar-brand img {
    position: absolute;
    z-index: 99999;
    width: 20vw;
    top: 0;
    max-width: 350px
}

@media (max-width: 991px){
    .navbar { background: black !important;  }
    .navbar-brand img {  width: 30vw;}
    .top-welcome{
        position: absolute;
        top:0;
        right: 0;
    }
    .navbar-nav {
        align-items: flex-end;
        padding-top: 30px;
    }
    #top-menu {
        padding-bottom: 30px;
    }

}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav:last-child .nav-link {
        padding-right: 0;
    }
    #top-menu{
         padding-bottom: 30px;
    }
}


.container-full{
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 480px){

    .container-full{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 640px){

    .container-full{
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

/* Sections */

section.orange-pink {
    background:  linear-gradient(-33deg, #fdbec6 50%, #f0730f 50%);
}

section.red-pink {
    background:  linear-gradient(-33deg, #fdbec6 50%, mediumvioletred 50%);
}

section.pink {
    background:  #fdbec6;
}

section.orange {
    background:  #f0730f; /* orange */
}

section.white {
    background:  white;
}

section.black {
    background:  black;
}

section.home{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background:  linear-gradient(-33deg, #fdbec6 50%, #f0730f 50%);
}

section.home-reverse{
    padding-top: 0 !important;
    background:  linear-gradient(-33deg, #f0730f 50%, #fdbec6 50%);
}

section.videos {
    background:  linear-gradient(-33deg, #fdbec6 50%, #f0730f 50%);
}
section.category {
    background:  linear-gradient(-33deg, #000000 50%, #f0730f 50%);
}

section.search {
    background:  linear-gradient(-33deg, #fdbec6 50%, #f0730f 50%);
}

section.model {
    background:  linear-gradient(-33deg, #fdbec6 50%, #f0730f 50%);
}


section.account {
    background:  #fdbec6;
}

section{
    padding-top: 15vw;
    padding-bottom: 5vw;
}

@media (min-width:992px){
    section{
        padding-top: 20vh;
    }
}

section.related{
    padding-top: 0;
}

/* SECTION CATEGORIES */

section.categories {
    background:  #fdbec6;
}

div.category-blocks{
    background: #FFFFFF;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    display:flex;
    flex-flow: wrap;
    justify-content: center;


}

a.categorie-block{
    height: auto;
    width: 180px;
    margin: 10px;
    display: inline-block;
    box-shadow: 0 3px 6px #00000033;
    transition: 200ms transform;
}

.categorie-block img {
    max-width: 100%;
}

.categorie-block span {
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    width:  100%;
    display: block;
    padding:  3px;
    background: #fd535a;
    color: #fdc6cd;
    font-size: 18px;
    transition: 200ms background, 200ms color;
}

a.categorie-block:hover {
    text-decoration: none;
    transform: scale(1.1);
}

a.categorie-block:hover span {
    background: #f3272f;
    color: #ffffff;
}

@media (max-width: 414px){
    div.category-blocks {
        padding: 15px 10px;
    }

    a.categorie-block {
        width: 150px;
        margin: 15px 5px;
    }
}



/* SECTION MODELS */

section.models {
    background:  #fdbec6;
}

div.model-blocks{
    background: #FFFFFF;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    display:flex;
    flex-flow: wrap;
    justify-content: center;


}

a.model-block{
    height: auto;
    width: 180px;
    margin: 10px;
    display: inline-block;
    box-shadow: 0 3px 6px #00000033;
    transition: 200ms transform;
}

.model-block img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.model-block span {
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    width:  100%;
    display: block;
    padding:  3px;
    background: #fd535a;
    color: #fdc6cd;
    font-size: 16px;
    transition: 200ms background, 200ms color;
}

a.model-block:hover {
    text-decoration: none;
    transform: scale(1.1);
}

a.model-block:hover span {
    background: #f3272f;
    color: #ffffff;
}

@media (max-width: 414px){
    div.model-blocks {
        padding: 15px 10px;
    }

    a.model-block {
        width: 150px;
        margin: 15px 5px;
    }
}





.page-title{
    text-align: center;
    font-size: 3rem;
    color: white;
    margin-bottom: 0;
}

.page-subtitle{
    color: white;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Featured film */

.front-newest-block{
    width:100%;
}
.featured-item{
    width:100%;
    position: relative;
}

.front-newest-item, .front-movie-item{
    width:100%;
    min-height: 41vw;
    position: relative;
    padding-top: 50px;
}

@media (max-width: 991px){
    .front-newest-item, .front-movie-item{
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
@media (max-width: 640px){
    .front-newest-item, .front-movie-item{
        padding-bottom: 0;
    }
}

.background-filter::after {
    -webkit-backdrop-filter: brightness(40%);
    backdrop-filter: brightness(40%);

    content: "";
    display: block;
    position: absolute;
    width: 100%; height: 100%;
}

.front-newest-item .background-filter::after {
    -webkit-backdrop-filter: brightness(60%);
    backdrop-filter: brightness(60%);
}

.background-filter {
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
}

.front-newest-item-info{
    color: white;
    position: relative;
    padding: 200px 0;
}

.front-movie-item .front-newest-item-info{
    padding: 150px 0 10vw;
}

@media (max-width: 991px){
    .front-newest-item-info{
        color: white;
        position: relative;
        padding: 50px 0 50px !important;
    }
}


.trailer {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    object-fit: cover;
    padding-top: 50px;
}

#trailervideo {
    width: 100%;
    height: 100%;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.front-movie-item {
    overflow: hidden;
}

.front-newest-item-info .container{
    position: relative;
}

.front-newest-item-info span{
    font-size: 3.5rem;
    font-weight: 900;
    text-shadow: #444 0px 0px 5px;
    line-height: 3.5rem;

}

@media (max-width: 640px) {
    .front-newest-item-info span{
        font-size: 2.5rem;
        line-height: 2.5rem;

    }
}

.front-newest-item-info p{
    font-size: 1.2rem;
    margin: 10px 0 30px;
    text-shadow: #444 0px 0px 5px;
}

.featured-item .front-newest-item-info{
    color: white;
    position: relative;
    padding: 5em 0;
}

@media (max-width: 767px){
    .front-newest-item-info{
        width: 100%;
        padding: 50px 0;
    }
}

.player-cat-link{
    font-size: 1.1em;
    font-weight: bold;
    color: #f0730f;
}



@media (min-width: 992px) {
    .animate-visibility {
        transition: opacity 300ms;
        opacity: 1;
    }

    .animate-hide {
        opacity: 0.7;
    }


    .animate-transform {
        transition: transform 500ms ease;
        /*transform: translateX(0);*/
        transform: translateX(0) translate(0, 0);
    }

    .animate-slide {
        transform: scale(0.53) translate(-100vw, 40%);
    }

    .background-filter.animate-visibility {
        opacity: 1 !important;
    }

    .background-filter.animate-visibility::after {
        transition: backdrop-filter 1000ms;
    }

    .background-filter.animate-hide::after {
        backdrop-filter: brightness(80%);
    }

}

@media (max-width: 991px){

    .trailer {
        padding-top: 0;
        margin-top: -5px;
        position: relative;
    }

    .back-button-nav {
        position: absolute;
    }

    .front-newest-item-buttons {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 50px !important;
    }

    .front-movie-item .background-filter {
        position: unset;
    }

    .video-thumbnail {
        visibility: hidden;
    }
}

.top-related-carousel {
    padding-top: 2vw;
}

@media (min-width: 1200px) {

    .top-related-carousel {
        margin-top: -12vw;
        position: relative;
        z-index: 9;
    }

    .front-newest-item, .front-movie-item {
        min-height: 46vw;
    }
}

/* UI elements */

.btn{
    font-family: "Cubano Normal", 'Open Sans', sans-serif;
    background: #fd4950;
    padding: 10px 15px 10px;
    color: white;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 900;
    border-radius: 0;
}
.btn:hover{
     background: #d03b41;
     color: white;
 }
.btn i{
    font-size: 1rem;
    vertical-align: middle;
    margin-top: 2px;
}

a.btn-orange {
    background: #f0730f;
}
.btn:hover{
    background: #d06611;
    color: white;
}



/* Language */

.languagepicker {
    display: inline-block;
    padding: 0;
    height: 30px;
    overflow: hidden;
    transition: all .3s linear;
    margin: 10px 5px 0 0;
    vertical-align: top;
    float: left;
    position: relative;
    z-index: 9999;

    list-style-type: none;
}

.languagepicker:hover {
    height: 60px;
    background: #fff;
}

.languagepicker a{
    color: #000;
    text-decoration: none;
}

.languagepicker li {
    display: block;
    padding: 6px 10px;
    line-height: 30px;
    list-style-type: none;
}

.languagepicker li:hover{
    background-color: #ef1c87;
}


.languagepicker li img {
    vertical-align: middle;
    width:20px;
    border: 2px solid #fff;
}

.languagepicker.desktop{
    position: absolute;
    right: 0px;
    bottom: 36px;
}



#privacy li {
    list-style: inside;
    list-style-type: square;
    padding-left: 20px;
}

#privacy p {
    margin-bottom: 10px;
}






.front-categories-link {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-transform: capitalize;
    margin-left: 15px;
}



.top-carousel {
    padding-top: 2vw;
}

@media (min-width: 991px){
    .top-carousel {
        margin-top: -12vw;
        position: relative;
        z-index: 9;
    }
}



/* Movie Slider */

span.scene-accesstype {
    position: absolute;
    background: #d21173;
    border-radius: 5px;
    color: white;
    font-size: 0.9em;
    padding: 0 0.4em;
    right: 0.9em;
    top: 0.5em;
    font-weight: bold;
    text-transform: capitalize;
    box-shadow: 0 0 3px #333;
    z-index: 999999;
}

span.scene-accesstype.access-free {
    background: #e7d9d7;
    color: #1a0e0d;
}
span.scene-accesstype.access-basic {
    background: #f07310;
}
span.scene-accesstype.access-premium {
    background: #fd4950;
}

.movie-slider-title{
    font-weight:bold;
    padding: 50px 0 0;
    margin-bottom: -30px;
    color: white;
}

.swiper-container {
    width: 100%;
}
.swiper-wrapper {
}
.swiper-slide {
    display: block;
    cursor: pointer;
    box-sizing: content-box;
    font-size: 1.1em;
}


.swiper-slide .title {
    display: block;
    height: 3em;
    overflow-y: hidden;
    margin: 0;
    color: white;
    background: linear-gradient( #00000042, #00000014);
    padding: 0px 5px;
    font-size: 1em;
    text-shadow: 0 0 3px #000000cc;
}

.swiper-slide a:hover{
    text-decoration: none !important;
}


.tile__img {
    -o-object-fit: cover;
    object-fit: cover;
}
.tile__details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    -webkit-transition: 500ms opacity ;
    transition: 500ms opacity ;
}
.tile__media, .tile__details {
    border-radius: 6px;
    overflow: hidden;
}

.tile__details.no-button:before {
    content: none;
    display:none;
}


.tile__details.no-button:after{
    content: '\2026';
    border: none;

    left: 40%;
}


.tile__details:after,
.tile__details:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 50%;
}
.tile__details:after {
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border: 3px solid #ecf0f1;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.tile__details:before {
    content: ' ';
    left: 50%;
    margin-left: -9px;
    margin-top: -15px;
    text-align: center;
    z-index: 2;
    border-color: transparent transparent transparent #ecf0f1;
    border-style: solid;
    border-width: 15px 0 15px 25px;
}

@media (min-width: 640px) {
    .swiper-slide:hover .tile__details {
        opacity: 1;
    }
}

/*.swiper-slide .mobile-hover{*/
    /*display: none;*/
/*}*/

/*@media (max-width: 639px) {*/

    /*.swiper-slide .mobile-hover{*/
        /*position: absolute;*/
        /*top: 0;*/
        /*right: 0;*/
        /*width: 30px;*/
        /*height: 30px;*/
        /*display: block;*/
        /*color: #fff;*/
        /*vertical-align: middle;*/
        /*text-align: center;*/
        /*background: rgba(0, 0, 0, 0.21);*/
    /*}*/

    /*.swiper-slide .mobile-hover:hover .tile__details {*/
        /*opacity: 1;*/
    /*}*/
/*}*/

.tile__title {
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.tile__title.more-movies {
    max-width: 75%
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;

    position: relative;
}
.swiper-slide img {
    max-width: 100%;
    transform: scale(1.01);
}
:root {
    --swiper-theme-color: #fff;
}
.kh-slider .swiper-wrapper {
    margin: 5% 0 0;
}

.kh-slider {
    overflow-x: hidden;
    padding-bottom: 5%;

}

/*html *{*/
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
/*}*/


.kh-slider h2{
    margin: 0;
    color: white;
    margin-bottom: -3vw;
    font-weight:bold;
    text-shadow: 0 0 5px #0000001f;
}
@media (max-width: 640px){
    .kh-slider h2{
        font-size: 1.5rem;
    }
}

/*.kh-slider:hover, .swiper-slide:hover, .video-thumbnail:hover, .swiper-wrapper:hover,.swiper-slide:hover .tile__details, .tile__details:hover, .swiper-slide-active:hover {*/
    /*transition-delay: 500ms !important;*/
/*}*/

@media (min-width: 640px){
    .swiper-slide { font-size: 1em;  }
    .tile__title { font-size: 0.7em;  }
}

@media (max-width: 747px){
    .movie-slider-title{
        margin-bottom: -12px;
    }
}

@media (min-width: 992px){
    .swiper-slide { font-size: 1.1em;  }
}

@media (min-width: 1200px) {
    .swiper-slide {
        font-size: 1.1em;
    }

}

@media (min-width: 1440px){

    .tile__details:after {
        margin-top: -40px;
        margin-left: -40px;
        width: 80px;
        height: 80px;
        border: 5px solid #ecf0f1;
    }

    .tile__details:before {
        margin-left: -16px;
        margin-top: -25px;
        border-width: 25px 0 25px 40px;
    }
}

@media (min-width: 1920px){

    .tile__details:after {
        margin-top: -50px;
        margin-left: -50px;
        width: 100px;
        height: 100px;
        border: 6px solid #ecf0f1;
    }

    .tile__details:before {
        margin-left: -18px;
        margin-top: -30px;
        border-width: 30px 0 30px 50px;
    }
}

/* SLIDER NAV*/

.swiper-button-next,.swiper-button-prev {
    top: 0;
    bottom: 0;
    height: auto;
    margin: 0;
    border-radius: 6px;
    opacity: 0.65;
    outline: 0;
    width: 5vw;
    -webkit-transition: 200ms opacity;
    transition: 200ms opacity;
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 0.9;
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: calc(-10px - 5vw);
    background: rgba(0,0,0,0.9);
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: calc(-10px - 5vw);
    background: rgba(0,0,0,0.9);
}

@media (max-width: 639px) {
    .swiper-button-next, .swiper-button-prev {
        width: 40px;
    }
    .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: -50px;
    }

    .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: -50px;
    }

    .kh-slider {
        padding-left: 40px;
        padding-right: 40px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size:30px;
    }
}

@media (min-width: 640px){

    .kh-slider .swiper-slide {
        -webkit-transition: 200ms transform, 200ms z-index, 200ms box-shadow  !important;
        transition: 200ms transform, 200ms z-index, 200ms box-shadow !important;
        z-index: 10;
    }

    .kh-slider {
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .swiper-slide:hover {
        transition-delay: 400ms !important;
    }

    .swiper-slide:hover {
        transform: scale(1.5);
        opacity: 1;
        z-index: 99999;
        border-radius: 6px;
        box-shadow: 0 0 0.6em #000000f2;

    }

    .swiper-slide-active {
        transform-origin: left;
    }
    .swiper-slide-last {
        transform-origin: right;
    }

    .tile__details:after,
    .tile__details:before {
        top: 40%;
    }

}



/* Archive */


.archive-title h1{
    color: #fff;
}

.archive-scene{
    margin-bottom: 20px;
    position: relative;
}

.archive-scene img{
    max-width: 100%;
}

.archive-scene:hover .tile__details {
    opacity: 1;
}





/*-- MOVIE ITEMS --*/

.movie-item{
    width: calc((100% - 30px) / 2);
    float:left;
    margin-right:30px;
    margin-bottom:20px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.movie-item:nth-child(2n+2){
    margin-right:0px;
}

.movie-item a:first-child{
    display:block;
}

.front-newest-item a:first-child{
    display:block;
}

.movie-item img{
    width:100%;
    display:block;
}

.movie-item-date {
    padding: 0 5px;
    margin-top: -5px;
    color: #585858;
    display: block;
}

.movie-item-text-link{
    padding:5px;
    display:block;
    height:50px;
    text-decoration: none;
    font-size: 1.3em;
}

.movie-item:hover a{
    text-decoration: underline;
}

/*-- MOVIE ITEMS WITH DESCRIPTION --*/

.movie-item-search{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    background: white;
}

.movie-item-search-image{
    flex:1
}

.movie-item-search-date {
    padding: 0 0 5px 0;
    color: #585858;
    display: block;
}

.movie-item-search img{
    width:100%;
    display:block;
}

.movie-item-search-text-link{
    margin: 5px 0;
    display: block;
    text-decoration: none;
    font-size: 1.3em;
}
.movie-item-description{
    flex:2;
    padding: 0 15px;
}

.movie-item-search:hover a{
    text-decoration: underline;
}


.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: "Font Awesome\ 5 Free";
    border: 3px solid white;
    transition: 200ms border linear;


}

.video-thumbnail:hover {
    border: 3px solid #fd4950;
}

.video-thumbnail:before {
     position:absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     font-size: 100px;
     color: #fff;
     opacity: .9;
     text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);

    transition: 200ms color linear;
 }
.video-thumbnail:hover:before {
     color: #fd4950;
 }



/* Modals */

/**************************\
  Basic Modal Styles
\**************************/



.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: #fff;
    max-width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0px;
    border-radius: unset;
    width: 33em;
}

#modal__header {
    display: block;
    position: relative;
    align-items: center;
    padding: 30px 30px 10px;
    background-color: #feebee;
    color: #fd535a;
}

#modal__header.login {
    background-color: #feebee;
    color: #fd535a;
}
#modal__header.register {
    background-color: #f27f0c;
    color: #ffffff;
}
#modal__header.forgot {
    background-color: #fd535a;
    color: #ffffff;
}

.modal__footer {
    padding: 0 30px 30px;
    text-align: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.25;
    box-sizing: border-box;
    font-size: 2.8rem;
    text-align: center;
    width: 100%;
    display: block;
    font-family: "Cubano Normal", 'Open Sans', sans-serif;
}

.modal__sub {
    font-size: 1rem;
    text-align: center;
    width: 100%;
}

.modal__close {
    cursor: pointer;
    position: absolute;
    display: block;
    right: 5%;
    font-size: 2.5em;
    top: 15px;
}


.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
    padding: 0 30px;
}

.measure {
    display: flex;
    flex-wrap: wrap;
}

.measure input {
    width: 90%;
    background: #feebee;
    color: #fd535a;
    border: none;
    border-bottom: 1px solid #fd535a;
    margin-bottom: 20px;
    padding: 2px 10px;
}

.measure input::placeholder{
    color: #fd535a;
}

.measure input[type="checkbox"] {
    width: 10%;
    display: block;
    height: 1.3em;
}

.measure label {
    width: 10%;
    margin-bottom: 20px;
    color: #fd535a;
    text-align: center;
}
.measure label.checkbox-label {
    width: 90%;
    text-align: left;
}

.measure label i.fas {
    vertical-align: middle;
}

.measure p{
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #b81900;
}
#success-msg{
    color: #1fbc23;
}
#error{
    color: #b81900;
}

/* Tabs */

ul#accountTabs {
    border:  none;
    flex-flow: row;
}

#accountTabs li.nav-item {
    width: 100%;
    text-align: center;
}

#accountTabs a.nav-link.active {
    border:  none;
    border-bottom: 2px solid #f27f0c;
    color: #fd535a;
}

#accountTabs a.nav-link {
    border:  none;
    border-bottom: 2px solid #fff2f4;
    color: #fd535a;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}






/* User Dashboard */

#dashboard {
    display:flex;
    width:100%;
}

#dashboard h2{
    font-family: "Cubano Normal", 'Open Sans', sans-serif;
    font-size: 1.5em;
}
#dashboard h3{
    font-weight: bold;
}

#dashboard .child{
    flex:1;
    margin: 10px;
    padding: 1em;
    color: #fd535a;
    min-width: 320px;

}

#dashboard .block{
    background: white;
}

.col {
    display: flex;
    max-width: 100%;
    flex: 1;
    flex-direction: column;
}


/* Global Back button */

#back-button img {
    height: 1.5em;
}

#back-button {
    color:  white !important;
    font-weight: bold;
    font-size: 1.4em;
    position: fixed;
    top: 9vw;
    vertical-align: middle;
    text-shadow: 0 0 2px black;
    z-index: 9999;
    transition: margin-left 200ms ease;
}

#back-button:hover {
    color:  white;
    margin-left: -5px;
    text-decoration: none;
}

#back-button span:hover {
    color:  white;
    text-decoration: none;
}

@media (max-width: 991px){

    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
        color: white;
    }


    .navbar-brand img {
        left: calc(50% + 10px);
        transform: translateX(-50%);
        width: auto;
        height: 45px;
        top: 2px;
    }

    #top-menu {
        padding: 20px;
    }

    #back-button img {
        height: 1.5em;
    }

    #back-button span {
        visibility: hidden;
    }

    #back-button {
        top: 10px;
        left: 10px;
    }

    #back-button:hover {
        margin-left: 0;
    }

    #nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate3d(2%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeOut {

    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.05;
    }
}


.is-exiting .fadein {
    animation-direction: reverse;
}


.fadein {
    animation-name: fadeIn;
    transition-timing-function: ease-in;
}

.fadeout {
    animation-name: fadeOut;
    transition-timing-function: ease-out;
}

.fadein, .fadeout {
    animation-duration: 0.25s;
    animation-fill-mode: both;

}




/* Blogs */
.blog-items{
    background: white;
    padding: 2em;
    position: relative;
    margin-top: 5em;
}

.blog-items-title{
    position: absolute;
    top: 0.1em;
    font-family: 'Cubano Normal', 'Open Sans', sans-serif;
    left: -1em;
    font-size: 3em;
    color: white;
    z-index: 99999;
    background: #f07310;
    padding: 0.15em 0.3em 0;
    line-height: 1;
    transform: rotateZ(-4deg);
}

.blog-item{

}

.blog-item a:hover{
    text-decoration: none;
}

.blog-item-image img{
    width: 100%;
    box-shadow: 2px 0 5px rgba(51, 51, 51, 0.3);
}

.blog-item-date{
    font-family: 'Cubano Normal', 'Open Sans', sans-serif;
    color: #fdbec6;
    margin-top: 1rem;
    margin-bottom: 0;

}

.blog-item-title{
    font-family: 'Cubano Normal', 'Open Sans', sans-serif;
    color: #f07310;
    font-size: 1.2rem;
}

.blog-item-desc{

    color: #333;
}

@media (max-width: 991px){
    div.blog-item:nth-of-type(3){
        display:none;
    }
    .blog-items-title {
        top: 0;
        left: -0.1em
    }
}




.pagination__next{
    display:none;
}

.method li {
    width: 72px;
    height: 72px;
}

.paymethod{
    width:80px;
    height:80px;
    display: block;
    float: left;
    margin:0 16px 16px 0;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.3s linear;
    border: 3px solid transparent;
    border-radius: 5px;
}

.paymethod img {
    max-width: 100%;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.paymethod:last-child{
    margin-right:0px;
}

.paymethod:hover, .paymethod.active{
    border: 3px solid #f07310;
}