/****** FILE: themes/aswaberdeen/thirdparty/icomoon/style.css *****/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ndqzy4');
  src:  url('fonts/icomoon.eot?ndqzy4#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ndqzy4') format('truetype'),
    url('fonts/icomoon.woff?ndqzy4') format('woff'),
    url('fonts/icomoon.svg?ndqzy4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-mail:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-location:before {
  content: "\e909";
}
.icon-map-marker:before {
  content: "\e909";
}
.icon-pin:before {
  content: "\e909";
}
.icon-linkedin-block:before {
  content: "\e906";
}
.icon-facebook-block:before {
  content: "\e907";
}
.icon-phone:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}


/****** FILE: node_modules/flickity/dist/flickity.min.css *****/
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/****** FILE: themes/aswaberdeen/css/main.css *****/
/*======Typography=======*/
/*======Colors=======*/
/*======Responsive=======*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * 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; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Avalanche | MIT License | @colourgarden */
/*------------------------------------*    SETTINGS
\*------------------------------------*/
/*------------------------------------*    LOGIC aka THE MAGIC
\*------------------------------------*/
/*------------------------------------*    GRID LAYOUT
\*------------------------------------*/
.grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -20px;
  font-size: 0rem; }

.grid__cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem; }

/*------------------------------------*    GRID WIDTHS
\*------------------------------------*/
.\31\/2, .\32\/4, .\33\/6, .\34\/8, .\35\/10 {
  width: 50%; }

.\31\/3, .\32\/6, .\33\/9 {
  width: 33.33333%; }

.\32\/3, .\34\/6, .\36\/9 {
  width: 66.66667%; }

.\31\/4, .\32\/8 {
  width: 25%; }

.\33\/4, .\36\/8 {
  width: 75%; }

.\31\/5, .\32\/10 {
  width: 20%; }

.\32\/5, .\34\/10 {
  width: 40%; }

.\33\/5, .\36\/10 {
  width: 60%; }

.\34\/5, .\38\/10 {
  width: 80%; }

.\31\/6 {
  width: 16.66667%; }

.\35\/6 {
  width: 83.33333%; }

.\31\/7 {
  width: 14.28571%; }

.\32\/7 {
  width: 28.57143%; }

.\33\/7 {
  width: 42.85714%; }

.\34\/7 {
  width: 57.14286%; }

.\35\/7 {
  width: 71.42857%; }

.\36\/7 {
  width: 85.71429%; }

.\31\/8 {
  width: 12.5%; }

.\33\/8 {
  width: 37.5%; }

.\35\/8 {
  width: 62.5%; }

.\37\/8 {
  width: 87.5%; }

.\31\/9 {
  width: 11.11111%; }

.\32\/9 {
  width: 22.22222%; }

.\34\/9 {
  width: 44.44444%; }

.\35\/9 {
  width: 55.55556%; }

.\37\/9 {
  width: 77.77778%; }

.\38\/9 {
  width: 88.88889%; }

.\31\/10 {
  width: 10%; }

.\33\/10 {
  width: 30%; }

.\37\/10 {
  width: 70%; }

.\39\/10 {
  width: 90%; }

