/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../themes/luncherie/assets/css/lib/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../themes/luncherie/assets/css/lib/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../themes/luncherie/assets/css/lib/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../themes/luncherie/assets/css/lib/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../themes/luncherie/assets/css/lib/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../themes/luncherie/assets/css/lib/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/**
* OVERVIEW
*
* IMPORTS
* reset, core, patterns, plugins
*
* LAYOUT
* Grid / Elements (icons, slideshow, other, ...)
* Header / Main / Footer
* Content elements (no overrides from main)
* Pages (page overrides)
*
* Hooks (IE, ...)
* Print
*/
/**
* GUIDELINES
*
*
* MEDIAQUERIES
* @media @mobile, @tabletMini, @tablet, @desktop, @netbook, @wide ...
*/
/* =============================================================================
IMPORTS
========================================================================== */
/* CSS Reset */
/*
 * Esign reset.less
 * Adapted version of:
 * - Eric Meyer reset
 * - Boilerplate Normalize.css
 * - Normalize opentype
 */
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
time,
section {
  display: block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../themes/luncherie/assets/js/polyfills/boxsizing.htc');
}
/* HTML5 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
/* TYPE */
a:focus {
  outline: thin dotted;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
/**
 * Turn on proper supercript numerals
 */
sup {
  top: -0.5em;
}
/**
 * Turn on proper subscript numerals
 */
sub {
  bottom: -0.25em;
}
figure {
  margin: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
/**
 * Turn on small caps for upper and lowercase letters
 */
abbr {
  text-transform: uppercase;
}
time {
  display: block;
}
/* FORMS */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* TABLE */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Core */
/* 400px */
/* 400px */
/* 600px */
/* 600px */
/* 767px */
/* 767px */
/* 975px */
/* 980px */
/* 1024px */
/* 1350px */
.a-c {
  text-align: center;
}
.a-l {
  text-align: left;
}
.a-r {
  text-align: right;
}
.desktop-a-l {
  text-align: left;
}
.desktop-a-c {
  text-align: center;
}
.desktop-a-r {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.tt {
  text-transform: uppercase;
}
/* Micro clearfix hack for clearing floats - h5bp.com/q */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
/* Image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.vh.focusable:active,
.vh.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* User select */
.text-truncate {
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
/* Flexbox */
/* Direction of the elements inside a flexbox */
/* row | row-reverse | column | column-reverse */
/* Order elements (int) inside a flexbox */
/* Single line or multiple lines inside a flexbox */
/* nowrap | wrap | wrap-reverse */
/* Length of the item relative to the rest of the flexible items */
.column-break-inside-avoid {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
}
/* Init mediaqueries */
@media (min-width: 25em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (max-width: 25em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (min-width: 37em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (max-width: 37em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (min-width: 47em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (max-width: 47em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (max-width: 975px) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (min-width: 61em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (min-width: 64em) {
  .init-mediaqueries {
    margin: 0;
  }
}
@media (min-width: 84em) {
  .init-mediaqueries {
    margin: 0;
  }
}
#font .titles {
  font-family: 'Oswald', sans-serif;
}
/* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
/* BODY */
p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  color: #666666;
}
p.large {
  font-size: 16px;
  font-size: 1.6rem;
}
p.strong,
p span.strong {
  font-weight: 500;
}
strong {
  font-weight: 500;
  font-size: inherit;
}
em {
  font-style: italic;
  font-weight: inherit;
}
a {
  color: #444444;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: inherit;
  font-style: inherit;
}
a:hover,
a:focus {
  color: #555555;
}
a:focus,
a:active {
  outline: 0;
}
a.tdn {
  text-decoration: none;
}
a.tdn:hover,
a.tdn:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
/* HEADINGS */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Oswald', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.2em;
  margin: 0 0 0.8em;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
  outline: 0;
  font-weight: inherit;
  color: #3c9669;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
h1 a:focus,
.h1 a:focus,
h2 a:focus,
.h2 a:focus,
h3 a:focus,
.h3 a:focus,
h4 a:focus,
.h4 a:focus,
h5 a:focus,
.h5 a:focus,
h6 a:focus,
.h6 a:focus {
  color: #4eb280;
}
h1,
.h1 {
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
}
@media (min-width: 47em) {
  h1,
  .h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #3c9669;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 47em) {
  h2,
  .h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #666666;
  position: relative;
  text-transform: uppercase;
}
h4,
.h4 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 45px;
  line-height: 4.5rem;
  color: #444444;
  margin-bottom: 0;
}
h5,
.h5 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #666666;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
h5 span,
.h5 span {
  color: #3c9669;
}
/* LISTS */
ul,
ol {
  margin: 0 0 1.5em 0;
}
ul li,
ol li {
  line-height: 1.5em;
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
ul.social ul {
  list-style: none;
}
ul.social li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  background: none;
}
ul.social:before,
ul.social:after {
  display: table;
  content: " ";
}
ul.social:after {
  clear: both;
}
ul.social li {
  float: left;
}
ul.indent li {
  margin-left: 50px;
}
ul.social {
  margin: 20px 0 20px -5px;
}
ul.social li {
  margin: 0 0 5px 5px;
}
ul.social a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  background: #3c9669;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
ul.social .twitter {
  background: #2DAAE1;
}
ul.social .twitter:hover,
ul.social .twitter:focus {
  background: #1d94c9;
}
ul.social .facebook {
  background: #3C5B9B;
}
ul.social .facebook:hover,
ul.social .facebook:focus {
  background: #314a7e;
}
ul.social .pinterest {
  background: #CB2027;
}
ul.social .pinterest:hover,
ul.social .pinterest:focus {
  background: #a81a20;
}
ul.social .linkedin {
  background: #0173B2;
}
ul.social .linkedin:hover,
ul.social .linkedin:focus {
  background: #015989;
}
ul.lined {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.lined ul {
  list-style: none;
}
ul.lined li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  background: none;
}
ul.lined li {
  border-bottom: 1px solid #E3E3E3;
  padding: 5px 0;
}
ul.lined li:first-child {
  padding-top: 0;
}
ul.lined li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
ol {
  list-style: decimal;
}
.unstyled,
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.unstyled ul,
nav ul ul {
  list-style: none;
}
.unstyled li,
nav ul li {
  list-style: none;
  list-style-image: none;
  padding: 0;
  background: none;
}
nav ul {
  *zoom: 1;
}
nav ul:before,
nav ul:after {
  display: table;
  content: " ";
}
nav ul:after {
  clear: both;
}
dl {
  margin: 0 0 40px;
}
/* =============================================================================
LAYOUT
========================================================================== */
html,
body {
  max-width: 1500px;
  margin: 0 auto;
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 300;
  color: #444444;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body.overlay-layer:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-wrap {
  position: relative;
  height: auto;
}
@media (min-width: 61em) {
  .page-wrap {
    min-height: 100%;
  }
}
/* =============================================================================
GRID
========================================================================== */
.container {
  margin: 0 30px;
  position: relative;
  z-index: 0;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 47em) {
  .container {
    margin: 0 30px;
  }
}
@media (min-width: 61em) {
  .container {
    width: 980px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container.small {
    width: 950px;
  }
}
@media (min-width: 84em) {
  .container {
    width: 1250px;
    padding: 0;
  }
}
.row {
  *zoom: 1;
  margin: 0 0 0 -20px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row.g0 {
  margin-left: 0;
}
.row.g0 > .one-half,
.row.g0 > .two-third,
.row.g0 > .one-third,
.row.g0 > .three-fourth,
.row.g0 > .one-fourth {
  padding-left: 0;
}
.row.g10 {
  margin-left: -10px;
}
.row.g10 > .one-half,
.row.g10 > .two-third,
.row.g10 > .one-third,
.row.g10 > .three-fourth,
.row.g10 > .one-fourth,
.row.g10 .two-fifth,
.row.g10 .one-fifth {
  padding-left: 10px;
  padding-bottom: 10px;
}
.row.g40 {
  margin-left: -40px;
}
.row.g40 > .one-half,
.row.g40 > .two-third,
.row.g40 > .one-third,
.row.g40 > .three-fourth,
.row.g40 > .one-fourth {
  padding-left: 40px;
  padding-bottom: 40px;
}
.row.g60 {
  margin-left: -60px;
}
.row.g60 > .one-half,
.row.g60 > .two-third,
.row.g60 > .one-third,
.row.g60 > .three-fourth,
.row.g60 > .one-fourth {
  padding-left: 60px;
  padding-bottom: 60px;
}
.row.g80 {
  margin-left: -80px;
}
.row.g80 > .one-half,
.row.g80 > .two-third,
.row.g80 > .one-third,
.row.g80 > .three-fourth,
.row.g80 > .one-fourth {
  padding-left: 80px;
}
.one-half,
.two-third,
.one-third,
.three-fourth,
.one-fourth,
.two-fifth,
.one-fifth {
  float: left;
  display: block;
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 47em) {
  .one-half {
    width: 50%;
  }
}
@media (min-width: 47em) {
  .two-third {
    width: 66.66%;
  }
}
@media (min-width: 47em) {
  .one-third {
    width: 33.33%;
  }
}
@media (min-width: 37em) {
  .three-fourth {
    width: 50%;
  }
}
@media (min-width: 47em) {
  .three-fourth {
    width: 75%;
  }
}
@media (min-width: 37em) {
  .one-fourth {
    width: 50%;
  }
}
@media (min-width: 47em) {
  .one-fourth {
    width: 25%;
  }
}
@media (min-width: 61em) {
  .two-fifth {
    width: 40%;
  }
}
@media (min-width: 61em) {
  .one-fifth {
    width: 20%;
  }
}
/* =============================================================================
ELEMENTS
========================================================================== */
/* ICONS */
.icon-hamburger,
.icon-hamburger:before,
.icon-hamburger:after {
  width: 24px;
  position: absolute;
  height: 1px;
  border-top: 3px solid #3c9669;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  left: 0;
}
.icon-hamburger {
  position: relative;
}
.icon-hamburger:before,
.icon-hamburger:after {
  content: "";
  margin-left: 0;
}
.icon-hamburger:before {
  margin-top: 3px;
}
.icon-hamburger:after {
  margin-top: 9px;
}
/* MARGINS */
.mb0.mb0 {
  margin-bottom: 0;
}
.mb10.mb10 {
  margin-bottom: 10px;
}
.mb20.mb20 {
  margin-bottom: 20px;
}
.mb30.mb30 {
  margin-bottom: 30px;
}
.mb40.mb40,
.mb50.mb50,
.mb60.mb60,
.mb80.mb80,
.mb100.mb100 {
  margin-bottom: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}
@media (min-width: 47em) {
  .mb50.mb50 {
    margin-bottom: 50px;
  }
  .mb60.mb60 {
    margin-bottom: 60px;
  }
  .mb80.mb80 {
    margin-bottom: 80px;
  }
  .mb100.mb100 {
    margin-bottom: 100px;
  }
}
/* VERTICAL ALIGN */
.va-wrap,
.va-m,
.va-b {
  display: table;
  width: 100%;
  height: 100%;
}
.va-wrap {
  table-layout: fixed;
}
.va-m,
.va-b {
  display: table-cell;
}
.va-m {
  vertical-align: middle;
}
.va-b {
  vertical-align: bottom;
}
a.und.white {
  text-decoration: none;
  border-bottom: 1px solid #3c9669;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a.und.white:hover,
a.und.white:focus,
a.und.white:active {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
}
a.und.br {
  border-bottom: 1px solid #9c7c5c;
}
a.und.br:hover,
a.und.br:focus,
a.und.br:active {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.rel,
.abs {
  z-index: 1;
}
.rel.center-center,
.abs.center-center {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rel.left-middle,
.abs.left-middle {
  padding: 25px 0;
}
.rel.left-bottom,
.abs.left-bottom {
  bottom: 0%;
}
.rel.left-top,
.abs.left-top {
  width: 100%;
  height: 100%;
  top: 0;
}
.rel.half,
.abs.half {
  width: 100%;
}
@media (min-width: 47em) {
  .rel.left-middle,
  .abs.left-middle {
    transform: translateY(-50%);
    top: 50%;
    padding: 0;
  }
  .rel.half,
  .abs.half {
    width: 45%;
  }
}
.btn {
  background-color: #3c9669;
  padding: 7px 20px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover,
.btn:focus {
  background-color: #4eb280;
  color: #ffffff;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Remove controls from Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* =============================================================================
HEADER
========================================================================== */
.header {
  z-index: 2;
}
.alert {
  padding: 30px 0;
  text-align: center;
  color: white;
  margin-top: 80px;
  z-index: 100;
}
.alert.alert-success {
  background-color: rgba(60, 150, 105, 0.5);
}
.alert.alert-error {
  background-color: rgba(220, 20, 40, 0.5);
}
.header.container {
  background-color: #ffffff;
}
@media (min-width: 61em) {
  .header.container {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 133px;
  }
}
.page-header {
  padding: 20px 0 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 61em) {
  .page-header {
    width: 980px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (min-width: 84em) {
  .page-header {
    width: 1250px;
    padding: 0;
  }
}
@media (min-width: 47em) and (min-height: 800px) {
  .fixed.header.container {
    height: 73px;
  }
  .fixed .page-header {
    padding: 0;
  }
  .fixed .main-nav .nav-wrap {
    margin: 0;
  }
  .fixed .logo-wrap .wrap {
    width: 100px;
    height: 100px;
    padding: 2px;
    background-color: #ffffff;
  }
}
@media (min-width: 47em) and (min-height: 800px) and (min-width: 61em) {
  .fixed .main-nav {
    margin: -70px 0 0 0;
  }
  .fixed .cart {
    margin: 0;
    top: 15px;
    position: absolute;
  }
}
.logo-wrap {
  text-align: center;
}
.logo-wrap .wrap {
  width: 160px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 7px;
  z-index: 2;
}
@media (min-width: 61em) {
  .logo-wrap .wrap {
    width: 210px;
    height: 210px;
  }
}
.logo-wrap .logo img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 61em) {
  .logo-wrap .logo img:hover,
  .logo-wrap .logo img:focus {
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
    opacity: 0.85;
  }
}
.main-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #444444;
}
.main-nav a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  padding: 15px 0 10px 0;
  position: relative;
  margin-bottom: 0;
}
.main-nav a:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  width: 1px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0px;
}
.main-nav a:hover,
.main-nav a:focus,
.main-nav li.active > a {
  color: #3c9669;
}
.main-nav a:hover:after,
.main-nav a:focus:after,
.main-nav li.active > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #3c9669;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.main-nav .trigger {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 9px 0 9px 45px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-nav .trigger .icon-hamburger {
  position: absolute;
  left: 0;
  top: 12px;
}
.main-nav .nav-wrap {
  display: none;
  margin: 0 0 15px;
}
@media (min-width: 47em) {
  .main-nav li {
    display: inline-block;
    margin-left: 30px;
  }
  .main-nav li:first-child {
    margin-left: 0;
  }
  .main-nav > a {
    border-top: 0;
    padding: 0;
  }
  .main-nav .trigger {
    display: none;
  }
  .main-nav .nav-wrap {
    margin: 0 0 0 -25px;
    display: inline-block;
  }
}
@media (min-width: 61em) {
  .main-nav {
    display: block;
    margin: -120px 0 0 0;
  }
  .main-nav li {
    margin-left: 20px;
  }
  .main-nav li:nth-child(3) {
    margin-right: 260px;
  }
}
@media (min-width: 84em) {
  .main-nav li {
    margin-left: 30px;
  }
}
.cart {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 40px;
  cursor: pointer;
}
.cart .cart_image {
  display: block;
  text-align: right;
}
.cart .cart_count {
  position: absolute;
  top: -57px;
  right: -7px;
  background-color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 14px;
  color: #3c9669;
}
@media (min-width: 47em) {
  .cart {
    display: inline-block;
  }
  .cart .arrow-icon {
    position: absolute;
    left: -42px;
    top: 25px;
    z-index: -1;
  }
}
@media (min-width: 61em) {
  .cart {
    margin-top: 30px;
    position: absolute;
  }
}
.cart-icon {
  background-color: #3c9669;
  display: inline-block;
  border-radius: 50%;
  padding: 7px;
}
#minibasket {
  position: relative;
}
#minibasket .minibasket-wrap {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 20px;
  right: 0;
  background: #ffffff;
  padding: 20px;
  width: 280px;
  pointer-events: none;
  border: 1px solid #444444;
}
#minibasket .minibasket-wrap.active {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
}
#minibasket .minibasket-wrap .dropdown-menu {
  text-align: left;
}
.basket-item {
  margin-bottom: 10px;
}
.basket-item .basket-item_product-name {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 0;
}
.basket-item .basket-item_product-name a:hover,
.basket-item .basket-item_product-name a:focus {
  color: #3c9669;
}
.basket-item .basket-item_qty {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin-bottom: 0;
}
.basket-item .basket-item_remove {
  text-align: right;
}
.basket-item .basket-item_remove a {
  position: relative;
  border-radius: 50%;
  padding: 4px 7px;
  font-size: 12px;
}
.basket-item .basket-item_remove a:hover,
.basket-item .basket-item_remove a:focus {
  background: #3c9669;
  color: white;
}
.basket-item .three-fourth {
  width: 75%;
}
.basket-item .one-fourth {
  width: 25%;
}
.basket-total {
  border-top: 1px solid #666666;
  text-align: right;
  padding: 5px 0;
  margin-bottom: 15px;
}
.basket-total p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 0;
}
.basket-action .basket-action-button {
  float: left;
}
.basket-action .basket-action-button.large {
  width: 65%;
}
.basket-action .basket-action-button.small {
  width: 35%;
}
.basket-action a {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}
.basket-action a:after {
  content: '';
  background: url('../themes/luncherie/assets/images/icons/slider-arrow.svg');
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 10px;
  height: 17px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  position: absolute;
  right: -15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.basket-action a:hover:after,
.basket-action a:focus:after {
  right: -25px;
}
/*
 * FlashMsg plugin for jQuery: Displays a message for a certain ammount of time.
 * http://www.opensource.org/licenses/mit-license.html
 */
.flashMsg {
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: none;
  left: 25%;
  letter-spacing: -1px;
  opacity: 0;
  position: fixed;
  top: 130px;
  width: 50%;
  z-index: 100000;
}
.flashMsg p {
  color: #FFF !important;
  margin: 0;
  padding: 0.3em;
  text-align: center;
}
.flashMsg a {
  color: #ffffff;
}
.flashMsg a:hover {
  color: #ffffff;
}
/* =============================================================================
MAIN
========================================================================== */
.main {
  padding: 15px 0;
}
@media (min-width: 61em) {
  .main {
    padding: 133px 0 150px;
  }
}
.image-banner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.image-banner img {
  opacity: 0;
}
.image-banner p {
  color: #ffffff;
}
.image-banner .layer {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: relative;
}
.image-banner .container {
  height: 100%;
}
@media (min-width: 47em) {
  .image-banner .layer {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
  }
  .image-banner.middle {
    max-height: 40vh;
    min-height: 400px;
  }
  .image-banner.large {
    height: 77vh;
    min-height: 700px;
  }
}
/* =============================================================================
FOOTER
========================================================================== */
.footer-bullet {
  text-align: center;
}
.footer-bullet:after {
  content: "";
  position: absolute;
  top: -45px;
  left: 46%;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 975px) {
  .footer-bullet {
    display: none;
  }
}
.bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  display: inline-block;
  margin: 2px 5px;
}
.bullet.green {
  background-color: #3c9669;
}
.page-footer {
  position: relative;
  padding: 20px 0;
  color: #ffffff;
  text-align: center;
}
.page-footer .wrap {
  background-color: #3c9669;
}
.page-footer .wrap p {
  margin: 15px 0 0 0;
  display: inline-block;
  color: #ffffff;
}
.page-footer .wrap a {
  color: #ffffff;
}
.page-footer .container {
  height: 100%;
}
@media (max-width: 975px) {
  .page-footer .left,
  .page-footer .right {
    float: none;
  }
}
@media (min-width: 61em) {
  .page-footer {
    margin: -120px 0 0;
    height: 120px;
    text-align: left;
  }
  .page-footer .wrap {
    height: 80px;
  }
  .page-footer .wrap p {
    line-height: 80px;
    margin: 0;
  }
  .page-footer .left,
  .page-footer .right {
    line-height: 80px;
  }
}
.social {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 50px;
  vertical-align: middle;
  margin: 0 15px 10px 0;
  text-decoration: none;
}
.social .instagram,
.social .facebook {
  margin: 0 0 5px 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social .instagram:hover,
.social .facebook:hover {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.social .facebook {
  margin: 0 0 5px 20px;
}
.copyright {
  color: #444444;
  text-align: center;
}
.copyright p {
  color: #444444;
  margin: 7px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.alg-voorw li {
  margin-bottom: 20px;
}
/* =============================================================================
CONTENT
========================================================================== */
.large {
  font-size: 16px;
  font-size: 1.6rem;
}
.center-block {
  text-align: center;
  *zoom: 1;
  margin: 20px 0;
}
.center-block:before,
.center-block:after {
  display: table;
  content: " ";
}
.center-block:after {
  clear: both;
}
.center-block .button {
  float: none;
  display: inline-block;
}
.box {
  margin: 0 0 20px;
  padding: 15px 15px 5px;
  *zoom: 1;
  background: #E7E4DB;
}
.box:before,
.box:after {
  display: table;
  content: " ";
}
.box:after {
  clear: both;
}
.box ul,
.box p {
  margin-bottom: 1em;
}
.box.error {
  background: #fc534c;
  color: #fff;
}
.box.success {
  background: #3c9669;
}
section {
  position: relative;
}
article {
  *zoom: 1;
  margin: 0 0 20px;
}
article:before,
article:after {
  display: table;
  content: " ";
}
article:after {
  clear: both;
}
article a img {
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
article a:hover img,
article a:focus img {
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* =============================================================================
PAGES
========================================================================== */
.slideshow-wrap {
  position: relative;
  z-index: 1;
}
.cycle-slideshow {
  margin-bottom: 60px;
}
.cycle-overlay {
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 100;
}
.cycle-overlay h3,
.cycle-overlay p {
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding: 2px 5px;
}
.cycle-overlay h3 {
  margin-bottom: 2px;
  color: #3c9669;
}
@media (min-width: 37em) {
  .cycle-overlay {
    bottom: 5px;
  }
}
@media (max-width: 37em) {
  .cycle-overlay p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cycle-overlay h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .cycle-overlay .container {
    margin: 0;
  }
}
@media (min-width: 84em) {
  .cycle-overlay {
    left: 7%;
  }
}
/* pager */
.cycle-pager {
  display: none;
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: -10px;
  overflow: hidden;
}
.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
}
@media (min-width: 37em) {
  .cycle-pager {
    display: inline-block;
  }
}
.cycle-pager span.cycle-pager-active {
  color: #3c9669;
}
.cycle-pager > * {
  cursor: pointer;
}
.news {
  text-align: center;
}
.news h2 {
  margin-bottom: 10px;
}
.news .news-icon {
  margin-bottom: 20px;
}
.shop {
  text-align: center;
  margin: 60px 0 40px 0;
}
.shop a {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #d8f0e4 50%, #3c9669 50%);
  -webkit-transition: background-position 1s;
  -moz-transition: background-position 1s;
  border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -webkit-border-radius: 25px 25px 25px 25px;
  padding: 15px 20px;
  border: 0px solid #000000;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  font-size: 14px;
  font-size: 1.4rem;
}
.shop a span {
  margin-left: 10px;
}
.shop a:hover,
.shop a:focus,
.shop a:active {
  background-position: -100% 0;
}
.shop a:hover span,
.shop a:focus span,
.shop a:active span {
  color: #ffffff;
}
.shop .cart-icon {
  display: none;
}
@media (min-width: 25em) {
  .shop a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 20px 15px 0;
  }
  .shop .cart-icon {
    display: inline-block;
  }
}
.categories {
  margin: 60px 0;
}
@media (min-width: 61em) {
  .categories {
    margin: 100px 0 40px 0;
  }
}
.category-list {
  text-align: center;
}
.category-list a {
  line-height: 35px;
  line-height: 3.5rem;
}
.category-list li {
  display: inline-block;
  position: relative;
  line-height: 35px;
  min-width: 55px;
}
@media (min-width: 47em) {
  .category-list li:hover .category-list__text,
  .category-list li:focus .category-list__text,
  .category-list li:active .category-list__text {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 100%;
    margin: 0 40px 0 15px;
  }
}
.category-list li .category-list__icon {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center center;
}
.category-list li .category-list__text {
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 0;
  overflow: hidden;
  height: 35px;
}
.week-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 103;
}
.week-controls #control-button {
  position: absolute;
  top: 0;
  background: url('../themes/luncherie/assets/images/icons/slider-arrow.svg');
  background-size: 13px 22px;
  background-repeat: no-repeat;
  width: 40px;
  height: 22px;
}
.week-controls #next {
  right: 0;
  position: absolute;
  top: 0;
  background: url('../themes/luncherie/assets/images/icons/slider-arrow.svg');
  background-size: 13px 22px;
  background-repeat: no-repeat;
  width: 40px;
  height: 22px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.week-controls #prev {
  left: 0;
  position: absolute;
  top: 0;
  background: url('../themes/luncherie/assets/images/icons/slider-arrow.svg');
  background-size: 13px 22px;
  background-repeat: no-repeat;
  width: 40px;
  height: 22px;
}
.product-week {
  width: 100%;
}
.product-category,
.product-item {
  height: 120px;
  text-align: center;
  margin-bottom: 10px;
}
.product-category {
  display: none;
  line-height: 120px;
}
.product-category:first-child {
  margin-top: 38px;
}
.product-category img {
  height: 65px;
}
@media (min-width: 61em) {
  .product-category {
    display: block;
  }
}
.product-item {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-size: 110px auto;
}
.product-item:last-child {
  margin-bottom: 60px;
}
.product-item .va-wrap {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: 20% 0;
  background-size: 200% 100%;
}
.product-item .open-popup {
  display: block;
  cursor: pointer;
}
.product-item .product-item_price {
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #666666;
}
.product-item .product-item_add-button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  background: url('../themes/luncherie/assets/images/icons/cart-black.svg');
  background-repeat: no-repeat;
  background-size: 32px 27px;
  background-position: center center;
}
.product-item .product-item_more-info {
  position: absolute;
  right: 0%;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product-item h4,
.product-item p {
  text-align: left;
  margin-left: 20px;
}
.product-item h4 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media (min-width: 47em) {
  .product-item .va-wrap {
    background-position: 100% 0;
  }
  .product-item .product-item_add-button {
    opacity: 0;
  }
  .product-item h4,
  .product-item p {
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    white-space: nowrap;
    text-align: center;
  }
  .product-item:hover h4,
  .product-item:hover p {
    width: 0;
  }
  .product-item:hover .va-wrap {
    background-position: 20% 0;
  }
  .product-item:hover .product-item_add-button {
    opacity: 1;
  }
  .product-item:hover .product-item_more-info {
    opacity: 1;
    right: 40%;
  }
}
@media (min-width: 61em) {
  .product-item .product-item_more-info {
    display: block;
  }
}
.left .product-item {
  background-position: 50%;
}
@media (min-width: 47em) {
  .left .product-item {
    background-position: -5%;
  }
  .left .product-item:hover {
    background-position: 50%;
  }
}
.right .product-item {
  background-position: 50%;
}
@media (min-width: 47em) {
  .right .product-item {
    background-position: 105%;
  }
  .right .product-item:hover {
    background-position: 50%;
  }
}
.disabled .product-item {
  background-color: #f0f0f0;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.disabled .product-item:hover {
  background-position: -5%;
}
.fixed-product {
  position: relative;
  height: 240px;
}
.fixed-product h4,
.fixed-product p,
.fixed-product .product-item_price,
.fixed-product a {
  color: #ffffff;
  margin: 0 0 0 20px;
}
.fixed-product .product-item_add-button {
  background: url('../themes/luncherie/assets/images/icons/cart.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.fixed-product .product-item_more-info {
  position: relative;
  left: 0;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (min-width: 47em) {
  .fixed-product h4,
  .fixed-product p,
  .fixed-product .product-item_price,
  .fixed-product a {
    margin: 0;
  }
  .fixed-product:hover h4,
  .fixed-product:hover p {
    margin-left: 30px;
  }
}
@media (max-width: 975px) {
  .fixed-product.one-third {
    width: 100%;
  }
}
.fixed-product_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 105;
}
.popup.active {
  display: block;
}
.popup-content {
  position: absolute;
  background: #fff;
  min-width: 300px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-content .close-popup {
  position: absolute;
  top: 20px;
  right: 15px;
}
.popup-content .popup-content-header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center right;
  background-size: 200px auto;
  background-repeat: no-repeat;
  padding: 20px;
}
.popup-content .popup-content-header p {
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #666666;
}
.popup-content .popup-content-main {
  padding: 20px;
}
.popup-content .popup-content-main span {
  font-weight: 500;
}
.popup-content .popup-content-main p {
  margin-bottom: 5px;
}
.popup-content .popup-content-dates {
  margin-bottom: 10px;
}
.popup-content .popup-content-dates select {
  margin-bottom: 0;
  width: auto;
}
.popup-content .three-fourth {
  width: 100%;
}
.popup-content .one-fourth {
  width: 200px;
}
@media (min-width: 25em) {
  .popup-content {
    width: 450px;
  }
}
@media (min-width: 47em) {
  .popup-content {
    width: 750px;
    min-height: 250px;
  }
  .popup-content .one-fourth {
    width: 25%;
  }
  .popup-content .three-fourth {
    width: 75%;
  }
}
.fadeIn {
  animation: fadeIn 0.5s ease-in both;
  -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.fadeOut {
  animation: fadeOut 0.5s ease-out both;
  -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.popup-content-basket-form {
  padding: 20px;
}
.popup-content-basket-form .popup-content_add-product {
  width: 100%;
  text-align: center;
  height: 30px;
  margin-bottom: 10px;
}
.popup-content-basket-form .popup-content_add-product a {
  float: left;
  width: 25%;
  height: 100%;
  line-height: 30px;
  line-height: 3rem;
  cursor: pointer;
}
.popup-content-basket-form .popup-content_add-product input {
  float: left;
  width: 50%;
  height: 100%;
  border: none;
  text-align: center;
  line-height: 30px;
  line-height: 3rem;
}
.popup-content-basket-form .add-to-cart {
  width: 100%;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (min-width: 47em) {
  .popup-content-basket-form {
    padding: 20px 20px 0 0;
  }
}
.basket-overview table {
  width: 100%;
}
.basket-overview thead {
  background-color: #eeeeee;
}
.basket-overview thead th {
  padding: 5px 0;
  text-align: center;
}
.basket-overview tbody {
  text-align: center;
}
.basket-overview tbody .basket-item {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #eeeeee;
}
.basket-overview tbody .quantity {
  width: 30px;
  border: 1px solid #444444;
  text-align: center;
  padding: 5px;
}
.basket-overview tbody .basket-item_name {
  text-align: left;
  padding-left: 10px;
}
.basket-overview tbody a {
  line-height: 100px;
}
.basket-overview tbody .add,
.basket-overview tbody .sub {
  display: inline-block;
  width: 20px;
  cursor: pointer;
}
.basket-overview .basket-overview_total {
  height: 50px;
  font-weight: 500;
}
.basket-overview .basket-overview_total td:first-child {
  text-align: right;
  padding-right: 75px;
}
@media (max-width: 37em) {
  .basket-overview tbody .basket-item {
    height: auto;
    border-bottom: 1px solid #555555;
  }
  .basket-overview tbody .basket-item_name {
    padding-left: 50%;
  }
  .basket-overview tbody a {
    line-height: 30px;
  }
  .basket-overview tbody .sub,
  .basket-overview tbody .add {
    font-size: 35px;
    font-size: 3.5rem;
    width: 40px;
    text-align: center;
    vertical-align: middle;
  }
  .basket-overview .basket-overview_total td {
    text-align: right;
  }
  .basket-overview .basket-overview_total td:first-child {
    padding: 0;
    margin-bottom: 10px;
  }
  .basket-overview .basket-item .basket-item_remove {
    text-align: left;
  }
  .basket-overview table,
  .basket-overview thead,
  .basket-overview tbody,
  .basket-overview th,
  .basket-overview td,
  .basket-overview tr {
    display: block;
  }
  .basket-overview thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .basket-overview tr.basket-item {
    border: 1px solid #555555;
  }
  .basket-overview .basket-item td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: left;
    height: 60px;
    line-height: 60px;
    line-height: 6rem;
  }
  .basket-overview .basket-item td:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    padding: 0 10px;
    white-space: nowrap;
    text-align: left;
    background-color: #eeeeee;
  }
  .basket-overview .basket-item td:nth-of-type(1):before {
    content: "Product";
  }
  .basket-overview .basket-item td:nth-of-type(2):before {
    content: "Prijs per stuk";
  }
  .basket-overview .basket-item td:nth-of-type(3):before {
    content: "Aantal";
  }
  .basket-overview .basket-item td:nth-of-type(4):before {
    content: "Subtotaal";
  }
  .basket-overview .basket-item td:nth-of-type(5):before {
    content: "Verwijderen?";
  }
}
.form .form-group input {
  border: none;
  border-bottom: 1px solid #aaaaaa;
  width: 100%;
  font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 25px;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form .form-group input:focus {
  border-color: #000000;
  outline: none;
}
.form .form-group input[type=checkbox] {
  width: auto;
  margin-right: 20px;
}
.form .form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #aaaaaa;
  resize: none;
  margin-bottom: 55px;
}
select {
  width: 100%;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  margin-bottom: 30px;
  font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 300;
}
.delivery-options {
  margin-bottom: 30px;
}
.delivery-options:before {
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(100%);
  width: 100%;
  z-index: -1;
}
.small-remark {
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 47em) {
  .basket-overview-remark {
    position: absolute;
    right: 0;
    top: 148px;
  }
}
.basket-overview-shipping {
  clear: left;
}
.basket-overview-shipping .basket-overview_total {
  font-weight: 500;
  text-align: right;
  margin: 40px 0;
}
.basket-overview-shipping .basket-overview_total .basket-total_amount {
  padding-left: 50px;
}
.current-opt:before {
  transform: translateY(0%);
}
.value {
  text-align: center;
}
.value .wrap {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
}
.value .wrap img {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  padding: 35px;
  position: relative;
  top: 14%;
  left: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background-color: #3c9669;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (max-width: 25em) {
  .value .abs {
    position: relative;
  }
}
@media (min-width: 25em) {
  .value .wrap {
    background-color: #3c9669;
    border-radius: 50%;
  }
  .value .wrap img {
    -khtml-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
    background-color: none;
    margin-bottom: 0;
  }
  .value h3 {
    color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .value p {
    color: #ffffff;
    padding: 0 25px;
  }
}
@media (min-width: 47em) {
  .value .wrap {
    min-width: 250px;
  }
  .value .desc {
    transform: translateY(65%);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .value p {
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
  .value .wrap h3 {
    color: #666666;
  }
  .value .wrap img {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .value .wrap:hover h3 {
    color: #ffffff;
  }
  .value .wrap:hover .desc {
    transform: translateY(0%);
  }
  .value .wrap:hover p {
    opacity: 1;
    display: inline-block;
  }
  .value .wrap:hover img {
    -khtml-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
  }
}
@media (min-width: 61em) {
  .value p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}
.whom .desc {
  padding: 25px 30px;
  background-color: rgba(60, 150, 105, 0.75);
}
@media (max-width: 47em) {
  .whom .container {
    margin: 0;
  }
}
@media (min-width: 47em) {
  .bowls {
    margin-top: 80px;
  }
}
.bowl {
  text-align: center;
}
.bowl:hover .volume {
  background-color: rgba(60, 150, 105, 0.5);
  transform: scale(1);
}
.bowl:hover .volume p {
  opacity: 1;
}
.bowl .wrap {
  height: auto;
  position: relative;
}
.bowl .desc {
  text-align: center;
  padding: 0 15px;
  margin: 20px 0 80px;
}
.bowl .desc p {
  margin: 0;
}
.bowl .desc h2 {
  margin-bottom: 10px;
}
.bowl .desc .full-desc {
  margin-top: 30px;
}
@media (max-width: 47em) {
  .bowl .abs {
    position: relative;
  }
  .bowl .center-center {
    top: 0;
    transform: translate(-50%, 0);
  }
}
@media (min-width: 47em) {
  .bowl .wrap {
    height: 400px;
  }
  .bowl .desc {
    margin: 0;
  }
}
@media (min-width: 61em) {
  .bowl .wrap {
    height: 550px;
  }
}
.volume-wrap {
  display: none;
}
@media (min-width: 47em) {
  .volume-wrap {
    height: 50%;
    transform: translateY(80%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
}
.volume {
  background-color: rgba(60, 150, 105, 0.5);
  display: inline-block;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  transform: scale(0);
}
.volume p {
  line-height: 140px;
  opacity: 0;
  color: #ffffff;
  font-size: 40px;
  font-size: 4rem;
}
#map {
  width: 100%;
  height: 50vh;
  background: #efefef;
}
.contact {
  text-align: center;
  position: relative;
}
.contact .desc {
  padding: 20px;
  background-color: #3c9669;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.contact .desc h1 {
  margin-bottom: 15px;
}
.contact .desc p,
.contact .desc a {
  color: #ffffff;
  margin: 0;
}
@media (max-width: 47em) {
  .contact .abs {
    position: relative;
  }
}
@media (min-width: 47em) {
  .contact .desc {
    margin: 0 0 25px 25px;
  }
}
.delivery .one-half {
  margin-bottom: 40px;
}
.contact-form li {
  list-style-type: none;
  margin-bottom: 25px;
  width: auto;
}
.contact-form input,
.contact-form textarea {
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 8px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  font-family: 'Roboto', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 300;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form input:active,
.contact-form textarea:active {
  border-bottom: 1px solid #3c9669;
  outline: none;
}
.contact-form .btn-submit {
  width: 110px;
}
/* =============================================================================
HOOKS
========================================================================== */
.lt-ie9 .logo img {
  max-width: inherit;
}
.lt-ie8 {
  /* box model ie7 clear fix */
}
.lt-ie8 .row {
  float: left;
  width: 100%;
  clear: both;
}
/* =============================================================================
PRINT
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
  html {
    font-size: 10px;
  }
  * {
    background-color: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .ir {
    text-indent: 0;
    overflow: visible;
    direction: inherit;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm 1cm;
  }
  .page-footer,
  .main-nav {
    display: none;
  }
  .one-half {
    width: 50%;
  }
  .two-third {
    width: 66.66%;
  }
  .one-third {
    width: 33.33%;
  }
  .three-fourth {
    width: 75%;
  }
  .one-fourth {
    width: 25%;
  }
}
