@charset 'UTF-8';

body, html
{
    font-size: 16px;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    height: 100%;

    color: #3d3a3a;
    background: #fcfbf5;
    background-image: url('../img/bg_tile.jpg');
}


/*p
{
    color: #c4cfd7;
}*/


body
{
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;

    color: #3d3a3a;
    background-color: #fcfbf5;

    -webkit-font-smoothing: antialiased;
}


h1, h2, h3, h4, h5, h6
{
    font-family: 'Knockout 70 A', 'Knockout 70 B';
    font-weight: 400;
    font-style: normal;
    line-height: 1.25em;

    margin: 0;

    text-rendering: optimizeLegibility;
}


h1
{
    font-size: 2.25em;
    line-height: 30px;
    margin-bottom: 15px;
}


h2
{
    font-size: 2em;
}


h3
{
    font-size: 1.75em;
}


h4
{
    font-size: 1.5em;
}


h5
{
    font-size: 1.25em;
}


h6
{
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 1em;
}


p
{
    margin: 0 0 .75em;
}


a
{
    -webkit-transition: color .1s linear;
       -moz-transition: color .1s linear;
            transition: color .1s linear;
    text-decoration: none;

    color: #f31e1e;
}

a:hover
{
    color: #b20d18;
    text-decoration: none;
}

a:active, a:focus
{
    color: #b20d18;
    outline: none;
}


hr
{
    margin: 1.5em 0;

    border-top: none;
    border-right: none;
    border-bottom: 2px solid #c4cfd7;
    border-left: none;
    height: 3px;
}
hr.short {
    margin: 10px 0;
}
hr.single {
    margin: 10px 0;

    border-top: 1px solid #c4cfd7;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
hr.big-white {
    margin: 10px 0;

    border-top: 3px solid #f2f2f2;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
hr.double {
    margin: 10px 0;

    border-top: 1px solid #c4cfd7;
    border-right: none;
    border-bottom: 1px solid #c4cfd7;
    border-left: none;
}

img
{
    max-width: 100%;
    margin: 0;
}

blockquote
{
    margin: 1.5em 0;
    padding-left: .75em;

    color: #645f5f;
    border-left: 2px solid #c4cfd7;
}

.gap-bottom {
    margin-bottom: 70px;
}
.gap-bottom-big {
    margin-bottom: 140px;
}
.gap-top {
    margin-top: 70px;
}
.gap-bottom-small {
    margin-bottom: 30px;
}
.gap-top-small {
    margin-top: 30px;
}

cite
{
    font-style: italic;

    color: #7e7878;
}

cite:before
{
    content: '\2014 \00A0';
}

header#header-print, .print-url {
    display: none;
}
header#header-big
{
    position: relative;
    z-index: 999;

    clear: both;
    

    width: 100%;
    height: 25%;
    max-height: 327px;
    min-height: 150px;

    /*-webkit-box-shadow: 0 0 .15em .05em #222121;
       -moz-box-shadow: 0 0 .15em .05em #222121;
            box-shadow: 0 0 .15em .05em #222121;*/

    -background-color: #ddd;
    -position: fixed;
}
header#header-big::after, header#header-small::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 10px;
    background: url('../img/shadow.png') repeat-x;

}


header#header-small
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;

    clear: both;

    width: 100%;
    height: 16%;
    max-height: 162px;
    min-height: 130px;

    opacity: 0;

    /*-webkit-box-shadow: 0px 5px 5px 0px rgba(22,21,21,0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(22,21,21,0.5);
    box-shadow: 0px 5px 5px 0px rgba(22,21,21,0.5);*/
}
.fixed-header-spacer.smaller
{
    display: none;
    height: 16%;
    max-height: 162px;
    min-height: 130px;
}

.show
{
    display: block;
}


.hide
{
    display: none;
}

.ico-before::before, 
.losange-before::before, 
.produits-details-ct .content ul li::before,
.produits-details-ct .awards ul li::before,
.produit-details.popup .excerpt p::before,
.recettes-details-content .ingredients ul li::before,
.opening-hours ul li::before,
.blog-content ul li::before
{
    content:"";
    padding: 0 0 0 .7em;

    background-image: url('../img/losange.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.ico-before.arrow-right::before {
    padding: 0 0 0 5px;
    background-image: url('../img/ico-arrow-right.png');
}

.ico-before.fa-w {
    position: relative;
    padding-left: 24px;
}

.ico-before.fa-w::before {
    position: absolute;
    left:-11px;
    top: 0;
    width: 15px;
    height: 15px;
    background-image: none;
    font-family: FontAwesome;
    color: #f31e1e;
}
.ico-before.map::before {
    content: "\f041";
}

.ico-before.flag::before {
    content: "\f024";
}

.ico-before.facebook::before {
    content: "\f09a";
}

.ico-before.phone::before {
    content: "\f095";
}

.ico-before.fax::before {
    content: "\f1ac";
}
.ico-before.plus-circle::before {
    content: "\f055";
}

.ico-before.email::before {
    content: "\f0e0";
}

.bulle-before {
    position: relative;
    display: inline-block;
    padding-left: 35px;
}
.bulle-before::before {
    content:"";
    position: absolute;
    display: block;
    left: 0;
    top: 1px;
    width: 45px;
    height: 45px;
    padding: .4em 0 0 1.3em;
    background: url('../img/bulle_rouge.svg') no-repeat;
    background-size: 25px;
}


.blog-content ul,.blog-comment ul {
    list-style: none;
    padding-left: 0;
}

.blog-comment {
    margin: 5px 15px 15px 35px;
}

.header-content
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.header-content::after {
  content: "";
  background: url('../img/header_bg.jpg');
  opacity: 0.95;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -2;   
}


.header-bg-left
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.header-bg-right
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.header-row
{
    position: relative;
}


.take_parent_height
{
    height: 100%;

    -background-color: red;
}


.float-left
{
    float: left;
}


.float-right
{
    float: right;
}


.logo
{
    float: left;

    height: 105%;
    max-height: 340px;
    margin: -4px 0 0 0;
}

.trace
{
    background-color: #ea82f9;
}


header#header-small .sub-menu
{
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 1.0625em;

    float: right;

    margin: 1.5em 1em 0 0;
}

.sub-menu
{
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 1.0625em;

    float: right;

    margin: 2em 1em 0 0;
}
.sub-menu .hours {
    text-align: right;
    font-size: 14px;
}
.sub-menu .hours a {
    color: #623F33;
}

.sub-menu ul
{
    list-style: none;
}

.sub-menu ul li
{
    display: inline;
}

.sub-menu ul li a {
    color: #512b1e;
}

ul.arrows,
.recettes-details-content .instructions ul {
    margin-bottom: 30px;
}
ul.arrows, ul.arrows li,
.recettes-details-content .instructions ul, .recettes-details-content .instructions ul li{
    padding-left: 0;
    list-style: none;
    color: #3d3a3a;
}
ul.arrows li,
.recettes-details-content .instructions ul li {
    position: relative;
    margin-left: 0px;
    text-indent: 20px;
}
ul.arrows li::before,
.recettes-details-content .instructions ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 13px;
    height: 9px;
    background: url('../img/list-arrow.png') no-repeat;
}
.menu
{
    font-family: 'Knockout 69 A', 'Knockout 69 B';
    font-size: 28px;
    font-weight: 400;
    font-style: normal;

    position: absolute;
    right: 0;
    top: 55%;
}

