body {
    /* background: #232323 !important; */
    font-family: 'Abel', sans-serif !important;
}

.pane-close {
    color: white;
    font-size: 24px;
    cursor: pointer;
    text-align: right;
}

.bx-viewport {
  height:200px
}

.pane-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

#requestSupport {
    color: white;
    border-color: white;
}

.pane-container {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1031;
}

.pane-area {
    position: absolute;
    width: 50%;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.pane-content {
    background: #2b2b2b;
    width: 50%;
    height: 100%;
    left: 50%;
    position: absolute;
}

.pane-close {
    height: 40px;
    text-align:right;
    padding-right:1em;
    color:white !important;
}

.next-feature {
    margin-top: 4em;
    padding: 1.5em;
    background: #f4f4f4;
    border: 2px dashed #cecece;
}

p {
    font-size: 18px !important;
}

.next-feature .fs-30 {
    color: red;
}

#processSection {
    margin-top: -3px;
}

.plan-box .fa {
    font-size: 14px;
    margin-top: -3px
}

.hero {
    background-image: url('8_hero-bg.jpg'), url('2_bg-mask.png');
    background-repeat: repeat-y, no-repeat;
    height: 100vh;
    background-size: auto 85%, 100% auto;
    background-color: #000 !important;
    background-position: left, bottom;
    background-blend-mode: screen;
}

.plan-box {
    color: #333;
}

.plan-box button {
    display: block;
    width: 100%;
    border: none;
    font-weight: bold;
    background: rgb(255, 227, 0) !important;
    color: black;
    font-size: 24px;
    text-align: center;
    padding: .5em;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}



button.light {
  background: #e4e4e4 !important;
}

.plan-box .item {
    display: block;
    text-align: center;
    font-weight: 16px;
    padding: .25em;
    border-top: 1px solid #e4e4e4;
}

.item:last-child {
  padding-bottom:1em;
}

.plan-box .dark .item {
    border-top: 1px solid #222;
    background: #111;
}

.plan-box .container {
    background-color: white;
    padding: 0 !important;
    border-radius: 8px;
}

.price, .price-yearly, .price-monthly {
    font-size: 62px;
    text-align: center;
    padding: .5em .5em 0 .5em;
    display: block;
}

.price-interval{
  font-size:20px;
}

.interval, .interval-yearly, .interval-monthly {
    display: block;
    text-align: center;
    padding-bottom: 2em;
}

.preferred {
    background-image: url('4_ribbon-popular.png');
    background-position: 100% 0;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    /* margin-top:-1em; */
}

.plan-box .plan {
    display: block;
    color: black;
    font-size: 28px;
    text-align: center;
    padding: .5em .75em;
    background-color:#f4f4f4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.plan-box .dark .plan {
  color:white;
  background: #111;
}

.plan-box .dark {
  background:#222;
  color:white;
}

.navbar {
    padding: 1em 0 !important;
}

.nav-dark {
    background-color: #2b2b2b !important;
}

.item {
    font-size: 20px;
    padding: 0 0 .5em 2.5em;
    background-repeat: no-repeat;
}

.cases {
    padding: 0;
}

