html {
    background: #000;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background: #000;
}

body.grey {
    background: #f5f5f5;
}

a,
a:visited,
a:focus,
a:active {
    color: #d7cb8b;
}

a:hover {
    color: #fffbe8;
    /*text-decoration: none;*/
}

a:visited,
a:focus,
a:active {
    text-decoration: none;
}

h1 {
    font-size: 48px;
    color: #000;
}

h2 {
    font-size: 48px;
    margin-bottom: 30px;
    color: #000;
}

h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}

blockquote {
    border-left: none;
    position: relative;
    padding: 0;
}

blockquote span {
    position: relative;
}

blockquote span:before {
    content: '\201C';
    font-size: 84px;
    font-family: Raleway;
    font-weight: bold;
    position: absolute;
    left: -36px;
    top: -26px;
}

blockquote span:last-child:before {
    content: '\201D';
    left: initial;
    top: initial;
    right: -40px;
    bottom: -73px;
}

#masthead {
    margin-bottom: 60px;
}

#top-nav {
    height: 60px;
    overflow-y: hidden;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

#top-nav .top-nav-container {
    float: right;
}

#mob-top-nav .mob-top-nav-container {
    float: right;
}

#top-nav .search,
#mob-top-nav .search {
    float: left;
}

#top-nav .divider,
#mob-top-nav .divider {
    float: left;
    width: 2px;
    height: 22px;
    background: #ccc;
    margin: 19px 0 0;
    /*display: none;*/
}

#mob-top-nav .divider {
    background: #fff;
    margin: 16px 0 0;
}

a.lang-toggle {
    float: left;
    width: 26px;
    height: 26px;
    background: #8c8c8c;
    color: #fff;
    border-radius: 100px;
    padding: 7px 0 0 6px;
    font-size: 10px;
    margin: 16px;
    /*display: none;*/
}

#mob-top-nav a.lang-toggle {
    color: #cc1521;
    background: #fff;
    font-weight: bold;
    margin: 14px;
}

#top-nav form.search input,
#mob-top-nav form.search input {
    border-radius: 5em;
    margin: 14px 0 0;
    width: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#mob-top-nav form.search input {
    margin-top: 11px;
}

#top-nav form.search input.active {
    width: 300px;
    opacity: 1;
}

#mob-top-nav form.search input.active {
    opacity: 1;
}

#search-button,
#search-button-mob,
#recipe-search-button {
    width: 27px;
    height: 27px;
    border: none;
    background: url(../images/icon-search.png) center center no-repeat;
    background-size: contain;
    margin: 17px 16px;
    float: right;
}

#search-button-mob {
    margin: 14px 13px;
}

#search-button-mob {
    background-image: url(../images/icon-search-fff.png);
}

#top-nav .form-group,
#mob-top-nav .form-group {
    float: right;
}

#mob-top-nav ul {
    list-style: none;
    text-align: center;
    padding: 0;
    font-size: 20px;
}

#mob-top-nav ul a {
    color: #fff;
    padding-bottom: 10px;
    display: block;
    font-weight: 400;

}

#mob-top-nav ul h2 a {
    font-size: 17px;
    font-weight: bold;
}

#mob-top-nav ul a:hover,
#mob-top-nav ul a:active,
#mob-top-nav ul a:visited,
#mob-top-nav ul a:focus {
    text-decoration: none;
}

#mob-top-nav ul li {
    padding: 11px 0 0;
    position: relative;
}

#mob-top-nav #brands-menu-item-mob ul ul li:first-child,
#mob-top-nav #marques-menu-item-mob ul ul li:first-child {
    padding-top: 0;
}

#mob-top-nav ul ul {
    background: #fff;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

#mob-top-nav #brands-menu-item-mob ul ul,
#mob-top-nav #marques-menu-item-mob ul ul {
    height: initial;
}

#mob-top-nav li.active > ul {
    display: block;
}

#mob-top-nav ul > li span {
    position: absolute;
    top: 44px;
    left: calc(50% - 10px);
    z-index: 1000;
    background: #fff;
    width: 16px;
    height: 16px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

#mob-top-nav ul > li.active span {
    display: block;
}

#mob-top-nav ul ul > li span,
#footer-nav h3 span,
a.secondary-cta span,
#featured-recipes a div span span,
.recent-issues > a span,
#apply-hub li span,
#newsletter-hub h3 span,
#map-container li span {
    position: absolute;
    width: 25px;
    height: 25px;
    border: none;
    right: 20px;
    left: auto;
    top: 24px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 3em;
    cursor: pointer;
    overflow: hidden;
}

.recent-issues > a span,
#apply-hub li span,
#newsletter-hub h3 span,
#map-container li span {
    width: 25px;
    height: 40px;
    top: 51%;
    left: calc(50% + 5em);
}

#apply-hub li span,
#map-container li span {
    left: auto;
    right: -12px;
}

#footer-nav h3 span {
    display: none;
    right: 30px;
    top: 35px;
}

#mob-top-nav ul ul > li span span,
#footer-nav h3 span span,
a.secondary-cta span span,
#featured-recipes a div span span span,
.recent-issues > a span span,
#apply-hub li span span,
#newsletter-hub h3 span span,
#recipes-main li a div span span span,
.recipe-grid li a div span span span,
#map-container li span span{
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #000;
    border: none;
    left: 8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.recent-issues > a span span,
#apply-hub li span span,
#newsletter-hub h3 span span,
#map-container li span span {
    width: 20px;
    height: 3px;
    left: -5px;
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    top: 10px;
}

#footer-nav a div span span {
    background-color: #fff;
}

#footer-nav h3 span span {
    background-color: #fff;
}

#mob-top-nav ul ul > li span span:last-child,
#footer-nav h3 span span:last-child,
a.secondary-cta span span:last-child,
#featured-recipes a div span span span:last-child,
#recipes-main li a div span span span:last-child,
.recipe-grid li a div span span span:last-child {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
}

.recent-issues > a span span:last-child,
#apply-hub li span span:last-child,
#newsletter-hub h3 span span:last-child,
#map-container li span span:last-child {
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    top: 24px;
}

#mob-top-nav ul ul li {
    border-bottom: 1px solid #d2d2d2;
    text-transform: uppercase;
}
#mob-top-nav ul ul li:last-child {
    border-bottom: none;
}


#mob-top-nav ul ul a {
    color: #000;
}

#mob-top-nav ul ul li h3 {
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
    font-size: 16px;
}

#mob-top-nav ul ul ul {
    background: #e8e8e8;
}

#mob-top-nav #brands-menu-item-mob ul ul,
#mob-top-nav #marques-menu-item-mob ul ul {
    background: #ffffff;
}

#mob-top-nav ul ul ul li {
    text-transform: none;
    font-size: 16px;
}

#mob-top-nav ul ul ul li h5 {
    text-transform: uppercase;
    font-size: 16px;
}

#mob-top-nav li.active>h3 a {
    color: #cc1521;
}

#mob-top-nav li li>span,
#apply-hub li h3>span,
#newsletter-hub h3>span,
#map-container li h3>span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#mob-top-nav li.active li.active>span {
    -ms-transform: translate(-2px, -50%) rotate(90deg);
    -webkit-transform: translate(-2px, -50%) rotate(90deg);
    transform: translate(-2px, -50%) rotate(90deg);
}

#apply-hub li.active h3>span,
#newsletter-hub h3.active>span,
#map-container li.active h3>span {
    -ms-transform: translate(-10px, -40%) rotate(90deg);
    -webkit-transform: translate(-10px, -40%) rotate(90deg);
    transform: translate(-10px, -40%) rotate(90deg);
}

#mob-top-nav li.active li.active span span {
    background-color: #cc1521;
}

#apply-hub li.active span span,
#map-container li.active span span {
    background-color: #fff;
}



#main-nav,
.sticky-main-nav-container {
    height: 60px;
    background: #612873;
    position: relative;
}

#main-nav .nav-container {
    max-width: 1300px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

#main-nav ul,
#footer-nav ul {
    list-style: none;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#main-nav .dropdown ul {
    padding-top: 20px;
}

#main-nav .dropdown ul li {
    width: 100%;
    cursor: pointer;
    float: none;
    padding: 11px 30px;
}

#main-nav .dropdown ul h3 {
    font-size: 14px;
    margin: 0;
}

#main-nav ul ul {
    display: none;
}

#main-nav ul li,
#footer-nav ul li {
    float: left;
    padding: 18px 38px;
    position: relative;
}

