/*  ==========================================================================
    Vars
    ========================================================================== */
/*  ==========================================================================
    Define all your colors here
    ========================================================================== */
/* line 8, ../sass/vars/_colors.scss */
.bg-dark-blue {
  background-color: #162231;
  color: white;
}

/* line 13, ../sass/vars/_colors.scss */
.bg-darkest-blue {
  background-color: #120c14;
  color: white;
}

/* line 18, ../sass/vars/_colors.scss */
.bg-light {
  background-color: #f2efe9;
  color: #120c14;
}

/* ==========================================================================
   Declare your fonts here
   ========================================================================== */
@font-face {
  font-family: 'Great Vibes';
  src: url("../fonts/GreatVibes-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GreatVibes-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GreatVibes-Regular.woff2") format("woff2"), url("../fonts/GreatVibes-Regular.woff") format("woff"), url("../fonts/GreatVibes-Regular.ttf") format("truetype"), url("../fonts/GreatVibes-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sorts Mill Goudy';
  src: url("../fonts/SortsMillGoudy-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SortsMillGoudy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SortsMillGoudy-Regular.woff2") format("woff2"), url("../fonts/SortsMillGoudy-Regular.woff") format("woff"), url("../fonts/SortsMillGoudy-Regular.ttf") format("truetype"), url("../fonts/SortsMillGoudy-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway Black';
  src: url("../fonts/Raleway-Black.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Raleway-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Black.woff2") format("woff2"), url("../fonts/Raleway-Black.woff") format("woff"), url("../fonts/Raleway-Black.ttf") format("truetype"), url("../fonts/Raleway-Black.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway ExtraBold';
  src: url("../fonts/Raleway-ExtraBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway-ExtraBold.ttf") format("truetype"), url("../fonts/Raleway-ExtraBold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway SemiBold';
  src: url("../fonts/Raleway-SemiBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype"), url("../fonts/Raleway-SemiBold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway Medium';
  src: url("../fonts/Raleway-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway Light';
  src: url("../fonts/Raleway-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Raleway-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway-Light.woff") format("woff"), url("../fonts/Raleway-Light.ttf") format("truetype"), url("../fonts/Raleway-Light.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-feb-2017, 15:19:32
    Author     : Lander
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-feb-2017, 15:20:06
    Author     : Lander
*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/*  ==========================================================================
    HTML5 display definitions
    ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../sass/general/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 30, ../sass/general/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 43, ../sass/general/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../sass/general/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../sass/general/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../sass/general/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/general/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/general/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../sass/general/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../sass/general/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../sass/general/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../sass/general/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../sass/general/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../sass/general/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../sass/general/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../sass/general/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../sass/general/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../sass/general/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 181, ../sass/general/_normalize.scss */
dfn {
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-shadow: inherit;
  cursor: inherit;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 196, ../sass/general/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 206, ../sass/general/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 215, ../sass/general/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 224, ../sass/general/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 237, ../sass/general/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 247, ../sass/general/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 255, ../sass/general/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 265, ../sass/general/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 273, ../sass/general/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 281, ../sass/general/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 285, ../sass/general/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 297, ../sass/general/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 304, ../sass/general/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 312, ../sass/general/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 322, ../sass/general/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
/* line 337, ../sass/general/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 346, ../sass/general/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 358, ../sass/general/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 370, ../sass/general/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 378, ../sass/general/_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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 390, ../sass/general/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
/* line 404, ../sass/general/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 419, ../sass/general/_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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 431, ../sass/general/_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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 446, ../sass/general/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 459, ../sass/general/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 471, ../sass/general/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 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 485, ../sass/general/_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 497, ../sass/general/_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 3+.
 */
/* line 506, ../sass/general/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 517, ../sass/general/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 530, ../sass/general/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*  ==========================================================================
    Base styles: opinionated defaults
    ========================================================================== */
/* line 7, ../sass/general/_reset.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 15, ../sass/general/_reset.scss */
html {
  font-family: "Raleway Medium";
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 27, ../sass/general/_reset.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 32, ../sass/general/_reset.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, ../sass/general/_reset.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 42, ../sass/general/_reset.scss */
a {
  text-decoration: none;
}

/* line 45, ../sass/general/_reset.scss */
a, a:active, a:focus {
  outline: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 53, ../sass/general/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 67, ../sass/general/_reset.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 78, ../sass/general/_reset.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 88, ../sass/general/_reset.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 96, ../sass/general/_reset.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* 	==========================================================================
   	Define all your mixins here
   	========================================================================== */
/* line 2, ../sass/general/_buttons.scss */
.btn-group .btn-holder {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}

/* line 8, ../sass/general/_buttons.scss */
.btn-holder {
  display: block;
}

/* line 11, ../sass/general/_buttons.scss */
.btn {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid white;
  font-family: "Raleway SemiBold";
  font-size: 14px;
  color: white;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 19, ../sass/general/_buttons.scss */
.btn:hover {
  color: #162231;
  background-color: white;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 24, ../sass/general/_buttons.scss */
.btn.btn-full {
  background-color: white;
  color: #162231;
}
/* line 27, ../sass/general/_buttons.scss */
.btn.btn-full:hover {
  color: #162231;
  background-color: transparent;
}
/* line 32, ../sass/general/_buttons.scss */
.btn.btn-yellow {
  color: #CDB380;
  border-color: #CDB380;
  background-color: transparent;
}
/* line 36, ../sass/general/_buttons.scss */
.btn.btn-yellow:hover {
  color: white;
  background-color: #CDB380;
}
/* line 41, ../sass/general/_buttons.scss */
.btn.btn-yellow.btn-full {
  background-color: #CDB380;
  color: white;
}
/* line 44, ../sass/general/_buttons.scss */
.btn.btn-yellow.btn-full:hover {
  background-color: rgba(205, 179, 128, 0.5);
}
/* line 49, ../sass/general/_buttons.scss */
.btn.btn-blue {
  color: #162231;
  border-color: #162231;
}
/* line 52, ../sass/general/_buttons.scss */
.btn.btn-blue:hover {
  color: white;
  background-color: #162231;
}
/* line 57, ../sass/general/_buttons.scss */
.btn.btn-blue.btn-full {
  background-color: #162231;
  color: white;
}
/* line 60, ../sass/general/_buttons.scss */
.btn.btn-blue.btn-full:hover {
  background-color: rgba(22, 34, 49, 0.5);
}
/* line 65, ../sass/general/_buttons.scss */
.btn.append i {
  font-size: 11px;
  padding-left: 10px;
}
/* line 69, ../sass/general/_buttons.scss */
.btn.prepend i {
  font-size: 11px;
  padding-right: 10px;
}

/* 	==========================================================================
   	Define all your mixins here
   	========================================================================== */
/* ==========================================================================
   Declare your fonts here
   ========================================================================== */
@font-face {
  font-family: 'Great Vibes';
  src: url("../fonts/GreatVibes-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/GreatVibes-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GreatVibes-Regular.woff2") format("woff2"), url("../fonts/GreatVibes-Regular.woff") format("woff"), url("../fonts/GreatVibes-Regular.ttf") format("truetype"), url("../fonts/GreatVibes-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sorts Mill Goudy';
  src: url("../fonts/SortsMillGoudy-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/SortsMillGoudy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SortsMillGoudy-Regular.woff2") format("woff2"), url("../fonts/SortsMillGoudy-Regular.woff") format("woff"), url("../fonts/SortsMillGoudy-Regular.ttf") format("truetype"), url("../fonts/SortsMillGoudy-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway Black';
  src: url("../fonts/Raleway-Black.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Raleway-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Black.woff2") format("woff2"), url("../fonts/Raleway-Black.woff") format("woff"), url("../fonts/Raleway-Black.ttf") format("truetype"), url("../fonts/Raleway-Black.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway ExtraBold';
  src: url("../fonts/Raleway-ExtraBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway-ExtraBold.ttf") format("truetype"), url("../fonts/Raleway-ExtraBold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway SemiBold';
  src: url("../fonts/Raleway-SemiBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype"), url("../fonts/Raleway-SemiBold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway Medium';
  src: url("../fonts/Raleway-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Raleway-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway Light';
  src: url("../fonts/Raleway-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Raleway-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway-Light.woff") format("woff"), url("../fonts/Raleway-Light.ttf") format("truetype"), url("../fonts/Raleway-Light.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url("/fonts/icons.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/fonts/icons.woff2") format("woff2"), url("/fonts/icons.woff") format("woff"), url("/fonts/icons.ttf") format("truetype"), url("/fonts/icons.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
/* line 18, ../sass/general/_icons.scss */
i {
  font-family: "icons";
  font-style: normal;
}

/* line 23, ../sass/general/_icons.scss */
.icon-send:before {
  content: "\e910";
}

/* line 26, ../sass/general/_icons.scss */
.icon-check:before {
  content: "\e900";
}

/* line 29, ../sass/general/_icons.scss */
.icon-fb:before {
  content: "\e902";
}

/* line 32, ../sass/general/_icons.scss */
.icon-home:before {
  content: "\e903";
}

/* line 35, ../sass/general/_icons.scss */
.icon-mail:before {
  content: "\e904";
}

/* line 38, ../sass/general/_icons.scss */
.icon-mm:before {
  content: "\e905";
}

/* line 41, ../sass/general/_icons.scss */
.icon-ig:before {
  content: "\e906";
}

/* line 44, ../sass/general/_icons.scss */
.icon-phone:before {
  content: "\e909";
}

/* line 47, ../sass/general/_icons.scss */
.icon-play:before {
  content: "\e90b";
}

/* line 50, ../sass/general/_icons.scss */
.icon-map:before {
  content: "\e948";
}

/* line 53, ../sass/general/_icons.scss */
.icon-search:before {
  content: "\e986";
}

/* line 56, ../sass/general/_icons.scss */
.icon-zoom:before {
  content: "\e987";
}

/* line 59, ../sass/general/_icons.scss */
.icon-trash:before {
  content: "\e9ac";
}

/*arrow*/
/* line 64, ../sass/general/_icons.scss */
.icon-arrow-left-up:before {
  content: "\ea39";
}

/* line 67, ../sass/general/_icons.scss */
.icon-arrow-up:before {
  content: "\ea3a";
}

/* line 70, ../sass/general/_icons.scss */
.icon-arrow-right-up:before {
  content: "\ea3b";
}

/* line 73, ../sass/general/_icons.scss */
.icon-arrow-right:before {
  content: "\ea3c";
}

/* line 76, ../sass/general/_icons.scss */
.icon-arrow-right-down:before {
  content: "\ea3d";
}

/* line 79, ../sass/general/_icons.scss */
.icon-arrow-down:before {
  content: "\ea3e";
}

/* line 82, ../sass/general/_icons.scss */
.icon-arrow-left-down:before {
  content: "\e3af";
}

/* line 85, ../sass/general/_icons.scss */
.icon-arrow-left:before {
  content: "\ea40";
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 10, ../sass/general/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 18, ../sass/general/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 29, ../sass/general/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 38, ../sass/general/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 54, ../sass/general/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 68, ../sass/general/_helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 84, ../sass/general/_helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 90, ../sass/general/_helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 99, ../sass/general/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* line 104, ../sass/general/_helpers.scss */
.nobr {
  white-space: nowrap !important;
}

/* line 108, ../sass/general/_helpers.scss */
.helper {
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
}

/* line 114, ../sass/general/_helpers.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 119, ../sass/general/_helpers.scss */
.inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

/* line 128, ../sass/general/_helpers.scss */
.section-padding {
  padding: 60px 20px;
}

/* line 133, ../sass/general/_helpers.scss */
.compat-object-fit {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
/* line 138, ../sass/general/_helpers.scss */
.compat-object-fit img {
  display: none !important;
}

/* line 142, ../sass/general/_helpers.scss */
.image-holder {
  position: relative;
}
/* line 144, ../sass/general/_helpers.scss */
.image-holder img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
/* line 149, ../sass/general/_helpers.scss */
.image-holder .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
/* line 157, ../sass/general/_helpers.scss */
.image-holder .overlay i {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
/* line 164, ../sass/general/_helpers.scss */
.image-holder .overlay i.icon-play {
  opacity: 0.5;
}
/* line 167, ../sass/general/_helpers.scss */
.image-holder .overlay i:before {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  color: white;
}

/* line 177, ../sass/general/_helpers.scss */
a:hover .image-holder .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
/* line 180, ../sass/general/_helpers.scss */
a:hover .image-holder .overlay i {
  opacity: 1;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

/* line 186, ../sass/general/_helpers.scss */
.controls-holder {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 190, ../sass/general/_helpers.scss */
.controls-holder .image-control {
  float: left;
  height: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
}
/* line 196, ../sass/general/_helpers.scss */
.controls-holder .image-control.image-counter {
  margin-right: 5px;
  padding: 0 15px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: rgba(22, 34, 49, 0.75);
}
/* line 203, ../sass/general/_helpers.scss */
.controls-holder .image-control.zoom-trigger {
  width: 40px;
  font-size: 16px;
  background-color: rgba(205, 179, 128, 0.75);
}

/* line 211, ../sass/general/_helpers.scss */
.paginator-holder {
  padding: 30px 0;
}
/* line 213, ../sass/general/_helpers.scss */
.paginator-holder .paginator {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 218, ../sass/general/_helpers.scss */
.paginator-holder ul > li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
/* line 222, ../sass/general/_helpers.scss */
.paginator-holder ul > li a {
  color: rgba(22, 34, 49, 0.3);
}
/* line 225, ../sass/general/_helpers.scss */
.paginator-holder ul > li.active a, .paginator-holder ul > li a:hover {
  color: #162231;
}

/* line 231, ../sass/general/_helpers.scss */
.sub-sections .section-header {
  border-bottom: 1px solid rgba(18, 12, 20, 0.1);
}

/* line 236, ../sass/general/_helpers.scss */
.main-sections .section-content {
  padding: 80px 0;
}

@media screen and (min-width: 1040px) {
  /* line 242, ../sass/general/_helpers.scss */
  #page-content .split-view {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  /* line 248, ../sass/general/_helpers.scss */
  .main-sections {
    display: inline-block;
    width: -moz-calc((100% - 60px)*0.8);
    width: -webkit-calc((100% - 60px)*0.8);
    width: calc((100% - 60px)*0.8);
  }

  /* line 253, ../sass/general/_helpers.scss */
  .sub-sections {
    display: inline-block;
    width: -moz-calc((100% - 60px)*0.2);
    width: -webkit-calc((100% - 60px)*0.2);
    width: calc((100% - 60px)*0.2);
  }
}
/* ========================================================================== 
   Fancybox overwrites here
   ========================================================================== */
/* line 5, ../sass/general/_plugin_overwrites.scss */
.fancybox-close {
  width: 40px !important;
  height: 40px !important;
  top: -11px !important;
  right: -40px !important;
  background-image: url("/images/vendor/icon_fancybox_close.png") !important;
  -webkit-background-size: 19px auto;
  -moz-background-size: 19px auto;
  -o-background-size: 19px auto;
  background-size: 19px auto;
  background-repeat: no-repeat;
  background-position: center center !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, ../sass/functions/_mixins.scss */
  .fancybox-close {
    background-image: url("/images/vendor/icon_fancybox_close@2x.png") !important;
  }
}

/* line 15, ../sass/general/_plugin_overwrites.scss */
.fancybox-nav {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 17, ../sass/general/_plugin_overwrites.scss */
.fancybox-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 20, ../sass/general/_plugin_overwrites.scss */
.fancybox-nav span {
  width: 19px !important;
  height: 37px !important;
  background-repeat: no-repeat !important;
  visibility: visible !important;
  background-position: center center !important;
}
/* line 27, ../sass/general/_plugin_overwrites.scss */
.fancybox-nav.fancybox-next {
  right: -45px !important;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
/* line 30, ../sass/general/_plugin_overwrites.scss */
.fancybox-nav.fancybox-next span {
  background-image: url("/images/vendor/icon_fancybox_arrow_next.png") !important;
  -webkit-background-size: 19px auto;
  -moz-background-size: 19px auto;
  -o-background-size: 19px auto;
  background-size: 19px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, ../sass/functions/_mixins.scss */
  .fancybox-nav.fancybox-next span {
    background-image: url("/images/vendor/icon_fancybox_arrow_next@2x.png") !important;
  }
}
/* line 33, ../sass/general/_plugin_overwrites.scss */
.fancybox-nav.fancybox-next:hover {
  right: -60px !important;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
/* line 38, ../sass/general/_plugin_overwrites.scss */
.fancybox-nav.fancybox-prev {
  left: -45px !important;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
/* line 41, ../sass/general/_plugin_overwrites.scss */
.fancybox-nav.fancybox-prev span {
  background-image: url("/images/vendor/icon_fancybox_arrow_previous.png") !important;
  -webkit-background-size: 19px auto;
  -moz-background-size: 19px auto;
  -o-background-size: 19px auto;
  background-size: 19px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 123, ../sass/functions/_mixins.scss */
  .fancybox-nav.fancybox-prev span {
    background-image: url("/images/vendor/icon_fancybox_arrow_previous@2x.png") !important;
  }
}
/* line 44, ../sass/general/_plugin_overwrites.scss */
.fancybox-nav.fancybox-prev:hover {
  left: -60px !important;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

/* line 51, ../sass/general/_plugin_overwrites.scss */
.fancybox-skin {
  border-radius: 0px;
  padding: 0px !important;
}

/* line 55, ../sass/general/_plugin_overwrites.scss */
.fancybox-overlay {
  background: url("/images/vendor/fancybox_overlay.png") !important;
}

/* line 59, ../sass/general/_plugin_overwrites.scss */
.zoomContainer {
  z-index: 8039;
}

/* line 62, ../sass/general/_plugin_overwrites.scss */
.zoomLens {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  cursor: url("/images/icon_plus.png") 4 4, auto;
}

/* line 66, ../sass/general/_plugin_overwrites.scss */
.fancybox-inner form, .fancybox-inner .form-message {
  padding: 40px;
}

/* line 1, ../sass/general/_tables.scss */
table {
  width: 100%;
}
/* line 4, ../sass/general/_tables.scss */
table thead td {
  font-family: "Raleway ExtraBold";
}
/* line 8, ../sass/general/_tables.scss */
table td {
  padding: 20px 10px;
  vertical-align: top !important;
  border: 1px solid rgba(22, 34, 49, 0.1);
}

/* line 2, ../sass/general/_page_titles.scss */
header .page-title-holder {
  position: relative;
}
/* line 4, ../sass/general/_page_titles.scss */
header .page-title-holder .page-title {
  color: #120c14;
  font-size: 30px;
  font-family: "Sorts Mill Goudy";
  margin: 0;
}

/* line 12, ../sass/general/_page_titles.scss */
.sub-sections .section-title {
  margin-top: 0;
}

@media screen and (min-width: 1040px) {
  /* line 18, ../sass/general/_page_titles.scss */
  .section-header .page-title-holder .page-title {
    font-size: 40px;
  }
}
/*==========================================================================
    Header
  ========================================================================== */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, ../sass/mobile/hamburger/_base.scss */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
/* line 21, ../sass/mobile/hamburger/_base.scss */
.hamburger:hover {
  opacity: 0.7;
}

/* line 31, ../sass/mobile/hamburger/_base.scss */
.hamburger-box {
  width: 15px;
  height: 12px;
  display: inline-block;
  position: relative;
}

/* line 38, ../sass/mobile/hamburger/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
/* line 43, ../sass/mobile/hamburger/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 15px;
  height: 2px;
  background-color: white;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
/* line 56, ../sass/mobile/hamburger/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
/* line 62, ../sass/mobile/hamburger/_base.scss */
.hamburger-inner::before {
  top: -5px;
}
/* line 66, ../sass/mobile/hamburger/_base.scss */
.hamburger-inner::after {
  bottom: -5px;
}

/*
 * 3DX
 */
/* line 6, ../sass/mobile/hamburger/types/_3dx.scss */
.hamburger--3dx .hamburger-box {
  perspective: 30px;
}
/* line 10, ../sass/mobile/hamburger/types/_3dx.scss */
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 14, ../sass/mobile/hamburger/types/_3dx.scss */
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
/* line 21, ../sass/mobile/hamburger/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
/* line 25, ../sass/mobile/hamburger/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 5px, 0) rotate(45deg);
}
/* line 29, ../sass/mobile/hamburger/types/_3dx.scss */
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

/* line 1, ../sass/mobile/_sidr.scss */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999998;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #162231;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 65px;
}
/* line 15, ../sass/mobile/_sidr.scss */
.sidr .mobile-menu-trigger {
  position: absolute;
  top: 0;
  display: block;
  padding: 24.5px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-family: "Raleway Medium";
}
/* line 24, ../sass/mobile/_sidr.scss */
.sidr .mobile-menu-trigger .hamburger-text {
  display: none;
}
/* line 27, ../sass/mobile/_sidr.scss */
.sidr .mobile-menu-trigger .hamburger-close-text {
  padding-left: 10px;
}
/* line 31, ../sass/mobile/_sidr.scss */
.sidr .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
/* line 33, ../sass/mobile/_sidr.scss */
.sidr .nav-item .nav-link {
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
}
/* line 40, ../sass/mobile/_sidr.scss */
.sidr .nav-item.active .nav-link, .sidr .nav-item .nav-link:hover {
  color: #CDB380;
}
/* line 44, ../sass/mobile/_sidr.scss */
.sidr .languages-list {
  margin-top: 40px;
  text-align: center;
}
/* line 48, ../sass/mobile/_sidr.scss */
.sidr #search-form-trigger {
  display: none;
}
/* line 51, ../sass/mobile/_sidr.scss */
.sidr .search-form {
  padding: 20px;
}
/* line 53, ../sass/mobile/_sidr.scss */
.sidr .search-form .input-holder {
  display: block;
  float: left;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
/* line 57, ../sass/mobile/_sidr.scss */
.sidr .search-form .input-holder .input-text {
  height: 30px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: none;
  box-sizing: border-box;
  color: white;
}
/* line 67, ../sass/mobile/_sidr.scss */
.sidr .search-form .submit-holder {
  display: block;
  float: left;
  width: 30px;
}
/* line 71, ../sass/mobile/_sidr.scss */
.sidr .search-form .submit-holder button {
  height: 30px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left: none;
  box-sizing: border-box;
  color: white;
  font-size: 12px;
}
/* line 83, ../sass/mobile/_sidr.scss */
.sidr.right {
  left: auto;
  right: -260px;
}

/* line 12, ../sass/general/_header.scss */
.sidebar, #sidr-menu-trigger {
  display: none;
}

/* line 16, ../sass/general/_header.scss */
.main-header .navigation-holder, .main-header .company-name {
  display: none;
}

/* line 20, ../sass/general/_header.scss */
#floating-nav {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
  background-color: #FFF;
}
/* line 28, ../sass/general/_header.scss */
#floating-nav .logo-company {
  float: left;
}
/* line 31, ../sass/general/_header.scss */
#floating-nav .logo-holder {
  display: inline-block;
  margin-right: 15px;
  padding: 10px;
}
/* line 35, ../sass/general/_header.scss */
#floating-nav .logo-holder img {
  max-height: 45px;
}
/* line 39, ../sass/general/_header.scss */
#floating-nav .company-name, #floating-nav .navigation-list, #floating-nav .languages-list, #floating-nav #search-form-holder {
  display: none;
}
/* line 42, ../sass/general/_header.scss */
#floating-nav .search-form {
  float: right;
  height: 65px;
  padding: 0 20px;
}
/* line 46, ../sass/general/_header.scss */
#floating-nav .search-form #search-form-trigger {
  position: relative;
  display: block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #162231;
}
/* line 55, ../sass/general/_header.scss */
#floating-nav .hamburger-holder {
  position: relative;
  float: right;
  height: 65px;
  padding: 0 20px;
  background-color: #162231;
  color: white;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
/* line 62, ../sass/general/_header.scss */
#floating-nav .hamburger-holder .mobile-menu-trigger {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 68, ../sass/general/_header.scss */
#floating-nav .hamburger-holder span[class$="text"] {
  display: none;
}
/* line 71, ../sass/general/_header.scss */
#floating-nav .hamburger-holder .hamburger {
  position: relative;
  z-index: 102;
}

/* line 77, ../sass/general/_header.scss */
.languages-list {
  font-size: 0;
}
/* line 79, ../sass/general/_header.scss */
.languages-list .lang-item {
  display: inline-block;
}
/* line 81, ../sass/general/_header.scss */
.languages-list .lang-item:nth-child(n+2) {
  margin-left: 3px;
}
/* line 85, ../sass/general/_header.scss */
.languages-list .lang-link {
  position: relative;
  display: block;
  padding: 5px;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Raleway SemiBold";
}
/* line 93, ../sass/general/_header.scss */
.languages-list .lang-link .text {
  position: relative;
  z-index: 2;
}
/* line 97, ../sass/general/_header.scss */
.languages-list .lang-link:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background-color: #CDB380;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 110, ../sass/general/_header.scss */
.languages-list .active .lang-link:after, .languages-list .lang-link:hover:after {
  height: 100%;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 116, ../sass/general/_header.scss */
.page-header {
  position: relative;
  padding-top: 65px;
}
/* line 119, ../sass/general/_header.scss */
.page-header .page-title-holder {
  position: absolute;
  z-index: 5;
  top: 70%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  padding-left: 20px;
  text-shadow: 2px 2px 2px rgba(51, 59, 68, 0.6);
}
/* line 127, ../sass/general/_header.scss */
.page-header .page-title-holder .page-title {
  color: white;
  font-size: 24px;
  font-family: "Sorts Mill Goudy";
  margin: 0;
}
/* line 133, ../sass/general/_header.scss */
.page-header .page-title-holder .page-subtitle {
  text-align: center;
  color: #CDB380;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Raleway SemiBold";
}
/* line 141, ../sass/general/_header.scss */
.page-header .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 12, 20, 0.3);
}

@media screen and (min-width: 400px) {
  /* line 153, ../sass/general/_header.scss */
  #floating-nav .company-name {
    position: relative;
    top: 4px;
    display: inline-block;
    font-family: "Great Vibes";
    font-size: 26px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 500px) {
  /* line 166, ../sass/general/_header.scss */
  .page-header .page-title-holder .page-title {
    font-size: 30px;
  }
  /* line 169, ../sass/general/_header.scss */
  .page-header .page-title-holder .page-subtitle {
    font-size: 14px;
  }
}
@media screen and (min-width: 700px) {
  /* line 176, ../sass/general/_header.scss */
  .page-header {
    position: relative;
  }

  /* line 179, ../sass/general/_header.scss */
  .sidebar {
    position: absolute;
    z-index: 4;
    display: block;
    min-width: 100px;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    background-color: rgba(22, 34, 49, 0.4);
  }
  /* line 189, ../sass/general/_header.scss */
  .sidebar .sidebar-content {
    height: 100%;
  }
  /* line 191, ../sass/general/_header.scss */
  .sidebar .sidebar-content .logo-holder {
    display: none;
  }
  /* line 194, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list {
    position: relative;
    z-index: 2;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 200, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list {
    display: block;
    list-style: none;
  }
  /* line 203, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list .dog-list-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }
  /* line 208, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list .dog-link {
    display: block;
    width: 100%;
    position: relative;
  }
  /* line 213, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list .details {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-family: "Sorts Mill Goudy";
    font-size: 20px;
    opacity: 0.30;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 222, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list .details .dog-nickname {
    font-size: 12px;
    text-transform: uppercase;
  }
  /* line 227, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list .image-holder {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: -80px;
    height: 60px;
    width: 80px;
    border: 3px solid transparent;
  }
  /* line 235, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list .image-holder img {
    position: absolute;
    left: -90px;
    border-radius: 50%;
    width: 60px;
    height: auto;
    border: 3px solid #CDB380;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 247, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list .dog-link:hover .details, .sidebar .sidebar-content .dog-pagination-list .active .dog-link .details {
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* line 252, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list .dog-link:hover .image-holder img, .sidebar .sidebar-content .dog-pagination-list .active .dog-link .image-holder img {
    left: 20px;
    -moz-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
}
@media screen and (min-width: 1040px) {
  /* line 262, ../sass/general/_header.scss */
  .main-header {
    /*
    .navigation-holder {
        position: absolute;
        z-index: 5;
        right: 20px;
        display: block;
        text-align: right;
        @include text-shadow(2px 2px 2px rgba($text-color, 0.6));
        .main-navigation {
            @include display-flex;
            @include align-items(center);
        }
    }
    .navigation-list {
        display: inline-block;
        margin-right: 30px;
    }
    .languages-list {
        display: inline-block;
    }
    .hamburger-holder {
        display: none;
    }
    .navigation-list {
        .nav-item {
            position: relative;
            display: block;
            float: left;
            padding-top: 4px;
        }
        .nav-link {
            display: block;
            padding: 0 15px;
            line-height: 95px;
            font-size: 12px;
            font-family: $font-semibold;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: white;
            @include single-transition(color, 0.30s, ease);
            &:after {
                content: ' ';
                position: absolute;
                top: 0;
                left: 0;
                height: 4px;
                width: 100%;
                background-color: $yellow;
                opacity: 0;
                @include single-transition(opacity, 0.30s, ease);
            }
        }
        .nav-link:hover, .active .nav-link {
            color:  $yellow;
            @include single-transition(color, 0.30s, ease);
            &:after {
                opacity: 1;
                @include single-transition(opacity, 0.30s, ease);
            }
        }
    }*/
  }
  /* line 263, ../sass/general/_header.scss */
  .main-header .page-header {
    padding-top: 0;
  }
  /* line 266, ../sass/general/_header.scss */
  .main-header .page-header .header-slider .item {
    width: 100vw;
    height: 100vh;
  }
  /* line 272, ../sass/general/_header.scss */
  .main-header .page-header .image-holder img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  /* line 280, ../sass/general/_header.scss */
  .main-header .page-title-holder {
    position: absolute;
    z-index: 5;
    top: 70%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25%;
    text-align: center;
  }
  /* line 287, ../sass/general/_header.scss */
  .main-header .page-title-holder .page-title {
    color: white;
    font-size: 50px;
    font-family: "Sorts Mill Goudy";
    margin: 0;
  }
  /* line 293, ../sass/general/_header.scss */
  .main-header .page-title-holder .page-subtitle {
    color: #CDB380;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Raleway SemiBold";
  }
  /* line 300, ../sass/general/_header.scss */
  .main-header .navigation-holder {
    display: block;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
  }
  /* line 303, ../sass/general/_header.scss */
  .main-header .navigation-holder .nav-languages {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 308, ../sass/general/_header.scss */
  .main-header .navigation-holder .logo-holder {
    display: inline-block;
    margin-right: 20px;
  }
  /* line 311, ../sass/general/_header.scss */
  .main-header .navigation-holder .logo-holder img {
    max-height: 55px;
  }
  /* line 315, ../sass/general/_header.scss */
  .main-header .navigation-holder .company-name {
    display: none;
  }
  /* line 318, ../sass/general/_header.scss */
  .main-header .navigation-holder .navigation-list {
    display: inline-block;
  }
  /* line 321, ../sass/general/_header.scss */
  .main-header .navigation-holder .nav-item {
    display: inline-block;
    font-size: 0;
  }
  /* line 325, ../sass/general/_header.scss */
  .main-header .navigation-holder .nav-link {
    position: relative;
    display: block;
    height: 100%;
    padding: 30px 15px;
    color: #333b44;
    font-size: 12px;
    font-family: "Raleway ExtraBold";
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  /* line 335, ../sass/general/_header.scss */
  .main-header .navigation-holder .nav-link:after {
    content: '';
    position: absolute;
    z-index: 6;
    top: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #CDB380;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  /* line 347, ../sass/general/_header.scss */
  .main-header .navigation-holder .active .nav-link, .main-header .navigation-holder .nav-link:hover {
    color: #CDB380;
  }
  /* line 349, ../sass/general/_header.scss */
  .main-header .navigation-holder .active .nav-link:after, .main-header .navigation-holder .nav-link:hover:after {
    height: 3px;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  /* line 354, ../sass/general/_header.scss */
  .main-header .navigation-holder .hamburger-holder {
    display: none;
  }
  /* line 358, ../sass/general/_header.scss */
  .main-header .navigation-holder.bg-transparent {
    position: absolute;
    z-index: 5;
    right: 20px;
    display: block;
    text-align: right;
    -moz-box-shadow: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    text-shadow: 2px 2px 2px rgba(51, 59, 68, 0.6);
  }
  /* line 366, ../sass/general/_header.scss */
  .main-header .navigation-holder.bg-transparent .main-navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 370, ../sass/general/_header.scss */
  .main-header .navigation-holder.bg-transparent .logo-company {
    display: none;
  }
  /* line 374, ../sass/general/_header.scss */
  .main-header .navigation-holder.bg-transparent .navigation-list .nav-item {
    position: relative;
    display: block;
    float: left;
    padding-top: 4px;
  }
  /* line 380, ../sass/general/_header.scss */
  .main-header .navigation-holder.bg-transparent .navigation-list .nav-link {
    position: unset;
    padding: 0 15px;
    line-height: 95px;
    font-size: 12px;
    font-family: "Raleway ExtraBold";
    color: white;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  /* line 388, ../sass/general/_header.scss */
  .main-header .navigation-holder.bg-transparent .navigation-list .nav-link:after {
    top: 0;
    left: 0;
    height: 4px;
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  /* line 396, ../sass/general/_header.scss */
  .main-header .navigation-holder.bg-transparent .navigation-list .nav-link:hover, .main-header .navigation-holder.bg-transparent .navigation-list .active .nav-link {
    color: #CDB380;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  /* line 399, ../sass/general/_header.scss */
  .main-header .navigation-holder.bg-transparent .navigation-list .nav-link:hover:after, .main-header .navigation-holder.bg-transparent .navigation-list .active .nav-link:after {
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  /* line 470, ../sass/general/_header.scss */
  .search-form #search-form-trigger {
    display: block;
    margin-right: 40px;
    color: white;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  /* line 475, ../sass/general/_header.scss */
  .search-form #search-form-trigger:hover {
    color: #CDB380;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  /* line 480, ../sass/general/_header.scss */
  .search-form #search-form-holder {
    display: none;
  }

  /* line 486, ../sass/general/_header.scss */
  .sidebar .sidebar-content .logo-holder {
    position: relative;
    z-index: 2;
    top: 20px;
    display: block;
  }
  /* line 493, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list .details {
    font-size: 26px;
  }
  /* line 495, ../sass/general/_header.scss */
  .sidebar .sidebar-content .dog-pagination-list .details .dog-nickname {
    font-size: 12px;
  }
  /* line 501, ../sass/general/_header.scss */
  .sidebar .logo-holder img {
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* line 507, ../sass/general/_header.scss */
  #floating-nav {
    position: fixed;
    z-index: 5;
    top: -200px;
    left: 0;
    right: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 5px;
    background-color: #FFF;
    -moz-transition: -moz-transform, 0.4s ease;
    -o-transition: -o-transform, 0.4s ease;
    -webkit-transition: -webkit-transform, 0.4s ease;
    transition: transform 0.4s ease;
  }
  /* line 517, ../sass/general/_header.scss */
  #floating-nav.slide-in {
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
  }
  /* line 521, ../sass/general/_header.scss */
  #floating-nav .floating-nav-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 526, ../sass/general/_header.scss */
  #floating-nav .logo-holder {
    display: inline-block;
    margin-right: 20px;
  }
  /* line 529, ../sass/general/_header.scss */
  #floating-nav .logo-holder img {
    max-height: 55px;
  }
  /* line 534, ../sass/general/_header.scss */
  #floating-nav .floating-nav-inner .company-name {
    display: none;
  }
  /* line 538, ../sass/general/_header.scss */
  #floating-nav .navigation-list {
    display: inline-block;
  }
  /* line 541, ../sass/general/_header.scss */
  #floating-nav .nav-item {
    display: inline-block;
    font-size: 0;
  }
  /* line 545, ../sass/general/_header.scss */
  #floating-nav .nav-link {
    position: relative;
    display: block;
    height: 100%;
    padding: 30px 15px;
    color: #333b44;
    font-size: 12px;
    font-family: "Raleway ExtraBold";
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  /* line 555, ../sass/general/_header.scss */
  #floating-nav .nav-link:after {
    content: '';
    position: absolute;
    z-index: 6;
    top: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #CDB380;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  /* line 567, ../sass/general/_header.scss */
  #floating-nav .active .nav-link, #floating-nav .nav-link:hover {
    color: #CDB380;
  }
  /* line 569, ../sass/general/_header.scss */
  #floating-nav .active .nav-link:after, #floating-nav .nav-link:hover:after {
    height: 3px;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
  }
  /* line 574, ../sass/general/_header.scss */
  #floating-nav .hamburger-holder {
    display: none;
  }

  /* line 578, ../sass/general/_header.scss */
  .slide-in-animation {
    -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
    -webkit-transform: translateY(400px);
    transform: translateY(400px);
    opacity: 0;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
  }

  /* line 584, ../sass/general/_header.scss */
  .header-pushed .slide-in-animation {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
  }

  /* line 591, ../sass/general/_header.scss */
  .intro-effect-push:not(.notrans) .header-holder {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }

  /* line 598, ../sass/general/_header.scss */
  .intro-effect-push:not(.notrans) .header-holder {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
  }

  /* line 605, ../sass/general/_header.scss */
  .intro-effect-push .header-holder {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100vh;
  }

  /* line 612, ../sass/general/_header.scss */
  .intro-effect-push.modify .header-holder {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  /* line 617, ../sass/general/_header.scss */
  #scroll-handler {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    width: 100%;
  }

  /* line 623, ../sass/general/_header.scss */
  .scroll-downs {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
  }

  /* line 635, ../sass/general/_header.scss */
  .mousey {
    width: 3px;
    padding: 5px 10px;
    height: 25px;
    border: 3px solid #fff;
    border-radius: 15px;
    opacity: 0.75;
  }

  /* line 643, ../sass/general/_header.scss */
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
  }

  @keyframes scroll {
    0% {
      opacity: 0;
    }
    10% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(15px);
      opacity: 0;
    }
  }
}
@media screen and (min-width: 1300px) {
  /* line 662, ../sass/general/_header.scss */
  .main-header .navigation-holder .company-name {
    position: relative;
    top: 4px;
    display: inline-block;
    font-size: 30px;
    letter-spacing: 1px;
    color: #120c14;
    font-family: "Great Vibes";
  }

  /* line 674, ../sass/general/_header.scss */
  .main-header.has-sidebar .company-name {
    position: absolute;
    z-index: 3;
    display: block;
    margin-left: 150px;
    padding-top: 25px;
    font-size: 35px;
    letter-spacing: 1px;
    color: white;
    font-family: "Great Vibes";
    text-shadow: 2px 2px 2px rgba(51, 59, 68, 0.6);
  }

  /* line 689, ../sass/general/_header.scss */
  #floating-nav .floating-nav-inner .company-name {
    display: inline-block;
  }
}
/*fallback for IE browsers*/
/* line 698, ../sass/general/_header.scss */
.ie-browser .main-header {
  position: relative !important;
  height: 100vh;
}
/* line 702, ../sass/general/_header.scss */
.ie-browser .slide-in-animation {
  opacity: 1 !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

/*==========================================================================
    Body
  ========================================================================== */
/*  ==========================================================================
    Breadcrumb stuff
    ========================================================================== */
/* line 5, ../sass/general/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  margin: 80px 0 60px 0;
}
/* line 8, ../sass/general/_breadcrumbs.scss */
.breadcrumbs > li {
  display: inline-block;
  text-transform: uppercase;
  color: #162231;
  font-family: "Raleway SemiBold";
  font-size: 12px;
}
/* line 15, ../sass/general/_breadcrumbs.scss */
.breadcrumbs > li:first-child a:after {
  content: "\e903";
  display: inline-block;
  padding: 0 5px;
  font-family: "icons";
}
/* line 22, ../sass/general/_breadcrumbs.scss */
.breadcrumbs > li a {
  color: rgba(22, 34, 49, 0.4);
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 26, ../sass/general/_breadcrumbs.scss */
.breadcrumbs > li:hover a {
  color: #162231;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 30, ../sass/general/_breadcrumbs.scss */
.breadcrumbs > li:last-child:after {
  content: '';
}
/* line 33, ../sass/general/_breadcrumbs.scss */
.breadcrumbs > li:after {
  content: "\e901";
  display: inline-block;
  padding: 0 5px;
  color: rgba(22, 34, 49, 0.4);
  font-family: "icons";
  font-size: 9px;
}

@media screen and (min-width: 1040px) {
  /* line 44, ../sass/general/_breadcrumbs.scss */
  .breadcrumbs {
    margin-top: 15px;
  }
}
/* line 40, ../sass/blog_view.scss */
.categories-list {
  display: block;
  padding: 40px 0;
  list-style: none;
}
/* line 44, ../sass/blog_view.scss */
.categories-list .category-link-holder {
  position: relative;
  padding: 5px 0;
}
/* line 48, ../sass/blog_view.scss */
.categories-list .category-link {
  text-transform: uppercase;
  font-family: "Raleway SemiBold";
  font-size: 12px;
  color: rgba(18, 12, 20, 0.3);
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(18, 12, 20, 0.1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 57, ../sass/blog_view.scss */
.categories-list .active .category-link, .categories-list .category-link:hover {
  color: #120c14;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-color: transparent;
}

/* line 64, ../sass/blog_view.scss */
.date {
  color: #bfb9b0;
  font-family: "Raleway SemiBold";
  font-size: 12px;
  text-transform: uppercase;
}

/* line 70, ../sass/blog_view.scss */
.summary {
  margin: 20px 0;
  font-family: "Raleway ExtraBold";
}

/* line 74, ../sass/blog_view.scss */
.image-gallery {
  margin-bottom: 40px;
}

/*==========================================================================
    Footer
  ========================================================================== */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-feb-2017, 15:14:35
    Author     : Lander
*/
/* line 12, ../sass/general/_footer.scss */
.main-footer {
  padding: 60px 20px;
}
/* line 14, ../sass/general/_footer.scss */
.main-footer .footer-columns {
  display: block;
  list-style: none;
}
/* line 17, ../sass/general/_footer.scss */
.main-footer .footer-columns .footer-column {
  position: relative;
  padding-bottom: 90px;
  font-size: 14px;
}
/* line 21, ../sass/general/_footer.scss */
.main-footer .footer-columns .footer-column address {
  font-style: normal;
}
/* line 24, ../sass/general/_footer.scss */
.main-footer .footer-columns .footer-column:after {
  content: '';
  position: absolute;
  bottom: 30px;
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
}
/* line 34, ../sass/general/_footer.scss */
.main-footer .footer-columns .address-column {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
/* line 37, ../sass/general/_footer.scss */
.main-footer .footer-columns .address-column .contact-type {
  font-family: "Raleway ExtraBold";
  font-size: 11px;
  text-transform: uppercase;
}
/* line 42, ../sass/general/_footer.scss */
.main-footer .footer-columns .address-column .column-icon {
  width: 50px;
  font-size: 24px;
}
/* line 48, ../sass/general/_footer.scss */
.main-footer .column-title {
  font-family: "Raleway SemiBold";
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 53, ../sass/general/_footer.scss */
.main-footer ul {
  display: block;
  list-style: none;
}
/* line 56, ../sass/general/_footer.scss */
.main-footer ul li {
  display: block;
  margin-bottom: 5px;
}
/* line 61, ../sass/general/_footer.scss */
.main-footer .text-link {
  position: relative;
  display: inline-block;
  color: white;
}
/* line 65, ../sass/general/_footer.scss */
.main-footer .text-link:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: white;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
/* line 76, ../sass/general/_footer.scss */
.main-footer .text-link:hover:after {
  width: 100%;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

/* line 84, ../sass/general/_footer.scss */
.sub-footer .sub-footer-holder {
  padding: 10px 20px;
  text-align: center;
}
/* line 88, ../sass/general/_footer.scss */
.sub-footer .copyright {
  font-family: "Raleway ExtraBold";
  font-size: 12px;
  text-transform: uppercase;
}
/* line 94, ../sass/general/_footer.scss */
.sub-footer .legal-links .text-link {
  position: relative;
  display: inline-block;
  color: #333b44;
  font-family: "Raleway Medium";
  font-size: 12px;
  text-transform: uppercase;
}
/* line 101, ../sass/general/_footer.scss */
.sub-footer .legal-links .text-link:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #333b44;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
/* line 112, ../sass/general/_footer.scss */
.sub-footer .legal-links .text-link:hover:after {
  width: 100%;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
/* line 118, ../sass/general/_footer.scss */
.sub-footer .social-links {
  margin: 10px;
}
/* line 120, ../sass/general/_footer.scss */
.sub-footer .social-links .text-dark-blue {
  font-size: 20px;
  line-height: 1em;
  color: #120c14;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 125, ../sass/general/_footer.scss */
.sub-footer .social-links .text-dark-blue:hover {
  color: #CDB380;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 129, ../sass/general/_footer.scss */
.sub-footer .social-links .text-dark-blue:last-child {
  margin-left: 10px;
}
/* line 134, ../sass/general/_footer.scss */
.sub-footer .mandel-media .text-dark-blue {
  font-size: 50px;
  line-height: 1em;
  color: #120c14;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
/* line 139, ../sass/general/_footer.scss */
.sub-footer .mandel-media .text-dark-blue:hover {
  color: #CDB380;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 450px) {
  /* line 148, ../sass/general/_footer.scss */
  .main-footer .footer-columns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 153, ../sass/general/_footer.scss */
  .main-footer .footer-columns .footer-column {
    width: -moz-calc((100% - 20px) / 2);
    width: -webkit-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
  }

  /* line 160, ../sass/general/_footer.scss */
  .sub-footer .sub-footer-holder {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
  /* line 167, ../sass/general/_footer.scss */
  .sub-footer .copyright {
    width: 50%;
  }
  /* line 170, ../sass/general/_footer.scss */
  .sub-footer .legal-links {
    width: 50%;
    text-align: right;
  }
  /* line 174, ../sass/general/_footer.scss */
  .sub-footer .mandel-media {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 800px) {
  /* line 183, ../sass/general/_footer.scss */
  .main-footer .footer-columns .footer-column {
    width: -moz-calc((100% - 60px) / 4);
    width: -webkit-calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
  }
  /* line 185, ../sass/general/_footer.scss */
  .main-footer .footer-columns .footer-column:after {
    display: none;
  }

  /* line 193, ../sass/general/_footer.scss */
  .sub-footer .copyright {
    width: auto;
  }
  /* line 196, ../sass/general/_footer.scss */
  .sub-footer .legal-links {
    width: auto;
  }
  /* line 199, ../sass/general/_footer.scss */
  .sub-footer .mandel-media {
    width: auto;
  }
}
/* line 208, ../sass/general/_footer.scss */
#loader-wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #162231;
  opacity: 1;
}
/* line 217, ../sass/general/_footer.scss */
#loader-wrapper #loader {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: 100%;
}
/* line 222, ../sass/general/_footer.scss */
#loader-wrapper #loader .logo-holder {
  position: relative;
  height: 180px;
  width: 180px;
  text-align: center;
}
/* line 227, ../sass/general/_footer.scss */
#loader-wrapper #loader .logo-holder img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
}
/* line 234, ../sass/general/_footer.scss */
#loader-wrapper #loader #loader-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 241, ../sass/general/_footer.scss */
#loader-wrapper #loader .progress-trail {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border: 1.5px solid rgba(205, 179, 128, 0.3);
  border-radius: 50%;
}

/* line 253, ../sass/general/_footer.scss */
.loaded #loader-wrapper {
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
/* line 257, ../sass/general/_footer.scss */
.loaded #loader-wrapper .logo-holder {
  height: 210px !important;
  width: 210px !important;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
/* line 261, ../sass/general/_footer.scss */
.loaded #loader-wrapper .logo-holder img {
  width: 150px !important;
  -moz-transition: width 0.6s ease-out;
  -o-transition: width 0.6s ease-out;
  -webkit-transition: width 0.6s ease-out;
  transition: width 0.6s ease-out;
}

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

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/img/vendor/fancybox_sprite.png');
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/vendor/fancybox_loading.gif') center center no-repeat;
}

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

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 999998;
	background: url('/img/vendor/fancybox_overlay.png');
}

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

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

/* Title helper */

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

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

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

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

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

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

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