html{
    height: 100%;
}

body{
    font-family: 'Montserrat', sans-serif;
    color:#808182;
    position: relative;
    min-height: 100%;
    padding-bottom: 10rem;
}
a{
    color:darkorange ;
    text-decoration: none !important;
}
a:hover{
    color:orange;
}
#header {
    transition: all ease-in-out 200ms;
    padding:  0.1rem 0 0 0 !important;
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 999;
    background: #fff;
    box-shadow:0 2px 6px 0 rgba(0,0,0,0.12);
}
#logo{
    height: 72px;
    position: absolute;
    top: 5px;
}
#header .container{
    justify-content: normal;
    position: relative;
    height: 100%;
    padding-top: 0;
}
.main_body{
    padding-top: 100px;
}
#header.sticky{

}

.bg-blue{
    background: #2ebefc;
}
.bg-green{
    background:#519a69;
}
.bg-orange{
    background: #e07805;
}
#footer{
    background: #ffffff;
    color: #999;
    padding: 5rem 0;
    border-top: 1px solid #000000;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
#header .nav-link{
    padding: .3rem !important;
    margin: 0 0.5rem !important;
    transition:all 200ms ease-in-out;
}
#header .nav-link:hover, #header .nav-item.active > a{
    color: #4166af !important;
}
.navbar-toggler{
    background: transparent;
}
.navbar .navbar-toggler-icon{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background-size: 100% 100%;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(100,100,100, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")  no-repeat center center;
}
.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 24px;
    line-height: 24px;
    background-color: #fff;
    border: 0.1rem solid #e2e6e8;
    position: relative;
    width: 100%;
}

.thumbnail .panel-body{
    padding: 1.5rem 1rem 0 1.5rem;
    text-align: left;
}

h1,h2,h3,h4,h5,h6{
    color: #636262;
    color: rgba(0,0,0,0.7);
    font-weight: bold;
}
.inverted,.inverted *{
    color: #fff;
}
.hero{
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_style1{
    background: #e6e6e6;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 23%, #ffffff 24%, #ffffff 64%, #ededed 90%, #e0e0e0 99%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 23%,#ffffff 24%,#ffffff 64%,#ededed 90%,#e0e0e0 99%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffffff 23%,#ffffff 24%,#ffffff 64%,#ededed 90%,#e0e0e0 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.hero_style1.inverted{
    background: rgba(0,0,0,.5);
}
.page_header{
    background-color: #e6e6e6;
    color: #000000;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6rem 0;
    position: relative;
    margin-bottom: 1.5rem;
}
.page_header.large{
    padding: 10rem 0;
}
.products_section{
    padding: 4rem 0;
    background-size: cover;
}

.page_header p{
    font-size: 1.2rem ;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
.page_header h1{
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
.page_header .overlay{
    opacity: 0.8;
    background: white;
}

.page_header.inverted .overlay{
    opacity: 0.7;
    background: #4c4c4c; /* Old browsers */
    background: -moz-linear-gradient(45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #2b2b2b 77%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #4c4c4c 0%,#595959 12%,#666666 25%,#2b2b2b 77%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #4c4c4c 0%,#595959 12%,#666666 25%,#2b2b2b 77%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.hero.color .overlay{
    background: #213d7b; /* Old browsers */
    background: -moz-linear-gradient(45deg, #213d7b 0%, #3a5684 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #213d7b 0%,#3a5684 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #213d7b 0%,#3a5684 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#213d7b', endColorstr='#3a5684',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hero.inverted .overlay{
    opacity: 0.8;
    background: #213d7b;
}
.hero.inverted .overlay.overlay-color2{
    background: #a95800;
}


.products_section .overlay, .view_product_header .overlay{
    background: black;
    opacity: 0.6;
}
.view_product_header .overlay{
    background: transparent;
    background-image: linear-gradient(180deg, rgba(255, 159, 0, 0.5) ,  rgba(0,0,0,1));
    opacity: 1;
}
.page_header_with_img img{
    max-width: 60%;
}
.thumbnails  a.thumbnail,.card{
    text-decoration: none;
    color: inherit;
    font-weight: 100;
    overflow: hidden;
    /* opacity: 0.8; */
    cursor: pointer;
    padding: 0;
}
.pricing .card{
    padding-bottom: 3rem;
}
#portfolio_wrapper .card{
    background: #2bb3ec;
}
.thumbnails   a.thumbnail:hover,.card:hover{
    opacity: 1;
}
.hero h1{
    font-size: 2rem;
}
.hero img{
    display: block;
}
.featurette-heading{
    font-weight: bold;
}
.featurette-divider {
    margin: 5rem 0;

}
#contact_hero{
    background-image: url('../img/contact_hero.jpg') ;
}

.categories_menu {
    text-decoration: none;
}
.categories_menu a{
    padding: 1rem;
}
.categories_menu a:hover{
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12);
}
/*---- Buttons ------------ */
.btn.btn-primary{
    background-color: #636262;
    border-color: #636262;
}
.btn.btn-outline-primary {
    border-color: #fecb00;
    color: #fecb00;
}
.btn-outline-bold{
    border-width: 2px;
    font-weight: bold;
}
.btn.btn-outline-primary:hover,.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
    background: #000000;
    color: #fff;
    border-color: black;
}
.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 #343a408a;
}
.btn-outline-primary.focus, .btn-outline-primary:focus{
    box-shadow: 0 0 0 0.2rem #343a408a;
}
.btn.inverted{
    border-color: #fff;
    color: #fff;
}
.btn.inverted.btn-outline-primary:hover{
    background:#fff;
    color: #0a0a0a;
}

