html {
    overflow-y: scroll;
}


/** widget code **/

.fw-feed-item-description span:first-child {
    display: none!important;
}

.fw-feed-item-description span:nth-child(4) {
    display: none!important;
}

.field img {
    display: inline!important;
    padding: 2%!important;
}

.fw-feed-title {
    text-align: center!important;
}


/** widget code **/

@media screen and (max-width:767px) {
    #fix {
        top: 50px!important;
    }
    #fix.affix {
        top: 50px !important;
    }
    #notMobile {
        display: none;
    }
    #onMobile {
        display: block!important;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #fix {
        top: 125px!important;
    }
}

.scroll {
    height: 380px!important;
    overflow-y: scroll;
}

    /* width */
    .scroll::-webkit-scrollbar {
        width: 8px;
    }
  
    /* Track */
    .scroll::-webkit-scrollbar-track {
        background: #f1f1f1; 
    }
    
    /* Handle */
    .scroll::-webkit-scrollbar-thumb {
        background: #469042; 
    }
    
    /* Handle on hover */
    .scroll::-webkit-scrollbar-thumb:hover {
        background: #469042; 
    }

.dropdown__section {
    z-index: 99999!important;
}

.footer__subscribe__container {
    display: table-row;
}

.footer__subscribe__field,
.footer__subscribe__button {
    height: 35px;
}

.uw-w-branding {
    display: none!important;
}

.footer__social__icon {
    display: inline-block;
    text-decoration: none;
}

.footer__social__icon--img {
    width: 24px;
    height: 24px;
    margin: 10px 5px 5px;
}

.footer__social__icon--img-fb {
    width: 22px;
    height: 22px;
    margin: 10px 10px 5px;
}

.footersecond {
    margin-top: 8px;
}

.socialft {
    line-height: 2;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.language {
    width: 250px;
    float: right;
    text-align: right;
    margin-top: 34px;
}

.bigg {
    width: 100%;
    position: fixed;
}

.biggt {
    width: 50%;
}

.hyde {
    background-color: #EEEEEE;
    height: 0px;
    left: 0;
    position: fixed;
    top: 100%;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
    border-bottom: thin solid #469042;
    -webkit-transition: 2s;
    /* For Safari 3.1 to 6.0 */
    transition: 2s;
}

.hyde-height {
    display: block;
    height: 300px;
    box-shadow: 0 15px 10px 0 #cccccc;
}

.categoryColor-changed {
    background-color: #EEEEEE;
}

.navbarBackground {
    background-color: #ffffff;
    opacity: .95;
}

.myJumbotron {
    background-color: #EEEEEE;
}

.quoteJumbotron {
    background-color: #469042;
    color: #fff;
}

.featurette-divider-no-bottem-margin {
    margin-bottom: 0px;
}

.featurette-divider-no-top-margin {
    margin-top: 0px;
}

#borderWhite {
    border-bottom: thin solid;
    color: white;
}

footer {
    background-color: #222;
    color: #fff;
}

.fb-like-box {
    background-color: #fff;
}

.footerh2 {
    color: #fff;
}

.newsletterButton {
    width: 20%;
}

.footerBlack {
    background-color: #000000;
    padding-top: 10px;
}

.middle {
    text-align: center;
}

