/*foundation classes for grid*/

/* xlarge-3 */
@media only screen and (min-width: 90.063em)
{
    .row .xlarge-3
    {
        width: 25%;
    }
}



/*full width row*/
.row
{
    max-width: 100%;
}

.gray-column
{
    background-color: #f5f4f4;
}

p
{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}


/* scroller */

.mCustomScrollBox
{
    -webkit-transform: translate3d(0,0,0);
       -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}

.mCSB_container *
{
    /*  -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);*/
}

.mCSB_container
{
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
            transform: translateZ(0);

    -webkit-overflow-scrolling: touch;
}



/*history css*/
.history-bg-image
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


@media only screen and (max-width: 40em){
     .history-bg-image{
        max-height: 300px;
    }
}

.history1-bg
{
    background-image: url('../images/history1.jpg');
}

.history2-bg
{
    background-image: url('../images/history2.jpg');
}

.history3-bg
{
    background-image: url('../images/history3.jpg');
}

.history-text-container
{
    /*position: relative;

    display: table;

    width: 70%;
    height: 100%;
    min-height: 500px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;*/
    position: relative;
    top: 0;
    right: 0;
    left: 0;

    display: table;

    -moz-box-sizing: border-box;
    width: 70%;
    height: 100%;
    min-height: 500px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.history-text-content
{
    display: table-cell ;

    vertical-align: middle;
}

.history-text-content p
{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;

    padding-top: 13px;
    padding-bottom: 13px;

    text-align: center;
}

.history-text-content h2
{
    font-family: 'Neutra-Demi';
    font-size: 20px;

    width: 100%;
    padding-bottom: 10px;

    text-align: center;
    text-transform: uppercase;
}

.history-text-content h2::after
{
    display: block;

    width: 63px;
    height: 3px;
    margin: 10px auto 10px;

    content: '';

    background: #010101;
}



/*products-galery*/

.product-galery-pic
{
    margin: auto;
    padding-top: 150px;
}

@media only screen and (max-width: 40em){
    .product-image{
        max-height: 680px;
    }
}

.product-galery-show-info
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;

    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
    /*    cursor: pointer;*/
            transition: all .6s ease 0s;

    background-color: rgba(35,35,7, 0);
}

.product-galery-show-info:hover
{
    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;

    background-color: rgba(35,35,7, .8);
}

.product-galery-show-info h2
{
    font-family: 'Neutra-Demi';
    font-size: 20px;

    width: 100%;
    max-width: 290px;
    /*    height: 60px;*/
    margin: 65px auto 0 auto;
    padding-bottom: 0;

    text-align: center;
    text-transform: uppercase;
}

.product-galery-show-info  h2::after
{
    display: block;

    width: 63px;
    height: 3px;
    margin: 10px auto 10px;

    content: '';

    background: #010101;
}



.product-galery-show-info:hover h2
{
    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;

    color: #fff;
}


.product-galery-show-info:hover h2::after
{
    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;

    background: #fff;
}




.product-galery-show-info p
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 60%;
    height: 50%;
    margin: auto;

    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;
    text-align: center;

    color: rgba(255,255,255, 0);
}

.product-galery-show-info:hover p
{
    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;

    color: rgba(255,255,255, 1);
}