#header a:not(.btn){
    color: #000000 !important;
    text-decoration: none;
    font-size: 1.05rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: bold;
    /* float: right; */
    display: block;
    margin-right: 0;
}
#home_features hr{
    border: none;
}
#home_request{
    background:#2bb3ec ;
}
#navbarCollapse{
    border-right: 1px solid #ececec;
    margin-right: 15px;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;

}
.features h2 {
    font-weight: 400;
}
.features img {
    margin-bottom: 1rem;
}


/*-- Effects */
@keyframes shine {
    0% {transform:translateX(-100%);}
    80% {transform:translateX(100%);}
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

/*-- Pricing --*/
section.pricing {
    background: #9CECFB;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.card-body,.card-body:hover{
    color: #999;
    overflow: hidden;
    text-decoration: none;
    padding: 1.25rem 0.5rem;
}
.pricing > .row > div{
    margin: 1rem 0;
}
.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing  .btn {
    position: absolute;
    bottom: 1rem;
    max-width: 70%;
    left: 15%;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}




/*-- RESPONSIVE CSS */

@media (min-width: 40em) {

    .featurette-heading {
        font-size: 45px;
    }
}
@media (max-width: 600px){
    #logo {
        height: 65%;
        width: 65%;
        margin-right: 0;
        padding-right: 0;
    }
    #logo img{
        /* width: 100%; */
        /* height: 100%; */
    }

}

@media (min-width: 992px){
    .view_product_header li {
        /* float: left; */
    }
    #search_btn{
        right: 0 !important;
    }
    .side_float{
        float: right;
        width: 27%;
        margin: 0 0 1rem 1rem;
    }
    .view_product_header{
        padding: 1rem 0;
        padding-bottom: 0;
        margin-top: -150px;
        text-align: left;
        margin-bottom: 130px !important;
    }
    .view_product_header .overlay {
        background-image: linear-gradient(70deg,  rgba(255, 159, 0, 0.5), rgba(0, 0, 0, 1));
    }
    .view_product_header .overlay-content{
        position: relative;
        transform: translate(0px,150px);
    }
    .view_product_header .product_view_contents{
        padding-bottom: 100px;
    }
    .shine,.shine_hover{
        position: relative;
        overflow: hidden;
        /* width: 100%; */
        /* height: 100%; */
    }
    .shine:after, .service:hover:after,.shine_hover:hover:after {
        content: "";
        position: absolute;
        top:0;
        width: 100%;
        left: 0;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.6)), color-stop(99%,rgba(255,255,255,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,186,255,0) 99%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 50%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%); /* W3C */
        animation: shine 5s infinite;
        transform:translateX(100%);
    }
    #services .service{
        margin: 20px;
    }
    #innovation_hero,#guarantee_hero{
        text-align: left !important;
    }
    .hero h1{
        font-size: 3rem;
    }

    .s_shadow{
        box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12);
    }
    .s_shadow:hover{
        box-shadow:0 20px 66px 0 rgba(34,48,73,.2);
    }
    .s_border{
        border: 0.1rem solid #e2e6e8;
        border-radius: 0.5rem;
    }
    .s_border:hover{
        border-color: #c3c3c3;
    }
    .s_300_transition{
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .page_header_with_img img{
        max-width: 30%;
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}
@media (max-width: 992px){
    .navbar-collapse{
        position: absolute;
        top: 100%;
        width: 100%;
        margin-top: 0 !important;
        background: #dadada;
        padding: 10px;
        z-index: 9999999;
        margin-top: 1rem;
        /* margin-top: 98px; */
        margin-right: 0 !important;
    }
    .navbar-collapse > ul{
        /* top: 92px !important; */
        /* position: relative; */
        /* height: auto; */
    }

}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 3rem;
    }
}