.hrFooter {
    border-top: thin solid white;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

.natFacts {
    width: 100%;
    height: 397px;
    background-image: url("../img/NF-mosaicedit.jpg");
    background-position: 0px 0px;
    background-repeat: repeat;
    background-attachment: fixed;
    -webkit-animation: 120s linear 0s alternate none infinite animatedBackground;
    animation: 120s linear 0s alternate none infinite animatedBackground;
}

.natFactsTop {
    background: rgba(238, 238, 238, 0.98);
    color: inherit;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 60px;
    min-height: 397px;
}

.products {
    width: 500px;
}


/* Body animation */

.cat-button {
    border: 0 none;
    border-radius: 0;
    padding: 8px;
    min-width: 300px;
    color: #000000;
}

.recipe {
    width: 100%;
    height: 397px;
    background-image: url("../img/bageledit.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.recipe2 {
    width: 100%;
    height: 397px;
    background-image: url("../img/san.jpg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.productTitleGreen {
    color: #469042;
    font-size: 19px;
    text-decoration: none;
    height: 43px;
    margin: 10px 0 20px 0;
    overflow-y: hidden;
}

.productTitleGreen a {
    color: #469042;
    text-decoration: none;
}

.productTitleGreenSmallFont {
    font-size: 15px;
}

.changeProd {
    height: 300px;
}

.productTitle {
    background-color: #469042;
    color: #ffffff;
    display: table-cell;
    font-size: 17px;
    height: 60px;
    margin-bottom: 10px;
    padding-left: 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 348px;
    box-shadow: 0 10px 16px -10px;
    border-radius: 0px 40px 0px 40px;
    -moz-border-radius: 0px 40px 0px 40px;
    -webkit-border-radius: 0px 40px 0px 40px;
    border: 2px solid #71a715;
}

.productTitleChanged {
    color: #469042;
    display: table-cell;
    font-size: 20px;
    height: 60px;
    margin-bottom: 10px;
    padding-left: 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 1020px;
}

.cateIMG {
    margin-top: 15px;
    float: left;
    padding-right: 5px;
}

.productImg {
    width: 200px;
    margin: 30px auto;
}

.animation {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.cateTop {
    background-color: #469042;
}

.cateTopNoBorder {
    position: relative;
}

.changeView {
    font-size: 1.2em;
    padding: 0 15px;
}

.cateFloatRight {
    float: right;
    margin-top: 15px;
    color: #ffffff;
}

.dropdown-menu-custom {
    margin: 2px 36px 0;
    min-width: 0;
    padding: 0;
}

.cateTitle {
    font-size: 1.6em;
    color: #ffffff;
    margin: 12px 0px;
}

.cateDesc {
    font-size: 1.3em;
}

.noTopMargin {
    margin-top: 0;
}

.cateBrief {
    font-size: 1.2em;
}

.green {
    color: #469042;
    font-weight: bolder;
}

.green a {
    color: #469042;
}

.cateHR {
    margin: 6px;
}

.prodtitle {
    font-size: 2.0em;
}

.jumbotron {
    margin-bottom: 0px;
}

.gradient {
    /*
    position:relative;
    -webkit-box-shadow:0px 0px 12px rgba(0, 0, 0, 0.3), 0 0px 10px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0px 0px 12px rgba(0, 0, 0, 0.3), 0 0px 10px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0px 0px 12px rgba(0, 0, 0, 0.3), 0 0px 10px rgba(0, 0, 0, 0.1) inset;
      */
    /*
      box-shadow: 6px 6px 8px -8px;
      border-radius: 110px 110px 110px 0px;
      -moz-border-radius: 110px 110px 110px 0px;
      -webkit-border-radius: 110px 110px 110px 0px;
  box-shadow: 0 2px 0 -1px #b7c4c4;
  -webkit-box-shadow: 0 2px 0 -1px #b7c4c4;
  -moz-box-shadow: 0 2px 0 -1px #b7c4c4;*/
    border-bottom: thin dotted #b7c4c4;
    padding: 10px 0px;
}

.gradient:hover {
    border-bottom: thin dotted #469042;
}

#fontSize {
    font-size: 1.4em;
}

.panel-default>.prodHeading {
    background-color: #469042;
}

.panel-title {
    font-size: 1.4em;
    /*background: url("../../img/bg-divider.png") repeat-x scroll left center #fff;*/
}

.prodSmallPic {
    width: 80px;
}

.nav {
    font-size: 1.4em;
    font-weight: 400;
}

.categories__item {
    font-weight: 300;
}

.prod-col-md-3 {
    text-align: -moz-center;
    text-align: -webkit-center;
}

.navbar-inverse {
    background-color: #469042;
    /*border-color: #469042;*/
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}


/*

.prodHide{
    border: thin solid black;
    height: 114px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 2px 2px 3px 4px inset;
    position: relative;

}

.prodInside{
    height: 100px;
}*/

.hiddenLazy {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.aboutusMainImage {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    float: left;
    margin-right: 30px;
    width: 600px;
}

.aboutusImageLeft {
    float: right;
}

.delay {
    opacity: 1;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
}

.natFactImg {
    width: 99%;
}


/*
.natFactsMainClass{
    height: 400px;

}
.NFpanelHeight{
    height: 395px;

}*/

.animationDelay2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -moz-animation-delay: 2s;
}

.panel-title {
    color: #fff;
}

.panel-body {
    font-size: 1.2em;
}

.carousel-caption-home-page {
    background: rgba(25, 25, 25, 0.5);
    left: 0%;
    right: 0%;
    font-size: 1.6em;
    padding-top: 0px;
}

.carousel .item {
    -webkit-transition: opacity 1.5s;
    -moz-transition: opacity 1.5s;
    -ms-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.carousel .active.left {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.carousel .next {
    left: 0;
    opacity: 1;
    z-index: 1;
}

.Cate2ndMain {
    margin: 0 auto;
}

.Cate2ndMainInside {
    border: thin solid #dddddd;
    padding: 8px -1px;
}

.Cate2ndMainInside:hover {
    border: thin solid #469042;
}

.Cate2ndMainInside h4 {
    color: #687074;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    width: 1%;
    /*background-color: #00BBCF;*/
}

.Cate2ndMainInside h5 {
    color: #999999;
}

.cate-quick-body {
    color: #999999;
}

.cateAroundImg {
    height: 210px;
}

.productCategoryImg {
    height: 100%;
}

.cate-read-more {
    background-color: #469042;
    color: #fff;
    border-color: #fff;
    width: 142px;
}

.cate-read-more:hover {
    background-color: #62a50b;
    color: #fff;
}

.cate-button-bottem {
    vertical-align: bottom;
}

.cate-quickView {
    position: absolute;
    right: 128px;
    top: 180px;
    opacity: 0;
    font-size: 1px;
    transition: all .2s ease-in-out 0s;
}

.cateAroundImg:hover .cate-quickView {
    border: thin solid;
    opacity: .8;
    font-size: 16px;
    right: 85px;
}

.natFactPanelBody:hover .cate-quickView {
    border: thin solid;
    opacity: .8;
    font-size: 16px;
    right: 85px;
}

.natFactImg {
    cursor: pointer;
}

.yamm-content {
    overflow-x: hidden;
    overflow-y: auto;
}

.row-edit {
    margin-left: 55px;
}

.dropdown-menu-edit {
    background-color: #ffffff;
    box-shadow: 0 4px 0 rgba(53, 197, 69, 1);
    -webkit-box-shadow: 0 4px 0 rgba(53, 197, 69, 1);
    border: 0px;
    padding: 1px;
    max-height: calc(100vh - 55px);
    overflow: hidden;
}

.fixed {
    position: fixed;
}


/* sidebar */

.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* all links */

.bs-docs-sidebar .nav>li>a {
    color: #999;
    border-left: 2px solid #3FAD69;
    padding: 4px 20px;
    font-size: 13px;
    font-weight: 400;
}


/* nested links */

.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 40px;
    font-size: 15px;
}


/* active & hover links */

.bs-docs-sidebar .nav>.active>a,
.bs-docs-sidebar .nav>li>a:hover,
.bs-docs-sidebar .nav>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3FAD69;
    border-radius: 2px;
}


/*.bs-docs-sidebar .nav>li>a{
    color: red;
}*/


/* all active links */

.bs-docs-sidebar .nav>.active>a,
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
    font-weight: 400;
}


/* nested active links */

.bs-docs-sidebar .nav .nav>.active>a,
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 400;
}


/* hide inactive nested list */

.bs-docs-sidebar .nav ul.nav {
    display: none;
}


/* show active nested list */

.bs-docs-sidebar .nav>.active>ul.nav {
    display: block;
}

.hrMarginBottem {
    margin-bottom: 50px;
}

.aboutUs-hr {
    margin-top: 0px;
    color: #469042;
}

.aboutUs-noMargin {
    margin-top: 0px;
    color: #555;
}

.cate-smallerFont {
    font-size: 1.1em;
}

.cate-mainImage {
    margin-left: 10px;
}

.hrMarginBottem0px {
    margin-bottom: 0px;
}

.search-list-group {
    position: absolute;
    z-index: 1031;
    text-align: left;
}

#search-results {
    display: none;
    padding: 0px;
}

