@charset "CP850";
/*
 * Styles
 *
 * Everything (partials) gets included from here.
 */
 /* =Import project global styles
-------------------------------------------------------------- */
/*
 * Normalize
 *
 * Normalize.css makes browsers render all elements more consistently and in line with modern standards.
 * It precisely targets only the styles that need normalizing.
 *
 * created by Nicolas Gallagher, co-created with Jonathan Neal.
 *
 * version: v2.1.3
 *
 * https://github.com/necolas/normalize.css
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Great+Vibes);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,300,400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
/* line 22, scss/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 41, scss/base/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, scss/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 62, scss/base/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Remove default margin.
 */
/* line 81, scss/base/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 93, scss/base/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 101, scss/base/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 109, scss/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 123, scss/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 132, scss/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 140, scss/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 149, scss/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 157, scss/base/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 167, scss/base/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 176, scss/base/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 188, scss/base/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 196, scss/base/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 204, scss/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 212, scss/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 220, scss/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 224, scss/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 236, scss/base/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 244, scss/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 256, scss/base/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 268, scss/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 279, scss/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 290, scss/base/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 304, scss/base/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 316, scss/base/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 329, scss/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 341, scss/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 351, scss/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 363, scss/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 375, scss/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 384, scss/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 395, scss/base/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 408, scss/base/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * Custom fonts
 *
 * Font management
 *
 */
/*
 * Headings
 */
/*
 * Paragraphs
 */