.cases li {
    list-style: none;
    padding: 0 0 .25em 2em;
    font-size: 20px;
    background-image: url('5_check.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 0 40%;
}

.cloud {
    background-image: url('6_cloud.png')
}

.nav-dark .btn-supreme {
    border-color: black !important;
    background: yellow;
    color: black !important;
    font-weight: bold;
}

.navbar .nav-link {
    text-transform: uppercase;
    color: white;
    float: none !important;
    padding: 0 1em !important;
}

.navbar .nav-item {
    text-transform: uppercase;
    color: white;
    width: auto !important;
    float: none !important;
    padding: 0 !important;
}

.nav-link:hover {
    color: yellow;
}

.navbar .btn {
    color: white;
    border-color: white;
}

.navbar .btn:hover {
    color: yellow;
    border-color: white;
}

.block {
    display: block;
}

.disclaimer {
    font-size: 90%;
}

.disclaimer a {
    padding: 0 10px !important;
    display: inline-block;
    color: #666;
}

.bx-wrapper {
    box-shadow: none !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
}

img {
    max-width: 100%;
    width: 100%;
}

img.auto {
    width: auto;
    text-align: center;
}

img.half {
    width: 50%;
    text-align: center;
}

h1, h2, h3 {
    font-weight: 500 !important;
}

h4 {
    font-size: 30px !important;
}

h1 {
    font-size: 58px !important;
}

h5 {
    font-size: 21px !important;
}

.vooFeaturesFixed {
    position: fixed;
    top: 77px;
    width: 100%;
    z-index: 3;
}

.vooFeaturesFixed .nav-link {
    padding: 15px 0 5px 0 !important;
}

.vooFeaturesFixed p {
    margin-bottom: 3px !important
}

.vooFeaturesFixed .fa {
  font-size: 19px !important;
}


.vooFeaturesFixed h5 {
    font-size: 18px !important;
}

.features-section {
    display: none;
}

.centered-text {
    text-align: center;
}

.features-section-active {
    display: block;
}

.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.switch {
    background-color: #868686;
    border-radius: 18px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    padding: 3px;
    position: relative;
    vertical-align: top;
    width: 56px;
    margin-left:10px;
    margin-top:2px;
}

.switch-input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.switch-label {
    background: #cecece none repeat scroll 0 0;
    border-radius: inherit;
    display: block;
    font-size: 10px;
    height: inherit;
    position: relative;
    text-transform: uppercase;
    transition: all 0.15s ease-out 0s;
    margin-left: -2px;
    margin-top: -3px;
}

.switch-label::before, .switch-label::after {
    line-height: 1;
    margin-top: -0.75em;
    position: absolute;
    top: 50%;
    transition: inherit;
}

/*
.switch-label::before {
    color: #aaa;
    content: attr(data-off);
    right: 11px;
}
.switch-label::after {
    color: white;
    content: attr(data-on);
    left: 11px;
    opacity: 0;
}
*/
.switch-input:checked~.switch-label {
    background: #ff4800 none repeat scroll 0 0;
}

/*
.switch-input:checked ~ .switch-label::before {
    opacity: 0;
}
.switch-input:checked ~ .switch-label::after {
    opacity: 1;
}
*/
.switch-handle {
    background-color: #fff;
    border-radius: 10px;
    height: 18px;
    left: 4px;
    position: absolute;
    top: 1px;
    transition: left 0.15s ease-out 0s;
    width: 18px;
}

.price-monthly, .interval-monthly {
    display: none;
}

.maxthumb {
    max-width: 130px !important;
}

.slant {
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 50% auto;
}

#pricingSection {
    padding: 4em 0 !important;
    background-image: url('1_marketing2.png'), url('3_slant-white.png');
    background-position: 100% 0%, 100% 100%;
    background-size: auto 50%, 50% auto;
    background-repeat: no-repeat, no-repeat;
    margin-top: -1px;
}

.switch-handle::before {
    background-color: #f9f9f9;
    border-radius: 6px;
    content: "";
    height: 12px;
    left: 50%;
    margin: -10px 0 0 -6px;
    position: absolute;
    top: 50%;
    width: 12px;
}

.switch-input:checked~.switch-handle {
    left: 38px;
}

.dark-section {
    background-color: #2b2b2b;
    color: white;
}

.dark-section h3 {
    color: yellow;
}

.highlight-color {
    color: rgb(255, 227, 0) !important;
}

.btn-warning {
    background-color: rgb(255, 227, 0) !important;
}

.page-container {
    padding: 8em 0 !important;
}

#previewVideo {
    left: 1%;
    width: 98%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

#actualVideo {
    left: 1% !important;
    width: 98% !important;
    height: 100%;
    position: absolute !important;
    cursor: pointer;
    min-width: 0 !important;
}

.preview-button, .preview-mask, .preview-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    cursor: pointer;
    background-size: 100% 100% !important;
    pointer-events: none !important;
}

.featherlight-content {
    width: 66%;
    height: 66%;
    background: black !important;
}

#featuresNav {
    transition: .5s all linear;
}

.featherlight-content iframe {
    background-color: black !important;
    background-image: url('7_image.jpeg');
    background-size: cover, 50px 50px;
    backgorund-repeat: no-repeat, no-repeat;
    background-position: center, center;
    height: 100% !important;
}

