/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*BOOTSTRAP ESSENTIALS*/
*, ::after, ::before {
  box-sizing: border-box; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-1, .col-auto {
  -webkit-box-flex: 0; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2, .col-3 {
  -webkit-box-flex: 0; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4, .col-5 {
  -webkit-box-flex: 0; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6, .col-7 {
  -webkit-box-flex: 0; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8, .col-9 {
  -webkit-box-flex: 0; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10, .col-11 {
  -webkit-box-flex: 0; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

@media (max-width: 575px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px; } }

@font-face {
  font-family: 'flexslider-icon';
  src: url("/wp-content/themes/workshop/assets/fonts/flexslider-icon.eot");
  src: url("/wp-content/themes/workshop/assets/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/workshop/assets/fonts/flexslider-icon.woff") format("woff"), url("/wp-content/themes/workshop/assets/fonts/flexslider-icon.ttf") format("truetype"), url("/wp-content/themes/workshop/assets/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
  -webkit-box-shadow: "" 0 1px 4px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(255, 255, 255, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(255, 255, 255, 0.2);
  box-shadow: "" 0 1px 4px rgba(255, 255, 255, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  background: transparent;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.8);
  text-shadow: 1px 1px 0 rgba(50, 50, 50, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  position: absolute;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.9);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #5f5f5f; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center; }

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #5f5f5f;
  background: rgba(50, 50, 50, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.3);
  box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #5f5f5f;
  background: rgba(255, 255, 255, 0.7); }

.flex-control-paging li a.flex-active {
  background: #5f5f5f;
  background: rgba(255, 255, 255, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.flex-prev,
.flex-next {
  font-size: 0; }

.flex-nav-next, .flex-nav-prev {
  margin-bottom: 0; }

.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  @media (max-width: 909px) {
    html {
      overflow-x: hidden; } }
  html body {
    position: relative;
    padding: 0;
    margin: 0;
    left: 0px;
    color: #000;
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 15px;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    /* Global Classes */ }
    @media (max-width: 909px) {
      html body {
        overflow-x: hidden;
        overflow-y: hidden; } }
    html body * {
      -webkit-transition: all 700ms;
      -moz-transition: all 700ms;
      -o-transition: all 700ms;
      transition: all 700ms; }
    html body h1.super {
      text-transform: uppercase;
      margin: 5px 0 40px;
      font-size: 3.2em;
      font-weight: 600;
      letter-spacing: 0px;
      line-height: 90%;
      font-family: inherit;
      font-style: normal;
      margin-bottom: .4em; }
      @media (max-width: 1028px) {
        html body h1.super {
          font-size: 3.2em; } }
      @media (max-width: 575px) {
        html body h1.super {
          font-size: 1.6em;
          line-height: 1.05em; } }
      @media (max-width: 440px) {
        html body h1.super {
          font-size: 1.2em;
          line-height: 1.1em; } }
    html body h1 {
      color: #e71d73;
      margin: 5px 0 40px;
      font-size: 3.2em;
      font-weight: 500;
      line-height: 1.12em;
      font-family: 'Georgia',serif;
      font-style: italic; }
      @media (max-width: 1028px) {
        html body h1 {
          font-size: 2.2em; } }
      @media (max-width: 575px) {
        html body h1 {
          font-size: 1.6em;
          line-height: 1.05em; } }
      @media (max-width: 440px) {
        html body h1 {
          font-size: 1.2em;
          line-height: 1.1em; } }
    html body h2 {
      color: #e71d73;
      margin: 5px 0 25px;
      font-size: 1.8em;
      text-decoration: none;
      font-weight: 500;
      line-height: 1.2em; }
      @media (max-width: 1028px) {
        html body h2 {
          font-size: 1.6em;
          line-height: 1.1em; } }
      @media (max-width: 575px) {
        html body h2 {
          font-size: 1.4em; } }
      @media (max-width: 440px) {
        html body h2 {
          font-size: 1.1em; } }
    html body h3 {
      color: #e71d73;
      margin: 5px 0 25px;
      font-size: 1.5em;
      line-height: 1.18em; }
      @media (max-width: 1028px) {
        html body h3 {
          font-size: 1.3em;
          line-height: 1.1em; } }
      @media (max-width: 575px) {
        html body h3 {
          font-size: 1.2em; } }
      @media (max-width: 440px) {
        html body h3 {
          font-size: 1.1em; } }
    html body h4 {
      margin: 5px 0 20px;
      font-size: 1.4em;
      font-weight: 400;
      line-height: 1.2em; }
      @media (max-width: 1028px) {
        html body h4 {
          font-size: 1.2em;
          line-height: 1.1em; } }
      @media (max-width: 575px) {
        html body h4 {
          font-size: 1.1em; } }
      @media (max-width: 440px) {
        html body h4 {
          font-size: 1em; } }
    html body h5 {
      margin: 5px 0 15px;
      font-size: 1.4em;
      font-weight: 300;
      line-height: 1.1em; }
      @media (max-width: 1028px) {
        html body h5 {
          font-size: 1.2em;
          line-height: 1.1em; } }
      @media (max-width: 575px) {
        html body h5 {
          font-size: 1.1em; } }
      @media (max-width: 440px) {
        html body h5 {
          font-size: 1em; } }
    html body a {
      text-decoration: none;
      color: inherit; }
      html body a:link {
        text-decoration: none;
        color: inherit; }
      html body a:visited {
        text-decoration: none;
        color: inherit; }
      html body a:hover {
        text-decoration: none;
        color: inherit;
        cursor: pointer; }
      html body a:active {
        text-decoration: none;
        color: inherit; }
      html body a:focus {
        text-decoration: underline;
        color: inherit; }
    html body button, html body input, html body select, html body textarea {
      background: transparent; }
    html body p {
      margin: 5px 0 1.5em;
      color: inherit;
      font-size: 1em;
      font-weight: 300;
      line-height: 1.5em; }
      html body p a:hover {
        text-decoration: underline;
        cursor: pointer; }
      html body p a:focus {
        text-decoration: underline; }
    html body blockquote {
      margin: 0 0 30px 0;
      padding: 0;
      font-size: 1.2em; }
      html body blockquote p {
        font-weight: 700;
        hanging-punctuation: first; }
    html body cite {
      margin: 5px 0 25px;
      color: inherit;
      font-size: .8em;
      font-weight: 300;
      line-height: 1.5em;
      font-style: italic; }
    html body ul {
      font-size: 1em;
      line-height: 1.4em;
      padding: 0px;
      list-style-type: inherit;
      margin-left: 1.5rem;
      padding-left: .5rem;
      margin-bottom: 2rem; }
      html body ul li {
        font-size: 1em;
        line-height: 1.2em;
        margin-bottom: .5em; }
    html body hr {
      clear: both;
      border: 0px solid;
      border-top: 1px solid rgba(125, 125, 125, 0.4);
      margin: 2em 0; }
    html body .full_container {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw; }
    html body .no_border {
      border: 0px; }
    html body .border_bottom {
      border-bottom: 1px solid rgba(100, 100, 100, 0.5); }
    html body .border_top {
      border-top: 1px solid rgba(100, 100, 100, 0.5); }
    html body .no_margins {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    html body .margins_top {
      margin-top: 5em !important;
      margin-bottom: 0 !important; }
    html body .margins_bottom {
      margin-bottom: 5em !important;
      margin-top: 0 !important; }
    html body .large_margins {
      margin-top: 5em !important;
      margin-bottom: 5em !important; }
    html body .medium_margins {
      margin-top: 3em !important;
      margin-bottom: 3em !important; }
    html body .small_margins {
      margin-top: 1em !important;
      margin-bottom: 1em !important; }
    html body .no_padding {
      padding-top: 0em !important;
      padding-bottom: 0em !important; }
    html body .padding_top {
      padding-top: 5em !important;
      padding-bottom: 0 !important; }
    html body .padding_bottom {
      padding-bottom: 5em !important;
      padding-top: 0 !important; }
    html body .c-1 {
      width: 100%;
      clear: both;
      float: left; }
    html body .c-2 {
      display: block;
      float: left;
      width: calc(50% - 10px); }
      html body .c-2:nth-of-type(2n) {
        margin-right: 20px; }
      @media (max-width: 768px) {
        html body .c-2 {
          width: 100%; } }
    html body .c-3 {
      display: block;
      float: left;
      width: 33.333%; }
      @media (max-width: 768px) {
        html body .c-3 {
          width: 100%; } }
    html body .c-4 {
      display: block;
      float: left;
      width: 25%; }
      @media (max-width: 1084px) {
        html body .c-4 {
          width: 50%; } }
      @media (max-width: 768px) {
        html body .c-4 {
          width: 100%; } }
    html body .floating-height {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      position: relative;
      display: block; }
    html body .align_center {
      text-align: center; }
    html body .align_left {
      text-align: left; }
    html body .align_right {
      text-align: right; }
    html body .appear {
      display: block !important; }
    html body .clear {
      clear: both;
      width: 100%;
      margin: 0em; }
    html body .loads {
      display: none; }
    html body .mob {
      display: none !important; }
      @media (max-width: 776px) {
        html body .mob {
          display: block !important; } }
    @media (max-width: 776px) {
      html body .desktop {
        display: none !important; } }
    html body section {
      display: inline-block;
      width: 100%;
      margin-top: 2em;
      margin-bottom: 2em;
      clear: both; }
    html body .wrapper {
      position: relative;
      margin-bottom: -6px; }
      html body .wrapper .line-break .container {
        padding-top: 0em;
        padding-bottom: 0em; }
      html body .wrapper .line-break hr {
        margin: 0; }
    html body .banner_top {
      padding-top: 0; }
    html body .container {
      position: relative;
      width: 100%;
      height: 100%;
      margin-right: auto;
      margin-left: auto;
      clear: both;
      max-width: 1200px;
      z-index: 1; }
      @media (min-width: 1300px) {
        html body .container {
          padding: 2em 2em; } }
      @media (max-width: 1300px) {
        html body .container {
          max-width: 1000px;
          padding: 1.5em 2em; } }
      @media (max-width: 1024px) {
        html body .container {
          max-width: none; } }
      @media (max-width: 768px) {
        html body .container {
          padding: 1em 2em; } }
      @media (max-width: 400px) {
        html body .container {
          padding: 1em; } }
    html body .home-container {
      padding-bottom: 0em;
      padding-top: 0em; }
    html body a.button {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    html body a.button {
      z-index: 0;
      position: relative;
      text-align: center;
      background-color: #e71d73;
      margin: 1em auto;
      width: auto;
      color: white;
      font-size: 1em;
      font-weight: 800;
      line-height: 110%;
      letter-spacing: 0px;
      text-transform: uppercase;
      border: 1px solid;
      border-color: #e71d73;
      cursor: pointer;
      display: table;
      clear: both;
      text-decoration: none !important;
      overflow: hidden;
      transition: all 100ms ease-in-out;
      -webkit-transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out; }
      html body a.button:hover, html body a.button:focus {
        background: #5f5f5f;
        color: white;
        cursor: pointer; }
      html body a.button:active {
        top: 2px; }
      html body a.button label {
        position: relative;
        display: inline-block;
        padding: .8em 1em;
        width: 100%;
        height: 100%; }
        html body a.button label:hover, html body a.button label:focus {
          cursor: pointer; }
    html body a.button_rev {
      color: #e71d73;
      border: 1px solid;
      border-color: #e71d73;
      background: transparent; }
      html body a.button_rev:hover, html body a.button_rev:focus {
        color: #fff; }
    html body a.button_wht {
      color: white;
      border: 1px solid;
      border-color: white;
      background: transparent; }
      html body a.button_wht:hover, html body a.button_wht:focus {
        background: #5f5f5f;
        color: #fff; }
    html body a.button_lrg {
      padding: .7rem 2rem;
      margin: 0em auto 2em;
      font-size: 1.2em;
      font-weight: 600; }
      html body a.button_lrg:hover, html body a.button_lrg:focus {
        color: #fff; }

#header {
  position: relative;
  min-height: 140px;
  background: transparent;
  width: 100%;
  top: 0;
  z-index: 9998; }
  #header a.to_content:link {
    position: relative;
    display: block;
    padding: .5em 2em;
    background: transparent;
    color: rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0em;
    z-index: 9999;
    text-align: center; }
    @media (max-width: 1024px) {
      #header a.to_content:link {
        width: 100%; } }
  #header a.to_content:focus {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.9) !important; }
  #header .header-container {
    display: block;
    position: relative;
    width: 100%;
    height: 140px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    max-width: 1200px;
    padding: 2em 3em;
    z-index: 1; }
    @media (min-width: 1300px) {
      #header .header-container {
        padding: 2em 2em; } }
    @media (max-width: 768px) {
      #header .header-container {
        padding: 1em 1em; } }
    #header .header-container .contacts {
      display: block;
      position: relative;
      float: right;
      margin: 0;
      opacity: 0;
      top: 50%;
      font-size: .9em;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-animation: fadeIn 100ms ease-in 400ms 1 forwards;
      -moz-animation: fadeIn 100ms ease-in 400ms 1 forwards;
      -o-animation: fadeIn 100ms ease-in 400ms 1 forwards;
      animation: fadeIn 100ms ease-in 400ms 1 forwards; }
      #header .header-container .contacts h5 {
        float: right;
        text-align: right;
        clear: both;
        font-size: 1em;
        font-weight: 500;
        line-height: 150%;
        color: inherit;
        display: block;
        padding: 0;
        margin: 0; }
      @media (max-width: 860px) {
        #header .header-container .contacts {
          display: none; } }
    #header .header-container .logo {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 260px;
      display: block;
      margin: 0 auto; }
      @media (max-width: 860px) {
        #header .header-container .logo {
          width: 250px;
          right: 1em;
          top: 1em;
          left: initial;
          transform: none; } }
      @media (max-width: 500px) {
        #header .header-container .logo {
          width: 220px; } }
      #header .header-container .logo a img {
        width: 100%;
        height: auto;
        -webkit-animation: fadeIn 300ms ease-in 0ms 1 forwards;
        -moz-animation: fadeIn 300ms ease-in 0ms 1 forwards;
        -o-animation: fadeIn 300ms ease-in 0ms 1 forwards;
        animation: fadeIn 300ms ease-in 0ms 1 forwards; }
    #header .header-container .hamburger {
      position: relative;
      float: left;
      z-index: 9;
      width: 50px;
      height: 50px;
      margin: 0; }
      @media (max-width: 1084px) {
        #header .header-container .hamburger {
          display: block; } }
      #header .header-container .hamburger:hover, #header .header-container .hamburger:focus {
        cursor: pointer; }
        #header .header-container .hamburger:hover .mobmenu span:nth-of-type(3n), #header .header-container .hamburger:focus .mobmenu span:nth-of-type(3n) {
          margin-top: 0px; }
          @media (hover: none) {
            #header .header-container .hamburger:hover .mobmenu span:nth-of-type(3n), #header .header-container .hamburger:focus .mobmenu span:nth-of-type(3n) {
              margin-top: 8px; } }
        #header .header-container .hamburger:hover .mobmenu span:nth-of-type(2n), #header .header-container .hamburger:focus .mobmenu span:nth-of-type(2n) {
          margin-top: 0px; }
          @media (hover: none) {
            #header .header-container .hamburger:hover .mobmenu span:nth-of-type(2n), #header .header-container .hamburger:focus .mobmenu span:nth-of-type(2n) {
              margin-top: -8px; } }
      #header .header-container .hamburger .mobmenu {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        margin: 5px auto; }
        #header .header-container .hamburger .mobmenu span {
          background-color: #e71d73;
          -webkit-transition: .2s ease;
          -moz-transition: .2s ease;
          -ms-transition: .2s ease;
          transition: .2s ease; }
          #header .header-container .hamburger .mobmenu span:nth-of-type(1n) {
            margin: 0 auto;
            position: relative;
            top: 20.5px;
            width: 40px;
            height: 2.6px;
            display: block; }
          #header .header-container .hamburger .mobmenu span:nth-of-type(2n) {
            position: absolute;
            content: '';
            width: 30px;
            height: 2.6px;
            display: block;
            margin-top: -8px; }
          #header .header-container .hamburger .mobmenu span:nth-of-type(3n) {
            position: absolute;
            content: '';
            width: 30px;
            height: 2.6px;
            display: block;
            margin-top: 8px; }
      #header .header-container .hamburger .close span:nth-of-type(1n) {
        display: none; }
      #header .header-container .hamburger .close span:nth-of-type(2n) {
        display: block;
        margin-top: 0px !important;
        transform: rotate(-45deg); }
      #header .header-container .hamburger .close span:nth-of-type(3n) {
        display: block;
        margin-top: 0px !important;
        transform: rotate(45deg); }
      #header .header-container .hamburger .darken span {
        background-color: #5f5f5f !important; }

