.omg-hero {
    height: 100vh;
    background: url("/static/images/hero-min.png");
}

.omg-section {
    height: 100vh !important;
}

.navigation.sticky-nav {
    background: transparent !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.navigation.sticky-nav.navigation__landscape .navigation-menu > li > .navigation-menu__link {
    color: black !important;

}

.fixed-product {
    z-index: 499;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 50vw;
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
    .fixed-product {
        width: 40vw;
        top: 55% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .fixed-product {
        width: 36vw;
    }
}

.h-lg-100vh {
    height: 100vh;
}

@media (max-width: 992px) {
    .h-lg-100vh {
        height: 50vh !important;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.background-about {
    object-fit: cover;
    background: url("/static/images/background_about-min.png") no-repeat;
    background-size: 100%;
}

.background-video {
    object-fit: cover;
    background: url("/static/images/background_video-min.png") no-repeat;
    background-size: 100%;
}

.background-form {
    object-fit: cover;
    background: url("/static/images/background_lead-min.png") no-repeat;
    background-size: 100%;
}

#omg-match .omg-container {
    padding-left: 10vw;
    padding-right: 14vw;
    padding-top: 12vw;
}

.omg-container {
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 18vw;
}

.omg-center {
    position: relative;
    top: calc(50% - 10px); /* 50% - 3/4 of icon height */
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: -90%;
    display: block !IMPORTANT;
    color: #e73e11 !important;
    -ms-transform: translateY(-100%) translateX(-100%);
    -webkit-transform: translateY(-100%) translateX(-100%);
    transform: translateY(-100%) translateX(-100%);

}

.owl-next {
    position: absolute;
    top: 50%;
    right: 0%;
    display: block !IMPORTANT;
    border: 0px solid black;
    color: #ced32d !important;
    -ms-transform: translateY(-100%) translateX(-100%);
    -webkit-transform: translateY(-100%) translateX(-100%);
    transform: translateY(-100%) translateX(-100%);
}

.owl-prev > i, .owl-next > i {
    /*color: #0096ff;*/
}

.owl-nav [class*=owl-]:hover {
    background: unset !important;
    color: unset !important;
}

.owl-item .active {
    display: block;
}

.fa-owl {
    font-size: 120px;
    /*color: #0096ff !important;*/
}

@media only screen and (max-width: 768px) {
    .owl-prev {
        left: 0;
    }

    .owl-next {
        right: 0;
    }

    .fa-owl {
        font-size: 40px;
    }
}

.omg-pill {
    margin-bottom: 15px;
    height: 6px;
    width: 70px;
    background: #ced32d;
}

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

.map-container {
    width: 100%;
    height: 100%;
    padding-top: 20vh;
    padding-bottom: 10vh;
}

.container-lead {
    padding-top: 18rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
}

.lead-display {
    position: absolute;
    z-index: 55;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    max-height: 75vh;
}

.omg-form-padding {
    padding-top: 20vh !important;
}

@media only screen and (min-width: 768px) {
    .omg-form-padding {
        padding-top: 30vh !important;
    }

    .modal-omg {
        background: #ced40b;
        width: 100%;
        height: 100%;
    }

    .dialog-omg {
        max-width: unset;
        height: 100%;
        padding: 50px;
        margin: 0px !important;
    }
}

.btn-omg {
    color: #fff;
    background-color: #e73e11;
    border-color: #e73e11;
    font-size: 20px;
    padding: 15px 50px 15px 50px;
}

.btn-omg:hover {
    color: #fff;
    background-color: #e71f13;
    border-color: #e73e11;
}

.btn-omg:focus, .btn-omg.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 31, 19, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(231, 31, 19, 0.5);
}

.btn-omg.disabled, .btn-omg:disabled {
    color: #fff;
    background-color: #972b0b;
    border-color: #972b0b;
}

.btn-omg:not(:disabled):not(.disabled):active, .btn-omg:not(:disabled):not(.disabled).active,
.show > .btn-omg.dropdown-toggle {
    color: #fff;
    background-color: #e71f13;
    border-color: #e71f13;
}

.btn-omg:not(:disabled):not(.disabled):active:focus, .btn-omg:not(:disabled):not(.disabled).active:focus,
.show > .btn-omg.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 31, 19, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(231, 31, 19, 0.5);
}

label {
    color: #5d5e5d;
    font-size: 20px;
}

.form-control {
    border: none;
    border-bottom: solid 2px #5d5e5d;
    background: transparent;
}

.navigation-menu__item {
    height: 90px;
    width: 120px;
    text-align: center;
}

.nav-img {
    top: 10px;
    width: 110px;
}

.navigation-menu__item > a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
}

.navigation-menu__link {
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navigation-wrapper {
    padding-top: 30px;
}

.omg-container > h1 {
}

.omg-container-h1 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
}

.omg-match-h1 {
    margin-top: 5rem;
}