/*-- Other */
.dropdown:hover>.dropdown-menu {
    display: block !important;;
}
.dropdown-menu{
    display: none !important;
}
#header a.dropdown-item{
    padding: 0.5rem 1rem;
    letter-spacing: 0;
    background: none !important;
}
#header a.dropdown-item:hover{
    color: #2bb3ec !important;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.square .content {
    height: 100%;
    overflow: hidden;
}
.square .in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    z-index: 1;
}
.overlay-content{
    z-index: 2;
    position: relative;
}
.overlap-top{
    margin-top: -3rem;
    position: relative;
}
hr.no-border{
    border: none!important;
}

#products_nav.sticky-top{
    top: 100px;

}
.product_card {
    background: #fff;
    /* border: 0; */
    padding: 1rem 0 0 0;
    border-radius: 0;
}
.product_card .card-body{
    text-align: center;
}
.product_card .card-title{
    color: #000;
    font-weight: bold;
    text-align: center;
}
.view_product_header ul{
    margin: 0;
    padding: 0;
}
.view_product_header li{
    list-style-type: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.view_product_header li .fa-check{
    color: yellow;
    margin: 0 5px;
}

.compounds_table .percentCount{
    display: none !important;
}
.compounds_table .progressbar{
    margin-bottom: 1rem;
}
.tastes_table,.compounds_table{
    border: 1px solid #efefef;
    padding: 1rem;
    margin-bottom: 1rem;
}
.tastes_table h6,.compounds_table h6{
    text-align: center;
    padding: 0.5rem 0;
}
.tastes_table ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tastes_table li{
    padding: 0;
    margin: 0;
}

.tastes_table .taste_img{
    width: 15%;
}
div.table-responsive {
    border: 7px solid #dcdcdc;
    padding: 0px 16px;
    margin-top: 25px;
}
div.table-responsive table.table tbody tr:first-of-type {
    border-bottom: 3px solid #dcdcdc;
    font-weight: bold;
}
/*---- Nav tabs ----*/
.nav-tabs .nav-link{
    font-weight: bold;
    color: #999;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    color: #000;
}
.back_btn{
    font-size: 0.8rem;
    padding: 2px 4px ;
    opacity: 0.5;
    transition:all 200ms ease-in-out;
}
.back_btn:hover{
    opacity: 1;
}
.back_btn,.back_btn i{
    color: white !important;
    border-color:white !important;
    background: none !important;
}
.supplement_menu .item{
    padding: 1rem ;
    height: 150px;
}
.supplement_menu a{
    text-align: center;
    display: flex;
    border:none !important;
    transition: 300ms all ease-in-out;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    padding: 1rem;
    margin: 0rem ;
    align-items: center;
    justify-content: center;
}
.supplement_menu a h5{
    color: white !important;
}
.supplement_menu a:hover{
    background: rgba(0,0,0,1);
}
.supplement_bg{
    background: #519a69;
    padding: 2rem 0;
}

#search_btn{
    /* border-left:1px solid #ececec; */
    padding-left: 1rem !important;
    position: absolute;
    right: 75px;
    top: 38px;
}
#menu_btn{
    position: absolute;
    right: 0;
    top: 30px;
}
/*--- Search Overlay */
/* The overlay effect with black background */
.modal_overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.7); /* Black with a little bit see-through */
}

/* The content */
.modal_overlay .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

/* Close button */
.modal_overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.modal_overlay .closebtn:hover {
    color: #ccc;
}

/* Style the search field */
.search_products input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    color: #333;
    background: white;
}

.search_products input[type=text]:hover {
    background: #f1f1f1;
}

/* Style the submit button */
.search_products button {
    float: left;
    width: 20%;
    padding: 15px;
    background: red;
    color: #fff;
    font-size: 17px;
    background: #4166af;
    border: none;
    cursor: pointer;
}

.search_products button:hover {
    background: #2950af;
}