nav {
  display: none;
  position: relative;
  width: 100%;
  height: 0; }
  nav .nav_container {
    position: relative;
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    width: 100%;
    height: 100%;
    padding: 0 !important; }
    nav .nav_container div {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      nav .nav_container div ul {
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        list-style-type: none;
        text-align: center; }
        nav .nav_container div ul li {
          position: relative;
          clear: both;
          width: auto;
          padding: 0;
          margin: 0;
          -webkit-transition: all .2s;
          -moz-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s; }
          nav .nav_container div ul li a {
            font-size: 1.8em;
            line-height: 110%;
            padding: 0;
            margin: 0;
            color: #5f5f5f;
            -webkit-transition: all 400ms;
            -moz-transition: all 400ms;
            -o-transition: all 400ms;
            transition: all 400ms;
            position: relative; }
            @media (max-width: 1028px) {
              nav .nav_container div ul li a {
                font-size: 1.6em; } }
            @media (max-width: 575px) {
              nav .nav_container div ul li a {
                font-size: 1.4em; } }
            @media (max-width: 440px) {
              nav .nav_container div ul li a {
                font-size: 1.2em; } }
            nav .nav_container div ul li a:hover {
              color: #e71d73;
              text-decoration: none; }
            nav .nav_container div ul li a:active, nav .nav_container div ul li a:focus {
              color: inherit;
              text-decoration: none; }
            nav .nav_container div ul li a:after {
              position: relative;
              display: block;
              content: '';
              border-bottom: solid 3px #ef7f9a;
              transform: scaleX(0);
              transition: transform 250ms ease-in-out; }
            nav .nav_container div ul li a:hover:after {
              position: relative;
              transform: scaleX(1);
              transform-origin: 0%; }
  nav .fadein {
    -webkit-animation: fadeIn 500ms ease-in 1 forwards;
    -moz-animation: fadeIn 500ms ease-in 1 forwards;
    -o-animation: fadeIn 500ms ease-in 1 forwards;
    animation: fadeIn 500ms ease-in 1 forwards;
    padding: 0 !important; }

.appear {
  display: block;
  opacity: 1;
  padding: 0 !important;
  height: 60vh;
  height: calc(70vh - 140px); }

#footer, footer {
  position: relative;
  display: block;
  z-index: 0;
  background: #2a2a29;
  width: 100%;
  min-height: 200px;
  margin: 0 auto;
  padding: 0;
  clear: both; }
  @media (max-width: 1084px) {
    #footer, footer {
      margin-top: 0em; } }
  #footer *, footer * {
    color: white; }
  #footer .footer-container, footer .footer-container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    max-width: 1200px;
    z-index: 1;
    padding: 2em 3em; }
    @media (min-width: 1300px) {
      #footer .footer-container, footer .footer-container {
        padding: 3em 2em; } }
    @media (max-width: 768px) {
      #footer .footer-container, footer .footer-container {
        padding: 3em 2em; } }
    @media (max-width: 400px) {
      #footer .footer-container, footer .footer-container {
        padding: 3em 1em; } }
    #footer .footer-container .c-3, footer .footer-container .c-3 {
      width: 33.333%;
      float: left;
      font-size: .9em; }
      @media (max-width: 1086px) {
        #footer .footer-container .c-3, footer .footer-container .c-3 {
          width: 100%;
          text-align: center; } }
      #footer .footer-container .c-3:nth-of-type(2n), footer .footer-container .c-3:nth-of-type(2n) {
        text-align: center; }
      #footer .footer-container .c-3:nth-of-type(3n), footer .footer-container .c-3:nth-of-type(3n) {
        text-align: right; }
        @media (max-width: 1086px) {
          #footer .footer-container .c-3:nth-of-type(3n), footer .footer-container .c-3:nth-of-type(3n) {
            width: 100%;
            text-align: center; } }
      #footer .footer-container .c-3 ul.contacts, footer .footer-container .c-3 ul.contacts {
        list-style-type: none;
        padding: 0em;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0em;
        margin-bottom: 1em; }
        #footer .footer-container .c-3 ul.contacts li, footer .footer-container .c-3 ul.contacts li {
          font-weight: bold;
          list-style-type: none;
          margin: 0;
          font-size: 1.3em;
          line-height: 1.5em;
          padding: 0;
          height: auto;
          display: block; }
          #footer .footer-container .c-3 ul.contacts li:before, footer .footer-container .c-3 ul.contacts li:before {
            content: '';
            display: inline-block;
            height: 22px;
            width: 31px;
            background-size: contain !important;
            margin-right: 7px;
            top: 4px;
            position: relative; }
          #footer .footer-container .c-3 ul.contacts li:first-of-type:before, footer .footer-container .c-3 ul.contacts li:first-of-type:before {
            background: url("http://localhost/lioness/wp-content/themes/lioness/assets/img/phone.png") no-repeat center center; }
          #footer .footer-container .c-3 ul.contacts li:nth-of-type(2):before, footer .footer-container .c-3 ul.contacts li:nth-of-type(2):before {
            background: url("http://localhost/lioness/wp-content/themes/lioness/assets/img/email.png") no-repeat center center;
            height: 19px; }
          #footer .footer-container .c-3 ul.contacts li span, footer .footer-container .c-3 ul.contacts li span {
            display: block;
            margin-bottom: .4em; }
          #footer .footer-container .c-3 ul.contacts li p, footer .footer-container .c-3 ul.contacts li p {
            font-weight: 500; }
            #footer .footer-container .c-3 ul.contacts li p span, footer .footer-container .c-3 ul.contacts li p span {
              clear: both; }
          #footer .footer-container .c-3 ul.contacts li .menu, footer .footer-container .c-3 ul.contacts li .menu {
            list-style-type: none;
            text-align: right;
            margin: 0;
            padding: 0; }
            @media (max-width: 768px) {
              #footer .footer-container .c-3 ul.contacts li .menu, footer .footer-container .c-3 ul.contacts li .menu {
                margin: 1em 0; } }
            #footer .footer-container .c-3 ul.contacts li .menu li, footer .footer-container .c-3 ul.contacts li .menu li {
              list-style-type: none;
              text-align: right;
              margin-bottom: .2em; }
              @media (max-width: 992px) {
                #footer .footer-container .c-3 ul.contacts li .menu li, footer .footer-container .c-3 ul.contacts li .menu li {
                  text-align: center; } }
    #footer .footer-container .copyright, footer .footer-container .copyright {
      display: block;
      clear: both;
      padding-top: 2em;
      padding-bottom: 2em; }
      #footer .footer-container .copyright p, footer .footer-container .copyright p {
        text-align: center;
        font-size: 12px;
        font-style: italic; }
        #footer .footer-container .copyright p a, footer .footer-container .copyright p a {
          font-style: normal; }

#to_the_top {
  position: relative;
  z-index: 9999; }
  #to_the_top a {
    display: none;
    opacity: 0.9;
    padding: 1em;
    bottom: 0;
    color: white;
    position: fixed;
    right: 0em;
    padding: .8em;
    z-index: 100;
    background: rgba(231, 29, 115, 0.9);
    color: transparent; }
    #to_the_top a:hover, #to_the_top a:focus {
      opacity: .6; }
    @media (max-width: 776px) {
      #to_the_top a {
        right: 0; } }
    #to_the_top a span {
      display: none; }
    #to_the_top a img {
      display: block;
      position: relative;
      width: 20px;
      height: auto; }
      @media (max-width: 776px) {
        #to_the_top a img {
          width: 18px; } }

#action-block, .action-block {
  background-color: #e71d73;
  position: relative; }
  #action-block .container, .action-block .container {
    margin: 0 auto;
    background-color: transparent !important;
    padding: 3em 3em;
    display: block; }
    @media (max-width: 1078px) {
      #action-block .container, .action-block .container {
        padding-top: 3em;
        padding-bottom: 3em; } }
    #action-block .container .action, .action-block .container .action {
      position: relative;
      display: inline-block;
      width: 100%; }
      #action-block .container .action h3, .action-block .container .action h3 {
        width: calc(100% - 180px);
        padding-right: 30px;
        color: #5f5f5f;
        position: relative;
        float: left;
        margin: inherit;
        display: block;
        font-size: 1.2em;
        font-weight: 500;
        line-height: 124%;
        text-align: justify; }
        @media (max-width: 575px) {
          #action-block .container .action h3, .action-block .container .action h3 {
            width: 100%;
            text-align: center;
            margin-bottom: 1em;
            line-height: 110%; } }
      #action-block .container .action .button, .action-block .container .action .button {
        position: relative;
        float: right;
        margin: inherit;
        display: block;
        clear: none;
        border: 1px solid; }
        @media (max-width: 575px) {
          #action-block .container .action .button, .action-block .container .action .button {
            width: auto;
            float: none;
            clear: both;
            margin: 1em auto; } }

.post .container {
  max-width: 1000px; }
  .post .container img {
    display: bock;
    margin: 2em auto;
    height: auto;
    width: auto;
    max-width: 100%; }
  .post .container .aligncenter {
    margin: 40px auto;
    max-width: 100%;
    height: auto; }
  .post .container .nav-posts {
    margin: 40px auto;
    clear: both;
    width: auto;
    display: inline;
    text-align: center; }
    @media (max-width: 1060px) {
      .post .container .nav-posts {
        float: left; } }
    .post .container .nav-posts h4 span {
      padding: 0px 8px; }
      .post .container .nav-posts h4 span a:hover {
        text-decoration: none !important; }

#blog_section {
  padding: 1em 0em 2em;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  #blog_section article {
    width: calc(33.333% - 2rem);
    margin-bottom: 3rem;
    float: left;
    margin: 1rem;
    overflow: hidden;
    border: 1px solid;
    border-color: #e71d73;
    border-radius: 5px;
    box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.05); }
    @media (max-width: 768px) {
      #blog_section article {
        width: 100%;
        max-width: 500px;
        float: none;
        clear: both;
        display: block;
        margin: .5em auto; } }
    #blog_section article .featured {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      overflow: hidden; }
      #blog_section article .featured img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 0rem; }
    #blog_section article .details {
      display: block;
      float: left;
      width: 100%;
      padding: 1rem 1.5rem; }
      #blog_section article .details h3 {
        font-size: 1.8em;
        line-height: 1.2em; }
      #blog_section article .details .read_more {
        font-size: 1.2em;
        font-weight: bold;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in; }
        #blog_section article .details .read_more a {
          text-decoration: none; }
      #blog_section article .details .read_more:after {
        content: '';
        background: url("http://localhost/Enfield/wp-content/themes/Enfield/assets/img/arrow-sml.png");
        background-position: 100% 0%;
        background-repeat: no-repeat;
        background-size: 20px;
        position: relative;
        display: inline-block;
        width: 25px;
        height: 20px;
        top: 2px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
      #blog_section article .details .read_more:hover {
        margin-left: 5px; }
      #blog_section article .details .read_more:hover a {
        text-decoration: underline; }
  #blog_section article:nth-of-type(3n + 1) {
    clear: both; }
  #blog_section .loads {
    display: none; }
  #blog_section #loadMore {
    height: 4em;
    line-height: 4em;
    width: 14em;
    background: transparent;
    color: #ffdb61;
    margin-bottom: 5px; }
    #blog_section #loadMore:hover, #blog_section #loadMore:focus {
      border-bottom: 5px solid;
      margin-bottom: 0px; }
    #blog_section #loadMore:after {
      content: none; }