.product-item {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feature-title {
    position: absolute;
    bottom: calc(20% + 8rem);
    right: 10rem;
    font-weight: 900;
    font-size: 35px;
    color: #ced32d;
    z-index: 2;
    -ms-transform: translateY(30%);
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}

.rice-bg {
    background: url('/static/images/recipes/rice-min.png') no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .rice-bg {
        background: url('/static/images/recipes/rice_mobile-min.png') no-repeat;
        background-size: cover;
    }
}

.feijao-bg {
    background: url('/static/images/recipes/feijao-min.png') no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .rice-bg {
        background: url('/static/images/recipes/feijao_mobile-min.png') no-repeat;
        background-size: cover;
    }
}

.nachos-bg {
    background: url('/static/images/recipes/nachos-min.png') no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .nachos-bg {
        background: url('/static/images/recipes/nachos_mobile-min.png') no-repeat;
        background-size: cover;
    }
}

.bread-bg {
    background: url('/static/images/recipes/bread-min.png') no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .bread-bg {
        background: url('/static/images/recipes/bread_mobile-min.png') no-repeat;
        background-size: cover;
    }
}

.chicken-bg {
    background: url('/static/images/recipes/chicken-min.png') no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .chicken-bg {
        background: url('/static/images/recipes/chicken_mobile-min.png') no-repeat;
        background-size: cover;
    }
}

.hamburger-bg {
    background: url('/static/images/recipes/hamburger-min.png') no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .hamburger-bg {
        background: url('/static/images/recipes/hamburger_mobile-min.png') no-repeat;
        background-size: cover;
    }
}

.salad-bg {
    background: url('/static/images/recipes/salad-min.png') no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .salad-bg {
        background: url('/static/images/recipes/salad_mobile-min.png') no-repeat;
        background-size: cover;
    }
}

.pt-mobile {
    padding-top: 2rem;
}

.feature-content {
    height: 8rem;
    position: absolute;
    bottom: 20%;
    text-align: right;
    padding: 2vmin 10vmin 2rem 20vmin;
    color: white;
    background: #ced32d;
}

.fixed-cta {
    z-index: 501;
    position: fixed;
    top: 30px;
    right: 70px;
    font-weight: 900 !important;
    font-size: 0.8rem !important;
    line-height: 1rem !important;
    padding-top: 8px !important;
    padding-bottom: 20px !important;
}

.mobile-only {
    display: None;
}

@media only screen and (max-width: 1008px) {
    .fixed-cta {
        display: None;
    }
}

@media only screen and (max-width: 768px) {
    #omg-match .omg-container {
        padding-top: 25vw;
    }

    .mobile-only {
        display: Block;
    }

    .feature-content {
        padding: 5rem 2rem 3rem 2rem;
        bottom: 0;
        height: 13rem;
        text-align: center;
    }

    .feature-title {
        bottom: calc(10rem);
        right: 50%;
        font-weight: 900;
        font-size: 30px;
        color: white;
        z-index: 2;
        -ms-transform: translateX(50%) translateY(35%);
        -webkit-transform: translateX(50%) translateY(35%);
        transform: translateX(50%) translateY(35%);
    }

    .owl-prev {
        color: white !important;
        top: 60%;
        left: 0;
        -ms-transform: translateY(-100%) translateX(+100%);
        -webkit-transform: translateY(-100%) translateX(+100%);
        transform: translateY(-100%) translateX(+100%);

    }

    .owl-next {
        color: white !important;
        top: 60%;
        right: 0;
        -ms-transform: translateY(-100%) translateX(-100%);
        -webkit-transform: translateY(-100%) translateX(-100%);
        transform: translateY(-100%) translateX(-100%);
    }

    .omg-match-h1 {
        margin-top: 0;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-lg-6 {
        padding: 0;
    }

    .nav-img {
        display: None !important;
    }

    .navigation-menu__item {
        width: unset;
    }

    .omg-hero {
        height: 100vh;
        background: url("/static/images/hero-mobile-min.png");
    }

    .fixed-product {
        display: None;
    }

    .map-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pt-mobile {
        padding-top: 2rem;
    }

    .language-flags {
        display: None;
    }
}

.container-lead-subtext {
    font-size: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
    .container-lead {
        padding-top: 10rem;
    }

    .lead-display {
        display: None;
    }

    .background-form {
        padding-left: 20px;
        padding-right: 20px;
        background: #ced32d;
    }

    .omg-container > h1 {
        font-size: 28px;
    }

    .omg-container > h3 {
        font-size: 22px;
    }
}

.form-control, input {
    border-radius: 0 !important;
}

.form-control:focus {
    background-color: unset;
    border-color: unset;
}

.navigation-menu__link {
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.link-bg {
    background: url('/static/images/toggler-min.png') no-repeat;
    background-size: contain;
    background-position: center;
}


.close-video {
    color: #e73e11;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    opacity: 1;
}

.embed-responsive-item {
    height: 80vh;
    width: 100%;
    margin-top: 50px;
}

.video-body {
    max-width: 800px;
    position: relative;
    padding: 0;
}

.video-content {
    background: transparent;
    border: none;
    cursor: pointer;
}

.video-dialog {
    max-width: 800px;
    margin: 30px auto;
}