@media screen and (max-width: 499px) {
  .\31\/2--thumb, .\32\/4--thumb, .\33\/6--thumb, .\34\/8--thumb, .\35\/10--thumb {
    width: 50%; }
  .\31\/3--thumb, .\32\/6--thumb, .\33\/9--thumb {
    width: 33.33333%; }
  .\32\/3--thumb, .\34\/6--thumb, .\36\/9--thumb {
    width: 66.66667%; }
  .\31\/4--thumb, .\32\/8--thumb {
    width: 25%; }
  .\33\/4--thumb, .\36\/8--thumb {
    width: 75%; }
  .\31\/5--thumb, .\32\/10--thumb {
    width: 20%; }
  .\32\/5--thumb, .\34\/10--thumb {
    width: 40%; }
  .\33\/5--thumb, .\36\/10--thumb {
    width: 60%; }
  .\34\/5--thumb, .\38\/10--thumb {
    width: 80%; }
  .\31\/6--thumb {
    width: 16.66667%; }
  .\35\/6--thumb {
    width: 83.33333%; }
  .\31\/7--thumb {
    width: 14.28571%; }
  .\32\/7--thumb {
    width: 28.57143%; }
  .\33\/7--thumb {
    width: 42.85714%; }
  .\34\/7--thumb {
    width: 57.14286%; }
  .\35\/7--thumb {
    width: 71.42857%; }
  .\36\/7--thumb {
    width: 85.71429%; }
  .\31\/8--thumb {
    width: 12.5%; }
  .\33\/8--thumb {
    width: 37.5%; }
  .\35\/8--thumb {
    width: 62.5%; }
  .\37\/8--thumb {
    width: 87.5%; }
  .\31\/9--thumb {
    width: 11.11111%; }
  .\32\/9--thumb {
    width: 22.22222%; }
  .\34\/9--thumb {
    width: 44.44444%; }
  .\35\/9--thumb {
    width: 55.55556%; }
  .\37\/9--thumb {
    width: 77.77778%; }
  .\38\/9--thumb {
    width: 88.88889%; }
  .\31\/10--thumb {
    width: 10%; }
  .\33\/10--thumb {
    width: 30%; }
  .\37\/10--thumb {
    width: 70%; }
  .\39\/10--thumb {
    width: 90%; } }

@media screen and (min-width: 500px) {
  .\31\/2--handheld, .\32\/4--handheld, .\33\/6--handheld, .\34\/8--handheld, .\35\/10--handheld {
    width: 50%; }
  .\31\/3--handheld, .\32\/6--handheld, .\33\/9--handheld {
    width: 33.33333%; }
  .\32\/3--handheld, .\34\/6--handheld, .\36\/9--handheld {
    width: 66.66667%; }
  .\31\/4--handheld, .\32\/8--handheld {
    width: 25%; }
  .\33\/4--handheld, .\36\/8--handheld {
    width: 75%; }
  .\31\/5--handheld, .\32\/10--handheld {
    width: 20%; }
  .\32\/5--handheld, .\34\/10--handheld {
    width: 40%; }
  .\33\/5--handheld, .\36\/10--handheld {
    width: 60%; }
  .\34\/5--handheld, .\38\/10--handheld {
    width: 80%; }
  .\31\/6--handheld {
    width: 16.66667%; }
  .\35\/6--handheld {
    width: 83.33333%; }
  .\31\/7--handheld {
    width: 14.28571%; }
  .\32\/7--handheld {
    width: 28.57143%; }
  .\33\/7--handheld {
    width: 42.85714%; }
  .\34\/7--handheld {
    width: 57.14286%; }
  .\35\/7--handheld {
    width: 71.42857%; }
  .\36\/7--handheld {
    width: 85.71429%; }
  .\31\/8--handheld {
    width: 12.5%; }
  .\33\/8--handheld {
    width: 37.5%; }
  .\35\/8--handheld {
    width: 62.5%; }
  .\37\/8--handheld {
    width: 87.5%; }
  .\31\/9--handheld {
    width: 11.11111%; }
  .\32\/9--handheld {
    width: 22.22222%; }
  .\34\/9--handheld {
    width: 44.44444%; }
  .\35\/9--handheld {
    width: 55.55556%; }
  .\37\/9--handheld {
    width: 77.77778%; }
  .\38\/9--handheld {
    width: 88.88889%; }
  .\31\/10--handheld {
    width: 10%; }
  .\33\/10--handheld {
    width: 30%; }
  .\37\/10--handheld {
    width: 70%; }
  .\39\/10--handheld {
    width: 90%; } }