.menu-mobile {
    font-family: 'Knockout 69 A', 'Knockout 69 B';
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    background-image: url('../img/bg_tile-trans.png');
    padding: 30% 30% 10% 10%;
    top:0;
    right:0;
    bottom: 0;
    position: fixed;
    z-index: 100000;
    -webkit-box-shadow: 2px 2px 2px 2px rgba(34,33,33,0.5);
        -moz-box-shadow: 2px 2px 2px 2px rgba(34,33,33,0.5);
            box-shadow: 2px 2px 2px 2px rgba(34,33,33,0.5);
}
.menu-mobile .close-menu-mobile-button, 
.open-menu-mobile-button {
    position: absolute;
    display: block;
    font-size: 22px;
    z-index: 100000;
}
.open-menu-mobile-button { 
    top: 10px;
    right: 20px;
    font-size: 25px;
}
.menu-mobile .close-menu-mobile-button {
    top: 20px;
    left: 11%;
}
.menu-mobile .main-menu-mobile {
    margin-bottom: 50px;
}
.menu-mobile .sub-menu-mobile {
    font-size: 20px;
    line-height: 24px;
}

.menu ul li a, .menu-mobile ul li a {
    color: #512b1e;
}

header#header-small .menu
{
    top: 2.3em;
}

.menu.smaller
{
    bottom: .2em;
}

.menu ul
{
    list-style: none;
}

.menu ul li
{
    display: inline;
    margin: .2em .4em .4em 0;
    line-height: 30px;
}

.menu ul li a:hover, .menu ul li.active a
{
    text-decoration: none;
    display: inline-block;

    color: #512b1e;
    border-bottom: 5px solid #ef1c2a;

    -background-color: #ddd;
}


.main-caroussel-container
{
    height: 70%;
    margin: 0 auto;

    -max-width: 3000px;
}


.main-caroussel-content
{
    position: absolute;
    z-index: 5;
    bottom: 0;

    width: 100%;
    height: 9em;

    background: #000 url('../img/bg_header_sub_title.jpg');
}

.main-caroussel-content h1
{
    font-size: 3em;
    line-height: 1em;

    margin-top: .35em;

    color: #fff;
}
.main-caroussel-content h1 a {
    color: #fff;
}
.main-caroussel-content h1 a:hover {
    text-decoration: none;
}

.main-caroussel-content p
{
    font-size: 1.125em;

    color: #fff;
}

.main-caroussel-arrow-down
{
    position: absolute;
    z-index: 7;
    bottom: 0;
    left: 50%;

    margin-left: -21px;
}


.lined-through-header {
  text-align: left;
  padding: 45px 10px;
  margin-left: 65px;
}
.lined-through-header.right {
  text-align: right;
  margin-left: 0;
  margin-right: 30px;
  margin-top: -9px;
}
.lined-through-header div {
  display: inline-block;
  position: relative;  
}
.lined-through-header div:before,
.lined-through-header div:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  top: 0;
  width: 2000px;
  opacity: 0.3;
}
.lined-through-header.dark div:before,
.lined-through-header.dark div:after {
  border-bottom: 1px solid #3d3a3a;
  border-top: 1px solid #3d3a3a;
}
.lined-through-header.dark .filters-wrapper:before,
.lined-through-header.dark .filters-wrapper:after,
.lined-through-header.dark .filters:before,
.lined-through-header.dark .filters:after {
  border-bottom: none;
  border-top: none;
}

.lined-through-header div:before {
  right: 100%;
  margin-right: 15px;
}
.lined-through-header div:after {
  left: 100%;
  margin-left: 15px;
}
.lined-through-col {
    overflow: hidden;
    margin-top: 30px;
}

.lined-through-header .title
{
    font-family: 'Knockout 70 A', 'Knockout 70 B';
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    text-align: center;
}
.lined-through-header .title span
{
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    display: block;
    font-size: 26px;
    line-height: 33px;
    margin-top: -42px;
}
.lined-through-header .companion {
    line-height: 5px;
}
.lined-through-header .companion a {
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 1em;
    font-style: italic;   
    color: #f31e1e; 
}
.lined-through-header .companion a:hover {
    text-decoration: underline;
}
.lined-through-header .companion .filters-wrapper {
    position: relative;
}
.lined-through-header .companion .filters-wrapper .placeholder {
    visibility: hidden;
    display: block;
    width: 75px;
}

