@charset "UTF-8";
/**
 * Collect awesome stuff
 **/
/**
 * Utilities and dependencies
 **/
/**
 * Colours
 **/
/**
 * Section themes
 * Classes are generated in _sections.scss
 **/
/**
 * Fonts
 **/
/**
 * Navigation
 **/
/**
 * Gravity forms
 **/
/**
 * Fancybox
 **/
/**
* Lazy loading
**/
/**
* Z-indexes
**/
/**
 * Media queries - breakpoints
 **/
/**
 * Grid settings
 **/
/**
 * Media query mixin
 * ================================================== */
/**
 * Ionicons icons placeholder
 **/
.entry blockquote::before, .google__maps .gm-style-iw blockquote::before, .nav__link-caret::before, .fancybox-arrow::before {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: inherit;
  line-height: inherit;
  font-family: Ionicons;
  text-rendering: auto;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/**
 * Invisible text
 **/
/**
 * Screen reader
 **/
/**
 * Clearfix
 **/
/**
 * Center block horizontally
 **/
/**
 * Margins
 **/
/**
 * Paddings
 **/
/**
 * Overlay
 **/
/**
 * Gallery overlay
 **/
/**
 * Button background-color with hover and active based on color given
 **/
/**
 * Image backgrounds
 **/
/**
 * Grid system
 * ================================================== */
/**
 * Grid framework
 * ================================================== */
.row-no-padding [class*='col-'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/**
     * Computes a top-shadow for a card effect.
     *
     * @param {Number} $depth - depth level
     *
     * @return {List}
     */
/**
     * Computes a bottom-shadow for a card effect.
     *
     * @param {Number} $depth - depth level
     *
     * @return {List}
     */
/**
     * Gives a card depth effect.
     *
     * @param {Number} $depth - depth level (between 1 and 5)
     *
     * @link http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality Google Design
     *
     * @requires {function} top-shadow
     * @requires {function} bottom-shadow
     */
/**
 * Theme scaffolding
 **/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Base settings
 **/
html {
  box-sizing: border-box;
  font-size: 10px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  height: 100%;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #444444;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/**
 * Base typography
 * ================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 2.5rem;
  font-weight: 600;
}

h2, .h2 {
  font-size: 2.2rem;
  font-weight: 600;
}

h3, .h3 {
  font-size: 1.8rem;
}

h4, .h4 {
  font-size: 1.7rem;
  font-weight: 600;
}

h5, .h5 {
  font-size: 1.6rem;
}

h6, .h6 {
  font-size: 1.5rem;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not(.mix) {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}

/**
 * Class containing formatted elements
 **/
.entry, .google__maps .gm-style-iw {
  /**
	 * Headings
	 **/
  /**
	 * Defualt links
	 **/
  /**
	 * Paragraphs and lists
	 **/
  /**
	 * Tables
	 **/
  /**
	 * Blockquote
	 **/
  /**
	 * WordPress core classes
	 **/
}

.entry h1, .google__maps .gm-style-iw h1,
.entry h2, .google__maps .gm-style-iw h2,
.entry h3, .google__maps .gm-style-iw h3,
.entry h4, .google__maps .gm-style-iw h4,
.entry h5, .google__maps .gm-style-iw h5,
.entry h6, .google__maps .gm-style-iw h6 {
  padding-top: 1rem;
}

.entry h1:not(.section__title--col), .google__maps .gm-style-iw h1:not(.section__title--col),
.entry h2:not(.section__title--col), .google__maps .gm-style-iw h2:not(.section__title--col),
.entry h3:not(.section__title--col), .google__maps .gm-style-iw h3:not(.section__title--col),
.entry h4:not(.section__title--col), .google__maps .gm-style-iw h4:not(.section__title--col),
.entry h5:not(.section__title--col), .google__maps .gm-style-iw h5:not(.section__title--col),
.entry h6:not(.section__title--col), .google__maps .gm-style-iw h6:not(.section__title--col) {
  margin-bottom: 0.5rem;
}

.entry a:not(.btn), .google__maps .gm-style-iw a:not(.btn) {
  color: #222222;
}

.entry a:not(.btn):hover, .google__maps .gm-style-iw a:not(.btn):hover {
  color: #151515;
}

.entry p, .google__maps .gm-style-iw p,
.entry ol, .google__maps .gm-style-iw ol,
.entry ul, .google__maps .gm-style-iw ul {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  line-height: 2;
}

.entry ul, .google__maps .gm-style-iw ul,
.entry ol, .google__maps .gm-style-iw ol {
  padding-left: 3rem;
}

.entry ol, .google__maps .gm-style-iw ol {
  list-style: decimal;
}

.entry ul, .google__maps .gm-style-iw ul {
  list-style: disc;
}

.entry .table-wrapper, .google__maps .gm-style-iw .table-wrapper {
  -webkit-overflow-scroll: touch;
  overflow-x: auto;
}

.entry table, .google__maps .gm-style-iw table {
  width: 100%;
}

.entry table tbody tr, .google__maps .gm-style-iw table tbody tr {
  background: #222222;
  color: #fff;
}

.entry table tbody tr:nth-child(odd), .google__maps .gm-style-iw table tbody tr:nth-child(odd) {
  background: #484848;
}

.entry table td, .google__maps .gm-style-iw table td,
.entry table th, .google__maps .gm-style-iw table th {
  padding: 0.5rem;
  text-align: left;
}

.entry table th, .google__maps .gm-style-iw table th {
  font-weight: bold;
}

.entry blockquote, .google__maps .gm-style-iw blockquote {
  margin-top: 0.5rem;
  position: relative;
  padding-left: 3rem;
}

.entry blockquote::before, .google__maps .gm-style-iw blockquote::before {
  content: '\f347';
  position: absolute;
  top: 0.5rem;
  left: 0;
  font-size: 2rem;
  color: #222222;
}

.entry blockquote p, .google__maps .gm-style-iw blockquote p {
  font-size: 1.25em;
  font-style: italic;
}

.entry .alignnone, .google__maps .gm-style-iw .alignnone {
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.entry .aligncenter, .google__maps .gm-style-iw .aligncenter {
  display: block;
  padding-top: 0.5rem;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}

.entry .alignright, .google__maps .gm-style-iw .alignright {
  float: right;
  margin: 0.5rem 0 1.5rem 1.5rem;
}

.entry .alignleft, .google__maps .gm-style-iw .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1.5rem 0;
}

/**
 * Form reset/basic styling
 **/
input,
select,
button,
textarea {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  white-space: normal;
  border-radius: 0;
  outline: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

input:not([type="radio"]):not([type="checkbox"]),
button {
  -webkit-appearance: none;
}

/**
 * Placeholders
 **/
::-webkit-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
}

::-webkit-search-decoration {
  display: none;
}

/**
 * Layout
 **/
/**
 * Grid system
 * Variables are found in _variables.scss
 **/
/**
 * Containers
 **/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container:before, .container:after {
  content: '';
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 75rem;
  }
}

@media (min-width: 992px) {
  .container {
    width: 97rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 117rem;
  }
}

.container--flex {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .container--flex {
    width: 75rem;
  }
}

@media (min-width: 992px) {
  .container--flex {
    width: 97rem;
  }
}

@media (min-width: 1200px) {
  .container--flex {
    width: 117rem;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-fluid:before, .container-fluid:after {
  content: '';
  display: table;
}

.container-fluid:after {
  clear: both;
}

.container-fluid--flex {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/**
 * Rows
 **/
.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.row:before, .row:after {
  content: '';
  display: table;
}

.row:after {
  clear: both;
}

.row--flex {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.row--flex:after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/**
 * Grid columns
 **/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .one_four .image-links__image:first-child, .four_one .image-links__image:last-child, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .four_one .image-links__image:first-child, .one_four .image-links__image:last-child, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .one_four .image-links__image:first-child, .four_one .image-links__image:last-child, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .four_one .image-links__image:first-child, .one_four .image-links__image:last-child, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3, .one_four .image-links__image:first-child, .four_one .image-links__image:last-child {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9, .four_one .image-links__image:first-child, .one_four .image-links__image:last-child {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/**
 * Responsive visibility
 * ================================================== */
.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

.visible-sm {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

.visible-md {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

.visible-lg {
  display: none !important;
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/**
 * Flexbox helpers
 **/
.flex, .container--flex, .container-fluid--flex, .row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex--justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex--wrap, .container--flex, .container-fluid--flex, .row--flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex--v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * Backgrounds
 **/
.bg--cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .bg--fixed {
    background-attachment: fixed;
  }
}

.bg--contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/**
 * Clearfix
 **/
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

/**
 * Padding helpers
 **/
.no-gutter {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.padding--none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padding--top {
  padding-bottom: 0 !important;
}

.padding--bottom {
  padding-top: 0 !important;
}

/**
 * Sections
 **/
.section {
  /**
	 * Colour themes
	 **/
  /**
	 * Sizes
	 **/
  /**
	 * Elements
	 **/
}

.section--grey {
  background-color: #666666;
  color: #fff;
}

.section--grey.section--image {
  position: relative;
}

.section--grey.section--image > * {
  position: relative;
  z-index: 11;
}

.section--grey.section--image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(102, 102, 102, 0.6);
  z-index: 1;
}

.section--grey h1, .section--grey h2, .section--grey h3, .section--grey h4, .section--grey h5, .section--grey h6 {
  color: #fff;
}

.section--grey a:not(.btn) {
  color: #fff;
}

.section--grey a:not(.btn):hover {
  color: #d9d9d9;
}

.section--grey-dark {
  background-color: #444444;
  color: #fff;
}

.section--grey-dark.section--image {
  position: relative;
}

.section--grey-dark.section--image > * {
  position: relative;
  z-index: 11;
}

.section--grey-dark.section--image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(68, 68, 68, 0.6);
  z-index: 1;
}

.section--grey-dark h1, .section--grey-dark h2, .section--grey-dark h3, .section--grey-dark h4, .section--grey-dark h5, .section--grey-dark h6 {
  color: #fff;
}

.section--grey-dark a:not(.btn) {
  color: #fff;
}

.section--grey-dark a:not(.btn):hover {
  color: #d9d9d9;
}

.section--onyx {
  background-color: #222222;
  color: #fff;
}

.section--onyx.section--image {
  position: relative;
}

.section--onyx.section--image > * {
  position: relative;
  z-index: 11;
}

.section--onyx.section--image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.6);
  z-index: 1;
}

.section--onyx h1, .section--onyx h2, .section--onyx h3, .section--onyx h4, .section--onyx h5, .section--onyx h6 {
  color: #fff;
}

.section--onyx a:not(.btn) {
  color: #fff;
}

.section--onyx a:not(.btn):hover {
  color: #d9d9d9;
}

.section--s {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section--m {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 480px) {
  .section--m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .section--m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .section--m {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1200px) {
  .section--m {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.section--l {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 480px) {
  .section--l {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .section--l {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .section--l {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 1200px) {
  .section--l {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.section__title {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .section__title {
    padding-bottom: 2rem;
  }
}

.section__title--col {
  padding-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .section__title--col {
    padding-bottom: 1.5rem;
  }
}

/**
 * Components
 **/
/**
 * Gravity forms
 **/
/**
* WALL OF VARIABLES!!
**/
/**
 * Form wrapper
 **/
.gform_wrapper {
  margin: 0 !important;
  max-width: none !important;
}

.gform_body {
  width: 100% !important;
}

.gform_fields {
  list-style: none;
  padding-left: 0;
}

.gform_title {
  font-size: 3rem !important;
  font-weight: 400 !important;
}

.gform_button {
  background: #222222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  margin: 0 !important;
  display: inline-block;
  padding: 1rem 2.5rem !important;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.gform_button:hover {
  background: #0e0e0e;
}

.gform_button:active {
  background: #030303;
}

/**
 * Form fields
 **/
.gfield {
  margin-bottom: 1.5rem;
  padding-right: 0 !important;
}

.gfield_label {
  display: none !important;
  color: black;
}

.gfield_required {
  color: black;
}

.gfield_description {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.gfield input[type="email"],
.gfield input[type="text"],
.gfield textarea {
  display: block;
  width: 100% !important;
  padding: 1rem 1.5rem !important;
  line-height: 1 !important;
  background: transparent;
  border: none;
  border: 0.1rem solid #666666;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #222222;
}

.gfield input[type="email"]:hover,
.gfield input[type="text"]:hover,
.gfield textarea:hover {
  background: transparent;
  color: #222222;
  border-color: #222222;
}

.gfield input[type="email"]:focus,
.gfield input[type="text"]:focus,
.gfield textarea:focus {
  background: transparent;
  color: #222222;
  border-color: #090909;
}

/**
 * Validations
 **/
.validation_error {
  color: #c34e4e !important;
  text-align: left !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
}

.gfield_error {
  min-width: 100% !important;
  border: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.gfield_error .gfield_label,
.gfield_error .gfield_required {
  color: #c34e4e !important;
}

.gfield_error .validation_message {
  color: #c34e4e !important;
  font-size: 1.2rem !important;
}

.gfield_error input[type="email"],
.gfield_error input[type="text"],
.gfield_error textarea {
  border: 0.2rem solid #c34e4e !important;
}

/**
 * Mailchimp
 **/
.mc4wp-form p + .mc4wp-form p {
  margin-top: 1rem;
}

.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"] {
  width: 100%;
}

.mc4wp-form input[type="submit"] {
  display: inline-block;
  padding: 1rem 2.5rem;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.mc4wp-form input[type="submit"]:hover > .fa {
  -webkit-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.mc4wp-form input[type="submit"] > .fa {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

/**
 * Buttons
 **/
.btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn:hover > i {
  -webkit-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.btn > i {
  padding-left: .5rem;
  display: inline-block;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

/**
 * Media and images
 **/
/**
 * Semi responsive images
 **/
img {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: .1rem;
  line-height: 0;
  border: none;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

img:not([src*='.svg']) {
  min-width: .1rem;
}

/**
 * Iframe
 **/
iframe {
  max-width: 100%;
}

/**
 * Reset all google iframes
 **/
[name*='google'] {
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

/**
 * Media wrappers
 **/
.media--16-9 {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.media--16-9 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Navigation
 **/
.nav {
  /**
	 * Mobile menu panel
	 **/
  /**
	 * Mobile menu toggle
	 **/
}

.nav__list {
  list-style: none;
}

.nav__item {
  position: relative;
}

@media (min-width: 992px) {
  .nav__item {
    float: left;
  }
}

.nav__link {
  display: block;
  padding: 1.5rem;
  line-height: 1;
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .nav__link {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .nav__link {
    white-space: nowrap;
    padding: 1rem 1.2rem;
  }
}

@media (min-width: 992px) {
  .nav__link {
    padding: 1rem 0.9rem;
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .nav__link {
    padding: 1rem 1.2rem;
    font-size: 1.2rem;
  }
}

.is-active > .nav__link, .nav__link:hover {
  opacity: 0.7;
}

.nav__link-caret {
  display: block;
  margin-left: 0.3rem;
  text-align: center;
  padding-top: 0.5rem;
}

.nav__link-caret::before {
  content: '\f3d0';
  line-height: 0;
}

@media (max-width: 991px) {
  .nav__link-caret {
    display: inline-block;
  }
}

.nav__dropdown {
  display: none;
  list-style: none;
  background-color: #444444;
}

@media (min-width: 992px) {
  .nav__dropdown {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 100%;
    background-color: #666666;
    color: #fff;
    text-align: center;
    padding: 1rem;
  }
}

.is-open > .nav__dropdown {
  display: block;
}

.nav__dropdown .nav__item {
  float: none;
}

@media (min-width: 992px) {
  .nav__dropdown .nav__link {
    padding: 0.8rem 1.2rem;
    font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  .nav__dropdown .nav__link {
    padding-left: 2.5rem;
  }
}

@media (max-width: 767px) {
  .nav--mobile {
    top: 7.8rem;
    height: -webkit-calc(100% - 7.8rem);
    height: calc(100% - 7.8rem);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav--mobile {
    top: 10.6rem;
    height: -webkit-calc(100% - 10.6rem);
    height: calc(100% - 10.6rem);
  }
}

@media (max-width: 991px) {
  .nav--mobile {
    position: fixed;
    z-index: 8888;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #666666;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav--mobile.is-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  body.is-fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.nav-toggle {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-49.9%);
      -ms-transform: translateY(-49.9%);
          transform: translateY(-49.9%);
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  cursor: pointer;
}

.nav-toggle__label {
  display: inline-block;
  color: #222222;
}

.nav-toggle__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 0.3rem;
  background: #222222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-toggle__icon::before, .nav-toggle__icon::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0.3rem;
  background: #222222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-toggle__icon::before {
  bottom: -0.7rem;
}

.nav-toggle__icon::after {
  top: -0.7rem;
}

body.is-fixed .nav-toggle__icon {
  background: transparent;
}

body.is-fixed .nav-toggle__icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.is-fixed .nav-toggle__icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .has-dropdown.nav__item .nav__dropdown {
    display: block;
  }
}

@media (min-width: 992px) {
  .has-dropdown.nav__item:hover .nav__dropdown {
    display: block;
  }
}

/**
 * Share and like buttons
 **/
.share,
.like {
  text-align: left;
  height: 2rem;
}

.share__button,
.like__button {
  line-height: 2rem;
  height: inherit;
  display: inline-block;
  vertical-align: middle;
}

.share__button + .share__button,
.like__button + .share__button, .share__button +
.like__button,
.like__button +
.like__button {
  margin-left: 1rem;
}

.owl-lazy,
.lazy {
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.owl-lazy.has-loaded,
.lazy.has-loaded {
  opacity: 1;
}

.owl-lazy-wrapper,
.lazy-wrapper {
  position: relative;
  z-index: 1;
}

.owl-lazy-wrapper.has-loaded:after,
.lazy-wrapper.has-loaded:after {
  opacity: 0;
}

.owl-lazy-wrapper:after,
.lazy-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0.3rem solid transparent;
  border-top-color: #000;
  -webkit-transition: opacity 0.75s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.75s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
  -webkit-animation: spinner 1.5s linear infinite;
          animation: spinner 1.5s linear infinite;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.google__maps {
  position: relative;
  width: 100%;
  height: 25rem;
}

@media (min-width: 768px) {
  .google__maps {
    position: absolute !important;
    right: 1.5rem;
    top: 0;
    width: -webkit-calc(50% - 3rem);
    width: calc(50% - 3rem);
    height: 100%;
  }
}

.google__maps .gm-style-iw {
  color: #000;
}

.google__maps .gm-style-iw p:last-of-type {
  margin-bottom: 0 !important;
}

.pagination__pages .page-numbers {
  font-size: 1.7rem;
  margin-right: .2rem;
  margin-left: .2rem;
  padding: .6rem 1rem;
  color: #fff;
  background: #222222;
  height: 3rem;
  line-height: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination__pages .page-numbers.current, .pagination__pages .page-numbers:hover:not(.dots) {
  background: #090909;
}

/**
 * General sections
 **/
/**
 * Site header
 **/
.header {
  position: relative;
  z-index: 100;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.header__container {
  position: relative;
}

@media (min-width: 992px) {
  .header__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header__logo {
  display: block;
  background-image: url("../../images/Logo.png");
  width: 26.9rem;
  height: 6.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .header__logo {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 15rem;
    height: 3.4572490706rem;
  }
}

.footer .container {
  margin-top: 5rem;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}

@media (min-width: 992px) {
  .footer .container {
    margin-top: 7rem;
  }
}

@media (min-width: 1200px) {
  .footer .container {
    margin-top: 9rem;
  }
}

.footer__facebook {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer__facebook i {
  margin-right: 1rem;
}

.footer__back {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer__back--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__back--link i {
  margin-left: 1rem;
}

.footer__item--content {
  line-height: 1.8;
  font-weight: 300;
  font-size: 1.4rem;
}

.footer__item--content.phone {
  font-size: 1.5rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .footer__item--content.phone {
    font-size: 2.3rem;
  }
}

@media (max-width: 767px) {
  .footer__item--content.phone {
    margin-bottom: 3rem;
  }
}

.footer__item--content.phone .company-info {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 768px) {
  .footer__item--content.phone .company-info {
    font-size: 3.7rem;
  }
}

.footer__item--content.phone .company-info a {
  position: relative;
}

.footer__item--content.phone .company-info a:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: currentColor;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.footer__item--content.phone .company-info a:hover:after {
  width: 100%;
}

@media (min-width: 768px) {
  .footer__item--content.phone .company-info a:after {
    bottom: 6px;
  }
}

.footer__item--content.phone .company-info span {
  font-weight: 700;
}

.footer__sub {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
}

.footer__sub i {
  height: 3rem;
  width: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #222222;
  font-size: 2rem;
}

/**
 * Partials
 **/
.page__header {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .page__header {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 768px) {
  .page__header {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

@media (min-width: 992px) {
  .page__header__content {
    padding-left: 4.5rem;
  }
}

.page__breadtext {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  padding-top: 3rem;
}

.page__hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page__title__over {
  color: #444444;
  margin-bottom: 0.5rem;
}

.page__title__under {
  color: #444444;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .page__content :last-child.middle__wrapper {
    padding-bottom: 18.75rem;
  }
}

/**
 * Contact page
 **/
.contact-wrapper {
  position: relative;
  padding-top: 3rem;
}

@media (min-width: 768px) {
  .contact-wrapper {
    padding-top: 6rem;
  }
}

@media (min-width: 992px) {
  .contact-wrapper {
    padding-top: 9rem;
  }
}

.contact-wrapper .container {
  position: relative;
}

.contact__content a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .contact__form {
    margin-bottom: 3rem;
  }
}

.company-info i,
.company-info img {
  display: inline-block;
  margin-right: 0.7rem;
}

/**
 * Slider
 **/
.slider__item {
  position: relative;
  z-index: 2;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__item:before {
  content: '';
  display: block;
  height: 0;
  padding-bottom: 50%;
}

@media (min-width: 768px) {
  .slider__item:before {
    padding-bottom: 40rem;
  }
}

@media (min-width: 992px) {
  .slider__item:before {
    padding-bottom: 50rem;
  }
}

@media (min-width: 1200px) {
  .slider__item:before {
    padding-bottom: 65rem;
  }
}

/**
 * Gallery
 **/
.gallery__list {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.gallery__item {
  width: 100%;
  padding: 1.5rem;
}

@media (min-width: 500px) {
  .gallery__item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .gallery__item {
    width: 33.3333333333%;
  }
}

.gallery__item.big {
  width: 100%;
}

.gallery__image.big {
  width: 100%;
}

.gallery__link {
  display: block;
  position: relative;
}

.gallery__link:hover:before, .gallery__link:hover:after {
  opacity: 1;
}

.gallery__link:before, .gallery__link:after {
  position: absolute;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.gallery__link:before {
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.gallery__link:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  font-size: 2.4rem;
  color: #fff;
  font-family: Ionicons;
  z-index: 2;
}

.text-image__wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .text-image__content.right {
    padding-right: 4rem;
  }
}

@media (min-width: 992px) {
  .text-image__content.right {
    padding-right: 7rem;
  }
}

@media (min-width: 768px) {
  .text-image__content.left {
    padding-left: 4rem;
  }
}

@media (min-width: 992px) {
  .text-image__content.left {
    padding-left: 7rem;
  }
}

.text-image__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .text-image__image.left, .text-image__image.right {
    height: 40rem;
  }
}

@media (min-width: 768px) {
  .text-image__image.left, .text-image__image.right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
  }
}

.text-image__image.left {
  left: 0;
}

.text-image__image.right {
  right: 0;
}

@media (max-width: 767px) {
  .image-links .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.image-links__image {
  height: 65rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 767px) {
  .image-links__image {
    display: block;
    width: 50%;
    height: 25rem;
  }
}

.image-links__image:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.4);
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.image-links__image:hover:after {
  opacity: 1;
}

.large .container {
  height: 65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .large .container {
    height: 30rem;
  }
}

.large__text {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  width: 100%;
}

@media (min-width: 768px) {
  .large__text {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .large__text {
    font-size: 6rem;
  }
}

@media (min-width: 1200px) {
  .large__text {
    font-size: 8rem;
  }
}

.middle {
  position: relative;
  z-index: 98;
  pointer-events: none;
}

@media (min-width: 768px) {
  .middle {
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.middle__wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .middle__wrapper {
    height: 0;
  }
}

.middle__item {
  height: 37.5rem;
  pointer-events: all;
}

.middle__item--text {
  width: 100%;
}

.middle__item--title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 3rem;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}

.middle__item.image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .middle__item.image {
    width: 100%;
    display: block;
  }
}

.middle__item.image:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.4);
  opacity: 0;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.middle__item.image:hover:after {
  opacity: 1;
}

.middle__item.image:hover .middle__link-text i {
  -webkit-transform: translateX(1rem);
      -ms-transform: translateX(1rem);
          transform: translateX(1rem);
}

.middle__item.text {
  padding: 3rem 5rem;
  position: relative;
  background-color: #444444;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9;
  font-style: italic;
}

@media (max-width: 420px) {
  .middle__item.text {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .middle__item.text {
    font-size: 1.6rem;
  }
}

.middle__link-text {
  font-size: 1.4rem;
  font-weight: 300;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  left: 0;
  padding: 2rem 5rem;
  z-index: 100;
}

.middle__link-text h3 {
  font-weight: 700;
  font-size: 1.8rem;
}

.middle__link-text i {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  font-size: 3.3rem;
}

.links__link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 479px) {
  .links__link {
    width: 100%;
  }
  .links__link:not(:nth-child(-n + 1)) {
    margin-top: 3rem;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .links__link {
    width: 100%;
  }
  .links__link:not(:nth-child(-n + 1)) {
    margin-top: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .links__link {
    width: 50%;
  }
  .links__link:not(:nth-child(-n + 2)) {
    margin-top: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .links__link {
    width: 33.3333333333%;
  }
  .links__link:not(:nth-child(-n + 3)) {
    margin-top: 3rem;
  }
}

@media (min-width: 1200px) {
  .links__link {
    width: 33.3333333333%;
  }
  .links__link:not(:nth-child(-n + 3)) {
    margin-top: 3rem;
  }
}

.links__link:hover .links__image img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.links__image {
  overflow: hidden;
}

.links__image img {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.links__header {
  margin-top: 1rem;
}

.links__header h5 {
  color: #444444;
}

.links__header h5 + h4 {
  margin-top: .8rem;
}

/**
 * Vendor
 **/
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  background: transparent;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(0, 0, 0, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  background: #000;
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: -webkit-calc(50% - 8px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 4rem;
  width: 4rem;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.fancybox-arrow:hover::after {
  background-color: #000;
}

.fancybox-arrow::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.fancybox-arrow::before {
  position: relative;
  z-index: 3;
  content: '\f30f';
  font-size: 24px;
  color: #fff;
}

.fancybox-arrow--right {
  right: 10px;
}

.fancybox-arrow--left {
  left: 10px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  pointer-events: none;
  opacity: 0;
}

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: -webkit-calc(50% - 7px);
  left: calc(50% - 7px);
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    left: -webkit-calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

/**
 * Owl Carousel core
 **/
.is-slider {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  /**
	 * Animations
	 **/
}

.is-slider .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.is-slider .owl-stage:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.is-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.is-slider .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-transform: translate3d(0, 0, 0);
}

.is-slider .owl-nav.disabled,
.is-slider .owl-dots.disabled {
  display: none;
}

.is-slider .owl-prev,
.is-slider .owl-next,
.is-slider .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.is-slider .owl-prev.disabled,
.is-slider .owl-next.disabled,
.is-slider .owl-dot.disabled {
  opacity: 0;
  cursor: default;
}

.is-slider.owl-loaded {
  display: block;
}

.is-slider.owl-loading {
  opacity: 0;
  display: block;
}

.is-slider.owl-hidden {
  opacity: 0;
}

.is-slider.owl-refresh .owl-item {
  display: none;
}

.is-slider.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-slider.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.is-slider.owl-rtl {
  direction: rtl;
}

.is-slider.owl-rtl .owl-item {
  float: right;
}

.is-slider .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.is-slider .owl-animated-in {
  z-index: 0;
}

.is-slider .owl-animated-out {
  z-index: 1;
}

.is-slider .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=main.css.map */