@media screen and (min-width: 801px) {
  .\31\/2--lap, .\32\/4--lap, .\33\/6--lap, .\34\/8--lap, .\35\/10--lap {
    width: 50%; }
  .\31\/3--lap, .\32\/6--lap, .\33\/9--lap {
    width: 33.33333%; }
  .\32\/3--lap, .\34\/6--lap, .\36\/9--lap {
    width: 66.66667%; }
  .\31\/4--lap, .\32\/8--lap {
    width: 25%; }
  .\33\/4--lap, .\36\/8--lap {
    width: 75%; }
  .\31\/5--lap, .\32\/10--lap {
    width: 20%; }
  .\32\/5--lap, .\34\/10--lap {
    width: 40%; }
  .\33\/5--lap, .\36\/10--lap {
    width: 60%; }
  .\34\/5--lap, .\38\/10--lap {
    width: 80%; }
  .\31\/6--lap {
    width: 16.66667%; }
  .\35\/6--lap {
    width: 83.33333%; }
  .\31\/7--lap {
    width: 14.28571%; }
  .\32\/7--lap {
    width: 28.57143%; }
  .\33\/7--lap {
    width: 42.85714%; }
  .\34\/7--lap {
    width: 57.14286%; }
  .\35\/7--lap {
    width: 71.42857%; }
  .\36\/7--lap {
    width: 85.71429%; }
  .\31\/8--lap {
    width: 12.5%; }
  .\33\/8--lap {
    width: 37.5%; }
  .\35\/8--lap {
    width: 62.5%; }
  .\37\/8--lap {
    width: 87.5%; }
  .\31\/9--lap {
    width: 11.11111%; }
  .\32\/9--lap {
    width: 22.22222%; }
  .\34\/9--lap {
    width: 44.44444%; }
  .\35\/9--lap {
    width: 55.55556%; }
  .\37\/9--lap {
    width: 77.77778%; }
  .\38\/9--lap {
    width: 88.88889%; }
  .\31\/10--lap {
    width: 10%; }
  .\33\/10--lap {
    width: 30%; }
  .\37\/10--lap {
    width: 70%; }
  .\39\/10--lap {
    width: 90%; } }

@media screen and (min-width: 1025px) {
  .\31\/2--desk, .\32\/4--desk, .\33\/6--desk, .\34\/8--desk, .\35\/10--desk {
    width: 50%; }
  .\31\/3--desk, .\32\/6--desk, .\33\/9--desk {
    width: 33.33333%; }
  .\32\/3--desk, .\34\/6--desk, .\36\/9--desk {
    width: 66.66667%; }
  .\31\/4--desk, .\32\/8--desk {
    width: 25%; }
  .\33\/4--desk, .\36\/8--desk {
    width: 75%; }
  .\31\/5--desk, .\32\/10--desk {
    width: 20%; }
  .\32\/5--desk, .\34\/10--desk {
    width: 40%; }
  .\33\/5--desk, .\36\/10--desk {
    width: 60%; }
  .\34\/5--desk, .\38\/10--desk {
    width: 80%; }
  .\31\/6--desk {
    width: 16.66667%; }
  .\35\/6--desk {
    width: 83.33333%; }
  .\31\/7--desk {
    width: 14.28571%; }
  .\32\/7--desk {
    width: 28.57143%; }
  .\33\/7--desk {
    width: 42.85714%; }
  .\34\/7--desk {
    width: 57.14286%; }
  .\35\/7--desk {
    width: 71.42857%; }
  .\36\/7--desk {
    width: 85.71429%; }
  .\31\/8--desk {
    width: 12.5%; }
  .\33\/8--desk {
    width: 37.5%; }
  .\35\/8--desk {
    width: 62.5%; }
  .\37\/8--desk {
    width: 87.5%; }
  .\31\/9--desk {
    width: 11.11111%; }
  .\32\/9--desk {
    width: 22.22222%; }
  .\34\/9--desk {
    width: 44.44444%; }
  .\35\/9--desk {
    width: 55.55556%; }
  .\37\/9--desk {
    width: 77.77778%; }
  .\38\/9--desk {
    width: 88.88889%; }
  .\31\/10--desk {
    width: 10%; }
  .\33\/10--desk {
    width: 30%; }
  .\37\/10--desk {
    width: 70%; }
  .\39\/10--desk {
    width: 90%; } }