#boxed_content {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  background-color: black;
  text-align: center;
  height: calc(100vh - 140px);
  min-height: 600px;
  margin-top: 0px !important;
  margin-bottom: .5em;
  display: block;
  position: relative;
  clear: both;
  margin-bottom: -12px !important; }
  @media (max-width: 767px) {
    #boxed_content {
      min-height: 600px; } }
  #boxed_content .content {
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    z-index: 1; }
    @media (max-width: 1084px) {
      #boxed_content .content {
        width: 100%;
        float: none; } }
    #boxed_content .content .textbox {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      padding: 0em 2em;
      color: #fff;
      text-align: inherit;
      width: 80%;
      min-width: 450px; }
      @media (max-width: 575px) {
        #boxed_content .content .textbox {
          padding: 0em 1em;
          width: 100%;
          min-width: 275px; } }
      #boxed_content .content .textbox h2 {
        color: #fff; }
      #boxed_content .content .textbox p {
        color: #fff; }
    #boxed_content .content .dark_theme h2 {
      color: #fff;
      text-shadow: 0em 0em 20px rgba(0, 0, 0, 0.9); }
    #boxed_content .content .dark_theme p {
      color: #fff;
      text-shadow: 0em 0em 10px rgba(0, 0, 0, 0.9); }
    #boxed_content .content .light_theme h2 {
      color: #121212;
      text-shadow: 0em 0em 20px rgba(255, 255, 255, 0.9); }
    #boxed_content .content .light_theme p {
      color: #121212;
      text-shadow: 0em 0em 20px rgba(255, 255, 255, 0.9); }
  #boxed_content .tint {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(12, 12, 12, 0.1);
    z-index: 0; }
    @media (max-width: 1084px) {
      #boxed_content .tint {
        background: rgba(12, 12, 12, 0.6); } }
  #boxed_content .tint_dark {
    background: rgba(240, 240, 240, 0.05); }
    @media (max-width: 1084px) {
      #boxed_content .tint_dark {
        background: rgba(240, 240, 240, 0.6); } }

#carousels, .carousels {
  margin-top: 0em;
  margin-bottom: 0em; }
  @media (min-width: 1024px) {
    #carousels, .carousels {
      height: 150vh; } }
  #carousels .container, .carousels .container {
    padding-top: 0em !important; }
  #carousels h2.pre_title, .carousels h2.pre_title {
    text-transform: uppercase;
    text-align: center;
    color: #d62135;
    line-height: 110%;
    margin-bottom: .5em; }
  #carousels p.subtitle, .carousels p.subtitle {
    padding: 0em;
    display: block;
    text-align: center; }
  #carousels .button, .carousels .button {
    margin-top: 3em; }
  #carousels #imgslider, .carousels #imgslider {
    width: 100%;
    position: relative;
    background: transparent;
    display: block;
    margin: 0em auto 0em;
    float: none;
    z-index: 0;
    height: 100vh;
    min-height: 640px;
    top: 0; }
    @media (min-width: 1024px) {
      #carousels #imgslider, .carousels #imgslider {
        position: sticky;
        -webkit-position: sticky; } }
    @media (max-width: 1024px) {
      #carousels #imgslider, .carousels #imgslider {
        height: 100vh;
        min-height: 640px;
        max-height: 640px; } }
    @media (max-width: 585px) {
      #carousels #imgslider, .carousels #imgslider {
        min-height: 440px;
        max-height: 500px; } }
    @media (max-width: 485px) {
      #carousels #imgslider, .carousels #imgslider {
        min-height: 400px;
        max-height: 450px; } }
    #carousels #imgslider .flex-viewport, .carousels #imgslider .flex-viewport {
      overflow: hidden !important; }
    #carousels #imgslider .slides, .carousels #imgslider .slides {
      overflow: hidden;
      height: 100%; }
      @media (max-width: 1024px) {
        #carousels #imgslider .slides, .carousels #imgslider .slides {
          height: 100vh;
          min-height: 640px;
          max-height: 640px; } }
      @media (max-width: 585px) {
        #carousels #imgslider .slides, .carousels #imgslider .slides {
          min-height: 440px;
          max-height: 500px; } }
      @media (max-width: 485px) {
        #carousels #imgslider .slides, .carousels #imgslider .slides {
          min-height: 400px;
          max-height: 450px; } }
      @media (max-width: 1024px) {
        #carousels #imgslider .slides li, .carousels #imgslider .slides li {
          height: 100% !important;
          width: auto !important;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      #carousels #imgslider .slides li img, .carousels #imgslider .slides li img {
        display: block;
        position: absolute;
        height: 100%;
        width: auto; }
        @media (min-width: 1024px) {
          #carousels #imgslider .slides li img, .carousels #imgslider .slides li img {
            width: 100%;
            height: auto;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            transform: none;
            left: 0; } }
        @media (max-width: 1024px) {
          #carousels #imgslider .slides li img, .carousels #imgslider .slides li img {
            min-height: 680px;
            max-height: 700px; } }
        @media (max-width: 585px) {
          #carousels #imgslider .slides li img, .carousels #imgslider .slides li img {
            min-height: 440px;
            max-height: 500px; } }
        @media (max-width: 485px) {
          #carousels #imgslider .slides li img, .carousels #imgslider .slides li img {
            min-height: 400px;
            max-height: 450px; } }
    #carousels #imgslider .slide_container, .carousels #imgslider .slide_container {
      position: absolute;
      top: 0;
      z-index: 99;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 0 !important;
      pointer-events: none; }
      #carousels #imgslider .slide_container .details, .carousels #imgslider .slide_container .details {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100% - 40px);
        max-width: 500px;
        height: 48px;
        overflow: hidden;
        top: 0em;
        -webkit-transition: all 400ms ease-in;
        -moz-transition: all 400ms ease-in;
        -o-transition: all 400ms ease-in;
        transition: all 400ms ease-in;
        pointer-events: all; }
        #carousels #imgslider .slide_container .details .expand, .carousels #imgslider .slide_container .details .expand {
          position: relative;
          background: #e71d73;
          color: white;
          padding: 0;
          margin: 0;
          -webkit-transition: all 400ms ease-in;
          -moz-transition: all 400ms ease-in;
          -o-transition: all 400ms ease-in;
          transition: all 400ms ease-in; }
          #carousels #imgslider .slide_container .details .expand:hover, #carousels #imgslider .slide_container .details .expand:focus, .carousels #imgslider .slide_container .details .expand:hover, .carousels #imgslider .slide_container .details .expand:focus {
            background: #5f5f5f; }
          #carousels #imgslider .slide_container .details .expand a, .carousels #imgslider .slide_container .details .expand a {
            color: #fff;
            display: block;
            padding: 15px 20px;
            margin: 0;
            line-height: 100%;
            font-weight: bold;
            font-size: 1.1em;
            text-transform: uppercase;
            text-align: center;
            width: 100%; }
            #carousels #imgslider .slide_container .details .expand a:hover, #carousels #imgslider .slide_container .details .expand a:focus, .carousels #imgslider .slide_container .details .expand a:hover, .carousels #imgslider .slide_container .details .expand a:focus {
              text-decoration: none; }
            #carousels #imgslider .slide_container .details .expand a:before, .carousels #imgslider .slide_container .details .expand a:before {
              position: absolute;
              top: 50%;
              right: 1rem;
              margin-top: -.5em;
              content: "+"; }
        #carousels #imgslider .slide_container .details .minimise a:before, .carousels #imgslider .slide_container .details .minimise a:before {
          content: "-"; }
        #carousels #imgslider .slide_container .details .info, .carousels #imgslider .slide_container .details .info {
          padding: 25px 20px 20px 20px;
          background: rgba(50, 50, 50, 0.9);
          color: white; }
          #carousels #imgslider .slide_container .details .info div, .carousels #imgslider .slide_container .details .info div {
            border-top: 1px solid white; }
            #carousels #imgslider .slide_container .details .info div table tr td:nth-of-type(2), .carousels #imgslider .slide_container .details .info div table tr td:nth-of-type(2) {
              padding-left: 30px; }
            #carousels #imgslider .slide_container .details .info div ul, .carousels #imgslider .slide_container .details .info div ul {
              list-style-type: none;
              margin: 0;
              padding: 0; }
              #carousels #imgslider .slide_container .details .info div ul li, .carousels #imgslider .slide_container .details .info div ul li {
                margin: 0;
                padding: 0;
                line-height: 100%;
                list-style-position: inside;
                margin-top: 5px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                margin-bottom: 5px; }
                #carousels #imgslider .slide_container .details .info div ul li strong, .carousels #imgslider .slide_container .details .info div ul li strong {
                  position: relative;
                  left: 0; }
              #carousels #imgslider .slide_container .details .info div ul p, .carousels #imgslider .slide_container .details .info div ul p {
                display: inline;
                line-height: 120%;
                font-style: italic;
                font-weight: 100; }
      #carousels #imgslider .slide_container .details_expanded, .carousels #imgslider .slide_container .details_expanded {
        height: 100%; }
      #carousels #imgslider .slide_container .contact_footer, .carousels #imgslider .slide_container .contact_footer {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100% - 40px);
        max-width: 500px;
        bottom: 0em;
        top: initial;
        pointer-events: all; }
        #carousels #imgslider .slide_container .contact_footer .jump, .carousels #imgslider .slide_container .contact_footer .jump {
          position: relative;
          background: white;
          padding: 0;
          margin: 0; }
          #carousels #imgslider .slide_container .contact_footer .jump a, .carousels #imgslider .slide_container .contact_footer .jump a {
            display: block;
            margin: 0;
            padding: 0;
            line-height: 100%;
            font-weight: bold;
            font-size: 1.1em;
            text-transform: uppercase;
            text-align: center;
            width: 100%; }
            #carousels #imgslider .slide_container .contact_footer .jump a:hover label, #carousels #imgslider .slide_container .contact_footer .jump a:focus label, .carousels #imgslider .slide_container .contact_footer .jump a:hover label, .carousels #imgslider .slide_container .contact_footer .jump a:focus label {
              color: #5f5f5f;
              text-decoration: none;
              cursor: pointer; }
            #carousels #imgslider .slide_container .contact_footer .jump a label, .carousels #imgslider .slide_container .contact_footer .jump a label {
              padding: 15px 20px;
              width: 100%;
              color: #007cb2;
              text-align: center;
              display: block; }
    #carousels #imgslider .back_step, .carousels #imgslider .back_step {
      position: absolute;
      z-index: 10;
      left: 0em;
      top: 0em;
      width: 48px;
      height: 48px;
      border-radius: 2x;
      background: #e71d73;
      color: white;
      -webkit-transition: all 400ms ease-in;
      -moz-transition: all 400ms ease-in;
      -o-transition: all 400ms ease-in;
      transition: all 400ms ease-in;
      pointer-events: all; }
      #carousels #imgslider .back_step:hover, #carousels #imgslider .back_step:focus, .carousels #imgslider .back_step:hover, .carousels #imgslider .back_step:focus {
        text-decoration: none;
        background: #5f5f5f; }
      #carousels #imgslider .back_step:after, .carousels #imgslider .back_step:after {
        display: block;
        content: '\21B6';
        position: relative;
        margin: 8px auto;
        font-size: 2em;
        text-align: center; }

.screen-reader-response {
  display: none; }

