@font-face {
    font-family: "Roboto-Thin";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Roboto-Thin.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto-ThinItalic";
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/Roboto-ThinItalic.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto-Light";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Roboto-Light.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto-LightItalic";
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/Roboto-LightItalic.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto-Regular";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Roboto-Regular.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto-Italic";
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/Roboto-Italic.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto-Medium";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Roboto-Medium.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto-MediumItalic";
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/Roboto-MediumItalic.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto-Bold";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Roboto-Bold.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto-BoldItalic";
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/Roboto-BoldItalic.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto-Black";
    font-weight: 900px;
    font-style: normal;
    src: url("../fonts/Roboto-Black.ttf") format("opentype");
}
@font-face {
    font-family: "Roboto-BlackItalic";
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/Roboto-BlackItalic.ttf") format("opentype");
}
html, body {
    overflow-x: hidden;
}
.rblack {
    font-family: 'Roboto-Black';
}
h1 {
    color: #7f7f7f;
    text-align: center;
}
h2 {
    color: #7f7f7f;
    font-family: 'Roboto-Regular';
}
h3 {
    color: #7f7f7f;
    font-family: 'Roboto-Regular';
}
h4 {
    color: #7f7f7f;
    font-family: 'Roboto-Regular';
}
h5 {
    color: #7f7f7f;
    font-family: 'Roboto-Light';
}
h6 {
    color: #7f7f7f;
    font-family: 'Roboto-Light';
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.95;
    z-index: 1000;
}
.overlay img {
    position: absolute;
    top: 0%;
    left: 0%;
}
.fullscreen ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto-Black';
    text-align: center;
}
.fullscreen ul li {
    position: relative;
    list-style-type: none;
    margin: 20px 0;
    font-size: 26px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    cursor: pointer;
}
.fullscreen ul li a {
    color: #808080;
}
.overlay ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}
.navbar {
    border-width: 0px;
    background: transparent;
    height: 0;
}
.navbar-right {
    float: right;
}
.navbar-header {
    float: left;
}
.menu-toggle {
    float: right;
    font-size: 34px;
    color: #808185;
    margin-top: 2%;
    margin-right: 2%;
    cursor: pointer;
    padding: 0px 10px;
    border-radius: 0;
    background: rgba(255, 255, 255, 10);
    box-shadow: 2px 2px 10px #808185;
}
.header-carousel .home-carousel {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        .item, .active.left, .active.right {
            opacity: 0;
        }
        .active, .next.left, .prev.right {
            opacity: 1;
        }
        .next, .prev, .active.left, .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }
    .carousel-control {
        z-index: 2;
    }
}
.header-carousel .home-carousel {
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
}
.header-carousel .carousel-inner>.item>img {
    /*margin: 100px auto 0;*/
}
.header-carousel .carousel-indicators {
    /*bottom: -160px;*/
}
.header-carousel .carousel-indicators li {
    display: inline-block;
    width: 60px;
    height: 5px;
    margin: 5px;
    text-indent: 0;
    cursor: pointer;
    border: 1px solid #bababa;
    background-color: transparent;
}
.header-carousel .carousel-indicators .active {
    width: 60px;
    height: 5px;
    margin: 5px;
    background-color: #7e7e7e;
}
.header-carousel .carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none;
}
.home-row {
    padding: 0;
}
.product-img-row {
    padding-top: 25%;
}
.product-img img {
    margin: auto auto;
    width: auto;
    display: block;
    /* min-height: 700px; */
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    /* border-top-left-radius: 50% 50%; */
    /* border-top-right-radius: 50% 50%; */
    /* border-bottom-right-radius: 50% 50%; */
    /* border-bottom-left-radius: 50% 50%; */
}
.big-floss img {
    position: relative;
    top: 0;
    left: 0;
}
.small-floss img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.p-bar-animation {
    animation: grow 1.5s ease-out forwards;
    transform-origin: bottom;
}
.nutrition-floss-kg .row {
    padding: 20% 0 0;
}
.progress-bar-vertical {
    width: 10px;
    min-height: 805px;
    display: flex;
    align-items: flex-end;
    margin-left: 40px;
    float: left;
}
.progress-bar-danger {
    width: 100%;
    height: 0%;
}
.progress-bar-success {
    width: 100%;
    height: 0%;
}
.progress-bar-danger {
    background: #ff000b;
    background: -webkit-linear-gradient(#000, #ff000b);
    background: -o-linear-gradient(#000, #ff000b);
    background: -moz-linear-gradient(#000, #ff000b);
    background: linear-gradient(#000, #ff000b);
}
.progress-bar-success {
    /* background-color: #5cb85c; */
    /* background: repeating-linear-gradient(-45deg, #56aa1c, #b70c11 10px, #5ef900 10px, #92ff00 20px); */
    background: #5ef900;
    background: -webkit-linear-gradient(#000, #5ef900);
    background: -o-linear-gradient(#000, #5ef900);
    background: -moz-linear-gradient(#000, #5ef900);
    background: linear-gradient(#000, #5ef900);
}
@keyframes grow {
    from {
        transform: scaleY(0);
    }
}

.burger-img {
    margin: auto auto;
    position: relative;
    display: block;
}
.recipes-img {
    position: absolute;
    max-width: 100%;
    top: 45%;
    left: 25%;
}
.recipe-text-row {
    background: #ffffff;
}
.contact-form {
    font-family: 'Roboto-Regular';
    font-size: 20px;
    padding: 20px 15px;
    border-radius: 0;
    border-width: 2px;
    border-color: transparent;
    background-color: #f1f1f1;
}

.text-link {
    color: #808080;
}
.text-link:hover {
    text-decoration: none;
    color: #000000;
}
.btn-padding {
    padding-top: 55px;
}
.form-button {
    padding: 11px 10px;
}


.nutrition-sendbtn button {
    background: #58585a;
    color: #f9e8da;
    font-family: "Roboto-Regular";
    border: none;
    position: relative;
    height: 45px;
    font-size: 14px;
    padding: 0 40px;
    cursor: pointer;
    transition: 800ms ease all;
    outline: none;
    width: 35%;
}
.nutrition-sendbtn button:hover {
  background:#fff;
  color:#58585a;
}
.nutrition-sendbtn button:before,.nutrition-sendbtn button:after {
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #58585a;
  transition:400ms ease all;
}
.nutrition-sendbtn button:after {
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.nutrition-sendbtn button:hover:before,.nutrition-sendbtn button:hover:after {
  width:100%;
  transition:800ms ease all;
}


.background-a {
    background-image: url(../img/a.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    overflow: visible;
    margin-top: -420px;
}
.map-img {
    position: relative;
    z-index: 2;
}
.marker-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.underline {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-color: #a6a6a6;
}
.footer-text {
    font-family: 'Roboto-Regular';
    float: right;
}
.brand ul {
    list-style-type: none;
    margin-left: -25px;
}
.brand li {
    float: left;
    padding-right: 20px;
}
.gmap {
    width: 100%;
    height: 800px;
    bottom: 350px;
    margin-bottom: -350px;
}
.nutrition-counter {
    left: 40%;
}
.counter {
    position: absolute;
    font-size: 36px;
    top: 50%;
    right: 80%;
    color: #808080;
    text-align: center;
    font-weight: 100;
}


/* NAV */
.nutrition-logo img { padding: 50px 0 0 80px; }

.togacapital-select-language {
    cursor: pointer;
    float: right;
    font-size: 30px;
    color: #808185;
    margin-top: 40px;
    margin-right: 2%;
    cursor: pointer;
    padding: 0px 10px;
    border-radius: 0;
}

.togacapital-select-language img {
    display: inline-block;
    margin-right: 10px;
}

.togacapital-select-language .dropdown-menu {
    background-color: transparent;
    border: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.togacapital-select-language .dropdown-menu>li>a { padding: 0; background-color: transparent; }

/* ABOUT US */
.nutrition-headertext {
    padding: 0 0 10%
}

.nutrition-aboutus { padding: 0px 300px; }

.nutrition-aboutus h3 { line-height: 30px; }


.nutrition-floss h4.rblack {
    font-family: "Roboto-Bold";
    font-size: 24px;
}

.nutrition-floss h5 {
    font-family: "Roboto-LightItalic";
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 60px;
}

.nutrition-recipes h3 {
    font-family: "Roboto-Light";
    line-height: 30px;
}

.nutrition-contactus .form-group h3 {
    font-family: "Roboto-Bold";
}

.nutrition-brand ul li { margin-bottom: 10px; }

.nutrition-footer a h4.rblack:hover {
    text-decoration: none!important;
    color: #000;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
}

.nutrition-brand .smaller-logo{
    margin-top: 37px
}


/*-------------------------------Burger Carousel------------------------------*/

#burgerCarousel .carousel-control.left,
#burgerCarousel .carousel-control.right {
    background-image: none;
    filter: none;
    color: #ffffff;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 80px;
}

#burgerCarousel .carousel-control.left:hover, 
#burgerCarousel .carousel-control.right:hover{
    color: #000000;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
}

#burgerCarousel .carousel-inner .item img{
  margin: auto auto;
  cursor: -webkit-grabbing;
}

#burgerCarousel .burger-left-right{
    position: absolute;
    bottom: 16%;
    z-index: 15;
    width: 100%;
}

#burgerCarousel .burger-left-right .carousel-control{
    width: 60%;
}

/*------------------------------- transition fade ------------------------------*/
#recipes {
    padding: 80px 0 0;
}

#burgerCarousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

#burgerCarousel .carousel-inner .active {
  opacity: 1;
}
#burgerCarousel .carousel-inner .active.left,
#burgerCarousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#burgerCarousel .carousel-inner .next.left,
#burgerCarousel .carousel-inner .prev.right {
  opacity: 1;
}

/*------------------------------- Collapse ------------------------------*/

.collapse-choice {
    padding: 100px 0;
}

.collapse-choice h1 {
    font-family: 'Roboto-Black';
    color: #D0CFCD;
    font-size: 35px;
}

.collapse-choice.collapse-choice-cn h1 {
    font-family: 'Roboto-Black';
    color: #D0CFCD;
    font-size: 30px;
}

.collapse-choice.collapse-choice-cn h1:hover {
    color: #6d6e6e;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
}

.collapse-choice h1:hover{
    color: #6d6e6e;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
}

.collapse-choice a:hover{
    color: black;
    text-decoration:none;
    cursor: pointer;
}

.collapse-active{
    color: black;
    text-decoration:underline;
}

.collapse-active h1 {
    color: #6d6e6e;
    text-decoration: underline;
}

.collapse-choice.collapse-choice-cn .collapse-active h1 {
    color: #6d6e6e;
    text-decoration: underline;
}

.collapse-col {
    padding: 0 3%;
}

.collapse-row {
    padding-top: 5%;
    padding-left: 12%;
    padding-right: 12%;
}

/*.collapse-text{
    padding: 0 10%;
}*/

.collapse-text h4 {
    font-family: 'Roboto-Thin';
    color: #808185;
    line-height: 24px;
}


/*------------------------------- Carousel in Collapse ------------------------------*/
#collapse-row .carousel-control.left,
#collapse-row .carousel-control.right {
    background-image: none;
    filter: none;
    color: #a7a9ac;
    position: absolute;
    z-index: 5;
    top:50%;
    display: inline-block;
    font-size: 80px;
}

#collapse-row .carousel-control.left:hover, 
#collapse-row .carousel-control.right:hover{
    color: black;
    -webkit-transition: 350ms all ease;
    transition: 350ms all ease;
}

#burger-img-row{
    margin-bottom: -350px;
}