@font-face {
  font-family: 'DINOT';
  src: url("../font/DINOT-Light.eot?#iefix") format("embedded-opentype"), url("../font/DINOT-Light.otf") format("opentype"), url("../font/DINOT-Light.woff") format("woff"), url("../font/DINOT-Light.ttf") format("truetype"), url("../font/DINOT-Light.svg#DINOT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT';
  src: url("../font/DINOT-Medium.eot?#iefix") format("embedded-opentype"), url("../font/DINOT-Medium.otf") format("opentype"), url("../font/DINOT-Medium.woff") format("woff"), url("../font/DINOT-Medium.ttf") format("truetype"), url("../font/DINOT-Medium.svg#DINOT-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT';
  src: url("../font/DINOT.eot?#iefix") format("embedded-opentype"), url("../font/DINOT.otf") format("opentype"), url("../font/DINOT.woff") format("woff"), url("../font/DINOT.ttf") format("truetype"), url("../font/DINOT.svg#DINOT") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT';
  src: url("../font/DINOT-Bold.eot?#iefix") format("embedded-opentype"), url("../font/DINOT-Bold.otf") format("opentype"), url("../font/DINOT-Bold.woff") format("woff"), url("../font/DINOT-Bold.ttf") format("truetype"), url("../font/DINOT-Bold.svg#DINOT-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'DINOT';
  src: url("../font/DINOT-Black.eot?#iefix") format("embedded-opentype"), url("../font/DINOT-Black.otf") format("opentype"), url("../font/DINOT-Black.woff") format("woff"), url("../font/DINOT-Black.ttf") format("truetype"), url("../font/DINOT-Black.svg#DINOT-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
/*
 * Sass variables
 *
 * A list of variable settings (colors,fonts,...)
 *
 * Contents:
 * - Definitions
 * - Base  // do not change
 * - Body
 * - Heading
 * - Paragraphh
 * - Link
 */
/* =Definitions
-------------------------------------------------------------- */
/* =Base // dont change these values
-------------------------------------------------------------- */
/* =Body
-------------------------------------------------------------- */
/* =Nav
-------------------------------------------------------------- */
/* =Heading
-------------------------------------------------------------- */
/* =Paragraph
-------------------------------------------------------------- */
/* =Link
-------------------------------------------------------------- */
/* =Button
-------------------------------------------------------------- */
/* =Notifications
-------------------------------------------------------------- */
/*
 * Sass mixins
 *
 * A list of mixins
 *
 * Contents:
 * - Clearfix
 * - Misc / Utility
 * - CSS3 Properties
 *
 */
/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
/* =Misc / Utility
-------------------------------------------------------------- */
/* =CSS3 Properties
-------------------------------------------------------------- */
/*
 * Typography
 *
 * Reusable components such as buttons, breadcrumbs, ...
 *
 * Contents:
 * - Headings
 * - Links
 * - paragraph
 * - etc
 *
 */
/* =Headings
-------------------------------------------------------------- */
/* line 17, scss/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #e4a617;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}

/* line 26, scss/base/_typography.scss */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 47px;
  line-height: 2.9375rem;
}

/* line 30, scss/base/_typography.scss */
h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 40.5px;
  line-height: 2.53125rem;
}

/* line 34, scss/base/_typography.scss */
h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 33.75px;
  line-height: 2.10938rem;
}

/* line 38, scss/base/_typography.scss */
h4 {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 26.9px;
  line-height: 1.68125rem;
}

/* line 42, scss/base/_typography.scss */
h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

/* line 46, scss/base/_typography.scss */
h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
}

/* =Links
-------------------------------------------------------------- */
/* line 53, scss/base/_typography.scss */
a {
  text-decoration: none;
}

/*
 * Components
 *
 * Reusable components such as buttons, breadcrumbs, ...
 *
 * Contents:
 * - Button
 * - ...
 *
 */
/* line 12, scss/base/_components.scss */
.mutebutton {
  position: absolute;
  z-index: 300;
  right: 20px;
  bottom: 20px;
  width: 59px;
  text-align: left;
  cursor: pointer;
  color: #e4a617;
  font-size: 64px;
  font-size: 4rem;
}

/* line 24, scss/base/_components.scss */
.return {
  color: #e4a617;
  font-size: 28px;
  font-size: 1.75rem;
  position: fixed;
  left: 80px;
  top: 30px;
  -moz-transition: all, 0.5s, ease-in-out;
  -o-transition: all, 0.5s, ease-in-out;
  -webkit-transition: all, 0.5s, ease-in-out;
  transition: all, 0.5s, ease-in-out;
  z-index: 203;
}
/* line 33, scss/base/_components.scss */
.return:hover {
  color: gray;
  -moz-transition: all, 0.1s, ease-in-out;
  -o-transition: all, 0.1s, ease-in-out;
  -webkit-transition: all, 0.1s, ease-in-out;
  transition: all, 0.1s, ease-in-out;
}

/* line 39, scss/base/_components.scss */
.topImageContainer {
  height: 550px;
  overflow: hidden;
  position: relative;
}
/* line 44, scss/base/_components.scss */
.topImageContainer img {
  width: 100%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
/* line 51, scss/base/_components.scss */
.topImageContainer h2 {
  color: white;
  font-weight: 900;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 72px;
  line-height: 4.5rem;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: 72px;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* =Button
-------------------------------------------------------------- */
/* line 70, scss/base/_components.scss */
.btn {
  line-height: 24px;
  line-height: 1.5rem;
  display: inline-block;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: gray;
  background-color: #e4a617;
  padding: 6px 16px;
  text-transform: uppercase;
  -moz-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  -webkit-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}
/* line 81, scss/base/_components.scss */
.btn:hover, .btn.active {
  background-color: gray;
  color: #e4a617;
}
/* line 87, scss/base/_components.scss */
.btn i.mr {
  margin-right: 8px;
}
/* line 90, scss/base/_components.scss */
.btn i.ml {
  margin-left: 8px;
}

/* line 96, scss/base/_components.scss */
.link {
  color: #e4a617;
}
/* line 98, scss/base/_components.scss */
.link:hover {
  color: gray;
}
/* line 102, scss/base/_components.scss */
.link i.mr {
  margin-right: 6px;
}
/* line 105, scss/base/_components.scss */
.link i.ml {
  margin-left: 6px;
}

/* =Modal custom style
-------------------------------------------------------------- */
/* =Notifications
-------------------------------------------------------------- */
/* line 117, scss/base/_components.scss */
.notification-box {
  position: relative;
  margin-bottom: 20px;
}
/* line 120, scss/base/_components.scss */
.notification-box .error {
  background: #CF4343;
  padding: 25px 25px 10px 25px;
}
/* line 123, scss/base/_components.scss */
.notification-box .error .notification-message {
  color: white !important;
}
/* line 127, scss/base/_components.scss */
.notification-box .error .notification-items li {
  color: white !important;
}
/* line 129, scss/base/_components.scss */
.notification-box .error .notification-items li .formError {
  color: white !important;
}
/* line 135, scss/base/_components.scss */
.notification-box .succes {
  background: #549154;
  padding: 25px 25px 10px 25px;
}
/* line 138, scss/base/_components.scss */
.notification-box .succes .notification-message {
  color: white !important;
}
/* line 142, scss/base/_components.scss */
.notification-box .succes .notification-items li {
  color: white !important;
}
/* line 144, scss/base/_components.scss */
.notification-box .succes .notification-items li .formError {
  color: white !important;
}

/*
 *  Remodal - v0.4.1
 *  Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 169, scss/base/_components.scss */
html.remodal-is-locked,
body.remodal-is-locked {
  overflow: hidden;
}

/* Anti FOUC */
/* line 176, scss/base/_components.scss */
.remodal,
[data-remodal-id] {
  visibility: hidden;
}

/* Necessary styles of the overlay */
/* line 183, scss/base/_components.scss */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
/* line 196, scss/base/_components.scss */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 210, scss/base/_components.scss */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
/* line 221, scss/base/_components.scss */
.remodal-overlay,
.remodal-wrapper {
  -webkit-transform: translateZ(0px);
}

/* Necessary styles of the modal dialog */
/* line 228, scss/base/_components.scss */
.remodal {
  position: relative;
  display: inline-block;
}

/* Anti-zoom. Font-size should be >= 16px. */
/* line 236, scss/base/_components.scss */
.remodal select,
.remodal textarea,
.remodal input,
.remodal select:focus,
.remodal textarea:focus,
.remodal input:focus {
  font-size: 16px;
}

/* ==========================================================================
   Remodal default theme
   ========================================================================== */
/* Default theme font */
/* line 251, scss/base/_components.scss */
.remodal,
.remodal * {
  font-family: "DINOT", sans-serif;
}

/* Background for effects */
/* line 258, scss/base/_components.scss */
.remodal-bg {
  -webkit-transition: -webkit-filter 0.2s ease-out;
  -moz-transition: -moz-filter 0.2s ease-out;
  -o-transition: -o-filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
}

/* line 265, scss/base/_components.scss */
body.remodal-is-active .remodal-bg {
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
}

/* Default theme styles of the overlay */
/* line 275, scss/base/_components.scss */
.remodal-overlay {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(20, 14, 2, 0.85);
}

/* line 285, scss/base/_components.scss */
body.remodal-is-active .remodal-overlay {
  opacity: 1;
}

/* Default theme styles of the modal dialog */
/* line 291, scss/base/_components.scss */
.remodal {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 35px;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  color: gray;
  background: white;
  background-clip: padding-box;
}

/* line 317, scss/base/_components.scss */
body.remodal-is-active .remodal {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Vertical align of the modal dialog */
/* line 329, scss/base/_components.scss */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
/* line 336, scss/base/_components.scss */
.remodal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 28px;
  height: 28px;
  text-align: center;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  text-decoration: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 356, scss/base/_components.scss */
.remodal-close:after {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 28px;
  line-height: 28px;
  display: block;
  content: "×";
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #e4a617;
}

/* line 374, scss/base/_components.scss */
.remodal-close:hover,
.remodal-close:active {
  background: #e4a617;
}

/* line 379, scss/base/_components.scss */
.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after {
  color: white;
}

/* Dialog buttons */
/* line 386, scss/base/_components.scss */
.remodal-confirm,
.remodal-cancel {
  font-size: 10pt;
  display: inline-block;
  width: 120px;
  margin: 0 0 5px 0;
  padding: 9px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
}

/* line 409, scss/base/_components.scss */
.remodal-confirm {
  color: #16a085;
  border: 2px solid #16a085;
  background: #f4f4f4;
}

/* line 415, scss/base/_components.scss */
.remodal-confirm:hover,
.remodal-confirm:active {
  color: #f4f4f4;
  background: #16a085;
}

/* line 421, scss/base/_components.scss */
.remodal-cancel {
  color: #c0392b;
  border: 2px solid #c0392b;
  background: #f4f4f4;
}

/* line 427, scss/base/_components.scss */
.remodal-cancel:hover,
.remodal-cancel:active {
  color: #f4f4f4;
  background: #c0392b;
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 40.063em) {
  /* line 437, scss/base/_components.scss */
  .remodal {
    max-width: 700px;
    min-height: 0;
    margin: 20px auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
}
/* IE8
   ========================================================================== */
/* line 450, scss/base/_components.scss */
.lt-ie9 .remodal-overlay {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}

/* line 454, scss/base/_components.scss */
.lt-ie9 .remodal {
  width: 700px;
  min-height: 0;
  margin: 20px auto;
}

/* line 460, scss/base/_components.scss */
.lt-ie9 .remodal-close:after {
  margin: auto;
  text-align: center;
}

/* line 466, scss/base/_components.scss */
.lt-ie9 .remodal-close:hover,
.lt-ie9 .remodal-close:active {
  background: transparent;
}

/* line 471, scss/base/_components.scss */
.lt-ie9 .remodal-close:hover.remodal-close:after,
.lt-ie9 .remodal-close:active.remodal-close:after {
  color: #3e5368;
}

/*
 * Form
 *
 * global form elements reset and style
 *
 * Contents:
 * - Button
 * - ...
 *
 */
/* =Button
-------------------------------------------------------------- */
/* line 15, scss/base/_form.scss */
.fieldset {
  *zoom: 1;
  margin-bottom: 18px;
}
/* line 19, scss/base/_mixins.scss */
.fieldset:before, .fieldset:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
.fieldset:after {
  clear: both;
}
/* line 18, scss/base/_form.scss */
.fieldset label {
  display: inline-block;
  margin-bottom: 6px;
}
/* line 22, scss/base/_form.scss */
.fieldset input[type=text], .fieldset textarea, .fieldset select {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
  padding: 6px;
  color: #7e7e7e;
  border: 1px solid #C9C9C9;
}
/* line 32, scss/base/_form.scss */
.fieldset #captchaImg {
  float: left;
  margin: 0 !important;
  height: 28px;
}
/* line 37, scss/base/_form.scss */
.fieldset #captcha {
  float: left;
  margin-right: 10px;
}
/* line 41, scss/base/_form.scss */
.fieldset input[type=submit] {
  border: 0 !important;
}

/*
*
FORM ERRORS
*
*/
/* line 53, scss/base/_form.scss */
.inputTextError, .inputTextareaError, .inputDropdownError {
  border: 1px solid #bb0b0b !important;
}

/* line 56, scss/base/_form.scss */
.formError {
  color: #b72026;
  font-size: 13px;
  font-size: 0.8125rem;
}

/*
 * Common Reusable Utility Classes
 *
 * A list of mixins
 *
 * Contents:
 * - Typography
 * - Navigation
 * - Via HTML5 Boilerplate
 * - Miscellaneous
 */
/* =Typography
-------------------------------------------------------------- */
/* line 15, scss/base/_utility.scss */
.typ-left {
  text-align: left;
}

/* line 18, scss/base/_utility.scss */
.typ-right {
  text-align: right;
}

/* line 21, scss/base/_utility.scss */
.typ-center {
  text-align: center;
}

/* line 25, scss/base/_utility.scss */
.prevent-text-breakouts {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 35, scss/base/_utility.scss */
i.mr {
  margin-right: 5px;
}
/* line 38, scss/base/_utility.scss */
i.ml {
  margin-left: 5px;
}

/* =remove margins
-------------------------------------------------------------- */
/* line 45, scss/base/_utility.scss */
.rmt {
  margin-top: 0 !important;
}

/* line 48, scss/base/_utility.scss */
.rmr {
  margin-right: 0 !important;
}

/* line 51, scss/base/_utility.scss */
.rmb {
  margin-bottom: 0 !important;
}

/* line 54, scss/base/_utility.scss */
.rml {
  margin-left: 0 !important;
}

/* =Navigation
-------------------------------------------------------------- */
/* line 61, scss/base/_utility.scss */
.site-navigation li {
  display: inline-block;
  margin: 0 1.5em 0 0;
}
/* line 65, scss/base/_utility.scss */
.site-navigation.sn-right {
  text-align: right;
}
/* line 67, scss/base/_utility.scss */
.site-navigation.sn-right li {
  margin: 0 0 0 1.5em;
}
/* line 71, scss/base/_utility.scss */
.site-navigation.sn-center {
  text-align: center;
}
/* line 73, scss/base/_utility.scss */
.site-navigation.sn-center li {
  margin: 0 1.5em;
}

/* =Via HTML5 Boilerplate
-------------------------------------------------------------- */
/* line 84, scss/base/_utility.scss */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

/* line 93, scss/base/_utility.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 99, scss/base/_utility.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 112, scss/base/_utility.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 123, scss/base/_utility.scss */
.invisible {
  visibility: hidden;
}

/* line 128, scss/base/_utility.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 133, scss/base/_utility.scss */
.clearfix:after {
  clear: both;
}

/* line 139, scss/base/_utility.scss */
.cf {
  *zoom: 1;
}

/* =Miscellaneous
-------------------------------------------------------------- */
/* line 146, scss/base/_utility.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 156, scss/base/_utility.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 163, scss/base/_utility.scss */
textarea {
  resize: vertical;
}

/* line 168, scss/base/_utility.scss */
iframe,
object,
embed {
  max-width: 100%;
}

/* line 175, scss/base/_utility.scss */
.chromeframe {
  margin: 0;
  background: #ddd;
  color: #000;
  padding: 1em;
}

/*
 * Grid (gridiculous)
 *
 * A responsive grid boilerplate that takes you all the way from 1200px on down to 320px.
 *
 * created by c.bavota
 * released under GPL v2
 *
 * March 4th, 2013
 *
 * https://github.com/cbavota/Gridiculous/blob/master/gridiculous.css
 */
/* =Gridiculous
-------------------------------------------------------------- */
/* line 16, scss/base/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/starter/css/hacks/boxsizing.htc);
}

/* line 17, scss/base/_grid.scss */
.grid {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

/* line 18, scss/base/_grid.scss */
img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

/* line 19, scss/base/_grid.scss */
.wfull {
  width: 100%;
  max-width: 100%;
}

/* line 20, scss/base/_grid.scss */
.w320 {
  max-width: 320px;
}

/* line 21, scss/base/_grid.scss */
.w640 {
  max-width: 640px;
}

/* line 22, scss/base/_grid.scss */
.w960 {
  max-width: 960px;
}

/* line 23, scss/base/_grid.scss */
.w1000 {
  max-width: 1000px;
}

/* line 24, scss/base/_grid.scss */
.w1100 {
  max-width: 1100px;
}

/* line 25, scss/base/_grid.scss */
.row {
  *zoom: 1;
  width: 100%;
  margin-bottom: 20px;
}
/* line 19, scss/base/_mixins.scss */
.row:before, .row:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
.row:after {
  clear: both;
}

/* line 26, scss/base/_grid.scss */
.row .row {
  width: auto;
  margin: 0 -20px;
}

/* line 27, scss/base/_grid.scss */
.c1 {
  width: 8.33%;
}

/* line 28, scss/base/_grid.scss */
.c2 {
  width: 16.66%;
}

/* line 29, scss/base/_grid.scss */
.c3 {
  width: 25%;
}

/* line 30, scss/base/_grid.scss */
.c4 {
  width: 33.33%;
}

/* line 31, scss/base/_grid.scss */
.c5 {
  width: 41.66%;
}

/* line 32, scss/base/_grid.scss */
.c6 {
  width: 50%;
}

/* line 33, scss/base/_grid.scss */
.c7 {
  width: 58.33%;
}

/* line 34, scss/base/_grid.scss */
.c8 {
  width: 66.66%;
}

/* line 35, scss/base/_grid.scss */
.c9 {
  width: 75%;
}

/* line 36, scss/base/_grid.scss */
.c10 {
  width: 83.33%;
}

/* line 37, scss/base/_grid.scss */
.c11 {
  width: 91.66%;
}

/* line 38, scss/base/_grid.scss */
.c12 {
  width: 100%;
}

/* line 39, scss/base/_grid.scss */
.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

/* line 40, scss/base/_grid.scss */
.s1 {
  margin-left: 8.33%;
}

/* line 41, scss/base/_grid.scss */
.s2 {
  margin-left: 16.66%;
}

/* line 42, scss/base/_grid.scss */
.s3 {
  margin-left: 25%;
}

/* line 43, scss/base/_grid.scss */
.s4 {
  margin-left: 33.33%;
}

/* line 44, scss/base/_grid.scss */
.s5 {
  margin-left: 41.66%;
}

/* line 45, scss/base/_grid.scss */
.s6 {
  margin-left: 50%;
}

/* line 46, scss/base/_grid.scss */
.s7 {
  margin-left: 58.33%;
}

/* line 47, scss/base/_grid.scss */
.s8 {
  margin-left: 66.66%;
}

/* line 48, scss/base/_grid.scss */
.s9 {
  margin-left: 75%;
}

/* line 49, scss/base/_grid.scss */
.s10 {
  margin-left: 83.33%;
}

/* line 50, scss/base/_grid.scss */
.s11 {
  margin-left: 91.66%;
}

/* line 51, scss/base/_grid.scss */
.end {
  float: right !important;
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 58, scss/base/_grid.scss */
  .row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12 {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 59, scss/base/_grid.scss */
  .row .row > div:last-child {
    margin-bottom: 0 !important;
  }
}
/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
  /* line 65, scss/base/_grid.scss */
  body {
    font-size: 90%;
  }

  /* line 66, scss/base/_grid.scss */
  .row {
    margin-bottom: 0 !important;
  }

  /* line 67, scss/base/_grid.scss */
  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
/*
 * Global Template Styles
 *
 * Project global styles for partials (header, footer, aside, ...)
 *
 * Contents:
 * - Base settings
 * - Site wrapper
 * - Site header and main navigation
 * - Site footer
 *
 */
/* =Base settings (html/body)
-------------------------------------------------------------- */
/* line 20, scss/base/_global.scss */
html {
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 29, scss/base/_global.scss */
body {
  position: relative;
  color: gray;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}

/* line 43, scss/base/_global.scss */
body, html {
  min-height: 100vh;
  overflow-x: hidden;
}

/* line 49, scss/base/_global.scss */
a {
  color: #e4a617;
}

/* line 54, scss/base/_global.scss */
#deccagrid {
  width: 100%;
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 19, scss/base/_mixins.scss */
#deccagrid:before, #deccagrid:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
#deccagrid:after {
  clear: both;
}
/* line 62, scss/base/_global.scss */
#deccagrid.narrow {
  max-width: 1200px;
}
/* line 66, scss/base/_global.scss */
#deccagrid.mt {
  margin-top: 200px;
}
/* line 70, scss/base/_global.scss */
#deccagrid .item {
  float: left;
  width: 20%;
  background-color: #e4a617;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
}
/* line 78, scss/base/_global.scss */
#deccagrid .item.w2 {
  width: 40%;
  padding-top: 40%;
}
/* line 82, scss/base/_global.scss */
#deccagrid .item.w2.h1 {
  padding-top: 20%;
}
/* line 87, scss/base/_global.scss */
#deccagrid .item.w2 .content img {
  width: 100%;
  height: auto;
}
/* line 94, scss/base/_global.scss */
#deccagrid .item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0;
  width: 10px;
  height: 100%;
  background: white;
  z-index: 200;
}
/* line 106, scss/base/_global.scss */
#deccagrid .item:after {
  content: '';
  height: 10px;
  width: 100%;
  right: auto;
  top: auto;
  left: 0;
  top: 0px;
  z-index: 200;
  display: block;
  background: white;
  position: absolute;
}
/* line 120, scss/base/_global.scss */
#deccagrid .item .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
/* line 128, scss/base/_global.scss */
#deccagrid .item .content img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
/* line 138, scss/base/_global.scss */
#deccagrid .item .content a.btn {
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: 'DINOT';
  font-weight: 300;
  color: white;
  padding: 10px;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 149, scss/base/_global.scss */