input::-webkit-input-placeholder {
  color: #dadada; }

input::-moz-placeholder {
  color: #dadada; }

input:-ms-input-placeholder {
  color: #dadada; }

input:-moz-placeholder {
  color: #dadada; }

textarea::-webkit-input-placeholder {
  color: #dadada; }

textarea::-moz-placeholder {
  color: #dadada; }

textarea:-ms-input-placeholder {
  color: #dadada; }

textarea:-moz-placeholder {
  color: #dadada; }

.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap; }

.sod_select, .sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.wpcf7-form {
  margin-bottom: 4em; }

.wpcf7-not-valid-tip {
  top: inherit;
  left: 3px;
  position: relative;
  color: #e71d73;
  font-style: italic;
  font-size: .8em;
  border: 0;
  height: auto;
  margin: -10px 0 5px; }

.wpcf7-acceptance-missing, .wpcf7-mail-sent-ok {
  border: 0px solid;
  top: inherit;
  position: relative;
  color: #e71d73;
  font-style: italic;
  font-size: .8em;
  border: 0;
  height: 2em;
  margin: 0; }

.wpcf7-response-output, .wpcf7-validation-errors {
  clear: both;
  margin: .2em 0 1em;
  border: 0px solid;
  top: inherit;
  position: relative;
  color: #e71d73;
  text-align: center;
  font-style: italic;
  font-size: .8em;
  border: 0;
  height: 2em; }

input, textarea {
  font-size: 18px; }

input[type=submit],
input[type=button],
input[type=text],
input[type=tel],
input[type=email],
textarea {
  text-align: left;
  color: inherit;
  border-color: inherit;
  border-left: 0px solid;
  border-bottom: 1px solid;
  border-right: 0px solid #fff;
  border-top: 0px solid #fff;
  margin-bottom: .25em;
  outline: 0px !important; }

input[type="radio"] {
  appearance: none;
  margin: 0 40px 0 10px;
  width: 24px;
  height: 24px;
  background: #eeeeee;
  border-radius: 50%;
  transition: .2s;
  cursor: pointer;
  color: #363945; }
  input[type="radio"]:hover, input[type="radio"]:checked {
    background: #363945; }
  input[type="radio"]:checked {
    background: #56be8e; }
  input[type="radio"]:focus {
    outline: 0; }

input[type=checkbox]:checked {
  background-color: inherit !important;
  border-left-color: inherit !important;
  border-right-color: inherit !important; }

input[type=checkbox]:hover {
  box-shadow: 0px 0px 5px #ccc; }

input {
  display: block;
  width: 100%;
  margin: 0px;
  border-left: 0px solid;
  border-bottom: 1px solid;
  border-right: 0px solid;
  border-top: 0px solid;
  border-color: inherit;
  margin-bottom: 8px;
  padding: 8px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.05) inset;
  color: #222 !important; }

label {
  text-align: left; }
  label span {
    display: inline-block;
    position: relative; }

.wpcf7 label {
  margin-bottom: 2em; }

input[type=text], input[type=tel],
input[type=email] {
  display: block;
  width: 100%;
  border-left: 0px solid;
  border-bottom: 1px solid;
  border-right: 0px !important;
  border-top: 0px !important;
  border-color: inherit;
  padding: 8px;
  margin-bottom: 8px; }

textarea {
  display: block;
  font-family: inherit;
  -webkit-appearance: none;
  display: block;
  text-align: left;
  width: 100%;
  height: 200px;
  border-left: 0px solid;
  border-bottom: 1px solid;
  border-right: 0px !important;
  border-top: 0px !important;
  padding: 8px;
  margin: 0px;
  line-height: 145%;
  margin-bottom: 8px; }

textarea:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email] :focus {
  border-left: 0px solid;
  border-bottom: 1px solid;
  border-right: 0px !important;
  border-top: 0px !important;
  border-color: inherit;
  color: inherit;
  outline: 0px; }

textarea:focus, input[type=text]:focus, input[type=tel]:focus,
input[type=email] :focus, input[type=submit]:active, input[type=submit]:focus,
input[type=button]:active, input[type=button]:focus,
input[type=text]:active, input[type=text]:focus,
input[type=tel]:active, input[type=tel]:focus,
input[type=email]:active, input[type=email]:focus,
textarea:active, textarea:focus, label:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #e71d73; }

input:focus {
  outline: none; }

input[type="submit"] {
  z-index: 0;
  position: relative;
  padding: .8em 1em;
  text-align: center;
  background-color: #e71d73;
  margin: 1em auto;
  width: auto;
  color: black;
  font-size: 1em;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: 1px solid;
  border-color: #e71d73;
  cursor: pointer;
  display: table;
  clear: both;
  text-decoration: none !important;
  overflow: hidden;
  transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: white; }
  input[type="submit"]:active {
    top: 2px; }

.terms {
  color: inherit;
  display: inline-block;
  width: 100%;
  font-size: .9em !important;
  padding: 0;
  margin: 1em 0;
  text-align: center; }
  .terms a:hover, .terms a:focus {
    text-decoration: underline; }

.wpcf7-form-control-wrap {
  width: 100%; }
  .wpcf7-form-control-wrap span {
    position: relative; }

.wpcf7 .wpcf7-list-item {
  display: block; }

.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
  margin-bottom: 2em; }

input[type=checkbox] {
  background: #e71d73; }

input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '\2713';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  left: -2em;
  visibility: hidden;
  font-size: 16px;
  pointer-events: none; }

input[type=checkbox]:checked + span:before {
  visibility: visible; }

.contact {
  display: inline-block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #2a2a29 !important;
  background-size: cover !important;
  background-position: 50% 100% !important; }
  .contact .container {
    margin: 0 auto;
    padding-top: 4em;
    padding-bottom: 4em; }
    .contact .container h2 {
      width: 100%;
      padding: 1em 10% 0.5em;
      margin: 0;
      text-align: center;
      font-weight: 800;
      line-height: 100%; }
    .contact .container h2.title {
      width: 100%;
      padding: 0em 10% 1em;
      margin: 0;
      text-align: center;
      font-weight: 400;
      font-size: 1.2em;
      line-height: 120%; }
    .contact .container form {
      display: block;
      width: 100%;
      margin: 2em auto;
      position: relative;
      max-width: 900px; }
      @media (max-width: 575px) {
        .contact .container form {
          margin: 3.5em auto 2em; } }
      @media (max-width: 400px) {
        .contact .container form {
          width: calc(100% + 50px);
          left: -25px; } }
      .contact .container form .wpcf7-radio {
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        backface-visibility: hidden;
        margin: 1em 0; }
        .contact .container form .wpcf7-radio span, .contact .container form .wpcf7-radio input {
          display: block;
          float: left;
          text-transform: uppercase;
          font-weight: 600; }
      .contact .container form .radios label {
        text-align: center; }
      .contact .container form label {
        font-weight: bold;
        width: 100%;
        display: inline-block;
        padding: 1em 0 .5em;
        margin: 0;
        line-height: 1.21em; }
      .contact .container form label span {
        width: calc(100% - 160px);
        float: right;
        position: relative; }
        @media (max-width: 1200px) {
          .contact .container form label span {
            width: 100%;
            clear: both;
            float: none;
            margin-bottom: 1em;
            position: relative; } }
        @media (max-width: 400px) {
          .contact .container form label span {
            margin-bottom: .5em;
            display: inline-block; } }
        @media (max-width: 320px) {
          .contact .container form label span {
            margin-bottom: .5em;
            display: inline-block; } }
      .contact .container form input[type="submit"] {
        background-color: transparent;
        color: white;
        border-color: white; }
        .contact .container form input[type="submit"]:hover, .contact .container form input[type="submit"]:focus {
          background-color: #5f5f5f; }
        .contact .container form input[type="submit"]:active {
          top: 2px; }
      .contact .container form .g-recaptcha div {
        margin: 0 auto 1em; }

#double_button {
  margin: 0;
  padding: 0;
  height: 0;
  display: block;
  position: relative;
  clear: both;
  width: 100%; }
  @media (max-width: 776px) {
    #double_button {
      margin: 4em auto; } }
  #double_button .container {
    padding: 0 2em; }
    #double_button .container .button {
      position: absolute;
      display: block;
      left: 0;
      width: calc(50% - .5em);
      height: 3.5em;
      z-index: 9990;
      margin: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 1.2em;
      line-height: 190%; }
      @media (max-width: 776px) {
        #double_button .container .button {
          position: relative;
          display: block;
          left: initial;
          width: 100%;
          clear: both;
          margin: .5em 0; } }
      #double_button .container .button:last-of-type {
        left: initial;
        right: 0; }
        @media (max-width: 776px) {
          #double_button .container .button:last-of-type {
            right: initial; } }

#features {
  display: block;
  margin-top: 0; }
  #features .container {
    padding: 0;
    max-width: 1300px; }
    @media (max-width: 1300px) {
      #features .container {
        max-width: 1150px; } }
    @media (max-width: 1150px) {
      #features .container {
        max-width: none; } }
    #features .container .grid-col-tri {
      display: block;
      padding: 0;
      margin: 0;
      width: 33.333%;
      float: left;
      top: 800px;
      opacity: 0;
      position: relative; }
      #features .container .grid-col-tri:nth-child(3n+1) {
        top: 100vh;
        opacity: 0;
        -webkit-animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards;
        -moz-animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards;
        -ms-animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards;
        animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards; }
      #features .container .grid-col-tri:nth-child(3n+2) {
        top: 100vh;
        opacity: 0;
        -webkit-animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1.1s 1 forwards;
        -moz-animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1.1s 1 forwards;
        -ms-animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1.1s 1 forwards;
        animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1.1s 1 forwards; }
      #features .container .grid-col-tri:nth-child(3n+3) {
        top: 100vh;
        opacity: 0;
        -webkit-animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1.2s 1 forwards;
        -moz-animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1.2s 1 forwards;
        -ms-animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1.2s 1 forwards;
        animation: flyIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1.2s 1 forwards; }
      #features .container .grid-col-tri:hover .project_box:before, #features .container .grid-col-tri:focus .project_box:before {
        transform: scale(1.2); }
      #features .container .grid-col-tri:hover .project_details, #features .container .grid-col-tri:focus .project_details {
        background: #911547; }
        #features .container .grid-col-tri:hover .project_details:before, #features .container .grid-col-tri:focus .project_details:before {
          opacity: 1; }
        #features .container .grid-col-tri:hover .project_details:after, #features .container .grid-col-tri:focus .project_details:after {
          background: #911547; }
      @media (max-width: 776px) {
        #features .container .grid-col-tri {
          width: 100%; } }
      #features .container .grid-col-tri * {
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }
      #features .container .grid-col-tri .project_box {
        display: block;
        position: relative;
        padding: 0;
        width: 100%;
        padding-bottom: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
        -webkit-transition: all 1s ease-in;
        -ms-transition: all 1s ease-in;
        -moz-transition: all 1s ease-in;
        transition: all 1s ease-in; }
        #features .container .grid-col-tri .project_box::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: inherit;
          transition: inherit; }
        #features .container .grid-col-tri .project_box img {
          width: 100%;
          height: auto;
          display: block; }
        #features .container .grid-col-tri .project_box .video-wrapper {
          width: 100%;
          position: relative;
          margin: 0px auto; }
          #features .container .grid-col-tri .project_box .video-wrapper .video-container {
            position: relative;
            height: 100%;
            padding-bottom: 56%;
            width: 100%;
            margin: 0px;
            overflow: hidden; }
            #features .container .grid-col-tri .project_box .video-wrapper .video-container iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              border: 0px; }
      #features .container .grid-col-tri .project_details {
        background: #e71d73;
        display: block;
        position: relative;
        width: 100%;
        height: 500px; }
        #features .container .grid-col-tri .project_details:before {
          content: '';
          opacity: 0;
          position: absolute;
          background: white;
          width: 30px;
          height: 30px;
          border-radius: 15px;
          top: -15px;
          z-index: 2;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all 500ms ease-in-out;
          -moz-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out; }
        #features .container .grid-col-tri .project_details:after {
          content: '';
          position: absolute;
          background: #e71d73;
          width: 60px;
          height: 60px;
          border-radius: 30px;
          top: -30px;
          z-index: 1;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          -webkit-transition: all 500ms ease-in-out;
          -moz-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out; }
        @media (max-width: 1400px) {
          #features .container .grid-col-tri .project_details {
            padding: 5em 3em; } }
        @media (max-width: 1024px) {
          #features .container .grid-col-tri .project_details {
            padding: 5em 2em; } }
        @media (max-width: 728px) {
          #features .container .grid-col-tri .project_details {
            display: block;
            padding: 4em;
            margin: 0 auto; } }
        #features .container .grid-col-tri .project_details div {
          position: absolute;
          display: block;
          width: 100%;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          padding: 0 5em; }
          @media (max-width: 1225px) {
            #features .container .grid-col-tri .project_details div {
              padding: 0 3.5em; } }
          @media (max-width: 1024px) {
            #features .container .grid-col-tri .project_details div {
              padding: 0 2em; } }
          #features .container .grid-col-tri .project_details div h3 {
            position: relative;
            display: block;
            text-transform: uppercase;
            color: #fff;
            text-align: center; }
            @media (max-width: 1200px) {
              #features .container .grid-col-tri .project_details div h3 {
                font-size: 20px; } }
            @media (max-width: 1000px) {
              #features .container .grid-col-tri .project_details div h3 {
                font-size: 18px; } }
            @media (max-width: 776px) {
              #features .container .grid-col-tri .project_details div h3 {
                font-size: initial; } }
          #features .container .grid-col-tri .project_details div h3:after {
            content: '';
            border-bottom: 3px solid white;
            position: absolute;
            left: 25%;
            width: 50%;
            line-height: 0em;
            height: 100%;
            top: 8px;
            right: 0;
            font-weight: bold;
            margin-bottom: 10px; }
            @media (max-width: 1400px) {
              #features .container .grid-col-tri .project_details div h3:after {
                border-bottom: 2px solid white; } }
          #features .container .grid-col-tri .project_details div p {
            margin-bottom: 10px;
            font-weight: 400;
            text-align: center;
            margin-top: 10px;
            font-size: 18px;
            line-height: 1.3em;
            top: 12px;
            color: #fff;
            position: relative; }
            @media (max-width: 1000px) {
              #features .container .grid-col-tri .project_details div p {
                font-size: 1em; } }
            @media (max-width: 776px) {
              #features .container .grid-col-tri .project_details div p {
                font-size: initial; } }
          #features .container .grid-col-tri .project_details div a {
            text-decoration: none !important; }
            #features .container .grid-col-tri .project_details div a :hover {
              text-decoration: none !important; }
      #features .container .grid-col-tri .mob_only {
        display: none; }
        @media (max-width: 600px) {
          #features .container .grid-col-tri .mob_only {
            display: block; } }
      #features .container .grid-col-tri .small {
        padding-bottom: 80%; }
        @media (max-width: 600px) {
          #features .container .grid-col-tri .small {
            padding-bottom: 80%; } }
      #features .container .grid-col-tri .medium {
        padding-bottom: 100%; }
        @media (max-width: 600px) {
          #features .container .grid-col-tri .medium {
            padding-bottom: 80%; } }
      #features .container .grid-col-tri .large {
        padding-bottom: 120%; }
        @media (max-width: 600px) {
          #features .container .grid-col-tri .large {
            padding-bottom: 80%; } }
      #features .container .grid-col-tri .loads {
        display: none; }
      #features .container .grid-col-tri .loader {
        display: none; }
      #features .container .grid-col-tri .loadsss {
        display: none; }
    #features .container .divider {
      clear: both;
      margin: 30px auto; }
    #features .container .center-link {
      display: block;
      width: auto;
      margin: 0 auto;
      text-align: center;
      clear: both;
      padding: 7em 0em;
      text-decoration: none; }
      #features .container .center-link h4 {
        text-decoration: none;
        font-size: 26px;
        color: #4a565c;
        font-weight: 400;
        letter-spacing: 3px;
        margin: 0px; }
        #features .container .center-link h4:hover {
          text-decoration: underline; }
    #features .container .grid-col-odd .project_details:before {
      top: inherit;
      bottom: -15px; }
      @media (max-width: 776px) {
        #features .container .grid-col-odd .project_details:before {
          top: -15px;
          bottom: initial; } }
    #features .container .grid-col-odd .project_details:after {
      top: inherit;
      bottom: -30px; }
      @media (max-width: 776px) {
        #features .container .grid-col-odd .project_details:after {
          top: -30px;
          bottom: initial; } }