@media screen and (min-width: 1160px) {
  .\31\/2--widescreen, .\32\/4--widescreen, .\33\/6--widescreen, .\34\/8--widescreen, .\35\/10--widescreen {
    width: 50%; }
  .\31\/3--widescreen, .\32\/6--widescreen, .\33\/9--widescreen {
    width: 33.33333%; }
  .\32\/3--widescreen, .\34\/6--widescreen, .\36\/9--widescreen {
    width: 66.66667%; }
  .\31\/4--widescreen, .\32\/8--widescreen {
    width: 25%; }
  .\33\/4--widescreen, .\36\/8--widescreen {
    width: 75%; }
  .\31\/5--widescreen, .\32\/10--widescreen {
    width: 20%; }
  .\32\/5--widescreen, .\34\/10--widescreen {
    width: 40%; }
  .\33\/5--widescreen, .\36\/10--widescreen {
    width: 60%; }
  .\34\/5--widescreen, .\38\/10--widescreen {
    width: 80%; }
  .\31\/6--widescreen {
    width: 16.66667%; }
  .\35\/6--widescreen {
    width: 83.33333%; }
  .\31\/7--widescreen {
    width: 14.28571%; }
  .\32\/7--widescreen {
    width: 28.57143%; }
  .\33\/7--widescreen {
    width: 42.85714%; }
  .\34\/7--widescreen {
    width: 57.14286%; }
  .\35\/7--widescreen {
    width: 71.42857%; }
  .\36\/7--widescreen {
    width: 85.71429%; }
  .\31\/8--widescreen {
    width: 12.5%; }
  .\33\/8--widescreen {
    width: 37.5%; }
  .\35\/8--widescreen {
    width: 62.5%; }
  .\37\/8--widescreen {
    width: 87.5%; }
  .\31\/9--widescreen {
    width: 11.11111%; }
  .\32\/9--widescreen {
    width: 22.22222%; }
  .\34\/9--widescreen {
    width: 44.44444%; }
  .\35\/9--widescreen {
    width: 55.55556%; }
  .\37\/9--widescreen {
    width: 77.77778%; }
  .\38\/9--widescreen {
    width: 88.88889%; }
  .\31\/10--widescreen {
    width: 10%; }
  .\33\/10--widescreen {
    width: 30%; }
  .\37\/10--widescreen {
    width: 70%; }
  .\39\/10--widescreen {
    width: 90%; } }

@media screen and (min-width: 1400px) {
  .\31\/2--widescreen-hd, .\32\/4--widescreen-hd, .\33\/6--widescreen-hd, .\34\/8--widescreen-hd, .\35\/10--widescreen-hd {
    width: 50%; }
  .\31\/3--widescreen-hd, .\32\/6--widescreen-hd, .\33\/9--widescreen-hd {
    width: 33.33333%; }
  .\32\/3--widescreen-hd, .\34\/6--widescreen-hd, .\36\/9--widescreen-hd {
    width: 66.66667%; }
  .\31\/4--widescreen-hd, .\32\/8--widescreen-hd {
    width: 25%; }
  .\33\/4--widescreen-hd, .\36\/8--widescreen-hd {
    width: 75%; }
  .\31\/5--widescreen-hd, .\32\/10--widescreen-hd {
    width: 20%; }
  .\32\/5--widescreen-hd, .\34\/10--widescreen-hd {
    width: 40%; }
  .\33\/5--widescreen-hd, .\36\/10--widescreen-hd {
    width: 60%; }
  .\34\/5--widescreen-hd, .\38\/10--widescreen-hd {
    width: 80%; }
  .\31\/6--widescreen-hd {
    width: 16.66667%; }
  .\35\/6--widescreen-hd {
    width: 83.33333%; }
  .\31\/7--widescreen-hd {
    width: 14.28571%; }
  .\32\/7--widescreen-hd {
    width: 28.57143%; }
  .\33\/7--widescreen-hd {
    width: 42.85714%; }
  .\34\/7--widescreen-hd {
    width: 57.14286%; }
  .\35\/7--widescreen-hd {
    width: 71.42857%; }
  .\36\/7--widescreen-hd {
    width: 85.71429%; }
  .\31\/8--widescreen-hd {
    width: 12.5%; }
  .\33\/8--widescreen-hd {
    width: 37.5%; }
  .\35\/8--widescreen-hd {
    width: 62.5%; }
  .\37\/8--widescreen-hd {
    width: 87.5%; }
  .\31\/9--widescreen-hd {
    width: 11.11111%; }
  .\32\/9--widescreen-hd {
    width: 22.22222%; }
  .\34\/9--widescreen-hd {
    width: 44.44444%; }
  .\35\/9--widescreen-hd {
    width: 55.55556%; }
  .\37\/9--widescreen-hd {
    width: 77.77778%; }
  .\38\/9--widescreen-hd {
    width: 88.88889%; }
  .\31\/10--widescreen-hd {
    width: 10%; }
  .\33\/10--widescreen-hd {
    width: 30%; }
  .\37\/10--widescreen-hd {
    width: 70%; }
  .\39\/10--widescreen-hd {
    width: 90%; } }