#deccagrid .item .content a.btn:hover {
  background-color: white;
  color: black;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 156, scss/base/_global.scss */
#deccagrid .item .content:before {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  width: 10px;
  height: 100%;
  background: white;
  z-index: 200;
}
/* line 168, scss/base/_global.scss */
#deccagrid .item .content:after {
  content: '';
  height: 10px;
  width: 100%;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0px;
  z-index: 200;
  display: block;
  background: white;
  position: absolute;
}



/* line 182, scss/base/_global.scss */
#deccagrid .item .content .text {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
/* line 190, scss/base/_global.scss */
#deccagrid .item .content .text img {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
}
/* line 204, scss/base/_global.scss */
#deccagrid .item .content.config {
  background-color: black;
}
/* line 206, scss/base/_global.scss */
#deccagrid .item .content.config img {
  opacity: 0.2;
}
/* line 211, scss/base/_global.scss */
#deccagrid .item .content.config h2 {
  font-family: 'Great Vibes';
  color: white;
  text-align: center;
  text-transform: none;
  font-size: 96px;
  font-size: 6rem;
  -moz-transform: rotateZ(-11deg);
  -ms-transform: rotateZ(-11deg);
  -webkit-transform: rotateZ(-11deg);
  transform: rotateZ(-11deg);
  margin-bottom: 30px;
}
/* line 221, scss/base/_global.scss */
#deccagrid .item .content.config p {
  color: #e4a617;
  text-align: center;
  text-transform: uppercase;
  font-family: 'DINOT';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 300;
}
/* line 235, scss/base/_global.scss */
#deccagrid .item .content.content.grayscale {
  background-color: gray;
}
/* line 237, scss/base/_global.scss */
#deccagrid .item .content.content.grayscale img.mainimg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url(../images/desaturate.svg#greyscale);
}
/* line 243, scss/base/_global.scss */
#deccagrid .item .content.content .content-text h2 {
  color: #e4a617;
  text-align: center;
  text-transform: uppercase;
  font-family: 'DINOT';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 300;
}
/* line 262, scss/base/_global.scss */
#deccagrid .item .content.dealer h2 {
  color: white;
  font-family: 'DINOT';
  text-transform: uppercase;
  margin: 0;
}
/* line 269, scss/base/_global.scss */
#deccagrid .item .content.dealer h3 {
  color: black;
  font-family: 'DINOT';
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}
/* line 284, scss/base/_global.scss */
#deccagrid .item .content.news, #deccagrid .item .content.gallery, #deccagrid .item .content.instagram {
  background-color: black !important;
}
/* line 287, scss/base/_global.scss */
#deccagrid .item .content.news.grayscale img.mainimg, #deccagrid .item .content.gallery.grayscale img.mainimg, #deccagrid .item .content.instagram.grayscale img.mainimg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url(../images/desaturate.svg#greyscale);
}
/* line 290, scss/base/_global.scss */
#deccagrid .item .content.news .newscontent, #deccagrid .item .content.gallery .newscontent, #deccagrid .item .content.instagram .newscontent {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 30px;
}
/* line 298, scss/base/_global.scss */
#deccagrid .item .content.news .newscontent h2, #deccagrid .item .content.gallery .newscontent h2, #deccagrid .item .content.instagram .newscontent h2 {
  color: white;
  text-transform: uppercase;
  font-family: 'DINOT';
  font-weight: 900;
  text-align: left;
  margin-bottom: 20px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 308, scss/base/_global.scss */
#deccagrid .item .content.news .newscontent p, #deccagrid .item .content.gallery .newscontent p, #deccagrid .item .content.instagram .newscontent p {
  color: white;
  font-family: 'DINOT';
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  margin: 0;
  max-height: 0px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 321, scss/base/_global.scss */