/* Heading_Box */
.flex_box_nav {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background: #fff;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  height: auto;
  padding: 0em;
  margin-top: 0px !important;
  transition: all 100ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -o-transition: all 0ms ease-in-out; }
  .flex_box_nav .nav_box {
    display: inline-block;
    width: 50%;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0em;
    padding: .5em;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -o-transition: all 0ms ease-in-out; }
    .flex_box_nav .nav_box article {
      position: relative;
      display: block;
      width: 33.333%;
      background: #fff;
      float: left;
      padding-bottom: 33.333%;
      margin: 0em;
      padding: 0em;
      transition: all 100ms ease-in-out;
      -webkit-transition: all 0ms ease-in-out;
      -moz-transition: all 0ms ease-in-out;
      -o-transition: all 0ms ease-in-out; }
      .flex_box_nav .nav_box article .info {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 1em; }
  .flex_box_nav .first_box {
    flex: 1 0 66.666%;
    flex-direction: row;
    padding: .5em .25em .5em .5em; }
    .flex_box_nav .first_box article:nth-of-type(1) {
      padding-bottom: 33.333%;
      width: calc(33.333% - .25em);
      margin-right: .5em;
      margin-bottom: .5em; }
    .flex_box_nav .first_box article:nth-of-type(2) {
      padding-bottom: 33.333%;
      width: calc(66.666% - .25em);
      margin-bottom: .5em; }
    .flex_box_nav .first_box article:nth-of-type(3) {
      width: calc(66.666% - .25em);
      margin-right: .5em;
      padding-bottom: 66.666% !important;
      clear: both; }
    .flex_box_nav .first_box article:nth-of-type(4) {
      width: calc(33.333% - .25em);
      float: right;
      margin-bottom: .5em;
      padding-bottom: calc(33.333% - .25em) !important; }
    .flex_box_nav .first_box article:nth-of-type(5) {
      width: calc(33.333% - .25em);
      padding-bottom: calc(33.333% - .25em) !important;
      float: right; }
  .flex_box_nav .second_box {
    flex: 1 0 33.333%;
    flex-direction: column;
    padding: .5em .5em .5em .25em; }
    .flex_box_nav .second_box article {
      width: 100%;
      float: none;
      padding-bottom: 66.666%; }
      .flex_box_nav .second_box article:nth-of-type(1) {
        margin-bottom: .5em;
        padding-bottom: calc(133.333% + .8em); }
      .flex_box_nav .second_box article:nth-of-type(2) {
        padding-bottom: 66.666%; }
  .flex_box_nav .nav_box_menu {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    flex-direction: column; }
  .flex_box_nav .first_box_menu {
    flex: 1;
    display: inline-block;
    margin-bottom: -6px;
    padding: .5em .5em .5em .5em; }
  .flex_box_nav .second_box_menu {
    flex: 1;
    display: inline-block;
    margin-bottom: -6px;
    padding: .25em .5em .5em .5em; }
    .flex_box_nav .second_box_menu article {
      width: calc(50% - .25em);
      float: left;
      padding-bottom: 33.333%; }
      .flex_box_nav .second_box_menu article:nth-of-type(1) {
        margin-right: .5em;
        padding-bottom: 33.333%; }
      .flex_box_nav .second_box_menu article:nth-of-type(2) {
        padding-bottom: 33.333%; }

.flex_box_nav_menu {
  display: block !important; }

#foursquare {
  position: relative;
  margin: 0px;
  padding-top: 1em;
  padding-bottom: 1em; }
  #foursquare .container {
    padding-left: 0em;
    padding-right: 0em; }
    #foursquare .container .four-grid {
      padding: 0;
      margin: 0;
      width: 100%;
      position: relative; }
      @media (max-width: 728px) {
        #foursquare .container .four-grid {
          width: 100%; } }
      #foursquare .container .four-grid .grid {
        display: block;
        position: relative;
        padding: 0;
        width: calc(50% - .5em);
        padding-bottom: 50%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden;
        float: left;
        -webkit-transition: all 1s ease-in;
        -ms-transition: all 1s ease-in;
        -moz-transition: all 1s ease-in;
        transition: all 1s ease-in; }
        @media (max-width: 992px) {
          #foursquare .container .four-grid .grid {
            margin-bottom: 0px; } }
        #foursquare .container .four-grid .grid .overlay {
          position: absolute;
          background: #e71d73;
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: opacity 300ms ease-in 0s;
          -moz-transition: opacity 300ms ease-in 0s;
          -ms-transition: opacity 300ms ease-in 0s;
          transition: opacity 300ms ease-in 0s; }
          @media (max-width: 1028px) {
            #foursquare .container .four-grid .grid .overlay {
              opacity: 1;
              height: 30%;
              min-height: 100px;
              bottom: 0;
              margin-top: -10px; } }
          @media (max-width: 460px) {
            #foursquare .container .four-grid .grid .overlay {
              height: 50%; } }
          #foursquare .container .four-grid .grid .overlay .project_details {
            padding: 3em 2em 4em;
            display: block;
            top: 50%;
            left: 50%;
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
            #foursquare .container .four-grid .grid .overlay .project_details h3 {
              margin-bottom: 10px;
              position: relative;
              display: block;
              font-weight: 400;
              padding: 0px;
              margin: 0px;
              text-transform: uppercase;
              color: #5f5f5f;
              width: 100%;
              text-align: center; }
            #foursquare .container .four-grid .grid .overlay .project_details h3:after {
              content: '';
              border-bottom: 2px solid white;
              position: absolute;
              left: 25%;
              width: 50%;
              line-height: 0em;
              height: 100%;
              top: 8px;
              right: 0;
              font-weight: bold;
              margin-bottom: 30px; }
            #foursquare .container .four-grid .grid .overlay .project_details p {
              margin-top: 15px;
              color: #5f5f5f;
              font-weight: 400;
              text-align: center;
              position: relative; }
              @media (max-width: 996px) {
                #foursquare .container .four-grid .grid .overlay .project_details p {
                  display: none; } }
            #foursquare .container .four-grid .grid .overlay .project_details a {
              text-decoration: none !important; }
              #foursquare .container .four-grid .grid .overlay .project_details a :hover {
                text-decoration: none !important; }
              #foursquare .container .four-grid .grid .overlay .project_details a :hover {
                text-decoration: underline !important; }
        #foursquare .container .four-grid .grid .overlay:hover, #foursquare .container .four-grid .grid .overlay:focus {
          opacity: 1;
          cursor: pointer; }
      #foursquare .container .four-grid .grid:nth-of-type(2n - 1) {
        margin-right: .5em;
        margin-bottom: .5em; }
      #foursquare .container .four-grid .grid:nth-of-type(2n) {
        margin-left: .5em;
        margin-bottom: .5em; }
      #foursquare .container .four-grid .project_box::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: inherit;
        transition: inherit; }
      #foursquare .container .four-grid .project_box:hover::before {
        transform: scale(1.2); }
      #foursquare .container .four-grid .project_box a:focus .overlay {
        opacity: 1;
        cursor: pointer; }
      #foursquare .container .four-grid .small {
        padding-bottom: 80%; }
        @media (max-width: 600px) {
          #foursquare .container .four-grid .small {
            padding-bottom: 100%; } }
      #foursquare .container .four-grid .medium {
        padding-bottom: 100%; }
        @media (max-width: 600px) {
          #foursquare .container .four-grid .medium {
            padding-bottom: 100%; } }
      #foursquare .container .four-grid .large {
        padding-bottom: 120%; }
        @media (max-width: 600px) {
          #foursquare .container .four-grid .large {
            padding-bottom: 100%; } }

.gallery {
  padding: 2em 0 4em; }
  .gallery h1 {
    text-align: center; }
  .gallery p {
    text-align: center; }
  .gallery #style {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 40px;
    margin-bottom: 36px; }
    @media (max-width: 1060px) {
      .gallery #style {
        width: calc(100% - 40px);
        left: 20px;
        bottom: -67px; } }
    .gallery #style select {
      font-size: 20px; }
      @media (max-width: 1060px) {
        .gallery #style select {
          width: calc(100% - 80px); } }

.image-grid {
  width: 100%;
  clear: both;
  margin: 0em auto;
  opacity: 0;
  transition: all 600ms ease-in-out 200ms;
  -webkit-transition: all 600ms ease-in-out 200ms;
  -moz-transition: all 600ms ease-in-out 200ms;
  -o-transition: all 600ms ease-in-out 200ms; }
  @media (max-width: 575px) {
    .image-grid {
      -webkit-columns: 1 200px;
      -moz-columns: 1 200px;
      columns: 1 200px; } }
  .image-grid .project_block {
    position: relative;
    background: #fefefe;
    margin: 0px;
    transition: opacity .4s ease-in-out;
    display: block;
    opacity: 0;
    -webkit-animation: fadeIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards;
    -moz-animation: fadeIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards;
    -ms-animation: fadeIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards;
    animation: fadeIn 1s cubic-bezier(0, 0.67, 0.43, 0.99) 1s 1 forwards;
    margin-bottom: 0.3em; }
    .image-grid .project_block img {
      width: 100%;
      height: auto;
      display: block; }
    .image-grid .project_block .project_details {
      background: rgba(74, 86, 92, 0.9);
      padding: 20px 30px;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      top: 0;
      left: 0;
      -webkit-transition: opacity 300ms ease-in 0s;
      -moz-transition: opacity 300ms ease-in 0s;
      -ms-transition: opacity 300ms ease-in 0s;
      transition: opacity 300ms ease-in 0s; }
      @media (max-width: 1028px) {
        .image-grid .project_block .project_details {
          opacity: 1;
          height: auto;
          bottom: 0;
          top: inherit;
          padding: 10px;
          background: rgba(0, 0, 0, 0.6); } }
      .image-grid .project_block .project_details div {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (max-width: 1028px) {
          .image-grid .project_block .project_details div {
            left: inherit;
            top: inherit;
            position: relative;
            display: inline-block;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            transform: none; } }
        .image-grid .project_block .project_details div h3 {
          margin-bottom: 10px;
          position: relative;
          display: block;
          font-weight: 400;
          padding: 0px;
          margin: 0px;
          text-transform: uppercase;
          color: #fff;
          width: 100%;
          text-align: center; }
          @media (max-width: 1028px) {
            .image-grid .project_block .project_details div h3 {
              display: none; } }
        .image-grid .project_block .project_details div h3:after {
          content: '';
          border-bottom: 2px solid white;
          position: absolute;
          left: 25%;
          width: 50%;
          line-height: 0em;
          height: 100%;
          top: 8px;
          right: 0;
          font-weight: bold;
          margin-bottom: 10px; }
        .image-grid .project_block .project_details div a {
          text-decoration: none;
          position: relative; }
        .image-grid .project_block .project_details div a:hover {
          text-decoration: underline;
          color: #be8833; }
        .image-grid .project_block .project_details div a:active {
          text-decoration: underline;
          color: #be8833; }
      .image-grid .project_block .project_details:hover {
        opacity: 1; }
  .image-grid .small {
    padding-bottom: 80%; }
  .image-grid .medium {
    padding-bottom: 100%; }
  .image-grid .large {
    padding-bottom: 120%; }
  .image-grid .loads {
    display: none; }
  .image-grid .loadss {
    display: none; }
  .image-grid .loadsss {
    display: none; }
  .image-grid .loadssss {
    display: none; }
  .image-grid .loadsssss {
    display: none; }

.two_columns {
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
  -webkit-column-gap: 0.3em;
  -moz-column-gap: 0.3em;
  column-gap: 0.3em; }

.three_columns {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
  -webkit-column-gap: 0.3em;
  -moz-column-gap: 0.3em;
  column-gap: 0.3em; }

.five_columns {
  -webkit-columns: 5 200px;
  -moz-columns: 5 200px;
  columns: 5 200px;
  -webkit-column-gap: 0.3em;
  -moz-column-gap: 0.3em;
  column-gap: 0.3em; }

.opaque {
  opacity: 1 !important; }

/* Heading_Box */
.heading_box {
  background: transparent;
  background-color: black;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: calc(80vh - 140px);
  min-height: 500px;
  margin-top: 0px !important;
  margin-bottom: -4px; }
  .heading_box .container {
    padding: 0;
    max-width: 1300px; }
    @media (max-width: 1300px) {
      .heading_box .container {
        max-width: 1150px; } }
    @media (max-width: 1150px) {
      .heading_box .container {
        max-width: none; } }
    .heading_box .container .heading {
      display: block;
      width: 100%;
      text-align: center;
      line-height: 1.2em;
      position: relative;
      font-weight: 500;
      color: #fff;
      letter-spacing: 0px;
      margin: 0px auto;
      padding: 7em 2em 5em;
      max-width: 965px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 1400px) {
        .heading_box .container .heading {
          max-width: 850px; } }
      @media (max-width: 1084px) {
        .heading_box .container .heading {
          max-width: 650px; } }
      .heading_box .container .heading h1 {
        font-size: 4em;
        text-align: center; }
        @media (max-width: 1400px) {
          .heading_box .container .heading h1 {
            font-size: 3.4em; } }
        @media (max-width: 1084px) {
          .heading_box .container .heading h1 {
            font-size: 2.3em; } }
        @media (max-width: 768px) {
          .heading_box .container .heading h1 {
            font-size: 2.3em; } }
        @media (max-width: 400px) {
          .heading_box .container .heading h1 {
            font-size: 1.8em; } }
        @media (max-width: 320px) {
          .heading_box .container .heading h1 {
            font-size: 1.5em; } }
    .heading_box .container .subheading {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 2em 10% 1em;
      background: rgba(231, 29, 115, 0.9) !important; }
      .heading_box .container .subheading p {
        color: white;
        text-align: center;
        font-weight: 400;
        font-size: 1.2em;
        line-height: 120%; }
    .heading_box .container .top-page {
      top: calc(50% + 70px); }

.full_box {
  height: calc(100vh - 140px);
  min-height: 550px; }

.high_box {
  height: calc(80vh - 140px);
  min-height: 550px; }

.medium_box {
  height: calc(71vh - 140px);
  min-height: 475px; }

.low_box {
  height: calc(45vh - 140px);
  min-height: 300px; }

#trio_icon {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  text-align: center;
  height: auto;
  min-height: 400px;
  margin-top: 3em;
  margin-bottom: 3em;
  display: inline-block;
  position: relative;
  clear: both; }
  #trio_icon .container {
    display: inline-block; }
    #trio_icon .container .iconbox {
      display: block;
      position: relative;
      float: left;
      width: 33.333%;
      padding: 1.5em;
      color: inherit;
      text-align: inherit; }
      @media (max-width: 767px) {
        #trio_icon .container .iconbox {
          width: 90%;
          clear: both;
          float: none;
          margin: 0 auto;
          min-width: 240px; } }
      #trio_icon .container .iconbox span.icon {
        display: block;
        position: relative;
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background: #e71d73;
        margin-right: 20px; }
        @media (max-width: 1068px) {
          #trio_icon .container .iconbox span.icon {
            margin: .5em auto .75em;
            display: block;
            float: none;
            clear: both; } }
        #trio_icon .container .iconbox span.icon svg {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 70%;
          height: auto;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          #trio_icon .container .iconbox span.icon svg path {
            fill: #5f5f5f; }
      #trio_icon .container .iconbox .content {
        display: block;
        position: relative;
        float: left;
        text-align: left;
        width: calc(100% - 70px); }
        #trio_icon .container .iconbox .content hr {
          margin: .3em 0 !important; }
        @media (max-width: 1068px) {
          #trio_icon .container .iconbox .content {
            text-align: center;
            margin: 1em auto 0em;
            float: none;
            width: 100%;
            padding: 0em 1em; } }
        @media (max-width: 996px) {
          #trio_icon .container .iconbox .content {
            font-size: .8em; } }
        @media (max-width: 767px) {
          #trio_icon .container .iconbox .content {
            font-size: 1em; } }
      #trio_icon .container .iconbox:nth-of-type(3n + 1) {
        clear: both; }

