@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
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.
 */
[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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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).
 */
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.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************

Stylesheet: Typography

******************************************************************/
/******************************************************************

Stylesheet: Sass Functions

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
PLACEHOLDER
*********************/
/*********************
NO SELECTION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
BOX SHADOW
*********************/
/*********************
RATIO
*********************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Linearicons";
  src: url("../fonts/Linearicons-Free.eot?w118d");
  src: url("../fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("../fonts/Linearicons-Free.woff2?w118d") format("woff2"), url("../fonts/Linearicons-Free.woff?w118d") format("woff"), url("../fonts/Linearicons-Free.ttf?w118d") format("truetype"), url("../fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lnr {
  font-family: "Linearicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
  content: "";
}

.lnr-apartment:before {
  content: "";
}

.lnr-pencil:before {
  content: "";
}

.lnr-magic-wand:before {
  content: "";
}

.lnr-drop:before {
  content: "";
}

.lnr-lighter:before {
  content: "";
}

.lnr-poop:before {
  content: "";
}

.lnr-sun:before {
  content: "";
}

.lnr-moon:before {
  content: "";
}

.lnr-cloud:before {
  content: "";
}

.lnr-cloud-upload:before {
  content: "";
}

.lnr-cloud-download:before {
  content: "";
}

.lnr-cloud-sync:before {
  content: "";
}

.lnr-cloud-check:before {
  content: "";
}

.lnr-database:before {
  content: "";
}

.lnr-lock:before {
  content: "";
}

.lnr-cog:before {
  content: "";
}

.lnr-trash:before {
  content: "";
}

.lnr-dice:before {
  content: "";
}

.lnr-heart:before {
  content: "";
}

.lnr-star:before {
  content: "";
}

.lnr-star-half:before {
  content: "";
}

.lnr-star-empty:before {
  content: "";
}

.lnr-flag:before {
  content: "";
}

.lnr-envelope:before {
  content: "";
}

.lnr-paperclip:before {
  content: "";
}

.lnr-inbox:before {
  content: "";
}

.lnr-eye:before {
  content: "";
}

.lnr-printer:before {
  content: "";
}

.lnr-file-empty:before {
  content: "";
}

.lnr-file-add:before {
  content: "";
}

.lnr-enter:before {
  content: "";
}

.lnr-exit:before {
  content: "";
}

.lnr-graduation-hat:before {
  content: "";
}

.lnr-license:before {
  content: "";
}

.lnr-music-note:before {
  content: "";
}

.lnr-film-play:before {
  content: "";
}

.lnr-camera-video:before {
  content: "";
}

.lnr-camera:before {
  content: "";
}

.lnr-picture:before {
  content: "";
}

.lnr-book:before {
  content: "";
}

.lnr-bookmark:before {
  content: "";
}

.lnr-user:before {
  content: "";
}

.lnr-users:before {
  content: "";
}

.lnr-shirt:before {
  content: "";
}

.lnr-store:before {
  content: "";
}

.lnr-cart:before {
  content: "";
}

.lnr-tag:before {
  content: "";
}

.lnr-phone-handset:before {
  content: "";
}

.lnr-phone:before {
  content: "";
}

.lnr-pushpin:before {
  content: "";
}

.lnr-map-marker:before {
  content: "";
}

.lnr-map:before {
  content: "";
}

.lnr-location:before {
  content: "";
}

.lnr-calendar-full:before {
  content: "";
}

.lnr-keyboard:before {
  content: "";
}

.lnr-spell-check:before {
  content: "";
}

.lnr-screen:before {
  content: "";
}

.lnr-smartphone:before {
  content: "";
}

.lnr-tablet:before {
  content: "";
}

.lnr-laptop:before {
  content: "";
}

.lnr-laptop-phone:before {
  content: "";
}

.lnr-power-switch:before {
  content: "";
}

.lnr-bubble:before {
  content: "";
}

.lnr-heart-pulse:before {
  content: "";
}

.lnr-construction:before {
  content: "";
}

.lnr-pie-chart:before {
  content: "";
}

.lnr-chart-bars:before {
  content: "";
}

.lnr-gift:before {
  content: "";
}

.lnr-diamond:before {
  content: "";
}

.lnr-linearicons:before {
  content: "";
}

.lnr-dinner:before {
  content: "";
}

.lnr-coffee-cup:before {
  content: "";
}

.lnr-leaf:before {
  content: "";
}

.lnr-paw:before {
  content: "";
}

.lnr-rocket:before {
  content: "";
}

.lnr-briefcase:before {
  content: "";
}

.lnr-bus:before {
  content: "";
}

.lnr-car:before {
  content: "";
}

.lnr-train:before {
  content: "";
}

.lnr-bicycle:before {
  content: "";
}

.lnr-wheelchair:before {
  content: "";
}

.lnr-select:before {
  content: "";
}

.lnr-earth:before {
  content: "";
}

.lnr-smile:before {
  content: "";
}

.lnr-sad:before {
  content: "";
}

.lnr-neutral:before {
  content: "";
}

.lnr-mustache:before {
  content: "";
}

.lnr-alarm:before {
  content: "";
}

.lnr-bullhorn:before {
  content: "";
}

.lnr-volume-high:before {
  content: "";
}

.lnr-volume-medium:before {
  content: "";
}

.lnr-volume-low:before {
  content: "";
}

.lnr-volume:before {
  content: "";
}

.lnr-mic:before {
  content: "";
}

.lnr-hourglass:before {
  content: "";
}

.lnr-undo:before {
  content: "";
}

.lnr-redo:before {
  content: "";
}

.lnr-sync:before {
  content: "";
}

.lnr-history:before {
  content: "";
}

.lnr-clock:before {
  content: "";
}

.lnr-download:before {
  content: "";
}

.lnr-upload:before {
  content: "";
}

.lnr-enter-down:before {
  content: "";
}

.lnr-exit-up:before {
  content: "";
}

.lnr-bug:before {
  content: "";
}

.lnr-code:before {
  content: "";
}

.lnr-link:before {
  content: "";
}

.lnr-unlink:before {
  content: "";
}

.lnr-thumbs-up:before {
  content: "";
}

.lnr-thumbs-down:before {
  content: "";
}

.lnr-magnifier:before {
  content: "";
}

.lnr-cross:before {
  content: "";
}

.lnr-menu:before {
  content: "";
}

.lnr-list:before {
  content: "";
}

.lnr-chevron-up:before {
  content: "";
}

.lnr-chevron-down:before {
  content: "";
}

.lnr-chevron-left:before {
  content: "";
}

.lnr-chevron-right:before {
  content: "";
}

.lnr-arrow-up:before {
  content: "";
}

.lnr-arrow-down:before {
  content: "";
}

.lnr-arrow-left:before {
  content: "";
}

.lnr-arrow-right:before {
  content: "";
}

.lnr-move:before {
  content: "";
}

.lnr-warning:before {
  content: "";
}

.lnr-question-circle:before {
  content: "";
}

.lnr-menu-circle:before {
  content: "";
}

.lnr-checkmark-circle:before {
  content: "";
}

.lnr-cross-circle:before {
  content: "";
}

.lnr-plus-circle:before {
  content: "";
}

.lnr-circle-minus:before {
  content: "";
}

.lnr-arrow-up-circle:before {
  content: "";
}

.lnr-arrow-down-circle:before {
  content: "";
}

.lnr-arrow-left-circle:before {
  content: "";
}

.lnr-arrow-right-circle:before {
  content: "";
}

.lnr-chevron-up-circle:before {
  content: "";
}

.lnr-chevron-down-circle:before {
  content: "";
}

.lnr-chevron-left-circle:before {
  content: "";
}

.lnr-chevron-right-circle:before {
  content: "";
}

.lnr-crop:before {
  content: "";
}

.lnr-frame-expand:before {
  content: "";
}

.lnr-frame-contract:before {
  content: "";
}

.lnr-layers:before {
  content: "";
}

.lnr-funnel:before {
  content: "";
}

.lnr-text-format:before {
  content: "";
}

.lnr-text-format-remove:before {
  content: "";
}

.lnr-text-size:before {
  content: "";
}

.lnr-bold:before {
  content: "";
}

.lnr-italic:before {
  content: "";
}

.lnr-underline:before {
  content: "";
}

.lnr-strikethrough:before {
  content: "";
}

.lnr-highlight:before {
  content: "";
}

.lnr-text-align-left:before {
  content: "";
}

.lnr-text-align-center:before {
  content: "";
}

.lnr-text-align-right:before {
  content: "";
}

.lnr-text-align-justify:before {
  content: "";
}

.lnr-line-spacing:before {
  content: "";
}

.lnr-indent-increase:before {
  content: "";
}

.lnr-indent-decrease:before {
  content: "";
}

.lnr-pilcrow:before {
  content: "";
}

.lnr-direction-ltr:before {
  content: "";
}

.lnr-direction-rtl:before {
  content: "";
}

.lnr-page-break:before {
  content: "";
}

.lnr-sort-alpha-asc:before {
  content: "";
}

.lnr-sort-amount-asc:before {
  content: "";
}

.lnr-hand:before {
  content: "";
}

.lnr-pointer-up:before {
  content: "";
}

.lnr-pointer-right:before {
  content: "";
}

.lnr-pointer-down:before {
  content: "";
}

.lnr-pointer-left:before {
  content: "";
}

/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff"), url("../fonts/roboto-v30-latin-500.ttf") format("truetype"), url("../fonts/roboto-v30-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff"), url("../fonts/roboto-v30-latin-700.ttf") format("truetype"), url("../fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dtp > .dtp-content {
  background: #fff;
  max-width: 300px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 520px;
  position: relative;
  left: 50%;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #485460;
  color: #fff;
  text-align: center;
  padding: 0.3em;
}

.dtp div.dtp-date, .dtp div.dtp-time {
  background: #808E9B;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.dtp div.dtp-date > div {
  padding: 0;
  margin: 0;
}

.dtp div.dtp-actual-month {
  font-size: 1.5em;
}

.dtp div.dtp-actual-num {
  font-size: 3em;
  line-height: 0.9;
}

.dtp div.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 0.9;
}

.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.6);
}

.dtp div.dtp-picker {
  padding: 1em;
  text-align: center;
}

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
  font-weight: 500;
  text-align: center;
}

.dtp div.dtp-picker-month {
  padding-bottom: 20px !important;
  text-transform: uppercase !important;
}

.dtp .dtp-close {
  position: absolute;
  top: 0.5em;
  right: 1em;
}

.dtp .dtp-close > a {
  color: #fff;
}

.dtp .dtp-close > a > i {
  font-size: 1em;
}

.dtp table.dtp-picker-days {
  margin: 0;
  min-height: 251px;
}

.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
  border: none;
}

.dtp table.dtp-picker-days tr > td {
  font-weight: 700;
  font-size: 0.8em;
  text-align: center;
  padding: 0.5em 0.3em;
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #BDBDBD !important;
  padding: 0.4em 0.5em 0.5em 0.6em;
}

.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a {
  color: #212121;
  text-decoration: none;
  padding: 0.4em 0.5em 0.5em 0.6em;
  border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #808E9B;
  color: #fff;
}

.dtp table.dtp-picker-days tr > th {
  color: #757575;
  text-align: center;
  font-weight: 700;
  padding: 0.4em 0.3em;
}

.dtp .p10 > a {
  color: #485460;
  text-decoration: none;
}

.dtp .p10 {
  width: 10%;
  display: inline-block;
}

.dtp .p20 {
  width: 20%;
  display: inline-block;
}

.dtp .p60 {
  width: 60%;
  display: inline-block;
}

.dtp .p80 {
  width: 80%;
  display: inline-block;
}

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #212121;
  font-weight: 500;
  padding: 0.7em 0.5em;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eee;
  font-size: 1em;
}

.dtp .dtp-actual-meridien a.selected {
  background: #485460;
  color: #fff;
}

.dtp .dtp-picker-time > .dtp-select-hour {
  cursor: pointer;
}

.dtp .dtp-picker-time > .dtp-select-minute {
  cursor: pointer;
}

.dtp .dtp-buttons {
  padding: 0 1em 1em 1em;
  text-align: right;
}

.dtp.hidden, .dtp .hidden {
  display: none;
}

.dtp .invisible {
  visibility: hidden;
}

.dtp .left {
  float: left;
}

.dtp .right {
  float: right;
}

.dtp .clearfix {
  clear: both;
}

.dtp .center {
  text-align: center;
}

.dtp-picker-year {
  margin-bottom: 1px;
}

.year-picker-item {
  text-align: center;
  padding-top: 5px;
  font-size: large;
  cursor: pointer;
  margin: 0 auto;
}

.dtp-actual-year:hover {
  cursor: pointer;
}

.dtp-actual-year.disabled:hover {
  cursor: inherit;
}

.year-picker-item:hover {
  color: #485460;
}

.year-picker-item.active {
  color: #485460;
  font-weight: bold;
}

.dtp-select-year-range {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.dtp .btn {
  margin: 0 4px;
  padding: 6px 12px;
  border: 0;
  border-radius: 2px;
  color: #485460;
  background-color: rgba(0, 0, 0, 0.05);
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 1.333;
  color: #485460;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #2980b9;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #485460;
}
a:active, a:focus, a:visited:active, a:visited:focus {
  outline: 0;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a.btn, a:visited.btn {
  display: inline-block;
  padding: 30px;
  font-weight: 500;
  color: #ffffff;
  background-color: #485460;
}
a.btn:hover, a:visited.btn:hover {
  background-color: #5e6e7d;
}
a.btn-small, a:visited.btn-small {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #2980b9;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, small {
  position: relative;
  font-weight: normal;
  text-rendering: optimizelegibility;
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, small a {
  text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, small, p {
  margin: 15px 0;
}

h1, .h1 {
  font-size: 33px;
  font-weight: 300;
}

h2, .h2 {
  font-size: 25px;
  font-weight: 300;
}

h3, .h3,
h4, .h4,
h5, .h5 {
  font-size: 19px;
}

small {
  font-size: 11px;
}

.lnr {
  font-size: 33px;
}

/******************************************************************
FORM STYLES
******************************************************************/
.book .group,
.type-form .group {
  position: relative;
  display: inline-block;
  float: left;
}
.book .group.select:after,
.type-form .group.select:after {
  position: absolute;
  top: 34px;
  right: 0;
  content: "";
  font-size: 25px;
  font-family: "Linearicons";
  speak: none;
  pointer-events: none;
  z-index: 1;
}
.book .change-rooms a.delete-room,
.type-form .change-rooms a.delete-room {
  display: none;
  margin: 0 0 10px;
  color: #ff3f34;
  border: 1px solid #ff3f34;
}
.book .change-rooms a.delete-room.visible,
.type-form .change-rooms a.delete-room.visible {
  display: blocK;
}
.book input, .book select, .book textarea,
.type-form input,
.type-form select,
.type-form textarea {
  display: inline-block;
  width: 100%;
  padding: 39px 15px 18px;
  font-size: 19px;
  text-overflow: ellipsis;
  border: none;
  color: #485460;
}
.book input:focus, .book select:focus, .book textarea:focus,
.type-form input:focus,
.type-form select:focus,
.type-form textarea:focus {
  outline: none;
}
.book select,
.type-form select {
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.book textarea,
.type-form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  resize: none;
}
.book label,
.type-form label {
  position: absolute;
  top: 18px;
  left: 15px;
  color: #808E9B;
  font-size: 14px;
  font-weight: normal;
  pointer-events: none;
}
.book input[type=submit],
.type-form input[type=submit] {
  padding: 28.5px 30px;
  color: #ffffff;
  background-color: #485460;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.book input[type=submit]:hover,
.type-form input[type=submit]:hover {
  background-color: #5e6e7d;
}
.book .checkbox,
.type-form .checkbox {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  margin: 10px 0 !important;
  padding: 0px 0 0 40px;
  min-height: 30px;
  font-size: 15px !important;
  text-align: left;
  pointer-events: auto;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.book .checkbox input,
.type-form .checkbox input {
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  z-index: 1;
}
.book .checkbox input:checked ~ .checked,
.type-form .checkbox input:checked ~ .checked {
  background-color: #485460;
}
.book .checkbox input:checked ~ .checked:after,
.type-form .checkbox input:checked ~ .checked:after {
  opacity: 1;
}
.book .checkbox .checked,
.type-form .checkbox .checked {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in;
}
.book .checkbox .checked:after,
.type-form .checkbox .checked:after {
  position: absolute;
  top: 3px;
  left: 10px;
  width: 6px;
  height: 15px;
  opacity: 0;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
  pointer-events: none;
  transition: all 0.1s ease-in;
  content: "";
}

/*********************
LOADER STYLES
*********************/
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}
#loader .loader-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  margin: -120px 0 0 -120px;
}
#loader .loader-ring-light {
  width: 240px;
  height: 240px;
  border-radius: 240px;
  -webkit-box-shadow: 0 4px 0 white inset;
  -moz-box-shadow: 0 4px 0 white inset;
  box-shadow: 0 4px 0 white inset;
}
#loader .loader-ring-light.animate {
  animation: rotate-360 2s linear infinite;
}
#loader .loader-ring-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  border-radius: 240px;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.alert {
  display: none;
  padding: 15px;
  margin: 15px 0;
  color: #808E9B;
  border: 1px solid #808E9B;
  text-align: center;
}
.alert.success, .alert.ok, .alert.valid {
  color: #05c46b;
  border: 1px solid #05c46b;
}
.alert.error, .alert.bad, .alert.invalid {
  color: #ff3f34;
  border: 1px solid #ff3f34;
}