.lined-through-header .companion .filters-wrapper .filters {
    position: absolute;
    left: 0;
    text-align: center;
}
.lined-through-header .companion .filters-wrapper .filters.recent {
    top: -15px;
}
.lined-through-header .companion .filters-wrapper .filters.popular {
    top: -32px;
}
.lined-through-header .companion .filters-wrapper .filters.archived {
    top: -52px;
}
.lined-through-header .companion .filters-wrapper .filters a {
    display: block;
    line-height: 18px;


}

.content-tile
{
    position: relative;
    min-height: 100%;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 2px;
    overflow: hidden;
}
.content-tile.no-bleed {
    background-color: rgba(0,0,0,0.2);
}

.content-tile.with-bg {
    background-color: transparent;
}
.content-tile.with-bg::after
{
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -2;
    background: url('../img/bg-visit-3.png') repeat;
}

.content-tile img
{
    width: 100%;
    height: auto;
}

.content-tile.no-bleed .tile-content-block, .content-tile.no-bleed .tile-content-block-no-image
{
    position: relative;
}
.content-tile .tile-content-block, .content-tile .tile-content-block-no-image
{
    position: absolute;
    z-index: 20;
    bottom: 0;

    width: 100%;
    padding: 35px 25px 45px;
}
.content-tile .tile-content-block::after {
  content: "";
  opacity: 0.80;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -2;
}
.content-tile .tile-content-block.var-1::after {
  background: url('../img/bg-visit-1.png') repeat;
}
.content-tile .tile-content-block.var-2::after {
  background: url('../img/bg-visit-2.png') repeat;
}
.content-tile .tile-content-block.var-0::after {
  background: url('../img/bg-visit-3.png') repeat;
}

.content-tile .stacked-content-block
{
    position: relative;
    width: 100%;
    padding: 22px 25px 10px;
}
.content-tile .stacked-content-block:last-child
{
    padding: 22px 25px 35px;
}

.content-tile .tile-content-block p, .content-tile .tile-content-block-no-image p, .content-tile .stacked-content-block p
{
    margin-top: 15px;
    margin-bottom: 0px;
}

.content-tile .tile-content-block h1, .content-tile .tile-content-block-no-image h1
{
    margin-top: 5px;
    font-size: 36px;
    line-height: 30px;
}

.content-tile .tile-content-block h1 a, 
.content-tile .tile-content-block-no-image h1 a {
    color: #ffffff;
}
.content-tile .tile-content-block h1 a:hover, 
.content-tile .tile-content-block-no-image h1 a:hover {
    color: #cfcfcf;
}

.content-tile .tile-content-block .three-dots-link, .content-tile .tile-content-block-no-image .three-dots-link
{
    margin: 0 0 0 .2em;

    color: #ef1c2a;
}

.content-tile .tile-content-block-no-image
{
    position: relative;

    padding: 0 1em 1em 1em;

    background-color: transparent;
}


.content-tile-bg01
{
    background: url('../img/BG_content_tile_01.jpg');
}


.content-tile-bg02
{
    background: url('../img/BG_content_tile_02.jpg');
}


.content-tile-bg03
{
    background: url('../img/BG_content_tile_03.jpg');
}


.produit .pastille
{
    position: absolute;
    z-index: 10;

    width: 56px;
    height: auto;
    cursor: pointer;
}

.produit img
{
    -max-height: 600px;
    -width: auto;
}


.produit-container-wrapper
{
    position: relative;
}
.owl-carousel .owl-item {
    position: relative;
}
.owl-carousel .owl-item img {
    max-height: 550px;
    width: auto;
    margin: 0 auto;
}

#products-carousel .produit.thin-bottle {
    width: 58%;
}
#products-carousel .produit.short-bottle {
    width: 85%;
    margin-left: 20%;
}

#products-carousel .produit {
    display: inline-block;
    width: 70%;
    height: auto;
    margin: 0 auto;
    vertical-align: bottom;
}

.owl-carousel .owl-wrapper {
  display: table !important;
}

.owl-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: bottom;
  text-align: center;
}

#products-carousel-prev, #products-carousel-next
{
    position: absolute;
    z-index: 11;
    top: 50%;
}


#products-carousel-prev
{
    left: 1%;
}


#products-carousel-next
{
    right: 1%;
}

footer
{
    margin-top: 2em;
    position: relative;

}

footer .content-title .title-block .pre-title, footer .content-title .title-block .title, footer .content-title .title-block a
{
    background-color: #020001;
}


.footer-header
{
    padding: 1em 0 1em 0;

    color: #fff;
    background-color: #ef1c2a;
    background-color: #ef1c2a;
}

.footer-header .title
{
    font-weight: 700;
}


.footer-content
{
    padding: 0 0 3em 0;

    color: #fff;
    /*background: #020001 url('../img/bg_footer.jpg');*/
}

.footer-content-block h1 a {
    color: #ffffff;
}

.footer-content-block p
{
    margin-top: 1em;
    padding-right: .5em;
}


.footer-content-block-counter, 
.content-block-counter
{
    position: absolute;
    right: 1em;

    width: 45px;
    height: 45px;
    padding: .4em 0 0 1.3em;
    background: url('../img/bulle_rouge.svg') no-repeat;
    color: #ffffff;
}
.content-block-counter:hover,
.footer-content-block-counter:hover {
    color: #ffffff;
}

.content-block-counter {
    top: -3px;
    right: -3px;
}

.footer-top-left
{
    margin-top: 5px;
}

.footer-top-left .content a {
    color: #ffffff;
}


a.twitter, a.facebook, a.youtube
{
    text-decoration: none;

    color: #fff;
}


a.twitter span
{
    margin: 0 0 0 -.5em;
}


a.facebook span
{
    margin: 0 0 0 -.8em;
}


a.youtube span
{
    margin: 0 0 0 -.3em;
}


.three-dots-link
{
    margin: 0 0 0 .2em;

    color: #ef1c2a;
}

.square-white-red {
    display: inline-block;
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    background-color: #ffffff;
    border: 3px solid #f31e1e;
    color: #f31e1e;
    padding: 5px 10px;
    clear: both;
    margin-right: 10px;
    text-transform: uppercase;
}
.square-white-red:hover {
    background-color: #f31e1e !important;
    color: #ffffff !important;
}