#main-nav ul li a,
#main-nav ul li a:hover,
#main-nav ul li a:visited,   
#main-nav ul li a:active {
    color: #fff;
}

#main-nav ul li.active a {
    text-decoration: underline;
}

#main-nav ul li span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    bottom: -4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 5px);
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#main-nav ul li.expanded span {
    opacity: 1;
}

#main-nav .nav-left {
    float: left;
    margin-left: 107px;
}

#main-nav .nav-right {
    float: right;
    margin-right: 106px;
}

#main-nav .nav-left.fr-ver,
#main-nav .nav-right.fr-ver {
    /*font-size: 15px;*/
}


#main-nav .nav-right li {
    padding: 18px 45px;
}

#main-nav .nav-left.fr-ver li,
#main-nav .nav-right.fr-ver li {
    /*padding: 20px 13px;*/
}

#sticky-main-nav {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    height: 80px;
    z-index: 2000;
    display: none;
}

.sticky-main-nav-container {
    margin-top: 10px;
}

#sticky-main-nav a.back-to-top {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #fff;
    padding-top: 21px;
    font-size: 14px;
    transform: translate(0, -50%);
}

#sticky-main-nav a.back-to-top:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background: url(../images/chevron-white.svg) center top no-repeat;
    transform: rotate(-90deg);
    height: 27px;
    background-size: contain;
}

.touchevents #main-nav ul {
    display: none;
}

.touchevents #hamburger,
.touchevents #hamburger-sticky {
    display: block;
}


#main-logo,
#main-logo-sticky {
    position: absolute;
    background: url(../images/logo-bg.png) center center no-repeat;
    background-size: contain;
    height: 70px;
    width: 300px;
    top: -5px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform:translate(-50%, 0);
    transform: translate(-50%, 0);
}

#main-logo img,
#main-logo-sticky img {
    width: 200px;
    display: block;
    margin: 16px 0 0 50px;
}

#hamburger,
#hamburger-sticky {
    position: absolute;
    width: 30px;
    height: 32px;
    top: 11px;
    left: 24px;
    display: none;
    cursor: pointer;
}

#hamburger div,
#hamburger-sticky div {
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 7px 0;
}

#mob-top-nav {
    position: fixed;
    width: 100%;
    min-height: 700px;
    top: 0;
    padding-bottom: 140px;
    background: #612873;
    z-index: 2000;
    display: none;
    bottom: 0;
    overflow: auto;
}

#mob-top-nav a.close-menu {
    float: left;
    width: 54px;
    height: 54px;
    position: relative;
}

#mob-top-nav a.close-menu span {
    position: absolute;
    width: 26px;
    height: 3px;
    background: #fff;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#mob-top-nav a.close-menu span:nth-child(2) {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}


#homeCarousel {
    overflow: hidden;
}

#homeCarousel .carousel-indicators .active {
    background-color: #000;
}

#homeCarousel .carousel-indicators li {
    border: 2px solid #000;
    width: 15px;
    height: 15px;
    margin: 0 10px;
}


#homeCarousel .carousel-indicators.invert .active {
    background-color: #fff;
}

#homeCarousel .carousel-indicators.invert li {
    border-color: #fff;
}

#homeCarousel .carousel-inner .item,
#homeCarousel .carousel-inner .item.active,
#homeCarousel .carousel-inner .item.next,
#homeCarousel .carousel-inner .item.left {
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

#homeCarousel .carousel-inner>.item>a>img,
#homeCarousel .carousel-inner>.item>img,
#homeCarousel .carousel-inner>.item.active>a>img,
#homeCarousel .carousel-inner>.item.active>img,
#homeCarousel .carousel-inner>.item.next>a>img,
#homeCarousel .carousel-inner>.item.next>img,
#homeCarousel .carousel-inner>.item.left>a>img,
#homeCarousel .carousel-inner>.item.left>img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 3000px;
}

#homeCarousel.full-height .carousel-inner>.item>a>img,
#homeCarousel.full-height .carousel-inner>.item>img,
#homeCarousel.full-height .carousel-inner>.item.active>a>img,
#homeCarousel.full-height .carousel-inner>.item.active>img,
#homeCarousel.full-height .carousel-inner>.item.next>a>img,
#homeCarousel.full-height .carousel-inner>.item.next>img,
#homeCarousel.full-height .carousel-inner>.item.left>a>img,
#homeCarousel.full-height .carousel-inner>.item.left>img {
    width: auto;
    height: 100%;
}

#homeCarousel .carousel-inner>.item>img.carousel-mob-img {
    display: none;
}

/*
#homeCarousel.full-height .carousel-inner>.item>img {
    display: none;
}

#homeCarousel.full-height .carousel-inner>.item>img.carousel-mob-img {
    display: block;
}
*/


#homeCarousel h2 {
    position: absolute;
    color: #000;
    z-index: 1100;
    text-align: center;
    width: 100%;
    bottom: 34%;
    font-size: 48px;
    padding: 0 10px;
}

#homeCarousel a {
    position: absolute;
    color: #000;
    z-index: 1100;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 5em;
    padding: 16px 52px;
    top: 71%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 240px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#homeCarousel .invert h2 {
    color: #fff;
}

#homeCarousel .invert a {
    color: #fff;
    border: 1px solid #fff;
}

#homeCarousel a:hover,
#homeCarousel a:visited,
#homeCarousel a:active {
    text-decoration: none;
}

#homeCarousel a:hover {
    color: #fff;
    background-color: #000;
}

#homeCarousel .invert a:hover {
    color: #000;
    background-color: #fff;
}

/*.carousel-inner .item div {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.67), rgba(255, 255, 255, 0.29), rgba(255, 255, 255, 0));
    display: none;
}
*/
.carousel-inner .item.invert div {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.29), rgba(255, 255, 255, 0));
}

.carousel-inner .item.slide-mask div {
    display: block;
}

#homeCarousel .carousel-inner .carousel-content-left h2 {
    text-align: left;
    right: 50%;
    width: auto;
}

#homeCarousel .carousel-inner .carousel-content-left a {
    transform: none;
}

.carousel.landscape .mob-only-slide {
    display: none;
}

.carousel.portrait .mob-only-slide {
    display: block;
}

.carousel.portrait .desktop-only-slide {
    display: none;
}

#main-nav .dropdown {
    position: absolute;
    background: #fff;
    z-index: 2000;
    top: 65px;
    width: 100%;
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#main-nav .dropdown li {
    font-size: 14px;
    padding: 8px 30px;
}

#main-nav #products-dropdown,
#main-nav #produits-dropdown {
    width: 270px;
    left: calc(50% - 535px);
}

#main-nav #recipes-dropdown {
    width: 270px;
    left: calc(50% - 384px);
}

#main-nav #recettes-dropdown {
    width: 270px;
    left: calc(50% - 390px);
}

#main-nav #faq-dropdown {
    width: 270px;
    left: calc(50% + 227px);
}

#main-nav #faq-fr-dropdown {
    width: 270px;
    left: calc(50% + 159px);
}

#main-nav #about-us-dropdown,
#main-nav #salerno-story-dropdown,
#main-nav #lhistoire-de-salerno-dropdown {
    width: 270px;
    left: calc(50% + 352px);
}

#main-nav #lhistoire-de-salerno-dropdown {
    width: 270px;
    left: calc(50% + 282px);
}

#main-nav #salerno-story-dropdown li:nth-child(2),
#main-nav #lhistoire-de-salerno-dropdown li:nth-child(2) {
    border-bottom: 1px solid #c3c3c3;
    padding-top: 31px;
}


#main-nav .dropdown.expanded {
    height: 390px;
}

#main-nav #foodservice-dropdown.dropdown.expanded {
    height: 410px;
}

#main-nav #services-alimentaires-dropdown.dropdown.expanded {
    height: 490px;
}

#footer-nav ul li {
    width: 25%;
    cursor: pointer;
}

#main-nav .dropdown ul ul li,
#footer-nav ul ul li {
    float: none;
    font-size: 14px;
    padding: 8px 0;
    width: 100%;
}

#footer-nav ul h3 {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

#footer-nav ul li:last-child ul li:nth-child(3) {
    border-bottom: 1px solid #ccc;
}

#main-nav .dropdown ul h3.no-border,
#footer-nav ul h3.no-border {
    /*border-bottom: none;*/
}

#footer-nav ul h3 {
    padding: 0 0 18px 0;
    position: relative;
}

#footer-nav ul ul {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}


#main-nav .dropdown ul li a,
#main-nav .dropdown ul li a:visited,   
#main-nav .dropdown ul li a:active {
    color: #000;
}