/*********************
HEADER STYLES
*********************/
#header {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
#header.fixed {
  position: fixed;
  top: 0;
}
#header .extended-header {
  display: none;
}
#header .main-header #logo {
  display: inline-block;
  vertical-align: middle;
}
#header .main-header #logo a {
  display: block;
}
#header .main-header #logo img {
  display: block;
  width: auto;
  height: 50px;
}
#header .main-header #logo, #header .main-header #menu-toggle {
  margin: 15px;
}
#header .main-header #main-nav {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#header .main-header #main-nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header .main-header #main-nav li:last-child {
  border-bottom: none;
}
#header .main-header #main-nav li a {
  display: block;
  padding: 15px;
  color: #485460;
  font-weight: 500;
  text-transform: uppercase;
}
#header .main-header #menu-toggle {
  position: relative;
  display: inline-block;
  float: right;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 2.5px;
}
#header .main-header #menu-toggle span {
  display: block;
  background-color: #485460;
  border-radius: 1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#header .main-header #menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#header .main-header #menu-toggle #hamburger span {
  position: relative;
  width: 30px;
  height: 2px;
  top: 12px;
  left: 10px;
  margin: 5px 0;
}
#header .main-header #menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
#header .main-header #menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
#header .main-header #menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
}
#header .main-header #menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
#header .main-header #menu-toggle #cross span:nth-child(1) {
  position: absolute;
  height: 0%;
  width: 2px;
  top: 10%;
  left: 24px;
  transition-delay: 0s;
}
#header .main-header #menu-toggle #cross span:nth-child(2) {
  position: absolute;
  width: 0%;
  height: 2px;
  left: 10%;
  top: 24px;
  transition-delay: 0.25s;
}
#header .main-header #menu-toggle.open #hamburger span {
  width: 0%;
}
#header .main-header #menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#header .main-header #menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
#header .main-header #menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
#header .main-header #menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: 0.625s;
}
#header .main-header #menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: 0.375s;
}
#header form .group {
  width: 50%;
}
#header form .group:last-child {
  width: 100%;
}