.product-listing .product-listing-image {
    float: left;
    margin-right: -40px;
    padding: 0 80px;
}

.product-listing .product-listing-image a img {
    margin-left: -50px;
    max-height: 750px; 
}

.product-listing-by-products .product-listing-image a img, .product-over .product-over-texture img  {
    max-width: 200px;
    display: inline-block;
}
.product-listing .product-listing-image a img{
    max-width: 300px;
}

.product-listing .product-listing-details.produits-details-ct h1 {
    max-width: inherit;
}

.product-listing-by-products .product-listing-details.produits-details-ct {
    margin-top: 30px;
}
.product-listing-by-products .product-listing-details.produits-details-ct h1{
    font-size: 25px;
}
.product-carrousel-wrapper {
    position: relative;
}
.product-listing-by-products {
    margin-bottom: 30px;
}
.product-listing-by-products.with-over:hover .product-over {
    display: block;
    opacity: 1;
}
.product-listing-by-products.with-over:hover .main-info {
    opacity: 0;
}
.product-listing-by-products.with-over .main-info {
    opacity: 1;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
}

.product-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 8% 20px;
    background: url("../img/product-over-bg.png") repeat;
    opacity: 0;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
    overflow-y: scroll;
}
.product-over .product-over-details {
    margin-bottom: 30px;
}
.product-listing-by-products .product-listing-details.produits-details-ct .product-over .product-over-details h1 {
    font-size: 35px;
}
.product-over .product-over-details, 
.product-over .product-over-details h1, 
.product-over .product-over-details .subtitle p,
.product-over .product-over-details .subtitle .price,
.product-over .product-over-details .subtitle .price sup {
    color: #ffffff;
}

.produits-details-ct .product-over table td.variation-quantity input {
    width: 37px;
    height: 28px;
    font-size: 20px;
    display: inline-block;
}

.produits-details-ct .product-over .table>thead>tr>th, 
.produits-details-ct .product-over .table>tbody>tr>th, 
.produits-details-ct .product-over .table>tfoot>tr>th, 
.produits-details-ct .product-over .table>thead>tr>td, 
.produits-details-ct .product-over .table>tbody>tr>td, 
.produits-details-ct .product-over .table>tfoot>tr>td {
    padding: 4px 8px;
}

.product-over .actions a {
    display: inline-block;
    margin-bottom: 10px;

}
.produits-details-ct .product-over table td.variation-desc {
    min-width: 142px;
    font-size: 14px;
}
.produits-details-ct .product-over table td.total-desc {
    text-align: right;
}
.produits-details-ct .product-over table td,
.produits-details-ct .product-over table th {
    color: #ffffff;
}
.produits-details-ct .product-over table td {
    font-size: 20px;
}
.produit-details
{
    display: none;
    position: absolute;
    z-index: 14;

    width: 260px;
    padding: 1em;

    color: #fff;
    background-color: #020001;
    border-radius: 2px;
    background: url('../img/bg-product-popup.png') no-repeat;

    -webkit-box-shadow: 2px 2px 2px 0px rgba(34,33,33,0.5);
        -moz-box-shadow: 2px 2px 2px 0px rgba(34,33,33,0.5);
            box-shadow: 2px 2px 2px 0px rgba(34,33,33,0.5);

}
.produit-details::after {
    content: "";
    width: 25px;
    height: 40px;
    position: absolute;
    top: 30%;
    left: -25px;
    background: url('../img/bg-arrow-left.png') no-repeat;
}
.produit-details.right::after {
    right: -25px;
    left:auto;
    background: url('../img/bg-arrow.png') no-repeat;
}
.produit-details .controls {
    margin-top: 40px;
}
.produit-details h1 {
    font-size: 48px;
    line-height: 40px;
    margin-bottom: 5px;
}
.produit-details dl dd, .produit-details p {
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 16px;    
    line-height: 19px;
}
.produit-details p {
    color: #848485;
}

.produit-details.popup .specs p{
    margin-bottom: 0;
    color: #ffffff;
}
.produit-details.popup .excerpt p{
    display: inline;
}



.produit-details .losange-before
{
    background-position: 0 .5em;
}

.row-hspace::after
{
    clear: both;

    width: 100%;
    height: 1.8em;
}


.recettes-tab-ct
{
    margin: 50px auto 25px;
    text-align: center;
}


.recettes-tab
{
    position: relative;
    display: block;

    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-weight: 400;
    font-style: normal;
    color:#522c1f;

    width: 92%;

    /*margin: 5em 0 1em 0;*/
    margin-top: -5px;
    margin-left: 4%;
    padding: .5em 0 0 0;

    text-align: center;

    border: solid 1px;
    border-bottom: none;
    border-color: #bdcdd7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: url('../img/grain-hover.png') repeat;

    cursor: pointer;
}
.recettes-tab:hover {
    color:rgb(239, 28, 42);
}
.recettes-tab.active {
    background: none;
}