#main-nav .dropdown ul li a:hover {
    color: #aaa;
}

#footer-nav ul li a,
#footer-nav ul li a:hover,
#footer-nav ul li a:visited,   
#footer-nav ul li a:active {
    color: #fff;
}

#footer-nav ul li a:hover {
    text-decoration: underline;
}

#footer-nav ul li a:visited,   
#footer-nav ul li a:active,
#footer-nav ul li a:focus {
    text-decoration: none;
}

#footer-nav li h3>span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.mob-only {
    display: none;
}



/* Footer */

footer {
    color: #fff;
}

#footer-nav {
    background: #77777a;
}

#footer-nav .footer-nav-container {
    max-width: 1300px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    padding: 30px 20px 50px;
}

#footer-info {
    background: #565658;
    line-height: 1.7em;
    font-size: 16px;
    font-weight: 300;
}

.footer-info-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
}

#footer-info section {
    float: left;
    padding: 0;
}

#footer-info section:nth-child(2) {
    width: 235px;
}

#footer-info section:nth-child(3) {
    width: 360px;
}

#footer-info section:nth-child(4) {
    width: 240px;
}

#footer-info section.social {
    width: calc(100% - 865px);
}

#footer-info section .upper {
    height: 6.6em;
    border-left: 1px solid #fff;
    padding-left: 50px;
    margin-bottom: 20px;
}

#footer-info section .lower {
    padding-left: 50px;
}

#footer-info section:nth-child(2) .upper {
    border-left: none;
    padding-left: 35px;
}

#footer-info section .lower,
#footer-info section .lower a,
#footer-info section .lower a:visited,
#footer-info section .lower a:active {
    color: #c1c1c1;
    font-size: 14px;
}

#footer-info section .lower a:hover {
    color: #ddd;
    text-decoration: underline;
}

#footer-info section.social .upper {
    padding: 25px 20px 0 4%;
}

#footer-info section.social .lower {
    padding-left: 14%;
}

#footer-logo {
    padding-top: 32px;
}

#footer-logo img {
    width: 150px;
}

section.mob-social {
    display: none;
}

section.social a,
section.mob-social a {
    display: block;
    float: left;
    width: 25%;
    height: 42px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.social a:hover {
    opacity: 0.8;
}

section.social a.fb-link,
section.mob-social a.fb-link {
    background-image: url(../images/icon-fb-footer.png);
}

section.social a.tw-link,
section.mob-social a.tw-link {
    background-image: url(../images/icon-twitter-footer.png);
}

section.social a.yt-link,
section.mob-social a.yt-link {
    background-image: url(../images/icon-yt-footer.png);
}

section.social a.pintrest-link,
section.mob-social a.pintrest-link {
    background-image: url(../images/icon-pintrest-footer.png);
}

/* Social Hub */

#social-hub {
    text-align: center;
    background: #f5f5f5;
}

#social-hub.white {
    background: #fff;
}

.social-hub-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 80px 30px;
}

#social-hub .tintup {

}

#social-hub .tintup iframe body {
    background-color: #f5f5f5 !important;
}

.gl-button,
.details-main p a {
    display: inline-block;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 5em;
    padding: 16px;
    min-width: 240px;
    text-align: center;
    margin: 42px 2px 60px;
    color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.gl-button:hover,
.gl-button.semi-trans:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.gl-button:active,
.gl-button:focus,
.gl-button:visited {
    text-decoration: none;
}

.gl-button.invert {
    border-color: #000;
    color: #fff;
    background-color: #000;
}

.gl-button.invert-trans,
.details-main p a {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.details-main p a {
    margin: 12px 2px 20px;
}

.gl-button.semi-trans {
    background-color: rgba(255, 255, 255, 0.22);
    color: #000;
    border-color: #000;
}

.gl-button.invert-semi-trans {
    border-color: #fff;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.gl-button.invert:hover,
.gl-button.invert-trans:hover,
.gl-button.invert-semi-trans:hover,
.details-main p a:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

.gl-button.invert-trans:hover,
.gl-button.invert-semi-trans:hover,
.details-main p a:hover {
    border-color: #fff;
}

.details-main img {
    width: 100%;
    height: initial;
    max-width: 600px;
    margin-top: 40px;
}

a.secondary-cta {
    display: inline-block;
    font-size: 20px;
    border: none;
    padding: 16px 32px;
    width: auto;
    text-align: center;
    margin: 42px 15px 60px;
    color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

a.secondary-cta.invert-trans {
    color: #fff;
}

a.secondary-cta span {
    right: 0px;
    top: calc(50% + 2px);
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
}

a.secondary-cta.invert-trans span span {
    background-color: #fff;
}

a.secondary-cta:hover {
    color: #868686;
}

a.secondary-cta:hover span {
    right: -3px;
    color: #868686;
}

a.secondary-cta:hover span span {
    background-color: #868686;
}

a.secondary-cta.invert-trans:hover {
    color: #ddd;
}

a.secondary-cta.invert-trans:hover span {
    right: -3px;
    color: #ddd;
}

a.secondary-cta.invert-trans:hover span span {
    background-color: #ddd;
}



/* Brand Carousel */


#brand-carousel {
    text-align: center;
}

.brand-carousel-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 80px 30px;
}

#brand-carousel article {
    margin: 10px;
    border: 1px solid #000;
    padding: 10px 20px;
}

#brand-carousel article img {
    width: 98%;
    display: block;
    margin: 2px auto;
}

.brand-items-mob {
    display: none;
}

.brand-items-mob ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand-items-mob ul li {
    height: 100px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.brand-items-mob ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250px;
}

#createsend-subscribe,
#createsend-subscribe-mini {
    background: #cd1620;
    color: #fff;
    font-weight: 300;
}

#createsend-subscribe.black {
    background: #fff;
    border-top: 1px solid #cd1620;
    border-bottom: 1px solid #cd1620;
    margin: 5px 0;
    padding: 5px 0;
    color: #000;
}


#createsend-subscribe-mini.black {
    color: #000;
}

#createsend-subscribe .fs-newsletter-wrapper,
#createsend-subscribe-mini .fs-newsletter-wrapper {
    background-color: #ababab;
}

#createsend-subscribe .fs-newsletter-wrapper button,
#createsend-subscribe-mini .fs-newsletter-wrapper button {
    background: transparent;
    border: 1px solid #000;
}

#createsend-subscribe .fs-newsletter-wrapper button:hover,
#createsend-subscribe-mini .fs-newsletter-wrapper button:hover {
    color: #000;
}

#createsend-subscribe .fs-newsletter-wrapper h2,
#createsend-subscribe-mini .fs-newsletter-wrapper h2 {
    color: #cd1620;
}

.newsletter-signup-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 30px 45px;
    position: relative;
}

#createsend-subscribe-mini .newsletter-signup-container {
    padding: 10px 50px 45px;
}

#createsend-subscribe .signup-info {
    float: left;
    width: 33%;
    padding-right: 10px;
}

/*

#createsend-subscribe .form-top {
    float: right;
    width: 66%;
    padding-top: 8px;
}
*/


#createsend-subscribe .form-top {
    width: calc(65% - 40px);
    position: absolute;
    right: 30px;
    height: 100%;
    top: 0;
}

#createsend-subscribe .form-top form {
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translate(0, -50%); 
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -47%);
}

#createsend-subscribe h2 {
    font-size: 36px;
    margin: 0 0 12px;
    font-weight: 300;
    color: #fff;
}

#createsend-subscribe p {
    margin-bottom: 0;
    font-size: 16px;
}

#createsend-subscribe .form-group {
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
}


#createsend-subscribe input,
#createsend-subscribe-mini input {
    border-radius: 0;
    width: 200px;
    height: 60px;
    margin-right: 15px;
    font-size: 16px;
    padding-left: 28px;
    border-color: #e4e4e4;
}

#createsend-subscribe-mini input {
    width: 100%;
}

#createsend-subscribe input#input-email-top {
    width: 100%;
}

#createsend-subscribe button,
#createsend-subscribe-mini button {
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 5em;
    height: 60px;
    width: 200px;
    font-size: 18px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#createsend-subscribe button:hover,
#createsend-subscribe-mini button:hover {
    background: #fff;
    color: #ce171f;
}


.subscribe-sending {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/loader.gif) center center no-repeat;
    top: 23px;
    left: 86%;
    background-size: contain;
    display: none;
}

#createsend-subscribe .createsend-thank-you,
#createsend-subscribe-mini .createsend-thank-you {
    font-weight: bold;
    font-size: 18px;
    margin: 9px 11px;
    display: none;
}

