@charset "UTF-8";
/*! normalize.css v8.0.0 | 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 */
  box-sizing: border-box;
  font-family: sans-serif; }

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

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

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

/**
 * Rem-converter mixin to convert px to rem
 */
/* LINK TRANSITION*/
/*********************
BREAKPOINTS
*********************/
/* GRID */
.container {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

/*-- our cleafix hack -- */
.row:before,
.row:after {
  content: "";
  display: table;
  clear: both; }

[class*='col-'] {
  float: left;
  min-height: 1px;
  width: 16.66%;
  padding: 15px;
  background-color: #FFDCDC; }

.col-1 {
  width: 16.66%; }

.col-2 {
  width: 33.33%; }

.col-3 {
  width: 50%; }

.col-4 {
  width: 66.66%; }

.col-5 {
  width: 83.33%; }

.col-6 {
  width: 100%; }

.btn {
  cursor: pointer;
  background-color: #fff;
  /* Green */
  border: none;
  color: #58595b;
  padding: 11px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: "GothamProMedium", sans-serif;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem; }
  .btn--outlined {
    border: 1px solid #c7c7c7; }
  .btn .open-indicator, .btn .open-indicator:before {
    border-color: #58595b;
    border-width: 1px 1px 0 0;
    display: inline-block;
    transition: all 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
    transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
    width: 9px; }
  .btn .open-indicator {
    position: relative;
    cursor: pointer;
    pointer-events: all;
    opacity: 1;
    height: 11px;
    margin-left: 8px; }
  .btn .open-indicator:before {
    position: absolute;
    top: 0;
    left: 0;
    border-style: solid;
    content: " ";
    height: 9px;
    vertical-align: top;
    transform: rotate(133deg);
    box-sizing: inherit; }
  .btn.btn--active .open-indicator:before {
    transform: rotate(315deg);
    top: 5px; }
  .btn.btn--copy {
    border: 1px solid #c7c7c7;
    padding: 3px 20px;
    text-transform: uppercase; }
  .btn.btn--reset {
    padding-left: 5px;
    padding-right: 5px; }
    @media (min-width: 992px) {
      .btn.btn--reset {
        padding-left: 40px;
        padding-right: 5px; } }
    .btn.btn--reset .btn__icn {
      width: 35px;
      height: 27px;
      position: relative;
      top: 7px; }
      @media (min-width: 576px) {
        .btn.btn--reset .btn__icn {
          position: absolute;
          left: 17px;
          top: 28px; } }
      @media (min-width: 992px) {
        .btn.btn--reset .btn__icn {
          width: 18px;
          height: 18px;
          top: 12px; } }
  .btn.btn--posttoggle {
    display: block;
    background: #ececec;
    color: #5d5d5d;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    font-size: 0.8125rem; }
  .btn--tag {
    border: 1px solid #c7c7c7;
    padding: 2px 10px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 13px;
    font-size: 0.8125rem; }
    .btn--tag:hover, .btn--tag:active {
      border-color: #f17e00; }
  .btn__icn {
    width: 18px;
    height: 18px;
    display: inline-block; }

.reset-icn {
  position: absolute; }
  .reset-icn__path {
    fill: none;
    stroke: #59595B;
    stroke-miterlimit: 10; }

/* font-family: "GothamProRegular"; */
@font-face {
  font-family: "GothamProRegular";
  src: url("../fonts/GothamProRegular/GothamProRegular.eot");
  src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProBold"; */
@font-face {
  font-family: "GothamProBold";
  src: url("../fonts/GothamProBold/GothamProBold.eot");
  src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProBlack"; */
@font-face {
  font-family: "GothamProBlack";
  src: url("../fonts/GothamProBlack/GothamProBlack.eot");
  src: url("../fonts/GothamProBlack/GothamProBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBlack/GothamProBlack.woff") format("woff"), url("../fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProItalic"; */
@font-face {
  font-family: "GothamProItalic";
  src: url("../fonts/GothamProItalic/GothamProItalic.eot");
  src: url("../fonts/GothamProItalic/GothamProItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProItalic/GothamProItalic.woff") format("woff"), url("../fonts/GothamProItalic/GothamProItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProMedium"; */
@font-face {
  font-family: "GothamProMedium";
  src: url("../fonts/GothamProMedium/GothamProMedium.eot");
  src: url("../fonts/GothamProMedium/GothamProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMedium/GothamProMedium.woff") format("woff"), url("../fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProLight"; */
@font-face {
  font-family: "GothamProLight";
  src: url("../fonts/GothamProLight/GothamProLight.eot");
  src: url("../fonts/GothamProLight/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLight/GothamProLight.woff") format("woff"), url("../fonts/GothamProLight/GothamProLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProMediumItalic"; */
@font-face {
  font-family: "GothamProMediumItalic";
  src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot");
  src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMediumItalic/GothamProMediumItalic.woff") format("woff"), url("../fonts/GothamProMediumItalic/GothamProMediumItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProLightItalic"; */
@font-face {
  font-family: "GothamProLightItalic";
  src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot");
  src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLightItalic/GothamProLightItalic.woff") format("woff"), url("../fonts/GothamProLightItalic/GothamProLightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProBoldItalic"; */
@font-face {
  font-family: "GothamProBoldItalic";
  src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot");
  src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBoldItalic/GothamProBoldItalic.woff") format("woff"), url("../fonts/GothamProBoldItalic/GothamProBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "GothamProBlackItalic"; */
@font-face {
  font-family: "GothamProBlackItalic";
  src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot");
  src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBlackItalic/GothamProBlackItalic.woff") format("woff"), url("../fonts/GothamProBlackItalic/GothamProBlackItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

html {
  font-family: "GothamProRegular", sans-serif;
  font-size: 16px;
  color: #5d5d5d; }

*, *:before, *:after {
  font-family: inherit; }

:focus {
  outline: 0; }

.main {
  padding: 0 0 20px 0;
  position: relative; }
  @media (min-width: 992px) {
    .main {
      padding: 50px 0; } }

h1, .h1 {
  font-family: "GothamProBold", sans-serif;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem; }

h2, .h2 {
  font-family: "GothamProBold", sans-serif;
  font-weight: normal;
  font-size: 22px;
  font-size: 1.375rem; }

h3, .h3 {
  font-family: "GothamProBold", sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem; }

h4, .h4 {
  font-family: "GothamProBold", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem; }

h5, .h5 {
  font-family: "GothamProBold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem; }

h6, .h6 {
  font-family: "GothamProBold", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem; }

/*CLEARFIX*/
.group:after, .main:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

* html .group, * html .main {
  zoom: 1; }

/* IE6 */
*:first-child + html .group, *:first-child + html .main {
  zoom: 1; }

/* IE7 */
.icn-close {
  width: 21px;
  height: 21px; }
  .icn-close__path {
    fill: none;
    stroke: #58595B;
    stroke-miterlimit: 10; }

a {
  color: #1c1c1c; }
  a:hover {
    text-decoration: none; }

.is-hidden {
  display: none; }

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

[v-cloak] {
  display: none; }

.v-select.dropdown--flat {
  font-family: "GothamProRegular", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  background: #fff; }
  @media (min-width: 576px) {
    .v-select.dropdown--flat {
      font-size: 27px;
      font-size: 1.6875rem; } }
  @media (min-width: 992px) {
    .v-select.dropdown--flat {
      font-size: 13px;
      font-size: 0.8125rem; } }
  .v-select.dropdown--flat .dropdown-toggle {
    border-radius: 0;
    border: 1px solid #c7c7c7; }
  .v-select.dropdown--flat .clear {
    display: none; }
  .v-select.dropdown--flat .open-indicator:before {
    border-width: 1px 1px 0 0;
    border-color: #58595b; }
  .v-select.dropdown--flat .open-indicator {
    height: 19px;
    bottom: 26px; }
    @media (min-width: 992px) {
      .v-select.dropdown--flat .open-indicator {
        bottom: auto;
        top: 10px; } }
  .v-select.dropdown--flat .open-indicator, .v-select.dropdown--flat .open-indicator:before {
    width: 16px; }
    @media (min-width: 992px) {
      .v-select.dropdown--flat .open-indicator, .v-select.dropdown--flat .open-indicator:before {
        width: 8px; } }
  .v-select.dropdown--flat .open-indicator:before {
    height: 16px; }
    @media (min-width: 992px) {
      .v-select.dropdown--flat .open-indicator:before {
        height: 8px; } }
  .v-select.dropdown--flat.open .open-indicator {
    bottom: 17px; }
    @media (min-width: 992px) {
      .v-select.dropdown--flat.open .open-indicator {
        bottom: auto;
        top: 14px; } }
  .v-select.dropdown--flat span.selected-tag {
    pointer-events: none; }
  .v-select.dropdown--flat span.selected-tag + input[type=search] {
    width: 0 !important; }
  .v-select.dropdown--flat.open input[type=search] {
    width: auto !important; }
  .v-select.dropdown--flat input[type=search], .v-select.dropdown--flat input[type=search]:focus {
    height: 64px; }
    @media (min-width: 992px) {
      .v-select.dropdown--flat input[type=search], .v-select.dropdown--flat input[type=search]:focus {
        height: 30px; } }
  .v-select.dropdown--flat .selected-tag {
    line-height: 55px; }
    @media (min-width: 992px) {
      .v-select.dropdown--flat .selected-tag {
        height: auto;
        line-height: 20px; } }
  .v-select.dropdown--flat.unsearchable input[type="search"] {
    max-width: none;
    opacity: 1; }
  .v-select.dropdown--flat.unsearchable > .dropdown-toggle > .selected-tag + input[type="search"] {
    max-width: 1px; }
  .v-select.dropdown--flat.dropdown--year {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .v-select.dropdown--flat.dropdown--year {
        width: 140px;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .v-select.dropdown--flat.dropdown--year {
        width: 65px; } }
    .v-select.dropdown--flat.dropdown--year .dropdown-menu {
      min-width: 20px !important;
      overflow-y: auto; }
  .v-select.dropdown--flat.dropdown--month {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .v-select.dropdown--flat.dropdown--month {
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .v-select.dropdown--flat.dropdown--month {
        width: 112px; } }
    .v-select.dropdown--flat.dropdown--month .dropdown-menu {
      min-width: 20px !important;
      overflow-y: auto; }

.form__group {
  display: block; }
  @media (min-width: 576px) {
    .form__group {
      display: flex;
      justify-content: space-between; } }
  .form__group--filtersubmit button[type=submit] {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 26px 36px;
    width: 100%; }
    @media (min-width: 576px) {
      .form__group--filtersubmit button[type=submit] {
        font-size: 27px;
        font-size: 1.6875rem; } }
    @media (min-width: 992px) {
      .form__group--filtersubmit button[type=submit] {
        width: 117px;
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 12px 17px; } }
  .form__group--filtersubmit button[type=reset] {
    background: transparent;
    width: 100%;
    padding: 26px 36px;
    font-size: 20px;
    font-size: 1.25rem; }
    @media (min-width: 576px) {
      .form__group--filtersubmit button[type=reset] {
        font-size: 27px;
        font-size: 1.6875rem;
        width: 240px; } }
    @media (min-width: 992px) {
      .form__group--filtersubmit button[type=reset] {
        width: 108px;
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 13px 5px 13px 40px; } }

.form__row {
  margin-bottom: 10px; }
  .form__row--mb2 {
    margin-bottom: 20px; }

.form__errors {
  color: #D8000C;
  border: 1px dashed #D8000C;
  margin-bottom: 20px; }

.form__error {
  padding: 8px 10px;
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 992px) {
    .form__error {
      font-size: 13px;
      font-size: 0.8125rem; } }

.form__label {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 17px 5px; }
  @media (min-width: 576px) {
    .form__label {
      font-size: 27px;
      font-size: 1.6875rem; } }
  @media (min-width: 992px) {
    .form__label {
      padding: 11px 5px;
      font-size: 13px;
      font-size: 0.8125rem; } }
  .form__label--filter {
    width: 100%;
    display: block; }
    @media (min-width: 576px) {
      .form__label--filter {
        width: 50px; } }
    @media (min-width: 992px) {
      .form__label--filter {
        padding: 9px 5px 9px 0;
        width: 20px; } }

.form-control {
  border: 1px solid #c7c7c7;
  padding: 7px 5px;
  width: 100%;
  display: block; }

.form--contact {
  margin-top: 20px; }

.form__row--req {
  margin-bottom: 15px;
  font-size: 12px; }

.form textarea {
  resize: none;
  min-height: 150px; }

.form label {
  display: block;
  margin-bottom: 10px; }

.aside {
  width: 100%;
  float: left;
  padding: 0; }
  @media (min-width: 992px) {
    .aside {
      width: 285px;
      padding-left: 30px;
      padding-right: 30px; } }

.aside-affix {
  width: 100%;
  position: inherit; }
  @media (min-width: 992px) {
    .aside-affix {
      width: 225px; } }

@media (max-width: 991.98px) {
  .vue-affix {
    width: 100%;
    position: inherit !important; } }

.widget {
  padding: 0; }
  @media (min-width: 992px) {
    .widget {
      padding: 20px 0;
      border-bottom: 1px solid #e6e6e6; }
      .widget:nth-child(1) {
        padding-top: 0; } }
  .widget:nth-last-child(1) {
    border-bottom: 0 none; }
  .widget__title {
    color: #a7a7a7;
    display: none; }
    @media (min-width: 992px) {
      .widget__title {
        display: block;
        margin-bottom: 10px; } }
  .widget--categories {
    white-space: nowrap;
    min-width: inherit; }
    .widget--categories .widget__content {
      width: 100%;
      margin: 0;
      padding: 0;
      overflow-x: auto;
      overflow-y: hidden; }
    .widget--categories .widget__list {
      white-space: nowrap;
      min-width: inherit; }
      .widget--categories .widget__list .widget__list__itm {
        display: inline-block;
        position: relative; }
        .widget--categories .widget__list .widget__list__itm .widget__list__lnk {
          font-family: "GothamProMedium", sans-serif;
          padding: 20px 0;
          line-height: 20px;
          text-transform: uppercase;
          -webkit-transition-property: none;
          -moz-transition-property: none;
          -o-transition-property: none;
          transition-property: none;
          font-size: 14px;
          font-size: 0.875rem; }
          @media (min-width: 768px) {
            .widget--categories .widget__list .widget__list__itm .widget__list__lnk {
              transition: color 0.25s ease-out;
              -webkit-transition: color 0.25s ease-out;
              -moz-transition: color 0.25s ease-out;
              -o-transition: color 0.25s ease-out; } }
          .widget--categories .widget__list .widget__list__itm .widget__list__lnk:hover, .widget--categories .widget__list .widget__list__itm .widget__list__lnk:active {
            color: #f17e00; }
        .widget--categories .widget__list .widget__list__itm--current > .widget__list__lnk {
          color: #f17e00;
          position: relative; }
          @media (max-width: 991.98px) {
            .widget--categories .widget__list .widget__list__itm--current > .widget__list__lnk:after {
              content: ' ';
              position: absolute;
              bottom: 15px;
              left: 0;
              width: 100%;
              height: 2px;
              background: #f17e00; } }
      @media (min-width: 992px) {
        .widget--categories .widget__list {
          white-space: normal; }
          .widget--categories .widget__list .widget__list__itm {
            display: block; }
            .widget--categories .widget__list .widget__list__itm .widget__list__lnk {
              display: block;
              padding: 10px 0; } }
  .widget__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget__list__lnk {
      display: inline-block;
      text-decoration: none;
      color: #58595b;
      margin-right: 30px; }
  .widget--filters {
    background: #e9e9e9;
    position: absolute;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 15px; }
    @media (min-width: 576px) {
      .widget--filters {
        padding: 30px 80px; } }
    @media (min-width: 992px) {
      .widget--filters {
        position: relative;
        z-index: 1;
        left: auto;
        top: auto; } }
    .widget--filters .close {
      display: block;
      position: absolute;
      right: 15px;
      top: 30px; }
      @media (min-width: 576px) {
        .widget--filters .close {
          right: 30px;
          top: 30px; } }
      @media (min-width: 992px) {
        .widget--filters .close {
          display: none; } }
    .widget--filters .widget__content {
      max-width: 484px;
      margin: 0 auto; }
    .widget--filters .widget__title {
      max-width: 484px;
      margin: 0 auto;
      display: block;
      text-align: left;
      margin-bottom: 18px;
      font-size: 20px;
      font-size: 1.25rem; }
      @media (min-width: 576px) {
        .widget--filters .widget__title {
          font-size: 34px;
          font-size: 2.125rem;
          margin-bottom: 20px; } }
      @media (min-width: 992px) {
        .widget--filters .widget__title {
          font-size: 16px;
          font-size: 1rem; } }
    @media (min-width: 992px) {
      .widget--filters {
        background: transparent;
        padding: 20px 0; } }
  .widget--footer {
    display: none;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .widget--footer {
        display: block; } }
    .widget--footer .visitors-counter {
      font-size: 24px;
      font-size: 1.5rem;
      margin: 15px 0; }

.widget_media_image {
  display: none; }
  @media (min-width: 992px) {
    .widget_media_image {
      display: block; } }

#aside-widget-carousel {
  display: none;
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  height: 318px; }
  #aside-widget-carousel .widget {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    padding: 0;
    border: 0; }
  #aside-widget-carousel .widget.is-showing {
    opacity: 1;
    z-index: 2; }
  @media (min-width: 992px) {
    #aside-widget-carousel {
      display: block; } }

.icn-user-minimal {
  width: 14px;
  height: 17px;
  display: inline-block; }
  .icn-user-minimal .icn-user-minimal__path {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #c1c1c1; }

.thumb-icn {
  width: 17px;
  height: 16px; }
  .thumb-icn-lnk {
    display: none;
    position: absolute;
    width: 17px;
    height: 16px;
    right: 0;
    top: 50%;
    margin-top: -12px;
    text-decoration: none; }
    @media (min-width: 992px) {
      .thumb-icn-lnk {
        display: block; } }
    .thumb-icn-lnk:hover .thumb-icn__path, .thumb-icn-lnk:active .thumb-icn__path {
      fill: #3b589b; }
  .thumb-icn__path {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #D1D3D4;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none; }
    @media (min-width: 768px) {
      .thumb-icn__path {
        transition: fill 0.25s ease-out;
        -webkit-transition: fill 0.25s ease-out;
        -moz-transition: fill 0.25s ease-out;
        -o-transition: fill 0.25s ease-out; } }

.fb-page-widget-wrp {
  margin-top: 20px; }

.modal-light-theme .modal-vue-wrapper-show, .modal-light-theme .modal-vue-wrapper-show.modal-fade, .modal-light-theme .modal-vue-wrapper-show.modal-scale {
  background-color: rgba(255, 255, 255, 0.3); }

@media (min-width: 992px) {
  .content {
    display: flex; } }

.listing {
  width: 100%;
  float: left; }
  @media (min-width: 992px) {
    .listing {
      padding-left: 30px;
      padding-right: 30px;
      width: 600px; }
      .listing__title {
        margin-top: 0; } }

.post {
  margin-bottom: 50px; }

.post__body {
  line-height: 1.5; }
  .post__body p {
    margin: 1.5em 0; }

.post__thumbnail img {
  max-width: 100%;
  height: auto;
  display: block; }

.post__meta {
  text-align: left;
  margin-bottom: 1.5em; }
  .post__meta__itm {
    margin-right: 20px;
    color: #939598;
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem; }
    .post__meta__itm:nth-last-child(1) {
      margin: 0; }

.post__tags {
  margin-top: 24px;
  font-size: 13px;
  font-size: 0.8125rem; }
  .post__tags__label {
    display: inline-block;
    padding: 2px 10px 2px 0;
    margin-right: 6px;
    margin-bottom: 6px; }

.post__source {
  margin-bottom: 24px; }

.post__content {
  margin-bottom: 24px;
  word-wrap: break-word; }
  .post__content img {
    max-width: 100%;
    height: auto; }

.post__share {
  margin-bottom: 21px; }
  .post__share .share__btn {
    height: 28px;
    float: left;
    margin: 0 10px 6px 0; }

.post_comments {
  margin-bottom: 25px; }

.no-posts {
  text-align: center;
  padding: 20px;
  background: #e9e9e9; }

.eye-icn {
  width: 16px;
  height: 11px; }
  .eye-icn__path {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #808080; }
  .eye-icn__path {
    fill: none;
    stroke: #808080;
    stroke-miterlimit: 10; }

.icn-link {
  width: 28px;
  height: 28px; }
  .icn-link .icn-link__path1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FEFEFE; }
  .icn-link .icn-link__path2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #AEAFB0; }
  .icn-link .icn-link__path3 {
    fill: none;
    stroke: #58595B;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }

blockquote {
  background: #f9f9f9;
  border-left: 4px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’"; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

blockquote p {
  display: inline; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* WordPress Gallery 
------------------------------------------ */
.gallery.gallery-columns-3.gallery-size-thumbnail {
  display: block;
  clear: both;
  float: left; }

.gallery {
  margin-bottom: 1.5em; }

.gallery a {
  float: left;
  display: block;
  width: 100%;
  padding: 10px; }
  @media (min-width: 576px) {
    .gallery a {
      width: 50%; } }
  @media (min-width: 768px) {
    .gallery a {
      width: 33.3%; } }

.gallery img {
  max-width: 100%;
  height: auto;
  display: block;
  float: left; }

/*Preloader*/
.preloader-spin,
.preloader-spin--inverted {
  font-size: 51px;
  margin: 1em auto;
  width: 1em;
  height: 1em;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-animation: a-show-preloader 0.37214s ease;
  animation: a-show-preloader 0.37214s ease;
  -webkit-animation-iteration-count: once;
  animation-iteration-count: once; }

.preloader-spin__petal,
.preloader-spin--inverted__petal {
  position: absolute;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.2777em;
  border-radius: 0;
  background: rgba(170, 171, 170, 0.15);
  -webkit-transform-origin: center -0.2222em;
  transform-origin: center -0.2222em;
  -webkit-animation: a-preloader 1s infinite linear;
  animation: a-preloader 1s infinite linear; }

.preloader-spin__petal:nth-child(1),
.preloader-spin--inverted__petal:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.preloader-spin__petal:nth-child(2),
.preloader-spin--inverted__petal:nth-child(2) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.preloader-spin__petal:nth-child(3),
.preloader-spin--inverted__petal:nth-child(3) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.preloader-spin__petal:nth-child(4),
.preloader-spin--inverted__petal:nth-child(4) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.preloader-spin__petal:nth-child(5),
.preloader-spin--inverted__petal:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.preloader-spin__petal:nth-child(6),
.preloader-spin--inverted__petal:nth-child(6) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.preloader-spin__petal:nth-child(7),
.preloader-spin--inverted__petal:nth-child(7) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.preloader-spin__petal:nth-child(8),
.preloader-spin--inverted__petal:nth-child(8) {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.preloader-spin--inverted .preloader-spin__petal,
.preloader-spin--inverted--inverted .preloader-spin__petal {
  background: rgba(0, 0, 0, 0.15);
  -webkit-animation-name: a-preloader--inverted;
  animation-name: a-preloader--inverted; }

@-webkit-keyframes a-show-preloader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes a-show-preloader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes a-preloader {
  0% {
    background: rgba(170, 171, 170, 0.91); }
  100% {
    background: rgba(170, 171, 170, 0.15); } }

@keyframes a-preloader {
  0% {
    background: rgba(170, 171, 170, 0.91); }
  100% {
    background: rgba(170, 171, 170, 0.15); } }

@-webkit-keyframes a-preloader--inverted {
  0% {
    background: rgba(0, 0, 0, 0.91); }
  100% {
    background: rgba(0, 0, 0, 0.15); } }

@keyframes a-preloader--inverted {
  0% {
    background: rgba(0, 0, 0, 0.91); }
  100% {
    background: rgba(0, 0, 0, 0.15); } }

/*HEADER*/
.site-header {
  height: 100px;
  min-width: 100%;
  background-color: #74a7d7;
  color: #fff;
  padding: 20px 10px;
  position: relative; }
  @media (min-width: 992px) {
    .site-header {
      height: 88px;
      padding: 24px 10px; } }
  .site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 992px) {
      .site-header .container {
        justify-content: flex-start; } }

/* Mobile */
.site-header__block {
  height: 100%; }
  @media (min-width: 992px) {
    .site-header__block--search {
      display: none; } }
  @media (min-width: 992px) {
    .site-header__block--logo {
      margin-left: 30px;
      margin-right: 68px; } }
  @media (min-width: 992px) {
    .site-header__block--filter {
      display: none; } }
  .site-header__block--login {
    margin-left: 35px;
    display: none; }
    @media (min-width: 992px) {
      .site-header__block--login {
        display: block; } }
  .site-header__block--searchbox {
    position: absolute;
    background: #e9e9e9;
    height: 80px;
    width: 100%;
    left: 0;
    bottom: -80px;
    z-index: 2; }
    @media (min-width: 992px) {
      .site-header__block--searchbox {
        position: relative;
        display: block;
        left: auto;
        bottom: auto; } }
    .site-header__block--searchbox .search__btn {
      display: none; }
      @media (min-width: 992px) {
        .site-header__block--searchbox .search__btn {
          display: block;
          background: transparent;
          border: 0 none;
          width: 40px;
          height: 40px;
          text-align: center;
          padding: 12px;
          position: absolute;
          left: 0;
          top: 0; }
          .site-header__block--searchbox .search__btn .search-icn {
            display: inline-block;
            width: 16px;
            height: 16px; } }
    .site-header__block--searchbox input {
      width: 100%;
      background: transparent;
      border: 0 none;
      outline: 0;
      color: #58595b;
      padding: 26px 25px;
      height: 100%;
      font-size: 24px;
      font-size: 1.5rem; }
      @media (min-width: 992px) {
        .site-header__block--searchbox input {
          font-size: 15px;
          font-size: 0.9375rem;
          color: #fff;
          height: 100%;
          padding: 10px 20px 10px 40px; }
          .site-header__block--searchbox input::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff;
            opacity: 1; }
          .site-header__block--searchbox input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #fff;
            opacity: 1; }
          .site-header__block--searchbox input::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #fff;
            opacity: 1; } }
    @media (min-width: 992px) {
      .site-header__block--searchbox {
        width: 100%;
        height: 40px;
        max-width: 695px;
        background: #5a85ad; } }

.user-icn {
  width: 30px;
  height: 30px; }
  .user-icn .user-icn__path0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FFFFFF; }
  .user-icn .user-icn__path1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #BBD9F2; }

.logo-icn {
  display: block;
  width: 130px;
  height: 57px; }
  @media (min-width: 992px) {
    .logo-icn {
      width: 93px;
      height: 40px; } }

.logo-icn__path {
  fill: #fff; }

.site-header__logo-lnk,
.site-header__search-icn-lnk,
.site-header__filter-icn-lnk {
  display: block; }

.search-icn {
  display: block;
  width: 32px;
  height: 32px; }

.search-icn .search-icn__path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.filter-icn {
  display: block;
  width: 32px;
  height: 32px; }

.filter-icn__path {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

/*END HEADER*/
.tooltip {
  display: block !important;
  z-index: 10000; }
  .tooltip .tooltip-inner {
    background: black;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px; }
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: black;
    z-index: 1; }
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px; }
    .tooltip[x-placement^="top"] .tooltip-arrow {
      border-width: 5px 5px 0 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      bottom: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px; }
    .tooltip[x-placement^="bottom"] .tooltip-arrow {
      border-width: 0 5px 5px 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-top-color: transparent !important;
      top: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="right"] {
    margin-left: 5px; }
    .tooltip[x-placement^="right"] .tooltip-arrow {
      border-width: 5px 5px 5px 0;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      border-bottom-color: transparent !important;
      left: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip[x-placement^="left"] {
    margin-right: 5px; }
    .tooltip[x-placement^="left"] .tooltip-arrow {
      border-width: 5px 0 5px 5px;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      right: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
    .tooltip.popover .popover-inner input {
      padding: 5px;
      border: 1px solid #c7c7c7;
      min-width: 250px;
      font-size: 13px;
      font-size: 0.8125rem; }
  .tooltip.popover .popover-arrow {
    border-color: #f9f9f9; }
  .tooltip.popover .popover-close {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    float: right;
    margin: 6px 0px 0px 6px; }
    .tooltip.popover .popover-close .icn-close {
      width: 15px;
      height: 15px; }
  .tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s; }
  .tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s; }

.error404 {
  background: url(../img/404.jpeg) center top no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh; }
  .error404 .site-header__block--login,
  .error404 .site-header__block--searchbox,
  .error404 .site-header__block--filter,
  .error404 .site-header__block--search {
    display: none; }
  .error404 .site-header {
    background: transparent; }
  .error404 .msg404 {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 365px;
    color: #fff;
    margin: 0 auto;
    line-height: 1.5; }
    .error404 .msg404__title {
      margin-bottom: 20px;
      color: #79603f;
      font-size: 72px;
      font-size: 4.5rem;
      font-family: "GothamProBlack", sans-serif; }
    .error404 .msg404__subtitle {
      font-size: 30px;
      font-size: 1.875rem;
      margin-bottom: 20px;
      font-family: "GothamProBold", sans-serif; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft .4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease; }
  .baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

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

.baguetteBox-double-bounce2 {
  animation-delay: -1s; }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