/*! General Styles start here. */
.grid--center {
  text-align: center; }

.grid__cell {
  text-align: left; }

*::selection {
  background: #b3b3b3;
  color: white; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important; }

h2 {
  line-height: 1.4;
  color: #1C1C1C;
  font-family: Arial, sans-serif;
  font-weight: 500; }

h3 {
  line-height: 1.4;
  color: #1C1C1C;
  font-family: Arial, sans-serif;
  font-weight: 500; }

p {
  line-height: 1.58;
  color: gray;
  font-size: 1.04rem;
  font-family: Arial, sans-serif; }
  p.clear {
    margin: 0;
    font-size: 1rem; }

a {
  color: gray;
  font-family: Arial, sans-serif; }

ul {
  padding: 0;
  list-style: none;
  font-style: italic; }

li {
  margin-bottom: .5rem;
  font-family: Arial, sans-serif;
  padding-left: 31px;
  background: url(../images/marker.gif) 0 4px no-repeat;
  line-height: 1.7; }

.page-content ul {
  list-style: disc;
  margin-left: 1rem;
}

.page-content li {
  padding-left: 0;
  background: none;
}

.footer {
  padding: 2rem 0 1rem;
  background: #F1F1F3; }
  .footer a {
    text-decoration: none; }
  .footer br {
    display: none; }
    @media screen and (min-width: 1025px) {
      .footer br {
        display: inline-block; } }
  .footer__logo {
    display: none; }
    .footer__logo img {
      display: block;
      width: 100%; }
    @media screen and (min-width: 1025px) {
      .footer__logo {
        display: inline-block;
        margin-right: 2rem; } }
  .footer__block {
    margin-bottom: 1rem; }
    @media screen and (min-width: 1025px) {
      .footer__block {
        margin: 0; } }
  .footer__block-title {
    margin-top: 0;
    color: black;
    font-size: 1.1rem; }
  .footer__block-descr {
    font-size: .95rem; }
  .footer__copyright {
    font-size: .9rem;
    line-height: 1.6;
    border-top: 1px solid gainsboro;
    padding-top: 1rem;
    margin-top: 1rem;
    color: gray; }
  .footer__social-link {
    text-decoration: none;
    margin-right: .3rem;
    color: gray;
    transition: 100ms linear color; }
    .footer__social-link:hover {
      color: #0078C0; }
  .footer__sub-block {
    color: gray;
    line-height: 1.5;
    font-size: .9rem; }

.hamburger {
  font-size: 40px;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  cursor: pointer;
  transition: transform .2s ease-in-out;
  vertical-align: middle;
  border: 0 none;
  background: transparent; }
  .hamburger:focus {
    padding: 0;
    border: 0 none;
    outline: 0; }
  .hamburger:before, .hamburger:after {
    content: ""; }
  .hamburger:before, .hamburger:after, .hamburger__icon {
    display: block;
    width: 100%;
    height: 5px;
    margin: 0 0 .175em;
    transition: transform .2s ease-in-out;
    border-radius: .05em;
    background: #0078C0; }
  .hamburger:after {
    margin-bottom: 0; }
  .hamburger--active:before, .hamburger--active:after, .hamburger--active .hamburger__icon {
    background: #0078C0; }
  .hamburger--active:before {
    transform: translateY(0.3em) rotate(135deg); }
  .hamburger--active .hamburger__icon {
    transform: scale(0); }
  .hamburger--active:after {
    transform: translateY(-0.3em) rotate(-135deg); }

.header__links {
  background: #F1F1F3;
  text-align: center;
  white-space: nowrap; }
  @media screen and (min-width: 500px) {
    .header__links {
      text-align: right; } }

.header__quote-btn {
  padding: .6rem 1.2rem;
  display: inline-block;
  vertical-align: middle;
  background: #0078C0;
  color: white;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none; }
  .header__quote-btn:hover {
    background: #0088da; }
  .header__quote-btn:active {
    background: #0068a7; }

.header__contact-info {
  display: none; }
  @media screen and (min-width: 801px) {
    .header__contact-info {
      display: inline-block;
      vertical-align: middle;
      color: gray;
      text-decoration: none;
      margin-right: .5rem;
      font-size: .9rem; }
      .header__contact-info span {
        color: #0078C0;
        margin-right: .3rem; } }

.header__social-btn {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #0078C0;
  border-right: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  padding: .4rem .5rem;
  transition: 100ms linear color; }
  .header__social-btn:hover {
    color: #0078C0; }

.header__main {
  padding: .5rem 0; }
  @media screen and (min-width: 801px) {
    .header__main {
      padding: .8rem 0; } }

.header__logo {
  width: 100px;
  display: inline-block;
  vertical-align: middle; }
  .header__logo img {
    display: block;
    width: 100%; }
  @media screen and (min-width: 500px) {
    .header__logo {
      width: 130px; } }
  @media screen and (min-width: 801px) {
    .header__logo {
      width: 150px; } }

.header__mobile-btn {
  float: right;
  padding: 0.5rem 0; }
  @media screen and (min-width: 500px) {
    .header__mobile-btn {
      padding: 0.8rem 0; } }
  @media screen and (min-width: 801px) {
    .header__mobile-btn {
      display: none; } }

.nav {
  max-height: 0;
  overflow: hidden; }
  .nav--open {
    margin-top: 1rem;
    max-height: 500px; }
  @media screen and (min-width: 801px) {
    .nav {
      max-height: none;
      display: inline-block;
      vertical-align: middle;
      border: 0; } }
  .nav__link {
    display: block;
    text-decoration: none;
    border-top: 1px solid gainsboro;
    padding: .7rem .3rem; }
    @media screen and (min-width: 801px) {
      .nav__link {
        display: inline-block;
        border: 0;
        font-weight: 600;
        color: #363636;
        margin-left: .1rem;
        text-transform: uppercase;
        font-size: .85rem; } }
    @media screen and (min-width: 1025px) {
      .nav__link {
        margin-left: .5rem; } }

.wrapper {
  max-width: 1100px;
  min-width: 320px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1rem; }

.page-content, .page-content--home-page {
  background: #F1F1F3;
  padding: 1rem 0 2rem; }
  .page-content--home-page {
    padding: 1rem 0 0; }
  .page-content__block, .page-content__block--gallery {
    background: white;
    padding: 1rem; }
    .page-content__block > :first-child, .page-content__block--gallery > :first-child {
      margin-top: 0; }
    @media screen and (min-width: 500px) {
      .page-content__block, .page-content__block--gallery {
        padding: 2rem; } }
    .page-content__block--gallery {
      padding: .5rem; }
  .page-content__title, .page-content__title--center {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 1rem;
    color: #1C1C1C; }
    .page-content__title--center {
      text-align: center; }

.home-slide__item {
  height: 250px;
  width: 100%; }
  .home-slide__item .wrapper {
    height: 100%;
    position: relative; }
  @media screen and (min-width: 500px) {
    .home-slide__item {
      height: 400px; } }
  @media screen and (min-width: 1025px) {
    .home-slide__item {
      height: 550px; } }
  @media screen and (min-width: 1160px) {
    .home-slide__item {
      height: 600px; } }

.home-slide__tagline {
  background: rgba(0, 0, 0, 0.39);
  font-size: 1.7rem;
  margin: 0;
  padding: 1rem 2rem;
  color: white;
  position: absolute;
  bottom: 3rem;
  left: 1rem;
  right: 1rem; }

.home-slide .flickity-page-dots {
  bottom: 15px; }
  .home-slide .flickity-page-dots .dot {
    padding: 0;
    width: 15px;
    height: 15px;
    background: white; }

.featured-link {
  background: white;
  display: inline-block;
  margin-bottom: 1rem; }
  .featured-link__title {
    background: #0078C0;
    padding: .8rem 1rem;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: white; }
    @media screen and (min-width: 1025px) {
      .featured-link__title {
        padding: 1rem;
        font-size: 1.5rem; } }
  .featured-link__body {
    overflow: hidden;
    padding: 1rem; }
    @media screen and (min-width: 1025px) {
      .featured-link__body {
        font-size: 0; } }
  .featured-link__img {
    height: 150px; }
    @media screen and (min-width: 1025px) {
      .featured-link__img {
        height: 350px;
        width: 45%;
        display: inline-block;
        vertical-align: top; } }
  @media screen and (min-width: 1025px) {
    .featured-link__content {
      width: 55%;
      display: inline-block;
      padding-left: 1rem;
      box-sizing: border-box;
      font-size: 1rem;
      min-height: 350px;
      position: relative; } }
  .featured-link__txt > :first-child {
    margin: 1rem 0; }
  @media screen and (min-width: 1025px) {
    .featured-link__txt > :first-child {
      margin: 0; } }
  .featured-link__txt h1, .featured-link__txt h2, .featured-link__txt h3 {
    color: #0078C0;
    font-size: 1.8rem;
    line-height: 1; }
  .featured-link__txt p {
    font-size: .9rem; }
  .featured-link__txt ul {
    padding-left: .5rem;
    font-style: italic; }
  .featured-link__txt p, .featured-link__txt ul {
    color: #1C1C1C; }
  .featured-link__btn {
    display: block;
    text-align: center;
    background: #0078C0;
    padding: .7rem;
    color: white;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 1025px) {
      .featured-link__btn {
        position: absolute;
        bottom: 0;
        box-sizing: border-box;
        display: block;
        left: 1rem;
        right: 0; } }

.form-shell fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0; }
  .form-shell fieldset > .field {
    margin-bottom: 1rem;
    font-size: 1rem; }
    .form-shell fieldset > .field > label {
      display: inline-block;
      margin-bottom: .5rem;
      color: #1C1C1C; }

.form-shell input[type=text], .form-shell input[type=email], .form-shell textarea {
  width: 100%;
  box-sizing: border-box;
  padding: .5rem;
  border: 1px solid gainsboro; }

.form-shell .Actions {
  text-align: right; }

.form-shell input[type=submit] {
  background: #0078C0;
  padding: .8rem 1rem;
  color: white;
  border: 0;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 600; }
  .form-shell input[type=submit]:hover {
    background: #0088da; }
  .form-shell input[type=submit]:active {
    background: #0068a7; }

@media screen and (min-width: 500px) {
  .form-shell div.half-form, .form-shell div.half-form--last {
    width: 48%;
    display: inline-block;
    margin-right: 4%; }
    .form-shell div.half-form--last {
      margin-right: 0; } }

.form-shell .services-list .fieldgroup-field {
  margin: 0 .5rem .5rem 0;
  padding: .4rem .7rem;
  border-radius: 2px;
  color: #0078C0; }
  @media screen and (min-width: 500px) {
    .form-shell .services-list .fieldgroup-field {
      display: inline-block; } }
  .form-shell .services-list .fieldgroup-field input, .form-shell .services-list .fieldgroup-field label {
    display: inline-block;
    vertical-align: middle; }

.contact {
  padding: 1rem 0;
  background: #F1F1F3; }
  @media screen and (min-width: 801px) {
    .contact {
      padding: 2rem 0; } }
  .contact__block {
    background: white;
    padding: 1rem; }
    @media screen and (min-width: 500px) {
      .contact__block {
        padding: 1.5rem 2rem 2rem 2rem; } }
  .contact__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 1rem;
    color: #1C1C1C; }
  .contact__map {
    margin-top: 1.5rem;
    border-top: 1px solid #F1F1F3;
    padding-top: 1rem; }
    @media screen and (min-width: 801px) {
      .contact__map {
        padding: 0;
        margin: 0;
        border: 0; } }
  .contact__info p, .contact__info--page p {
    overflow: hidden;
    padding-left: .5rem; }
  .contact__info span, .contact__info--page span {
    float: left;
    color: #0078C0;
    margin-top: .2rem; }
  .contact__info--page {
    border-top: 1px solid #e3e3e7; }
    .contact__info--page span {
      margin-top: 1.25rem; }

.contact-map {
  height: 300px;
  border: 0; }

.gallery {
  font-size: 0; }
  .gallery__album {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 4px;
    margin-bottom: 8px;
    font-size: 16px;
    width: 50%; }
    @media screen and (min-width: 500px) {
      .gallery__album {
        width: 33.33%; } }
    @media screen and (min-width: 1025px) {
      .gallery__album {
        width: 25%; } }
    .gallery__album img {
      width: 100%;
      display: block; }
    .gallery__album a {
      display: block; }
  .gallery__cover {
    position: relative; }
  .gallery__title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0.75em 1em;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    text-transform: uppercase; }
    @media screen and (min-width: 500px) {
      .gallery__title {
        font-size: 1.1rem; } }
  .gallery__gallery {
    font-size: 0; }

.album__item {
  margin-bottom: 8px;
  width: 20%;
  padding: 0 4px;
  box-sizing: border-box;
  display: inline-block; }
  .album__item:nth-of-type(5n+1) {
    width: 40%; }
  .album__item img {
    width: 100%;
    display: block; }
  .album__item a {
    display: block; }

.driveway-stage {
  position: relative;
  display: table;
  width: 100%;
  margin: 1rem 0; }
  .driveway-stage__nr {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #0078C0;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: 600; }
    @media screen and (min-width: 1025px) {
      .driveway-stage__nr {
        background: white;
        color: #0078C0; } }
  @media screen and (min-width: 1025px) {
    .driveway-stage__img {
      display: table-cell;
      width: 50%;
      vertical-align: top; } }
  .driveway-stage__img img {
    display: block;
    width: 100%; }
  .driveway-stage__img-holder {
    height: 225px; }
  .driveway-stage__txt {
    background: #0078c0;
    color: white;
    padding: 1rem 1.5rem;
    line-height: 1.7; }
    @media screen and (min-width: 1025px) {
      .driveway-stage__txt {
        display: table-cell;
        vertical-align: top; } }

.side-block {
  border: 1px solid #d6d6db;
  padding: 1rem 1.4rem .5rem;
  display: none; }
  @media screen and (min-width: 801px) {
    .side-block {
      display: block; } }
  .side-block__title {
    margin: 0;
    font-size: 1.4rem;
    color: #1C1C1C; }
  .side-block__descr {
    margin-top: .5rem;
    margin-bottom: 2rem;
    font-size: .9rem; }

.menu-contact {
  display: none;
  float: right;
  background: #F1F1F3;
  padding: .5rem 1rem;
  border-radius: 2px; }
  @media screen and (min-width: 1160px) {
    .menu-contact {
      display: inline-block; } }
  .menu-contact__info {
    text-decoration: none;
    color: #1C1C1C;
    padding: .3rem 0;
    display: block;
    font-size: .9rem; }
    .menu-contact__info span {
      color: #0078C0;
      margin-right: .2rem; }

.accr {
  background: white;
  padding: 2rem 2rem 1rem;
  text-align: center;
  overflow: hidden; }
  .accr__img {
    max-height: 60px;
    margin: 0 1rem 1rem; }
    @media screen and (min-width: 1025px) {
      .accr__img {
        max-height: 80px; } }

.service-block {
  height: 200px;
  border: 3px solid white;
  margin-bottom: 1.5rem;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box; }
  .service-block__tagline {
    position: absolute;
    background: rgba(0, 0, 0, 0.41);
    color: white;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .7rem 1rem;
    margin: 0;
    font-size: .9rem;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.6) 10px, rgba(0, 0, 0, 0.6) 20px);
    text-transform: uppercase;
    box-sizing: border-box;
    font-weight: 500;
    font-family: Arial, sans-serif; }