#createsend-subscribe-mini {
    text-align: center;
}

#createsend-subscribe-mini h2 {
    font-size: 36px;
    color: #fff;
}

#createsend-subscribe-mini .form-group {
    margin-bottom: 25px;
    position: relative;
}


.email-format-err {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    width: 260px;
    top: -60px;
    text-align: center;
    left: 0;
    border-radius: 5px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.24);
    border: 1px solid #ca1010;
    color: #ca1010;
    display: none;
}

.small-txt-top {
    font-size: 11px;
    text-align: center;
    margin-right: 15px;
    margin-top: 5px;
}

#createsend-subscribe-mini .small-txt-top {
    display: none;
}

.small-txt-top a {
    color: #fff;
    text-decoration: underline;
}

#createsend-subscribe.black .small-txt-top a {
    color: #333;
}

.small-txt-top-mob {
    display: none;
    margin: 20px 0 0;
}

#createsend-subscribe-mini .small-txt-top-mob {
    display: block;
}

/************** Featured Recipes - Start **************/

#featured-recipes h1 {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 40px;
    font-size: 48px;
}
/*
#featured-recipes img {
    width: 100%;
}*/

#featured-recipes p {
    text-align: center;
    margin-bottom: 60px;
}

#featured-recipes .container {
    max-width: 1300px;
    width: 100%;
    padding: 0 100px;
}

#featured-recipes .col-md-3,
#featured-recipes .col-sm-6,
#featured-recipes .col-xs-12 {
    padding-right: 8px;
    padding-left: 8px;
}

#featured-recipes .recipe-btns {
    margin: 0 0 40px;
    text-align: center;
}


#featured-recipes .recipe-btns .more-pad {
    padding: 16px 50px;
}

#featured-recipes .row a {
    display: block;
    margin: 0;
    padding: 0;
}

#featured-recipes .row a:hover {
    text-decoration: none;
}

#featured-recipes a div,
#recipes-main li a div,
.recipe-grid li a div {
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.27);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#recipes-main li a div {
    bottom: 74px;
    left: 0;
    right: 0;
}

.recipe-grid li a div {
    bottom: calc(27.5% + 20px);
    top: 10px;
}

#featured-recipes a div h3 {
    position: absolute;
    width: 100%;
    top: 46%;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    padding: 0 16px;
}


#featured-recipes a div span,
#recipes-main li a div span,
.recipe-grid li a div span {
    position: absolute;
    left: -2px;
    bottom: 43px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding-left: 9px;
}

.recipe-grid li a.has-video div span {
    display: none;
}

#recipes-main li a div span,
.recipe-grid li a div span {
    font-size: 16px;
    bottom: 43%;
}

#featured-recipes a div span span,
#recipes-main li a div span span,
.recipe-grid li a div span span {
    position: relative;
    margin: 0;
    display: inline-block;
    right: 0;
}

#recipes-main li a div span span,
.recipe-grid li a div span span {
    display: inline;
}

#featured-recipes a div span span span,
#recipes-main li a div span span span,
.recipe-grid li a div span span span {
    position: absolute;
    width: 7px;
    top: 6px;
    background-color: #fff;
    padding: 0;
}

#featured-recipes a div span span span:last-child,
#recipes-main li a div span span span:last-child,
.recipe-grid li a div span span span:last-child {
    top: 10px;
}


#featured-recipes .row > div:hover a div,
#recipes-main li a:hover div,
.recipe-grid li a:hover div {
    opacity: 1;
}

.recipe-grid-container a.has-video {
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
}

.recipe-grid li a.has-video div {
    bottom: calc(30.7% + 20px);
    top: 0;
    left: 0;
    right: 0;
}

#featured-recipes a.has-video:after,
.recipe-grid-container a.has-video:after {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    background: url(../images/play-button.svg) 66% center no-repeat rgba(0, 0, 0, 0.35);
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
    border-radius: 5em;
    background-size: 57%;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.recipe-grid-container a.has-video:after {
    top: 33.33%;
}

#featured-recipes .row > div:hover a:after {
    opacity: 0;
}

.products-category #featured-recipes {
    background-color: #f1f1f1;
}



/************** Featured Recipes - End **************/


/************** Featured Products - Start **************/


#featured-products.ingredients,
#featured-products.ingredients-fr {
    background: #fff;
}

#featured-products h1 {
    color: #ffffff;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 55px;
}

#featured-products.ingredients h1,
#featured-products.ingredients-fr h1 {
    color: #000;
}

#featured-products .col-md-3, #featured-products .col-sm-6, #featured-products .col-xs-12 {
    text-align: center;
}

#featured-products .container {
    max-width: 1300px;
    width: 100%;
    padding: 0 100px;
}

#featured-products .col-md-3, #featured-recipes .col-sm-6, #featured-recipes .col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}





/************** Featured Products - End **************/

/************** News Section - Start **************/

#news h1 {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 40px;
}

#news img {
    width: 100%;
}

#news .container {
    max-width: 1300px;
    width: 100%;
    padding: 0 100px;
}

#news .col-md-3, #news .col-sm-6, #news .col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}

#news .news-btn {
    margin: 60px 0 80px;
    text-align: center;
}

#news h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
}

#news h3:hover {
    text-decoration: none;
    color: #999;
}

#news P {
    padding: 0 45px 0 0;
    color: #333333;
}

#news .news-btn a {
    position: relative;
    color: #000;
    z-index: 1100;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 5em;
    padding: 16px 25px;
    margin: 0 20px;
    width: 240px;
    text-align: center;
}

#news .news-btn .more-pad {
    padding: 16px 50px;
}

#news .news-btn a:hover {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
}

.no-button {
    height: 60px;
}

/************** News Section - End **************/

/* PRODUCTS DETAIL */

#static-header {
    padding-bottom: 25%;
    min-height: 100px;
    overflow: hidden;
    height: 0;
    background-size: cover;
    background-position: center center;
}

#products-cat {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 18px;
}

.products-cat-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 30px 45px;
    position: relative;
}

#products-cat h1 {
    font-size: 48px;
}

#products-cat ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}

#products-cat li {
    float: left;
    width: 180px;
    font-size: 14px;
    padding: 55px 20px 0;
    margin-top: 30px;
}

li.icon_pure {
    background: url(../images/icon-pure.png) center top no-repeat;
}

li.icon_variety {
    background: url(../images/icon-variety.png) center top no-repeat;
}

li.icon_trust {
    background: url(../images/icon-trust.png) center top no-repeat;
}

li.icon_protein {
    background: url(../images/icon-protein.png) center top no-repeat;
}

li.icon_100_percent {
    background: url(../images/icon-100-percent.png) center top no-repeat;
}

li.icon_baker {
    background: url(../images/icon-baker.png) center top no-repeat;
}

li.icon_dinner {
    background: url(../images/icon-dinner.png) center top no-repeat;
}

li.icon_three {
    background: url(../images/icon-three.png) center top no-repeat;
    background-size: 50px;
}

li.icon_four {
    background: url(../images/icon-four.png) center top no-repeat;
}

li.icon_lactose_free {
    background: url(../images/icon-lactose-free.png) center top no-repeat;
}

li.icon_smooth {
    background: url(../images/icon-smooth.png) center top no-repeat;
}

li.icon_tangy {
    background: url(../images/icon-tangy.png) center top no-repeat;
}


li.icon_15g {
    background: url(../images/icon-15g.png) center top no-repeat;
}

li.icon_15g_fr {
    background: url(../images/icon-15g-fr.png) center top no-repeat;
}

li.icon_10g {
    background: url(../images/icon-10g.jpg) center top no-repeat;
}

li.icon_10g_fr {
    background: url(../images/icon-10g-fr.png) center top no-repeat;
}

li.icon_0g {
    background: url(../images/icon-0g.png) center top no-repeat;
}

li.icon_0g_fr {
    background: url(../images/icon-0g-fr.png) center top no-repeat;
}

li.icon_15-percent {
    background: url(../images/icon-15-percent.jpg) center top no-repeat;
}

li.icon_15-percent_fr {
    background: url(../images/icon-15-percent-fr.png) center top no-repeat;
}

li.icon_110 {
    background: url(../images/icon-110.jpg) center top no-repeat;
}


.products-detail {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 18px;
}

.products-detail-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.products-detail .products-details-boxes div {
    float: left;
    width: 25%;
    padding: 30px 30px 0;
    height: 0;
    padding-bottom: 26.5%;
    overflow: hidden;
    position: relative;
}