#deccagrid .item .content.news:hover img.mainimg, #deccagrid .item .content.gallery:hover img.mainimg, #deccagrid .item .content.instagram:hover img.mainimg {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.4 !important;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
/* line 325, scss/base/_global.scss */
#deccagrid .item .content.news:hover .newscontent h2, #deccagrid .item .content.gallery:hover .newscontent h2, #deccagrid .item .content.instagram:hover .newscontent h2 {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 329, scss/base/_global.scss */
#deccagrid .item .content.news:hover .newscontent p, #deccagrid .item .content.gallery:hover .newscontent p, #deccagrid .item .content.instagram:hover .newscontent p {
  margin-bottom: 0;
  max-height: 100px;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 346, scss/base/_global.scss */
#deccagrid .item .content.products.grayscale img.mainimg, #deccagrid .item .content.products_category.grayscale img.mainimg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url(../images/desaturate.svg#greyscale);
}
/* line 350, scss/base/_global.scss */
#deccagrid .item .content.products .text img, #deccagrid .item .content.products_category .text img, .singlecatprod  img {
  max-width: 32px;
}
/* line 353, scss/base/_global.scss */
#deccagrid .item .content.products .text h2, #deccagrid .item .content.products_category .text h2, .singlecatprod h2 {
  font-family: 'DINOT';
  text-transform: uppercase;
  color: black !important;
  background-color: #e4a617;
  position: relative;
  max-width: 50%;
  display: inline-block;
  margin: 1rem auto 2rem auto;
  padding: 5px 20px;
  font-weight: 300;
  text-align: center;
}
/* line 366, scss/base/_global.scss */
#deccagrid .item .content.products .text h2:before, #deccagrid .item .content.products_category .text h2:before, .singlecatprod h2:before {
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  border: 2px solid #e4a617;
  content: '';
}
/* line 386, scss/base/_global.scss */
#deccagrid .item .content.twitter.grayscale {
  background-color: gray;
}
/* line 389, scss/base/_global.scss */
#deccagrid .item .content.twitter .fotorama {
  margin: 0 10px;
}
/* line 392, scss/base/_global.scss */
#deccagrid .item .content.twitter .fotorama .text {
  margin: 0 20px;
  width: auto;
}
/* line 395, scss/base/_global.scss */
#deccagrid .item .content.twitter .fotorama .text img {
  display: block;
  margin: 0 auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 401, scss/base/_global.scss */
#deccagrid .item .content.twitter .fotorama .text span {
  display: block;
  text-align: center;
}
/* line 405, scss/base/_global.scss */
#deccagrid .item .content.twitter .fotorama .text span.user-name {
  font-weight: 700;
  font-family: 'DINOT';
  color: black;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 413, scss/base/_global.scss */
#deccagrid .item .content.twitter .fotorama .text span.user-account {
  color: black;
}
/* line 418, scss/base/_global.scss */
#deccagrid .item .content.twitter .fotorama .text .message {
  margin-top: 20px;
  color: white;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2rem;
}
/* line 425, scss/base/_global.scss */
#deccagrid .item .content.twitter .fotorama .text .message a {
  color: black;
}
/* line 433, scss/base/_global.scss */
#deccagrid .item .content.video {
  background-color: black !important;
}
/* line 436, scss/base/_global.scss */
#deccagrid .item .content.video.grayscale .ytvid {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url(../images/desaturate.svg#greyscale);
}
/* line 440, scss/base/_global.scss */
#deccagrid .item .content.video .ytvid {
  max-width: none;
  margin: 0 auto;
  display: block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 447, scss/base/_global.scss */
#deccagrid .item .content.video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
/* line 456, scss/base/_global.scss */
#deccagrid .item .content.video .videocontent {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 30px;
}
/* line 464, scss/base/_global.scss */
#deccagrid .item .content.video .videocontent h2 {
  color: white;
  text-transform: uppercase;
  font-family: 'DINOT';
  font-weight: 900;
  text-align: left;
  margin-bottom: 20px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 474, scss/base/_global.scss */
#deccagrid .item .content.video .videocontent p {
  color: white;
  font-family: 'DINOT';
  transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  margin: 0;
  max-height: 0px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 487, scss/base/_global.scss */
#deccagrid .item .content.video:hover .ytvid {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.4 !important;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
/* line 491, scss/base/_global.scss */
#deccagrid .item .content.video:hover .videocontent h2 {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 495, scss/base/_global.scss */
#deccagrid .item .content.video:hover .videocontent p {
  margin-bottom: 0;
  max-height: 100px;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 507, scss/base/_global.scss */
.fotorama__dot {
  left: 4px !important;
  width: 8px !important;
  height: 8px !important;
  border-color: black !important;
}

/* line 513, scss/base/_global.scss */
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  border-width: 5px !important;
  width: 0 !important;
  height: 0 !important;
}

/* line 520, scss/base/_global.scss */
div.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
/* line 526, scss/base/_global.scss */
div.nav #navlogowrapper {
  position: absolute;
  cursor: pointer;
  left: 24px;
  top: 24px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 999;
}
/* line 534, scss/base/_global.scss */
div.nav #navlogowrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/logo_geel.png);
  background-size: cover;
  content: '';
  opacity: 1;
  visibility: hidden;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 548, scss/base/_global.scss */
div.nav #navlogowrapper img {
  opacity: 0.8;
  max-width: 42px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 554, scss/base/_global.scss */
div.nav #navlogowrapper:hover {
  left: 21px;
  top: 21px;
}
/* line 558, scss/base/_global.scss */
div.nav #navlogowrapper:hover:after {
  visibility: visible;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  opacity: 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 567, scss/base/_global.scss */
div.nav #navlogowrapper:hover img {
  opacity: 1;
  max-width: 48px;
}
/* line 574, scss/base/_global.scss */
div.nav div.header {
  background: #e2e2e2;
  border-bottom: 1px solid black;
  text-align: center;
  margin-top: -230px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}
/* line 582, scss/base/_global.scss */
div.nav div.header a.homelink {
  display: block;
  width: 180px;
  margin: 0 auto;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 588, scss/base/_global.scss */
div.nav div.header a.homelink:hover {
  opacity: 0.5;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 594, scss/base/_global.scss */
div.nav div.header nav#main {
  border-top: 1px solid black;
  text-align: center;
  display: inline-block;
  position: relative;
}
/* line 600, scss/base/_global.scss */
div.nav div.header nav#main:before {
  display: block;
  width: 78px;
  height: 0px;
  background-image: url(../images/navtop.png);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -39px;
  content: '';
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 616, scss/base/_global.scss */
div.nav div.header nav#main:after {
  display: block;
  width: 92px;
  height: 0px;
  background-image: url(../images/navbot.png);
  background-size: 100% 0%;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -46px;
  content: '';
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 631, scss/base/_global.scss */
div.nav div.header nav#main ul {
  margin: 0;
  padding: 0;
}
/* line 634, scss/base/_global.scss */
div.nav div.header nav#main ul li {
  display: inline-block;
  position: relative;
}
/* line 638, scss/base/_global.scss */
div.nav div.header nav#main ul li ul.submenuul {
  position: absolute;
  top: 30px;
  left: 0px;
  text-align: left;
  max-height: 0px;
  border: 0px solid transparent;
  overflow: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 648, scss/base/_global.scss */
div.nav div.header nav#main ul li ul.submenuul:hover {
  overflow: visible;
}
/* line 652, scss/base/_global.scss */
div.nav div.header nav#main ul li ul.submenuul li {
  display: block;
  position: relative;
}
/* line 657, scss/base/_global.scss */
div.nav div.header nav#main ul li ul.submenuul li ul.subsubmenuul {
  position: absolute;
  overflow: hidden;
  max-width: 0px;
  left: 100%;
  top: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 665, scss/base/_global.scss */
div.nav div.header nav#main ul li ul.submenuul li ul.subsubmenuul:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 12px solid white;
}
/* line 680, scss/base/_global.scss */
div.nav div.header nav#main ul li ul.submenuul li:hover ul.subsubmenuul {
  padding-left: 12px;
  max-width: 300px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 688, scss/base/_global.scss */
div.nav div.header nav#main ul li ul.submenuul:before {
  position: absolute;
  content: '';
  top: 0;
  left: 17px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid white;
}
/* line 700, scss/base/_global.scss */
div.nav div.header nav#main ul li ul.submenuul a {
  background-color: white;
  text-align: left;
  text-transform: uppercase;
  color: black;
  display: block;
  max-width: 200px;
  font-weight: 300;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 712, scss/base/_global.scss */
div.nav div.header nav#main ul li ul.submenuul a:hover {
  color: #e4a617;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 719, scss/base/_global.scss */
div.nav div.header nav#main ul li:hover ul.submenuul {
  max-height: 300px;
  padding-top: 12px;
}
/* line 726, scss/base/_global.scss */
div.nav div.header nav#main a {
  text-transform: uppercase;
  color: black;
  display: inline-block;
  font-weight: 300;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 10px 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 735, scss/base/_global.scss */
div.nav div.header nav#main a:hover, div.nav div.header nav#main a.active {
  color: #e4a617;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 742, scss/base/_global.scss */