.img-txt {
  margin: .5em 0; }
  .img-txt .cont {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: row;
    padding: 0; }
    @media (max-width: 768px) {
      .img-txt .cont {
        display: block; } }
    .img-txt .cont .text {
      display: flex;
      position: relative;
      float: left;
      width: 50%;
      flex-direction: column;
      justify-content: center;
      resize: vertical;
      border: 4px solid;
      border-color: rgba(125, 125, 125, 0.4);
      box-shadow: none;
      background: transparent; }
      @media (max-width: 768px) {
        .img-txt .cont .text {
          display: block;
          width: 100%;
          float: none;
          margin: 0; } }
      .img-txt .cont .text .text-block {
        display: block;
        padding: 2em 5em;
        resize: vertical;
        margin: 0;
        width: 100%;
        text-align: center;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        @media (max-width: 996px) {
          .img-txt .cont .text .text-block {
            top: initial;
            left: initial;
            position: relative;
            -webkit-transform: none;
            -moz-transform: none;
            -o-transform: none;
            transform: none; } }
        .img-txt .cont .text .text-block h2 {
          text-transform: uppercase;
          font-weight: 100; }
    .img-txt .cont .text > * {
      vertical-align: middle; }
    .img-txt .cont .img {
      display: flex;
      position: relative;
      float: left;
      width: 50%;
      flex-direction: column;
      justify-content: center;
      resize: vertical; }
      @media (max-width: 768px) {
        .img-txt .cont .img {
          display: block;
          width: 100%;
          float: none;
          margin: 1em 0; } }
      .img-txt .cont .img img {
        width: 100%;
        height: auto;
        display: block;
        padding: 1em;
        resize: vertical;
        overflow: auto;
        margin: 0; }
    .img-txt .cont .img > * {
      vertical-align: middle; }
    .img-txt .cont .half {
      width: 50%; }
      @media (max-width: 768px) {
        .img-txt .cont .half {
          width: 100%; } }
    .img-txt .cont .two_fifth {
      width: 40%; }
      @media (max-width: 768px) {
        .img-txt .cont .two_fifth {
          width: 100%; } }
    .img-txt .cont .third {
      width: 33.3333%; }
      @media (max-width: 768px) {
        .img-txt .cont .third {
          width: 100%; } }
    .img-txt .cont .quarter {
      width: 25%; }
      @media (max-width: 768px) {
        .img-txt .cont .quarter {
          width: 100%; } }
    .img-txt .cont .three_quarter {
      width: 75%; }
      @media (max-width: 768px) {
        .img-txt .cont .three_quarter {
          width: 100%; } }
    .img-txt .cont .two_third {
      width: 66.6666%; }
      @media (max-width: 768px) {
        .img-txt .cont .two_third {
          width: 100%; } }
    .img-txt .cont .three_fifth {
      width: 60%; }
      @media (max-width: 768px) {
        .img-txt .cont .three_fifth {
          width: 100%; } }
  .img-txt .cont > * {
    vertical-align: middle; }
  .img-txt .row-reverse {
    flex-direction: row-reverse; }

.flex-control-nav {
  bottom: 1em;
  z-index: 1; }

#logos_block {
  position: relative;
  margin: 1em auto 8em;
  padding: 0;
  height: 0;
  clear: both;
  width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    #logos_block {
      margin: 2em auto; } }
  @media (max-width: 575px) {
    #logos_block {
      margin: 1em auto; } }
  #logos_block .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #logos_block .container a {
      float: left;
      -webkit-box-flex: 1 0 20%;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 1 0 20%;
      /* OLD - Firefox 19- */
      width: 20%;
      /* For old syntax, otherwise collapses. */
      -webkit-flex: 1 0 20%;
      /* Chrome */
      -ms-flex: 1 0 20%;
      /* IE 10 */
      flex: 1 0 20%;
      flex-direction: row;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-self: auto; }
      @media (max-width: 1200px) {
        #logos_block .container a {
          -webkit-box-flex: 1 0 25%;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-flex: 1 0 25%;
          /* OLD - Firefox 19- */
          width: 25%;
          /* For old syntax, otherwise collapses. */
          -webkit-flex: 1 0 25%;
          /* Chrome */
          -ms-flex: 1 0 25%;
          /* IE 10 */
          flex: 1 0 25%; } }
      @media (max-width: 767px) {
        #logos_block .container a {
          -webkit-box-flex: 1 0 33%;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-flex: 1 0 33%;
          /* OLD - Firefox 19- */
          width: 33%;
          /* For old syntax, otherwise collapses. */
          -webkit-flex: 1 0 33%;
          /* Chrome */
          -ms-flex: 1 0 33%;
          /* IE 10 */
          flex: 1 0 33%; } }
      @media (max-width: 500px) {
        #logos_block .container a {
          -webkit-box-flex: 1 0 50%;
          /* OLD - iOS 6-, Safari 3.1-6 */
          -moz-box-flex: 1 0 50%;
          /* OLD - Firefox 19- */
          width: 50%;
          /* For old syntax, otherwise collapses. */
          -webkit-flex: 1 0 50%;
          /* Chrome */
          -ms-flex: 1 0 50%;
          /* IE 10 */
          flex: 1 0 50%; } }
      #logos_block .container a img {
        width: 100%;
        heaight: auto;
        display: block;
        margin: 0 auto;
        /*-webkit-transition: all 150ms ease-in-out;
                -moz-transition: all 150ms ease-in-out;
                -o-transition: all 150ms ease-in-out;
                transition: all 150ms ease-in-out;*/
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
        padding-bottom: 5%; }
        @media (max-width: 1200px) {
          #logos_block .container a img {
            padding-bottom: 3%; } }
      #logos_block .container a:hover, #logos_block .container a:focus {
        cursor: auto; }
      #logos_block .container a:hover img, #logos_block .container a:focus img {
        /*-webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);*/ }

#logos_carousel {
  display: inline-block;
  margin-top: 0em;
  margin-bottom: 1em;
  width: 100%;
  height: auto; }
  #logos_carousel .container {
    position: relative; }
    #logos_carousel .container .title {
      text-align: center;
      margin: 0; }
    #logos_carousel .container .flexslider {
      width: 100%;
      padding: 0;
      overflow: visible;
      max-width: 500px;
      margin: 0 auto; }
      #logos_carousel .container .flexslider .flex-viewport ul.slides li {
        width: 254px;
        margin-right: 25px;
        float: left;
        display: block; }
        @media (max-width: 1400px) {
          #logos_carousel .container .flexslider .flex-viewport ul.slides li {
            width: 200px;
            margin-right: 25px;
            float: left;
            display: block; } }
        #logos_carousel .container .flexslider .flex-viewport ul.slides li article, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article {
          width: 100%;
          float: left;
          margin: 0em;
          overflow: hidden; }
          @media (max-width: 768px) {
            #logos_carousel .container .flexslider .flex-viewport ul.slides li article, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article {
              width: 100%;
              max-width: 530px;
              margin: 1em auto 3em;
              float: none;
              max-width: none;
              margin: 1em 0; } }
          #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured {
            overflow: hidden;
            margin-bottom: .4em;
            box-shadow: none;
            -webkit-transition: all 100ms ease-in;
            -moz-transition: all 100ms ease-in;
            -o-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
            position: relative;
            display: block;
            float: left;
            width: 100%;
            height: 0;
            padding-bottom: 100%; }
            #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured img, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured img {
              display: block;
              height: auto;
              width: 105%;
              position: absolute;
              z-index: -1;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              left: 50%;
              top: 50%;
              transition: all 150ms ease-in-out;
              -webkit-transition: all 150ms ease-in-out;
              -moz-transition: all 150ms ease-in-out;
              -ms-transition: all 150ms ease-in-out;
              -o-transition: all 150ms ease-in-out; }
            #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured .button-container, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured .button-container {
              position: absolute;
              bottom: 0;
              width: 100%;
              padding: .5rem;
              display: flex;
              flex-wrap: wrap; }
              #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured .button-container a, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured .button-container a {
                position: relative;
                color: black;
                padding: 7px 10px;
                font-weight: bold;
                border: 0px;
                border-radius: 3px;
                margin: 2px; }
              #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured .button-container a:hover, #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured .button-container a:focus, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured .button-container a:hover, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured .button-container a:focus {
                text-decoration: none;
                outline: 0px; }
              #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured .button-container a:first-of-type, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured .button-container a:first-of-type {
                display: none; }
            #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured .call_to_action, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured .call_to_action {
              background: rgba(231, 29, 115, 0.9);
              position: absolute;
              bottom: 0;
              left: 0;
              opacity: 0;
              display: block;
              text-align: center;
              width: 100%;
              height: 100%;
              color: #fff;
              transition: all 100ms ease-in-out;
              -webkit-transition: all 100ms ease-in-out;
              -moz-transition: all 100ms ease-in-out;
              -o-transition: all 100ms ease-in-out; }
              #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured .call_to_action .action, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured .call_to_action .action {
                width: 100%;
                padding: 2em 1em;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
                #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured .call_to_action .action h3, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured .call_to_action .action h3 {
                  font-weight: 600;
                  font-size: 1.4em;
                  line-height: 100%;
                  margin-bottom: .2em; }
                #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured .call_to_action .action a.read_more, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured .call_to_action .action a.read_more {
                  font-weight: bold;
                  text-decoration: none; }
                  #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured .call_to_action .action a.read_more:hover, #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured .call_to_action .action a.read_more:focus, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured .call_to_action .action a.read_more:hover, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured .call_to_action .action a.read_more:focus {
                    text-decoration: none;
                    outline: 0px; }
          #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured:hover, #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured:focus, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured:hover, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured:focus {
            cursor: pointer; }
            #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured:hover .call_to_action, #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured:focus .call_to_action, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured:hover .call_to_action, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured:focus .call_to_action {
              color: #ffffff; }
          #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured a:focus .layer, #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured:hover .layer, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured a:focus .layer, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured:hover .layer {
            background: rgba(163, 102, 53, 0.6);
            transition: all 150ms ease-in-out;
            -webkit-transition: all 150ms ease-in-out;
            -moz-transition: all 150ms ease-in-out;
            -ms-transition: all 150ms ease-in-out;
            -o-transition: all 150ms ease-in-out; }
            @media (max-width: 575px) {
              #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured a:focus .layer, #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured:hover .layer, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured a:focus .layer, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured:hover .layer {
                background: inherit; } }
          #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured a:focus .layer img, #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured:hover .layer img, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured a:focus .layer img, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured:hover .layer img {
            width: 30px;
            height: auto;
            opacity: 1;
            margin-left: 0; }
          #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured a:focus .details, #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured:hover .call_to_action, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured a:focus .details, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured:hover .call_to_action {
            opacity: 1; }
            @media (max-width: 575px) {
              #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured a:focus .details, #logos_carousel .container .flexslider .flex-viewport ul.slides li article .featured:hover .call_to_action, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured a:focus .details, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .featured:hover .call_to_action {
                opacity: 0; } }
          #logos_carousel .container .flexslider .flex-viewport ul.slides li article .details, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .details {
            display: none;
            position: relative;
            clear: both;
            text-align: center;
            width: 100%;
            padding: .5em 0;
            color: #222; }
            #logos_carousel .container .flexslider .flex-viewport ul.slides li article .details h3, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .details h3 {
              font-weight: 100;
              font-size: 1.1em;
              margin-bottom: .2em;
              padding: 0; }
              #logos_carousel .container .flexslider .flex-viewport ul.slides li article .details h3 a, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .details h3 a {
                text-decoration: none; }
              #logos_carousel .container .flexslider .flex-viewport ul.slides li article .details h3 a:hover, #logos_carousel .container .flexslider .flex-viewport ul.slides li article .details h3 a:focus, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .details h3 a:hover, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .details h3 a:focus {
                text-decoration: none;
                outline: 0px; }
            #logos_carousel .container .flexslider .flex-viewport ul.slides li article .details p, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .details p {
              font-size: .9em;
              font-weight: 100;
              color: #222; }
              #logos_carousel .container .flexslider .flex-viewport ul.slides li article .details p span, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .details p span {
                font-weight: 500; }
            @media (max-width: 1084px) {
              #logos_carousel .container .flexslider .flex-viewport ul.slides li article .details, #logos_carousel .container .flexslider .flex-viewport ul.slides li .article .details {
                display: block; } }
    #logos_carousel .container .flex-direction-nav a {
      top: 50%; }