.sm-product-img img{
    display: none;
    margin: auto;
    width: 100%;
}

.home-carousel .carousel-inner h1.nutricarousel-title {
    position: absolute;
    bottom: 12%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    text-align: center;
    color: #ffffff;
    font-family: "Roboto-Thin";
    font-size: 45px;
    letter-spacing: 20px;
}

.home-carousel .nutrition-leftright {
    position: absolute;
    bottom: 15%;
    left: 0%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.home-carousel .nutrition-leftright .carousel-control { 
    width: 50%;
    font-size: 35px;
}

.google-map-content p{
    font-size: 10px;
}

.nutritaste-haccp h4 {
    bottom: 0;
    position: absolute;
}


@media screen and (max-width: 1440px) {
    .home-carousel .carousel-inner h1.nutricarousel-title {
        bottom: 11%;
        font-size: 24px;
    }

    .nutrition-logo img {
        padding: 20px 0 0 30px;
        width: 80%;
    }

    .background-a { margin-top: -445px; }

    .collapse-choice h1, .collapse-choice.collapse-choice-cn h1 { font-size: 30px; }

    #collapse-row .carousel-control.left, #collapse-row .carousel-control.right { font-size: 60px; }

    #burger-img-row { margin-bottom: -260px; }

    .product-img img {
        margin: 100px auto 30px;
    }
}


@media screen and (max-width: 1366px) {
    .nutrition-logo img {
        padding: 35px 0 0 35px;
        width: 75%;
    }

    .menu-toggle { font-size: 30px; }

    .fullscreen ul li { font-size: 24px; }

    .nutrition-aboutus {
        padding: 0px 200px;
    }

    .counter h1 { font-size: 30px; }

    .nutrition-floss h5 { margin-bottom: 30px; }

    .recipes-img { left: 13%; }

    #burger-img-row{ margin-bottom: -250px; }

    .product-img-row { padding-top: 32%; }

    .background-a { margin-top: -460px; }

    .nutrition-aboutus h3 {
        line-height: 24px;
        font-size: 18px;
    }

    .collapse-choice h1, .collapse-choice.collapse-choice-cn h1 { font-size: 24px; }

    .collapse-row {
        padding-top: 0%;
        padding-left: 10%;
        padding-right: 10%;
    }

    .collapse-text h3 { font-size: 18px; }
    .collapse-text h4 { font-size: 14px; }

    .nutrition-contactus .form-group h3 { font-size: 18px; }

    .nutrition-footer h3 { font-size: 18px; }

    #burgerCarousel .burger-left-right .carousel-control{
    font-size: 45px;
    }   
}