/*********************
CONTENT STYLES
*********************/
#form-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}
#form-loader img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: auto;
  transform: translate(-50%, -75%);
}

.contact-form {
  display: block;
  max-width: 640px;
  margin: 30px auto;
}
.contact-form .group {
  display: block;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-form .group .shoesize {
  display: block;
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.map {
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-box {
  display: block;
  padding: 15px 30px 30px;
  color: #ffffff;
  background-color: #485460;
}
.contact-box h1, .contact-box h2, .contact-box h3, .contact-box h4, .contact-box h5 {
  color: #F9DFB6;
}
.contact-box p {
  margin: 0 !important;
}
.contact-box a {
  color: #ffffff;
}
.contact-box a:hover {
  color: #F9DFB6;
}
.contact-box a.btn {
  padding: 15px 30px;
  font-size: 14px;
  background-color: #808E9B;
}
.contact-box a.btn:hover {
  color: #ffffff;
  background-color: #728190;
}
.contact-box ul {
  margin: 15px 0 30px;
  padding: 0;
  list-style-type: none;
}
.contact-box ul li {
  position: relative;
  padding: 5px 15px 5px 45px;
}
.contact-box ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #F9DFB6;
  font-size: 25px;
  font-family: "Linearicons";
  speak: none;
  pointer-events: none;
  z-index: 1;
}
.contact-box ul li.address:before {
  content: "";
}
.contact-box ul li.phone:before {
  content: "";
}
.contact-box ul li.fax:before {
  content: "";
}
.contact-box ul li.mail:before {
  content: "";
}

article .section {
  position: relative;
}
article .section.dark {
  color: #ffffff;
  background-color: #485460;
  margin: 0 0 60px;
}
article .section.type-map {
  margin: 60px 0;
}
article .section.type-collage {
  text-align: center;
}
article .section.type-collage .collage {
  margin: 0 auto;
  max-width: 360px;
}
article .section.type-collage .img {
  position: relative;
  display: inline-block;
  width: 95px;
  height: 71.25px;
  margin: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
article .section.type-collage .images-1 .img {
  width: 300px;
  height: 225px;
}
article .section.type-collage .images-2 .img, article .section.type-collage .images-4 .img, article .section.type-collage .images-8 .img, article .section.type-collage .images-10 .img, article .section.type-collage .images-14 .img {
  width: 150px;
  height: 112.5px;
}
article .section.type-collage .images-5 .img:nth-last-child(-n+2), article .section.type-collage .images-11 .img:nth-last-child(-n+2) {
  width: 150px;
  height: 112.5px;
}
article .section.type-collage .images-7 .img:nth-last-child(-n+4), article .section.type-collage .images-13 .img:nth-last-child(-n+4) {
  width: 150px;
  height: 112.5px;
}
article .section.type-text .columns .col-text {
  padding: 30px;
}
article .section.type-text .columns .col-image {
  display: block;
  width: 100%;
  height: 240px;
  margin: 0 0 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
article .section.type-text .section-images-wrap {
  position: relative;
}
article .section.type-text .section-images-wrap .slider-nav {
  position: absolute;
  top: 0;
  right: 15px;
  background-color: #485460;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
article .section.type-text .section-images-wrap .slider-nav a.slick-arrow {
  display: inline-block;
  color: #ffffff;
  font-size: 21px;
  line-height: 1;
}
article .section.type-text .section-images-wrap .slider-nav a.slick-arrow .lnr {
  display: block;
  font-size: 21px;
  line-height: 1;
}
article .section.type-text .section-images-wrap .slider-nav a.slick-arrow.slick-next {
  padding: 8px 6px 8px 2px;
}
article .section.type-text .section-images-wrap .slider-nav a.slick-arrow.slick-prev {
  padding: 8px 2px 8px 6px;
}
article .section.type-text .section-images-wrap .section-images .img {
  display: block;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
article .section.type-text .section-images-wrap .section-images .img a {
  display: block;
  width: 100%;
  height: 100%;
}
article .section.type-image .section-img {
  display: block;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
article .section.type-boxed .bg-img {
  display: block;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
}
article .section.type-boxed .box {
  display: block;
  position: relative;
  padding: 60px 30px;
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  background-color: #485460;
}
article .section.type-boxed .box h1, article .section.type-boxed .box a {
  color: #F9DFB6;
}
article .section.type-boxed .box table {
  display: table;
  width: 100%;
  margin: 30px 0;
  text-align: left;
}
article .section.type-boxed .box table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
article .section.type-boxed .box table tr td {
  padding: 15px 0;
}
article .section.type-boxed .box table.pricing td:last-child {
  color: #F9DFB6;
  text-align: right;
}
article .section.type-boxed .box .btn {
  position: absolute;
  left: 50%;
  bottom: -40px;
  color: #ffffff;
  background-color: #808E9B;
  z-index: 8;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
article .section.type-boxed .box .btn:hover {
  background-color: #728190;
}
article .section.type-tiles {
  display: block;
  position: relative;
  padding: 60px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #485460;
}
article .section.type-tiles h1 {
  color: #F9DFB6;
}
article .section.type-tiles .tile {
  display: block;
  position: relative;
  width: 270px;
  height: 270px;
  margin: 30px auto;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
article .section.type-tiles .tile a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
article .section.type-tiles .tile .text {
  display: block;
  height: 100%;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}
article .section.type-tiles .tile .text h2 {
  font-weight: 400;
}
article .section.type-tiles .tile .text p {
  font-size: 14px;
}
article .section.type-tiles .btn {
  position: absolute;
  left: 50%;
  bottom: -40px;
  color: #ffffff;
  background-color: #808E9B;
  z-index: 8;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
article .section.type-tiles .btn:hover {
  background-color: #728190;
}
article .section.type-form {
  display: block;
  position: relative;
  padding: 60px 30px;
  text-align: center;
}
article .section.type-form input,
article .section.type-form select,
article .section.type-form textarea {
  padding: 39px 0 18px;
}
article .section.type-form input[type=submit] {
  padding: 28.5px 30px;
}
article .section.type-form label {
  left: 0;
}

/*********************
SLIDER STYLES
*********************/
.slick-slider .slick-slide:focus, .slick-slider .slick-slide:active {
  outline: 0;
}

#slides-nav {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  line-height: 100px;
  color: #ffffff;
  background-color: #000000;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#slides-nav .slide {
  display: block;
  width: 100vw;
  height: 100%;
  text-align: center;
}
#slides-nav .slide a {
  color: rgba(255, 255, 255, 0.4);
}
#slides-nav .slide a .icon {
  display: inline-block;
  vertical-align: middle;
  height: 39px;
  margin: 0 10px 0 0;
}
#slides-nav .slide a .icon img {
  display: block;
  width: auto;
  height: 100%;
  opacity: 0.4;
  filter: grayscale(100%);
  -webkit-transition: all 0.2 ease-in;
  -moz-transition: all 0.2 ease-in;
  -o-transition: all 0.2 ease-in;
  transition: all 0.2 ease-in;
}
#slides-nav .slide.slick-active a {
  color: #ffffff;
}
#slides-nav .slide.slick-active a img {
  opacity: 1;
  filter: none;
}

#carousel .slide {
  width: 100vw;
  overflow: hidden;
}
#carousel .slick-arrow {
  position: absolute;
  top: -72px;
  font-size: 36px;
  color: #ffffff;
}
#carousel .slick-arrow.slick-prev {
  left: 10%;
}
#carousel .slick-arrow.slick-next {
  right: 10%;
}