.products-detail .products-details-boxes > div:after {
    content: "";
    width: 48px;
    height: 48px;
    background: url(../images/kiss.svg) center bottom no-repeat;
    position: absolute;
    z-index: 1001;
    left: 50%;
    bottom: -11px;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-size: contain;
    opacity: 0;
}

.products-detail .products-details-boxes div.active:after {
    opacity: 1;
}

.products-detail .products-details-boxes div a {
    color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.products-category .products-detail .products-details-boxes div a:hover {
    top: -10px;
    bottom: 10px;
}

.products-detail .products-details-boxes div img {
    position: absolute;
    width: 85%;
    left: 50%;
    top: 40%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.products-detail.bod-detail {
    background: #f5f5f5;
}

.products-detail.bod-detail .products-detail-container > h2 {
    padding-top: 90px;
}

.products-detail.bod-detail .products-details-boxes div img {
    width: 93%;
}


.products-detail.bod-detail .products-details-boxes div h3 {
    position: absolute;
    top: 79%;
    left: 3%;
    right: 3%;
    font-size: 18px;
    text-align: left;
}

.employment .products-detail.bod-detail .products-details-boxes div h3 {
    font-size: 16px;
    text-align: left;
}

.products-detail .products-details-boxes div h2 {
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    top: 67%;
    left: 0;
    padding: 0 10px;
}

.products-detail.bod-detail .products-details-boxes div h2 {
    top: 70%;
    left: 3%;
    text-align: left;
}

.employment .products-detail .products-details-boxes div h2 {
    font-size: 19px;
}

.products-detail.bod-detail .products-details-boxes div div.img-active,
.products-detail.employment-detail .products-details-boxes div div.img-active {
    position: absolute;
    width: 93.3%;
    height: 66.5%;
    padding: 0;
    margin: 0 3.5%;
    top: 40.1%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
}

.products-detail.employment-detail .products-details-boxes div div.img-active {
    width: calc(100% - 20px);
    height: 12.5em;
    margin: 0;
    top: 0;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    background: none;
}

.products-detail.bod-detail .products-details-boxes div.active div.img-active,
.products-detail.employment-detail .products-details-boxes div.active div.img-active {
    border: 8px solid #77767a;
}



.product-detail-panel {
    background: #77767b;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.product-detail-panel-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 30px 45px;
    position: relative;
    text-align: left;
}

.product-detail-panel-container h3 {
    font-size: 48px;
    font-weight: 300;
}

.product-detail-panel .product-detail-panel-container .details-main {
    float: left;
    width: 66%;
}

.details-main p a {
    color: #fff;
}

.product-keys,
.product-available {
    float: left;
    width: 33%;
    padding: 10px 30px 10px 0;
}

.product-ingredients h4,
.product-keys h4,
.product-available h4,
.product-recipes h4 {
    color: #fff;
}

.product-keys ul {
    padding: 0;
    list-style-position: inside;
}

.details-main .product-image {
    clear: left;
    position: relative;
    padding: 10px 0 20px;
}

.details-main .product-image img {
    max-width: 400px;
    max-height: 400px;
}

.details-main .product-image a {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5em;
    margin: 100px 0 0 410px;
    width: 242px;
    text-align: center;
}

.product-recipes {
    margin-top: 40px;
}

.product-detail-recipe-box {
    float: left;
    width: 33.33%;
}

.product-detail-recipe-box a {
    color: #fff;
    text-decoration: none;
}

.product-detail-recipe-box:hover a h5 {
    text-decoration: underline;
}

.product-detail-recipe-box img {
    width: 140px;
    float: left;
}

.product-detail-recipe-box h5 {
    float: left;
    margin: 35px 0 0 20px;
    font-size: 18px;
    font-weight: 300;
    width: 170px;
}

.product-detail-panel .product-detail-panel-container .details-nutrition {
    float: right;
    width: 33%;
    margin-top: 40px;
}

.nutrition-facts {
    background: #fff;
    color: #000;
    padding: 6px;
    font-family: Arial;
    float: right;
    width: 300px;
    font-size: 16px;
}

.nutrition-facts div {
    margin: 0;
    border: 2px solid #000;
    padding: 6px;
}

.nutrition-facts.nutrition-format-new div {
    padding-bottom: 3px;
}

.nutrition-facts h3 {
    font-size: 31px;
    font-weight: normal;
    margin: 0;
}

.nutrition-facts.nutrition-format-new h3 {
    font-size: 30px;
    font-weight: bold;
}

.nutrition-facts ul {
    list-style: none;
    padding: 0;
}

.nutrition-facts > div > ul {
    border-top: 2px solid #000;
}

.nutrition-facts ul li {
    border-top: 2px solid #000;
    padding: 2px 0;
}

.nutrition-facts.nutrition-format-new ul li:last-child {
    padding: 0;
}

.nutrition-facts ul li.border-bottom {
    border-bottom: 2px solid #000;
}

.nutrition-facts ul li.no-top-border {
    border-top: none;
}

.nutrition-facts.nutrition-format-new .calories {
    font-size: 22px;
    border-bottom: 4px solid #000;
}

.nutrition-facts ul li span {
    float: right;
}

.nutrition-facts ul ul {
    padding: 0 0 0 10px;
}

.nutrition-facts.nutrition-format-new ul ul {
    padding: 0 0 2px 10px;
    line-height: 1.2;
}

.nutrition-facts.nutrition-format-new ul ul li {
    padding: 0;
}

.nutrition-facts ul ul li:first-child {
    border: none;
}

.nutrition-facts ul li.heavy-top {
    border-top: 3px solid #000;
}

.nutrition-facts hr {
    margin: 0;
    border-top: 2px solid #000;
}

.nutrition-facts.nutrition-format-new p {
    font-size: 20px;
}

.nutrition-facts.nutrition-format-new > div > ul {
    border-top: none;
    margin-bottom: 0;
}

.nutrition-facts.nutrition-format-new small {
    /*font-size: 11px;*/
}

.product-detail-panel a.close-panel {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 10px;
    right: 20px;
}

.product-detail-panel a.close-panel span {
    position: absolute;
    width: 32px;
    height: 3px;
    background: #fff;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.product-detail-panel a.close-panel span:nth-child(2) {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.product-details-content {
    display: none;
}


/* Recipes Main */

#recipes-main {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 18px;
}

.recipes-main-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 30px 45px;
    position: relative;
}

.recipe-search.results-search input {
    background: transparent;
    font-family: anziano, serif; 
    font-size: 28px;
    color: #fff;
}

.recipe-search button#recipe-search-button {
    position: absolute;
    right: 5px;
}

#recipes-main h1 {
    font-size: 48px;
    margin-bottom: 26px;
}

#recipes-main p {
    padding: 0 80px;
}

#recipes-main ul {
    list-style: none;
    padding: 0;
    margin: 60px 45px;
}

#recipes-main ul li {
    float: left;
    width: 33.33%;
    padding: 10px;
    position: relative;
    padding-bottom: 35%;
}

ul.box-count-7 li:nth-child(7) {
    margin-left: 33.33%;
}

#recipes-main ul li img {
    width: 100%;
}

#recipes-main ul li h3 {
    color: #000;
    margin: 15px 0 20px;
    font-size: 36px;
}

#recipes-main ul.recipe-categories li a {
    position: absolute;
    left: 10px;
    right: 10px;
}

/* Recipe Category */


.recipe-grid {
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 18px;
}

.recipe-grid-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px 45px;
    position: relative;
}

.recipe-grid ul {
    list-style: none;
    padding: 0;
}

.recipe-grid ul li {
    float: left;
    width: 25%;
    padding: 10px;
    height: 0;
    padding-bottom: 29.5%;
    position: relative;
}

.recipe-grid ul li img {
    width: 100%;
}

.recipe-grid ul li h3 {
    color: #000;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 32px;
}

.recipe-grid ul li a:hover h3 {
    color: #888;
}

.recipe-category-page #video-hub {
    margin-bottom: 60px;
}


/* Recipe Detail */

#recipe-header {
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
}

#recipe-header img {
    width: 100%;
}


.recipe-rating {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
}

.recipe-rating span {
    float: left;
    width: 34px;
    height: 34px;
    background: url(../images/star-grey.png) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 3px;
}

.recipe-rating span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    background: url(../images/star-gold.png) 0 0 no-repeat;
    background-size: cover;
}


.recipe-rating.half-stars span:nth-child(1):after {
    right: 50%;
}