.recettes-tab::before, .recettes-tab::after {
    content: "";
    position: absolute;
    display: block;
    height: 10px;
    bottom: -6px;
    border-bottom: solid 1px #bdcdd7;
    left: -4%;
    width: 100%;
}
.recettes-tab::after {
    left:inherit;
    right: -4%;
}
.recettes-tab.active:hover {
    background: none;
}
.recettes-tab.active::before, .recettes-tab.active::after {
    width: 4%;  
}
.recettes-tab.active::before {
    border-right: solid 1px #bdcdd7    
}
.recettes-tab.active::after {
    border-left: solid 1px #bdcdd7    
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.nopadding-left {
   padding-left: 0 !important;
   margin-left: -3px !important;
}
.nopadding-right {
   padding-right: 0 !important;
   margin-right: -3px !important;
}

.recettes-tab .title-block
{
    line-height: 1.5em;

    display: inline-block;

    text-align: center;
}

.recettes-tab .title-block .pre-title
{
    font-size: 1.5em;

    display: block;

    padding: 0 .5em 0 .5em;
}

.recettes-tab .title
{
    font-family: 'Knockout 70 A', 'Knockout 70 B';
    font-size: 2em;
    font-weight: 400;
    font-style: normal;

    display: inline-block;

    padding: 0 .1em 0 .1em;
}


.recettes-details-ct
{
    position: relative;

    margin-top: 3em;

    color: #3d3a3a;
}

.recettes-details-ct h1
{
    font-size: 3.7em;
    line-height: .8em;

    margin-bottom: .2em;
}

.recettes-details-content p, .recettes-details-content ul li
{
    color: #3d3a3a;
}

.opening-hours ul,
.recettes-details-content .ingredients ul,
.recettes-details-content .instructions ul
 {
    list-style: none;
    padding-left: 0;
}


.recettes-details-content
{
    color: #191717;
}

.recettes-details-content p
{
    line-height: 1.2em;
}
.recettes-details-image {
    border-radius: 3px;
}
.recettes-details-image-wrapper {
    text-align: left;
    padding-bottom: 20px;
}
.recettes-details-content .content
{
    width: 100%;
    padding: 2em 2em 2em 3em;
    background: url('../img/grain-hover.png') repeat;
}

.recettes-details-content .content a {
    color: #f31e1e;
}
.recettes-details-content h3
{
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 1em;

    margin-bottom: .5em;
}

.recettes-details-content .losange-before
{
    padding: 0 .5em;
}

.recettes-details-content .bg
{
    position: absolute;

    width: 100%;

    opacity: .2;
    background-color: #c4cfd7;
}

.produits-details-ct{
    color: #3d3a3a;
    margin-top: 70px;
}
.produits-details-ct td.variation-action {
    padding-left: 0;
}
.produits-details-ct td.variation-action a {
    margin-left: -4px;
}
.produits-details-ct td.variation-quantity {
    width: 20%;
}
.produits-details-ct table {
    width: inherit;
}
.produits-details-ct table .total td{
    padding-top: 30px;
    line-height: 20px;
    text-align: left;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 5px 8px 2px 8px;
    line-height: 37px;
}

.produits-details-ct .table>tbody>tr>th {
    border-top: none;
}
.produits-details-ct .table th {
    font-size: 15px;
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-weight: 400; 
    font-style: normal;
    color: #8c817b;
    text-align: center;
}
.produits-details-ct .table th.table-footer-note {
  text-align:left;
  line-height: 15px;
}
.produits-details-ct table td {
    vertical-align: middle;
}
.produits-details-ct table td, .produits-details-ct table td.variation-quantity input {
    text-align: center;
    font-size: 22px;
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-weight: 400; 
    font-style: normal;

}
.produits-details-ct table td.variation-quantity input {
    color: #ef1c2a;    
}
.produits-details-ct table td.variation-tax {
    font-weight: normal;
    line-height: 14px;
    font-size: 13px;
    vertical-align: middle;
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
}
.tax-label {
    font-weight: normal;
    line-height: 14px;
    font-size: 13px;
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    margin-top: 5px;
}
#order-total {
    font-size: 25px;
}
.produits-details-ct table td.variation-desc {
    width: 60%;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    vertical-align: middle;
}
.produits-details-ct .awards ul {
    margin-top: 20px;
}

.produits-details-ct .awards ul li {
    font-size: 14px;
    margin-bottom: 0;
}

.produits-details-ct .product-main-image {
    text-align: center;
    opacity: 0;
}


.produits-details-ct .product-main-image.small {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
}
.produits-details-ct .product-info {
    margin-bottom: 50px;
}
/*.produits-details-ct .product-info .top-desc {
    min-height: 166px;
    text-align: top: 
}*/

.produits-details-ct h1
{
    font-size: 3.7em;
    line-height: .8em;

    margin-bottom: .2em;
    max-width: 240px;
}

.produits-details-ct .subtitle p {
    margin-bottom: 0;
}
.produits-details-ct .subtitle {
    position: relative;
    padding-top: 5px;
}
.produits-details-ct .subtitle .price {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-weight: 400; 
    font-style: normal;
}

.produits-details-ct p
{
    color: #3d3a3a;
}
.produits-details-ct ul {
    list-style: none;
    padding-left: 0;
}
.produits-details-ct ul li {
    margin-bottom: 10px;
}
.produits-details-ct .quotes .guillemets span {
    color: #191717;
}
.produits-details-ct .quotes .testimonials blockquote {
    color: #3d3a3a;
    border: none;
    padding: 0;
    margin: 20px 0 0;
}
.produits-details-ct .quotes .testimonials p{
    display: block;
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5;
    margin: 10px 0;
}
.produits-details-ct .awards {
    margin-bottom: 33px;
    margin-top: 15px;
}
.produits-details-ct .awards.mobile {
    display: none;
}

.produits-details-ct .actions {
    margin-top: 20px;
}


#products-details-prev, #products-details-next
{
    position: absolute;
    top: 75%;
}


#products-details-prev
{
    left: 1%;
}


#products-details-next
{
    right: 1%;
}

.guillemets img
{
    display: inline;

    margin-right: .5em;
}
.right {
    float: right;
}
a.button-text-red {
    font-family: 'Knockout 69 A', 'Knockout 69 B';
    font-size: 1.125em;
    letter-spacing: 0.2px;
    -webkit-font-smoothing: inherit;
    padding: 0px .5em .2em .5em;
    line-height: 32px;
    margin-top: 6px;
    color: #ef1c2a;
    display: inline-block;
}
a.button-text-red:hover, a.button-text-red:hover::before  {
    color: #b20d18;
}
a.button-red.inverted, span.button-red.inverted, input[type=submit].button-red.inverted
{
    color: #fff;
    border: solid .2em #fff;
    background-color: #ef1c2a;
}