.product-galery-show-info span
{
    position: absolute;
    bottom: 20%;
    left: 0;

    width: 100%;
    padding-bottom: 4px;

    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;
    text-align: center;
    text-decoration: none;

    color: rgba(255,255,255, 0);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.product-galery-show-info span::after
{
    display: block;

    width: 63px;
    height: 3px;
    margin: 10px auto 10px;

    content: '';

    background: rgba(255,255,255, 0);
}


.product-galery-show-info:hover span
{
    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;

    color: rgba(255,255,255, 1);
}

.product-galery-show-info:hover span::after
{
    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;

    background: rgba(255,255,255, 1);
}


.product-galery-show-info span:hover
{
    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;

    color: #f39200;
}
.product-galery-show-info span:hover::after
{
    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;

    background: #f39200;
}


/*product-inside*/

.product-info-text-container
{
    position: relative;

    display: table;

    width: 70%;
    height: 100%;
    min-height: 500px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-info-text
{
    display: table-cell;

    vertical-align: middle;
}

.product-info-text a
{
    position: relative;
    left: 0;

    display: block;

    width: 100%;
    height: 50px;
    padding-top: 20px;
    padding-bottom: 5px;

    text-align: center;
    text-decoration: none;

    color: #000;
}


.product-info-text a.back-to-products::after
{
    display: block;

    width: 63px;
    height: 3px;
    margin: 10px auto 10px;

    content: '';

    background: #010101;
}


.product-info-text a.back-to-products:hover
{
    text-decoration: none;

    color: #f7941d;
}


.product-info-text p
{
    right: 0;
    left: 0;

    margin: auto;
    padding-top: 20px;
}

.product-info-text h2
{
    font-family: 'Neutra-Demi';
    font-size: 20px;

    width: 100%;
    /*height: 60px;*/
    margin-top: 30px;
    padding-bottom: 40px;

    text-align: center;
    text-transform: uppercase;
}
.product-info-text h2::after
{
    display: block;

    width: 63px;
    height: 3px;
    margin: 10px auto 10px;

    content: '';

    background: #010101;
}

.product-info-text a.buy-product{
    display: block;
    background-color: #f7941d;
    color:#fff;
    border-radius: 5px;
    max-width:200px;
    margin: 0 auto;
    position: relative;
    height: 47px;
    padding-top: 12px;
    margin-top: 15px;

    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.product-info-text a.buy-product:hover{
    background-color: #444;

    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}



.product-galery-show-info  a.buy-product{
    display: block;
    background-color: #f7941d;
    color:#fff;
    border-radius: 5px;
    max-width:200px;
    position: absolute;
    height: 47px;
    padding-top: 12px;

    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;

    opacity: 0;


    bottom: 10%;
    width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.product-galery-show-info  a.buy-product:hover{
    background-color: #7f7f32;

    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}

.product-galery-show-info:hover  a.buy-product {
    opacity: 1;

    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}


.product-related-products-header
{
    font-family: 'Neutra-Demi';
    font-size: 20px;
    line-height: 70px;

    width: 100%;

    text-align: center;
    text-transform: uppercase;

    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eaeaea;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeaea;
}


/*recipes css*/

.pagination-dots
{
    height: 50px;

    text-align: center;

    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eaeaea;
}



.pagination-dots .pagination-dot
{
    display: inline-block;

    min-width: 15px;
    height: 15px;
    margin-top: 18px;
    margin-right: 5px;
    margin-left: 5px;

    color: #2d3129;
    border: solid 1px;
    border-radius: 100%;
    background-color: #2d3129;
}



.pagination-dots .pagination-dot-inactive
{
    display: inline-block;

    min-width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 1px;

    color: #d1d1d1;
    border: solid 1px;
    border-radius: 100%;
    background-color: #d1d1d1;
}


.pagination-dot-inactive:hover
{
    color: #2d3129;
    background-color: #2d3129;
}

.recipes-bg-image
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media only screen and (max-width: 40em){
    .recipes-bg-image {
        max-height: 300px;
    }
}

.recipes-text-container
{
    position: relative;

    display: table;

    width: 70%;
    min-height: 500px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.recipes-text-content
{
    display: table-cell;

    vertical-align: middle;
}

.recipes-text-content p
{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;

    padding-top: 25px;

    text-align: center;
}

.recipes-text-content h2
{
    font-family: 'Neutra-Demi';
    font-size: 20px;

    width: 100%;
    padding-bottom: 10px;

    text-align: center;
    text-transform: uppercase;
}


.recipes-text-content h2::after
{
    display: block;

    width: 63px;
    height: 3px;
    margin: 10px auto 10px;

    content: '';

    background: #010101;
}

.recipes-text-content a
{
    display: block;

    width: 100%;
    padding-top: 20px;
    padding-bottom: 4px;

    text-align: center;
    text-decoration: none;

    color: #000;
}

.recipes-text-content a:hover
{
    color: #f39200;
}



.recipes-text-content a:hover::after
{
    background: #f39200;
}

.recipes-text-content a::after
{
    display: block;

    width: 63px;
    height: 3px;
    margin: 10px auto 10px;

    content: '';

    background: #010101;
}


.recipes-related-products-header
{
    font-family: 'Neutra-Demi';
    font-size: 20px;
    line-height: 70px;

    width: 100%;

    text-align: center;
    text-transform: uppercase;

    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eaeaea;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeaea;
}

/*recipe inside*/

.recipe-bg-image
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



@media only screen and (max-width: 40em){

    .recipe-bg-image{
        max-height: 300px;
    }

}

.recipe-text-container
{
    position: relative;

    display: table;

    width: 70%;
    min-height: 500px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.recipe-text-content
{
    display: table-cell;

    vertical-align: middle;
}

.recipe-text-content p
{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;

    padding-top: 25px;

    text-align: center;
}

.recipe-text-content h2
{
    font-family: 'Neutra-Demi';
    font-size: 20px;

    width: 100%;
    padding-bottom: 10px;

    text-align: center;
    text-transform: uppercase;
}


.recipe-text-content h2::after
{
    display: block;

    width: 63px;
    height: 3px;
    margin: 10px auto 10px;

    content: '';

    background: #010101;
}

.recipe-related-products-header
{
    font-family: 'Neutra-Demi';
    font-size: 20px;
    line-height: 70px;

    width: 100%;

    text-align: center;
    text-transform: uppercase;

    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eaeaea;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeaea;
}

.recipe-time-conteiner,
.recipe-portions-conteiner
{
    padding-bottom: 20px;
    padding-left: 10px;
}



/*awards out*/

.awards-outter-bg
{
    width: 100%;

    background-image: url('../images/awards-out.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.awards-cell-dark,
.awards-cell-dark-nohighlight
{
    background-color: rgba(85,85,85, .2);
}

.awards-cell-light
{
    background-color: rgba(139,137,137, .2);
}


.awards-cell-dark,
.awards-cell-light,
.awards-cell-dark-nohighlight,
.awards-cell-light-nohighlight
{
    font-family: 'Neutra-Demi';
    font-size: 24px;

    height: 200px;

    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
}



.awards-cell-dark:hover,
.awards-cell-light:hover
{
    cursor: pointer;
    -webkit-transition: all .6s ease 0s;
       -moz-transition: all .6s ease 0s;
         -o-transition: all .6s ease 0s;
            transition: all .6s ease 0s;

    color: #000;
    background-color: rgba(255,255,255, 1);
}



.awards-cell-text
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 24px;
    margin: auto;

    color: inherit;
}

.awards-cell-text:hover
{
    color: inherit;
}

.awards-business-awards
{
    width: 100%;
    height: 100%;

    background-image: url('../images/EBA.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.awards-eu-business-awards
{
    width: 100%;
    height: 100%;

    background-image: url('../images/EEBA.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


/* awards inside*/
.awards-bg-image
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


.text-container-outer
{
    display: block;

    height: inherit;
    min-height: 500px;
}


.awards-text-container
{
    position: relative;
    top: 0;
    right: 0;
    left: 0;

    display: table;

    -moz-box-sizing: border-box;
    width: 70%;
    height: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.awards-text-outer-container
{
    background-color: rgb(245, 243, 244);
}

.awards-text-content
{
    display: table-cell;

    vertical-align: middle;
}

.awards-text-content p
{
    font-family: 'Roboto', sans-serif;
    font-size: 1em;

    padding-top: 25px;

    text-align: center;
}

.awards-text-content h2
{
    font-family: 'Neutra-Demi';
    font-size: 20px;

    width: 100%;
    /*height: 60px;*/
    padding-bottom: 10px;

    text-align: center;
    text-transform: uppercase;

    background-image: url(../images/bg-title.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.awards-year-navigation
{
    position: fixed;
    bottom: 38px;

    overflow: hidden;

    width: 100%;
    height: 50px;

    background-color: #f29200;
}

#awards-calendar-image
{
    position: absolute;
    top: 10px;
    left: 10px;

    cursor: pointer;
}


.awards-pagination-dots
{
    height: 50px;

    text-align: center;
}

.awards-pagination-dot-container
{
    position: relative;

    display: inline-block;

    width: 42px;
    height: 100%;
    padding-top: 19px;

    cursor: pointer;
}

.awards-pagination-dot-container:hover
{
    padding-top: 10px;
}


.awards-pagination-dots .awards-pagination-dot-container .awards-pagination-dot
{
    position: absolute;

    display: inline-block;

    min-width: 12px;
    height: 12px;

    color: #fff;
    border: solid 1px;
    border-radius: 100%;
    background-color: #fff;
}


.awards-pagination-dots .awards-pagination-dot-container  .awards-pagination-dot-year
{
    font-family: 'Neutra-Demi';
    font-size: 20px;
    line-height: 45px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    margin: auto;

    text-align: center;

    color: #fff;
}



.awards-pagination-dot-container:hover .awards-pagination-dot-year
{
    display: inline-block;
}
.awards-pagination-dot-container:hover .awards-pagination-dot
{
    display: none;
}

@media  screen and (max-width: 64.063em)
{
    .awards-pagination-dot-container
    {
        width: 30px;
        padding-top: 19px;
    }

    .awards-pagination-dots .awards-pagination-dot-container .awards-pagination-dot
    {
        min-width: 8px;
        height: 8px;
    }

    .awards-pagination-dots .awards-pagination-dot-container  .awards-pagination-dot-year
    {
        font-size: 14px;
        line-height: 35px;

        top: 4px;
    }
}

@media only screen and (max-width: 40em)
{
    #awards-calendar-image
    {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;

        margin: auto;
    }
}

#contentContainer .content ul
{
    padding-top: 10px;

    list-style: disc inside none;
    list-style-position: inside;
    list-style-type: disc;

    text-align: center;
}


#contentContainer .content ul li
{
    list-style: disc inside none;
}

/*   ---------     atop bar foundation submenu styles ----- */

#topBarFoundation
{
    position: relative;
    z-index: 150;
    top: 0;

    display: block;

    background-color: #fff;
}

#topBarFoundation .top-bar
{
    overflow: hidden;
    height: auto;
    /*border-bottom: solid 1px #e9ebe7;*/
    background: #23220d;
}

#topBarFoundation ul
{
    list-style: none;
    list-style-type: none;

    background: #23220d;
}

#topBarFoundation ul li
{
    margin: 0;
   /* margin-top: -1px;*/
    padding: 0;

    list-style: none;
    list-style-type: none;

    background: #23220d;
}

#topBarFoundation ul li a
{
    color: #ffffff;
    background: #23220d;
    font-size: 13px;
    /*color: #ffffff;*/
    font-family: "Neutra-Book", sans-serif;
    max-height: 49px;
    padding-top: 5px;
    /*background: #121011;*/
}
@media only screen and (min-width: 90.063em)  {
    #topBarFoundation ul li a {
        font-size: 16px;

    }
}
@media only screen and (max-width: 1080px)
{
    #topBarFoundation ul li a
    {
        /*font-size: 10px;*/
    }
}

#topBarFoundation ul li .active
{
    color: #f5951c;
}

#topBarFoundation ul li a:hover
{
    color: #f5951c;
}




/*gellery inside*/
.gallery-inside-header-image
{
    height: 890px;

    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 40em){
    .gallery-inside-header-image{
        max-height: 300px;
    }

}


.gallery-inside-play-icon
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;

    cursor: pointer;
}

.gallery-inside-outter-bg
{
    width: 100%;

    background-image: url('../images/gallery-inside-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.gallery-inside-text-column
{
    min-height: 300px;

    background: #fff;
}

.gallery-inside-image-column
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.gallery-inside-cell-text
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 24px;
    margin: auto;

    color: inherit;
}


.gallery-inside-text-outter-container
{
    min-height: 300px;
}

@media only screen and (max-width: 40em){
    .gallery-inside-text-outter-container{
        max-height: 300px;
    }

}

.gallery-inside-text-container
{
    position: relative;

    display: table;

    width: 70%;
    height: 100%;
    min-height: 300px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}


.gallery-inside-text-content
{
    font-family: 'Neutra-Demi';
    font-size: 14px;

    display: table-cell;

    vertical-align: middle;
}



.gallery-inside-text-content h2
{
    font-family: 'Neutra-Demi';
    font-size: 20px;

    width: 100%;
    min-height: 60px;
    margin-top: 30px;
    padding-bottom: 0;

    text-align: center;
    text-transform: uppercase;
}


.gallery-inside-text-content h2::after
{
    display: block;

    width: 63px;
    height: 3px;
    margin: 10px auto 10px;

    content: '';

    background: #010101;
}


.gallery-inside-text-content p
{
    margin: auto;

    text-align: center;

    color: #000;
}



.gallery-inside-text-content a
{
    display: block;

    margin: auto;
    padding-top: 30px;
    padding-bottom: 4px;

    text-align: center;
    text-decoration: none;

    color: #000;
}

.fancybox-close
{
    position: absolute;
    z-index: 8040;
    top: -18px;
    right: -18px;

    width: 36px;
    height: 36px;

    cursor: pointer;
}


.fancybox-overlay
{
    overflow: hidden !important;

    background: #000 !important;
}
