﻿/*-----------------------
Owl Carousel v2.3.4
Copyright 2013-2018 David Deutsch
Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
-------------------------*/
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img { /*display:block;width:100%*/
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both
    }

    .owl-carousel .owl-animated-in {
        z-index: 0
    }

    .owl-carousel .owl-animated-out {
        z-index: 1
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut
    }

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/*-----------------------
General
-------------------------*/
body {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: acumin-pro, sans-serif;
    background-color: #000;
}

@media (min-width: 768px) {
    body {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 1.25rem;
    }
}

html {
    height: 100%;
}

html,
main,
header,
section,
footer {
    position: relative;
}

a {
    /*color: #1b82e2;*/
    color: white;
    text-decoration: underline;
    /*outline: none;*/
}

    a:hover {
        color: #faae1c;
        text-decoration: none;
    }

.btn {
    text-decoration: none;
}

    .btn:focus,
    .btn:hover {
        text-decoration: none;
    }

p,
ol,
ul,
dl {
    margin-bottom: 1.25rem;
}


/*-----------------------
H1, H2
-------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 1.25rem;
    font-weight: inherit;
}


/*-----------------------
Wrapper Content
-------------------------*/
.wrapper-content {
    z-index: 3;
}

.container-navbar {
    padding-left: calc(148px - 15px);
}

@media (min-width: 1200px) {
    /*.container {
        max-width: 1760px;
    }*/
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1320px;
    }
}


/*-----------------------
Navbar Brand
-------------------------*/
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}

    .navbar-brand .navbar-link {
        text-decoration: none;
    }

        .navbar-brand .navbar-link:hover,
        .navbar-brand .navbar-link:focus {
            text-decoration: none;
        }

    .navbar-brand .navbar-brand-img {
        display: block;
        max-width: 110px;
    }

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .navbar-brand .navbar-brand-img {
        max-width: 185px;
    }
}

@media (min-width: 1200px) {
}


/*-----------------------
Header Navbar Content
-------------------------*/
.header-navbar-content {
    /*-webkit-box-shadow: 0 0 2px 3px rgba(0,0,0,0.05);
	box-shadow: 0 0 2px 3px rgba(0,0,0,0.05);
	background-color: #fff;*/
    padding-top: 0.5rem;
    z-index: 1030;
}