.padding-0px {
    padding: 0px;
}

.search-a-link {
    height: 82px;
    padding: 2px 15px;
}

.store-locator-height {
    height: 800px;
}

.img-circle:hover {
    border-radius: 2%;
}

.nav-affix {
    top: 170px;
    width: 232px;
}

#search-list-group {
    width: 340px;
    
    max-height: 50vh;
    overflow-y: scroll;
}

.prodHisde {
    height: 112px;
    font-size: 16px;
}

.navHeight {
    height: 80px;
}

@media (min-width: 768px) {
    .NFpanelHeight {
        height: 315px;
    }
    .navbar-inverse {
        font-size: 11px;
    }
    .prodHisde {
        height: 170px;
    }
}

@media (min-width: 992px) {
    .NFpanelHeight {
        height: 362px;
    }
    .navbar-inverse {
        font-size: 14px;
    }
    .prodHisde {
        height: 112px;
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .NFpanelHeight {
        height: 395px;
    }
}

#search-results {
    top: 82px;
    position: relative;
}

.mobileShow {
    display:none;
}

@media screen and (max-width: 767px) {
    .side-nav {
        width: 100% !important;
    }
    .liveSearchSpan {
        padding-right: 10px;
    }
    #search-list-group {
        max-width: 250px;
        max-height: 70vh;
        overflow-y: scroll;
    }
    #search-results {
        top: 93px;
    }
    .nav-affix {
        display: none;
    }
    .productTitleGreen {
        height: auto;
        font-size: 20px;
    }
    .prodHisde {
        font-size: 16px;
        height: auto;
    }
    .cateTopNoBorder {
        margin-top: 4px;
    }

    .mobileHide {
        display:none;
    }

    .navbar2 {
        display:block;
    }

    #headerPage {
        padding-left: 0;
        padding-right: 0;
    }

    .side-nav__search {
        margin:0;
    }

    .mobilefit {
        margin-top: -10px;
    }

    .logo__link {
        display: block;
        margin: 0 auto;
    }

    .mobileShow {
        display: block;
        font-size: 1.6em;
        text-align: center;
    }
}