@media screen and (max-width: 1170px) {
    .recipes-img {
        width: 75%!important;
    }

    /*.collapse-text h3{
        font-size: 20px;
    }*/

    .collapse-text h4 { font-size: 14px; }

    /*.collapse-choice h1{
        font-size: 28px;
    }*/

    #burger-img-row { margin-bottom: -220px; }

    #burgerCarousel .burger-left-right .carousel-control{
        font-size: 40px;
    }

    .togacapital-select-language { margin-top: 3%!important; }

    .product-img img {
        margin: 150px auto 30px;
    }
}


@media screen and (max-width: 1024px) {
    .nutrition-aboutus { padding: 0px 100px; }

    .nutrition-aboutus h3 { font-size: 18px; }

    .counter {
        font-size: 24px;
        top: 50%;
        right: 20%;
        font-family: "Roboto-Bold";
    }
    .counter h1 {
        font-size: 24px;
    }

    .burger-img {
        width: 60%;
    }

    .recipes-img {
        left: 20%;
        max-width: 60%;
        top: 40%;
    }

    .burger-img-row { padding: 50px 0px; }

    .nutrition-floss h4.rblack { font-size: 18px; }

    .nutrition-floss h5 { font-size: 14px; }

    .nutrition-recipes h3,
    .nutrition-contactus .form-group h3 { font-size: 18px; }

    .nutrition-sendbtn button { padding: 0; }

    .btn-padding { padding-top: 48px; }

    #burger-img-row{ margin-bottom: -190px; }

    .product-img-row { padding-top: 45%; }

    /*.product-img {
        margin: auto auto;
        width: 100%;
        display: block;
        min-height: 700px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        border-top-left-radius: 100% 100%;
        border-top-right-radius: 100% 100%;
        border-bottom-right-radius: 100% 100%;
        border-bottom-left-radius: 100% 100%;
    }*/

    #collapse-row .carousel-control.left, #collapse-row .carousel-control.right {
        font-size: 40px;
        width: 5%;
    }

    .collapse-col { padding: 0 10px; }
}