@media (max-width: 991.98px) {
    .header-navbar-content {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 54px;
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(8px);
        -webkit-box-shadow: 0 0 8px 4px rgba(0,0,0,0.15);
        box-shadow: 0 0 8px 4px rgba(0,0,0,0.15);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

@media (min-width: 992px) {
    .header-navbar-content {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        background-color: transparent;
    }

        .header-navbar-content.navbar-sticky {
            padding-top: 0.4375rem;
            padding-bottom: 0.4375rem;
            background: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(8px);
        }

        .header-navbar-content.navbar-static,
        .header-navbar-content.navbar-sticky {
            top: 0;
            left: 0;
            right: 0;
        }

        .header-navbar-content.navbar-static {
            position: absolute;
        }

        .header-navbar-content.navbar-sticky {
            position: fixed;
        }

        .header-navbar-content.navbar-sticky {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
        }

            .header-navbar-content.navbar-sticky.navbar-scroll {
                -webkit-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
                visibility: visible;
                opacity: 1;
            }

        .header-navbar-content.navbar-hide {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .header-navbar-content.navbar-scroll {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
}


/*-----------------------
Main nav
-------------------------*/
.navbar-main {
    padding: 0;
    /*background-color: #fff;*/
}

    .navbar-main .navbar-nav .nav-link {
        /*padding: 1.25rem 1rem;*/
        padding: 1rem 0;
        color: #A2A2A2;
        font-size: 1rem;
        text-decoration: none;
        position: relative;
    }

        .navbar-main .navbar-nav .nav-link:hover,
        .navbar-main .navbar-nav .nav-link:focus {
            color: #fff;
            text-decoration: none;
        }

        .navbar-main .navbar-nav .nav-link.disabled {
            color: rgba(0, 0, 0, 0.3);
        }

        .navbar-main .navbar-nav .show > .nav-link,
        .navbar-main .navbar-nav .active > .nav-link,
        .navbar-main .navbar-nav .nav-link.show,
        .navbar-main .navbar-nav .nav-link.active {
            color: #fff;
        }

    .navbar-main .navbar-nav .nav-link-icon {
        margin-right: 2rem;
        font-size: 1.1em;
        width: 38px;
        text-align: center;
        border-bottom: 3px solid transparent;
    }
    /*.navbar-main .navbar-nav .nav-link:hover .nav-link-icon, 
.navbar-main .navbar-nav .nav-link:focus .nav-link-icon {
    border-bottom-color: #F9AD1C;
}*/
    .navbar-main .navbar-nav .show > .nav-link .nav-link-icon,
    .navbar-main .navbar-nav .active > .nav-link .nav-link-icon,
    .navbar-main .navbar-nav .nav-link.show .nav-link-icon,
    .navbar-main .navbar-nav .nav-link.active .nav-link-icon {
        padding-bottom: 5px;
        border-bottom-color: #F9AD1C;
    }

    .navbar-main .navbar-nav .nav-link-icon path,
    .navbar-main .navbar-nav .nav-link-icon rect {
        fill: #A2A2A2;
    }

    .navbar-main .navbar-nav .nav-link:hover .nav-link-icon path,
    .navbar-main .navbar-nav .nav-link:focus .nav-link-icon path {
        fill: #fff;
    }

    .navbar-main .navbar-nav .show > .nav-link .nav-link-icon path,
    .navbar-main .navbar-nav .active > .nav-link .nav-link-icon path,
    .navbar-main .navbar-nav .nav-link.show .nav-link-icon path,
    .navbar-main .navbar-nav .nav-link.active .nav-link-icon path {
        fill: #F9AD1C;
    }

    .navbar-main .navbar-nav .nav-link-hide {
        /*display: none;*/
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

@media (max-width: 1199.98px) {
    .navbar-main {
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        height: calc(100vh - 100px);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .navbar-main .container,
        .navbar-main .container-fluid {
            height: 100%;
            pointer-events: auto;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }

        .navbar-main .navbar-collapse {
            /*height: 100%;*/
            -webkit-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            pointer-events: auto;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
        }

            .navbar-main .navbar-collapse.collapsing {
                height: auto;
                transition: height 0s ease;
            }

    .navbar-open .navbar-main {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

        .navbar-open .navbar-main .navbar-collapse {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            pointer-events: auto;
            visibility: visible;
            opacity: 1;
        }

    .navbar-main .collapse:not(.show) {
        display: block;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767.98px) {
    .navbar-main {
        width: 360px;
        top: 56px;
        height: calc(100vh - 56px);
        -webkit-transform: translateX(-360px);
        transform: translateX(-360px);
    }
}

@media (max-width: 575.98px) {
    .navbar-main {
        width: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media (min-width: 768px) {
    .navbar-main .navbar-nav .nav-link {
        padding: 1.25rem 0;
        font-size: 1.4375rem;
    }
}

@media (min-width: 1200px) {
    .navbar-main {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

        .navbar-main.navbar-static,
        .navbar-main.navbar-sticky {
            top: 0;
            left: 0;
            right: 0;
        }

        .navbar-main.navbar-static {
            position: absolute;
        }

        .navbar-main.navbar-sticky {
            position: fixed;
            z-index: 1030;
        }

        .navbar-main.navbar-sticky {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
        }

            .navbar-main.navbar-sticky.navbar-scroll {
                -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
                box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
                -webkit-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
                visibility: visible;
                opacity: 1;
            }

        .navbar-main.navbar-hide {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .navbar-main.navbar-scroll {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

    .navbar-open .navbar-main {
        height: 100vh;
    }

    .navbar-main .navbar-nav {
        padding-left: 2.5rem;
    }

        .navbar-main .navbar-nav .nav-item:not(:last-child) {
            padding-right: 1.25rem;
        }

        .navbar-main .navbar-nav .nav-link {
            font-size: 1rem;
        }

        .navbar-main .navbar-nav .nav-link-icon {
            margin-right: 2.5rem;
        }
}


/*-----------------------
Navbar Toggle
-------------------------*/
.navbar-toggler {
    /*border: 1px solid transparent;
    border-radius: 0.25rem;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 30px;
    height: 38px;
    /*border-width: 0 1px 0 0;*/
    border-width: 0;
    border-right-color: #221F1F;
    border-radius: 0;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    position: relative;
    outline: none !important;
}

.navbar-toggler-body {
    display: block;
    width: 100%;
    height: 16px;
    position: relative;
}

.navbar-toggler-icon {
    background-image: none !important;
    display: block;
    top: 50%;
}

    .navbar-toggler-icon,
    .navbar-toggler-icon::after,
    .navbar-toggler-icon::before {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition-property: transform, -webkit-transform;
        transition-duration: .15s;
        transition-timing-function: ease;
        border-radius: 0.25rem;
    }

        .navbar-toggler-icon::after,
        .navbar-toggler-icon::before {
            display: block;
            content: "";
        }

        .navbar-toggler-icon::before {
            top: -8px;
        }

        .navbar-toggler-icon::after {
            bottom: -8px;
        }

.navbar-toggler.open .navbar-toggler-icon {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

    .navbar-toggler.open .navbar-toggler-icon::before {
        transition: top .1s ease-in .34s, opacity .1s ease-in;
    }

    .navbar-toggler.open .navbar-toggler-icon::after {
        transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55,.055,.675,.19), -webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
    }

.navbar-open .navbar-toggler.open .navbar-toggler-icon {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: .14s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

    .navbar-open .navbar-toggler.open .navbar-toggler-icon::before {
        top: 0;
        opacity: 0;
        transition: top .1s ease-out, opacity .1s ease-out .14s;
    }

    .navbar-open .navbar-toggler.open .navbar-toggler-icon::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: bottom .1s ease-out, transform .3s cubic-bezier(.215,.61,.355,1) .14s, -webkit-transform .3s cubic-bezier(.215,.61,.355,1) .14s;
    }

.navbar-toggler-body:hover .navbar-toggler-icon,
.navbar-toggler-body:hover .navbar-toggler-icon::after,
.navbar-toggler-body:hover .navbar-toggler-icon::before,
.navbar-toggler.open .navbar-toggler-icon,
.navbar-toggler.open .navbar-toggler-icon::after,
.navbar-toggler.open .navbar-toggler-icon::before {
    background-color: #fff;
}
/*@media (min-width: 992px) {
	.navbar-toggler {
		width: 76px;
		height: 76px;
	}
	.navbar-toggler-body {
    	width: 36px;
	}
}*/


/*-----------------------
Navbar Dropdown User
-------------------------*/
.navbar-dropdown-user .navbar-dropdown-toggle-user {
    color: #A2A2A2;
    text-decoration: none;
}

    .navbar-dropdown-user .navbar-dropdown-toggle-user:hover,
    .navbar-dropdown-user .navbar-dropdown-toggle-user:focus {
        text-decoration: none;
    }

.navbar-dropdown-user .dropdown-menu {
    margin-top: 0.5rem;
    min-width: 170px;
    background-color: #000;
    border: 0;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: userSlideIn;
    animation-name: userSlideIn;
}

.navbar-dropdown-user .dropdown-item {
    color: #A2A2A2;
    text-decoration: none;
}

    .navbar-dropdown-user .dropdown-item:hover, .navbar-dropdown-user .dropdown-item:focus,
    .navbar-dropdown-user .dropdown-item.active, .navbar-dropdown-user .dropdown-item:active {
        color: #fff;
        background-color: transparent;
    }

.navbar-dropdown-user .user-title {
    font-size: 1rem;
}

@-webkit-keyframes userSlideIn {
    100% {
        margin-top: 0;
        opacity: 1;
    }

    0% {
        margin-top: 1rem;
        opacity: 0;
    }
}

@keyframes userSlideIn {
    100% {
        margin-top: 0;
        opacity: 1;
    }

    0% {
        margin-top: 1rem;
        opacity: 0;
    }
}


.navbar-search {
    margin-left: 1.25rem;
    font-size: 1.25rem;
}

    .navbar-search a {
        display: block;
        text-decoration: none;
    }

    .navbar-search svg {
        fill: #fff;
    }

@media (min-width: 768px) {
    .navbar-search {
        margin-left: 2.25rem;
    }
}


/*-----------------------
Page BG
-------------------------*/
.page-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

    .page-bg.create-account {
        background-image: url("../images/page-create-account.jpg");
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .page-bg.new-profile {
        background-image: url("../images/page-new-profile.jpg");
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
    }


/*-----------------------
Hero Content
-------------------------*/
.hero {
    position: relative;
    z-index: 2;
}

    .hero .hero-header,
    .hero .hero-footer,
    .hero .hero-body,
    .hero .hero-billboard-links,
    .hero .hero-toggler {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 3;
    }

    .hero .hero-img {
        height: 585px;
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: cover;
        position: relative;
    }

        .hero .hero-img::before,
        .hero .hero-img::after {
            position: absolute;
            display: block;
            content: "";
        }

        .hero .hero-img::before {
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-image: url("../images/hero-shadow.png");
            background-position: 30% 100%;
            background-repeat: no-repeat;
            background-size: cover;
        }
/*.hero .hero-img::after {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 190px;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	opacity: 0.45;
}*/
.navbar-open .hero .hero-img {
    filter: blur(4px);
}

.hero .hero-body {
    bottom: 9.375rem;
}

.hero .hero-logo {
    margin-bottom: 1.25rem;
}

    .hero .hero-logo img {
        width: auto;
        height: auto;
        max-width: 102px;
        max-height: 32px;
    }

.hero .hero-title {
    margin-bottom: 1.125rem;
}

    .hero .hero-title img {
        width: auto;
        height: auto;
        max-width: 280px;
        max-height: 60px;
    }

.hero .hero-text {
    max-width: 540px;
    color: #EBEBEB;
}

.hero .hero-billboard-links {
    bottom: 4.375rem;
}

.hero .hero-liked {
    color: #C9C9C9;
    font-size: 1.6875rem;
}

.hero.more-info .hero-body {
    bottom: 4.6875rem;
}

.hero.more-info .hero-billboard-links {
    bottom: 0rem;
}

@media (min-width: 768px) {
    .hero .hero-logo img {
        max-width: 120px;
        max-height: 40px;
    }

    .hero .hero-title img {
        max-width: 570px;
        max-height: 120px;
    }
}

@media (min-width: 992px) {
    .hero .hero-img::before {
        background-position: 0% 100%;
    }

    .hero .hero-logo {
    }
}


/*-----------------------
Main Content
-------------------------*/
.main-content {
}

    .main-content.no-hero {
        padding-top: 85px;
    }

    .main-content[class*="bg-img-"] {
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .main-content.bg-1 {
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(8px);
    }

    .main-content .mc-title-1 {
        font-size: 1rem;
    }

    .main-content.bg-img-watchlist {
        background-image: url("../images/page-watchlist.jpg");
        background-position: 50% 0;
        background-size: cover;
    }

@media (min-width: 768px) {
    .main-content.no-hero {
        padding-top: 100px;
    }
}

@media (min-width: 1200px) {
    .main-content .mc-title-1 {
        font-size: 1.25rem;
    }

    .main-content.no-hero {
        padding-top: 121px;
    }
}


/*-----------------------
Search Content
-------------------------*/
.search {
    position: relative;
    z-index: 2;
}

    .search .search-body {
        padding-top: 85px;
        padding-bottom: 30px;
    }

        .search .search-body .search-box {
            max-width: 560px;
        }

.form-help-center {
    /*width: 250px;*/
    position: relative;
}

    .form-help-center .form-control {
        padding-left: 60px;
        color: #fff;
        font-family: acumin-pro, Arial, sans-serif;
        font-weight: 300;
        background-color: #323232;
        border-color: #323232;
    }

        .form-help-center .form-control:focus {
            background-color: #323232;
            border-color: #faae1c;
        }

    .form-help-center .btn-search {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 60px;
        font-size: 1.5rem;
        color: #fff;
        border: 0;
        background-color: transparent;
        /*-webkit-transform: rotate(270deg);
    transform: rotate(270deg);*/
        z-index: 15;
        outline: none;
    }

        .form-help-center .btn-search:focus,
        .form-help-center .btn-search.focus {
            box-shadow: none;
        }

        .form-help-center .btn-search .fa-svg {
            fill: #fff;
        }

@media (min-width: 768px) {
    .search .search-body {
        padding-top: 121px;
    }
    /*.form-help-center {
		width: 532px;
	}*/
}


/*-----------------------
User Journey Content
-------------------------*/
.user-journey-content {
    padding-top: 90px;
    padding-bottom: 1.25rem;
    color: #fff;
}

    .user-journey-content .content-title {
        margin-bottom: 1.25rem;
        font-size: 1.4375rem;
    }

    .user-journey-content .content-subtitle {
        margin-bottom: 1.875rem;
        font-size: 1rem;
    }

    .user-journey-content .content-subtitle2 {
        margin-bottom: 1.875rem;
        font-size: 1.25rem;
    }

.user-journey-content-brand {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 90px;
    text-align: center;
    z-index: 10;
}

.user-journey-content .content-body-height {
    /*max-height: 426px;*/
    padding-right: 0.625rem;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
    .user-journey-content {
        padding-top: 7.5rem;
    }

    .user-journey-content-brand {
        height: 120px;
    }
}


/*-----------------------
Avatar Group
-------------------------*/
.avatar-group .avatar {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: all .25s ease;
}

    .avatar-group .avatar.pull-up:hover {
        transform: translateY(-1rem);
    }

    .avatar-group .avatar.v1 .avatar-body {
        background-color: rgba(255,255,255,0.33);
    }

    .avatar-group .avatar.v1 .avatar-icon {
        opacity: 0.33;
    }

    .avatar-group .avatar.v2 .avatar-body {
        border: 3px solid #FBAD1C;
    }

    .avatar-group .avatar.v2 .avatar-name {
        font-size: 2.0625rem;
    }


/*-----------------------
Owl Carousel 1
-------------------------*/
.owl-carousel-1 {
    position: relative;
}

    .owl-carousel-1 .owl-item {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }

    .owl-carousel-1 .owl-dots {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1.25rem;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }

        .owl-carousel-1 .owl-dots .owl-dot {
            position: relative;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            width: 15px;
            height: 15px;
            margin-right: 2px;
            margin-left: 2px;
            text-indent: -999px;
            cursor: pointer;
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
        }

            .owl-carousel-1 .owl-dots .owl-dot.active {
                background-color: #FAAE1C;
            }

    .owl-carousel-1 .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 2rem;
    }

        .owl-carousel-1 .owl-nav .owl-prev,
        .owl-carousel-1 .owl-nav .owl-next {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #221F1F;
        }

    .owl-carousel-1 .card-owl {
        font-size: 0.875rem;
        text-align: center;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        transition: all 0.15s ease-in-out;
        position: relative;
        z-index: 1;
    }

        .owl-carousel-1 .card-owl::before {
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            /*background-color: #0000007d;*/
            background-color: #222222;
            background-blend-mode: overlay;
            /*-webkit-filter: blur(15px);
	backdrop-filter: blur(15px);*/
            opacity: 0.7;
            content: "";
            z-index: -1;
        }

        .owl-carousel-1 .card-owl > .card-body {
            padding-top: 2.5rem;
            padding-bottom: 2.5rem;
            position: relative;
        }

    .owl-carousel-1 .owl-item-start .card-owl::before {
        border-radius: 1rem 0 0 1rem;
    }

    .owl-carousel-1 .owl-item-end .card-owl::before {
        border-radius: 0 1rem 1rem 0;
    }

    .owl-carousel-1 .owl-item-center .card-owl > .card-body {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .owl-carousel-1 .owl-item-center .card-owl::before {
        background-color: #434343;
        opacity: 0.9;
    }

    .owl-carousel-1 .owl-item-center .card-owl > .card-body::before,
    .owl-carousel-1 .owl-item-center .card-owl > .card-body::after {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        height: 50px;
        background-color: #434343;
        opacity: 0.9;
        content: "";
    }

    .owl-carousel-1 .owl-item-center .card-owl > .card-body::before {
        top: -50px;
        border-radius: 1rem 1rem 0 0;
    }

    .owl-carousel-1 .owl-item-center .card-owl > .card-body::after {
        bottom: -50px;
        border-radius: 0 0 1rem 1rem;
    }

    .owl-carousel-1 .card-owl .price {
        font-size: 1.4375rem;
    }

    .owl-carousel-1 .card-owl .period {
        font-size: 1rem;
    }

@media (min-width: 992px) {
    .owl-carousel-1 {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }

        .owl-carousel-1 .owl-nav .owl-prev {
            left: 0;
        }

        .owl-carousel-1 .owl-nav .owl-next {
            right: 0;
        }
}

@media (min-width: 1400px) {
}

@media (min-width: 1920px) {
    .owl-carousel-1 .card-owl {
        font-size: 1rem;
    }
}


/*-----------------------
Owl Carousel 2
-------------------------*/
.owl-carousel-2 {
    position: relative;
}

    .owl-carousel-2 .owl-item {
        text-align: center;
    }

        .owl-carousel-2 .owl-item:hover {
            /*z-index: 9999;
	transform: scale(1.1);
	transition: all .2s ease-in-out;*/
        }

    .owl-carousel-2 .owl-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 2rem;
    }

        .owl-carousel-2 .owl-nav .owl-prev,
        .owl-carousel-2 .owl-nav .owl-next {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 54px;
            color: #221F1F;
        }

        .owl-carousel-2 .owl-nav .owl-prev {
            left: 0;
        }

        .owl-carousel-2 .owl-nav .owl-next {
            right: 0;
        }

        .owl-carousel-2 .owl-nav .disabled {
            opacity: 0.1;
        }

    .owl-carousel-2 .item-img {
        display: flex;
        overflow: hidden;
    }

        .owl-carousel-2 .item-img img {
            border-radius: .5rem;
            width: 100%;
        }

@media (min-width: 768px) {
}


/*-----------------------
Card 1
-------------------------*/
.card-1 {
    background-color: rgba(141, 141, 141, 0.22);
    border: 0;
}

    .card-1 hr {
        border-color: #fff;
    }

@media (min-width: 1200px) {
    .card-1 > .card-body {
        padding: 2.125rem;
    }
}


/*-----------------------
Media 1
-------------------------*/
.media.v1 {
    transition: all 0.15s ease-in-out;
}

    .media.v1 .media-link {
        display: block;
        color: inherit;
        text-decoration: none;
    }

    .media.v1 .media-body {
        /*border: 2px solid #7f7f7f;*/
        transition: all 0.15s ease-in-out;
        position: relative;
        overflow: hidden;
    }

    .media.v1 .media-img {
        display: block;
        height: 142px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    /*.media.v1.logo {
	height: 142px;
}*/
    .media.v1.logo {
        width: 120px;
    }

        .media.v1.logo img {
            max-width: 98px;
            max-height: 46px;
            width: auto;
            height: auto;
        }

@media (min-width: 768px) {
    .media.v1.logo {
        width: 230px;
    }

        .media.v1.logo img {
            max-width: 171px;
            max-height: 73px;
        }
}


/*-----------------------
Media 2
-------------------------*/
.media-link-2 {
    display: block;
    height: 156px;
}

    .media-link-2 img {
        border-radius: 0.625rem;
    }

@media (min-width: 768px) {
    .media-link-2 {
        height: 386px;
    }
}


.tabs-component.v2 .nav-tabs {
    border-bottom: 0;
}

    .tabs-component.v2 .nav-tabs .nav-item {
        margin-bottom: 0;
        position: relative;
    }

    .tabs-component.v2 .nav-tabs .nav-link {
        border: 0;
        color: #fff;
        font-size: 0.875rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        background-color: transparent;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        position: relative;
    }

        .tabs-component.v2 .nav-tabs .nav-link:hover,
        .tabs-component.v2 .nav-tabs .nav-link:focus {
            color: #F9AD1C;
        }

        .tabs-component.v2 .nav-tabs .nav-link.disabled {
            color: #6c757d;
        }

        .tabs-component.v2 .nav-tabs .nav-link.active,
        .tabs-component.v2 .nav-tabs .nav-item.show .nav-link {
            color: #F9AD1C;
        }

@media (min-width: 768px) {
    .tabs-component.v2 .nav-tabs .nav-link {
        font-size: 1.25rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


.tabs-component.v7 .nav-tabs {
    border-bottom: 0;
}

    .tabs-component.v7 .nav-tabs .nav-item {
        margin-bottom: 0;
        position: relative;
    }

    .tabs-component.v7 .nav-tabs .nav-link {
        width: 150px;
        border: 0;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        background-color: transparent;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        position: relative;
    }

        .tabs-component.v7 .nav-tabs .nav-link:hover,
        .tabs-component.v7 .nav-tabs .nav-link:focus {
            color: #F9AD1C;
        }

        .tabs-component.v7 .nav-tabs .nav-link.disabled {
            color: #6c757d;
        }

        .tabs-component.v7 .nav-tabs .nav-link.active,
        .tabs-component.v7 .nav-tabs .nav-item.show .nav-link {
            color: #F9AD1C;
        }


.season-list.v1 .season-list-link {
    display: block;
    color: #fff;
    text-decoration: none;
    border: 3px solid transparent;
    border-radius: 0.875rem;
    transition: all 0.15s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

    .season-list.v1 .season-list-link:hover {
        border-color: #F9AD1C;
        transform: scale(1.05);
        z-index: 4;
    }

    .season-list.v1 .season-list-link .image {
        display: block;
        height: 110px;
        position: relative;
    }

        .season-list.v1 .season-list-link .image::before {
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
            border-radius: 0.875rem;
            content: "";
            z-index: 1;
        }

    .season-list.v1 .season-list-link .description {
        position: absolute;
        left: 20px;
        bottom: 10px;
        z-index: 2;
    }

        .season-list.v1 .season-list-link .description .title {
            display: block;
            line-height: 1.2424242424242424;
            font-weight: 500;
        }

        .season-list.v1 .season-list-link .description .season-nr {
            display: block;
            color: #A2A2A2;
            line-height: 1.2424242424242424;
            font-weight: 500;
        }

    .season-list.v1 .season-list-link .link-icon {
        position: absolute;
        top: -45px;
        right: -45px;
        font-size: 250px;
        line-height: 1;
        opacity: 0;
        z-index: 4;
        transition: all 0.15s ease-in-out;
    }

    .season-list.v1 .season-list-link:hover .link-icon {
        opacity: 0.2;
    }

@media (min-width: 768px) {
    .season-list.v1 .season-list-link .image {
        height: 233px;
    }
}

@media (max-width: 991.98px) {
    .season-list-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .season-list-content .season-list {
            min-width: 900px;
        }
}


.nav-2 {
    margin-bottom: 1.875rem;
}

    .nav-2 .nav-link {
        color: #fff;
        text-decoration: none;
    }

        .nav-2 .nav-link:hover, .nav-2 .nav-link:focus {
            color: #FBAD1C;
        }

        .nav-2 .nav-link.disabled {
            color: #6c757d;
        }

        .nav-2 .nav-link.active,
        .nav-2 .nav-item.show .nav-link {
            color: #FBAD1C;
        }

    .nav-2 .dropdown-menu {
        border-radius: 0;
        background: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(8px);
    }

        .nav-2 .dropdown-menu .dropdown-item {
            color: #fff;
            text-decoration: none;
        }

            .nav-2 .dropdown-menu .dropdown-item:hover, .nav-2 .dropdown-menu .dropdown-item:focus,
            .nav-2 .dropdown-menu .dropdown-item.active, .nav-2 .dropdown-menu .dropdown-item:active {
                color: #FBAD1C;
                background-color: transparent;
            }


/*-----------------------
Table 1
-------------------------*/
.table-1 {
    color: inherit;
}

    .table-1 td {
        border-top-color: #707070;
    }

    .table-1 tr:first-child td {
        border-top: 0;
    }

    .table-1 tbody + tbody {
        border-top-color: rgba(255, 255, 255, 0.79);
    }


/*-----------------------
Media 2
-------------------------*/
.media.v2 {
    font-size: 0.6875rem;
    text-align: left;
    transition: all 0.15s ease-in-out;
}

    .media.v2 .media-link {
        display: block;
        color: #fff;
        text-decoration: none;
    }

    .media.v2 .media-body {
        border-right: 1px solid #707070;
        transition: all 0.15s ease-in-out;
        position: relative;
        overflow: hidden;
    }
    /*.media.v2:hover .media-body {
	border-color: #1EA5DE;
}*/
    .media.v2 .media-img {
        display: block;
        height: 70px;
        position: relative;
        z-index: 1;
    }

        .media.v2 .media-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            position: absolute;
        }
    /*.media.v2 .media-img::before {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	content: "";
	z-index: -1;
}*/
    .media.v2 .media-wrapper {
        position: absolute;
        /*left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;*/
        left: 10px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 2;
    }

    .media.v2 .media-hours {
        position: absolute;
        left: 10px;
        bottom: 10px;
        line-height: 1.1851851851851851;
        z-index: 3;
    }

    .media.v2 .media-title {
        display: block;
        color: #FBAE1F;
        line-height: 1.1851851851851851;
        text-transform: uppercase;
    }

    .media.v2 .media-season {
        display: block;
        color: #FBAE1F;
        line-height: 1.1851851851851851;
    }

    .media.v2 .media-details {
        display: block;
        line-height: 1.3333333333333333;
    }

    .media.v2 .sep {
        color: #1EA5DE;
    }

@media (min-width: 768px) {
    .media.v2 {
        font-size: 1.125rem;
    }
}


.schedule {
    font-weight: 300;
}

    .schedule .item {
        border-right: 1px solid #707070;
    }

@media (min-width: 768px) {
    .schedule {
        font-size: 1.1875rem;
    }

    .media.v2 .media-img {
        height: 103px;
    }
}


.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

    .svg-inline--fa.fa-w-8 {
        width: 0.5em;
    }

    .svg-inline--fa.fa-w-12 {
        width: 0.75em;
    }

    .svg-inline--fa.fa-w-14 {
        width: 0.875em;
    }

    .svg-inline--fa.fa-w-16 {
        width: 1em;
    }

    .svg-inline--fa.fa-w-20 {
        width: 1.25em;
    }


/*-----------------------
List logos
-------------------------*/
.list-logos-1 {
    list-style: none;
    padding-left: 0;
}

    .list-logos-1 > li {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
/*.list-logos-1 img {
	display: block;
}*/


/*-----------------------
List Services 1
-------------------------*/
.list-services-1 {
    list-style: none;
    padding-left: 0;
}

    .list-services-1 .list-item-body {
        margin-top: 0.3125rem;
        margin-bottom: 0.3125rem;
        background-color: #303030;
        border-radius: 0.375rem;
    }

    .list-services-1 .list-movie {
        width: 54px;
        height: 54px;
    }

        .list-services-1 .list-movie img {
            border-top-left-radius: 0.375rem;
            border-bottom-left-radius: 0.375rem;
        }

    .list-services-1 .list-logo {
        height: 90px;
    }

        .list-services-1 .list-logo img {
            width: auto;
            height: auto;
            max-width: 140px;
            max-height: 50px;
        }

    .list-services-1 .active.list-item-body {
        border-color: #FBAD1C;
    }

    .list-services-1 .list-add {
        color: #A2A2A2;
        font-size: 1rem;
        height: 40px;
        background-color: #252525;
        border-bottom-right-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .list-services-1 .active.list-item-body .list-add {
        color: #FBAD1C;
    }

@media (min-width: 576px) {
}


/*-----------------------
Others
-------------------------*/
@media (min-width: 1200px) {
    .px-container-lg {
        padding-left: 60px;
        padding-right: 60px;
    }

    .pl-container-lg {
        padding-left: 60px;
    }

    .pr-container-lg {
        padding-right: 60px;
    }
}

.blur-4px {
    filter: blur(4px);
}

.mw-366px {
    max-width: 366px;
}

.mw-823px {
    max-width: 823px;
}

.mw-966px {
    max-width: 966px;
}

.mb-40px {
    margin-bottom: 2.5rem;
}

.opacity-50 {
    opacity: 0.5;
}

.rounded-xl {
    border-radius: 0.875rem;
}

.menu {
    padding-left: calc(148px - 15px);
}

.w-24px {
    width: 24px;
}

.h-24px {
    height: 24px;
}

.w-63 {
    width: 63px;
}

.h-63 {
    height: 63px;
}

.w-266 {
    width: 266px;
}

.h-266 {
    height: 266px;
}

.w-300 {
    width: 300px;
}

.w-330 {
    width: 330px;
}

.w-368 {
    width: 368px;
}

.h-330 {
    height: 330px;
}

.w-256 {
    width: 256px;
}

.w-116px {
    width: 116px;
}

.w-230px {
    width: 230px;
}

.image-fit {
    position: relative;
}

    .image-fit > img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
    }

.shadow-1 {
    box-shadow: 17px 5px 12px rgba(0,0,0,0.16);
}

.card-radio-toggle-class,
.card-check-toggle-class {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    cursor: pointer;
    z-index: 10;
}

.fc-top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.28;
    z-index: 2;
}

.font-16 {
    font-size: 1rem;
}


/*-----------------------
Colors
-------------------------*/
.text-primary {
    color: #faae1c !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #faae1c !important;
}

.text-secondary {
    color: #80caff !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #80caff !important;
}

.text-black {
    color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
    color: #000 !important;
}

.text-gray-light {
    color: #A5A5A5 !important;
}

a.text-gray-light:hover, a.text-gray-light:focus {
    color: #A5A5A5 !important;
}

.text-gray-medium {
    color: #8D8D8D !important;
}

a.text-gray-medium:hover, a.text-gray-medium:focus {
    color: #8D8D8D !important;
}

.bg-primary {
    background-color: #faae1c !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #faae1c !important;
}

.bg-secondary {
    background-color: #00A0EC !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #00A0EC !important;
}

.bg-black {
    background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
    background-color: #000 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-black {
    border-color: #000 !important;
}

.border-primary {
    border-color: #faae1c !important;
}

.border-secondary {
    border-color: #00A0EC !important;
}

.fill-primary path {
    fill: #faae1c !important;
}


/*-----------------------
FORMS
-------------------------*/
.form-control {
    font-family: 'tk-acumin-pro', Arial, sans-serif;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .form-control:focus {
        background-color: #f7f7f7;
        border-color: #faae1c;
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
    }

.custom-select {
    font-family: 'tk-acumin-pro', Arial, sans-serif;
    /*font-weight: inherit;*/
    /*background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;*/
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='rgb(73, 80, 87)' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 13px;
    background-color: #fff;
}

    .custom-select:focus {
        background-color: #f7f7f7;
        border-color: #faae1c;
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
    }

.form-control,
.custom-select {
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.07);
}

.custom-control-label::before {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    /*border-color: #28a745;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);*/
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23343a40' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 13px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    /*border-color: #dc3545;	
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);*/
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23343a40' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 13px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


.form-1 .form-control {
    color: #fff;
    background-color: rgba(141, 141, 141, 0.22);
    border-color: rgba(141, 141, 141, 0.22);
}

    .form-1 .form-control:focus {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.22);
    }

.form-1 [class*="icon-toogle-"] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

    .form-1 [class*="icon-toogle-"] .fa-svg {
        fill: #727272;
    }


/*-----------------------
FORMS Material
-------------------------*/
.form-material .form-control,
.form-material .custom-select {
    border-width: 0 0 1px 0;
    border-color: #cecece;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

    .form-material .form-control:focus,
    .form-material .custom-select:focus {
        border-color: #004b7c;
    }

.form-material .custom-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='rgb(162, 167, 190)' d='M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z'/%3E%3C/svg%3E");
}


/*-----------------------
Forms: radio + checkbox
-------------------------*/
.custom-control {
    /*min-height: 1.5rem;
	padding-left: 1.5rem;*/
    padding-left: 1.875rem;
}

.custom-control-inline {
    /*margin-right: 1rem;*/
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #000;
    border-color: #FBAD1C;
    background-color: #FBAD1C;
}

.custom-control-input:focus ~ .custom-control-label::before {
    /*box-shadow: 0 0 0 0.2rem rgba(128, 202, 255, 0.25);*/
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    /*border-color: #80bdff;*/
    border-color: rgba(141, 141, 141, 0.22);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #000;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

    .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #e9ecef;
    }

.custom-control-label::before {
    /*top: 0.25rem;
	left: -1.5rem;
	width: 1rem;
	height: 1rem;*/
    top: -0.063rem;
    left: -1.875rem;
    width: 1.375rem;
    height: 1.375rem;
    background-color: rgba(141, 141, 141, 0.22);
    border-color: rgba(141, 141, 141, 0.22);
}

.custom-control-label::after {
    /*top: 0.25rem;
	left: -1.5rem;
	width: 1rem;
	height: 1rem;*/
    top: -0.063rem;
    left: -1.875rem;
    width: 1.375rem;
    height: 1.375rem;
    /*background: no-repeat 50% / 50% 50%;*/
}

.custom-checkbox .custom-control-label::before {
    /*border-radius: 0.25rem;*/
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");*/
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3e%3cpath fill='rgb(0, 0, 0)' d='M16.074,0.002 C16.470,-0.005 16.803,0.001 17.075,0.122 C17.703,0.402 18.286,1.475 17.846,2.357 C17.637,2.775 17.231,3.073 16.921,3.394 C16.305,4.032 15.689,4.671 15.072,5.309 C13.043,7.410 11.014,9.512 8.986,11.613 C8.523,12.092 8.061,12.571 7.599,13.050 C7.343,13.315 7.126,13.627 6.790,13.808 C6.577,13.922 6.126,14.066 5.750,13.968 C4.970,13.764 4.483,13.036 4.016,12.491 C3.682,12.172 3.348,11.853 3.014,11.534 C2.438,10.935 1.902,10.291 1.319,9.698 C0.950,9.322 0.481,9.008 0.202,8.541 C-0.158,7.938 0.012,7.071 0.356,6.586 C0.698,6.104 1.728,5.826 2.360,6.227 C2.880,6.557 3.283,7.143 3.708,7.583 C4.491,8.381 5.275,9.180 6.058,9.978 C6.096,9.964 6.135,9.951 6.173,9.938 C6.294,9.590 6.742,9.309 6.982,9.060 C7.624,8.395 8.266,7.730 8.908,7.065 C11.027,4.857 13.146,2.649 15.265,0.441 C15.498,0.260 15.851,0.182 16.074,0.002 Z'/%3e%3c/svg%3e");
    background-size: 55% 55%;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #FBAD1C;
    background-color: #FBAD1C;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");*/
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
    /*-webkit-transform: scale(0);
	transform: scale(0);*/
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
    border-color: #80caff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");*/
    background-image: none;
    background-color: #80caff;
    border-radius: 50%;
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(128, 202, 255, 0.5);
}

/*.was-validated .custom-control-input:valid ~ .custom-control-label, 
.custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, 
.custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #28a745;
}*/
/*.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, 
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}*/
.was-validated .custom-radio .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #28a745;
    background-color: transparent;
}

.was-validated .custom-radio .custom-control-input:valid:checked ~ .custom-control-label::after,
.custom-radio .custom-control-input.is-valid:checked ~ .custom-control-label::after {
    background-color: #28a745;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    /*box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);*/
    box-shadow: none;
}
/*.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, 
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, 
.custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745;
}*/

/*.was-validated .custom-control-input:invalid ~ .custom-control-label, 
.custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, 
.custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, 
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}*/
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    /*box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);*/
    box-shadow: none;
}
/*.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, 
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #dc3545;
}*/


/*-----------------------
FORMS: Floating Labels
-------------------------*/
.floating-labels .form-group {
    margin-bottom: 1.375rem;
    position: relative;
}

.floating-labels .label-floating {
    position: absolute;
    top: 0;
    left: 0;
    cursor: text;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 2;
}

    .floating-labels .label-floating.focused {
        padding-left: 0;
        /*color: #007bff;*/
        font-size: 0.875rem;
        /*-webkit-transform: translateY(-70%);
    transform: translateY(-70%);*/
        -webkit-transform: translateY(-76%);
        transform: translateY(-76%);
        opacity: 0.8;
    }

.floating-labels .label-floating-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

    .floating-labels .label-floating-sm.focused {
        padding-left: 0;
        font-size: 0.75rem;
    }

.floating-labels .label-floating-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
}

    .floating-labels .label-floating-lg.focused {
        padding-left: 0;
        font-size: 1rem;
    }

@media (min-width: 576px) {
    .floating-labels .form-group {
        margin-bottom: 1.563rem;
    }
}


/*-----------------------
BUTTONS
-------------------------*/
.btn {
    position: relative;
}

.btn-lg,
.btn-group-lg > .btn {
}

.btn-xl,
.btn-group-xl > .btn {
    padding: 1.25rem 1.5rem;
    font-size: 1.438rem;
    line-height: 1.5;
    border-radius: 0.4rem;
}

.btn-primary {
    color: #000;
    background-color: #faae1c;
    border-color: #faae1c;
}

    .btn-primary:hover {
        color: #000;
        background-color: #ec9b00;
        border-color: #ec9b00;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #000;
        background-color: #faae1c;
        border-color: #faae1c;
        box-shadow: 0 0 0 0.2rem rgba(250, 174, 28, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #000;
        background-color: #faae1c;
        border-color: #faae1c;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #000;
        background-color: #ec9b00;
        border-color: #ec9b00;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(250, 174, 28, 0.5);
        }

.btn-outline-primary {
    color: #faae1c;
    border-color: #faae1c;
}

    .btn-outline-primary:hover {
        color: #000;
        background-color: #faae1c;
        border-color: #faae1c;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(250, 174, 28, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #faae1c;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #000;
        background-color: #faae1c;
        border-color: #faae1c;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(250, 174, 28, 0.5);
        }

    .btn-outline-primary .fa-svg {
        fill: #F9AD1C;
    }

    .btn-outline-primary:hover .fa-svg {
        fill: #000;
    }

.btn-outline-secondary {
    color: #000;
    border-color: #000;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #000;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
        }

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-white:hover {
        color: #000;
        background-color: #ec9b00;
        border-color: #ec9b00;
    }

    .btn-outline-white:focus, .btn-outline-white.focus {
        box-shadow: 0 0 0 0.2rem rgba(250, 174, 28, 0.5);
    }

    .btn-outline-white.disabled, .btn-outline-white:disabled {
        color: #fff;
        background-color: transparent;
    }

    .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
        color: #000;
        background-color: #ec9b00;
        border-color: #ec9b00;
    }

        .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(250, 174, 28, 0.5);
        }

.btn-outline-light-1 {
    color: #a9a5a5;
    border-color: #a9a5a5;
}

    .btn-outline-light-1:hover {
        color: #000;
        background-color: #e5e5e5;
        border-color: #e5e5e5;
    }

    .btn-outline-light-1:focus, .btn-outline-light-1.focus {
        box-shadow: 0 0 0 0.2rem rgba(169, 165, 165, 0.5);
    }

    .btn-outline-light-1.disabled, .btn-outline-light-1:disabled {
        color: #a9a5a5;
        background-color: transparent;
    }

    .btn-outline-light-1:not(:disabled):not(.disabled):active, .btn-outline-light-1:not(:disabled):not(.disabled).active, .show > .btn-outline-light-1.dropdown-toggle {
        color: #000;
        background-color: #e5e5e5;
        border-color: #e5e5e5;
    }

        .btn-outline-light-1:not(:disabled):not(.disabled):active:focus, .btn-outline-light-1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-1.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(169, 165, 165, 0.5);
        }

.btn-link-white {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

    .btn-link-white:hover {
        color: #000;
        background-color: #faae1c;
        border-color: #faae1c;
    }

    .btn-link-white:focus, .btn-link-white.focus {
        color: #000;
        background-color: #faae1c;
        border-color: #faae1c;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

    .btn-link-white.disabled, .btn-link-white:disabled {
        color: #fff;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link-white:not(:disabled):not(.disabled):active, .btn-link-white:not(:disabled):not(.disabled).active, .show > .btn-link-white.dropdown-toggle {
        color: #faae1c;
        background-color: transparent;
        border-color: transparent;
    }

        .btn-link-white:not(:disabled):not(.disabled):active:focus, .btn-link-white:not(:disabled):not(.disabled).active:focus, .show > .btn-link-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

.btn-link-light {
    color: #C9C9C9;
    background-color: transparent;
    border-color: transparent;
    border-width: 3px;
}

    .btn-link-light:hover {
        color: #C9C9C9;
        background-color: transparent;
        border-color: transparent;
        opacity: 0.8;
    }

    .btn-link-light:focus, .btn-link-light.focus {
        color: #C9C9C9;
        background-color: transparent;
        border-color: transparent;
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
    }

    .btn-link-light.disabled, .btn-link-light:disabled {
        color: #C9C9C9;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link-light:not(:disabled):not(.disabled):active, .btn-link-light:not(:disabled):not(.disabled).active, .show > .btn-link-light.dropdown-toggle {
        color: #C9C9C9;
        background-color: transparent;
        border-color: transparent;
        opacity: 0.8;
    }

        .btn-link-light:not(:disabled):not(.disabled):active:focus, .btn-link-light:not(:disabled):not(.disabled).active:focus, .show > .btn-link-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

    .btn-link-light .fa-svg {
        fill: #C9C9C9;
    }


/*-----------------------
Page Overlay
-------------------------*/
.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    visibility: hidden;
    opacity: 0;
    z-index: 400;
}

.navbar-open .page-overlay {
    visibility: visible;
    opacity: 1;
}

.page-overlay.menu {
    background: url("../images/menu-page-overlay.png") 0 100% no-repeat;
    background-size: cover;
}


/*-----------------------
Fonts General
-------------------------*/
strong,
.font-weight-bold {
    font-weight: 700;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-medium {
    font-weight: 500;
}


/*-----------------------
Custom Icons SVG
-------------------------*/
.fa-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: #333;
    font-size: inherit;
    vertical-align: -0.125em;
    transition: fill 0.15s ease-in-out;
    -webkit-transition: fill 0.15s ease-in-out;
}

.fa-svg-w-6 {
    width: 0.375em;
}

.fa-svg-w-10 {
    width: 0.625em;
}

.fa-svg-w-12 {
    width: 0.75em;
}

.fa-svg-w-14 {
    width: 0.875em;
}

.fa-svg-w-15 {
    width: 0.9375em;
}

.fa-svg-w-16 {
    width: 1em;
}

.fa-svg-w-17 {
    width: 1.063em;
}

.fa-svg-w-18 {
    width: 1.125em;
}

.fa-svg-w-19 {
    width: 1.188em;
}

.fa-svg-w-20 {
    width: 1.25em;
}

.fa-svg-w-21 {
    width: 1.313em;
}

.fa-svg-w-22 {
    width: 1.375em;
}

.fa-svg-w-24 {
    width: 1.5em;
}

.fa-svg-w-30 {
    width: 1.875em;
}


/**
 * jquery-bootstrap-scrolling-tabs
 * @version v2.6.1
 * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
 * @author Mike Jacobson <michaeljjacobson1@gmail.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */


.scrtabs-tab-container {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
}

.scrtabs-tabs-fixed-container {
    overflow: hidden;
}

.scrtabs-tabs-movable-container {
    position: relative;
}

    .scrtabs-tabs-movable-container .tab-content {
        display: none;
    }

.scrtabs-tab-scroll-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    display: none;
    z-index: 2;
}

    .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {
        left: 0;
        background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    }

    .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right {
        right: 0;
        background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    }

    .scrtabs-tab-scroll-arrow .glyphicon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: 0;
        color: #fff;
        font-size: 1.5rem;
        font-family: FabricMDL2Icons;
        content: "\EA3B";
    }

        .scrtabs-tab-scroll-arrow .glyphicon::before {
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            font-family: FabricMDL2Icons;
        }

    .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left .glyphicon::before {
        content: "\E76B";
    }

    .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right .glyphicon::before {
        content: "\E76C";
    }

    .scrtabs-tab-scroll-arrow,
    .scrtabs-tab-scroll-arrow .scrtabs-click-target {
        cursor: pointer;
    }

        .scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
            cursor: default;
        }

        .scrtabs-tab-scroll-arrow.scrtabs-disable,
        .scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
            color: #ddd;
            cursor: default;
        }

            .scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
                background-color: initial;
            }
.validation-message {
    position: absolute;
    right: 1rem;
    top: 15%;
    transform: translateY(-50%);
    z-index: 1;
    font-size:12px;
}
#cookie-policy .modal-content, #privacy-policy .modal-content, #terms-of-use .modal-content {
    background-image: url("../img/bg-pop-up-image.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #666;
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Montserrat', Arial, sans-serif;
}

#cookie-policy .primary-title, #privacy-policy .primary-title, #terms-of-use .primary-title {
    font-size: 1.5rem;
}
.modal-header .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0;
    margin: 0;
    float: none;
    font-size: 1.375rem;
    font-weight: inherit;
    text-shadow: none;
    opacity: 1;
}