div.nav div.header .language-menu {
  position: absolute;
  top: 30px;
  left: 45px;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
/* line 749, scss/base/_global.scss */
div.nav div.header .language-menu i {
  font-size: 24px;
  font-size: 1.5rem;
  opacity: 0;
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  cursor: pointer;
}
/* line 755, scss/base/_global.scss */
div.nav div.header .language-menu i.openlang {
  color: black;
  -moz-transition-property: left, opacity, -moz-transform, color;
  -o-transition-property: left, opacity, -o-transform, color;
  -webkit-transition-property: left, opacity, -webkit-transform, color;
  transition-property: left, opacity, transform, color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-delay: 0.5s, 0.5s, 0.5s, 0s;
  -o-transition-delay: 0.5s, 0.5s, 0.5s, 0s;
  -webkit-transition-delay: 0.5s, 0.5s, 0.5s, 0s;
  transition-delay: 0.5s, 0.5s, 0.5s, 0s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 762, scss/base/_global.scss */
div.nav div.header .language-menu i.openlang:hover {
  color: #e4a617;
  -moz-transition: color 0.1s ease-in-out 0s;
  -o-transition: color 0.1s ease-in-out 0s;
  -webkit-transition: color 0.1s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: color 0.1s ease-in-out 0s;
}
/* line 769, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons {
  display: inline-block;
  margin-left: 10px;
  -moz-transition: all 0.5s ease-in-out 1s;
  -o-transition: all 0.5s ease-in-out 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 1s;
  transition: all 0.5s ease-in-out 1s;
  position: relative;
}
/* line 775, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons i {
  position: relative;
  top: 0;
  left: 0;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.language-menu a{
  display: inline-block;
   margin-right: 8px;
}
.language-menu img{
  max-width: 40px;
  display: block;
 
}
/* line 782, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a {
  color: black;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.5s ease-in-out 0s;
}
/* line 786, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:nth-child(1) i {
  -moz-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  -webkit-transition-property: left, opacity;
  transition-property: left, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 787, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:nth-child(2) i {
  -moz-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  -webkit-transition-property: left, opacity;
  transition-property: left, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 788, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:nth-child(3) i {
  -moz-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  -webkit-transition-property: left, opacity;
  transition-property: left, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 789, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:nth-child(4) i {
  -moz-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  -webkit-transition-property: left, opacity;
  transition-property: left, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 790, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:nth-child(5) i {
  -moz-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  -webkit-transition-property: left, opacity;
  transition-property: left, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 791, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:nth-child(6) i {
  -moz-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  -webkit-transition-property: left, opacity;
  transition-property: left, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 792, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:nth-child(7) i {
  -moz-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  -webkit-transition-property: left, opacity;
  transition-property: left, opacity;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 794, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:hover {
  color: #e4a617;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.1s ease-in-out 0s;
}
/* line 798, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:hover:nth-child(1) i {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* line 799, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:hover:nth-child(2) i {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* line 800, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:hover:nth-child(3) i {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* line 801, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:hover:nth-child(4) i {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* line 802, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:hover:nth-child(5) i {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* line 803, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:hover:nth-child(6) i {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* line 804, scss/base/_global.scss */
div.nav div.header .language-menu .socialicons a:hover:nth-child(7) i {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* line 809, scss/base/_global.scss */
div.nav div.header .language-menu nav#language {
  position: absolute;
  top: 25px;
  left: -14px;
  text-align: left;
  max-height: 0px;
  border: 0px solid transparent;
  overflow: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 819, scss/base/_global.scss */
div.nav div.header .language-menu nav#language:before {
  position: absolute;
  content: '';
  top: 0;
  left: 17px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid white;
}
/* line 831, scss/base/_global.scss */
div.nav div.header .language-menu nav#language a {
  background-color: white;
  text-align: left;
  text-transform: uppercase;
  color: black;
  display: block;
  max-width: 200px;
  font-weight: 300;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
}
/* line 843, scss/base/_global.scss */
div.nav div.header .language-menu nav#language a:hover {
  color: #e4a617;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 851, scss/base/_global.scss */
div.nav div.header.open {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-top: 0px;
}
/* line 856, scss/base/_global.scss */
div.nav div.header.open nav#main:before {
  height: 13px;
  background-size: 100% 100%;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
/* line 862, scss/base/_global.scss */
div.nav div.header.open nav#main:after {
  height: 42px;
  background-size: 100% 100%;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
  -webkit-transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}
/* line 869, scss/base/_global.scss */
div.nav div.header.open .language-menu {
  left: 85px;
}
/* line 872, scss/base/_global.scss */
div.nav div.header.open .language-menu i {
  opacity: 0.5;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
/* line 877, scss/base/_global.scss */
div.nav div.header.open .language-menu .socialicons {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
/* line 881, scss/base/_global.scss */
div.nav div.header.open .language-menu .socialicons a:nth-child(1) i {
  left: 10px;
}
/* line 882, scss/base/_global.scss */
div.nav div.header.open .language-menu .socialicons a:nth-child(2) i {
  left: 20px;
}
/* line 883, scss/base/_global.scss */
div.nav div.header.open .language-menu .socialicons a:nth-child(3) i {
  left: 30px;
}
/* line 884, scss/base/_global.scss */
div.nav div.header.open .language-menu .socialicons a:nth-child(4) i {
  left: 40px;
}
/* line 885, scss/base/_global.scss */
div.nav div.header.open .language-menu .socialicons a:nth-child(5) i {
  left: 50px;
}
/* line 886, scss/base/_global.scss */
div.nav div.header.open .language-menu .socialicons a:nth-child(6) i {
  left: 60px;
}
/* line 887, scss/base/_global.scss */
div.nav div.header.open .language-menu .socialicons a:nth-child(7) i {
  left: 70px;
}
/* line 892, scss/base/_global.scss */
div.nav div.header.open .language-menu nav#language.open {
  padding-top: 12px;
  max-height: 150px;
}

/* line 904, scss/base/_global.scss */
footer {
  background-color: #e2e2e2;
}
/* line 907, scss/base/_global.scss */
footer .row {
  margin-bottom: 0;
}
/* line 910, scss/base/_global.scss */
footer .row p#copyright {
  color: gray;
  text-align: center;
  font-family: 'DINOT';
  margin: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 300;
}
/* line 919, scss/base/_global.scss */
footer .row p#copyright a {
  color: gray;
  text-decoration: none;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 924, scss/base/_global.scss */
footer .row p#copyright a:hover {
  color: #e4a617;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/*
 * Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
 */
@media screen and (max-width: 1480px) {
  /*     html {
      font-size: 80%;
  } */
}
@media screen and (max-width: 1000px) {
  /*     html {
      font-size: 60%;
  } */
}
/* line 16, scss/base/_mediaqueries.scss */
#deccagrid.cw350 {
  font-size: 11px;
  font-size: 0.6875rem;
}
/* line 19, scss/base/_mediaqueries.scss */
#deccagrid.cw350 h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
}
/* line 25, scss/base/_mediaqueries.scss */
#deccagrid.cw300 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
/* line 30, scss/base/_mediaqueries.scss */
#deccagrid.cw250 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1624px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}
/*
 * Print style sheet
 */
@media print {
  /* line 6, scss/base/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 12, scss/base/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 16, scss/base/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 19, scss/base/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 23, scss/base/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 28, scss/base/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 33, scss/base/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 36, scss/base/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 40, scss/base/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 46, scss/base/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 52, scss/base/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* =Import project module specific styles
-------------------------------------------------------------- */
/*
 * Blokken module specific styles
 *
 * Contents:
 * - 
 *
 */
/*
 * Contact module specific styles
 *
 * Contents:
 * - 
 *
 */
/* line 11, scss/modules/_contact.scss */
.contact ul.unstyledlist li {
  list-style-type: square;
}
/* line 16, scss/modules/_contact.scss */
.contact table#openingstable {
  width: 100%;
}
/* line 19, scss/modules/_contact.scss */
.contact table#openingstable tr:nth-child(even) {
  background-color: rgba(226, 226, 226, 0.5);
}
/* line 23, scss/modules/_contact.scss */
.contact table#openingstable td {
  padding: 2px 5px;
}
/* line 27, scss/modules/_contact.scss */
.contact table#openingstable .currentdayhighlight {
  color: #e4a617;
  font-weight: bold;
}

/*
 * Content module specific styles
 *
 * Contents:
 * - 
 *
 */
/*
 * Gallery module specific styles
 *
 * Contents:
 * - 
 *
 */
/*
 * Home module specific styles
 *
 * Contents:
 * - 
 *
 */
/* line 9, scss/modules/_home.scss */
.home {
  padding-bottom: 60px;
}

/*
 * Jobs module specific styles
 *
 * Contents:
 * - 
 *
 */
/*
 * Links module specific styles
 *
 * Contents:
 * - 
 *
 */
/*
 * News module specific styles
 *
 * Contents:
 * - 
 *
 */
/* line 9, scss/modules/_news.scss */
.news:not(.content) {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 300;
}
/* line 14, scss/modules/_news.scss */
.news:not(.content) .meta {
  *zoom: 1;
  margin-top: 30px;
}
/* line 19, scss/base/_mixins.scss */
.news:not(.content) .meta:before, .news:not(.content) .meta:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
.news:not(.content) .meta:after {
  clear: both;
}
/* line 18, scss/modules/_news.scss */
.news:not(.content) .meta .news-item-author, .news:not(.content) .meta .news-item-date {
  color: #e4a617;
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
  font-weight: 300;
}
/* line 25, scss/modules/_news.scss */
.news:not(.content) .meta .news-item-date {
  float: right;
}