a.button-red, span.button-red, input[type=submit].button-red
{
    position: relative;
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    
    -webkit-font-smoothing: inherit;
    padding: 5px 10px;
    text-transform: uppercase;

    color: #ef1c2a;
    border: solid .2em #ef1c2a;
    background-color: #fff;
}
a.button-red.smaller, span.button-red.smaller, input[type=submit].button-red.smaller {
    font-size: 18px;
    line-height: 28px;
}
a.button-red:hover, span.button-red:hover, input[type=submit].button-red:hover,
a.button-red:active, span.button-red:active, input[type=submit].button-red:active
{
    text-decoration: none;
    color: #fff;
    background-color: #ef1c2a;
}

/*a.button-red.arrow-up:before {
    top: -20px;
    left: 77%;
    content: "\f062";
    font-family: FontAwesome;
    color: #f31e1e;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
*/

a.button-red.active, span.button-red.active, input[type=submit].button-red.active
{
    text-decoration: none;

    color: #fff;
    background-color: #ef1c2a;
}

.blog-content-block {
    position: relative;
}

.blog-content-block.comments {
    margin-top: 0;
}

.blog-content-block p
{
    color: #3d3a3a;
}
.blog-content-block h1 {
    line-height: 34px;
    margin-bottom: 10px;
}

.blogue-links
{
    width: 200px;

    text-align: center;
}

.blog-excerpt-wrapper {
    position: relative;
}
.blog-image img {
    border-radius: 3px;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(177,189,194,0.75);
       -moz-box-shadow: 2px 2px 1px 0px rgba(177,189,194,0.75);
            box-shadow: 2px 2px 1px 0px rgba(177,189,194,0.75);
}

.blogue-pagination a.button-red, .blogue-pagination span.button-red, input[type=submit].button-red
{
    margin-right: 5px;
}
input[type=submit].button-red {
    transition: color .1s linear;    
    padding: 1px 10px;
}
input[type=submit].button-red:disabled {
    opacity: 0.4;
}
input[type=submit].button-red:disabled:hover {
    background: transparent;
    color: #ef1c2a;
}

.comments-feedback {
    padding: 20px;
    border-radius: 5px;
    background-color: #ef1c2a;
    color: #ffffff;
    display: block;
    clear: both;
    margin-bottom: 15px;
    text-align: center;
}
.first-comment-wrapper {
    text-align: center;
    font-family: 'Knockout 70 A', 'Knockout 70 B';
    font-weight: 400;
    font-style: normal;
    line-height: 1.25em;
    font-size: 22px;
    color: #b3bec3;
    margin-bottom: 50px;
}
.comments-form.masked {
    display: none;
}

.comments-form .row {
    margin-bottom: 60px;
}
.parsley-errors-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 5px;
}
.parsley-errors-list li{
    color: #ef1c2a;
    display: block;
    font-size: 14px;
}

.shareThis-wrapper {
    display: none;
    margin-top: 15px;
    padding: 20px 0;

}

#contact .address {
    margin-bottom: 15px;
}
#contact .address p, #contact .action-link {
    font-family: 'Knockout 69 A', 'Knockout 69 B';
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    color: #42302b;
    text-transform: uppercase;
    line-height: 22px;
}
#contact .address p {
    margin: 0;
}
#contact h3 {
    color: #42302b;
    margin: 30px 0 15px;
}

#contact .action-link
{
    -webkit-transition: color .1s linear;
       -moz-transition: color .1s linear;
            transition: color .1s linear;
    text-decoration: none;

    color: #f31e1e;
    font-size: 18px;
}

#contact .action-link:hover
{
    color: #b20d18;
    text-decoration: none;
}

#contact .action-link:active, a:focus
{
    color: #b20d18;
    outline: none;
}

#contact .contact-directions h1 {
    color: #42302b;
    margin-top: 15px;
    font-size: 41px;
}
#contact .contact-directions h4{
    font-family: 'Knockout 69 A', 'Knockout 69 B';
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    color: #42302b;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 15px;
}
#contact .contact-directions {
    margin-bottom: 60px;
}
#contact .contact-directions p {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #42302b;
    -webkit-font-smoothing: antialiased;
}

#contact .contact-details {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 25px;
}
#order .order-details h1 {
    font-size: 50px;
    line-height: 37px;
}

#order .produits-details-ct {
    margin-top: 0;
}

#history h1 {
    font-size: 60px;
    line-height: 45px;
    margin-bottom: 45px;
}
#history .bernard, #history .releve {
    position: relative;
}
#history .bernard .texture {
    position: absolute;
    top: -50px;
    left: -80px;
    z-index: -1;
}

#history .releve .texture {
    position: absolute;
    top: -150px;
    left: -200px;
    z-index: 1000;
}

#history .bernard .bernard-small {
    float: right;
    padding: 15px 0 20px 20px;
    max-width: 50%;
}

#history .distinctions li {
    margin: 0 0 55px;
}
#history .distinctions li::before {
    content: "♦";
    position: absolute;
    margin-left: -5px;
    left: 50%;
    top: -40px;
    width: 15px;
    height: 15px;
    color: #f31e1e;
}
#history .distinctions li h2 {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 22px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#history .distinctions li hr {
    margin-top: 30px;
}
#history .distinctions li a.goto {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 18px;
    text-transform: uppercase;
    color: #f31e1e;
}

