/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover,
a:focus {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Flexington 2.3.2 */

.gallery,
.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.column {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.gallery > .gallery-item {
    text-align: center;
}

.row.gutter-5 {
    margin-left: -5px;
}

.row.gutter-5 > .col {
    margin-left: 5px;
}

.row.gutter-10 {
    margin-left: -10px;
}

.row.gutter-10 > .col {
    margin-left: 10px;
}

.row.gutter-20 {
    margin-left: -20px;
}

.row.gutter-20 > .col {
    margin-left: 20px;
}

.gallery,
.row.gutter-30 {
    margin-left: -30px;
}

.gallery > .gallery-item,
.row.gutter-30 > .col {
    margin-left: 30px;
}

.row.gutter-40 {
    margin-left: -40px;
}

.row.gutter-40 > .col {
    margin-left: 40px;
}

.row.gutter-50 {
    margin-left: -50px;
}

.row.gutter-50 > .col {
    margin-left: 50px;
}

.gallery > .gallery-item,
.col-xs,
.col-xs-auto,
.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-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
            -webkit-flex-basis: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
            -webkit-flex-basis: 16.66666667%;
            flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
            -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
            -webkit-flex-basis: 33.33333333%;
            flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
            -webkit-flex-basis: 41.66666667%;
            flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
            -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
            -webkit-flex-basis: 58.33333333%;
            flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
            -webkit-flex-basis: 66.66666667%;
            flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
            -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
            -webkit-flex-basis: 83.33333333%;
            flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
            -webkit-flex-basis: 91.66666667%;
            flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
}

.gutter-5 > .col-xs-1 {
    -ms-flex-preferred-size: calc( 8.33333333% - 5px );
            -webkit-flex-basis: calc( 8.33333333% - 5px );
            flex-basis: calc( 8.33333333% - 5px );
    max-width: calc( 8.33333333% - 5px );
}

.gutter-5 > .col-xs-2 {
    -ms-flex-preferred-size: calc( 16.66666667% - 5px );
            -webkit-flex-basis: calc( 16.66666667% - 5px );
            flex-basis: calc( 16.66666667% - 5px );
    max-width: calc( 16.66666667% - 5px );
}

.gutter-5 > .col-xs-3 {
    -ms-flex-preferred-size: calc( 25% - 5px );
            -webkit-flex-basis: calc( 25% - 5px );
            flex-basis: calc( 25% - 5px );
    max-width: calc( 25% - 5px );
}

.gutter-5 > .col-xs-4 {
    -ms-flex-preferred-size: calc( 33.33333333% - 5px );
            -webkit-flex-basis: calc( 33.33333333% - 5px );
            flex-basis: calc( 33.33333333% - 5px );
    max-width: calc( 33.33333333% - 5px );
}

.gutter-5 > .col-xs-5 {
    -ms-flex-preferred-size: calc( 41.66666667% - 5px );
            -webkit-flex-basis: calc( 41.66666667% - 5px );
            flex-basis: calc( 41.66666667% - 5px );
    max-width: calc( 41.66666667% - 5px );
}

.gutter-5 > .col-xs-6 {
    -ms-flex-preferred-size: calc( 50% - 5px );
            -webkit-flex-basis: calc( 50% - 5px );
            flex-basis: calc( 50% - 5px );
    max-width: calc( 50% - 5px );
}

.gutter-5 > .col-xs-7 {
    -ms-flex-preferred-size: calc( 58.33333333% - 5px );
            -webkit-flex-basis: calc( 58.33333333% - 5px );
            flex-basis: calc( 58.33333333% - 5px );
    max-width: calc( 58.33333333% - 5px );
}

.gutter-5 > .col-xs-8 {
    -ms-flex-preferred-size: calc( 66.66666667% - 5px );
            -webkit-flex-basis: calc( 66.66666667% - 5px );
            flex-basis: calc( 66.66666667% - 5px );
    max-width: calc( 66.66666667% - 5px );
}

.gutter-5 > .col-xs-9 {
    -ms-flex-preferred-size: calc( 75% - 5px );
            -webkit-flex-basis: calc( 75% - 5px );
            flex-basis: calc( 75% - 5px );
    max-width: calc( 75% - 5px );
}

.gutter-5 > .col-xs-10 {
    -ms-flex-preferred-size: calc( 83.33333333% - 5px );
            -webkit-flex-basis: calc( 83.33333333% - 5px );
            flex-basis: calc( 83.33333333% - 5px );
    max-width: calc( 83.33333333% - 5px );
}

.gutter-5 > .col-xs-11 {
    -ms-flex-preferred-size: calc( 91.66666667% - 5px );
            -webkit-flex-basis: calc( 91.66666667% - 5px );
            flex-basis: calc( 91.66666667% - 5px );
    max-width: calc( 91.66666667% - 5px );
}

.gutter-5 > .col-xs-12 {
    -ms-flex-preferred-size: calc( 50% - 5px );
            -webkit-flex-basis: calc( 100% - 5px );
            flex-basis: calc( 100% - 5px );
    max-width: calc( 100% - 5px );
}

.gutter-10 > .col-xs-1 {
    -ms-flex-preferred-size: calc( 8.33333333% - 10px );
            -webkit-flex-basis: calc( 8.33333333% - 10px );
            flex-basis: calc( 8.33333333% - 10px );
    max-width: calc( 8.33333333% - 10px );
}

.gutter-10 > .col-xs-2 {
    -ms-flex-preferred-size: calc( 16.66666667% - 10px );
            -webkit-flex-basis: calc( 16.66666667% - 10px );
            flex-basis: calc( 16.66666667% - 10px );
    max-width: calc( 16.66666667% - 10px );
}

.gutter-10 > .col-xs-3 {
    -ms-flex-preferred-size: calc( 25% - 10px );
            -webkit-flex-basis: calc( 25% - 10px );
            flex-basis: calc( 25% - 10px );
    max-width: calc( 25% - 10px );
}

.gutter-10 > .col-xs-4 {
    -ms-flex-preferred-size: calc( 33.33333333% - 10px );
            -webkit-flex-basis: calc( 33.33333333% - 10px );
            flex-basis: calc( 33.33333333% - 10px );
    max-width: calc( 33.33333333% - 10px );
}

.gutter-10 > .col-xs-5 {
    -ms-flex-preferred-size: calc( 41.66666667% - 10px );
            -webkit-flex-basis: calc( 41.66666667% - 10px );
            flex-basis: calc( 41.66666667% - 10px );
    max-width: calc( 41.66666667% - 10px );
}

.gutter-10 > .col-xs-6 {
    -ms-flex-preferred-size: calc( 50% - 10px );
            -webkit-flex-basis: calc( 50% - 10px );
            flex-basis: calc( 50% - 10px );
    max-width: calc( 50% - 10px );
}

.gutter-10 > .col-xs-7 {
    -ms-flex-preferred-size: calc( 58.33333333% - 10px );
            -webkit-flex-basis: calc( 58.33333333% - 10px );
            flex-basis: calc( 58.33333333% - 10px );
    max-width: calc( 58.33333333% - 10px );
}

.gutter-10 > .col-xs-8 {
    -ms-flex-preferred-size: calc( 66.66666667% - 10px );
            -webkit-flex-basis: calc( 66.66666667% - 10px );
            flex-basis: calc( 66.66666667% - 10px );
    max-width: calc( 66.66666667% - 10px );
}

.gutter-10 > .col-xs-9 {
    -ms-flex-preferred-size: calc( 75% - 10px );
            -webkit-flex-basis: calc( 75% - 10px );
            flex-basis: calc( 75% - 10px );
    max-width: calc( 75% - 10px );
}

.gutter-10 > .col-xs-10 {
    -ms-flex-preferred-size: calc( 83.33333333% - 10px );
            -webkit-flex-basis: calc( 83.33333333% - 10px );
            flex-basis: calc( 83.33333333% - 10px );
    max-width: calc( 83.33333333% - 10px );
}

.gutter-10 > .col-xs-11 {
    -ms-flex-preferred-size: calc( 91.66666667% - 10px );
            -webkit-flex-basis: calc( 91.66666667% - 10px );
            flex-basis: calc( 91.66666667% - 10px );
    max-width: calc( 91.66666667% - 10px );
}

.gutter-10 > .col-xs-12 {
    -ms-flex-preferred-size: calc( 100% - 10px );
            -webkit-flex-basis: calc( 100% - 10px );
            flex-basis: calc( 100% - 10px );
    max-width: calc( 100% - 10px );
}

.gutter-20 > .col-xs-1 {
    -ms-flex-preferred-size: calc( 8.33333333% - 20px );
            -webkit-flex-basis: calc( 8.33333333% - 20px );
            flex-basis: calc( 8.33333333% - 20px );
    max-width: calc( 8.33333333% - 20px );
}

.gutter-20 > .col-xs-2 {
    -ms-flex-preferred-size: calc( 16.66666667% - 20px );
            -webkit-flex-basis: calc( 16.66666667% - 20px );
            flex-basis: calc( 16.66666667% - 20px );
    max-width: calc( 16.66666667% - 20px );
}

.gutter-20 > .col-xs-3 {
    -ms-flex-preferred-size: calc( 25% - 20px );
            -webkit-flex-basis: calc( 25% - 20px );
            flex-basis: calc( 25% - 20px );
    max-width: calc( 25% - 20px );
}

.gutter-20 > .col-xs-4 {
    -ms-flex-preferred-size: calc( 33.33333333% - 20px );
            -webkit-flex-basis: calc( 33.33333333% - 20px );
            flex-basis: calc( 33.33333333% - 20px );
    max-width: calc( 33.33333333% - 20px );
}

.gutter-20 > .col-xs-5 {
    -ms-flex-preferred-size: calc( 41.66666667% - 20px );
            -webkit-flex-basis: calc( 41.66666667% - 20px );
            flex-basis: calc( 41.66666667% - 20px );
    max-width: calc( 41.66666667% - 20px );
}

.gutter-20 > .col-xs-6 {
    -ms-flex-preferred-size: calc( 50% - 20px );
            -webkit-flex-basis: calc( 50% - 20px );
            flex-basis: calc( 50% - 20px );
    max-width: calc( 50% - 20px );
}

.gutter-20 > .col-xs-7 {
    -ms-flex-preferred-size: calc( 58.33333333% - 20px );
            -webkit-flex-basis: calc( 58.33333333% - 20px );
            flex-basis: calc( 58.33333333% - 20px );
    max-width: calc( 58.33333333% - 20px );
}

.gutter-20 > .col-xs-8 {
    -ms-flex-preferred-size: calc( 66.66666667% - 20px );
            -webkit-flex-basis: calc( 66.66666667% - 20px );
            flex-basis: calc( 66.66666667% - 20px );
    max-width: calc( 66.66666667% - 20px );
}

.gutter-20 > .col-xs-9 {
    -ms-flex-preferred-size: calc( 75% - 20px );
            -webkit-flex-basis: calc( 75% - 20px );
            flex-basis: calc( 75% - 20px );
    max-width: calc( 75% - 20px );
}

.gutter-20 > .col-xs-20 {
    -ms-flex-preferred-size: calc( 83.33333333% - 20px );
            -webkit-flex-basis: calc( 83.33333333% - 20px );
            flex-basis: calc( 83.33333333% - 20px );
    max-width: calc( 83.33333333% - 20px );
}

.gutter-20 > .col-xs-11 {
    -ms-flex-preferred-size: calc( 91.66666667% - 20px );
            -webkit-flex-basis: calc( 91.66666667% - 20px );
            flex-basis: calc( 91.66666667% - 20px );
    max-width: calc( 91.66666667% - 20px );
}

.gutter-20 > .col-xs-12 {
    -ms-flex-preferred-size: calc( 100% - 20px );
            -webkit-flex-basis: calc( 100% - 20px );
            flex-basis: calc( 100% - 20px );
    max-width: calc( 100% - 20px );
}

.gutter-30 > .col-xs-1 {
    -ms-flex-preferred-size: calc( 8.33333333% - 30px );
            -webkit-flex-basis: calc( 8.33333333% - 30px );
            flex-basis: calc( 8.33333333% - 30px );
    max-width: calc( 8.33333333% - 30px );
}

.gutter-30 > .col-xs-2 {
    -ms-flex-preferred-size: calc( 16.66666667% - 30px );
            -webkit-flex-basis: calc( 16.66666667% - 30px );
            flex-basis: calc( 16.66666667% - 30px );
    max-width: calc( 16.66666667% - 30px );
}

.gutter-30 > .col-xs-3 {
    -ms-flex-preferred-size: calc( 25% - 30px );
            -webkit-flex-basis: calc( 25% - 30px );
            flex-basis: calc( 25% - 30px );
    max-width: calc( 25% - 30px );
}

.gutter-30 > .col-xs-4 {
    -ms-flex-preferred-size: calc( 33.33333333% - 30px );
            -webkit-flex-basis: calc( 33.33333333% - 30px );
            flex-basis: calc( 33.33333333% - 30px );
    max-width: calc( 33.33333333% - 30px );
}

.gutter-30 > .col-xs-5 {
    -ms-flex-preferred-size: calc( 41.66666667% - 30px );
            -webkit-flex-basis: calc( 41.66666667% - 30px );
            flex-basis: calc( 41.66666667% - 30px );
    max-width: calc( 41.66666667% - 30px );
}

.gallery-columns-2 > .gallery-item,
.gallery-columns-3 > .gallery-item,
.gallery-columns-4 > .gallery-item,
.gallery-columns-6 > .gallery-item,
.gutter-30 > .col-xs-6 {
    -ms-flex-preferred-size: calc( 50% - 30px );
            -webkit-flex-basis: calc( 50% - 30px );
            flex-basis: calc( 50% - 30px );
    max-width: calc( 50% - 30px );
}

.gutter-30 > .col-xs-7 {
    -ms-flex-preferred-size: calc( 58.33333333% - 30px );
            -webkit-flex-basis: calc( 58.33333333% - 30px );
            flex-basis: calc( 58.33333333% - 30px );
    max-width: calc( 58.33333333% - 30px );
}

.gutter-30 > .col-xs-8 {
    -ms-flex-preferred-size: calc( 66.66666667% - 30px );
            -webkit-flex-basis: calc( 66.66666667% - 30px );
            flex-basis: calc( 66.66666667% - 30px );
    max-width: calc( 66.66666667% - 30px );
}

.gutter-30 > .col-xs-9 {
    -ms-flex-preferred-size: calc( 75% - 30px );
            -webkit-flex-basis: calc( 75% - 30px );
            flex-basis: calc( 75% - 30px );
    max-width: calc( 75% - 30px );
}

.gutter-30 > .col-xs-10 {
    -ms-flex-preferred-size: calc( 83.33333333% - 30px );
            -webkit-flex-basis: calc( 83.33333333% - 30px );
            flex-basis: calc( 83.33333333% - 30px );
    max-width: calc( 83.33333333% - 30px );
}

.gutter-30 > .col-xs-11 {
    -ms-flex-preferred-size: calc( 91.66666667% - 30px );
            -webkit-flex-basis: calc( 91.66666667% - 30px );
            flex-basis: calc( 91.66666667% - 30px );
    max-width: calc( 91.66666667% - 30px );
}

.gallery-columns-1 > .gallery-item,
.gutter-30 > .col-xs-12 {
    -ms-flex-preferred-size: calc( 100% - 30px );
            -webkit-flex-basis: calc( 100% - 30px );
            flex-basis: calc( 100% - 30px );
    max-width: calc( 100% - 30px );
}

.gutter-40 > .col-xs-1 {
    -ms-flex-preferred-size: calc( 8.33333333% - 40px );
            -webkit-flex-basis: calc( 8.33333333% - 40px );
            flex-basis: calc( 8.33333333% - 40px );
    max-width: calc( 8.33333333% - 40px );
}

.gutter-40 > .col-xs-2 {
    -ms-flex-preferred-size: calc( 16.66666667% - 40px );
            -webkit-flex-basis: calc( 16.66666667% - 40px );
            flex-basis: calc( 16.66666667% - 40px );
    max-width: calc( 16.66666667% - 40px );
}

.gutter-40 > .col-xs-3 {
    -ms-flex-preferred-size: calc( 25% - 40px );
            -webkit-flex-basis: calc( 25% - 40px );
            flex-basis: calc( 25% - 40px );
    max-width: calc( 25% - 40px );
}

.gutter-40 > .col-xs-4 {
    -ms-flex-preferred-size: calc( 33.33333333% - 40px );
            -webkit-flex-basis: calc( 33.33333333% - 40px );
            flex-basis: calc( 33.33333333% - 40px );
    max-width: calc( 33.33333333% - 40px );
}

.gutter-40 > .col-xs-5 {
    -ms-flex-preferred-size: calc( 41.66666667% - 40px );
            -webkit-flex-basis: calc( 41.66666667% - 40px );
            flex-basis: calc( 41.66666667% - 40px );
    max-width: calc( 41.66666667% - 40px );
}

.gutter-40 > .col-xs-6 {
    -ms-flex-preferred-size: calc( 50% - 40px );
            -webkit-flex-basis: calc( 50% - 40px );
            flex-basis: calc( 50% - 40px );
    max-width: calc( 50% - 40px );
}

.gutter-40 > .col-xs-7 {
    -ms-flex-preferred-size: calc( 58.33333333% - 40px );
            -webkit-flex-basis: calc( 58.33333333% - 40px );
            flex-basis: calc( 58.33333333% - 40px );
    max-width: calc( 58.33333333% - 40px );
}

.gutter-40 > .col-xs-8 {
    -ms-flex-preferred-size: calc( 66.66666667% - 40px );
            -webkit-flex-basis: calc( 66.66666667% - 40px );
            flex-basis: calc( 66.66666667% - 40px );
    max-width: calc( 66.66666667% - 40px );
}

.gutter-40 > .col-xs-9 {
    -ms-flex-preferred-size: calc( 75% - 40px );
            -webkit-flex-basis: calc( 75% - 40px );
            flex-basis: calc( 75% - 40px );
    max-width: calc( 75% - 40px );
}

.gutter-40 > .col-xs-10 {
    -ms-flex-preferred-size: calc( 83.33333333% - 40px );
            -webkit-flex-basis: calc( 83.33333333% - 40px );
            flex-basis: calc( 83.33333333% - 40px );
    max-width: calc( 83.33333333% - 40px );
}

.gutter-40 > .col-xs-11 {
    -ms-flex-preferred-size: calc( 91.66666667% - 40px );
            -webkit-flex-basis: calc( 91.66666667% - 40px );
            flex-basis: calc( 91.66666667% - 40px );
    max-width: calc( 91.66666667% - 40px );
}

.gutter-40 > .col-xs-12 {
    -ms-flex-preferred-size: calc( 100% - 40px );
            -webkit-flex-basis: calc( 100% - 40px );
            flex-basis: calc( 100% - 40px );
    max-width: calc( 100% - 40px );
}

.gutter-50 > .col-xs-1 {
    -ms-flex-preferred-size: calc( 8.33333333% - 50px );
            -webkit-flex-basis: calc( 8.33333333% - 50px );
            flex-basis: calc( 8.33333333% - 50px );
    max-width: calc( 8.33333333% - 50px );
}

.gutter-50 > .col-xs-2 {
    -ms-flex-preferred-size: calc( 16.66666667% - 50px );
            -webkit-flex-basis: calc( 16.66666667% - 50px );
            flex-basis: calc( 16.66666667% - 50px );
    max-width: calc( 16.66666667% - 50px );
}

.gutter-50 > .col-xs-3 {
    -ms-flex-preferred-size: calc( 25% - 50px );
            -webkit-flex-basis: calc( 25% - 50px );
            flex-basis: calc( 25% - 50px );
    max-width: calc( 25% - 50px );
}

.gutter-50 > .col-xs-4 {
    -ms-flex-preferred-size: calc( 33.33333333% - 50px );
            -webkit-flex-basis: calc( 33.33333333% - 50px );
            flex-basis: calc( 33.33333333% - 50px );
    max-width: calc( 33.33333333% - 50px );
}

.gutter-50 > .col-xs-5 {
    -ms-flex-preferred-size: calc( 41.66666667% - 50px );
            -webkit-flex-basis: calc( 41.66666667% - 50px );
            flex-basis: calc( 41.66666667% - 50px );
    max-width: calc( 41.66666667% - 50px );
}

.gutter-50 > .col-xs-6 {
    -ms-flex-preferred-size: calc( 50% - 50px );
            -webkit-flex-basis: calc( 50% - 50px );
            flex-basis: calc( 50% - 50px );
    max-width: calc( 50% - 50px );
}

.gutter-50 > .col-xs-7 {
    -ms-flex-preferred-size: calc( 58.33333333% - 50px );
            -webkit-flex-basis: calc( 58.33333333% - 50px );
            flex-basis: calc( 58.33333333% - 50px );
    max-width: calc( 58.33333333% - 50px );
}

.gutter-50 > .col-xs-8 {
    -ms-flex-preferred-size: calc( 66.66666667% - 50px );
            -webkit-flex-basis: calc( 66.66666667% - 50px );
            flex-basis: calc( 66.66666667% - 50px );
    max-width: calc( 66.66666667% - 50px );
}

.gutter-50 > .col-xs-9 {
    -ms-flex-preferred-size: calc( 75% - 50px );
            -webkit-flex-basis: calc( 75% - 50px );
            flex-basis: calc( 75% - 50px );
    max-width: calc( 75% - 50px );
}

.gutter-50 > .col-xs-10 {
    -ms-flex-preferred-size: calc( 83.33333333% - 50px );
            -webkit-flex-basis: calc( 83.33333333% - 50px );
            flex-basis: calc( 83.33333333% - 50px );
    max-width: calc( 83.33333333% - 50px );
}

.gutter-50 > .col-xs-11 {
    -ms-flex-preferred-size: calc( 91.66666667% - 50px );
            -webkit-flex-basis: calc( 91.66666667% - 50px );
            flex-basis: calc( 91.66666667% - 50px );
    max-width: calc( 91.66666667% - 50px );
}

.gutter-50 > .col-xs-12 {
    -ms-flex-preferred-size: calc( 100% - 50px );
            -webkit-flex-basis: calc( 100% - 50px );
            flex-basis: calc( 100% - 50px );
    max-width: calc( 100% - 50px );
}

.col-xs,
.gutter-5 > .col-xs,
.gutter-10 > .col-xs,
.gutter-20 > .col-xs,
.gutter-30 > .col-xs,
.gutter-40 > .col-xs,
.gutter-50 > .col-xs {
    -ms-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    max-width: 100%;
}

.col-xs-auto,
.gutter-5 > .col-xs-auto,
.gutter-10 > .col-xs-auto,
.gutter-20 > .col-xs-auto,
.gutter-30 > .col-xs-auto,
.gutter-40 > .col-xs-auto,
.gutter-50 > .col-xs-auto {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

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

.first-xs {
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    order: 1;
}

.bottom-xs-0 {
    margin-bottom: 0;
}

.bottom-xs-5 {
    margin-bottom: 5px;
}

.bottom-xs-10 {
    margin-bottom: 10px;
}

.bottom-xs-20 {
    margin-bottom: 20px;
}

.bottom-xs-30 {
    margin-bottom: 30px;
}

.bottom-xs-40 {
    margin-bottom: 40px;
}

.bottom-xs-50 {
    margin-bottom: 50px;
}

.bottom-xs-60 {
    margin-bottom: 60px;
}

@media only screen and (min-width: 544px) {

    .col-sm,
    .col-sm-auto,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
                -webkit-flex-basis: 8.33333333%;
                flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
                -webkit-flex-basis: 16.66666667%;
                flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
                -webkit-flex-basis: 25%;
                flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
                -webkit-flex-basis: 33.33333333%;
                flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
                -webkit-flex-basis: 41.66666667%;
                flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
                -webkit-flex-basis: 50%;
                flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
                -webkit-flex-basis: 58.33333333%;
                flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
                -webkit-flex-basis: 66.66666667%;
                flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
                -webkit-flex-basis: 75%;
                flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
                -webkit-flex-basis: 83.33333333%;
                flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
                -webkit-flex-basis: 91.66666667%;
                flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
                -webkit-flex-basis: 100%;
                flex-basis: 100%;
        max-width: 100%;
    }

    .gutter-5 > .col-sm-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 5px );
                -webkit-flex-basis: calc( 8.33333333% - 5px );
                flex-basis: calc( 8.33333333% - 5px );
        max-width: calc( 8.33333333% - 5px );
    }

    .gutter-5 > .col-sm-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 5px );
                -webkit-flex-basis: calc( 16.66666667% - 5px );
                flex-basis: calc( 16.66666667% - 5px );
        max-width: calc( 16.66666667% - 5px );
    }

    .gutter-5 > .col-sm-3 {
        -ms-flex-preferred-size: calc( 25% - 5px );
                -webkit-flex-basis: calc( 25% - 5px );
                flex-basis: calc( 25% - 5px );
        max-width: calc( 25% - 5px );
    }

    .gutter-5 > .col-sm-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 5px );
                -webkit-flex-basis: calc( 33.33333333% - 5px );
                flex-basis: calc( 33.33333333% - 5px );
        max-width: calc( 33.33333333% - 5px );
    }

    .gutter-5 > .col-sm-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 5px );
                -webkit-flex-basis: calc( 41.66666667% - 5px );
                flex-basis: calc( 41.66666667% - 5px );
        max-width: calc( 41.66666667% - 5px );
    }

    .gutter-5 > .col-sm-6 {
        -ms-flex-preferred-size: calc( 50% - 5px );
                -webkit-flex-basis: calc( 50% - 5px );
                flex-basis: calc( 50% - 5px );
        max-width: calc( 50% - 5px );
    }

    .gutter-5 > .col-sm-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 5px );
                -webkit-flex-basis: calc( 58.33333333% - 5px );
                flex-basis: calc( 58.33333333% - 5px );
        max-width: calc( 58.33333333% - 5px );
    }

    .gutter-5 > .col-sm-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 5px );
                -webkit-flex-basis: calc( 66.66666667% - 5px );
                flex-basis: calc( 66.66666667% - 5px );
        max-width: calc( 66.66666667% - 5px );
    }

    .gutter-5 > .col-sm-9 {
        -ms-flex-preferred-size: calc( 75% - 5px );
                -webkit-flex-basis: calc( 75% - 5px );
                flex-basis: calc( 75% - 5px );
        max-width: calc( 75% - 5px );
    }

    .gutter-5 > .col-sm-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 5px );
                -webkit-flex-basis: calc( 83.33333333% - 5px );
                flex-basis: calc( 83.33333333% - 5px );
        max-width: calc( 83.33333333% - 5px );
    }

    .gutter-5 > .col-sm-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 5px );
                -webkit-flex-basis: calc( 91.66666667% - 5px );
                flex-basis: calc( 91.66666667% - 5px );
        max-width: calc( 91.66666667% - 5px );
    }

    .gutter-5 > .col-sm-12 {
        -ms-flex-preferred-size: calc( 50% - 5px );
                -webkit-flex-basis: calc( 100% - 5px );
                flex-basis: calc( 100% - 5px );
        max-width: calc( 100% - 5px );
    }

    .gutter-10 > .col-sm-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 10px );
                -webkit-flex-basis: calc( 8.33333333% - 10px );
                flex-basis: calc( 8.33333333% - 10px );
        max-width: calc( 8.33333333% - 10px );
    }

    .gutter-10 > .col-sm-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 10px );
                -webkit-flex-basis: calc( 16.66666667% - 10px );
                flex-basis: calc( 16.66666667% - 10px );
        max-width: calc( 16.66666667% - 10px );
    }

    .gutter-10 > .col-sm-3 {
        -ms-flex-preferred-size: calc( 25% - 10px );
                -webkit-flex-basis: calc( 25% - 10px );
                flex-basis: calc( 25% - 10px );
        max-width: calc( 25% - 10px );
    }

    .gutter-10 > .col-sm-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 10px );
                -webkit-flex-basis: calc( 33.33333333% - 10px );
                flex-basis: calc( 33.33333333% - 10px );
        max-width: calc( 33.33333333% - 10px );
    }

    .gutter-10 > .col-sm-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 10px );
                -webkit-flex-basis: calc( 41.66666667% - 10px );
                flex-basis: calc( 41.66666667% - 10px );
        max-width: calc( 41.66666667% - 10px );
    }

    .gutter-10 > .col-sm-6 {
        -ms-flex-preferred-size: calc( 50% - 10px );
                -webkit-flex-basis: calc( 50% - 10px );
                flex-basis: calc( 50% - 10px );
        max-width: calc( 50% - 10px );
    }

    .gutter-10 > .col-sm-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 10px );
                -webkit-flex-basis: calc( 58.33333333% - 10px );
                flex-basis: calc( 58.33333333% - 10px );
        max-width: calc( 58.33333333% - 10px );
    }

    .gutter-10 > .col-sm-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 10px );
                -webkit-flex-basis: calc( 66.66666667% - 10px );
                flex-basis: calc( 66.66666667% - 10px );
        max-width: calc( 66.66666667% - 10px );
    }

    .gutter-10 > .col-sm-9 {
        -ms-flex-preferred-size: calc( 75% - 10px );
                -webkit-flex-basis: calc( 75% - 10px );
                flex-basis: calc( 75% - 10px );
        max-width: calc( 75% - 10px );
    }

    .gutter-10 > .col-sm-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 10px );
                -webkit-flex-basis: calc( 83.33333333% - 10px );
                flex-basis: calc( 83.33333333% - 10px );
        max-width: calc( 83.33333333% - 10px );
    }

    .gutter-10 > .col-sm-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 10px );
                -webkit-flex-basis: calc( 91.66666667% - 10px );
                flex-basis: calc( 91.66666667% - 10px );
        max-width: calc( 91.66666667% - 10px );
    }

    .gutter-10 > .col-sm-12 {
        -ms-flex-preferred-size: calc( 100% - 10px );
                -webkit-flex-basis: calc( 100% - 10px );
                flex-basis: calc( 100% - 10px );
        max-width: calc( 100% - 10px );
    }

    .gutter-20 > .col-sm-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 20px );
                -webkit-flex-basis: calc( 8.33333333% - 20px );
                flex-basis: calc( 8.33333333% - 20px );
        max-width: calc( 8.33333333% - 20px );
    }

    .gutter-20 > .col-sm-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 20px );
                -webkit-flex-basis: calc( 16.66666667% - 20px );
                flex-basis: calc( 16.66666667% - 20px );
        max-width: calc( 16.66666667% - 20px );
    }

    .gutter-20 > .col-sm-3 {
        -ms-flex-preferred-size: calc( 25% - 20px );
                -webkit-flex-basis: calc( 25% - 20px );
                flex-basis: calc( 25% - 20px );
        max-width: calc( 25% - 20px );
    }

    .gutter-20 > .col-sm-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 20px );
                -webkit-flex-basis: calc( 33.33333333% - 20px );
                flex-basis: calc( 33.33333333% - 20px );
        max-width: calc( 33.33333333% - 20px );
    }

    .gutter-20 > .col-sm-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 20px );
                -webkit-flex-basis: calc( 41.66666667% - 20px );
                flex-basis: calc( 41.66666667% - 20px );
        max-width: calc( 41.66666667% - 20px );
    }

    .gutter-20 > .col-sm-6 {
        -ms-flex-preferred-size: calc( 50% - 20px );
                -webkit-flex-basis: calc( 50% - 20px );
                flex-basis: calc( 50% - 20px );
        max-width: calc( 50% - 20px );
    }

    .gutter-20 > .col-sm-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 20px );
                -webkit-flex-basis: calc( 58.33333333% - 20px );
                flex-basis: calc( 58.33333333% - 20px );
        max-width: calc( 58.33333333% - 20px );
    }

    .gutter-20 > .col-sm-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 20px );
                -webkit-flex-basis: calc( 66.66666667% - 20px );
                flex-basis: calc( 66.66666667% - 20px );
        max-width: calc( 66.66666667% - 20px );
    }

    .gutter-20 > .col-sm-9 {
        -ms-flex-preferred-size: calc( 75% - 20px );
                -webkit-flex-basis: calc( 75% - 20px );
                flex-basis: calc( 75% - 20px );
        max-width: calc( 75% - 20px );
    }

    .gutter-20 > .col-sm-20 {
        -ms-flex-preferred-size: calc( 83.33333333% - 20px );
                -webkit-flex-basis: calc( 83.33333333% - 20px );
                flex-basis: calc( 83.33333333% - 20px );
        max-width: calc( 83.33333333% - 20px );
    }

    .gutter-20 > .col-sm-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 20px );
                -webkit-flex-basis: calc( 91.66666667% - 20px );
                flex-basis: calc( 91.66666667% - 20px );
        max-width: calc( 91.66666667% - 20px );
    }

    .gutter-20 > .col-sm-12 {
        -ms-flex-preferred-size: calc( 100% - 20px );
                -webkit-flex-basis: calc( 100% - 20px );
                flex-basis: calc( 100% - 20px );
        max-width: calc( 100% - 20px );
    }

    .gutter-30 > .col-sm-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 30px );
                -webkit-flex-basis: calc( 8.33333333% - 30px );
                flex-basis: calc( 8.33333333% - 30px );
        max-width: calc( 8.33333333% - 30px );
    }

    .gutter-30 > .col-sm-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 30px );
                -webkit-flex-basis: calc( 16.66666667% - 30px );
                flex-basis: calc( 16.66666667% - 30px );
        max-width: calc( 16.66666667% - 30px );
    }

    .gutter-30 > .col-sm-3 {
        -ms-flex-preferred-size: calc( 25% - 30px );
                -webkit-flex-basis: calc( 25% - 30px );
                flex-basis: calc( 25% - 30px );
        max-width: calc( 25% - 30px );
    }

    .gutter-30 > .col-sm-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 30px );
                -webkit-flex-basis: calc( 33.33333333% - 30px );
                flex-basis: calc( 33.33333333% - 30px );
        max-width: calc( 33.33333333% - 30px );
    }

    .gutter-30 > .col-sm-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 30px );
                -webkit-flex-basis: calc( 41.66666667% - 30px );
                flex-basis: calc( 41.66666667% - 30px );
        max-width: calc( 41.66666667% - 30px );
    }

    .gallery-columns-2 > .gallery-item,
    .gallery-columns-3 > .gallery-item,
    .gallery-columns-4 > .gallery-item,
    .gallery-columns-6 > .gallery-item,
    .gutter-30 > .col-sm-6 {
        -ms-flex-preferred-size: calc( 50% - 30px );
                -webkit-flex-basis: calc( 50% - 30px );
                flex-basis: calc( 50% - 30px );
        max-width: calc( 50% - 30px );
    }

    .gutter-30 > .col-sm-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 30px );
                -webkit-flex-basis: calc( 58.33333333% - 30px );
                flex-basis: calc( 58.33333333% - 30px );
        max-width: calc( 58.33333333% - 30px );
    }

    .gutter-30 > .col-sm-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 30px );
                -webkit-flex-basis: calc( 66.66666667% - 30px );
                flex-basis: calc( 66.66666667% - 30px );
        max-width: calc( 66.66666667% - 30px );
    }

    .gutter-30 > .col-sm-9 {
        -ms-flex-preferred-size: calc( 75% - 30px );
                -webkit-flex-basis: calc( 75% - 30px );
                flex-basis: calc( 75% - 30px );
        max-width: calc( 75% - 30px );
    }

    .gutter-30 > .col-sm-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 30px );
                -webkit-flex-basis: calc( 83.33333333% - 30px );
                flex-basis: calc( 83.33333333% - 30px );
        max-width: calc( 83.33333333% - 30px );
    }

    .gutter-30 > .col-sm-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 30px );
                -webkit-flex-basis: calc( 91.66666667% - 30px );
                flex-basis: calc( 91.66666667% - 30px );
        max-width: calc( 91.66666667% - 30px );
    }

    .gutter-30 > .col-sm-12 {
        -ms-flex-preferred-size: calc( 100% - 30px );
                -webkit-flex-basis: calc( 100% - 30px );
                flex-basis: calc( 100% - 30px );
        max-width: calc( 100% - 30px );
    }

    .gutter-40 > .col-sm-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 40px );
                -webkit-flex-basis: calc( 8.33333333% - 40px );
                flex-basis: calc( 8.33333333% - 40px );
        max-width: calc( 8.33333333% - 40px );
    }

    .gutter-40 > .col-sm-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 40px );
                -webkit-flex-basis: calc( 16.66666667% - 40px );
                flex-basis: calc( 16.66666667% - 40px );
        max-width: calc( 16.66666667% - 40px );
    }

    .gutter-40 > .col-sm-3 {
        -ms-flex-preferred-size: calc( 25% - 40px );
                -webkit-flex-basis: calc( 25% - 40px );
                flex-basis: calc( 25% - 40px );
        max-width: calc( 25% - 40px );
    }

    .gutter-40 > .col-sm-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 40px );
                -webkit-flex-basis: calc( 33.33333333% - 40px );
                flex-basis: calc( 33.33333333% - 40px );
        max-width: calc( 33.33333333% - 40px );
    }

    .gutter-40 > .col-sm-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 40px );
                -webkit-flex-basis: calc( 41.66666667% - 40px );
                flex-basis: calc( 41.66666667% - 40px );
        max-width: calc( 41.66666667% - 40px );
    }

    .gutter-40 > .col-sm-6 {
        -ms-flex-preferred-size: calc( 50% - 40px );
                -webkit-flex-basis: calc( 50% - 40px );
                flex-basis: calc( 50% - 40px );
        max-width: calc( 50% - 40px );
    }

    .gutter-40 > .col-sm-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 40px );
                -webkit-flex-basis: calc( 58.33333333% - 40px );
                flex-basis: calc( 58.33333333% - 40px );
        max-width: calc( 58.33333333% - 40px );
    }

    .gutter-40 > .col-sm-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 40px );
                -webkit-flex-basis: calc( 66.66666667% - 40px );
                flex-basis: calc( 66.66666667% - 40px );
        max-width: calc( 66.66666667% - 40px );
    }

    .gutter-40 > .col-sm-9 {
        -ms-flex-preferred-size: calc( 75% - 40px );
                -webkit-flex-basis: calc( 75% - 40px );
                flex-basis: calc( 75% - 40px );
        max-width: calc( 75% - 40px );
    }

    .gutter-40 > .col-sm-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 40px );
                -webkit-flex-basis: calc( 83.33333333% - 40px );
                flex-basis: calc( 83.33333333% - 40px );
        max-width: calc( 83.33333333% - 40px );
    }

    .gutter-40 > .col-sm-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 40px );
                -webkit-flex-basis: calc( 91.66666667% - 40px );
                flex-basis: calc( 91.66666667% - 40px );
        max-width: calc( 91.66666667% - 40px );
    }

    .gutter-40 > .col-sm-12 {
        -ms-flex-preferred-size: calc( 100% - 40px );
                -webkit-flex-basis: calc( 100% - 40px );
                flex-basis: calc( 100% - 40px );
        max-width: calc( 100% - 40px );
    }

    .gutter-50 > .col-sm-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 50px );
                -webkit-flex-basis: calc( 8.33333333% - 50px );
                flex-basis: calc( 8.33333333% - 50px );
        max-width: calc( 8.33333333% - 50px );
    }

    .gutter-50 > .col-sm-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 50px );
                -webkit-flex-basis: calc( 16.66666667% - 50px );
                flex-basis: calc( 16.66666667% - 50px );
        max-width: calc( 16.66666667% - 50px );
    }

    .gutter-50 > .col-sm-3 {
        -ms-flex-preferred-size: calc( 25% - 50px );
                -webkit-flex-basis: calc( 25% - 50px );
                flex-basis: calc( 25% - 50px );
        max-width: calc( 25% - 50px );
    }

    .gutter-50 > .col-sm-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 50px );
                -webkit-flex-basis: calc( 33.33333333% - 50px );
                flex-basis: calc( 33.33333333% - 50px );
        max-width: calc( 33.33333333% - 50px );
    }

    .gutter-50 > .col-sm-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 50px );
                -webkit-flex-basis: calc( 41.66666667% - 50px );
                flex-basis: calc( 41.66666667% - 50px );
        max-width: calc( 41.66666667% - 50px );
    }

    .gutter-50 > .col-sm-6 {
        -ms-flex-preferred-size: calc( 50% - 50px );
                -webkit-flex-basis: calc( 50% - 50px );
                flex-basis: calc( 50% - 50px );
        max-width: calc( 50% - 50px );
    }

    .gutter-50 > .col-sm-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 50px );
                -webkit-flex-basis: calc( 58.33333333% - 50px );
                flex-basis: calc( 58.33333333% - 50px );
        max-width: calc( 58.33333333% - 50px );
    }

    .gutter-50 > .col-sm-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 50px );
                -webkit-flex-basis: calc( 66.66666667% - 50px );
                flex-basis: calc( 66.66666667% - 50px );
        max-width: calc( 66.66666667% - 50px );
    }

    .gutter-50 > .col-sm-9 {
        -ms-flex-preferred-size: calc( 75% - 50px );
                -webkit-flex-basis: calc( 75% - 50px );
                flex-basis: calc( 75% - 50px );
        max-width: calc( 75% - 50px );
    }

    .gutter-50 > .col-sm-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 50px );
                -webkit-flex-basis: calc( 83.33333333% - 50px );
                flex-basis: calc( 83.33333333% - 50px );
        max-width: calc( 83.33333333% - 50px );
    }

    .gutter-50 > .col-sm-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 50px );
                -webkit-flex-basis: calc( 91.66666667% - 50px );
                flex-basis: calc( 91.66666667% - 50px );
        max-width: calc( 91.66666667% - 50px );
    }

    .gutter-50 > .col-sm-12 {
        -ms-flex-preferred-size: calc( 100% - 50px );
                -webkit-flex-basis: calc( 100% - 50px );
                flex-basis: calc( 100% - 50px );
        max-width: calc( 100% - 50px );
    }

    .col-sm,
    .gutter-5 > .col-sm,
    .gutter-10 > .col-sm,
    .gutter-20 > .col-sm,
    .gutter-30 > .col-sm,
    .gutter-40 > .col-sm,
    .gutter-50 > .col-sm {
        -ms-flex: 1 0 0;
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
        max-width: 100%;
    }

    .col-sm-auto,
    .gutter-5 > .col-sm-auto,
    .gutter-10 > .col-sm-auto,
    .gutter-20 > .col-sm-auto,
    .gutter-30 > .col-sm-auto,
    .gutter-40 > .col-sm-auto,
    .gutter-50 > .col-sm-auto {
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

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

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

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

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

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

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-sm {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-sm {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

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

    .first-sm {
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -ms-flex-order: 1;
        order: 1;
    }

    .bottom-sm-0 {
        margin-bottom: 0;
    }

    .bottom-sm-5 {
        margin-bottom: 5px;
    }

    .bottom-sm-10 {
        margin-bottom: 10px;
    }

    .bottom-sm-20 {
        margin-bottom: 20px;
    }

    .bottom-sm-30 {
        margin-bottom: 30px;
    }

    .bottom-sm-40 {
        margin-bottom: 40px;
    }

    .bottom-sm-50 {
        margin-bottom: 50px;
    }

    .bottom-sm-60 {
        margin-bottom: 60px;
    }

}

@media only screen and (min-width: 768px) {

    .col-md,
    .col-md-auto,
    .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-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
                -webkit-flex-basis: 8.33333333%;
                flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
                -webkit-flex-basis: 16.66666667%;
                flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
                -webkit-flex-basis: 25%;
                flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
                -webkit-flex-basis: 33.33333333%;
                flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
                -webkit-flex-basis: 41.66666667%;
                flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
                -webkit-flex-basis: 50%;
                flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
                -webkit-flex-basis: 58.33333333%;
                flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
                -webkit-flex-basis: 66.66666667%;
                flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
                -webkit-flex-basis: 75%;
                flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
                -webkit-flex-basis: 83.33333333%;
                flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
                -webkit-flex-basis: 91.66666667%;
                flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
                -webkit-flex-basis: 100%;
                flex-basis: 100%;
        max-width: 100%;
    }

    .gutter-5 > .col-md-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 5px );
                -webkit-flex-basis: calc( 8.33333333% - 5px );
                flex-basis: calc( 8.33333333% - 5px );
        max-width: calc( 8.33333333% - 5px );
    }

    .gutter-5 > .col-md-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 5px );
                -webkit-flex-basis: calc( 16.66666667% - 5px );
                flex-basis: calc( 16.66666667% - 5px );
        max-width: calc( 16.66666667% - 5px );
    }

    .gutter-5 > .col-md-3 {
        -ms-flex-preferred-size: calc( 25% - 5px );
                -webkit-flex-basis: calc( 25% - 5px );
                flex-basis: calc( 25% - 5px );
        max-width: calc( 25% - 5px );
    }

    .gutter-5 > .col-md-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 5px );
                -webkit-flex-basis: calc( 33.33333333% - 5px );
                flex-basis: calc( 33.33333333% - 5px );
        max-width: calc( 33.33333333% - 5px );
    }

    .gutter-5 > .col-md-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 5px );
                -webkit-flex-basis: calc( 41.66666667% - 5px );
                flex-basis: calc( 41.66666667% - 5px );
        max-width: calc( 41.66666667% - 5px );
    }

    .gutter-5 > .col-md-6 {
        -ms-flex-preferred-size: calc( 50% - 5px );
                -webkit-flex-basis: calc( 50% - 5px );
                flex-basis: calc( 50% - 5px );
        max-width: calc( 50% - 5px );
    }

    .gutter-5 > .col-md-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 5px );
                -webkit-flex-basis: calc( 58.33333333% - 5px );
                flex-basis: calc( 58.33333333% - 5px );
        max-width: calc( 58.33333333% - 5px );
    }

    .gutter-5 > .col-md-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 5px );
                -webkit-flex-basis: calc( 66.66666667% - 5px );
                flex-basis: calc( 66.66666667% - 5px );
        max-width: calc( 66.66666667% - 5px );
    }

    .gutter-5 > .col-md-9 {
        -ms-flex-preferred-size: calc( 75% - 5px );
                -webkit-flex-basis: calc( 75% - 5px );
                flex-basis: calc( 75% - 5px );
        max-width: calc( 75% - 5px );
    }

    .gutter-5 > .col-md-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 5px );
                -webkit-flex-basis: calc( 83.33333333% - 5px );
                flex-basis: calc( 83.33333333% - 5px );
        max-width: calc( 83.33333333% - 5px );
    }

    .gutter-5 > .col-md-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 5px );
                -webkit-flex-basis: calc( 91.66666667% - 5px );
                flex-basis: calc( 91.66666667% - 5px );
        max-width: calc( 91.66666667% - 5px );
    }

    .gutter-5 > .col-md-12 {
        -ms-flex-preferred-size: calc( 50% - 5px );
                -webkit-flex-basis: calc( 100% - 5px );
                flex-basis: calc( 100% - 5px );
        max-width: calc( 100% - 5px );
    }

    .gutter-10 > .col-md-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 10px );
                -webkit-flex-basis: calc( 8.33333333% - 10px );
                flex-basis: calc( 8.33333333% - 10px );
        max-width: calc( 8.33333333% - 10px );
    }

    .gutter-10 > .col-md-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 10px );
                -webkit-flex-basis: calc( 16.66666667% - 10px );
                flex-basis: calc( 16.66666667% - 10px );
        max-width: calc( 16.66666667% - 10px );
    }

    .gutter-10 > .col-md-3 {
        -ms-flex-preferred-size: calc( 25% - 10px );
                -webkit-flex-basis: calc( 25% - 10px );
                flex-basis: calc( 25% - 10px );
        max-width: calc( 25% - 10px );
    }

    .gutter-10 > .col-md-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 10px );
                -webkit-flex-basis: calc( 33.33333333% - 10px );
                flex-basis: calc( 33.33333333% - 10px );
        max-width: calc( 33.33333333% - 10px );
    }

    .gutter-10 > .col-md-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 10px );
                -webkit-flex-basis: calc( 41.66666667% - 10px );
                flex-basis: calc( 41.66666667% - 10px );
        max-width: calc( 41.66666667% - 10px );
    }

    .gutter-10 > .col-md-6 {
        -ms-flex-preferred-size: calc( 50% - 10px );
                -webkit-flex-basis: calc( 50% - 10px );
                flex-basis: calc( 50% - 10px );
        max-width: calc( 50% - 10px );
    }

    .gutter-10 > .col-md-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 10px );
                -webkit-flex-basis: calc( 58.33333333% - 10px );
                flex-basis: calc( 58.33333333% - 10px );
        max-width: calc( 58.33333333% - 10px );
    }

    .gutter-10 > .col-md-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 10px );
                -webkit-flex-basis: calc( 66.66666667% - 10px );
                flex-basis: calc( 66.66666667% - 10px );
        max-width: calc( 66.66666667% - 10px );
    }

    .gutter-10 > .col-md-9 {
        -ms-flex-preferred-size: calc( 75% - 10px );
                -webkit-flex-basis: calc( 75% - 10px );
                flex-basis: calc( 75% - 10px );
        max-width: calc( 75% - 10px );
    }

    .gutter-10 > .col-md-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 10px );
                -webkit-flex-basis: calc( 83.33333333% - 10px );
                flex-basis: calc( 83.33333333% - 10px );
        max-width: calc( 83.33333333% - 10px );
    }

    .gutter-10 > .col-md-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 10px );
                -webkit-flex-basis: calc( 91.66666667% - 10px );
                flex-basis: calc( 91.66666667% - 10px );
        max-width: calc( 91.66666667% - 10px );
    }

    .gutter-10 > .col-md-12 {
        -ms-flex-preferred-size: calc( 100% - 10px );
                -webkit-flex-basis: calc( 100% - 10px );
                flex-basis: calc( 100% - 10px );
        max-width: calc( 100% - 10px );
    }

    .gutter-20 > .col-md-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 20px );
                -webkit-flex-basis: calc( 8.33333333% - 20px );
                flex-basis: calc( 8.33333333% - 20px );
        max-width: calc( 8.33333333% - 20px );
    }

    .gutter-20 > .col-md-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 20px );
                -webkit-flex-basis: calc( 16.66666667% - 20px );
                flex-basis: calc( 16.66666667% - 20px );
        max-width: calc( 16.66666667% - 20px );
    }

    .gutter-20 > .col-md-3 {
        -ms-flex-preferred-size: calc( 25% - 20px );
                -webkit-flex-basis: calc( 25% - 20px );
                flex-basis: calc( 25% - 20px );
        max-width: calc( 25% - 20px );
    }

    .gutter-20 > .col-md-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 20px );
                -webkit-flex-basis: calc( 33.33333333% - 20px );
                flex-basis: calc( 33.33333333% - 20px );
        max-width: calc( 33.33333333% - 20px );
    }

    .gutter-20 > .col-md-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 20px );
                -webkit-flex-basis: calc( 41.66666667% - 20px );
                flex-basis: calc( 41.66666667% - 20px );
        max-width: calc( 41.66666667% - 20px );
    }

    .gutter-20 > .col-md-6 {
        -ms-flex-preferred-size: calc( 50% - 20px );
                -webkit-flex-basis: calc( 50% - 20px );
                flex-basis: calc( 50% - 20px );
        max-width: calc( 50% - 20px );
    }

    .gutter-20 > .col-md-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 20px );
                -webkit-flex-basis: calc( 58.33333333% - 20px );
                flex-basis: calc( 58.33333333% - 20px );
        max-width: calc( 58.33333333% - 20px );
    }

    .gutter-20 > .col-md-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 20px );
                -webkit-flex-basis: calc( 66.66666667% - 20px );
                flex-basis: calc( 66.66666667% - 20px );
        max-width: calc( 66.66666667% - 20px );
    }

    .gutter-20 > .col-md-9 {
        -ms-flex-preferred-size: calc( 75% - 20px );
                -webkit-flex-basis: calc( 75% - 20px );
                flex-basis: calc( 75% - 20px );
        max-width: calc( 75% - 20px );
    }

    .gutter-20 > .col-md-20 {
        -ms-flex-preferred-size: calc( 83.33333333% - 20px );
                -webkit-flex-basis: calc( 83.33333333% - 20px );
                flex-basis: calc( 83.33333333% - 20px );
        max-width: calc( 83.33333333% - 20px );
    }

    .gutter-20 > .col-md-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 20px );
                -webkit-flex-basis: calc( 91.66666667% - 20px );
                flex-basis: calc( 91.66666667% - 20px );
        max-width: calc( 91.66666667% - 20px );
    }

    .gutter-20 > .col-md-12 {
        -ms-flex-preferred-size: calc( 100% - 20px );
                -webkit-flex-basis: calc( 100% - 20px );
                flex-basis: calc( 100% - 20px );
        max-width: calc( 100% - 20px );
    }

    .gutter-30 > .col-md-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 30px );
                -webkit-flex-basis: calc( 8.33333333% - 30px );
                flex-basis: calc( 8.33333333% - 30px );
        max-width: calc( 8.33333333% - 30px );
    }

    .gutter-30 > .col-md-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 30px );
                -webkit-flex-basis: calc( 16.66666667% - 30px );
                flex-basis: calc( 16.66666667% - 30px );
        max-width: calc( 16.66666667% - 30px );
    }

    .gallery-columns-6 > .gallery-item,
    .gutter-30 > .col-md-3 {
        -ms-flex-preferred-size: calc( 25% - 30px );
                -webkit-flex-basis: calc( 25% - 30px );
                flex-basis: calc( 25% - 30px );
        max-width: calc( 25% - 30px );
    }

    .gallery-columns-3 > .gallery-item,
    .gallery-columns-4 > .gallery-item,
    .gutter-30 > .col-md-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 30px );
                -webkit-flex-basis: calc( 33.33333333% - 30px );
                flex-basis: calc( 33.33333333% - 30px );
        max-width: calc( 33.33333333% - 30px );
    }

    .gutter-30 > .col-md-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 30px );
                -webkit-flex-basis: calc( 41.66666667% - 30px );
                flex-basis: calc( 41.66666667% - 30px );
        max-width: calc( 41.66666667% - 30px );
    }

    .gutter-30 > .col-md-6 {
        -ms-flex-preferred-size: calc( 50% - 30px );
                -webkit-flex-basis: calc( 50% - 30px );
                flex-basis: calc( 50% - 30px );
        max-width: calc( 50% - 30px );
    }

    .gutter-30 > .col-md-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 30px );
                -webkit-flex-basis: calc( 58.33333333% - 30px );
                flex-basis: calc( 58.33333333% - 30px );
        max-width: calc( 58.33333333% - 30px );
    }

    .gutter-30 > .col-md-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 30px );
                -webkit-flex-basis: calc( 66.66666667% - 30px );
                flex-basis: calc( 66.66666667% - 30px );
        max-width: calc( 66.66666667% - 30px );
    }

    .gutter-30 > .col-md-9 {
        -ms-flex-preferred-size: calc( 75% - 30px );
                -webkit-flex-basis: calc( 75% - 30px );
                flex-basis: calc( 75% - 30px );
        max-width: calc( 75% - 30px );
    }

    .gutter-30 > .col-md-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 30px );
                -webkit-flex-basis: calc( 83.33333333% - 30px );
                flex-basis: calc( 83.33333333% - 30px );
        max-width: calc( 83.33333333% - 30px );
    }

    .gutter-30 > .col-md-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 30px );
                -webkit-flex-basis: calc( 91.66666667% - 30px );
                flex-basis: calc( 91.66666667% - 30px );
        max-width: calc( 91.66666667% - 30px );
    }

    .gutter-30 > .col-md-12 {
        -ms-flex-preferred-size: calc( 100% - 30px );
                -webkit-flex-basis: calc( 100% - 30px );
                flex-basis: calc( 100% - 30px );
        max-width: calc( 100% - 30px );
    }

    .gutter-40 > .col-md-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 40px );
                -webkit-flex-basis: calc( 8.33333333% - 40px );
                flex-basis: calc( 8.33333333% - 40px );
        max-width: calc( 8.33333333% - 40px );
    }

    .gutter-40 > .col-md-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 40px );
                -webkit-flex-basis: calc( 16.66666667% - 40px );
                flex-basis: calc( 16.66666667% - 40px );
        max-width: calc( 16.66666667% - 40px );
    }

    .gutter-40 > .col-md-3 {
        -ms-flex-preferred-size: calc( 25% - 40px );
                -webkit-flex-basis: calc( 25% - 40px );
                flex-basis: calc( 25% - 40px );
        max-width: calc( 25% - 40px );
    }

    .gutter-40 > .col-md-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 40px );
                -webkit-flex-basis: calc( 33.33333333% - 40px );
                flex-basis: calc( 33.33333333% - 40px );
        max-width: calc( 33.33333333% - 40px );
    }

    .gutter-40 > .col-md-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 40px );
                -webkit-flex-basis: calc( 41.66666667% - 40px );
                flex-basis: calc( 41.66666667% - 40px );
        max-width: calc( 41.66666667% - 40px );
    }

    .gutter-40 > .col-md-6 {
        -ms-flex-preferred-size: calc( 50% - 40px );
                -webkit-flex-basis: calc( 50% - 40px );
                flex-basis: calc( 50% - 40px );
        max-width: calc( 50% - 40px );
    }

    .gutter-40 > .col-md-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 40px );
                -webkit-flex-basis: calc( 58.33333333% - 40px );
                flex-basis: calc( 58.33333333% - 40px );
        max-width: calc( 58.33333333% - 40px );
    }

    .gutter-40 > .col-md-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 40px );
                -webkit-flex-basis: calc( 66.66666667% - 40px );
                flex-basis: calc( 66.66666667% - 40px );
        max-width: calc( 66.66666667% - 40px );
    }

    .gutter-40 > .col-md-9 {
        -ms-flex-preferred-size: calc( 75% - 40px );
                -webkit-flex-basis: calc( 75% - 40px );
                flex-basis: calc( 75% - 40px );
        max-width: calc( 75% - 40px );
    }

    .gutter-40 > .col-md-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 40px );
                -webkit-flex-basis: calc( 83.33333333% - 40px );
                flex-basis: calc( 83.33333333% - 40px );
        max-width: calc( 83.33333333% - 40px );
    }

    .gutter-40 > .col-md-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 40px );
                -webkit-flex-basis: calc( 91.66666667% - 40px );
                flex-basis: calc( 91.66666667% - 40px );
        max-width: calc( 91.66666667% - 40px );
    }

    .gutter-40 > .col-md-12 {
        -ms-flex-preferred-size: calc( 100% - 40px );
                -webkit-flex-basis: calc( 100% - 40px );
                flex-basis: calc( 100% - 40px );
        max-width: calc( 100% - 40px );
    }

    .gutter-50 > .col-md-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 50px );
                -webkit-flex-basis: calc( 8.33333333% - 50px );
                flex-basis: calc( 8.33333333% - 50px );
        max-width: calc( 8.33333333% - 50px );
    }

    .gutter-50 > .col-md-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 50px );
                -webkit-flex-basis: calc( 16.66666667% - 50px );
                flex-basis: calc( 16.66666667% - 50px );
        max-width: calc( 16.66666667% - 50px );
    }

    .gutter-50 > .col-md-3 {
        -ms-flex-preferred-size: calc( 25% - 50px );
                -webkit-flex-basis: calc( 25% - 50px );
                flex-basis: calc( 25% - 50px );
        max-width: calc( 25% - 50px );
    }

    .gutter-50 > .col-md-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 50px );
                -webkit-flex-basis: calc( 33.33333333% - 50px );
                flex-basis: calc( 33.33333333% - 50px );
        max-width: calc( 33.33333333% - 50px );
    }

    .gutter-50 > .col-md-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 50px );
                -webkit-flex-basis: calc( 41.66666667% - 50px );
                flex-basis: calc( 41.66666667% - 50px );
        max-width: calc( 41.66666667% - 50px );
    }

    .gutter-50 > .col-md-6 {
        -ms-flex-preferred-size: calc( 50% - 50px );
                -webkit-flex-basis: calc( 50% - 50px );
                flex-basis: calc( 50% - 50px );
        max-width: calc( 50% - 50px );
    }

    .gutter-50 > .col-md-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 50px );
                -webkit-flex-basis: calc( 58.33333333% - 50px );
                flex-basis: calc( 58.33333333% - 50px );
        max-width: calc( 58.33333333% - 50px );
    }

    .gutter-50 > .col-md-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 50px );
                -webkit-flex-basis: calc( 66.66666667% - 50px );
                flex-basis: calc( 66.66666667% - 50px );
        max-width: calc( 66.66666667% - 50px );
    }

    .gutter-50 > .col-md-9 {
        -ms-flex-preferred-size: calc( 75% - 50px );
                -webkit-flex-basis: calc( 75% - 50px );
                flex-basis: calc( 75% - 50px );
        max-width: calc( 75% - 50px );
    }

    .gutter-50 > .col-md-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 50px );
                -webkit-flex-basis: calc( 83.33333333% - 50px );
                flex-basis: calc( 83.33333333% - 50px );
        max-width: calc( 83.33333333% - 50px );
    }

    .gutter-50 > .col-md-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 50px );
                -webkit-flex-basis: calc( 91.66666667% - 50px );
                flex-basis: calc( 91.66666667% - 50px );
        max-width: calc( 91.66666667% - 50px );
    }

    .gutter-50 > .col-md-12 {
        -ms-flex-preferred-size: calc( 100% - 50px );
                -webkit-flex-basis: calc( 100% - 50px );
                flex-basis: calc( 100% - 50px );
        max-width: calc( 100% - 50px );
    }

    .col-md,
    .gutter-5 > .col-md,
    .gutter-10 > .col-md,
    .gutter-20 > .col-md,
    .gutter-30 > .col-md,
    .gutter-40 > .col-md,
    .gutter-50 > .col-md {
        -ms-flex: 1 0 0;
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
        max-width: 100%;
    }

    .col-md-auto,
    .gutter-5 > .col-md-auto,
    .gutter-10 > .col-md-auto,
    .gutter-20 > .col-md-auto,
    .gutter-30 > .col-md-auto,
    .gutter-40 > .col-md-auto,
    .gutter-50 > .col-md-auto {
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

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

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

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

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

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

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-md {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-md {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

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

    .first-md {
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -ms-flex-order: 1;
        order: 1;
    }

    .bottom-md-0 {
        margin-bottom: 0;
    }

    .bottom-md-5 {
        margin-bottom: 5px;
    }

    .bottom-md-10 {
        margin-bottom: 10px;
    }

    .bottom-md-20 {
        margin-bottom: 20px;
    }

    .bottom-md-30 {
        margin-bottom: 30px;
    }

    .bottom-md-40 {
        margin-bottom: 40px;
    }

    .bottom-md-50 {
        margin-bottom: 50px;
    }

    .bottom-md-60 {
        margin-bottom: 60px;
    }

}

@media only screen and (min-width: 992px) {

    .col-lg,
    .col-lg-auto,
    .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,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
                -webkit-flex-basis: 8.33333333%;
                flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
                -webkit-flex-basis: 16.66666667%;
                flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
                -webkit-flex-basis: 25%;
                flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
                -webkit-flex-basis: 33.33333333%;
                flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
                -webkit-flex-basis: 41.66666667%;
                flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
                -webkit-flex-basis: 50%;
                flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
                -webkit-flex-basis: 58.33333333%;
                flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
                -webkit-flex-basis: 66.66666667%;
                flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
                -webkit-flex-basis: 75%;
                flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
                -webkit-flex-basis: 83.33333333%;
                flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
                -webkit-flex-basis: 91.66666667%;
                flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
                -webkit-flex-basis: 100%;
                flex-basis: 100%;
        max-width: 100%;
    }

    .gutter-5 > .col-lg-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 5px );
                -webkit-flex-basis: calc( 8.33333333% - 5px );
                flex-basis: calc( 8.33333333% - 5px );
        max-width: calc( 8.33333333% - 5px );
    }

    .gutter-5 > .col-lg-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 5px );
                -webkit-flex-basis: calc( 16.66666667% - 5px );
                flex-basis: calc( 16.66666667% - 5px );
        max-width: calc( 16.66666667% - 5px );
    }

    .gutter-5 > .col-lg-3 {
        -ms-flex-preferred-size: calc( 25% - 5px );
                -webkit-flex-basis: calc( 25% - 5px );
                flex-basis: calc( 25% - 5px );
        max-width: calc( 25% - 5px );
    }

    .gutter-5 > .col-lg-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 5px );
                -webkit-flex-basis: calc( 33.33333333% - 5px );
                flex-basis: calc( 33.33333333% - 5px );
        max-width: calc( 33.33333333% - 5px );
    }

    .gutter-5 > .col-lg-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 5px );
                -webkit-flex-basis: calc( 41.66666667% - 5px );
                flex-basis: calc( 41.66666667% - 5px );
        max-width: calc( 41.66666667% - 5px );
    }

    .gutter-5 > .col-lg-6 {
        -ms-flex-preferred-size: calc( 50% - 5px );
                -webkit-flex-basis: calc( 50% - 5px );
                flex-basis: calc( 50% - 5px );
        max-width: calc( 50% - 5px );
    }

    .gutter-5 > .col-lg-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 5px );
                -webkit-flex-basis: calc( 58.33333333% - 5px );
                flex-basis: calc( 58.33333333% - 5px );
        max-width: calc( 58.33333333% - 5px );
    }

    .gutter-5 > .col-lg-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 5px );
                -webkit-flex-basis: calc( 66.66666667% - 5px );
                flex-basis: calc( 66.66666667% - 5px );
        max-width: calc( 66.66666667% - 5px );
    }

    .gutter-5 > .col-lg-9 {
        -ms-flex-preferred-size: calc( 75% - 5px );
                -webkit-flex-basis: calc( 75% - 5px );
                flex-basis: calc( 75% - 5px );
        max-width: calc( 75% - 5px );
    }

    .gutter-5 > .col-lg-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 5px );
                -webkit-flex-basis: calc( 83.33333333% - 5px );
                flex-basis: calc( 83.33333333% - 5px );
        max-width: calc( 83.33333333% - 5px );
    }

    .gutter-5 > .col-lg-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 5px );
                -webkit-flex-basis: calc( 91.66666667% - 5px );
                flex-basis: calc( 91.66666667% - 5px );
        max-width: calc( 91.66666667% - 5px );
    }

    .gutter-5 > .col-lg-12 {
        -ms-flex-preferred-size: calc( 50% - 5px );
                -webkit-flex-basis: calc( 100% - 5px );
                flex-basis: calc( 100% - 5px );
        max-width: calc( 100% - 5px );
    }

    .gutter-10 > .col-lg-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 10px );
                -webkit-flex-basis: calc( 8.33333333% - 10px );
                flex-basis: calc( 8.33333333% - 10px );
        max-width: calc( 8.33333333% - 10px );
    }

    .gutter-10 > .col-lg-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 10px );
                -webkit-flex-basis: calc( 16.66666667% - 10px );
                flex-basis: calc( 16.66666667% - 10px );
        max-width: calc( 16.66666667% - 10px );
    }

    .gutter-10 > .col-lg-3 {
        -ms-flex-preferred-size: calc( 25% - 10px );
                -webkit-flex-basis: calc( 25% - 10px );
                flex-basis: calc( 25% - 10px );
        max-width: calc( 25% - 10px );
    }

    .gutter-10 > .col-lg-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 10px );
                -webkit-flex-basis: calc( 33.33333333% - 10px );
                flex-basis: calc( 33.33333333% - 10px );
        max-width: calc( 33.33333333% - 10px );
    }

    .gutter-10 > .col-lg-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 10px );
                -webkit-flex-basis: calc( 41.66666667% - 10px );
                flex-basis: calc( 41.66666667% - 10px );
        max-width: calc( 41.66666667% - 10px );
    }

    .gutter-10 > .col-lg-6 {
        -ms-flex-preferred-size: calc( 50% - 10px );
                -webkit-flex-basis: calc( 50% - 10px );
                flex-basis: calc( 50% - 10px );
        max-width: calc( 50% - 10px );
    }

    .gutter-10 > .col-lg-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 10px );
                -webkit-flex-basis: calc( 58.33333333% - 10px );
                flex-basis: calc( 58.33333333% - 10px );
        max-width: calc( 58.33333333% - 10px );
    }

    .gutter-10 > .col-lg-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 10px );
                -webkit-flex-basis: calc( 66.66666667% - 10px );
                flex-basis: calc( 66.66666667% - 10px );
        max-width: calc( 66.66666667% - 10px );
    }

    .gutter-10 > .col-lg-9 {
        -ms-flex-preferred-size: calc( 75% - 10px );
                -webkit-flex-basis: calc( 75% - 10px );
                flex-basis: calc( 75% - 10px );
        max-width: calc( 75% - 10px );
    }

    .gutter-10 > .col-lg-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 10px );
                -webkit-flex-basis: calc( 83.33333333% - 10px );
                flex-basis: calc( 83.33333333% - 10px );
        max-width: calc( 83.33333333% - 10px );
    }

    .gutter-10 > .col-lg-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 10px );
                -webkit-flex-basis: calc( 91.66666667% - 10px );
                flex-basis: calc( 91.66666667% - 10px );
        max-width: calc( 91.66666667% - 10px );
    }

    .gutter-10 > .col-lg-12 {
        -ms-flex-preferred-size: calc( 100% - 10px );
                -webkit-flex-basis: calc( 100% - 10px );
                flex-basis: calc( 100% - 10px );
        max-width: calc( 100% - 10px );
    }

    .gutter-20 > .col-lg-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 20px );
                -webkit-flex-basis: calc( 8.33333333% - 20px );
                flex-basis: calc( 8.33333333% - 20px );
        max-width: calc( 8.33333333% - 20px );
    }

    .gutter-20 > .col-lg-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 20px );
                -webkit-flex-basis: calc( 16.66666667% - 20px );
                flex-basis: calc( 16.66666667% - 20px );
        max-width: calc( 16.66666667% - 20px );
    }

    .gutter-20 > .col-lg-3 {
        -ms-flex-preferred-size: calc( 25% - 20px );
                -webkit-flex-basis: calc( 25% - 20px );
                flex-basis: calc( 25% - 20px );
        max-width: calc( 25% - 20px );
    }

    .gutter-20 > .col-lg-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 20px );
                -webkit-flex-basis: calc( 33.33333333% - 20px );
                flex-basis: calc( 33.33333333% - 20px );
        max-width: calc( 33.33333333% - 20px );
    }

    .gutter-20 > .col-lg-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 20px );
                -webkit-flex-basis: calc( 41.66666667% - 20px );
                flex-basis: calc( 41.66666667% - 20px );
        max-width: calc( 41.66666667% - 20px );
    }

    .gutter-20 > .col-lg-6 {
        -ms-flex-preferred-size: calc( 50% - 20px );
                -webkit-flex-basis: calc( 50% - 20px );
                flex-basis: calc( 50% - 20px );
        max-width: calc( 50% - 20px );
    }

    .gutter-20 > .col-lg-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 20px );
                -webkit-flex-basis: calc( 58.33333333% - 20px );
                flex-basis: calc( 58.33333333% - 20px );
        max-width: calc( 58.33333333% - 20px );
    }

    .gutter-20 > .col-lg-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 20px );
                -webkit-flex-basis: calc( 66.66666667% - 20px );
                flex-basis: calc( 66.66666667% - 20px );
        max-width: calc( 66.66666667% - 20px );
    }

    .gutter-20 > .col-lg-9 {
        -ms-flex-preferred-size: calc( 75% - 20px );
                -webkit-flex-basis: calc( 75% - 20px );
                flex-basis: calc( 75% - 20px );
        max-width: calc( 75% - 20px );
    }

    .gutter-20 > .col-lg-20 {
        -ms-flex-preferred-size: calc( 83.33333333% - 20px );
                -webkit-flex-basis: calc( 83.33333333% - 20px );
                flex-basis: calc( 83.33333333% - 20px );
        max-width: calc( 83.33333333% - 20px );
    }

    .gutter-20 > .col-lg-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 20px );
                -webkit-flex-basis: calc( 91.66666667% - 20px );
                flex-basis: calc( 91.66666667% - 20px );
        max-width: calc( 91.66666667% - 20px );
    }

    .gutter-20 > .col-lg-12 {
        -ms-flex-preferred-size: calc( 100% - 20px );
                -webkit-flex-basis: calc( 100% - 20px );
                flex-basis: calc( 100% - 20px );
        max-width: calc( 100% - 20px );
    }

    .gutter-30 > .col-lg-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 30px );
                -webkit-flex-basis: calc( 8.33333333% - 30px );
                flex-basis: calc( 8.33333333% - 30px );
        max-width: calc( 8.33333333% - 30px );
    }

    .gallery-columns-6 > .gallery-item,
    .gutter-30 > .col-lg-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 30px );
                -webkit-flex-basis: calc( 16.66666667% - 30px );
                flex-basis: calc( 16.66666667% - 30px );
        max-width: calc( 16.66666667% - 30px );
    }

    .gallery-columns-4 > .gallery-item,
    .gutter-30 > .col-lg-3 {
        -ms-flex-preferred-size: calc( 25% - 30px );
                -webkit-flex-basis: calc( 25% - 30px );
                flex-basis: calc( 25% - 30px );
        max-width: calc( 25% - 30px );
    }

    .gutter-30 > .col-lg-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 30px );
                -webkit-flex-basis: calc( 33.33333333% - 30px );
                flex-basis: calc( 33.33333333% - 30px );
        max-width: calc( 33.33333333% - 30px );
    }

    .gutter-30 > .col-lg-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 30px );
                -webkit-flex-basis: calc( 41.66666667% - 30px );
                flex-basis: calc( 41.66666667% - 30px );
        max-width: calc( 41.66666667% - 30px );
    }

    .gutter-30 > .col-lg-6 {
        -ms-flex-preferred-size: calc( 50% - 30px );
                -webkit-flex-basis: calc( 50% - 30px );
                flex-basis: calc( 50% - 30px );
        max-width: calc( 50% - 30px );
    }

    .gutter-30 > .col-lg-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 30px );
                -webkit-flex-basis: calc( 58.33333333% - 30px );
                flex-basis: calc( 58.33333333% - 30px );
        max-width: calc( 58.33333333% - 30px );
    }

    .gutter-30 > .col-lg-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 30px );
                -webkit-flex-basis: calc( 66.66666667% - 30px );
                flex-basis: calc( 66.66666667% - 30px );
        max-width: calc( 66.66666667% - 30px );
    }

    .gutter-30 > .col-lg-9 {
        -ms-flex-preferred-size: calc( 75% - 30px );
                -webkit-flex-basis: calc( 75% - 30px );
                flex-basis: calc( 75% - 30px );
        max-width: calc( 75% - 30px );
    }

    .gutter-30 > .col-lg-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 30px );
                -webkit-flex-basis: calc( 83.33333333% - 30px );
                flex-basis: calc( 83.33333333% - 30px );
        max-width: calc( 83.33333333% - 30px );
    }

    .gutter-30 > .col-lg-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 30px );
                -webkit-flex-basis: calc( 91.66666667% - 30px );
                flex-basis: calc( 91.66666667% - 30px );
        max-width: calc( 91.66666667% - 30px );
    }

    .gutter-30 > .col-lg-12 {
        -ms-flex-preferred-size: calc( 100% - 30px );
                -webkit-flex-basis: calc( 100% - 30px );
                flex-basis: calc( 100% - 30px );
        max-width: calc( 100% - 30px );
    }

    .gutter-40 > .col-lg-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 40px );
                -webkit-flex-basis: calc( 8.33333333% - 40px );
                flex-basis: calc( 8.33333333% - 40px );
        max-width: calc( 8.33333333% - 40px );
    }

    .gutter-40 > .col-lg-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 40px );
                -webkit-flex-basis: calc( 16.66666667% - 40px );
                flex-basis: calc( 16.66666667% - 40px );
        max-width: calc( 16.66666667% - 40px );
    }

    .gutter-40 > .col-lg-3 {
        -ms-flex-preferred-size: calc( 25% - 40px );
                -webkit-flex-basis: calc( 25% - 40px );
                flex-basis: calc( 25% - 40px );
        max-width: calc( 25% - 40px );
    }

    .gutter-40 > .col-lg-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 40px );
                -webkit-flex-basis: calc( 33.33333333% - 40px );
                flex-basis: calc( 33.33333333% - 40px );
        max-width: calc( 33.33333333% - 40px );
    }

    .gutter-40 > .col-lg-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 40px );
                -webkit-flex-basis: calc( 41.66666667% - 40px );
                flex-basis: calc( 41.66666667% - 40px );
        max-width: calc( 41.66666667% - 40px );
    }

    .gutter-40 > .col-lg-6 {
        -ms-flex-preferred-size: calc( 50% - 40px );
                -webkit-flex-basis: calc( 50% - 40px );
                flex-basis: calc( 50% - 40px );
        max-width: calc( 50% - 40px );
    }

    .gutter-40 > .col-lg-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 40px );
                -webkit-flex-basis: calc( 58.33333333% - 40px );
                flex-basis: calc( 58.33333333% - 40px );
        max-width: calc( 58.33333333% - 40px );
    }

    .gutter-40 > .col-lg-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 40px );
                -webkit-flex-basis: calc( 66.66666667% - 40px );
                flex-basis: calc( 66.66666667% - 40px );
        max-width: calc( 66.66666667% - 40px );
    }

    .gutter-40 > .col-lg-9 {
        -ms-flex-preferred-size: calc( 75% - 40px );
                -webkit-flex-basis: calc( 75% - 40px );
                flex-basis: calc( 75% - 40px );
        max-width: calc( 75% - 40px );
    }

    .gutter-40 > .col-lg-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 40px );
                -webkit-flex-basis: calc( 83.33333333% - 40px );
                flex-basis: calc( 83.33333333% - 40px );
        max-width: calc( 83.33333333% - 40px );
    }

    .gutter-40 > .col-lg-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 40px );
                -webkit-flex-basis: calc( 91.66666667% - 40px );
                flex-basis: calc( 91.66666667% - 40px );
        max-width: calc( 91.66666667% - 40px );
    }

    .gutter-40 > .col-lg-12 {
        -ms-flex-preferred-size: calc( 100% - 40px );
                -webkit-flex-basis: calc( 100% - 40px );
                flex-basis: calc( 100% - 40px );
        max-width: calc( 100% - 40px );
    }

    .gutter-50 > .col-lg-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 50px );
                -webkit-flex-basis: calc( 8.33333333% - 50px );
                flex-basis: calc( 8.33333333% - 50px );
        max-width: calc( 8.33333333% - 50px );
    }

    .gutter-50 > .col-lg-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 50px );
                -webkit-flex-basis: calc( 16.66666667% - 50px );
                flex-basis: calc( 16.66666667% - 50px );
        max-width: calc( 16.66666667% - 50px );
    }

    .gutter-50 > .col-lg-3 {
        -ms-flex-preferred-size: calc( 25% - 50px );
                -webkit-flex-basis: calc( 25% - 50px );
                flex-basis: calc( 25% - 50px );
        max-width: calc( 25% - 50px );
    }

    .gutter-50 > .col-lg-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 50px );
                -webkit-flex-basis: calc( 33.33333333% - 50px );
                flex-basis: calc( 33.33333333% - 50px );
        max-width: calc( 33.33333333% - 50px );
    }

    .gutter-50 > .col-lg-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 50px );
                -webkit-flex-basis: calc( 41.66666667% - 50px );
                flex-basis: calc( 41.66666667% - 50px );
        max-width: calc( 41.66666667% - 50px );
    }

    .gutter-50 > .col-lg-6 {
        -ms-flex-preferred-size: calc( 50% - 50px );
                -webkit-flex-basis: calc( 50% - 50px );
                flex-basis: calc( 50% - 50px );
        max-width: calc( 50% - 50px );
    }

    .gutter-50 > .col-lg-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 50px );
                -webkit-flex-basis: calc( 58.33333333% - 50px );
                flex-basis: calc( 58.33333333% - 50px );
        max-width: calc( 58.33333333% - 50px );
    }

    .gutter-50 > .col-lg-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 50px );
                -webkit-flex-basis: calc( 66.66666667% - 50px );
                flex-basis: calc( 66.66666667% - 50px );
        max-width: calc( 66.66666667% - 50px );
    }

    .gutter-50 > .col-lg-9 {
        -ms-flex-preferred-size: calc( 75% - 50px );
                -webkit-flex-basis: calc( 75% - 50px );
                flex-basis: calc( 75% - 50px );
        max-width: calc( 75% - 50px );
    }

    .gutter-50 > .col-lg-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 50px );
                -webkit-flex-basis: calc( 83.33333333% - 50px );
                flex-basis: calc( 83.33333333% - 50px );
        max-width: calc( 83.33333333% - 50px );
    }

    .gutter-50 > .col-lg-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 50px );
                -webkit-flex-basis: calc( 91.66666667% - 50px );
                flex-basis: calc( 91.66666667% - 50px );
        max-width: calc( 91.66666667% - 50px );
    }

    .gutter-50 > .col-lg-12 {
        -ms-flex-preferred-size: calc( 100% - 50px );
                -webkit-flex-basis: calc( 100% - 50px );
                flex-basis: calc( 100% - 50px );
        max-width: calc( 100% - 50px );
    }

    .col-lg,
    .gutter-5 > .col-lg,
    .gutter-10 > .col-lg,
    .gutter-20 > .col-lg,
    .gutter-30 > .col-lg,
    .gutter-40 > .col-lg,
    .gutter-50 > .col-lg {
        -ms-flex: 1 0 0;
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
        max-width: 100%;
    }

    .col-lg-auto,
    .gutter-5 > .col-lg-auto,
    .gutter-10 > .col-lg-auto,
    .gutter-20 > .col-lg-auto,
    .gutter-30 > .col-lg-auto,
    .gutter-40 > .col-lg-auto,
    .gutter-50 > .col-lg-auto {
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

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

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

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

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

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

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-lg {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-lg {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

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

    .first-lg {
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -ms-flex-order: 1;
        order: 1;
    }

    .bottom-lg-0 {
        margin-bottom: 0;
    }

    .bottom-lg-5 {
        margin-bottom: 5px;
    }

    .bottom-lg-10 {
        margin-bottom: 10px;
    }

    .bottom-lg-20 {
        margin-bottom: 20px;
    }

    .bottom-lg-30 {
        margin-bottom: 30px;
    }

    .bottom-lg-40 {
        margin-bottom: 40px;
    }

    .bottom-lg-50 {
        margin-bottom: 50px;
    }

    .bottom-lg-60 {
        margin-bottom: 60px;
    }

}

@media only screen and (min-width: 1200px) {

    .col-xl,
    .col-xl-auto,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-offset-0,
    .col-xl-offset-1,
    .col-xl-offset-2,
    .col-xl-offset-3,
    .col-xl-offset-4,
    .col-xl-offset-5,
    .col-xl-offset-6,
    .col-xl-offset-7,
    .col-xl-offset-8,
    .col-xl-offset-9,
    .col-xl-offset-10,
    .col-xl-offset-11,
    .col-xl-offset-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-xl-1 {
        -ms-flex-preferred-size: 8.33333333%;
                -webkit-flex-basis: 8.33333333%;
                flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-xl-2 {
        -ms-flex-preferred-size: 16.66666667%;
                -webkit-flex-basis: 16.66666667%;
                flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
                -webkit-flex-basis: 25%;
                flex-basis: 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex-preferred-size: 33.33333333%;
                -webkit-flex-basis: 33.33333333%;
                flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-xl-5 {
        -ms-flex-preferred-size: 41.66666667%;
                -webkit-flex-basis: 41.66666667%;
                flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
                -webkit-flex-basis: 50%;
                flex-basis: 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex-preferred-size: 58.33333333%;
                -webkit-flex-basis: 58.33333333%;
                flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-xl-8 {
        -ms-flex-preferred-size: 66.66666667%;
                -webkit-flex-basis: 66.66666667%;
                flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
                -webkit-flex-basis: 75%;
                flex-basis: 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex-preferred-size: 83.33333333%;
                -webkit-flex-basis: 83.33333333%;
                flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-xl-11 {
        -ms-flex-preferred-size: 91.66666667%;
                -webkit-flex-basis: 91.66666667%;
                flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
                -webkit-flex-basis: 100%;
                flex-basis: 100%;
        max-width: 100%;
    }

    .gutter-5 > .col-xl-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 5px );
                -webkit-flex-basis: calc( 8.33333333% - 5px );
                flex-basis: calc( 8.33333333% - 5px );
        max-width: calc( 8.33333333% - 5px );
    }

    .gutter-5 > .col-xl-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 5px );
                -webkit-flex-basis: calc( 16.66666667% - 5px );
                flex-basis: calc( 16.66666667% - 5px );
        max-width: calc( 16.66666667% - 5px );
    }

    .gutter-5 > .col-xl-3 {
        -ms-flex-preferred-size: calc( 25% - 5px );
                -webkit-flex-basis: calc( 25% - 5px );
                flex-basis: calc( 25% - 5px );
        max-width: calc( 25% - 5px );
    }

    .gutter-5 > .col-xl-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 5px );
                -webkit-flex-basis: calc( 33.33333333% - 5px );
                flex-basis: calc( 33.33333333% - 5px );
        max-width: calc( 33.33333333% - 5px );
    }

    .gutter-5 > .col-xl-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 5px );
                -webkit-flex-basis: calc( 41.66666667% - 5px );
                flex-basis: calc( 41.66666667% - 5px );
        max-width: calc( 41.66666667% - 5px );
    }

    .gutter-5 > .col-xl-6 {
        -ms-flex-preferred-size: calc( 50% - 5px );
                -webkit-flex-basis: calc( 50% - 5px );
                flex-basis: calc( 50% - 5px );
        max-width: calc( 50% - 5px );
    }

    .gutter-5 > .col-xl-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 5px );
                -webkit-flex-basis: calc( 58.33333333% - 5px );
                flex-basis: calc( 58.33333333% - 5px );
        max-width: calc( 58.33333333% - 5px );
    }

    .gutter-5 > .col-xl-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 5px );
                -webkit-flex-basis: calc( 66.66666667% - 5px );
                flex-basis: calc( 66.66666667% - 5px );
        max-width: calc( 66.66666667% - 5px );
    }

    .gutter-5 > .col-xl-9 {
        -ms-flex-preferred-size: calc( 75% - 5px );
                -webkit-flex-basis: calc( 75% - 5px );
                flex-basis: calc( 75% - 5px );
        max-width: calc( 75% - 5px );
    }

    .gutter-5 > .col-xl-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 5px );
                -webkit-flex-basis: calc( 83.33333333% - 5px );
                flex-basis: calc( 83.33333333% - 5px );
        max-width: calc( 83.33333333% - 5px );
    }

    .gutter-5 > .col-xl-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 5px );
                -webkit-flex-basis: calc( 91.66666667% - 5px );
                flex-basis: calc( 91.66666667% - 5px );
        max-width: calc( 91.66666667% - 5px );
    }

    .gutter-5 > .col-xl-12 {
        -ms-flex-preferred-size: calc( 50% - 5px );
                -webkit-flex-basis: calc( 100% - 5px );
                flex-basis: calc( 100% - 5px );
        max-width: calc( 100% - 5px );
    }

    .gutter-10 > .col-xl-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 10px );
                -webkit-flex-basis: calc( 8.33333333% - 10px );
                flex-basis: calc( 8.33333333% - 10px );
        max-width: calc( 8.33333333% - 10px );
    }

    .gutter-10 > .col-xl-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 10px );
                -webkit-flex-basis: calc( 16.66666667% - 10px );
                flex-basis: calc( 16.66666667% - 10px );
        max-width: calc( 16.66666667% - 10px );
    }

    .gutter-10 > .col-xl-3 {
        -ms-flex-preferred-size: calc( 25% - 10px );
                -webkit-flex-basis: calc( 25% - 10px );
                flex-basis: calc( 25% - 10px );
        max-width: calc( 25% - 10px );
    }

    .gutter-10 > .col-xl-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 10px );
                -webkit-flex-basis: calc( 33.33333333% - 10px );
                flex-basis: calc( 33.33333333% - 10px );
        max-width: calc( 33.33333333% - 10px );
    }

    .gutter-10 > .col-xl-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 10px );
                -webkit-flex-basis: calc( 41.66666667% - 10px );
                flex-basis: calc( 41.66666667% - 10px );
        max-width: calc( 41.66666667% - 10px );
    }

    .gutter-10 > .col-xl-6 {
        -ms-flex-preferred-size: calc( 50% - 10px );
                -webkit-flex-basis: calc( 50% - 10px );
                flex-basis: calc( 50% - 10px );
        max-width: calc( 50% - 10px );
    }

    .gutter-10 > .col-xl-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 10px );
                -webkit-flex-basis: calc( 58.33333333% - 10px );
                flex-basis: calc( 58.33333333% - 10px );
        max-width: calc( 58.33333333% - 10px );
    }

    .gutter-10 > .col-xl-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 10px );
                -webkit-flex-basis: calc( 66.66666667% - 10px );
                flex-basis: calc( 66.66666667% - 10px );
        max-width: calc( 66.66666667% - 10px );
    }

    .gutter-10 > .col-xl-9 {
        -ms-flex-preferred-size: calc( 75% - 10px );
                -webkit-flex-basis: calc( 75% - 10px );
                flex-basis: calc( 75% - 10px );
        max-width: calc( 75% - 10px );
    }

    .gutter-10 > .col-xl-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 10px );
                -webkit-flex-basis: calc( 83.33333333% - 10px );
                flex-basis: calc( 83.33333333% - 10px );
        max-width: calc( 83.33333333% - 10px );
    }

    .gutter-10 > .col-xl-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 10px );
                -webkit-flex-basis: calc( 91.66666667% - 10px );
                flex-basis: calc( 91.66666667% - 10px );
        max-width: calc( 91.66666667% - 10px );
    }

    .gutter-10 > .col-xl-12 {
        -ms-flex-preferred-size: calc( 100% - 10px );
                -webkit-flex-basis: calc( 100% - 10px );
                flex-basis: calc( 100% - 10px );
        max-width: calc( 100% - 10px );
    }

    .gutter-20 > .col-xl-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 20px );
                -webkit-flex-basis: calc( 8.33333333% - 20px );
                flex-basis: calc( 8.33333333% - 20px );
        max-width: calc( 8.33333333% - 20px );
    }

    .gutter-20 > .col-xl-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 20px );
                -webkit-flex-basis: calc( 16.66666667% - 20px );
                flex-basis: calc( 16.66666667% - 20px );
        max-width: calc( 16.66666667% - 20px );
    }

    .gutter-20 > .col-xl-3 {
        -ms-flex-preferred-size: calc( 25% - 20px );
                -webkit-flex-basis: calc( 25% - 20px );
                flex-basis: calc( 25% - 20px );
        max-width: calc( 25% - 20px );
    }

    .gutter-20 > .col-xl-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 20px );
                -webkit-flex-basis: calc( 33.33333333% - 20px );
                flex-basis: calc( 33.33333333% - 20px );
        max-width: calc( 33.33333333% - 20px );
    }

    .gutter-20 > .col-xl-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 20px );
                -webkit-flex-basis: calc( 41.66666667% - 20px );
                flex-basis: calc( 41.66666667% - 20px );
        max-width: calc( 41.66666667% - 20px );
    }

    .gutter-20 > .col-xl-6 {
        -ms-flex-preferred-size: calc( 50% - 20px );
                -webkit-flex-basis: calc( 50% - 20px );
                flex-basis: calc( 50% - 20px );
        max-width: calc( 50% - 20px );
    }

    .gutter-20 > .col-xl-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 20px );
                -webkit-flex-basis: calc( 58.33333333% - 20px );
                flex-basis: calc( 58.33333333% - 20px );
        max-width: calc( 58.33333333% - 20px );
    }

    .gutter-20 > .col-xl-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 20px );
                -webkit-flex-basis: calc( 66.66666667% - 20px );
                flex-basis: calc( 66.66666667% - 20px );
        max-width: calc( 66.66666667% - 20px );
    }

    .gutter-20 > .col-xl-9 {
        -ms-flex-preferred-size: calc( 75% - 20px );
                -webkit-flex-basis: calc( 75% - 20px );
                flex-basis: calc( 75% - 20px );
        max-width: calc( 75% - 20px );
    }

    .gutter-20 > .col-xl-20 {
        -ms-flex-preferred-size: calc( 83.33333333% - 20px );
                -webkit-flex-basis: calc( 83.33333333% - 20px );
                flex-basis: calc( 83.33333333% - 20px );
        max-width: calc( 83.33333333% - 20px );
    }

    .gutter-20 > .col-xl-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 20px );
                -webkit-flex-basis: calc( 91.66666667% - 20px );
                flex-basis: calc( 91.66666667% - 20px );
        max-width: calc( 91.66666667% - 20px );
    }

    .gutter-20 > .col-xl-12 {
        -ms-flex-preferred-size: calc( 100% - 20px );
                -webkit-flex-basis: calc( 100% - 20px );
                flex-basis: calc( 100% - 20px );
        max-width: calc( 100% - 20px );
    }

    .gutter-30 > .col-xl-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 30px );
                -webkit-flex-basis: calc( 8.33333333% - 30px );
                flex-basis: calc( 8.33333333% - 30px );
        max-width: calc( 8.33333333% - 30px );
    }

    .gallery-columns-6 > .gallery-item,
    .gutter-30 > .col-xl-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 30px );
                -webkit-flex-basis: calc( 16.66666667% - 30px );
                flex-basis: calc( 16.66666667% - 30px );
        max-width: calc( 16.66666667% - 30px );
    }

    .gallery-columns-4 > .gallery-item,
    .gutter-30 > .col-xl-3 {
        -ms-flex-preferred-size: calc( 25% - 30px );
                -webkit-flex-basis: calc( 25% - 30px );
                flex-basis: calc( 25% - 30px );
        max-width: calc( 25% - 30px );
    }

    .gutter-30 > .col-xl-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 30px );
                -webkit-flex-basis: calc( 33.33333333% - 30px );
                flex-basis: calc( 33.33333333% - 30px );
        max-width: calc( 33.33333333% - 30px );
    }

    .gutter-30 > .col-xl-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 30px );
                -webkit-flex-basis: calc( 41.66666667% - 30px );
                flex-basis: calc( 41.66666667% - 30px );
        max-width: calc( 41.66666667% - 30px );
    }

    .gutter-30 > .col-xl-6 {
        -ms-flex-preferred-size: calc( 50% - 30px );
                -webkit-flex-basis: calc( 50% - 30px );
                flex-basis: calc( 50% - 30px );
        max-width: calc( 50% - 30px );
    }

    .gutter-30 > .col-xl-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 30px );
                -webkit-flex-basis: calc( 58.33333333% - 30px );
                flex-basis: calc( 58.33333333% - 30px );
        max-width: calc( 58.33333333% - 30px );
    }

    .gutter-30 > .col-xl-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 30px );
                -webkit-flex-basis: calc( 66.66666667% - 30px );
                flex-basis: calc( 66.66666667% - 30px );
        max-width: calc( 66.66666667% - 30px );
    }

    .gutter-30 > .col-xl-9 {
        -ms-flex-preferred-size: calc( 75% - 30px );
                -webkit-flex-basis: calc( 75% - 30px );
                flex-basis: calc( 75% - 30px );
        max-width: calc( 75% - 30px );
    }

    .gutter-30 > .col-xl-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 30px );
                -webkit-flex-basis: calc( 83.33333333% - 30px );
                flex-basis: calc( 83.33333333% - 30px );
        max-width: calc( 83.33333333% - 30px );
    }

    .gutter-30 > .col-xl-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 30px );
                -webkit-flex-basis: calc( 91.66666667% - 30px );
                flex-basis: calc( 91.66666667% - 30px );
        max-width: calc( 91.66666667% - 30px );
    }

    .gutter-30 > .col-xl-12 {
        -ms-flex-preferred-size: calc( 100% - 30px );
                -webkit-flex-basis: calc( 100% - 30px );
                flex-basis: calc( 100% - 30px );
        max-width: calc( 100% - 30px );
    }

    .gutter-40 > .col-xl-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 40px );
                -webkit-flex-basis: calc( 8.33333333% - 40px );
                flex-basis: calc( 8.33333333% - 40px );
        max-width: calc( 8.33333333% - 40px );
    }

    .gutter-40 > .col-xl-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 40px );
                -webkit-flex-basis: calc( 16.66666667% - 40px );
                flex-basis: calc( 16.66666667% - 40px );
        max-width: calc( 16.66666667% - 40px );
    }

    .gutter-40 > .col-xl-3 {
        -ms-flex-preferred-size: calc( 25% - 40px );
                -webkit-flex-basis: calc( 25% - 40px );
                flex-basis: calc( 25% - 40px );
        max-width: calc( 25% - 40px );
    }

    .gutter-40 > .col-xl-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 40px );
                -webkit-flex-basis: calc( 33.33333333% - 40px );
                flex-basis: calc( 33.33333333% - 40px );
        max-width: calc( 33.33333333% - 40px );
    }

    .gutter-40 > .col-xl-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 40px );
                -webkit-flex-basis: calc( 41.66666667% - 40px );
                flex-basis: calc( 41.66666667% - 40px );
        max-width: calc( 41.66666667% - 40px );
    }

    .gutter-40 > .col-xl-6 {
        -ms-flex-preferred-size: calc( 50% - 40px );
                -webkit-flex-basis: calc( 50% - 40px );
                flex-basis: calc( 50% - 40px );
        max-width: calc( 50% - 40px );
    }

    .gutter-40 > .col-xl-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 40px );
                -webkit-flex-basis: calc( 58.33333333% - 40px );
                flex-basis: calc( 58.33333333% - 40px );
        max-width: calc( 58.33333333% - 40px );
    }

    .gutter-40 > .col-xl-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 40px );
                -webkit-flex-basis: calc( 66.66666667% - 40px );
                flex-basis: calc( 66.66666667% - 40px );
        max-width: calc( 66.66666667% - 40px );
    }

    .gutter-40 > .col-xl-9 {
        -ms-flex-preferred-size: calc( 75% - 40px );
                -webkit-flex-basis: calc( 75% - 40px );
                flex-basis: calc( 75% - 40px );
        max-width: calc( 75% - 40px );
    }

    .gutter-40 > .col-xl-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 40px );
                -webkit-flex-basis: calc( 83.33333333% - 40px );
                flex-basis: calc( 83.33333333% - 40px );
        max-width: calc( 83.33333333% - 40px );
    }

    .gutter-40 > .col-xl-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 40px );
                -webkit-flex-basis: calc( 91.66666667% - 40px );
                flex-basis: calc( 91.66666667% - 40px );
        max-width: calc( 91.66666667% - 40px );
    }

    .gutter-40 > .col-xl-12 {
        -ms-flex-preferred-size: calc( 100% - 40px );
                -webkit-flex-basis: calc( 100% - 40px );
                flex-basis: calc( 100% - 40px );
        max-width: calc( 100% - 40px );
    }

    .gutter-50 > .col-xl-1 {
        -ms-flex-preferred-size: calc( 8.33333333% - 50px );
                -webkit-flex-basis: calc( 8.33333333% - 50px );
                flex-basis: calc( 8.33333333% - 50px );
        max-width: calc( 8.33333333% - 50px );
    }

    .gutter-50 > .col-xl-2 {
        -ms-flex-preferred-size: calc( 16.66666667% - 50px );
                -webkit-flex-basis: calc( 16.66666667% - 50px );
                flex-basis: calc( 16.66666667% - 50px );
        max-width: calc( 16.66666667% - 50px );
    }

    .gutter-50 > .col-xl-3 {
        -ms-flex-preferred-size: calc( 25% - 50px );
                -webkit-flex-basis: calc( 25% - 50px );
                flex-basis: calc( 25% - 50px );
        max-width: calc( 25% - 50px );
    }

    .gutter-50 > .col-xl-4 {
        -ms-flex-preferred-size: calc( 33.33333333% - 50px );
                -webkit-flex-basis: calc( 33.33333333% - 50px );
                flex-basis: calc( 33.33333333% - 50px );
        max-width: calc( 33.33333333% - 50px );
    }

    .gutter-50 > .col-xl-5 {
        -ms-flex-preferred-size: calc( 41.66666667% - 50px );
                -webkit-flex-basis: calc( 41.66666667% - 50px );
                flex-basis: calc( 41.66666667% - 50px );
        max-width: calc( 41.66666667% - 50px );
    }

    .gutter-50 > .col-xl-6 {
        -ms-flex-preferred-size: calc( 50% - 50px );
                -webkit-flex-basis: calc( 50% - 50px );
                flex-basis: calc( 50% - 50px );
        max-width: calc( 50% - 50px );
    }

    .gutter-50 > .col-xl-7 {
        -ms-flex-preferred-size: calc( 58.33333333% - 50px );
                -webkit-flex-basis: calc( 58.33333333% - 50px );
                flex-basis: calc( 58.33333333% - 50px );
        max-width: calc( 58.33333333% - 50px );
    }

    .gutter-50 > .col-xl-8 {
        -ms-flex-preferred-size: calc( 66.66666667% - 50px );
                -webkit-flex-basis: calc( 66.66666667% - 50px );
                flex-basis: calc( 66.66666667% - 50px );
        max-width: calc( 66.66666667% - 50px );
    }

    .gutter-50 > .col-xl-9 {
        -ms-flex-preferred-size: calc( 75% - 50px );
                -webkit-flex-basis: calc( 75% - 50px );
                flex-basis: calc( 75% - 50px );
        max-width: calc( 75% - 50px );
    }

    .gutter-50 > .col-xl-10 {
        -ms-flex-preferred-size: calc( 83.33333333% - 50px );
                -webkit-flex-basis: calc( 83.33333333% - 50px );
                flex-basis: calc( 83.33333333% - 50px );
        max-width: calc( 83.33333333% - 50px );
    }

    .gutter-50 > .col-xl-11 {
        -ms-flex-preferred-size: calc( 91.66666667% - 50px );
                -webkit-flex-basis: calc( 91.66666667% - 50px );
                flex-basis: calc( 91.66666667% - 50px );
        max-width: calc( 91.66666667% - 50px );
    }

    .gutter-50 > .col-xl-12 {
        -ms-flex-preferred-size: calc( 100% - 50px );
                -webkit-flex-basis: calc( 100% - 50px );
                flex-basis: calc( 100% - 50px );
        max-width: calc( 100% - 50px );
    }

    .col-xl,
    .gutter-5 > .col-xl,
    .gutter-10 > .col-xl,
    .gutter-20 > .col-xl,
    .gutter-30 > .col-xl,
    .gutter-40 > .col-xl,
    .gutter-50 > .col-xl {
        -ms-flex: 1 0 0;
        -webkit-flex: 1 0 0;
        flex: 1 0 0;
        max-width: 100%;
    }

    .col-xl-auto,
    .gutter-5 > .col-xl-auto,
    .gutter-10 > .col-xl-auto,
    .gutter-20 > .col-xl-auto,
    .gutter-30 > .col-xl-auto,
    .gutter-40 > .col-xl-auto,
    .gutter-50 > .col-xl-auto {
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        max-width: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

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

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

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

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

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

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-xl {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-xl {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-xl {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-xl {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .middle-xl {
        -ms-flex-align: center;
        align-items: center;
    }

    .bottom-xl {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

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

    .first-xl {
        -ms-flex-order: -1;
        order: -1;
    }

    .last-xl {
        -ms-flex-order: 1;
        order: 1;
    }

    .bottom-xl-0 {
        margin-bottom: 0;
    }

    .bottom-xl-5 {
        margin-bottom: 5px;
    }

    .bottom-xl-10 {
        margin-bottom: 10px;
    }

    .bottom-xl-20 {
        margin-bottom: 20px;
    }

    .bottom-xl-30 {
        margin-bottom: 30px;
    }

    .bottom-xl-40 {
        margin-bottom: 40px;
    }

    .bottom-xl-50 {
        margin-bottom: 50px;
    }

    .bottom-xl-60 {
        margin-bottom: 60px;
    }

}

/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */

.justified-gallery{width:100%;position:relative;overflow:hidden}

.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1}

.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0;filter:"alpha(opacity=0)";opacity:0}

.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}

.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}

.justified-gallery>.entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}