.view_all {
  display: inline-block;
  position: relative;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 1em 0 0; }
  .view_all hr {
    border-top: 1px solid rgba(125, 125, 125, 0.4);
    border-bottom: 0px solid #FFFFFF; }
  .view_all div {
    position: absolute;
    margin-top: 0em;
    padding: 0em 1em;
    background: #fff;
    color: #222222;
    min-width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    .view_all div span {
      color: #222; }
    .view_all div a {
      letter-spacing: 1px;
      color: grey;
      font-weight: 800;
      font-size: .9em; }
      .view_all div a:visited {
        color: #5f5f5f; }
      .view_all div a:hover, .view_all div a:focus {
        color: #999; }
      .view_all div a:active {
        color: grey; }

#map_container, .map_container {
  display: block;
  margin: 0; }
  #map_container .container, .map_container .container {
    text-align: center; }
  #map_container #map, .map_container #map {
    width: 100%;
    height: 50vh;
    height: 400px;
    border: 0; }

.page_title {
  margin: 0;
  padding: 0; }
  .page_title .container {
    padding-top: 4em; }
    .page_title .container h1, .page_title .container h2 {
      font-style: normal;
      color: #e71d73;
      margin-bottom: 20px; }
    @media (max-width: 1028px) {
      .page_title .container h1 {
        font-weight: 600; } }
    @media (max-width: 1028px) {
      .page_title .container h2 {
        font-weight: 200; } }

.home_recent {
  margin-top: -10em;
  margin-bottom: 0em; }

#recent_products .row .column-title {
  padding: 0em; }
  #recent_products .row .column-title h2 {
    display: block;
    float: left; }

#recent_products .row article, #recent_products .row .article {
  width: calc(33.333% - 2rem);
  margin-bottom: 3rem;
  float: left;
  margin: 1rem;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 1px;
  border: .5em solid;
  border-color: #dadada;
  box-shadow: none;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in; }
  @media (max-width: 768px) {
    #recent_products .row article, #recent_products .row .article {
      width: 100%;
      max-width: 530px;
      margin: 1em auto 3em;
      float: none;
      max-width: none;
      margin: 1em 0; } }
  #recent_products .row article .details, #recent_products .row .article .details {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    padding: 2em 1.5em;
    color: #000; }
    #recent_products .row article .details h3, #recent_products .row .article .details h3 {
      text-transform: uppercase;
      font-weight: 100;
      font-size: 1.2em; }
      #recent_products .row article .details h3 a, #recent_products .row .article .details h3 a {
        text-decoration: none; }
      #recent_products .row article .details h3 a:hover, #recent_products .row article .details h3 a:focus, #recent_products .row .article .details h3 a:hover, #recent_products .row .article .details h3 a:focus {
        text-decoration: none;
        outline: 0px; }
    #recent_products .row article .details .read_more, #recent_products .row .article .details .read_more {
      font-size: 1em;
      font-weight: 100;
      text-transform: uppercase; }
    #recent_products .row article .details .read_more:after, #recent_products .row .article .details .read_more:after {
      content: none; }
    #recent_products .row article .details .read_more:hover, #recent_products .row .article .details .read_more:hover {
      text-decoration: none; }
    #recent_products .row article .details .read_more:focus, #recent_products .row .article .details .read_more:focus {
      text-decoration: none;
      outline: 0px; }

#recent_products .row article:hover {
  background: #be6018;
  border-color: #be6018;
  cursor: pointer; }
  #recent_products .row article:hover .details {
    color: #ffffff; }

#recent_products .view_all {
  display: inline-block;
  position: relative;
  clear: both;
  width: 100%;
  pading: 0;
  margin: 1em 0; }
  #recent_products .view_all hr {
    border-top: 1px solid #666666;
    border-bottom: 0px solid #FFFFFF; }
  #recent_products .view_all div {
    position: absolute;
    margin-top: -1em;
    right: 0;
    padding: 0em 1em;
    background: #fff;
    color: #dadada; }
    #recent_products .view_all div span {
      color: #222; }
    #recent_products .view_all div a {
      text-decoration: uppercase;
      letter-spacing: 2px;
      color: #222;
      font-weight: bold; }
    #recent_products .view_all div a:hover, #recent_products .view_all div a:focus {
      text-decoration: none; }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results {
    display: inline-block; } }

html body .wrapper .container .search_results .pagetitle {
  text-align: center; }
  @media (min-width: 1084px) {
    html body .wrapper .container .search_results .pagetitle {
      text-align: left; } }
  @media (max-width: 400px) {
    html body .wrapper .container .search_results .pagetitle {
      text-align: left;
      font-size: 2.1em; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article {
    width: 100% !important;
    margin-bottom: 1rem;
    clear: both;
    display: inline-block;
    padding: 0px;
    overflow: hidden;
    position: relative;
    max-width: none; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .featured {
    position: absolute;
    float: left;
    width: 33%;
    height: 100%;
    padding: 0px;
    border: 0px;
    overflow: hidden; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .featured img {
    display: block;
    height: 100%;
    width: auto; } }

html body .wrapper .container .search_results article .featured a:focus .layer, html body .wrapper .container .search_results article .featured:hover .layer {
  box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out; }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details {
    display: block;
    float: right;
    width: 66%;
    padding: 2em; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .relevancy {
    position: absolute;
    right: 40px;
    bottom: 40px; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .user {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px;
    font-weight: bold; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .user a {
    color: inherit;
    text-decoration: none; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .user:before {
    content: '';
    background: url("http://localhost/Enfield/wp-content/themes/Enfield/assets/img/users.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .centre {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px;
    font-weight: bold;
    margin-bottom: 25px; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .centre a {
    color: inherit;
    text-decoration: none; } }

@media (min-width: 1084px) {
  html body .wrapper .container .search_results article .details .centre:before {
    content: '';
    background: url("http://localhost/Enfield/wp-content/themes/Enfield/assets/img/location.png");
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 25px;
    top: 6px;
    margin-right: 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out; } }

#social-icons {
  margin: 0 auto;
  padding-left: .7em;
  margin-bottom: 1em; }
  #social-icons li {
    vertical-align: top;
    display: inline-block;
    border-radius: 40px;
    overflow: hidden;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.9); }
    #social-icons li .fa {
      padding: 12px;
      width: 35px;
      height: 35px; }
  #social-icons a {
    color: #191923;
    text-decoration: none; }
    #social-icons a .fa {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-51%);
      -moz-transform: translateY(-51%);
      -ms-transform: translateY(-51%);
      transform: translateY(-51%);
      -o-transition: .5s;
      -ms-transition: .5s;
      -moz-transition: .5s;
      -webkit-transition: .5s;
      transition: .5s; }
    #social-icons a .fa:before {
      position: absolute;
      transform: translateX(-50%); }
  #social-icons a:hover .fa-facebook, #social-icons a.focus .fa-facebook {
    background-color: #3d5b99;
    color: #fff; }
  #social-icons a:hover .fa-twitter, #social-icons a.focus .fa-twitter {
    background-color: #00aced;
    color: #fff; }
  #social-icons a:hover .fa-pinterest, #social-icons a.focus .fa-pinterest {
    background-color: #bd071a;
    color: #fff; }
  #social-icons a:hover .fa-instagram, #social-icons a.focus .fa-instagram {
    background-color: #eb8231;
    color: #fff; }
  #social-icons a:hover .fa-youtube, #social-icons a.focus .fa-youtube {
    background-color: #e64a41;
    color: #fff; }
  #social-icons a:hover .fa-linkedin, #social-icons a.focus .fa-linkedin {
    background-color: #0073a4;
    color: #fff; }

.testimonial_slider .container {
  padding-bottom: 0;
  padding-top: 0; }
  .testimonial_slider .container #testslider {
    margin: 0em 0 6em;
    background: transparent;
    padding: 0 10%; }
    .testimonial_slider .container #testslider .slides {
      overflow: visible; }
      .testimonial_slider .container #testslider .slides li {
        padding: 0 10%; }
        .testimonial_slider .container #testslider .slides li article {
          position: relative;
          z-index: 2;
          width: 100%;
          padding-left: 3em;
          padding-right: 3em;
          text-align: center; }
          @media (max-width: 1024px) {
            .testimonial_slider .container #testslider .slides li article {
              padding-left: 1em;
              padding-right: 1em; } }
          @media (max-width: 776px) {
            .testimonial_slider .container #testslider .slides li article {
              padding-left: 0em;
              padding-right: 0em; } }
  .testimonial_slider .container .quote {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0; }
  .testimonial_slider .container .open_quote {
    left: 10%; }
  .testimonial_slider .container .close_quote {
    right: 10%; }

#trio-box, .trio-box {
  display: flex;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em; }
  @media (max-width: 768px) {
    #trio-box, .trio-box {
      display: block; } }
  #trio-box .pre_title, .trio-box .pre_title {
    display: block;
    text-align: center; }
  #trio-box .trio-box-wrapper, .trio-box .trio-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
  #trio-box article, #trio-box .article, .trio-box article, .trio-box .article {
    position: relative;
    width: calc(50% - .5em);
    margin-bottom: 1em;
    float: left;
    margin-right: 1em;
    overflow: hidden;
    border: 0px solid;
    box-shadow: none;
    background: #e71d73; }
    #trio-box article:last-of-type, #trio-box .article:last-of-type, .trio-box article:last-of-type, .trio-box .article:last-of-type {
      margin-right: 0em; }
      @media (max-width: 1084px) {
        #trio-box article:last-of-type, #trio-box .article:last-of-type, .trio-box article:last-of-type, .trio-box .article:last-of-type {
          margin-right: auto; } }
    #trio-box article:nth-of-type(3n + 1), #trio-box .article:nth-of-type(3n + 1), .trio-box article:nth-of-type(3n + 1), .trio-box .article:nth-of-type(3n + 1) {
      clear: both; }
    #trio-box article:nth-of-type(2n), #trio-box .article:nth-of-type(2n), .trio-box article:nth-of-type(2n), .trio-box .article:nth-of-type(2n) {
      margin-right: 0em; }
    @media (max-width: 768px) {
      #trio-box article, #trio-box .article, .trio-box article, .trio-box .article {
        width: 100%;
        max-width: 530px;
        margin: 1em auto 3em;
        float: none;
        max-width: none;
        margin: 1em 0; } }
    #trio-box article .featured, #trio-box .article .featured, .trio-box article .featured, .trio-box .article .featured {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      height: 0;
      padding-bottom: 60%;
      overflow: hidden; }
      #trio-box article .featured img, #trio-box .article .featured img, .trio-box article .featured img, .trio-box .article .featured img {
        display: block;
        height: auto;
        width: 100%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in; }
    #trio-box article .details, #trio-box .article .details, .trio-box article .details, .trio-box .article .details {
      position: relative;
      background: #e71d73;
      display: block;
      float: left;
      width: 100%;
      height: 100vh;
      max-height: 550px;
      padding: 2em 1.5em 2em;
      color: white;
      text-align: left; }
      @media (max-width: 1084px) {
        #trio-box article .details, #trio-box .article .details, .trio-box article .details, .trio-box .article .details {
          max-height: 650px; } }
      @media (max-width: 768px) {
        #trio-box article .details, #trio-box .article .details, .trio-box article .details, .trio-box .article .details {
          max-height: 600px; } }
      #trio-box article .details:before, #trio-box .article .details:before, .trio-box article .details:before, .trio-box .article .details:before {
        content: '';
        opacity: 1;
        position: absolute;
        background: white;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        top: -15px;
        z-index: 2;
        left: calc(2em + 15px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }
      #trio-box article .details:after, #trio-box .article .details:after, .trio-box article .details:after, .trio-box .article .details:after {
        content: '';
        position: absolute;
        background: #e71d73;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        top: -30px;
        z-index: 1;
        left: 2em;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }
      #trio-box article .details h3, #trio-box .article .details h3, .trio-box article .details h3, .trio-box .article .details h3 {
        color: white; }
        #trio-box article .details h3 a, #trio-box .article .details h3 a, .trio-box article .details h3 a, .trio-box .article .details h3 a {
          text-decoration: none; }
          #trio-box article .details h3 a:hover, #trio-box article .details h3 a:focus, #trio-box .article .details h3 a:hover, #trio-box .article .details h3 a:focus, .trio-box article .details h3 a:hover, .trio-box article .details h3 a:focus, .trio-box .article .details h3 a:hover, .trio-box .article .details h3 a:focus {
            text-decoration: none;
            outline: 0px; }
      #trio-box article .details .button_details, #trio-box .article .details .button_details, .trio-box article .details .button_details, .trio-box .article .details .button_details {
        position: absolute;
        bottom: 0;
        display: block;
        float: left;
        width: 100%;
        height: auto;
        padding: 0em 0em 1em;
        color: white;
        text-align: left; }
        #trio-box article .details .button_details .button, #trio-box .article .details .button_details .button, .trio-box article .details .button_details .button, .trio-box .article .details .button_details .button {
          float: left; }