/*
 * Newsletter module specific styles
 *
 * Contents:
 * - 
 *
 */
/*
 * Products module specific styles
 *
 * Contents:
 * - 
 *
 */
/* line 12, scss/modules/_products.scss */
.products #deccagrid .item .product-description {
  padding: 0 20px;
  color: white;
}
/* line 14, scss/modules/_products.scss */
.products #deccagrid .item .product-description h2 {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
/* line 24, scss/modules/_products.scss */
.products #deccagrid .item .product-description ul li {
  list-style-type: square;
}
/* line 30, scss/modules/_products.scss */
.products #deccagrid .item .product-attachment {
  text-align: center;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 34, scss/modules/_products.scss */
.products #deccagrid .item .product-attachment i {
  color: black;
  opacity: 0.5;
  font-size: 72px;
  font-size: 4.5rem;
  display: block;
  margin-top: 87px;
}
/* line 42, scss/modules/_products.scss */
.products #deccagrid .item .product-attachment h4 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
}
/* line 50, scss/modules/_products.scss */
.products #deccagrid .item .product-attachment:hover {
  background-color: gray;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 58, scss/modules/_products.scss */
.products #deccagrid .item .product-video .ytvid {
  max-width: none;
  margin: 0 auto;
  display: block;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 65, scss/modules/_products.scss */
.products #deccagrid .item .product-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
/* line 75, scss/modules/_products.scss */
.products #deccagrid .item .product-icons .product-icon {
  display: block;
  float: left;
  width: 33.333%;
  position: relative;
  border: 10px solid white;
}
/* line 83, scss/modules/_products.scss */
.products #deccagrid .item .product-icons .product-icon:nth-child(1) .product-icon-content, .products #deccagrid .item .product-icons .product-icon:nth-child(2) .product-icon-content, .products #deccagrid .item .product-icons .product-icon:nth-child(3) .product-icon-content {
  border-top: 10px solid white;
}
/* line 88, scss/modules/_products.scss */
.products #deccagrid .item .product-icons .product-icon:not(.enabled) {
  background-color: gray;
}
/* line 93, scss/modules/_products.scss */
.products #deccagrid .item .product-icons .product-icon:not(.enabled) .product-icon-content .product-icon-vert {
  opacity: 0.2;
}
/* line 97, scss/modules/_products.scss */
.products #deccagrid .item .product-icons .product-icon:not(.enabled) .product-icon-content h4 {
  text-align: center;
}
/* line 103, scss/modules/_products.scss */
.products #deccagrid .item .product-icons .product-icon .product-icon-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
/* line 111, scss/modules/_products.scss */
.products #deccagrid .item .product-icons .product-icon .product-icon-content .product-icon-vert {
  margin-top: 15px;
}
/* line 114, scss/modules/_products.scss */
.products #deccagrid .item .product-icons .product-icon .product-icon-content .product-icon-vert img {
  position: relative;
  max-width: 64px;
  display: inline-block;
}
/* line 120, scss/modules/_products.scss */
.products #deccagrid .item .product-icons .product-icon .product-icon-content .product-icon-vert h4 {
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  text-align: center;
}
/* line 129, scss/modules/_products.scss */
.products #deccagrid .item .product-icons .product-icon .product-icon-content .product-icon-vert p {
  color: rgba(255, 255, 255, 0.66);
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}
/* line 138, scss/modules/_products.scss */
.products #deccagrid .item .product-icons .product-icon:before {
  content: "";
  display: block;
  padding-top: 75%;
}

/*
 * Team module specific styles
 *
 * Contents:
 * - 
 *
 */
/*
 * Video module specific styles
 *
 * Contents:
 * - 
 *
 */