.salepoints {
    
}
.logo-partenaire img {
    width: 150px;
    float: right;
}
.salepoints .box.standout {
    background-color: #fbfcfc;
    border: 1px solid #c4cfd7;
    padding: 40px 40px;
    margin-top: -40px;
}
.salepoints .box {
    padding: 0 30px 40px;
    margin: 0 0 55px;
    
}
.salepoints .box.standout h2 {
    text-transform: uppercase;
    font-size: 30px;
}
.salepoints .box.standout p {
    margin-bottom: 0;
}
.salepoints .box.standout .actions {
    margin-top: 20px;
}
.salepoints .box.standout::before {
    content: "";
}
/*.salepoints .box.no-diamond::before {
    content: "";
}*/
.salepoints .box::before{
    content: "♦";
    position: absolute;
    margin-left: -5px;
    left: 50%;
    top: -40px;
    width: 15px;
    height: 15px;
    color: #f31e1e;
}
.salepoints .box h2 {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 22px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.salepoints .box hr {
    margin-top: 30px;
}
.salepoints .box a.goto {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 18px;
    text-transform: uppercase;
    color: #f31e1e;
}

#visit .visit-intro-wrapper {
    margin-left: 0px;
    margin-right: 0px;
}
#visit .visit-intro {
    position: relative;
    background: url(../img/visit-intro.jpg) no-repeat;
    background-size:cover;
    background-position: center;
    height: 525px;

    text-align: center;
    font-family: 'Knockout 70 A', 'Knockout 70 B';
    font-weight: 400;
    font-style: normal;

    color: #43312c;
}
#visit .visit-intro h1 {
    line-height: 50px;
    font-size: 60px;
    margin-top: 11%;
    margin-bottom: 20px;
}

#visit .visit-intro p {
    max-width: 650px;
    margin: 0 auto;
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 16px;
}

#visit h1 {
    font-family: 'Knockout 70 A', 'Knockout 70 B';
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    line-height: 47px;
    margin-bottom: 30px;
}

#visit h4 {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-weight: 400;
    font-style: normal;
    margin: 20px 0 10px;
}
#visit .contact-details {
    margin-bottom: 25px;
}

#visit .event-facebook {
    display: inline-block;
    background: url("../img/visit-event-facebook-bg.jpg") repeat;

    min-height: 256px;
    width: 100%;
}

#visit .event-facebook .event-details {
    padding: 23px 30px 25px 0;
}

#visit .event-facebook .event-details h2 {
    color: #f3f3f3;
    font-size: 41px;
    margin-bottom: 15px;
}
#visit .event-facebook .event-details p {
    color: #f3f3f3;
}
#visit .link-red, .goto-link-red {
    display: block;
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    color: #f31e1e;
}
.goto-link-red {
    color: #f31e1e !important;
}
#visit .link-red:hover {
    color: #b20d18;
}
#visit .losange-before {
    color: #f3f3f3;
}
#visit .event-facebook .cover-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}


#jobs h1 {
    font-family: 'Knockout 70 A', 'Knockout 70 B';
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    line-height: 47px;
    margin-bottom: 30px;
}

#jobs h4 {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-weight: 400;
    font-style: normal;
    margin: 20px 0 10px;
}
#jobs .contact-details {
    margin-bottom: 25px;
}

#jobs .img-worker img {
    margin: -40px auto 0;
}

/* Small devices (tablets, 768px and down) */
@media (max-width: 767px) { 

    .product-listing-by-products.with-over .product-over {
        display: none;
    }
    .product-listing-by-products.with-over:hover .product-over {
        display: none;
        opacity: 0;
    }
    .product-listing-by-products.with-over:hover .main-info {
        opacity: 1;
    }

    .blogue-pagination a.button-red, .blogue-pagination span.button-red, input[type=submit].button-red {
        margin-bottom: 15px;
    }

    .menu-note.listing {
        top: -24px !important;
    }
    .produits-details-ct h1 {
        font-size: 3.2em;
    }
    .produits-details-ct {
        text-align: left;
    }
    .lined-through-col.right {
        margin-top: 0;
    }
    .lined-through-header {
      text-align: center;
      padding: 45px 10px 30px;
      margin-left: 0;
    }
    .lined-through-header.right {
        text-align: center;
        margin: -35px 0 30px;
        width: 100%;
        padding: 30px 10px 0px;
    }
    .lined-through-header.right div:before,
    .lined-through-header.right div:after {
      border: none;
    }
    .produits-details-ct .quotes {
        margin-top: 30px;
    }
    .produits-details-ct .product-info {
        margin-bottom: 50px;
    }
    .produits-details-ct .quotes .testimonials blockquote {
        font-size: 14px;
    }

    .content-tile .tile-content-block, .content-tile .tile-content-block-no-image {
        padding: 15px 15px 25px;
    }
    .content-tile .tile-content-block h1, .content-tile .tile-content-block-no-image h1 {
        font-size: 30px;
    }
    .content-tile .tile-content-block h6, .content-tile .tile-content-block-no-image h6,
    .content-tile .tile-content-block p {
        font-size: 14px;
    }
    .first-comment-wrapper {
        font-size: 20px;
    }

    .slides-pagination {
        display: none;
    }

    .main-caroussel-content h1 {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .main-caroussel-content p {
        font-size: 15px;
    }

    .produits-details-ct table td.variation-desc {
        font-size: 15px;
        line-height: 20px;
        padding-top: 10px;
    }
    .variation-action {
        padding-top: 1px;    
    }

    #order .order-details h1 {
        font-size: 35px;
        line-height: 28px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    #small-dialog {
        max-width: 80%;
    }

    #history .releve .texture {
        top: -35px;
        right: 10px;
        left: inherit;
        z-index: 1000;
        max-width: 83px;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    #visit h1 {
        font-size: 50px;
    }
    #visit .visit-intro h1 {
        margin-top: 20%;
        font-size: 50px;
        line-height: 40px;
    }
    #visit .visit-intro p {
        font-size: 14px;
    }

    #visit .visit-intro-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .social-icon {
        margin-right: -10px;
    }
    .product-listing .product-listing-image {
        float: none;
        margin: inherit;
        width: 100%;
    }
    .product-listing-image a {
        display: inline-block;
    }
    .product-listing .product-listing-image a img {
        max-width: 75%;
        margin: 0 auto;    
    }   
    .recettes-tab .title-block .pre-title {
        font-size: 18px;
        line-height: 14px;
    }
    .recettes-tab .title-block .title {
        font-size: 23px;
    }
    .recettes-details-content .content {
        padding: 0 0 2em;
        background: none;
    }
    .elastislide-vertical {
        margin-top: 0px !important;  
    }
    #visit .event-facebook .main-img {
        padding: 0px !important;
    }
    #jobs .img-worker img {
        margin: 0 auto 0;
    }

}
@media (max-width: 991px) { 
    .produits-details-ct h1 {
        display: inline-block;
    }
    .produits-details-ct .awards.mobile {
        position: relative;
        display: inline-block;
        vertical-align: top;
    }
    .produits-details-ct .awards img{
        position: absolute;
        top: -15px;
        max-width: 120px;
    }
    #history .school-small {
        margin-top: 20px;
    }
    #visit .event-facebook .event-details {
        padding: 23px 30px 25px 30px;
    }
    .menu {
        font-size: 23px;
        top: 60%;
    }
    .sub-menu {
        margin-top: 20px;
    }
    .product-over .product-over-details {
        margin-bottom: 10px;
    }
    .produits-details-ct .actions {
        margin-top: 10px;
    }
    .produit-container-wrapper.one-item .p-carrousel-nav, 
    .produit-container-wrapper.two-item .p-carrousel-nav, 
    .produit-container-wrapper.three-item .p-carrousel-nav{
        display: none;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .product-listing-details .actions a {
        zoom: 0.9;
    }
    .product-listing-by-products .product-listing-image {
        display: table-cell;
        vertical-align: bottom;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .main-caroussel-content h1
    {
        font-size: 3em;
    }

    .main-caroussel-content p
    {
        font-size: .9375em;
    }
    .produit-container-wrapper.one-item .p-carrousel-nav, 
    .produit-container-wrapper.two-item .p-carrousel-nav, 
    .produit-container-wrapper.three-item .p-carrousel-nav,
    .produit-container-wrapper.four-item .p-carrousel-nav {
        display: none;
    }
}


@media (min-width: 1200px) {
    .salepoints .box.standout {
        padding: 40px 120px;
    }     
    #products-carousel-prev
    {
        left: 3%;
    }


    #products-carousel-next
    {
        right: 3%;
    }

    #history .school-wrapper {
        position: relative;
        min-height: 750px;
    }
    #history .school-big {
        position: absolute;
        right: 0;
    }

    .blog-bg-left {
        left: -75px !important;
    }
    .blog-bg-right {
        right: -75px !important;
    }
    .blogue-ct {
        overflow: hidden;
    }
}