.justified-gallery>.entry-visible>img,.justified-gallery>.entry-visible>a>img{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}

.justified-gallery>.jg-filtered{display:none}

.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}

.justified-gallery>.spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover, .mfp-preloader a:focus {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #000000;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:auto}

.sidr.right{left:auto;right:-260px}

.sidr.left{left:-260px;right:auto}

/**********************
 *CSS Animations by:
 *http://codepen.io/vivinantony
***********************/

.spinner1 {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner2 {
  width: 40px;
  height: 40px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #fff;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner2 .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }

.circle2 { top: 0; right: 0; }

.circle3 { right: 0; bottom: 0; }

.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner3 {
  width: 40px;
  height: 40px;
  position: relative;  
  -webkit-animation: rotate 2.0s infinite linear;
  animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

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

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

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.spinner4 {
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.spinner5 {
  width: 32px;
  height: 32px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes cubemove {
  25% { 
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% { 
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% { 
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% { 
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% { 
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

.spinner6 {
  width: 50px;
  height: 30px;
  text-align: center;
}

.spinner6 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  margin-left:2px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner6 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner6 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner6 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner6 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.spinner7 {
      width: 90px;
      height: 30px;
      text-align: center;
    }

.spinner7 > div {
      background-color: #fff;
      height: 15px;
      width: 15px;
      margin-left:3px;
      border-radius: 50%;
      display: inline-block;
      
      -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
      animation: stretchdelay 0.7s infinite ease-in-out;
    }

.spinner7 .circ2 {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s;
    }

.spinner7 .circ3 {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s;
    }

.spinner7 .circ4 {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s;
    }

.spinner7 .circ5 {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s;
    }

@-webkit-keyframes stretchdelay {
      0%, 40%, 100% { -webkit-transform: translateY(-10px) }  
      20% { -webkit-transform: translateY(-20px) }
    }

@keyframes stretchdelay {
      0%, 40%, 100% { 
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
      } 20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
      }
    }

/* 
* @preserve brand-colors 1.2.1
* http://reimertz.github.io/brand-colors
* (c) 2014 Pierre Reimertz
* may be freely distributed under the MIT license.
*/

/*********************
SIZES
*********************/

/*********************
BREAKPOINTS
*********************/

/*********************
COLORS
*********************/

::-moz-selection {
  background: #999; }

::selection {
  background: #999; }

::-moz-selection {
  background: #999; }

/*********************
TYPOGRAPHY - http://cssfontstack.com/
*********************/

@font-face {
  font-family: 'Caviar_Dreams_Regular';
  src: url("../../fonts/Caviar_Dreams_Regular.eot");
  src: url("../../fonts/Caviar_Dreams_Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Caviar_Dreams_Regular.woff") format("woff"), url("../../fonts/Caviar_Dreams_Regular.ttf") format("truetype"), url("../../fonts/Caviar_Dreams_Regular.svg#caviar_dreamsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Caviar_Dreams_Bold';
  src: url("../../fonts/Caviar_Dreams_Bold.eot");
  src: url("../../fonts/Caviar_Dreams_Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Caviar_Dreams_Bold.woff") format("woff"), url("../../fonts/Caviar_Dreams_Bold.ttf") format("truetype"), url("../../fonts/Caviar_Dreams_Bold.svg#caviar_dreamsbold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* @include transition(all,2s,ease-out); */

@media (min-width: 16px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "phone":{"value": "560px", "active": false}, "portrait":{"value": "768px", "active": false}, "admin-bar":{"value": "782px", "active": false}, "landscape":{"value": "1024px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }

@media (min-width: 560px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": false}, "admin-bar":{"value": "782px", "active": false}, "landscape":{"value": "1024px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }

@media (min-width: 768px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "admin-bar":{"value": "782px", "active": false}, "landscape":{"value": "1024px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }

@media (min-width: 782px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "admin-bar":{"value": "782px", "active": true}, "landscape":{"value": "1024px", "active": false}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }

@media (min-width: 1024px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "admin-bar":{"value": "782px", "active": true}, "landscape":{"value": "1024px", "active": true}, "desktop":{"value": "1280px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }

@media (min-width: 1280px) {
  body::after {
    content: '{"zero":{"value": "16px", "active": true}, "phone":{"value": "560px", "active": true}, "portrait":{"value": "768px", "active": true}, "admin-bar":{"value": "782px", "active": true}, "landscape":{"value": "1024px", "active": true}, "desktop":{"value": "1280px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }

.author-box,
.clearfix,
.entry,
.entry-content,
.comment-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget,
.wrap {
  zoom: 1; }

.author-box::before, .author-box::after,
  .clearfix::before,
  .clearfix::after,
  .entry::before,
  .entry::after,
  .entry-content::before,
  .comment-content::before,
  .entry-content::after,
  .comment-content::after,
  .footer-widgets::before,
  .footer-widgets::after,
  .nav-primary::before,
  .nav-primary::after,
  .nav-secondary::before,
  .nav-secondary::after,
  .pagination::before,
  .pagination::after,
  .site-container::before,
  .site-container::after,
  .site-footer::before,
  .site-footer::after,
  .site-header::before,
  .site-header::after,
  .site-inner::before,
  .site-inner::after,
  .widget::before,
  .widget::after,
  .wrap::before,
  .wrap::after {
    display: table;
    content: ''; }

.author-box::after,
  .clearfix::after,
  .entry::after,
  .entry-content::after,
  .comment-content::after,
  .footer-widgets::after,
  .nav-primary::after,
  .nav-secondary::after,
  .pagination::after,
  .site-container::after,
  .site-footer::after,
  .site-header::after,
  .site-inner::after,
  .widget::after,
  .wrap::after {
    clear: both; }

.no-js .hide-no-js {
  display: none !important; }

.wrap {
  margin: 0 auto;
  max-width: 70em;
  width: 100%; }

@media (min-width: 17px) and (max-width: 1279px) {
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important; } }

.single-project .wrap, .page-template-page_projects .wrap {
  max-width: 70.6em; }

/* Project Inquiry Page */

.page-id-1460 .wrap {
  max-width: 500px;
}

.page-id-1460 h1.entry-title {
  text-align: center;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap; }

.genesis-skip-link {
  margin: 0; }

.genesis-skip-link li {
    width: 0;
    height: 0;
    list-style: none; }

html {
  box-sizing: border-box; }

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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564%;
  min-height: 1px; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.718%; }

.one-third,
.two-sixths {
  width: 31.624%; }

.four-sixths,
.two-thirds {
  width: 65.812%; }

.one-fourth {
  width: 23.077%; }

.three-fourths {
  width: 74.359%; }

.one-fifth {
  width: 17.949%; }

.two-fifths {
  width: 38.462%; }

.three-fifths {
  width: 58.974%; }

.four-fifths {
  width: 79.487%; }

.one-sixth {
  width: 14.53%; }

.five-sixths {
  width: 82.906%; }

.first {
  clear: both;
  margin-left: 0; }

/* Footer always on bottom */

html {
  height: 100%;
  box-sizing: border-box; }

body {
  background: #fbfbfb;
  min-height: 100%;
  position: relative;
  padding-bottom: 3rem;
  /* Adjust to footer height */ }

#fakeloader {
  background: url("../../images/marble-bg.png"); }

.site-inner {
  padding: 110px 15px;
  word-wrap: break-word; }

.content-sidebar-wrap {
  zoom: 1; }

.content-sidebar-wrap::before, .content-sidebar-wrap::after {
    display: table;
    content: ''; }

.content-sidebar-wrap::after {
    clear: both; }

.home .hero h2 {
  text-align: center;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #fff;
  line-height: 560px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=0, Color=#000000)";
  /*IE 8*/
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color=#000000);
  /*IE 5.5-7*/ }

@media (min-width: 561px) {
    .home .hero h2 {
      font-size: 1.8em;
      line-height: 760px; } }

@media (min-width: 1025px) {
    .home .hero h2 {
      font-size: 2.4em; } }

.home .project {
  font-size: 1.4em;
  margin: 0 0 400px;
  position: relative;
  height: 560px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media (min-width: 561px) {
    .home .project {
      height: 760px;
      font-size: 1.6em; } }

@media (min-width: 1025px) {
    .home .project {
      font-size: 1.8em; } }

.home .project a {
    /*
			&:hover {
										
				.description {
					@include background-opacity($white, 0.7);
					-webkit-transition: all 0.3s ease-in;
					-moz-transition: all 0.3ms ease-in;
					transition: all 0.3s ease-in;
					
					h2 {
						opacity: 1;
						
					}
					
					p {
						display: block;
						
					}
				}
			}
	*/ }

.home .project a .description {
      background: #fbfbfb;
      /* Fallback */
      background: #fbfbfb;
      background: rgba(251, 251, 251, 0.7);
      color: #202020;
      position: absolute;
      top: 0;
      right: 0;
      padding: 15px;
      text-align: right;
      height: 100%; }

.home .project a .description h2 {
        color: #202020;
        font-size: 1.4em;
        font-weight: 500;
        line-height: 1em;
        margin: 45px 0 60px;
        text-align: right;
        text-transform: uppercase;
        word-spacing: 9999rem; }

@media (min-width: 1025px) {
          .home .project a .description h2 {
            font-size: 2em; } }

.home .project a .description p {
        font-size: 0.7em; }

@media (min-width: 1025px) {
          .home .project a .description p {
            font-size: 0.6em; } }

.blog article,
.search-results article {
  border-bottom: solid 2px #202020;
  margin-bottom: 55px;
  padding-bottom: 55px; }

.blog article .entry-image-link,
  .search-results article .entry-image-link {
    display: block;
    margin-bottom: 1.5em; }

.blog article:last-child,
  .search-results article:last-child {
    border-bottom: none; }

.projects.gallery {
  margin: 0 0 30px; }

.projects .project a {
  text-decoration: none; }

.projects .project a h2 {
    color: #fbfbfb;
    font-size: 2em;
    font-weight: 300;
    line-height: 1em;
    margin: 15px 0 0 15px;
    position: relative;
    z-index: 999; }

.single-project .gallery {
  margin: 0 0 30px; }

.single-project .entry-content p, .single-project .comment-content p {
  margin-left: 5px;
  margin-right: 5px; }

.press.gallery {
  margin: 0 0 30px; }

.single-press_article .gallery {
  margin: 0 auto 30px auto;
  max-width: 800px; }

.single-press_article .gallery a {
    margin-bottom: 30px; }

.single-press_article .entry-content p, .single-press_article .comment-content p {
  margin-left: 5px;
  margin-right: 5px; }

.service h2 {
  font-size: 1.2em;
  font-weight: 500; }

.service img {
  margin-bottom: 15px; }

.mfp-bg {
  background: #fbfbfb; }

.mfp-arrow {
  opacity: 1; }

.mfp-arrow:before {
    border-top-width: 15px;
    border-bottom-width: 15px;
    opacity: 1; }

.mfp-arrow:after {
    border: none; }

.mfp-arrow:hover, .mfp-arrow:focus, .mfp-arrow:focus, .mfp-arrow:focus {
    opacity: 0.2; }

.mfp-arrow-left:before {
  border-right: 20px solid #202020; }

.mfp-arrow-right:before {
  border-left: 20px solid #202020; }

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html.admin-bar-showing {
  margin-top: 2em; }

* html.admin-bar-showing body {
  margin-top: 2em; }

@media (max-width: 782px) {
  html.admin-bar-showing {
    margin-top: 0; }
  * html.admin-bar-showing body {
    margin-top: 0; }
  #wpadminbar {
    display: none !important; } }

body {
  font-family: "Roboto Condensed", sans-serif;
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures; }

a {
  text-decoration: underline;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out; }

a:hover, a:focus {
    text-decoration: none; }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0 0 1.5em;
  letter-spacing: .01rem;
  line-height: 1.5; }

p:last-child {
    margin-bottom: 0; }

p.entry-meta {
    font-size: 0.8em;
    margin-bottom: 15px; }

b,
strong {
  font-weight: 700; }

abbr {
  letter-spacing: .1em; }

pre {
  overflow: scroll;
  white-space: pre; }

code {
  overflow: hidden;
  word-wrap: break-word; }

iframe {
  border: none; }

hr {
  clear: both;
  margin: 1.5em 0;
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #AAAAAA; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5em;
  padding: 0;
  line-height: 1.2; }

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

figure {
  margin: 0; }

a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 1.5em; }

img.alignnone,
.alignnone {
  margin-bottom: 1.5em; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 1.5em 1.5em 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 1.5em 1.5em; }

.wp-caption p {
  margin-bottom: 0; }

.wp-caption-text {
  margin: 0 0 1.5em;
  letter-spacing: .01rem;
  line-height: 1.5;
  margin: 0;
  text-align: center; }

.wp-caption-text:last-child {
    margin-bottom: 0; }

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin: 0 0 1.5em; }

.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 1.5em; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-1 .gallery-item:nth-child(1n+1) {
    clear: left; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-2 .gallery-item:nth-child(2n+1) {
    clear: left; }

.gallery-columns-3 .gallery-item {
  width: 33.333%; }

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-4 .gallery-item:nth-child(4n+1) {
    clear: left; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-5 .gallery-item:nth-child(5n+1) {
    clear: left; }

.gallery-columns-6 .gallery-item {
  width: 16.667%; }

.gallery-columns-6 .gallery-item:nth-child(6n+1) {
    clear: left; }

.gallery-columns-7 .gallery-item {
  width: 14.286%; }

.gallery-columns-7 .gallery-item:nth-child(7n+1) {
    clear: left; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-8 .gallery-item:nth-child(8n+1) {
    clear: left; }

.gallery-columns-9 .gallery-item {
  width: 11.111%; }

.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left; }

.gallery-columns-10 .gallery-item {
  width: 10%; }

.gallery-columns-10 .gallery-item:nth-child(10n+1) {
    clear: left; }

.btn, button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background: #202020;
  color: #fbfbfb !important;
  border: none;
  border-radius: 0;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 40px;
  padding: 0;
  width: auto;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }

.btn:hover, button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, .btn:focus, button:focus, input[type='button']:focus, input[type='reset']:focus, input[type='submit']:focus {
    background: #999; }

/* Sharrre Icons */

.sharrre .count {
  display: none; }

.sharrre:hover .share, .sharrre:focus .share {
  opacity: 0.2; }

.share-small .sharrre .share, .share-small .sharrre:hover, .share-small .sharrre:focus {
  border-radius: 0;
  width: 65px !important; }

.share-filled .share {
  background: #202020 !important; }

.single-project .share-filled {
  margin-left: 5px; }

/* Larger share buttons
.share-small {
	
	.sharrre {
		
		.share, &:hover {
			border-radius: 0;
		    line-height: 30px;
		    width: 74px !important;
			height: 30px;
		    
		    &:before {
			    font-size: 20px !important;
		    }
		
		}
		
		.share {
		    padding: 0 0 0 32px;
		}		
	}
}

.share-small {
	
	.sharrre {
		
		&.linkedin {
			
			.share {
		    
		    	&:before {
				    font-size: 24px !important;
			    }
			}
		}
	}
}
*/

input,
select,
textarea {
  background: #fbfbfb;
  border: 1px solid #202020;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px;
  width: 100%; }

input:focus,
textarea:focus {
  border-color: #999;
  outline: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

input[type='text'],
input[type='password'],
input[type='search'],
input[type='email'],
input[type='url'],
input[type='number'],
textarea {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  color: #202020;
  -webkit-appearance: none;
  -moz-appearance: none; }

textarea {
  resize: vertical; }

select {
  width: 100%;
  color: #202020; }

::-webkit-input-placeholder {
  text-overflow: ellipsis; }

::-moz-placeholder {
  text-overflow: ellipsis; }

:-ms-input-placeholder {
  text-overflow: ellipsis; }

::placeholder {
  text-overflow: ellipsis; }

input[type='search'] {
  box-sizing: border-box; }

input[type='search']::-ms-clear {
    display: none;
    width: 0;
    height: 0; }

.search-form,
.post-password-form {
  display: flex;
  align-items: center; }

.search-form input[type='submit'],
  .post-password-form input[type='submit'] {
    flex: 0 0 auto;
    margin-left: .25em; }

.search-form input[type='search'] {
  flex: 1 1 auto; }

.post-password-form input[type='password'] {
  flex: 1 1 auto; }

.site-header {
  background: #fbfbfb;
  /* Fallback */
  background: #fbfbfb;
  background: rgba(251, 251, 251, 0.95);
  border-bottom: 1px solid #eee;
  padding: 0 15px;
  position: fixed;
  text-transform: uppercase;
  width: 100%;
  z-index: 1; }

.title-area {
  float: left;
  margin: 5px 0; }

.site-title {
  font-family: "Caviar_Dreams_Bold", sans-serif;
  font-size: 2.2em;
  line-height: 38px;
  letter-spacing: 2px;
  margin: 0;
  padding: 0; }

@media (min-width: 561px) {
    .site-title {
      font-size: 2.56em; } }

.site-title a {
    color: #202020;
    text-decoration: none; }

.site-title a:hover, .site-title a:focus {
      color: #eee; }

.site-description {
  font-family: "Caviar_Dreams_Bold", sans-serif;
  font-size: 0.6em;
  letter-spacing: 1px;
  line-height: 8px;
  margin-top: 4px; }

@media (min-width: 561px) {
    .site-description {
      letter-spacing: 2px; } }

.header-widget-area {
  float: right;
  font-size: 0.7em;
  line-height: 10px;
  padding: 42px 0 5px; }

@media (min-width: 561px) {
    .header-widget-area {
      font-size: 0.8em;
      padding: 44px 0 5px; } }

.header-widget-area a {
    color: #202020;
    text-decoration: none; }

.header-widget-area a:hover, .header-widget-area a:focus {
      color: #999; }

.header-widget-area .sep {
    margin: 0 5px; }

.header-widget-area .fa-envelope {
    font-size: 0.9em; }

.sidr {
  width: 190px; }

.sidr.right {
    right: -190px; }

#side-menu-toggle {
  width: 18px;
  height: 17px;
  position: absolute;
  top: 10px;
  right: 15px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  /*
	&:hover, &:focus {
		
		span {
			background: $grey-medium;
		}
		
		&.open {
			
			span {
				background: $black;
			}
		}
	}
*/ }

#side-menu-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #202020;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }

#side-menu-toggle span:nth-child(1) {
      top: 0px; }

#side-menu-toggle span:nth-child(2), #side-menu-toggle span:nth-child(3) {
      top: 7px; }

#side-menu-toggle span:nth-child(4) {
      top: 14px; }

#side-menu-toggle.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }

#side-menu-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

#side-menu-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#side-menu-toggle.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

/*
Standard horizontal menu
.genesis-nav-menu {
	float: right;
	font-size: 0.8em;
*/

.genesis-nav-menu {
  border-left: 1px solid #eee;
  font-size: 1.3em;
  font-weight: 500;
  /*
	Standard horizontal menu
	.menu-item {
		a {
			color: $black;
			display: block;
			line-height: 10px;
			padding: 38px 5px 5px;
			position: relative;
			text-decoration: none;
		}
	}
	*/
  /*
	Standard horizontal menu
	> .menu-item {
		position: relative;
		float: left;
		text-align: center;
	*/ }

.genesis-nav-menu .menu-item a {
    color: #202020;
    display: block;
    line-height: 24px;
    padding: 25px 15px 5px;
    position: relative;
    text-decoration: none; }

.genesis-nav-menu > .menu-item {
    position: relative;
    text-align: right; }

.genesis-nav-menu > .menu-item:hover > a, .genesis-nav-menu > .menu-item:focus > a {
      background: #202020;
      color: #fbfbfb; }

.genesis-nav-menu > .menu-item:hover > .sub-menu, .genesis-nav-menu > .menu-item:focus > .sub-menu {
      left: auto;
      opacity: 1; }

.genesis-nav-menu > .menu-item.current-menu-item > a {
      background: #202020;
      color: #fbfbfb; }

.genesis-nav-menu > .menu-item.menu-item-home > a {
      background: transparent;
      color: #202020; }

.genesis-nav-menu > .menu-item.menu-item-home > a:hover, .genesis-nav-menu > .menu-item.menu-item-home > a:focus {
        background: #202020;
        color: #fbfbfb; }

.genesis-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out; }

.genesis-nav-menu .sub-menu > .menu-item > a {
      position: relative; }

a {
  cursor: pointer; }

.content a, .sidebar a {
  color: #999; }

.content a:hover, .sidebar a:hover, .content a:focus, .sidebar a:focus {
    color: #202020; }

.entry-title, .archive-title {
  font-size: 2.4em;
  font-weight: 300;
  line-height: 0.8em;
  margin: 0 0 55px;
  text-transform: uppercase; }

.entry-title a, .archive-title a {
    color: inherit;
    text-decoration: none; }

.blog .entry-title,
.search-results .entry-title {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 15px; }

.entry-content ol, .comment-content ol,
.entry-content ul, .comment-content ul {
  margin: 0 0 1.5em;
  letter-spacing: .01rem;
  line-height: 1.5;
  overflow: hidden;
  padding-left: 2.5em; }

.entry-content ol:last-child, .comment-content ol:last-child,
  .entry-content ul:last-child, .comment-content ul:last-child {
    margin-bottom: 0; }

.entry-content ol ol, .comment-content ol ol,
  .entry-content ol ul, .comment-content ol ul,
  .entry-content ul ol, .comment-content ul ol,
  .entry-content ul ul, .comment-content ul ul {
    margin-bottom: .5em;
    padding-left: 1.5em; }

.entry-content ol li, .comment-content ol li {
  list-style-type: decimal; }

.entry-content ul li, .comment-content ul li {
  list-style-type: disc; }

.entry-content blockquote, .comment-content blockquote {
  margin: 0; }

.entry-content table, .comment-content table {
  margin-bottom: 1.5em; }

.more-link {
  position: relative;
  white-space: nowrap; }

.entry-pagination {
  margin: 0 0 1.5em;
  letter-spacing: .01rem;
  line-height: 1.5; }

.entry-pagination:last-child {
    margin-bottom: 0; }

.entry-meta {
  clear: both; }

.sep {
  color: #999; }

.comment-header {
  zoom: 1; }

.comment-header::before, .comment-header::after {
    display: table;
    content: ''; }

.comment-header::after {
    clear: both; }

.comment-respond .form-submit {
  zoom: 1; }

.comment-respond .form-submit::before, .comment-respond .form-submit::after {
    display: table;
    content: ''; }

.comment-respond .form-submit::after {
    clear: both; }

.comment-notes,
.logged-in-as,
.form-allowed-tags {
  margin: 0 0 1.5em;
  letter-spacing: .01rem;
  line-height: 1.5; }

.comment-notes:last-child,
  .logged-in-as:last-child,
  .form-allowed-tags:last-child {
    margin-bottom: 0; }

.sidebar .widget {
  word-wrap: break-word;
  margin-bottom: 30px; }

.sidebar .widget ul li {
    margin-bottom: 5px; }

.sidebar .widgettitle {
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase; }

.footer-widgets .widget {
  word-wrap: break-word; }

.site-footer {
  border-top: 1px solid #eee;
  font-size: 0.8em;
  /* Footer always on bottom */
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /* end Footer always on bottom */ }

.site-footer .sub-footer {
    background: #f7f7f7;
    padding: 15px; }

.site-footer .footer-credits {
    padding: 15px; }

.site-footer .footer-credits p {
      line-height: 40px; }

.site-footer .footer-credits a {
      color: #202020;
      text-decoration: none; }

.site-footer .footer-credits a:hover, .site-footer .footer-credits a:focus {
        color: #999; }

.site-footer .footer-credits .left {
      text-align: left; }

@media (min-width: 561px) {
      .site-footer .footer-credits .right {
        text-align: right; } }

/* Social icons */

.social-icons {
  display: block;
  text-align: center;
  height: 40px; }

.social-icons li {
    display: inline-block;
    margin: 0 5px;
    text-align: center; }

.social-icons li a {
      background: #202020;
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%; }

.social-icons li a i {
        color: #fbfbfb;
        font-size: 20px;
        line-height: 40px; }

.social-icons li a:hover, .social-icons li a:focus {
        background: #999; }

.archive-pagination {
  clear: both; }

.archive-pagination li {
    display: inline; }

#press-timeline {
  position: relative;
  padding: 2em 0; }

#press-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 1px;
    background: #eee; }

@media only screen and (min-width: 1170px) {
  #press-timeline::before {
    left: 50%;
    margin-left: -1px; } }

.press-timeline-block {
  position: relative;
  margin: 2em 0; }

.press-timeline-block:after {
    content: "";
    display: table;
    clear: both; }

.press-timeline-block:first-child {
    margin-top: 0; }

.press-timeline-block::last-child {
    margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .press-timeline-block {
    margin: 4em 0; }
    .press-timeline-block:first-child {
      margin-top: 0; }
    .press-timeline-block:last-child {
      margin-bottom: 0; } }

.press-timeline-icon {
  background: #202020;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%; }

.press-timeline-icon i {
    color: #fbfbfb;
    font-size: 20px;
    line-height: 40px; }

@media only screen and (min-width: 1170px) {
  .press-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
    .press-timeline-icon i {
      font-size: 24px;
      line-height: 50px; }
  .cssanimations .press-timeline-icon.is-hidden {
    visibility: hidden; }
  .cssanimations .press-timeline-icon.bounce-in {
    visibility: visible;
    -webkit-animation: press-bounce-1 0.6s;
    animation: press-bounce-1 0.6s; } }

@-webkit-keyframes press-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@keyframes press-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.press-timeline-content {
  position: relative;
  margin-left: 60px; }

.press-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white; }

.press-timeline-content:after {
    content: "";
    display: table;
    clear: both; }

.press-timeline-content h2 {
    font-size: 1.2em;
    font-weight: 300; }

.press-timeline-content .press-date {
    display: inline-block;
    font-size: 0.8125rem;
    float: left;
    padding: .8em 0;
    opacity: .7; }

.press-timeline-content img {
    margin-bottom: 15px; }

.press-timeline-content p {
  margin: 1em 0;
  line-height: 1.6; }

@media only screen and (min-width: 768px) {
  .press-timeline-content h2 {
    font-size: 1.6em; }
  .press-timeline-content p {
    font-size: 16px;
    font-size: 1rem; }
  .press-timeline-content .press-date {
    font-size: 14px;
    font-size: 0.875rem; } }

@media only screen and (min-width: 1170px) {
  .press-timeline-content {
    margin-left: 0;
    width: 45%; }
    .press-timeline-content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: white; }
    .press-timeline-content .press-date {
      position: absolute;
      width: 100%;
      left: 122%;
      top: 6px;
      font-size: 16px;
      font-size: 1rem; }
  .press-timeline-block:nth-child(even) .press-timeline-content {
    float: right; }
  .press-timeline-block:nth-child(even) .press-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }
  .press-timeline-block:nth-child(even) .press-timeline-content .press-date {
    left: auto;
    right: 122%;
    text-align: right; }
  .cssanimations .press-timeline-content.is-hidden {
    visibility: hidden; }
  .cssanimations .press-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: press-bounce-2 0.6s;
    animation: press-bounce-2 0.6s; } }

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .press-timeline-block:nth-child(even) .press-timeline-content.bounce-in {
    -webkit-animation: press-bounce-2-inverse 0.6s;
    animation: press-bounce-2-inverse 0.6s; } }

@-webkit-keyframes press-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes press-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes press-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }

@keyframes press-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    -webkit-filter: none !important;
            filter: none !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    text-shadow: none !important; }
  html.admin-bar-showing {
    margin-top: 0; }
  * html.admin-bar-showing body {
    margin-top: 0; }
  #wpadminbar {
    display: none !important; }
  a,
  a:visited {
    color: #000 !important;
    text-decoration: underline; }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-inside: avoid;
    page-break-after: avoid;
    orphans: 3;
    widows: 3; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  img {
    page-break-inside: avoid;
    page-break-after: avoid; }
  .content {
    width: 100% !important; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; }
  .entry-title,
  .entry-content,
  .comment-content {
    /*
	     * Don't show links that are fragment identifiers,
	     * or use the `javascript:` pseudo protocol
	     */ }
    .entry-title a[href]::after,
    .entry-content a[href]::after, .comment-content a[href]::after {
      content: " (" attr(href) ")"; }
    .entry-title abbr[title]::after,
    .entry-content abbr[title]::after, .comment-content abbr[title]::after {
      content: " (" attr(title) ")"; }
    .entry-title a[href^='#']::after,
    .entry-title a[href^='javascript:']::after,
    .entry-content a[href^='#']::after, .comment-content a[href^='#']::after,
    .entry-content a[href^='javascript:']::after, .comment-content a[href^='javascript:']::after {
      content: ''; } }