.preview-mask {
    /* background-color: #ffb100; */
    opacity: .8;
    width: 98%;
    height: 98%;
    left: 1%;
    top: 1%;
    transition: 1s all linear;
}

.preview-button {
    animation: videoPulse 1.25s infinite;
    background-position: 50% 50% !important;
    opacity: .9;
}

.preview-overlay {

}

.preview-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.activeNav {
    background: black;
}

#section--91643 {
    height: 100vh;
    margin-top: -86px;
}

#section-5894910000 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3 !important;
}

.features-section {
    display: none !important;
}

.features-section-active {
    display: block !important;
}

.section-inverse .nav-voo .nav-link {
    white-space: normal;
    color: #ccc !important;
}

.nav-voo .nav-link .fa {
    color: #f4d236;
    animation: pulse 1s infinite;
}

.nav-voo .nav-link.active .fa {
    color: #f44336;
    animation: none;
}

.nav-voo .nav-link.active {
    color: black !important;
}

.section-inverse .nav-voo .nav-link.active {
    color: white !important;
}

.nav-vooFeatures .nav-item {
    display: inline;
    padding: 0 !important
}

.nav-vooFeatures .nav-item .fa {
    font-size: 24px;
}

.nav-vooFeatures .nav-link {
    white-space: normal;
    color: #666 !important;
    padding: 30px 0 20px 0;
    height: 100%;
}

.minifiedMenu .nav-link {
    padding: 15px 0 10px 0;
}

.minifiedMenu .nav-link h5 {
    margin-bottom: 1px !important;
    font-size: 1em !important;
}

.nav-item {
    width: 14%;
    float: left;
    text-align: center;
}

.features-nav {
    padding: 0
}

.features-nav li:hover {
    cursor: pointer
}

.nav-link.active {
    background: white;
}

.nav-link.active .fa {
    color: red
}

@keyframes videoPulse {
    0% {
        background-size: 100% 100%;
    }

    50% {
        background-size: 90% 90%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.preview-container:hover .preview-mask {
    opacity: .33;
}

.preview-container:hover .preview-button {
    animation: none;
}

.navbar-toggler, .navbar-toggler-icon {
    color: white !important;
}

#loginButton {
    margin-right: 30px;
}

@media (max-width: 576px) {
  .navbar-brand {
    max-width:130px;
    margin-top: -4px;
  }
  .navbar {
    padding: .3em 0 !important;
  }

  .vooFeaturesFixed {
    top: 49px;
  }

}

@media (max-width: 768px) {
    .page-container {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    h1 {
        font-size: 42px !important;
    }

    .typed {
        display: block;
        height: 40px;
    }

    .typed-cursor {
        display: none !important;
    }

    .preview-container {
        margin-top: 2em;
        width: 50%;
        padding-bottom: 50%;
        left: 25%;
    }

    #heroSection {
        text-align: center;
    }

    .navbar-brand {
        margin-right: 2em !important;
    }

    .half-sm {
        max-width: 50%;
    }

    #featuresSection {
        background-image: none !important;
        padding-bottom: 1em !important;
    }

    #featuresSection section {
        padding-bottom: 1em !important;
    }

    .nav-item h5 {
        display: none !important;
    }

    .nav-item .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-item .nav-link p {
        margin: 0;
    }

    .bxslider .row {
        margin: 0 !important;
    }
}

@media (max-width: 992px) {
    .centered-text-mobile {
        text-align: center;
    }

    .pane-area {
        width: 0%;
    }

    .pane-content {
        width: 100%;
        left: 0%;
    }

    .plan-box {
        margin-bottom: 1em;
    }

    h1 {
        font-size: 48px !important;
    }

    #heroSection h4 {
      font-size: 23px !important;
    }

    h5 {
        font-size: 23px !important;
        margin-top: .5em !important;
    }

    .form-inline {
        display: block !important;
    }

    .form-inline button {
        display: inline-block;
        margin-top: 2em !important;
    }

    .form-inline .nav-item {
        text-align: left;
    }
}

@media (min-width: 1200px) {}