@media screen and (max-width: 991px) {
    .small-floss img { left: 60%; }

    .collapse-choice h1, .collapse-choice.collapse-choice-cn h1 { font-size: 18px; }

    .collapse-row img { margin: auto auto; }

    .collapse-row { text-align: center; }

    .collapse-col { padding: 10px 10px 20px; }

    .nutrition-brand ul li img { width: 60%; margin: auto auto; }

    .nutrition-brand .smaller-logo { margin-top: 15px; }
}


@media screen and (max-width: 768px) {
    .background-a {
        background-position: 50% -100px;
    }

    .header-carousel .carousel-inner>.item>img {
        margin: 0 auto 0;
    }

    .header-carousel .carousel-indicators {
        bottom: -50px;
    }

    .nutrition-logo img {
        padding: 20px 0 0 20px;
        width: 65%;
    }

    .header-carousel .carousel-indicators li,
    .header-carousel .carousel-indicators .active {
        width: 35px;
    }

    .nutrition-aboutus {
        padding: 0 100px 80px;
    }

    .nutrition-floss-kg .row {
        padding: 0;
    }

    .small-floss img {
        left: 60%;
    }

    .nutrition-footer h3 { font-size: 18px; }

    .nutrition-brand img {
        max-width: 60%;
    }

    .brand li {
        float: left;
        padding-right: 0;
    }

    .nutrition-brand .smaller-logo{
    margin-top: 20px
    }

    .collapse-row img{
        margin: auto auto;
    }

    .collapse-choice h1, .collapse-choice.collapse-choice-cn h1{
        font-size: 20px;
    }

    .collapse-col img{
        padding-top0px;
    }

    #burger-img-row{
    margin-bottom: -140px;
    }

    .product-img {
        display: none;
    }

    .sm-product-img img{
        display: block;
        margin-top: 300px;
    }

    .product-img-row {
        padding-top: 28%;
    }

    .home-carousel .carousel-inner h1.nutricarousel-title {
        bottom: 9%;
        font-size: 18px;
        letter-spacing: 5px;
    }

    .nutrition-aboutus h3 {
        font-size: 14px;
    }

    .nutrition-recipes h3, .nutrition-contactus .form-group h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .overlay img {
        width: 18%;
        padding: 10px 0 0 20px;
    }

    .small-floss img {
        left: unset;
    }

    .nutrition-floss {
        margin-left: 70px;
    }

    .collapse-choice h1, .collapse-choice.collapse-choice-cn h1 {
        font-size: 18px;
    }

    .nutritaste-haccp h4 {
        bottom: auto;
        position: absolute;
        right: 5%;
        font-size: 14px;
    }

}