/* =Import project vendor styles
-------------------------------------------------------------- */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, scss/vendor/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, scss/vendor/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, scss/vendor/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, scss/vendor/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, scss/vendor/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, scss/vendor/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, scss/vendor/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, scss/vendor/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, scss/vendor/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, scss/vendor/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, scss/vendor/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, scss/vendor/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 10, scss/vendor/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, scss/vendor/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, scss/vendor/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, scss/vendor/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, scss/vendor/_spinning.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  /* line 10, scss/vendor/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 14, scss/vendor/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  /* line 21, scss/vendor/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 25, scss/vendor/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, scss/vendor/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, scss/vendor/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, scss/vendor/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, scss/vendor/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, scss/vendor/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, scss/vendor/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, scss/vendor/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, scss/vendor/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, scss/vendor/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, scss/vendor/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, scss/vendor/_stacked.scss */
.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, scss/vendor/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, scss/vendor/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, scss/vendor/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, scss/vendor/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, scss/vendor/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, scss/vendor/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, scss/vendor/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, scss/vendor/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, scss/vendor/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, scss/vendor/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, scss/vendor/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, scss/vendor/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, scss/vendor/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 17, scss/vendor/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 20, scss/vendor/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 21, scss/vendor/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 22, scss/vendor/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 23, scss/vendor/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 24, scss/vendor/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 26, scss/vendor/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 27, scss/vendor/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 28, scss/vendor/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 29, scss/vendor/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 30, scss/vendor/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 31, scss/vendor/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 32, scss/vendor/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 33, scss/vendor/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 34, scss/vendor/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 35, scss/vendor/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 36, scss/vendor/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 38, scss/vendor/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 39, scss/vendor/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 40, scss/vendor/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 41, scss/vendor/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 42, scss/vendor/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 43, scss/vendor/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 44, scss/vendor/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 45, scss/vendor/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 46, scss/vendor/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 47, scss/vendor/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 48, scss/vendor/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 49, scss/vendor/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 50, scss/vendor/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 51, scss/vendor/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 52, scss/vendor/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 53, scss/vendor/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 54, scss/vendor/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 55, scss/vendor/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 56, scss/vendor/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 57, scss/vendor/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 58, scss/vendor/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 59, scss/vendor/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 60, scss/vendor/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 61, scss/vendor/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 62, scss/vendor/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 63, scss/vendor/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 64, scss/vendor/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 66, scss/vendor/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 67, scss/vendor/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 68, scss/vendor/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 71, scss/vendor/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 72, scss/vendor/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 73, scss/vendor/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 74, scss/vendor/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 75, scss/vendor/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 77, scss/vendor/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 78, scss/vendor/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 79, scss/vendor/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 80, scss/vendor/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 81, scss/vendor/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 82, scss/vendor/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 83, scss/vendor/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 84, scss/vendor/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 85, scss/vendor/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 86, scss/vendor/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 87, scss/vendor/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 88, scss/vendor/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 89, scss/vendor/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 90, scss/vendor/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 91, scss/vendor/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 92, scss/vendor/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 93, scss/vendor/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 94, scss/vendor/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 95, scss/vendor/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 96, scss/vendor/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 97, scss/vendor/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 98, scss/vendor/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 99, scss/vendor/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 100, scss/vendor/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 101, scss/vendor/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 102, scss/vendor/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 103, scss/vendor/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 104, scss/vendor/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 105, scss/vendor/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 106, scss/vendor/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 108, scss/vendor/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 109, scss/vendor/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 110, scss/vendor/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 111, scss/vendor/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 112, scss/vendor/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 113, scss/vendor/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 114, scss/vendor/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 115, scss/vendor/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 116, scss/vendor/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 117, scss/vendor/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 118, scss/vendor/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 119, scss/vendor/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 121, scss/vendor/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 122, scss/vendor/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 123, scss/vendor/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 124, scss/vendor/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 125, scss/vendor/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 126, scss/vendor/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 127, scss/vendor/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 128, scss/vendor/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 129, scss/vendor/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 130, scss/vendor/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 131, scss/vendor/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 132, scss/vendor/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 133, scss/vendor/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 134, scss/vendor/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 136, scss/vendor/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 137, scss/vendor/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 138, scss/vendor/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 139, scss/vendor/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 140, scss/vendor/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 142, scss/vendor/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 143, scss/vendor/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 144, scss/vendor/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 145, scss/vendor/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 146, scss/vendor/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 147, scss/vendor/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 148, scss/vendor/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 149, scss/vendor/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 150, scss/vendor/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 151, scss/vendor/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 152, scss/vendor/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 153, scss/vendor/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 154, scss/vendor/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 155, scss/vendor/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 156, scss/vendor/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 157, scss/vendor/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 158, scss/vendor/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 159, scss/vendor/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 160, scss/vendor/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 161, scss/vendor/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 162, scss/vendor/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 163, scss/vendor/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 164, scss/vendor/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 165, scss/vendor/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 166, scss/vendor/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 167, scss/vendor/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 168, scss/vendor/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 169, scss/vendor/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 170, scss/vendor/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 171, scss/vendor/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 172, scss/vendor/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 173, scss/vendor/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 174, scss/vendor/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 175, scss/vendor/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 176, scss/vendor/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 177, scss/vendor/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 178, scss/vendor/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 179, scss/vendor/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 180, scss/vendor/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 181, scss/vendor/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 182, scss/vendor/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 183, scss/vendor/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 184, scss/vendor/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 186, scss/vendor/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 188, scss/vendor/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 189, scss/vendor/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 190, scss/vendor/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 192, scss/vendor/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 194, scss/vendor/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 195, scss/vendor/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 197, scss/vendor/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 198, scss/vendor/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 201, scss/vendor/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 202, scss/vendor/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 203, scss/vendor/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 204, scss/vendor/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 205, scss/vendor/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 206, scss/vendor/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 207, scss/vendor/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 208, scss/vendor/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 209, scss/vendor/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 210, scss/vendor/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 211, scss/vendor/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 212, scss/vendor/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 213, scss/vendor/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 214, scss/vendor/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 215, scss/vendor/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 216, scss/vendor/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 217, scss/vendor/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 218, scss/vendor/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 220, scss/vendor/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 222, scss/vendor/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 224, scss/vendor/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 225, scss/vendor/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 226, scss/vendor/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 228, scss/vendor/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 230, scss/vendor/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 232, scss/vendor/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 233, scss/vendor/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 234, scss/vendor/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 236, scss/vendor/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 237, scss/vendor/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 238, scss/vendor/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 240, scss/vendor/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 241, scss/vendor/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 242, scss/vendor/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 243, scss/vendor/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 244, scss/vendor/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 245, scss/vendor/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 246, scss/vendor/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 247, scss/vendor/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 248, scss/vendor/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 249, scss/vendor/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 250, scss/vendor/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 251, scss/vendor/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 252, scss/vendor/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 253, scss/vendor/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 254, scss/vendor/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 255, scss/vendor/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 256, scss/vendor/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 257, scss/vendor/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 258, scss/vendor/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 259, scss/vendor/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 260, scss/vendor/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 261, scss/vendor/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 262, scss/vendor/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 263, scss/vendor/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 264, scss/vendor/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 265, scss/vendor/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 266, scss/vendor/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 267, scss/vendor/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 268, scss/vendor/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 269, scss/vendor/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 270, scss/vendor/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 272, scss/vendor/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 273, scss/vendor/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 274, scss/vendor/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 275, scss/vendor/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 276, scss/vendor/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 277, scss/vendor/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 279, scss/vendor/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 280, scss/vendor/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 281, scss/vendor/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 282, scss/vendor/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 283, scss/vendor/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 284, scss/vendor/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 285, scss/vendor/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 286, scss/vendor/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 287, scss/vendor/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 288, scss/vendor/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 289, scss/vendor/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 290, scss/vendor/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 291, scss/vendor/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 293, scss/vendor/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 296, scss/vendor/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 297, scss/vendor/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 298, scss/vendor/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 299, scss/vendor/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 301, scss/vendor/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 302, scss/vendor/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 303, scss/vendor/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 304, scss/vendor/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 305, scss/vendor/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 306, scss/vendor/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 307, scss/vendor/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 308, scss/vendor/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 309, scss/vendor/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 310, scss/vendor/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 311, scss/vendor/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 312, scss/vendor/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 313, scss/vendor/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 314, scss/vendor/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 315, scss/vendor/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 316, scss/vendor/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 317, scss/vendor/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 318, scss/vendor/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 319, scss/vendor/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 320, scss/vendor/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 321, scss/vendor/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 322, scss/vendor/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 323, scss/vendor/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 324, scss/vendor/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 325, scss/vendor/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 326, scss/vendor/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 327, scss/vendor/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 328, scss/vendor/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 329, scss/vendor/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 330, scss/vendor/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 331, scss/vendor/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 332, scss/vendor/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 333, scss/vendor/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 334, scss/vendor/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 335, scss/vendor/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 336, scss/vendor/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 337, scss/vendor/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 338, scss/vendor/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 340, scss/vendor/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 342, scss/vendor/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 344, scss/vendor/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 346, scss/vendor/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 347, scss/vendor/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 349, scss/vendor/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 351, scss/vendor/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 355, scss/vendor/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 358, scss/vendor/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 360, scss/vendor/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 362, scss/vendor/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 363, scss/vendor/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 364, scss/vendor/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 365, scss/vendor/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 366, scss/vendor/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 367, scss/vendor/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 368, scss/vendor/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 369, scss/vendor/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 370, scss/vendor/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 371, scss/vendor/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 372, scss/vendor/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 373, scss/vendor/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 374, scss/vendor/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 375, scss/vendor/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 376, scss/vendor/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 377, scss/vendor/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 378, scss/vendor/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 379, scss/vendor/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 380, scss/vendor/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 381, scss/vendor/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 382, scss/vendor/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 383, scss/vendor/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 384, scss/vendor/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 385, scss/vendor/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 386, scss/vendor/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 387, scss/vendor/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 388, scss/vendor/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 389, scss/vendor/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 390, scss/vendor/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 391, scss/vendor/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 392, scss/vendor/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 393, scss/vendor/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 394, scss/vendor/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 395, scss/vendor/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 396, scss/vendor/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 397, scss/vendor/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 398, scss/vendor/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 399, scss/vendor/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 400, scss/vendor/_icons.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 401, scss/vendor/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 402, scss/vendor/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 403, scss/vendor/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 404, scss/vendor/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 405, scss/vendor/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 406, scss/vendor/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 407, scss/vendor/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 408, scss/vendor/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 409, scss/vendor/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 410, scss/vendor/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 411, scss/vendor/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 412, scss/vendor/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 414, scss/vendor/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 415, scss/vendor/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 416, scss/vendor/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 417, scss/vendor/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 419, scss/vendor/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 420, scss/vendor/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 421, scss/vendor/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 422, scss/vendor/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 423, scss/vendor/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 424, scss/vendor/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 425, scss/vendor/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 428, scss/vendor/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 430, scss/vendor/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 431, scss/vendor/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 432, scss/vendor/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 433, scss/vendor/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 434, scss/vendor/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 435, scss/vendor/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 436, scss/vendor/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 437, scss/vendor/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 438, scss/vendor/_icons.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 439, scss/vendor/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 440, scss/vendor/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 441, scss/vendor/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 442, scss/vendor/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 443, scss/vendor/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 444, scss/vendor/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 445, scss/vendor/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 446, scss/vendor/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 447, scss/vendor/_icons.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 448, scss/vendor/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 449, scss/vendor/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 450, scss/vendor/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 451, scss/vendor/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 452, scss/vendor/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 453, scss/vendor/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 454, scss/vendor/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 455, scss/vendor/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 457, scss/vendor/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 459, scss/vendor/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 460, scss/vendor/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 461, scss/vendor/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 462, scss/vendor/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 463, scss/vendor/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 464, scss/vendor/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 465, scss/vendor/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 466, scss/vendor/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 467, scss/vendor/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 468, scss/vendor/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 471, scss/vendor/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 473, scss/vendor/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 475, scss/vendor/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 477, scss/vendor/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 478, scss/vendor/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 479, scss/vendor/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 480, scss/vendor/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 481, scss/vendor/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 486, scss/vendor/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 487, scss/vendor/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 489, scss/vendor/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 491, scss/vendor/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 492, scss/vendor/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 493, scss/vendor/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 494, scss/vendor/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 495, scss/vendor/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 496, scss/vendor/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 498, scss/vendor/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 500, scss/vendor/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 502, scss/vendor/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 503, scss/vendor/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 504, scss/vendor/_icons.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 505, scss/vendor/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 506, scss/vendor/_icons.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 507, scss/vendor/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 508, scss/vendor/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 509, scss/vendor/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 510, scss/vendor/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 512, scss/vendor/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 513, scss/vendor/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 514, scss/vendor/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 515, scss/vendor/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 516, scss/vendor/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 517, scss/vendor/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 518, scss/vendor/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 519, scss/vendor/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 520, scss/vendor/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 521, scss/vendor/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 522, scss/vendor/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 523, scss/vendor/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 524, scss/vendor/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 525, scss/vendor/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 526, scss/vendor/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 527, scss/vendor/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 528, scss/vendor/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 529, scss/vendor/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 530, scss/vendor/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 531, scss/vendor/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 532, scss/vendor/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 533, scss/vendor/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 534, scss/vendor/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 535, scss/vendor/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 536, scss/vendor/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 537, scss/vendor/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 538, scss/vendor/_icons.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 539, scss/vendor/_icons.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 540, scss/vendor/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 541, scss/vendor/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 542, scss/vendor/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 543, scss/vendor/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 544, scss/vendor/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 545, scss/vendor/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 546, scss/vendor/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 547, scss/vendor/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 548, scss/vendor/_icons.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 549, scss/vendor/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 552, scss/vendor/_icons.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, scss/vendor/_fancybox.scss */
.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;
}

/* line 20, scss/vendor/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, scss/vendor/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #FFF;
  color: #444;
  text-shadow: none;
}

/* line 34, scss/vendor/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, scss/vendor/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 45, scss/vendor/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 49, scss/vendor/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 53, scss/vendor/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 61, scss/vendor/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 67, scss/vendor/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 72, scss/vendor/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/vendor/fancybox/fancybox_sprite.png");
}

/* line 76, scss/vendor/_fancybox.scss */
#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;
}