.recipe-rating.one-stars span:nth-child(1):after,
.recipe-rating.one-half-stars span:nth-child(1):after,
.recipe-rating.two-stars span:nth-child(1):after,
.recipe-rating.two-half-stars span:nth-child(1):after,
.recipe-rating.three-stars span:nth-child(1):after,
.recipe-rating.three-half-stars span:nth-child(1):after,
.recipe-rating.four-stars span:nth-child(1):after, 
.recipe-rating.four-half-stars span:nth-child(1):after {
    right: 0;
}

.recipe-rating.one-half-stars span:nth-child(2):after {
    right: 50%;
}


.recipe-rating.two-stars span:nth-child(2):after,
.recipe-rating.two-half-stars span:nth-child(2):after,
.recipe-rating.three-stars span:nth-child(2):after,
.recipe-rating.three-half-stars span:nth-child(2):after,
.recipe-rating.four-stars span:nth-child(2):after,
.recipe-rating.four-half-stars span:nth-child(2):after {
    right: 0;
}

.recipe-rating.two-half-stars span:nth-child(3):after {
    right: 50%;
}

.recipe-rating.three-stars span:nth-child(3):after,
.recipe-rating.three-half-stars span:nth-child(3):after,
.recipe-rating.four-stars span:nth-child(3):after,
.recipe-rating.four-half-stars span:nth-child(3):after {
    right: 0;
}

.recipe-rating.three-half-stars span:nth-child(4):after {
    right: 50%;
}


.recipe-rating.four-stars span:nth-child(4):after,
.recipe-rating.four-half-stars span:nth-child(4):after {
    right: 0;
}

.recipe-rating.four-half-stars span:nth-child(5):after {
    right: 50%;
}


.recipe-rating.five-stars span:after {
    right: 0;
}

.recipe-rating:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    right: -40px;
    background: url(../images/loader.gif) center center no-repeat;
    z-index: 1000;
    background-size: contain;
    display: none;
}

.recipe-rating.sending:before {
    display: block;
}

.recipe-rating:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 6px;
    right: -40px;
    background: url(../images/icon-check.svg) center center no-repeat;
    z-index: 1000;
    background-size: contain;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.recipe-rating.rated:after {
    opacity: 1;
}

.recipe-details-page #recipes-main {
    background: #f1f1f1;
}

.recipe-content {
    text-align: left;
    margin-top: 60px;
}

.recipe-content .main-column {
    float: right;
    width: 70%;
}

.recipe-content .left-column {
    float: left;
    width: calc(30% - 20px);
}

.recipe-content .serving {
    background: #fff;
    margin-bottom: 20px;
}

#recipes-main .recipe-content .serving ul {
    margin: 0;
}

#recipes-main .recipe-content .serving ul li {
    width: auto;
    padding: 20px 30px;
}

#recipes-main .recipe-content .instructions {
    background: #fff;
    padding: 20px 30px;
    position: relative;
}

#recipes-main .recipe-content .instructions h3,
#recipes-main .recipe-content .ingredients h3,
#recipes-main .recipe-content .products-used h3,
#recipes-main .recipe-content .ingredients-mob h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 16px;
}

#recipes-main .recipe-content .ingredients h4 {
    font-size: 18px;
    margin: 20px 0 0;
}

#recipes-main .recipe-content .instructions ol {
    list-style-type: none;
    counter-reset: li-counter;
}

#recipes-main .recipe-content .instructions ol li {
    position: relative;
    padding: 5px 0 16px;
}

#recipes-main .recipe-content .instructions ol li:before {
    position: absolute;
    top: 7px;
    left: -36px;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 50%;
    content: counter(li-counter, decimal);
    counter-increment: li-counter;
    vertical-align: middle;
}

#recipes-main .recipe-content .instructions ul {
    margin: 30px 0;
}

#recipes-main .recipe-content .instructions ul li {
    float: none;
    width: inherit;
    padding: 10px 39px;
}

#recipes-main .recipe-content .instructions ul li:first-child {
    background: url(../images/light-bulb.svg) 0px 16px no-repeat;
    background-size: 32px 32px;
}

iframe#ytplayer {
    max-width: 100%;
}

#recipe-image {
    max-width: 600px;
}

#recipe-image img {
    width: 100%;
}

#recipes-main .recipe-content .ingredients,
#recipes-main .recipe-content .ingredients-mob {
    margin-bottom: 20px;
}

#recipes-main .recipe-content .ingredients,
#recipes-main .recipe-content .products-used,
#recipes-main .recipe-content .ingredients-mob {
    background: #fff;
    padding: 20px 3px 20px 20px;
}

#recipes-main .recipe-content .ingredients ul,
#recipes-main .recipe-content .ingredients-mob ul {
    list-style: initial;
    margin: 3px 3px 10px 20px;
}

#recipes-main .recipe-content .ingredients ul li,
#recipes-main .recipe-content .ingredients-mob ul li {
    float: none;
    width: 100%;
    padding: 5px 0 10px;
}

#recipes-main .recipe-content p {
    padding: 0;
}

#recipes-main .recipe-content .products-used img {
    width: calc(100% - 17px);
    max-width: 400px;
    margin-bottom: 30px;
}

.recipe-sharing {
    position: absolute;
    top: 0;
    right: 10px;
}

.recipe-sharing a {
    float: left;
    width: 34px;
    height: 34px;
    position: relative;
    margin: 15px 10px;
}

.recipe-sharing a span {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}

.recipe-sharing a .pinterest {
    background: url(../images/pintrest.png) center center no-repeat;
    background-size: contain;
}

.recipe-sharing a .twitter {
    background: url(../images/twitter.svg) center center no-repeat;
    background-size: contain;
}

.recipe-sharing a .facebook {
    background: url(../images/facebook.svg) center center no-repeat;
    background-size: contain;
}

.recipe-sharing a .print {
    background: url(../images/print-icon.svg) center center no-repeat;
    background-size: contain;
}

.recipe-sharing a .email {
    background: url(../images/icon-mail.png) center center no-repeat;
    background-size: contain;
}

#recipes-main .recipe-content .ingredients-mob {
    display: none;
    padding: 22px 3px 20px 30px;
    position: relative;
}

.ingredients-mob .recipe-sharing {
    display: none;
}

/************* Products Main Page - Start *****************/

#products {
    background-color: #f1f1f1;
    padding-bottom: 80px;
}

.products-container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px 45px;
}

#products h1 {
    text-align: center;
    padding-top: 75px;
}

#products p {
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;
    padding-left: 30px;
    padding-right: 25px;
}

#products .col-md-4, #products .col-sm-6, #products .col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

#products .col-md-3, #products .col-sm-6, #products .col-xs-12 {
    text-align: center;
}

#products .product-box {
    text-align: center;
    background-color: #ffffff;
    height: 0;
    padding-bottom: 90%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#products .product-box:hover {
    margin-top: -7px;
    margin-bottom: 7px;
}

#products .product-box img {
    width: 100%;
}

#products .product-box h3 {
    font-size: 30px;
    padding: 10px 10px 0;
    color: #000000;
    margin-top: 0px;
}

#products .product-box a:hover {
    text-decoration: none;
    color: #000000;
}

#products .prod-count-7:last-child {
    margin-left: 33.33%;
}

#vid-popout-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.43);
    z-index: 3000;
    display: none;
}

#vid-container {
    position: absolute;
    width: calc(100% - 80px);
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 10px #666;
    padding: 30px;
    max-width: 800px;
}

#vid-close {
    position: absolute;
    top: -32px;
    right: -32px;
    width: 64px;
    height: 64px;
    background: #000 center center no-repeat;
    cursor: pointer;
    z-index: 1000;
    border-radius: 5em;
}

#vid-close:before,
#vid-close:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background-color: #fff;
    top: 48%;
    left: 51%;
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
}

#vid-close:after {
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
}

#vid-container .view-all-btn {
    text-align: center;
}

#vid-container .view-all-btn a {
    margin: 27px auto 0px;
}

/* Search Styles */

.keyword-highlight {
    background-color: #fffc90;
}

.checkbox {
    padding: 10px 0 36px;
    margin: 0;
}

.contact-form-container .checkbox+.checkbox {
    margin-top: 0;
}

.checkbox-sub {
    margin-left: 30px;
}

.checkbox-sub:before {
    font-family: Glyphicon;
    content: "\2212";
    font-size: 40px;
    color: #e2e2e2;
    position: absolute;
    top: -21px;
    left: -28px;
}

