/*****************************\
* hoe.ie                      *
* CSS & HTML: GoM3Z           *
*                             *
* (c) 2016                    *
\*****************************/

html {
    height: 100%;
}
body {
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Raleway-Light';
}
header {
    width: 100%;
    background: #1e2863;
    height: 85px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.icon-logo {
    font-size: 215px;
    width: 215px;
    color: #fff;
    display: block;
    height: 54px;
    overflow: hidden;
    float: left;
    position: absolute;
    left: 15px;
    top: 17px;
}
.icon-logo:before {
    position: absolute;
    left: 0;
    top: -80px;
    display: block;
    width: 215px;
    height: 54px;
}
.social {
    position: absolute;
    top: 33px;
    right: 15px;
}
.social a {
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
}
.social a:hover {
    opacity: 0.3;
}
nav {
    padding-top: 13px;
}
nav a {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Raleway-Medium';
    font-size: 16px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: relative;
}
nav a:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 60px;
    background: #5a618d;
    content: "";
}
nav a:last-child:after { display: none }

nav a.active:before,
nav a:hover:before {
    position: absolute;
    left: 15px;
    bottom: 24px;
    height: 1px;
    background: #fff;
    content: "";
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
}
.section .left,
.section .center,
.section .right {
    height: 100%;
    float: left;
}
.section .center {
    width: 556px;
    background: #1e2863;
}
.section .left,
.section .right {
    width: calc(50% - 278px);
    width: -moz-calc(50% - 278px);
    width: -webkit-calc(50% - 278px);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}
.section .right.home { background-image: url("../images/home-right.jpg") }
.section .left.home { background-image: url("../images/home-left.jpg"); background-position: center right }

.section .center:not(.home) {
    background: #bbbed0;
    padding-top: 85px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.section .right.story { background-image: url("../images/story-right.jpg") }
.section .left.story { background-image: url("../images/story-left.jpg"); background-position: center left }

.section .right.crispbread { background-image: url("../images/crisp-right.jpg") }
.section .left.crispbread { background-image: url("../images/crisp-left.jpg"); background-position: center center }

.section .right.cheese { background-image: url("../images/cheese-right.jpg") }
.section .left.cheese { background-image: url("../images/cheese-left.jpg"); background-position: center center }

.section .right.contact { background-image: url("../images/story-right.jpg") }
.section .left.contact { background-image: url("../images/contact-left.jpg"); background-position: center center }

#section0 h1 {
    margin: 0;
    position: absolute;
    top: 30%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Titillium-Black';
    font-size: 82px;
    text-transform: uppercase;
    text-shadow: -3px 6px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 10px;
}
#section0 h2 {
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
    color: #c82e6d;
    font-family: 'ReenieBeanie';
    font-size: 42px;
    text-shadow: -3px 6px 5px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes image-opacity {
    from {
        opacity: 0
    }

    to {
        opacity: 1;
    }
}
@keyframes image-opacity {
    from {
        opacity: 0
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        color: transparent
    }
    33% {
        color: #fff
    }
    to {
        padding-top: 20px;
        color: transparent
    }
}
@keyframes mouse-dot {
    from {
        color: transparent
    }
    33% {
        color: #fff
    }
    to {
        padding-top: 20px;
        color: transparent
    }
}
.preloader-nav {
    font-family: 'Raleway';
    position: absolute;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    opacity: 1;
    bottom: 50px;
    left: 50%;
    width: 96px;
    margin-left: -48px;
    /*-webkit-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
    transition: opacity 0.8s linear 2s,-webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2s;
    transition: opacity 0.8s linear 2s,transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2s;
    transition: opacity 0.8s linear 2s,transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2s,-webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2s;*/
}

.preloader-nav::after {
    content: '';
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto;
    bottom: 0;
    line-height: 0;
    text-align: center;
    -webkit-animation: touch-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: touch-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    transition: opacity 0.8s linear 2.5s,-webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2.5s;
    transition: opacity 0.8s linear 2.5s,transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2.5s;
    transition: opacity 0.8s linear 2.5s,transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2.5s,-webkit-transform 1.5s cubic-bezier(0.23, 1, 0.32, 1) 2.5s;
}