.logos-wrap {
  position: relative;
}
.logos-wrap h5 {
  opacity: 0.5;
  margin: 60px 0 0;
}
.logos-wrap .logos {
  padding: 60px 0;
}
.logos-wrap .logos .logo {
  display: block;
  width: 100vw;
}
.logos-wrap .logos .logo img {
  display: block;
  width: auto;
  height: 60px;
  margin: 0 auto;
}

article.section {
  position: relative;
}
article.section .bg-img {
  opacity: 0.1;
}
article.section .bg-animation-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
article.section .bg-animation {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
article.section .bg-animation.large {
  width: 100%;
  height: 100%;
}
article.section .bg-animation.large.bottom-left {
  bottom: -50%;
  left: -50%;
}
article.section .bg-animation.large.bottom-right {
  bottom: -50%;
  right: -50%;
}
article.section .bg-animation.large.top-left {
  top: -50%;
  left: -50%;
}
article.section .bg-animation.large.top-right {
  top: -50%;
  right: -50%;
}
article.section .bg-animation.medium {
  width: 75%;
  height: 75%;
}
article.section .bg-animation.medium.bottom-left {
  bottom: -37.5%;
  left: -37.5%;
}
article.section .bg-animation.medium.bottom-right {
  bottom: -37.5%;
  right: -37.5%;
}
article.section .bg-animation.medium.top-left {
  top: -37.5%;
  left: -37.5%;
}
article.section .bg-animation.medium.top-right {
  top: -37.5%;
  right: -37.5%;
}
article.section .bg-animation.small {
  width: 50%;
  height: 50%;
}
article.section .bg-animation.small.bottom-left {
  bottom: -25%;
  left: -25%;
}
article.section .bg-animation.small.bottom-right {
  bottom: -25%;
  right: -25%;
}
article.section .bg-animation.small.top-left {
  top: -25%;
  left: -25%;
}
article.section .bg-animation.small.top-right {
  top: -25%;
  right: -25%;
}
article.section .entry-content {
  position: relative;
  padding: 40px 0;
  z-index: 3;
}
article.section .entry-content .columns, article.section .entry-content .cols {
  position: relative;
}
article.section .entry-content .columns .column, article.section .entry-content .columns .col, article.section .entry-content .cols .column, article.section .entry-content .cols .col {
  position: relative;
}
article.section .entry-content .columns .column.image, article.section .entry-content .columns .col.image, article.section .entry-content .cols .column.image, article.section .entry-content .cols .col.image {
  display: block;
  width: 112%;
  height: 300px;
}
article.section .entry-content .columns .column.image:first-child, article.section .entry-content .columns .col.image:first-child, article.section .entry-content .cols .column.image:first-child, article.section .entry-content .cols .col.image:first-child {
  margin: -40px -6% 40px -6%;
}
article.section .entry-content .columns .column.image:last-child, article.section .entry-content .columns .col.image:last-child, article.section .entry-content .cols .column.image:last-child, article.section .entry-content .cols .col.image:last-child {
  margin: 40px -6% -40px -6%;
}
article.section .entry-content .columns .column.image .img, article.section .entry-content .columns .col.image .img, article.section .entry-content .cols .column.image .img, article.section .entry-content .cols .col.image .img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
article.section.dark {
  color: #C8C8C3;
  background-color: #000000;
}
article.section.dark h1, article.section.dark h2, article.section.dark h3, article.section.dark h4, article.section.dark h5 {
  color: #ffffff;
}
article.section.dark a {
  color: #ffffff;
  font-weight: 700;
}
article.section.dark a .lnr {
  color: #05c46b;
}
article.section.dark a:hover {
  color: #05c46b;
}
article.section.align-center {
  text-align: center !important;
}
article.section.align-right {
  text-align: right !important;
}

article.subpage {
  padding: 60px 0;
  background-color: #fafafa;
}

.slick {
  display: block;
  position: relative;
}
.slick .img {
  display: inline-block;
  float: left;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slick .img:focus, .slick .img:active {
  outline: 0;
  border: 0;
}

.archive-header {
  padding: 35px 0 40px;
}

.archive-post {
  margin: 0 0 10px 0;
}

.page-header {
  padding: 35px 0 40px;
}
.page-header h1 {
  margin: 10px 0;
}

/*********************
FOOTER STYLES
*********************/
#footer-logo {
  display: block;
  padding: 0 0 60px;
  text-align: center;
}
#footer-logo img {
  display: inline-block;
  width: auto;
  height: 150px;
}