@media screen and (max-width: 700px) {
    .large-floss img {
        margin: auto auto;
    }
    .small-floss img {
        padding-top: 10%;
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .gmap {
        height: 600px;
        bottom: 250px;
        margin-bottom: -250px;
    }
    .background-a {
        background-position: 50% -100px;
    }
    .header-text {
        padding: 0 0 20%;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    .fullscreen ul {
        left: 48%;
    }

    .product-img-row {
        padding-top: 40%;
    }

    .product-img img {
        width: 100%;
    }

    .nutrition-aboutus {
        padding: 0 20px 80px;
    }

    .nutrition-aboutus h3 {
        font-size: 14px;
    }

    .nutrition-recipes h3, .nutrition-contactus .form-group h3 {
        font-size: 14px;
    }

    .recipes-img {
        left: 20%;
        max-width: 60%;
        top: 60%;
    }

    .nutrition-footer h4,
    .nutrition-footer h3 {
        font-size: 14px;
    }

    .collapse-row {
    padding-left: 0;
    padding-right: 0;
    }

    .collapse-text { padding: 0px 15px; }

    #burger-img-row .carousel-control.left,
    #burger-img-row .carousel-control.right {
    font-size: 40px;    
    }

    #collapse-row .carousel-control.left,
    #collapse-row .carousel-control.right {
    font-size: 40px;
    }

    .collapse-choice {
        display: grid;
        white-space: nowrap;
        padding: 20px 20px 10px;
    }

    #burger-img-row{
    margin-bottom: -90px;
    }

    .home-carousel .carousel-inner h1.nutricarousel-title {
        bottom: 8%;
        font-size: 14px;
        letter-spacing: 2px;
    }

    .home-carousel .nutrition-leftright .carousel-control {
        width: 46%;
        font-size: 24px;
    }

    .fullscreen ul li {
        font-size: 18px;
    }

    .overlay img { width: 25%; }

    

    .gm-style-iw {
      width: 150px !important;
      
    }

    #burgerCarousel .burger-left-right .carousel-control{
    font-size: 30px;
    }

    #burgerCarousel .burger-left-right{
    bottom: 20%;
    }

    .nutritaste-haccp h4 { bottom: 0; }

    .nutrition-brand ul li img {
        width: 220px;
        margin: auto auto;
    }
}