.search-form-container input#search-searchword {
    border: 1px solid #bdbdbd;
    height: 34px;
    padding: 0px 0 0 10px;
    margin-bottom: 10px;
    float: left;
    width: calc(100% - 100px);
    border-radius: 5em;
}

.search-form-container button {
    background-color: #000000;
    color: #fff;
    border-radius: 5em;
    padding: 6px 20px;
    border: 1px solid #000;
}

.search-form-container button:hover {
    background-color: #fff;
    color: #000;
}

.view-more-search-results {
    color: #8e7251;
    float: left;
    padding: 1em 0 2em;
    position: relative;
}

a.view-more-search-results:after {
    font-family: FontAwesome;
    content: "\F078";
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.search-results-container {
    margin-bottom: 3em;
    width: 70%;
    float: right;
}

.search-results-container.updating {
    opacity: 0.3;
}

#show-search-filters {
    display: inline-block;
    text-decoration: none;
    color: #d7cb8b;
    width: 100%;
}

#show-search-filters:visited,
#show-search-filters:active,
#show-search-filters:focus {
    color: #d7cb8b;
}

#show-search-filters:hover {
    color: #fff;
}

#show-search-filters:after {
    content: '';
    background: url(../images/icon-chevron-gold.svg) center center no-repeat;
    position: absolute;
    right: 27px;
    top: calc(50% - 9px);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: transform, 0.5s;
    transition: transform, 0.5s;
    height: 22px;
    width: 22px;
    background-size: contain;
}

#show-search-filters:hover:after {
    filter: saturate(0) contrast(2);
}

#show-search-filters.collapsed:after {
    -ms-transform: rotate(0deg); 
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.search-options-panel {
    border-bottom: 1px solid rgb(221, 221, 221);
}

form#searchForm {
    margin-bottom: 20px;
    width: 28%;
    float: left;
    padding-top: 20px;
}

.search-results {
    padding: 0 20px;
    max-width: 1170px;
    margin: 0 auto;
}


.result-title a {
    color: black;
    font-weight: 700;
    font-size: 22px;
    -webkit-transition: ease .03s all; 
    transition: ease .03s all; 
}

.result-title a:hover {
    color: gray;
}

.search-results article {

    padding-bottom: 16px;
    border-bottom: 1px solid lightgray;

}

.searchintro {
    text-transform: uppercase;
}

.searchintro select {
    margin-top: 10px;
}

.search-result-thumb {
    float: left;
    width: 150px;
    background: #ccc;
    height: 125px;
    margin-right: 20px;
    display: none;
}

#search-options-panel {
    background: rgba(31, 31, 31, 1);
    padding: 16px 0;
    position: absolute;
    width: 100%;
    z-index: 2000;
    top: 100%;
}

.checkbox input {
    display: none;
}

.checkbox label {
    color: #d7cb8b;
    position: relative;
    text-transform: uppercase;
}

.recipe-search .checkbox label:hover {
    text-decoration: underline;
}

.checkbox input:checked + label:before,
.recipe-search .checkbox input:checked + label:before {
    background: url(../images/icon-check-gold.svg) center center no-repeat;
    background-size: 30px 30px;
}

.checkbox input + label:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: transparent;
    top: -55px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.recipe-search .checkbox input + label:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    top: -5px;
    left: -25px;
}

#contact-form .checkbox label {
    text-transform: none;
    margin-top: 20px;
    color: #fff;
    padding: 0;
}

#contact-form .checkbox input + label:before {
    border: 1px solid #d7cb8b;
}

legend {
    color: #d7cb8b;
    font-size: 16px;
    background: rgba(31, 31, 31, 0);
    border-bottom: 1px solid #d7cb8b;
    margin-bottom: 0;
    padding: 20px 0;
    position: relative;
    transition: background 0.5s;
}

legend.expanded {
    background: rgba(31, 31, 31, 1);
}

.results-search .form-group {
    margin-bottom: 40px;
}

#filter-by-text {
    text-transform: uppercase;
    display: inline-block;
}

legend.expanded #filter-by-text {
    display: none;
}

#unload-mask {
    position: fixed;
    background: rgba(0, 0, 0, 0.62);
    width: 100%;
    height: 100%;
    z-index: 4000;
    top: 0;
    display: none;
}

/* News Hub */

.news-hub {
    text-align: center;
}


.news-hub.grey {
    background: #f5f5f5;
}

.news-hub h1 {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 40px;
}

.news-hub img {
    width: 100%;
}

.news-hub .container {
    max-width: 1300px;
    width: 100%;
    padding: 50px 100px 0;
}

.news-hub .col-md-3,
#news .col-sm-6, #news .col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.news-hub .news-btn {
    margin: 60px 0 80px;
    text-align: center;
}

.news-hub h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    margin: 0;
}

.news-hub.no-snippet h3 {
    text-align: center;
}

.news-hub .news-link:hover h3 {
    text-decoration: none;
    color: #999;
}

.news-hub.testimonials-hub h3 {
    font-size: 19px;
    line-height: 25px;
    text-align: left;
}

.news-hub h4 {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding: 0 0 7px;
    margin: 0px;
}

.news-hub.testimonials-hub h4 {
    font-weight: normal;
    font-size: 16px;
}


.news-hub .headings-wrapper {
    margin: 0;
    padding: 15px 0 10px;
}

.news-hub p {
    padding: 20px 10% 80px;
    font-size: 16px;
    margin: 0;
    line-height: 22px;
}

.news-hub p.mod-snippet,
.news-hub p.article-date {
    padding: 0 0 5px;
    color: #000;
}

.news-hub .news-btn a {
    position: relative;
    color: #000;
    z-index: 1100;
    font-size: 20px;
    border: 1px solid #000;
    border-radius: 5em;
    padding: 16px 25px;
    margin: 0 20px;
    width: 240px;
    text-align: center;
}

.news-hub .news-btn .more-pad {
    padding: 16px 50px;
}

.news-hub .news-btn a:hover {
    color: #ffffff;
    background-color: #000000;
    text-decoration: none;
}

.news-hub .gl-button {
    margin: 30px 2px 80px;
}

.news-hub .news-link {
    text-align: left;
}

p.full-snippet,
h3.full-title {
    display: none;
}

.news-hub.no-snippet p.mod-snippet {
    display: none;
}

.news-hub .image-wrapper {
    height: 0;
    overflow: hidden;
    padding: 0 0 83.33%;
}

.news-hub a:hover .image-wrapper {
    opacity: 0.8;
}

.news-hub a:hover p.mod-snippet,
.news-hub a:hover p.article-date {
    color: #8b8b8b;
}

/* About Us */

#about-us.grey {
    background: #f5f5f5;
}

.aboutus-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 100px;
    text-align: center;
    padding: 50px 80px 80px;
}


#static-filter.transparent {
    opacity: 0;
}

.static-filter-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 25px 50px 1px;
}

.static-filter-container h5 {
    float: left;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
}

.static-filter-container ul {
    list-style: none;
    float: right;
    margin: 0;
}

.static-filter-container li {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 0 9px;
    font-weight: bold;
    margin-left: 30px;
}

.static-filter-container li a,
.static-filter-container li a:hover,
.static-filter-container li a:visited,
.static-filter-container li a:active {
    color: #000;
}

.static-filter-container li.active {
    border-bottom: 5px solid #ce171f;
}

#sticky-filter {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.91);
    display: none;
    z-index: 2000;
}



.recent-issues ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.recent-issues ul li {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}

.recent-issues ul li a {
    position: relative;
    color: #cd1620;
    padding-right: 34px;
}

.recent-issues ul li a:before {
    content: '\F08E';
    font-family: FontAwesome;
    position: absolute;
    bottom: -5px;
    right: 0;
}

.recent-issues > a {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0;
    display: block;
    margin: 70px 30px 0;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    position: relative;
}

.recent-issues h2 {
    font-size: 36px;
    margin-top: 30px;
}

.recent-issues .expandable-panel {
    border-bottom: 1px solid #000;
    margin: 0 30px;
}


/* Dashboard Pages */

#admin-header {
    background: url(../images/gl-footer-logo-md.png) center center no-repeat;
    background-size: 120px;
    background-color: #cd1620;
    height: 80px;
}

.admin-header-container {

}

#bt-profile h1,
#bt-profile h4 {
    text-align: center;
}

#front-admin-panel form {
    margin-top: 100px;
}

#utility-menu {

}

.utility-menu-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 10px 50px 10px;
}

.utility-menu-container ul {
    list-style: none;
    float: right;
    margin: 0;
}