/* POP-UP ANIMATION & STYLE */

#small-dialog {
    background: url("../img/pop-up-bg.jpg") repeat;
    padding: 60px 20px;
    text-align: left;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
}
#small-dialog h1 {
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
}
#small-dialog p {
    text-align: center;
    color: #ffffff;
}
#small-dialog dl dt, #small-dialog dl dd {
    text-align: center;
}
#small-dialog dl dt {
    color: #e7e7e7;
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 20px;
    text-transform: uppercase;
}
#small-dialog dl dd {
    color: #ffffff;
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 16px;
    color: #ed1f24;   
}
.mfp-close-btn-in .mfp-close {
    color: #ed1f24; 
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out; 



    -webkit-transform: scale(0.8); 
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1); 
    -moz-transform: scale(1); 
    -ms-transform: scale(1); 
    -o-transform: scale(1); 
    transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8); 
    -moz-transform: scale(0.8); 
    -ms-transform: scale(0.8); 
    -o-transform: scale(0.8); 
    transform: scale(0.8); 

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out; 
    -moz-transition: opacity 0.3s ease-out; 
    -o-transition: opacity 0.3s ease-out; 
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/* ELASTISLIDE (VERTICAL SLIDR) */
.elastislide-wrapper {
    background-color: transparent;
    box-shadow: none;
    margin-top: -2px;
}
.elastislide-carousel ul li a img {
    padding: 5px 0;
    border: none;
}
.piled-img .elastislide-carousel ul li a img {
    padding: 0;
}
.piled-img .elastislide-vertical {
    margin-top: -39px;
    padding: 40px 0px 10px;
}

.elastislide-vertical {
    padding: 28px 0px;  
    margin-top: -30px;  
}
.elastislide-vertical nav span {
    top: -5px;
}
.elastislide-vertical nav span.elastislide-next {
    bottom: -5px;
}
.elastislide-wrapper nav span {
    background: transparent url(../img/vertical-carousel-arrow.png) no-repeat 4px 3px;
    margin-left: -30px;
    width: 56px;
    height: 30px;
}
.elastislide-wrapper nav span.elastislide-prev {
    background-position: -131px -19px;
}

.elastislide-vertical nav span.elastislide-next {
    background-position: -129px -153px;
}

.growl {
    opacity: 1;
}

.growl.growl-default {
    background-color: #f31e1e;
    padding: 15px;
    font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
    font-size: 16px;
}

.growl .growl-title {
    font-family: 'Knockout 70 A', 'Knockout 70 B';
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 5px;
}
#order-actions {
    text-align: left;
}
#order-actions input {
    margin-left: -10px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f31e1e;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.wait-to-reveal {
    display: none;
}
.hide-on-reveal, .feedback-wrapper-wait {
    color: #f31e1e;
}

hr.single.popup {
    margin: 10px auto 30px;
    border-top: 1px solid #333333;
    width: 50%;
}
.text-on-top {
    z-index: 1000;
}

#visit .event-facebook .main-img {
    padding: 15px 0 15px 15px;
}

.piled-img img{
    margin-bottom: 30px;
}

.img-mask {
    max-height: 278px;
    overflow: hidden;
}

.blog-bg-left {
    position: absolute;
    left: 0;
    top: 0;
}
.blog-bg-right {
    position: absolute;
    right: 0;
    top: 500px;
}

.menu-note {
    font-family: 'Knockout 48 A', 'Knockout 48 B';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: -35px;
    margin-left: -5px;
}
.menu-note.listing {
    position: absolute;
    top: -15px;
    left: 25px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
}
.menu-note img {
    width: 50px;
    vertical-align: middle;
    margin-right: 5px;
}
.menu-note.listing img {
    vertical-align: bottom;
}
.menu-note.listing a {
    color: #ffffff;
}
.menu-note.listing a:hover, .menu-note.listing a:active {
    color: #cfcfcf;
}