@media screen and (max-width: 425px) {
    .product-img-row { padding-top: 46%; }

    #burger-img-row { margin-bottom: -75px; }

    .home-carousel .nutrition-leftright { bottom: 19%; }

    #collapse-row .carousel-control.left, #collapse-row .carousel-control.right {
        font-size: 30px;
    }

    .overlay img { width: 30%; }
}


@media screen and (max-width: 320px) {
    .gmap {
        height: 500px;
        bottom: 100px;
        margin-bottom: -100px;
    }
    .background-a {
        background-position: 50% -130px;
    }
    .header-text {
        padding: 0 0 25%;
    }
    .fullscreen ul {
        left: 45%;
    }
    h1 {
        font-size: 30px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 14px;
    }
    /*.nutrition-brand .smaller-logo{
    margin-top: 15px;
    margin-right: 0px;
    }*/

    .nutrition-brand .smaller-logo {
        margin-top: 15px;
        margin-right: 0;
        width: 100%;
        margin: auto auto;
    }

    .collapse-choice{
        padding-left: 24%;
    }

    #burger-img-row{
    margin-bottom: -60px;
    }

    .sm-product-img img{
        display: block;
        margin-top: 350px;
    }

    #burgerCarousel .burger-left-right .carousel-control{
    font-size: 25px;
    }

    .brand ul {
        list-style-type: none;
        margin-left: -50px;
    }

    .nutrition-brand ul li img {
        width: 140px;
        margin: auto auto;
    }

    .brand ul {
        list-style-type: none;
        margin: auto auto;
        width: 50%;
    }

    .nutrition-brand ul li img {
        width: 100%;
        margin: auto auto;
        max-width: 100%;
    }
}


@media screen and (max-width: 1200px){
    .recipes-img{
        width: 90%;

    }
}