#trio-post {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: scroll !important;
  clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 1em; }
  @media (max-width: 768px) {
    #trio-post {
      display: block; } }
  #trio-post .pre_title {
    display: block;
    text-align: center; }
  #trio-post .trio-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
  #trio-post a.trio-box-block {
    position: relative;
    width: calc(25% - 1.25em);
    margin-bottom: 1em;
    float: left;
    margin-right: 1em;
    overflow: hidden;
    border: 0px solid;
    box-shadow: none;
    background: white; }
    #trio-post a.trio-box-block:hover .featured img, #trio-post a.trio-box-block:focus .featured img {
      width: 110%; }
    #trio-post a.trio-box-block:hover .details:before, #trio-post a.trio-box-block:focus .details:before {
      opacity: 1; }
    #trio-post a.trio-box-block:first-of-type, #trio-post a.trio-box-block:nth-of-type(4n + 1) {
      margin-left: 1em;
      clear: both; }
    @media (max-width: 1300px) {
      #trio-post a.trio-box-block {
        width: calc(33.333% - 1.4em); }
        #trio-post a.trio-box-block:nth-of-type(4n + 1) {
          margin-left: 0em;
          clear: initial; }
        #trio-post a.trio-box-block:first-of-type, #trio-post a.trio-box-block:nth-of-type(3n + 1) {
          margin-left: 1em;
          clear: both; } }
    @media (max-width: 768px) {
      #trio-post a.trio-box-block {
        width: 100%;
        max-width: 530px;
        margin: 1em auto 3em;
        float: none;
        max-width: none;
        margin: 1em 0; } }
    #trio-post a.trio-box-block .featured {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      height: 0;
      padding-bottom: 60%;
      overflow: hidden; }
      #trio-post a.trio-box-block .featured img {
        display: block;
        height: auto;
        width: 100%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in; }
    #trio-post a.trio-box-block .details {
      position: relative;
      background: white;
      border: 1px solid #e71d73;
      display: block;
      float: left;
      width: 100%;
      height: auto;
      min-height: 220px;
      padding: 2em 1.5em 2em;
      color: #5f5f5f;
      text-align: left; }
      #trio-post a.trio-box-block .details:before {
        content: '';
        opacity: 0;
        position: absolute;
        background: #e71d73;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        top: -10px;
        z-index: 2;
        left: calc( 2em + 20px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }
      #trio-post a.trio-box-block .details:after {
        content: '';
        position: absolute;
        background: white;
        border-top: 1px solid #e71d73;
        border-left: 1px solid #e71d73;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        top: -30px;
        z-index: 1;
        left: 2em;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; }
      #trio-post a.trio-box-block .details h3 {
        color: #e71d73; }

.txt-block {
  position: relative;
  margin: 0px;
  padding-bottom: 1em;
  padding-top: 1em; }
  .txt-block .full {
    padding-left: 0%;
    padding-right: 0%; }
  .txt-block .nearly {
    padding-left: 5%;
    padding-right: 5%; }
  .txt-block .three_quarter {
    padding-left: 12.5%;
    padding-right: 12.5%; }
  .txt-block .three-fifth {
    padding-left: 20%;
    padding-right: 20%; }
  .txt-block .left {
    text-align: left; }
  .txt-block .right {
    text-align: right; }
  .txt-block .center {
    text-align: center; }
  .txt-block .justify {
    text-align: justify; }

.text-block {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .text-block {
      text-align: center; } }

.column_title, .column_footnote {
  -webkit-columns: 20px 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 1;
  /* Firefox */
  columns: 20px 1; }
  @media (max-width: 768px) {
    .column_title, .column_footnote {
      text-align: center; } }

.one_col {
  -webkit-columns: 20px 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 1;
  /* Firefox */
  columns: 20px 1; }

.two_col {
  -webkit-columns: 20px 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 2;
  /* Firefox */
  columns: 20px 2; }
  @media (max-width: 768px) {
    .two_col {
      -webkit-columns: 20px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 1;
      /* Firefox */
      columns: 20px 1; } }

.three_col {
  -webkit-columns: 20px 3;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 3;
  /* Firefox */
  columns: 20px 3; }
  @media (max-width: 1024px) {
    .three_col {
      -webkit-columns: 20px 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 2;
      /* Firefox */
      columns: 20px 2; } }
  @media (max-width: 768px) {
    .three_col {
      -webkit-columns: 20px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 1;
      /* Firefox */
      columns: 20px 1; } }

.four_col {
  -webkit-columns: 20px 4;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 4;
  /* Firefox */
  columns: 20px 4; }
  @media (max-width: 768px) {
    .four_col {
      -webkit-columns: 20px 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 2;
      /* Firefox */
      columns: 20px 2; } }

.five_col {
  -webkit-columns: 20px 5;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 5;
  /* Firefox */
  columns: 20px 5; }
  @media (max-width: 1024px) {
    .five_col {
      -webkit-columns: 20px 3;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 3;
      /* Firefox */
      columns: 20px 3; } }
  @media (max-width: 768px) {
    .five_col {
      -webkit-columns: 20px 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 2;
      /* Firefox */
      columns: 20px 2; } }
  @media (max-width: 575px) {
    .five_col {
      -webkit-columns: 20px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 1;
      /* Firefox */
      columns: 20px 1; } }

.six_col {
  -webkit-columns: 20px 6;
  /* Chrome, Safari, Opera */
  -moz-columns: 20px 6;
  /* Firefox */
  columns: 20px 6; }
  @media (max-width: 1024px) {
    .six_col {
      -webkit-columns: 20px 3;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 3;
      /* Firefox */
      columns: 20px 3; } }
  @media (max-width: 768px) {
    .six_col {
      -webkit-columns: 20px 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 2;
      /* Firefox */
      columns: 20px 2; } }
  @media (max-width: 575px) {
    .six_col {
      -webkit-columns: 20px 1;
      /* Chrome, Safari, Opera */
      -moz-columns: 20px 1;
      /* Firefox */
      columns: 20px 1; } }

.no_border_bottom {
  border-bottom: 0px; }

.border_bottom {
  border-bottom: 1px solid #ccc; }

#video_box {
  position: relative;
  z-index: 1;
  margin: 3em auto 4em; }
  #video_box .video_wrapper {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: -6px;
    position: relative; }
    @media (max-width: 768px) {
      #video_box .video_wrapper {
        width: calc(100% + 80px);
        left: -40px;
        margin: 2em auto 1em; } }
    @media (max-width: 400px) {
      #video_box .video_wrapper {
        width: calc(100% + 40px);
        left: -20px;
        margin: 1em auto 2em; } }
    @media (max-width: 320px) {
      #video_box .video_wrapper {
        margin: 1em auto 2em; } }
    #video_box .video_wrapper .video_container {
      position: relative;
      padding-bottom: 73.1%;
      display: block;
      width: 100%;
      margin: 1.5em auto; }
      #video_box .video_wrapper .video_container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0px; }
  #video_box .full {
    padding-left: 0%;
    padding-right: 0%; }
  #video_box .nearly {
    padding-left: 5%;
    padding-right: 5%; }
  #video_box .three_quarter {
    padding-left: 12.5%;
    padding-right: 12.5%; }
  #video_box .three-fifth {
    padding-left: 20%;
    padding-right: 20%; }

/* ANIMATION */
@-webkit-keyframes contactblue {
  0% {
    background-position: 50% 0%; }
  50% {
    background-position: 51% 100%; }
  100% {
    background-position: 50% 0%; } }

@-moz-keyframes contactblue {
  0% {
    background-position: 50% 0%; }
  50% {
    background-position: 51% 100%; }
  100% {
    background-position: 50% 0%; } }

@keyframes contactblue {
  0% {
    background-position: 50% 0%; }
  50% {
    background-position: 51% 100%; }
  100% {
    background-position: 50% 0%; } }

@-webkit-keyframes logoFly {
  0% {
    opacity: 0;
    margin-left: -150px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }

@-moz-keyframes logoFly {
  0% {
    opacity: 0;
    margin-left: -150px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }

@-o-keyframes logoFly {
  0% {
    opacity: 0;
    margin-left: -150px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }

@keyframes logoFly {
  0% {
    opacity: 0;
    margin-left: -150px; }
  100% {
    opacity: 1;
    margin-left: 0px; } }

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

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    top: 800px; }
  100% {
    opacity: 1;
    top: 0px; } }

@-moz-keyframes flyIn {
  0% {
    opacity: 0;
    top: 800px; }
  100% {
    opacity: 1;
    top: 0px; } }

@-o-keyframes flyIn {
  0% {
    opacity: 0;
    top: 800px; }
  100% {
    opacity: 1;
    top: 0px; } }

@keyframes flyIn {
  0% {
    opacity: 0;
    top: 800px; }
  100% {
    opacity: 1;
    top: 0px; } }

@-webkit-keyframes floatIn {
  0% {
    display: none;
    opacity: 0;
    left: 100px; }
  1% {
    display: block;
    opacity: 0;
    left: 100px; }
  100% {
    opacity: 1;
    left: 0px; } }

@-moz-keyframes floatIn {
  0% {
    display: none;
    opacity: 0;
    left: 100px; }
  1% {
    display: block;
    opacity: 0;
    left: 100px; }
  100% {
    opacity: 1;
    left: 0px; } }

@-o-keyframes floatIn {
  0% {
    display: none;
    opacity: 0;
    left: 100px; }
  1% {
    display: block;
    opacity: 0;
    left: 100px; }
  100% {
    opacity: 1;
    left: 0px; } }

@keyframes floatIn {
  0% {
    display: none;
    opacity: 0;
    left: 100px; }
  1% {
    display: block;
    opacity: 0;
    left: 100px; }
  100% {
    opacity: 1;
    left: 0px; } }

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

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

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

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    left: 50%; }
  30% {
    left: 50%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 75%; } }

@-moz-keyframes zoomOut {
  0% {
    opacity: 1;
    left: 50%; }
  30% {
    left: 50%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 75%; } }

@-o-keyframes zoomOut {
  0% {
    opacity: 1;
    left: 50%; }
  30% {
    left: 50%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 75%; } }

@-ms-keyframes zoomOut {
  0% {
    opacity: 1;
    left: 50%; }
  30% {
    left: 50%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 75%; } }

@keyframes zoomOut {
  0% {
    opacity: 1;
    left: 50%; }
  30% {
    left: 50%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0;
    left: 75%; } }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    left: 0%; }
  100% {
    opacity: 1;
    left: 50%; } }

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    left: 0%; }
  100% {
    opacity: 1;
    left: 50%; } }

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    left: 0%; }
  100% {
    opacity: 1;
    left: 50%; } }

@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    left: 0%; }
  100% {
    opacity: 1;
    left: 50%; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    left: 0%; }
  100% {
    opacity: 1;
    left: 50%; } }

@-webkit-keyframes navIn {
  0% {
    display: none;
    opacity: 0;
    height: 0px; }
  1% {
    display: block;
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    min-height: 325px;
    height: 45vh; } }

@-moz-keyframes navIn {
  0% {
    display: none;
    opacity: 0;
    height: 0px; }
  1% {
    display: block;
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    min-height: 325px;
    height: 45vh; } }

@-o-keyframes navIn {
  0% {
    display: none;
    opacity: 0;
    height: 0px; }
  1% {
    display: block;
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    min-height: 325px;
    height: 45vh; } }

@-ms-keyframes navIn {
  0% {
    display: none;
    opacity: 0;
    height: 0px; }
  1% {
    display: block;
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    min-height: 325px;
    height: 45vh; } }

@keyframes navIn {
  0% {
    display: none;
    opacity: 0;
    height: 0px; }
  1% {
    display: block;
    opacity: 0;
    height: 0px; }
  100% {
    opacity: 1;
    min-height: 325px;
    height: 45vh; } }

@-webkit-keyframes fadeInNav {
  0% {
    opacity: 0;
    display: none; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@-moz-keyframes fadeInNav {
  0% {
    opacity: 0;
    display: none; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@-o-keyframes fadeInNav {
  0% {
    opacity: 0;
    display: none; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@-ms-keyframes fadeInNav {
  0% {
    opacity: 0;
    display: none; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@keyframes fadeInNav {
  0% {
    opacity: 0;
    display: none; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    opacity: 1;
    display: block; } }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    color: inherit; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    color: #fff; } }

@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    color: inherit; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    color: #fff; } }

@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    color: inherit; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    color: #fff; } }

@-ms-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    color: inherit; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    color: #fff; } }

@-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
    color: inherit; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1;
    color: #fff; } }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0; } }

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-200px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(10px) rotate(-45deg); }
  80% {
    transform: translateY(-4px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-200px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(10px) rotate(-45deg); }
  80% {
    transform: translateY(-4px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-200px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(10px) rotate(-45deg); }
  80% {
    transform: translateY(-4px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

@-ms-keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-200px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(10px) rotate(-45deg); }
  80% {
    transform: translateY(-4px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-200px) rotate(-45deg); }
  60% {
    opacity: 1;
    transform: translateY(10px) rotate(-45deg); }
  80% {
    transform: translateY(-4px) rotate(-45deg); }
  100% {
    transform: translateY(0) rotate(-45deg); } }

@-webkit-keyframes scrollS {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    transform: translateY(46px); } }

@-moz-keyframes scrollS {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    transform: translateY(46px); } }

@-o-keyframes scrollS {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    transform: translateY(46px); } }

@-ms-keyframes scrollS {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    transform: translateY(46px); } }

@keyframes scrollS {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(46px);
    -moz-transform: translateY(46px);
    transform: translateY(46px); } }