.utility-menu-container li {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 0 9px;
    font-weight: bold;
    margin-left: 30px;
}

/************** Contact Us Page - Starts **********************/

#contact-form {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 0;
}

.contact-form-container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px 0;
}

#contact-form h2 {
    margin-bottom: 65px;
    margin-top: 20px;
}

#contact-form .form-control {
    height: 55px;
    border-radius: 0;
    border-color: #d7cb8b;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
    background: #000;
    font-size: 16px;
    color: #fff;
}

#contact-form textarea.form-control {
    height: 160px;
}

#contact-form .form-check {
    text-align: center;
}

#contact-form label {
    margin: 20px 0 0 0;
    font-weight: normal;
    display: inline-block;
}

#contact-form .select-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #000 !important;
    background: url(../images/up-down-chevron.svg) no-repeat;
    background-position: calc(100% - 25px) 10px;
    width: 100%;
    text-indent: 0.01px;
    text-overflow: "";
    color: #bbb;
    background-size: 16px; 
}

#contact-form input[type=checkbox] {
    margin: 4px 15px 0 0;
}

#contact-form .select-dropdown select.value-selected {
    color: #fff;
}

#contact-form input.has-error,
#contact-form textarea.has-error,
#contact-form select.has-error {
    background-color: #581616;
    border-color: red;
}

#contact-form .alert-danger {
    display: none;
    margin-top: 20px;
}

#contact-form button.brc-btn {
    border: none;
    background: transparent;
    margin: 40px 0;
}

#contact-form button.brc-btn:hover {
    text-decoration: underline;
}

#recaptcha-container {
    position: relative;
    height: 110px;
}



#recaptcha-error {
    display: none;
}

.grecaptcha-badge {
    z-index: 9999;
}

#prod-extras {
    display: none;
}

.well {
    padding: 19px 0;
    margin: 15px;
    background-color: #000;
    border-radius: 0;
    clear: both;
    padding-bottom: 5px;
    border-color: #d7cb8b;
}

#give-us-call {
    text-align: center;
    background-color: #f5f5f5;
}

.give-us-call-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px 45px;
}

#give-us-call h2 {
    margin-top: 42px;
    margin-bottom: 70px;
}

#give-us-call img {
    width: 100%;
}

#give-us-call .phn-numbers {
    background-color: #ffffff;
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    padding: 40px 0 55px;
}

#give-us-call .phn-numbers a {
    font-size: 22px;
    color: #000;
}

#give-us-call .phn-numbers a:hover {
    color: #999;
}

#give-us-call .phn-numbers hr {
    border-top: 1px solid #000;
    width: 8%;
}

#locations {
    text-align: center;
    background-color: #f5f5f5;
}

.locations-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 20px 100px;
}

/************** Contact Us Page - End **********************/

.products-detail.employment-detail {
    background: #f5f5f5;
}

.products-detail.employment-detail .products-details-boxes a {
    padding: 0 10px;
    margin-bottom: 30px;
}



.products-detail.employment-detail .products-details-boxes a div {
    position: relative;
    height: 5.5em;
    background: #000;
    width: 100%;
    float: none;
    padding: 0;
}

.products-detail.employment-detail .products-details-boxes > div {
    height: 15em;
    padding-bottom: 0;
    margin-top: 20px;
}


.products-detail.employment-detail .products-details-boxes a div:nth-child(2) {
    background: #fff;
    height: 7em;
}

.products-detail.employment-detail .products-details-boxes a h3 {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    padding: 0 20px;
}

.products-detail.employment-detail .products-details-boxes a p {
    color: #000;
    padding: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
}

.employment-detail-panel .details-target-wrapper {
    color: #eeeeee;
}

.employment-detail-panel .details-target-wrapper a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

.employment-detail-panel .details-target-wrapper a.gl-button {
    font-weight: normal;
    text-decoration: none;
}

.employment-detail-panel .details-target-wrapper a:hover {
    text-decoration: underline;
}

.products-detail.employment-detail .products-details-boxes > div:hover {
    opacity: 0.6;
}

.expandable-panel {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.expandable-panel p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 10px 20px;
}

#reports-hub {
    text-align: center;
    background: #f5f5f5;
}

.reports-hub-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 85px 150px;
    position: relative;
}

.reports-hub-container h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 24px;
    position: relative;
    padding: 0 70px 0 40px;
}


#reports-hub ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#reports-hub ul ul {
    text-align: left;
    display: inline-block;
    padding-left: 50px;
}

#reports-hub li {
    padding: 8px 0;
    margin: 0;
    font-size: 16px;
    position: relative;
}

#reports-hub li li {
    padding: 13px 0 13px 48px; 
}

.reports-hub-content > ul > li:last-child {
    border-top: 1px solid #000;
}

#reports-hub li:hover {
    cursor: pointer;
}

#reports-hub li li {
    background: url(../images/pdf.svg) left center no-repeat;
    background-size: 36px 36px;
}

#reports-hub li a,
#reports-hub li a:visited,
#reports-hub li a:active,
#reports-hub li a:focus {
    color: #000;
}

#reports-hub li a:hover {
    color: #999;
}

.reports-hub-container .left-column,
.reports-hub-container .right-column {
    float: left;
    width: 48%;
    background: #fff;
    position: relative;
    padding: 20px 20px 60px 40px;
    margin-top: 50px;
    text-align: left
}


.reports-hub-container .right-column {
    float: right;
}

.reports-hub-content {
    background: #fff;
}


.content-calc {
    margin: 0;
    padding: 0;
}

#about-us .full-article {
    text-align: left;
}

#about-us .full-article .gl-button {

}

#about-us .full-article p.article-date {
    padding-bottom: 20px;
}

.single .static-filter-container {
    padding: 10px 50px 10px;
}

#static-filter.single a,
#sticky-filter.single a {
    color: #000;
    position: relative;
}

#static-filter.single a:before,
#sticky-filter.single a:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -17px;
    background: url(../images/chevron-red.svg) center center no-repeat;
    width: 16px;
    height: 16px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.products-detail.bod-detail.our-values-detail .products-details-boxes h3 {
    text-align: left;
    font-size: 15px;
}

.products-detail.bod-detail .products-details-boxes > div:hover {
    opacity: 0.7;
}

.products-detail.bod-detail .products-details-boxes > div:hover h2,
.products-detail.bod-detail .products-details-boxes > div:hover h3,
.products-detail.bod-detail .products-details-boxes > div:hover p {
    color: #636363;
}

body.no-header-img .aboutus-container {
    padding-top: 0;
}

.news-loading {
    background: url(../images/loader.gif) center center no-repeat;
    height: 46px;
    display: none;
}

#museum-hub {
    text-align: center;
}

#museum-hub .museum-hub-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 90px 80px 84px;
}

.museum-hub-container img {
    float: left;
    margin-top: 7px;
}

.museum-hub-container p {
    text-align: left;
    float: right;
    width: calc(100% - 500px);
}

#maintenance-page {
    /*background: url(../images/maintenance-bg-s.jpg) center top no-repeat;*/
    /*background-size: cover;*/
    text-align: center;
    margin: 0;
    /*padding: 33% 100px 0;*/
}

#products-cat .products-cat-container-wholesale-products,
#products-cat .products-cat-container-fromages-de-marque-salerno-vendus-en-gros {
    text-align: left;
}

#products-cat .products-cat-container-wholesale-products ul,
#products-cat .products-cat-container-fromages-de-marque-salerno-vendus-en-gros ul {
    list-style: disc;
    display: block;
    padding: 10px 50px 50px;
    float: left;
}

#products-cat .products-cat-container-wholesale-products h3,
#products-cat .products-cat-container-fromages-de-marque-salerno-vendus-en-gros h3 {
    clear: both;
}

#products-cat .products-cat-container-wholesale-products li,
#products-cat .products-cat-container-fromages-de-marque-salerno-vendus-en-gros li {
    float: none;
    width: auto;
    font-size: 14px;
    padding: 0;
    margin-top: 0;
    text-align: left;
}

.products-details-boxes.box-count-1 div:first-child {
    margin-left: 37.5%;
}

.products-details-boxes.box-count-2 div:first-child {
    margin-left: 25%;
}

.products-details-boxes.box-count-3 div:first-child {
    margin-left: 12.5%;
}

.sending-data {
    display: none;
}

.sending-data h5 {
    background: url(../images/loader.gif) left center no-repeat;
    padding: 20px 0px 20px 40px;
    display: inline-block;
}

.print-only {
    display: none;
}

.no-unpack {
    padding: 10px 0;
}