/* line 88, scss/vendor/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/vendor/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 94, scss/vendor/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 104, scss/vendor/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/vendor/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 116, scss/vendor/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 120, scss/vendor/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 124, scss/vendor/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 135, scss/vendor/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 140, scss/vendor/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 145, scss/vendor/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 149, scss/vendor/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 161, scss/vendor/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 166, scss/vendor/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 170, scss/vendor/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 174, scss/vendor/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 299;
  background: url("../images/vendor/fancybox/fancybox_overlay.png");
}

/* line 184, scss/vendor/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 190, scss/vendor/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 197, scss/vendor/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "DINOT",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 205, scss/vendor/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 209, scss/vendor/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 218, scss/vendor/_fancybox.scss */
.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);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 231, scss/vendor/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 237, scss/vendor/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 241, scss/vendor/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 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) {
  /* line 256, scss/vendor/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/vendor/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 261, scss/vendor/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("../images/vendor/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* line 270, scss/vendor/_fancybox.scss */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

/* line 278, scss/vendor/_fancybox.scss */
#fancybox-thumbs.bottom {
  bottom: 2px;
}

/* line 282, scss/vendor/_fancybox.scss */
#fancybox-thumbs.top {
  top: 2px;
}

/* line 286, scss/vendor/_fancybox.scss */
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 293, scss/vendor/_fancybox.scss */
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

/* line 299, scss/vendor/_fancybox.scss */
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

/* line 305, scss/vendor/_fancybox.scss */
#fancybox-thumbs ul li:hover {
  opacity: 1;
}

/* line 309, scss/vendor/_fancybox.scss */
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

/* line 318, scss/vendor/_fancybox.scss */
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
/* line 5, scss/vendor/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}

/* line 17, scss/vendor/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 660px;
  background: #eeeeee url(modal-gloss.png) no-repeat -200px -80px;
  position: absolute;
  z-index: 101;
  padding: 20px 40px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 35, scss/vendor/_reveal.scss */
.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}

/* line 36, scss/vendor/_reveal.scss */
.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}

/* line 37, scss/vendor/_reveal.scss */
.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}

/* line 38, scss/vendor/_reveal.scss */
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}

/* line 40, scss/vendor/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}

/*
	
NOTES

Close button entity is &#215;

Example markup

<div id="myModal" class="reveal-modal">
	<h2>Awesome. I have it.</h2>
	<p class="lead">Your couch.  I it's mine.</p>
	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
	<a class="close-reveal-modal">&#215;</a>
</div>

*/
/* line 67, scss/vendor/_reveal.scss */
.flashMessage-header {
  *zoom: 1;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
}
/* line 19, scss/base/_mixins.scss */
.flashMessage-header:before, .flashMessage-header:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
.flashMessage-header:after {
  clear: both;
}
/* line 69, scss/vendor/_reveal.scss */
.flashMessage-header img {
  float: left;
  max-width: 180px;
}
/* line 75, scss/vendor/_reveal.scss */
.flashMessage-header .social-menu {
  float: right;
  *zoom: 1;
}
/* line 76, scss/vendor/_reveal.scss */
.flashMessage-header .social-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 19, scss/base/_mixins.scss */
.flashMessage-header .social-menu:before, .flashMessage-header .social-menu:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
.flashMessage-header .social-menu:after {
  clear: both;
}
/* line 81, scss/vendor/_reveal.scss */
.flashMessage-header .social-menu li {
  float: left;
  margin-left: 8px;
}
/* line 84, scss/vendor/_reveal.scss */
.flashMessage-header .social-menu li a {
  color: #aaa;
}
/* line 86, scss/vendor/_reveal.scss */
.flashMessage-header .social-menu li a:hover {
  color: #909090;
}

/* line 93, scss/vendor/_reveal.scss */
.flashMessage-footer {
  *zoom: 1;
  border-top: 1px solid #DFDFDF;
  padding-top: 10px;
  font-size: 11px;
  font-size: 0.6875rem;
}
/* line 19, scss/base/_mixins.scss */
.flashMessage-footer:before, .flashMessage-footer:after {
  content: "";
  display: table;
}
/* line 24, scss/base/_mixins.scss */
.flashMessage-footer:after {
  clear: both;
}
/* line 98, scss/vendor/_reveal.scss */
.flashMessage-footer .row {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
/* line 101, scss/vendor/_reveal.scss */
.flashMessage-footer .row .c4 {
  padding: 0 !important;
}
/* line 105, scss/vendor/_reveal.scss */
.flashMessage-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-size: 0.625rem;
}
/* line 109, scss/vendor/_reveal.scss */
.flashMessage-footer .left, .flashMessage-footer .right {
  font-size: 11px;
  font-size: 0.6875rem;
}
/* line 112, scss/vendor/_reveal.scss */
.flashMessage-footer .left {
  float: left;
}
/* line 115, scss/vendor/_reveal.scss */
.flashMessage-footer .right {
  float: right;
}



.haschildren{
  padding: 50px 0;
  text-align: center;
}
.singleChild{
  text-align: center;
  padding: 40px;
  float: none;
  display: inline-block;
  
}

.innerChild{
 
  border: 2px solid #e4a617;
 -moz-transition: 0.2s;
    transition: 0.2s;
  color: #333;
   padding: 5px;
}

.innerChild a{
   color: #333;
    background: #e4a617;
   text-transform: uppercase;
   font-size: 1.4em;
   display: block;
    padding: 20px;
    -moz-transition: 0.2s;
    transition: 0.2s;
    
}

.innerChild:hover{
  border: 2px solid #333;
}
.innerChild a:hover{
  background: #333;
  color: #e4a617;
}


/* REGISTER PAGE STYLE */
.register-form .c6,.register-form .c3{
  padding:10px 20px;
}
.register-form input{
  padding: 7px !important;
}
#registerSubmit{
  padding: 15px 12px !important;
    font-size: 13px;
    margin-top: 20px;
}
#loginForm {
    max-width: 400px;
    margin: 0 auto;
	margin-top: 20px;
}
#loginForm input[type=text], #loginForm input[type=password]{
	width: 100%;
    background: #f1f1f1 url(../images/login-sprite.png) no-repeat 10px 0;
    padding: 15px 15px 15px 30px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#loginForm #loginEmail, #loginForm #email{
    background-position: 5px -2px !important;
}

#loginForm #loginPassword{
    background-position: 5px -52px !important;
}

#loginForm input:focus{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}
#loginForm #loginSubmit, #loginForm #submit{	
    background-color: #ffb94b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
    background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
    background-image: linear-gradient(top, #fddb6f, #ffb94b);
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
    
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;

    float: left;
    height: 35px;
    padding: 0 25px;
    cursor: pointer;
    font: bold 15px Arial, Helvetica;
    color: #8f5a0a;
}

#loginForm #loginSubmit:hover, #loginForm #loginSubmit:focus,#loginForm #submit:hover,  #loginForm #submit:focus{		
    background-color: #fddb6f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
    background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
    background-image: linear-gradient(top, #ffb94b, #fddb6f);
}	

#loginForm #loginSubmit:active, #loginForm #submit:active{		
    outline: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#loginForm #loginSubmit::-moz-focus-inner, #loginForm #submit::-moz-focus-inner{
  border: none;
}
.login-actions a{
    color: #3151A2;    
    float: right;
    line-height: 35px;
    margin-left: 10px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189);
    background-image: none;
    color: rgb(0, 0, 0);
}
.user-photos {
    margin: 0;
    padding: 0;
    list-style: none;	
}
.user-photos li {
	position: relative;
    display: inline-block;
    width: 65px;
}
.user-photos li:hover .delete-image {
	display: block !important;
	visibility: visible !important;
}
.delete-image img {
    width: 15px;
    position: absolute;
    right: 0;
}

.login-wrap{
	text-align:right;
}
.login-wrap span{
	display: inline-block; 
	color: white; 
	margin: 0 8px;
}
.login-wrap .formError{
	display: block;
	color: red;
}
.login-fields .content-middle2{
	right: 0;
	position: absolute;
	margin-right: 20px;
	padding: 15px 40px;
	z-index: 99;
    background-image: url(../images/login-bg.png);
}
.login-fields {
	display: none;
}
.login-fields input[type=text], .login-fields input[type=password] {
    border: 0;
    border-bottom: 1px solid #000;
    background-color: transparent;
    padding: 4px;
}
.login-fields .user, .login-fields .user1, .login-fields .user2 {
    margin-bottom: 5px;
}
.login-fields a {
    color: #000;
    font-size: 11px;
}
.login-fields .inputButton {
    padding: 6px 14px;
    line-height: 1;
    border: 1px solid #000;
    color: #000;
	background-color: transparent;
    text-transform: uppercase;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.login-fields .inputButton:hover {
    color: #E2E2E2;
	background-color: #000;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.login-btn {
    text-transform: uppercase;
    color: black;
    display: inline-block;
    font-weight: 300;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 5px 3px;
    font-size: 1em;
}
.login-btn:hover {
    color: #e4a617;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.product-categories {
    text-align: center;
    margin-top: 40px;
}
.product-categories .prd-cat-container {
    float: none;
    display: inline-block;
}
.product-categories .product-category {
    position: relative;
}
.product-categories .product-category:after {
    content: '';
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product-categories .product-category:hover:after {
    background-color: rgba(0, 0, 0, .5);
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.product-categories .product-category h5 {
    position: absolute;
    bottom: 5px;
    padding: 9px 11px;
    margin: 0;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    z-index: 1;
}
.empty-square {
    background-color: #F6B94F;
}
.main-product-section {
	margin-top: 80px;
}
#showLangModal h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #383131;
    text-transform: uppercase;
    font-weight: bold;
}
.lang-modal {
    text-align: center;
    margin-bottom: 20px;
}
.lang-modal img {
    display: inline-block;
    width: 65px;
    margin: 0 4px;
}