.preloader-nav::after {
    display: block;
    content: "•";
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    width: 31px;
    height: 50px;
    padding: 0;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.section .center:not(.home) {
    padding: 85px 12px 50px 0;
    position: relative;
}
.section .center:not(.home) .scrollContent {
    width: 544px !important;
    position: relative;
}
.section .center:not(.home) .hr {
    width: calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: -webkit-calc(100% - 12px);
    height: 1px;
    background: #c9cbd9;
    margin: 10px 0 10px 12px;
    border: 0;
    display: block;
    flex: 1;
    min-height: 1px;
    max-height: 1px;
}
.empty {
    width: 100%;
    height: 50px;
    background: red;
}


/**
    enscroll
                **/

.scrollbox {
    overflow: auto;
}

.vertical-track {
    width: 10px;
    z-index: 11;
}

.vertical-handle {
    width: 100%;
    background-color: #c9cbd9;
    border-radius: 5px;
    z-index: 11 !important;
}
.scrollContentInside {
    padding: 0 30px 10px 50px;
    position: relative;
}
.section .center:not(.home):before {
    height: 50px;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,bbbed0+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(187,190,208,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(187,190,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(187,190,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bbbed0',GradientType=0 ); /* IE6-9 */

}
.scrollContentInside p,
.scrollContentInside ul li {
    font-size: 16px;
    color: #121212;
    text-align: center;
    line-height: 24px;
}
.scrollContentInside h2 {
    color: #c42e6d;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Titillium-Regular';
    margin: 50px 0 20px 0;
    text-align: center;
}
.scrollContent + div { z-index: 11 !important }

.section .center:not(.home) h1 {
    color: #c42e6d;
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'Titillium-Regular';
    margin: 40px 0 10px 0;
    text-align: center;
    font-weight: normal;
    width: 100%;
}
.section .center:not(.home) h3 {
    color: #c42e6d;
    font-size: 27px;
    margin: 0 0 15px 0;
    text-align: center;
    font-weight: normal;
    width: 100%;
    font-family: 'ReenieBeanie';
}
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #c42e6d;
}
.dots {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}
.prodNr {
    width: 287px;
    margin: 20px auto 10px auto;
    height: 95px;
    overflow: hidden;
    text-align: center;
    color: #d0d2de;
    font-size: 172px;
    border-bottom: 1px solid #d0d2de;
    font-family: 'Titillium-Black';
    line-height: 113px;
    letter-spacing: -16px;
}
.prodContainer {
    position: relative;
    margin-bottom: 10px;
}
.prodContainer span {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    font-family: 'Titillium-Bold';
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    left: 50%;
    bottom: 0;
    line-height: 20px;
    transform: rotate(14deg) ;
    -webkit-transform: rotate(14deg) ;
    -moz-transform: rotate(14deg) ;
    -o-transform: rotate(14deg) ;
    -ms-transform: rotate(14deg) ;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    -2px 4px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         -2px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
.prodContainer span.black {
    background: #000;
    color: #fff;
    display: block;
    width: 134px;
    height: 134px;
    border-radius: 100%;
    text-align: center;
    font-family: 'Titillium-Bold';
    text-transform: uppercase;
    font-size: 28px;
    position: absolute;
    line-height: 30px;
    transform: rotate(14deg);
    -webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
    -o-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -webkit-box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 4px 10px 0px rgba(0, 0, 0, 0.2);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.prodContainer span.cheeseBadge {
    display: block;
    width: 170px;
    height: 123px;
    position: absolute;
    right: 55px;
    top: 143px;
    background: transparent url(../images/medal.png) no-repeat 0 0;
    box-shadow: none;
    border-radius: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}.prodContainer span i {
    font-size: 20px;
    font-family: 'ReenieBeanie';
    line-height: 20px;
}
.prodItem {
    position: relative;
}
.prodBadge {
    display: block;
    position: absolute;
    left: -74px;
    top: 120px;
    width: 82px;
    height: 41px;
    border-radius: 0 0 41px 41px;
    background: #1e2863;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Raleway-Medium';
    text-transform: uppercase;
    transform: rotate(14deg) ;
    -webkit-transform: rotate(-90deg) ;
    -moz-transform: rotate(-90deg) ;
    -o-transform: rotate(-90deg) ;
    -ms-transform: rotate(-90deg) ;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.prodContainer img {
    margin-top: -60px;
}

.nutritionInfo {
    text-transform: uppercase;
    color: #121212;
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}
.nutritionInfo span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    width: 38px;
    height: 38px;
    border: 3px solid #c42e6d;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    text-transform: none;
}
.nutritionInfo span.back {
    background: transparent url(../images/back.png) no-repeat center center;
}
html .text-left p,
html .text-left ul,
html .text-left ul li,
html .text-left h1 {
    text-align: left;
}
html .scrollContent ul {
    list-style: none;
    margin: 10px 0;
}
html .scrollContent ul li {
    position: relative;
    padding: 0 0 5px 25px;
}
html .scrollContent ul li:before {
    position: absolute;
    content: "";
    background: #c42e6d;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    top: 7px;
    left: 0;
}
.nutritionText {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75);

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 30px;
}

.nutritionText table {
    width: 260px;
    max-width: 100%;
    table-layout: fixed;
    border-spacing: 0;
}
.nutritionText table th,
.nutritionText table td {
    padding: 9px 0 14px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.nutritionText table td {
    font-size: 16px;
    color: #727272;
    font-family: 'Raleway-Light';
}
.nutritionText table th {
    text-align: right;
    font-size: 14px;
    color: #727272;
    font-family: 'Raleway-Medium';
}
h4 {
    font-size: 32px;
    color: #c42e6d;
    font-family: 'Titillium-Regular';
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}
.scrollContent p a {
    font-size: 16px;
    color: #121212;
}
.scrollContent p a:hover {
    color: #c42e6d;
}
.scrollContent .social {
    position: static;
    padding-top: 5px;
}
.scrollContent .social a {
    font-size: 24px;
}
.scrollContent a {
    position: relative;
    z-index: 11;
}
.scrollContent .social a:hover {
    color: #121212;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    nav a { font-size: 13px; padding: 0 10px; position: relative }
    .icon-logo { font-size: 180px; width: 200px; color: #fff; display: block; height: 40px; overflow: hidden; float: left; position: absolute; left: 15px; top: 24px }
    .icon-logo:before { position: absolute; left: 0; top: -70px; display: block; width: 215px; height: 54px }
    nav a.active:before, nav a:hover:before { left: 10px; width: calc(100% - 20px); width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px) }
    .section .center { width: 450px }
    .section .left, .section .right { width: calc(50% - 225px); width: -moz-calc(50% - 225px); width: -webkit-calc(50% - 225px) }
    .section .center:not(.home) .scrollContent { width: 440px !important; position: relative }
    .scrollContentInside p, .scrollContentInside ul li { font-size: 14px; line-height: 20px }
    .section .center:not(.home) h1 { font-size: 30px }
    h4 { font-size: 24px; letter-spacing: 1px; margin-bottom: 10px; text-align: center }
    .nutritionText table { width: 100% ; max-width: 100%; table-layout: fixed; border-spacing: 0 }
    .nutritionText table th, .nutritionText table td { font-size: 14px }
}

@media (min-width: 768px) and (max-width: 1023px) {
    nav a { font-size: 12px; padding: 0 10px; position: relative }
    .icon-logo { font-size: 140px; width: 200px; color: #fff; display: block; height: 40px; overflow: hidden; float: left; position: absolute; left: -50px; top: 24px }
    .icon-logo:before { position: absolute; left: 0; top: -51px; display: block; width: 215px; height: 54px }
    nav a.active:before, nav a:hover:before { left: 10px; width: calc(100% - 20px); width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px) }
    #section0 h1 { font-size: 60px; text-shadow: -3px 6px 5px rgba(0, 0, 0, 0.3); letter-spacing: 5px }
    .section .center { width: 400px }
    .section .left, .section .right { width: calc(50% - 200px); width: -moz-calc(50% - 200px); width: -webkit-calc(50% - 200px) }
    .section .center:not(.home) .scrollContent { width: 380px !important }
    .nutritionText { padding: 0 10px }
    .nutritionText table { width: 100% }
    .nutritionText table th, .nutritionText table td { font-size: 12px; padding: 5px 0 }
    .scrollContentInside p, .scrollContentInside ul li { font-size: 12px; line-height: 16px }
    .section .center:not(.home) h1 { font-size: 30px; margin: 20px 0 10px 0 }
    h4 { font-size: 20px; letter-spacing: 0; margin-bottom: 10px }
    .scrollContent p a { font-size: 12px }
}

@media (max-width: 767px) {
    body, #fullpage, #section0 { height: 100% }
    .section .center { width: 100%; height: 100% }
    .section .left, .section .right { width: 0 }
    header .social, nav { display: none }
    .icon-logo { font-size: 140px; width: 200px; color: #fff; display: block; height: 40px; overflow: hidden; float: left; position: absolute; left: -35px; top: 24px }
    .icon-logo:before { position: absolute; left: 0; top: -51px; display: block; width: 215px; height: 54px }
    #section0 h1 { font-size: 40px; text-shadow: -3px 6px 5px rgba(0, 0, 0, 0.3); letter-spacing: 1px }
    #section0 h2 { top: 38%; font-size: 36px; text-shadow: -3px 6px 5px rgba(0, 0, 0, 0.3); padding: 0 10px }
    .section .center:not(.home) .scrollContent { width: 100% !important; padding-right: 0 !important }
    .section .center:not(.home) { padding: 20px 10px; position: relative }
    .section .center:not(.home) { display: block }
    .fp-section:not(#section0) { height: auto !important }
    .scrollContentInside { padding: 10px; position: relative }
    .section:not(#section0) .left, .section:not(#section0) .center, .section:not(#section0) .right { height: auto }
    .fp-scrollable { height: auto !important }
    .section .center:not(.home) h1 { font-size: 22px; margin: 0 0 10px 0 }
    .scrollContentInside h2 { font-size: 18px; margin: 20px 0; text-align: center }
    .scrollContentInside p, .scrollContentInside p a, .scrollContentInside ul li { font-size: 12px; line-height: 16px }
    .section .center:not(.home):before { display: none }
    .prodNr { width: 100%; margin: 0; height: 77px; font-size: 120px }
    .prodBadge { left: -40px }
    h4 { font-size: 18px; letter-spacing: 1px; margin-bottom: 10px }
    .scrollContent.selectedProd { height: calc(100% - 85px);height: -webkit-calc(100% - 85px);height: -moz-calc(100% - 85px); position: fixed !important; top: 85px; left: 0; z-index: 12 !important; background: #bbbed0; }
    .enscroll-track { margin-left: 10px; width: 5px }
    .selectedProd .scrollContentInside { height: 100% }
}