footer {
    text-align: center;
}

.sliderJumbo {
    padding: 0px;
}

.responsive-slider .slides ul li .slide-body .caption.img-jquery {
    right: 12%;
    top: 0;
    width: 26%;
}

.side3 {
    text-align: center;
    color: #fff;
}

.sideText3 {
    background: none repeat scroll 0 0 rgba(25, 25, 25, 0.8);
    font-size: 1.8em;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.hidden3 {
    display: none;
    color: #fff;
    line-height: 1;
    font-size: 20px;
}

.no-padding {
    padding: 0px;
    max-width: 390px;
}

.center {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.blockquote-reverse {
    /*font-family: 'Courgette', cursive;*/
    font-size: 2em !important;
}

@font-face {
    font-family: "moneypenny";
    src: url("../fonts/MoneyPenny-Script.woff") format("woff");
    font-style: normal;
}

@font-face {
    font-family: Perfetto;
    src: url("../fonts/Perfetto.otf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: 'Formata';
    src: url('../fonts/Formata-Medium.eot');
    src: url('../fonts/Formata-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Formata-Medium.woff') format('woff'), url('../fonts/Formata-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Formata';
    src: url('../fonts/Formata-Italic.eot');
    src: url('../fonts/Formata-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Formata-Italic.woff') format('woff'), url('../fonts/Formata-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Formata';
    src: url('../fonts/Formata-Light.eot');
    src: url('../fonts/Formata-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Formata-Light.woff') format('woff'), url('../fonts/Formata-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Formata';
    src: url('../fonts/Formata-LightItalic.eot');
    src: url('../fonts/Formata-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Formata-LightItalic.woff') format('woff'), url('../fonts/Formata-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Formata';
    src: url('../fonts/Formata-Regular.eot');
    src: url('../fonts/Formata-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Formata-Regular.woff') format('woff'), url('../fonts/Formata-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    /*font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; */
    font-family: 'Formata', sans-serif;
    min-width: 312px;
}

.container-slider {
    padding: 15px 0;
}

.Cate2ndMain {
    padding: 5px;
}

.shareThis {
    float: right;
    margin-top: 5px;
}

.backYellow {
    background-color: yellow;
}

.margin-left {
    margin-left: -4px;
    border-left: none;
}

#search-input {
    border-right: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#search-input:focus {
    box-shadow: none;
    border-color: #CCCCCC;
}

.table-hover tr {
    text-align: left;
}

.table-hover tr td:nth-child(2) {
    text-align: right;
    width: 1%;
    white-space: nowrap;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #EFEFEF;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background-color: #fff;
    font-weight: 400;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.width100 {
    width: 100%;
}

.form-control {
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}

.productTitleSubTitle {
    font-size: 13px;
    color: #999999;
}

.differentFormat {
    background-color: #802D88;
}

.aToZ {
    background-color: #584797;
}

.ViewAllProducts {
    background-color: #06433C;
}

.differentFormat:hover {
    background-color: #a451ac;
}

.aToZ:hover {
    background-color: #6e63a1;
}

.ViewAllProducts:hover {
    background-color: #438079;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.noPadding {
    padding: 0px;
}

.navbar-inverse .navbar-nav>.labVideo>a {
    color: #dfefbb;
}

#sidebar {
    background-color: #fff;
    z-index: 1;
}

.active {
    border-bottom: 4px solid #469042;
    color: #469042;
}

@media (min-width: 768px) {
    .navbar-nav>li.active>a {
        padding-bottom: 11px;
    }
}

.navbar-fixed-top {
    filter: none;
    border-width: 0;
    top: 0;
}

.responsive-slider .pages {
    top: -6px;
    position: relative;
}

.responsive-slider {
    margin-bottom: -6px;
}

.spinerHide {
    margin-left: 5px;
}

.transitionCateTop {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-color: #5bc0de;
    font-size: 28px;
}

.spinerHide {
    float: right;
}

@media print {
    .cateAroundImg {
        float: left;
    }
    .col-md-3 {
        float: left;
        width: 49%;
        page-break-inside: avoid;
    }
    .prod-col-md-3 {
        width: 25%;
    }
    .productImg {
        float: left;
        padding: 1px;
    }
    .prodTable {
        width: 74%;
    }
}

.shadowBottom {
    box-shadow: 0 29px 30px -35px;
    padding-bottom: 5px;
}

.pagination>li>a,
.pagination>li>span {
    color: #469042;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #469042;
    border-color: #469042;
}

.dropdown-menu hr {
    border-color: #469042;
    margin: 5px;
}

.animation-delay-1 {
    -webkit-animation-delay: .1s !important;
    -moz-animation-delay: .1s !important;
    -ms-animation-delay: .1s !important;
    -o-animation-delay: .1s !important;
    animation-delay: .1s !important;
}

.animation-delay-2 {
    -webkit-animation-delay: .2s !important;
    -moz-animation-delay: .2s !important;
    -ms-animation-delay: .2s !important;
    -o-animation-delay: .2s !important;
    animation-delay: .2s !important;
}

.animation-delay-3 {
    -webkit-animation-delay: .3s !important;
    -moz-animation-delay: .3s !important;
    -ms-animation-delay: .3s !important;
    -o-animation-delay: .3s !important;
    animation-delay: .3s !important;
}

.animation-delay-4 {
    -webkit-animation-delay: .4s !important;
    -moz-animation-delay: .4s !important;
    -ms-animation-delay: .4s !important;
    -o-animation-delay: .4s !important;
    animation-delay: .4s !important;
}

.animation-delay-5 {
    -webkit-animation-delay: .5s !important;
    -moz-animation-delay: .5s !important;
    -ms-animation-delay: .5s !important;
    -o-animation-delay: .5s !important;
    animation-delay: .5s !important;
}

.animation-delay-6 {
    -webkit-animation-delay: .6s !important;
    -moz-animation-delay: .6s !important;
    -ms-animation-delay: .6s !important;
    -o-animation-delay: .6s !important;
    animation-delay: .6s !important;
}

.animation-delay-7 {
    -webkit-animation-delay: .7s !important;
    -moz-animation-delay: .7s !important;
    -ms-animation-delay: .7s !important;
    -o-animation-delay: .7s !important;
    animation-delay: .7s !important;
}

.animation-delay-8 {
    -webkit-animation-delay: .8s !important;
    -moz-animation-delay: .8s !important;
    -ms-animation-delay: .8s !important;
    -o-animation-delay: .8s !important;
    animation-delay: .8s !important;
}

.animation-delay-9 {
    -webkit-animation-delay: .9s !important;
    -moz-animation-delay: .9s !important;
    -ms-animation-delay: .9s !important;
    -o-animation-delay: .9s !important;
    animation-delay: .9s !important;
}

.animation-delay-10 {
    -webkit-animation-delay: 1s !important;
    -moz-animation-delay: 1s !important;
    -ms-animation-delay: 1s !important;
    -o-animation-delay: 1s !important;
    animation-delay: 1s !important;
}

.animation-delay-11 {
    -webkit-animation-delay: 1.1s !important;
    -moz-animation-delay: 1.1s !important;
    -ms-animation-delay: 1.1s !important;
    -o-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
}

.animation-delay-12 {
    -webkit-animation-delay: 1.2s !important;
    -moz-animation-delay: 1.2s !important;
    -ms-animation-delay: 1.2s !important;
    -o-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
}

.animation-delay-13 {
    -webkit-animation-delay: 1.3s !important;
    -moz-animation-delay: 1.3s !important;
    -ms-animation-delay: 1.3s !important;
    -o-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
}

.animation-delay-14 {
    -webkit-animation-delay: 1.4s !important;
    -moz-animation-delay: 1.4s !important;
    -ms-animation-delay: 1.4s !important;
    -o-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important;
}

.animation-delay-15 {
    -webkit-animation-delay: 1.5s !important;
    -moz-animation-delay: 1.5s !important;
    -ms-animation-delay: 1.5s !important;
    -o-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}

.animation-delay-16 {
    -webkit-animation-delay: 1.6s !important;
    -moz-animation-delay: 1.6s !important;
    -ms-animation-delay: 1.6s !important;
    -o-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important;
}

.animation-delay-17 {
    -webkit-animation-delay: 1.7s !important;
    -moz-animation-delay: 1.7s !important;
    -ms-animation-delay: 1.7s !important;
    -o-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
}

.animation-delay-18 {
    -webkit-animation-delay: 1.8s !important;
    -moz-animation-delay: 1.8s !important;
    -ms-animation-delay: 1.8s !important;
    -o-animation-delay: 1.8s !important;
    animation-delay: 1.8s !important;
}

.animation-delay-19 {
    -webkit-animation-delay: 1.9s !important;
    -moz-animation-delay: 1.9s !important;
    -ms-animation-delay: 1.9s !important;
    -o-animation-delay: 1.9s !important;
    animation-delay: 1.9s !important;
}

.animation-delay-20 {
    -webkit-animation-delay: 2s !important;
    -moz-animation-delay: 2s !important;
    -ms-animation-delay: 2s !important;
    -o-animation-delay: 2s !important;
    animation-delay: 2s !important;
}

.animation-delay-21 {
    -webkit-animation-delay: 2.1s !important;
    -moz-animation-delay: 2.1s !important;
    -ms-animation-delay: 2.1s !important;
    -o-animation-delay: 2.1s !important;
    animation-delay: 2.1s !important;
}

.animation-delay-22 {
    -webkit-animation-delay: 2.2s !important;
    -moz-animation-delay: 2.2s !important;
    -ms-animation-delay: 2.2s !important;
    -o-animation-delay: 2.2s !important;
    animation-delay: 2.2s !important;
}

.animation-delay-23 {
    -webkit-animation-delay: 2.3s !important;
    -moz-animation-delay: 2.3s !important;
    -ms-animation-delay: 2.3s !important;
    -o-animation-delay: 2.3s !important;
    animation-delay: 2.3s !important;
}

.animation-delay-24 {
    -webkit-animation-delay: 2.4s !important;
    -moz-animation-delay: 2.4s !important;
    -ms-animation-delay: 2.4s !important;
    -o-animation-delay: 2.4s !important;
    animation-delay: 2.4s !important;
}

.animation-delay-25 {
    -webkit-animation-delay: 2.5s !important;
    -moz-animation-delay: 2.5s !important;
    -ms-animation-delay: 2.5s !important;
    -o-animation-delay: 2.5s !important;
    animation-delay: 2.5s !important;
}

.animation-delay-26 {
    -webkit-animation-delay: 2.6s !important;
    -moz-animation-delay: 2.6s !important;
    -ms-animation-delay: 2.6s !important;
    -o-animation-delay: 2.6s !important;
    animation-delay: 2.6s !important;
}

.animation-delay-27 {
    -webkit-animation-delay: 2.6s !important;
    -moz-animation-delay: 2.6s !important;
    -ms-animation-delay: 2.6s !important;
    -o-animation-delay: 2.6s !important;
    animation-delay: 2.6s !important;
}

.animation-delay-28 {
    -webkit-animation-delay: 2.8s !important;
    -moz-animation-delay: 2.8s !important;
    -ms-animation-delay: 2.8s !important;
    -o-animation-delay: 2.8s !important;
    animation-delay: 2.8s !important;
}

.animation-delay-29 {
    -webkit-animation-delay: 2.9s !important;
    -moz-animation-delay: 2.9s !important;
    -ms-animation-delay: 2.9s !important;
    -o-animation-delay: 2.9s !important;
    animation-delay: 2.9s !important;
}

.animation-delay-30 {
    -webkit-animation-delay: 3s !important;
    -moz-animation-delay: 3s !important;
    -ms-animation-delay: 3s !important;
    -o-animation-delay: 3s !important;
    animation-delay: 3s !important;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


/* Bootstrap overrides */

.navbar-nav.navbar-right:last-child {
    margin-right: 0;
}

.caret {
    margin-left: 5px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .nav {
        font-size: 1.3em;
        filter: none;
    }

    .navHeight {
        height: 125px;
    }
}


/*
 * Use flex-box for equal column height
 */

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex.no-margin {
    margin: 0;
}

.row.is-flex.padding-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.row.is-flex:before,
.row.is-flex:after {
    display: none;
}

.row.is-flex>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 767px) {
    .row.is-flex.flex-center {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.navbar-fixed-top.navbarBackground {
    z-index: 9999;
}


/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */

.custom-select {
    position: relative;
    display: block;
    background-color: #edf2ef;
}


/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */

.custom-select select {
    width: 100%;
    margin: 0;
    outline: none;
    padding: .6em .8em .5em .8em;
    /* Prefixed box-sizing rules necessary for older browsers */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* Font size must be 16px to prevent iOS page zoom on focus */
    font-size: 16px;
}


/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
 * etc. or the arrow could just baked into the bg image on the select. */

.custom-select::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 2;
    /* These hacks make the select behind the arrow clickable in some browsers */
    pointer-events: none;
    display: none;
}

@supports ( -webkit-appearance: none) or ( appearance: none)
/* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
     * @supports ( mask-type: alpha ) is Firefox 35+
     */

or ( ( -moz-appearance: none) and ( mask-type: alpha)) {
    /* Show custom arrow */
    .custom-select::after {
        display: block;
    }
    /* Remove select styling */
    .custom-select select {
        padding-right: 2em;
        /* Match-01 */
        /* inside @supports so that iOS <= 8 display the native arrow */
        background: none;
        /* Match-04 */
        /* inside @supports so that Android <= 4.3 display the native arrow */
        border: 1px solid transparent;
        /* Match-05 */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .custom-select select:focus {
        border-color: #aaa;
        /* Match-03 */
    }
}


/* Button to load more posts inside Flourish Blog*/

#loadMore {
    width: 200px;
    height: 60px;
    border-radius: 5px;
    padding: auto;
    margin: 30px auto;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border: 0px solid;
    font-size: 24px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

#loadMore:hover {
    background-color: #469042;
    color: white;
}

#loadMoreProducts {
    display:none;
    width: 200px;
    height: 60px;
    border-radius: 5px;
    padding: auto;
    margin: 30px;
    margin-top: -80px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border: 0px solid;
    font-size: 35px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

#loadMoreProducts:hover {
    background-color: #469042;
    color: white;
}

.prod-qty {
    width: 125px;
}

.pamph-qty {
    width: 190px;
}

.list-panel-body {
    padding: 1px;
}

.shop-panel:hover {
    background-color: #e8e7e7;
}


/*Fix for navbar overlap*/

@media (min-width: 768px) {
    .space {
        Padding-top: 30px !important;
    }
}

@media (min-width: 992px) {
    .space {
        Padding-top: 30px !important;
    }
}

@media (min-width: 1200px) {
    .space {
        Padding-top: 30px !important;
    }
}


/*End of fix for navbar*/

@media (min-width: 768px) and (max-width: 1199px) {
    .gap {
        padding-top: 50px !important;
    }
}

button.btnMedia {
    display: inline-block;
    position: relative;
    background-color: #8c5da6;
    padding: 13px 23px 9px 23px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

button.btnMedia:hover {
    background-color: #9f6bbb;
}

.btnMedia:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 1px solid #ffffff;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .btnMedia {
        margin-right: 20px;
        margin-left: 20px;
    }
}

a.product__pamphlet {
    display: inline-block;
    position: relative;
    background-color: #469042;
    padding: 13px 23px 9px 23px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

a.product__pamphlet:hover {
    background-color: #469042;
}

.product__pamphlet:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border: 1px solid #ffffff;
    border-radius: 2px;
}

.card .back {
    overflow: hidden;
}