#footer {
  display: block;
  padding: 60px 30px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  background-color: #485460;
}
#footer a {
  color: #ffffff;
  font-weight: 700;
}
#footer a:hover {
  color: #F9DFB6;
}
#footer p {
  margin: 0;
}
#footer .copyright, #footer .scroll-top {
  display: block;
}
#footer ul.footer-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer ul.footer-links li {
  display: inline-block;
}
#footer ul.footer-links li a {
  display: block;
  padding: 15px;
}
#footer a.scroll-top {
  display: block;
  font-size: 33px;
  color: #D2DAE2;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************

  Stylesheet: 481px and Up Stylesheet

  ******************************************************************/
  /*********************
  HEADER STYLES
  *********************/
  #header form .group {
    width: 33%;
  }
  #header form .group:last-child {
    width: 34%;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************

  Stylesheet: Tablet & Small Desktop Stylesheet

  ******************************************************************/
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************

  Stylesheet: Desktop Stylsheet

  ******************************************************************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 90%;
  }

  /*********************
  HEADER STYLES
  *********************/
  #header {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  #header .main-header {
    display: inline-block;
    float: left;
  }
  #header .main-header, #header .book {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #header .extended-header {
    display: inline-block;
    float: right;
  }
  #header .extended-header .group:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  #header .extended-header input {
    max-width: 170px;
    padding: 39px 30px 18px;
  }
  #header .extended-header input[type=submit] {
    padding: 28.5px 30px;
  }
  #header .extended-header label {
    left: 30px;
  }

  /*********************
  CONTENT STYLES
  *********************/
  .contact-form .row {
    margin: 15px 0 0;
  }
  .contact-form .col-50, .contact-form .col-25 {
    display: inline-block;
    float: left;
    margin: 0 2%;
  }
  .contact-form .col-50:first-child, .contact-form .col-25:first-child {
    margin: 0 2% 0 0;
  }
  .contact-form .col-50:last-child, .contact-form .col-25:last-child {
    margin: 0 0 0 2%;
  }
  .contact-form .col-50 {
    width: 48%;
  }
  .contact-form .col-25 {
    width: 22%;
  }

  .map {
    height: 90vh;
  }

  article .section.type-map {
    position: relative;
  }
  article .section.type-map .contact-box {
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: 400px;
    z-index: 8;
  }
  article .section.type-collage .collage {
    margin: 0 auto;
    max-width: 1200px;
  }
  article .section.type-collage .img {
    width: 295px;
    height: 221.25px;
  }
  article .section.type-collage .images-1 .img {
    width: 900px;
    height: 675px;
  }
  article .section.type-collage .images-2 .img, article .section.type-collage .images-4 .img {
    width: 450px;
    height: 337.5px;
  }
  article .section.type-collage .images-5 .img:nth-last-child(-n+2), article .section.type-collage .images-11 .img:nth-last-child(-n+2) {
    width: 450px;
    height: 337.5px;
  }
  article .section.type-collage .images-7 .img:nth-last-child(-n+4), article .section.type-collage .images-13 .img:nth-last-child(-n+4) {
    width: 450px;
    height: 337.5px;
  }
  article .section.type-collage .images-8 .img, article .section.type-collage .images-12 .img {
    width: 225px;
    height: 168.75px;
  }
  article .section.type-collage .images-10 .img {
    width: 180px;
    height: 135px;
  }
  article .section.type-text .wrap {
    position: relative;
  }
  article .section.type-text .columns .col-image {
    margin: 0;
  }
  article .section.type-text .columns-two_two {
    padding: 0 0 60px;
  }
  article .section.type-text .columns-two_two .col {
    display: inline-block;
    width: 48%;
    padding: 0;
  }
  article .section.type-text .columns-two_two .col-text {
    padding: 60px 0 180px;
  }
  article .section.type-text .columns-two_two .col-text.pos-bottom {
    padding: 180px 0 0;
  }
  article .section.type-text .columns-two_two .col-text:last-child {
    float: right;
  }
  article .section.type-text .columns-two_two .col-image {
    position: absolute;
    top: 15px;
    left: 0;
    bottom: 0;
    height: auto;
    z-index: 1;
  }
  article .section.type-text .columns-two_two .col-image:last-child {
    left: auto;
    right: 0;
  }
  article .section.type-image .section-img {
    height: 70vh;
  }
  article .section.type-boxed .bg-img {
    height: 90vh;
  }
  article .section.type-boxed .box {
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 800px;
    padding: 30px;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9;
  }
  article .section.type-tiles .tiles-wrap {
    margin: 45px 0 0;
  }
  article .section.type-tiles .tile {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************

  Stylesheet: Super Large Monitor Stylesheet

  ******************************************************************/
  /*********************
  CONTENT STYLES
  *********************/
  article .section.type-tiles .tile {
    width: 240px;
    height: 240px;
  }
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}
