@charset "UTF-8";
/*@import "bootstrap";*/
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

html {
  word-break: normal; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

/*@import "vendor/normalize/_ew4_normalize_overrides";*/
/*
Zemiau pateiktos spalvos priklauso $m2
$m2
#127ac0
#1178c3
*/
/*quaternary*/
/*quinary*/
html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }
body {
  background: #fff; }

body, p, td, div {
  font-family: "Open Sans", Arial, sans-serif;
  color: #202020;
  font-size: 14px;
  line-height: 1.35; }
  @media screen and (min-width: 480) {
    body, p, td, div {
      font-size: 14px;
      line-height: 1.35; } }
  @media screen and (min-width: 768px) {
    body, p, td, div {
      font-size: 14px;
      line-height: 1.35; } }
  @media screen and (min-width: 992px) {
    body, p, td, div {
      font-size: 15px;
      line-height: 1.35; } }
  @media screen and (min-width: 1600px) {
    body, p, td, div {
      font-size: 15px;
      line-height: 1.35; } }

p {
  margin: 15px 0; }

a {
  color: #001C8A;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

strong {
  font-weight: 700; }

i {
  font-style: italic; }

h1, .h1 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    h1, .h1 {
      font-size: 53px;
      line-height: 1.1; } }
  @media screen and (min-width: 1600px) {
    h1, .h1 {
      font-size: 53px;
      line-height: 1.1; } }

h2, .h2 {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    h2, .h2 {
      font-size: 34px;
      line-height: 1.2; } }

h3, .h3 {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 400; }
  @media screen and (min-width: 992px) {
    h3, .h3 {
      font-size: 23px;
      line-height: 1.3; } }

h4, .h4 {
  font-size: 18px;
  line-height: 1.79;
  font-weight: 400; }
  @media screen and (min-width: 480) {
    h4, .h4 {
      font-size: 18px;
      line-height: 1.79; } }
  @media screen and (min-width: 768px) {
    h4, .h4 {
      font-size: 18px;
      line-height: 1.79; } }
  @media screen and (min-width: 992px) {
    h4, .h4 {
      font-size: 18px;
      line-height: 1.79; } }
  @media screen and (min-width: 1600px) {
    h4, .h4 {
      font-size: 18px;
      line-height: 1.79; } }

h5, .h5 {
  font-size: 15px;
  line-height: 1.79;
  font-weight: 400; }
  @media screen and (min-width: 480) {
    h5, .h5 {
      font-size: 15px;
      line-height: 1.79; } }
  @media screen and (min-width: 768px) {
    h5, .h5 {
      font-size: 15px;
      line-height: 1.79; } }
  @media screen and (min-width: 992px) {
    h5, .h5 {
      font-size: 15px;
      line-height: 1.79; } }
  @media screen and (min-width: 1600px) {
    h5, .h5 {
      font-size: 15px;
      line-height: 1.79; } }

h6, .h6 {
  font-size: 14px;
  line-height: 1.79;
  font-weight: 400; }
  @media screen and (min-width: 480) {
    h6, .h6 {
      font-size: 14px;
      line-height: 1.79; } }
  @media screen and (min-width: 768px) {
    h6, .h6 {
      font-size: 14px;
      line-height: 1.79; } }
  @media screen and (min-width: 992px) {
    h6, .h6 {
      font-size: 14px;
      line-height: 1.79; } }
  @media screen and (min-width: 1600px) {
    h6, .h6 {
      font-size: 14px;
      line-height: 1.79; } }

h1, h2, h3, .h1, .h2, .h3 {
  margin: 20px 0; }
  @media only screen and (min-width: 1024px) {
    h1, h2, h3, .h1, .h2, .h3 {
      margin: 20px 0; } }

h4, h5, h6, .h4, .h5, .h6 {
  margin: 15px 0; }
  @media only screen and (min-width: 1024px) {
    h4, h5, h6, .h4, .h5, .h6 {
      margin: 10px 0; } }

ul, li {
  margin: 0;
  padding: 0;
  margin: 0;
  list-style-type: none; }

ul:not(.menu-list):not(.slick-dots):not(.select2-results__options) li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
  font-size: 10px;
  margin-right: 4px;
  color: #146A4A;
  display: inline-block; }

ol {
  margin: 3px 0px 20px 0px;
  padding-left: 18px; }
  ol li {
    overflow: visible;
    list-style-type: decimal; }

ul li {
  padding: 0;
  /*@include bg('bullet.png', 0 9px);*/ }

ul.checkmark-list li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e929";
  font-size: 10px;
  margin-right: 4px;
  color: #146A4A;
  display: inline-block; }

hr {
  border: 0;
  height: 1px;
  background: #146A4A; }

mark {
  background: #146A4A;
  padding: 0 5px;
  color: #fff; }

pre {
  font-family: monospace;
  margin: 0px;
  padding: 12px;
  border: 1px solid #999;
  background-color: #92ebca; }

iframe {
  border: 0; }

table {
  empty-cells: show;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border-spacing: 0; }
  table th, table td {
    padding: 10px 12px;
    border: 0px;
    text-align: left;
    border: 1px solid #E4E4E4; }
    @media only screen and (min-width: 1024px) {
      table th, table td {
        padding: 17px 20px; } }
  table tr.lenteles_antraste td, table td.lenteles_antraste, table thead td, table th {
    font-weight: bold;
    padding: 12px 12px;
    background: #f6f4ed; }
    @media only screen and (min-width: 1024px) {
      table tr.lenteles_antraste td, table td.lenteles_antraste, table thead td, table th {
        padding: 17px 20px; } }

table:not([border]),
table[border="0"] {
  border: 0 none; }

table[border="1"] td {
  border-width: 1px; }

table[border="2"] td {
  border-width: 2px; }

table[border="3"] td {
  border-width: 3px; }

table[border="4"] td {
  border-width: 4px; }

table[border="5"] td {
  border-width: 5px; }

form {
  margin: 0;
  padding: 0; }

input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
  background-color: transparent;
  color: #000;
  width: 100%;
  max-width: 260px;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #c1c1c1;
  outline: none;
  -webkit-appearance: none;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  @media only screen and (min-width: 1024px) {
    input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
      height: 40px; } }
  input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, textarea:focus {
    color: rgba(32, 32, 32, 0.69); }

input::placeholder {
  color: #202020 !important; }

input[readonly]:not(.datepicker) {
  border-color: #ddd;
  cursor: not-allowed; }

button:not(.slick-arrow):not(.pika-button), input[type=submit], input[type=button], input[type=reset], a.mygtukas, span.mygtukas a {
  height: 45px;
  margin: 0;
  padding: 0 10px;
  background: #146A4A;
  border: none;
  line-height: 43px;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  @media only screen and (min-width: 1024px) {
    button:not(.slick-arrow):not(.pika-button), input[type=submit], input[type=button], input[type=reset], a.mygtukas, span.mygtukas a {
      height: 45px;
      line-height: 43px;
      padding: 0 20px;
      font-size: 15px; } }
  button:not(.slick-arrow):not(.pika-button):hover, button:not(.slick-arrow):not(.pika-button):focus, input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, a.mygtukas:hover, a.mygtukas:focus, span.mygtukas a:hover, span.mygtukas a:focus {
    background-image: linear-gradient(#57AC8D, #57AC8D); }
  button:not(.slick-arrow):not(.pika-button).gradient, input[type=submit].gradient, input[type=button].gradient, input[type=reset].gradient, a.mygtukas.gradient, span.mygtukas a.gradient {
    background-image: linear-gradient(to right, #1d8a62 0%, #146a4a 100%); }
  button:not(.slick-arrow):not(.pika-button).btn-small, input[type=submit].btn-small, input[type=button].btn-small, input[type=reset].btn-small, a.mygtukas.btn-small, span.mygtukas a.btn-small {
    line-height: 36px;
    height: 38px; }
    @media only screen and (min-width: 1024px) {
      button:not(.slick-arrow):not(.pika-button).btn-small, input[type=submit].btn-small, input[type=button].btn-small, input[type=reset].btn-small, a.mygtukas.btn-small, span.mygtukas a.btn-small {
        height: 38px;
        line-height: 36px; } }
  button:not(.slick-arrow):not(.pika-button).btn-calendar-tabs, input[type=submit].btn-calendar-tabs, input[type=button].btn-calendar-tabs, input[type=reset].btn-calendar-tabs, a.mygtukas.btn-calendar-tabs, span.mygtukas a.btn-calendar-tabs {
    font-weight: 600;
    margin: 0; }
    button:not(.slick-arrow):not(.pika-button).btn-calendar-tabs.disabled, input[type=submit].btn-calendar-tabs.disabled, input[type=button].btn-calendar-tabs.disabled, input[type=reset].btn-calendar-tabs.disabled, a.mygtukas.btn-calendar-tabs.disabled, span.mygtukas a.btn-calendar-tabs.disabled {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border: 1px solid #146A4A;
      border-bottom: 1px solid #fff;
      background: transparent;
      color: #146A4A; }
    button:not(.slick-arrow):not(.pika-button).btn-calendar-tabs.active, input[type=submit].btn-calendar-tabs.active, input[type=button].btn-calendar-tabs.active, input[type=reset].btn-calendar-tabs.active, a.mygtukas.btn-calendar-tabs.active, span.mygtukas a.btn-calendar-tabs.active {
      border: 0;
      border-radius: 0;
      border-bottom: 1px solid #146A4A;
      background: transparent;
      color: #202020; }
    button:not(.slick-arrow):not(.pika-button).btn-calendar-tabs:hover, button:not(.slick-arrow):not(.pika-button).btn-calendar-tabs:focus, input[type=submit].btn-calendar-tabs:hover, input[type=submit].btn-calendar-tabs:focus, input[type=button].btn-calendar-tabs:hover, input[type=button].btn-calendar-tabs:focus, input[type=reset].btn-calendar-tabs:hover, input[type=reset].btn-calendar-tabs:focus, a.mygtukas.btn-calendar-tabs:hover, a.mygtukas.btn-calendar-tabs:focus, span.mygtukas a.btn-calendar-tabs:hover, span.mygtukas a.btn-calendar-tabs:focus {
      background-color: inherit;
      box-shadow: unset; }
  button:not(.slick-arrow):not(.pika-button).btn-transparent, input[type=submit].btn-transparent, input[type=button].btn-transparent, input[type=reset].btn-transparent, a.mygtukas.btn-transparent, span.mygtukas a.btn-transparent {
    background: #fff;
    border: 1px solid #146A4A;
    color: #146A4A; }
    @media only screen and (min-width: 1024px) {
      button:not(.slick-arrow):not(.pika-button).btn-transparent, input[type=submit].btn-transparent, input[type=button].btn-transparent, input[type=reset].btn-transparent, a.mygtukas.btn-transparent, span.mygtukas a.btn-transparent {
        height: 45px;
        line-height: 43px;
        padding: 0 20px; } }
    button:not(.slick-arrow):not(.pika-button).btn-transparent:hover, input[type=submit].btn-transparent:hover, input[type=button].btn-transparent:hover, input[type=reset].btn-transparent:hover, a.mygtukas.btn-transparent:hover, span.mygtukas a.btn-transparent:hover {
      background: #57AC8D;
      border: 1px solid #57AC8D;
      color: #fff; }
  button:not(.slick-arrow):not(.pika-button).btn-text, input[type=submit].btn-text, input[type=button].btn-text, input[type=reset].btn-text, a.mygtukas.btn-text, span.mygtukas a.btn-text {
    background: transparent;
    border: none;
    color: #202020;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 0; }
    @media only screen and (min-width: 1024px) {
      button:not(.slick-arrow):not(.pika-button).btn-text, input[type=submit].btn-text, input[type=button].btn-text, input[type=reset].btn-text, a.mygtukas.btn-text, span.mygtukas a.btn-text {
        height: 45px;
        line-height: 43px; } }
    button:not(.slick-arrow):not(.pika-button).btn-text:hover, input[type=submit].btn-text:hover, input[type=button].btn-text:hover, input[type=reset].btn-text:hover, a.mygtukas.btn-text:hover, span.mygtukas a.btn-text:hover {
      background: none;
      border: none;
      color: #202020;
      text-decoration: underline; }
    button:not(.slick-arrow):not(.pika-button).btn-text:after, input[type=submit].btn-text:after, input[type=button].btn-text:after, input[type=reset].btn-text:after, a.mygtukas.btn-text:after, span.mygtukas a.btn-text:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e921";
      color: #146A4A;
      margin-left: 12px;
      margin-top: -4px;
      text-decoration: none; }

input[disabled], button[disabled] {
  background-color: #ddd;
  cursor: not-allowed;
  color: #202020;
  border: 0; }
  input[disabled]:hover, input[disabled]:focus, button[disabled]:hover, button[disabled]:focus {
    background-color: #ccc;
    color: #202020;
    border: 0; }

textarea {
  display: block;
  resize: vertical;
  width: 100%;
  max-width: 600px;
  min-height: 150px;
  max-height: 450px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: none;
  -webkit-transition: 150ms border ease-in-out;
  -moz-transition: 150ms border ease-in-out;
  -o-transition: 150ms border ease-in-out;
  -ms-transition: 150ms border ease-in-out;
  transition: 150ms border ease-in-out; }

select {
  outline: none; }

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: inherit;
  margin-top: 3px;
  height: auto;
  line-height: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

input[type=radio] {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: inherit;
  background: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

/*.slick-dots {
	.slick-active {
		background: #333!important;
	}
	
	button {
		background: transparent !important;
		padding: 0 !important;
		height: 8px !important;
		width: 8px !important;
		border: 1px solid #333 !important;
		border-radius: 50% !important;
		-webkit-border-radius: 50%;
	}
}*/
li > p {
  margin: 0;
  padding: 0; }

table td p:first-of-type {
  margin-top: 0; }

table td p:last-of-type {
  margin-bottom: 0; }

.paveiksliukas_prie_teksto_kaireje {
  float: left;
  margin: 0 10px 8px 0; }
  @media only screen and (min-width: 1024px) {
    .paveiksliukas_prie_teksto_kaireje {
      margin: 0 20px 15px 0; } }
  @media only screen and (max-width: 500px) {
    .paveiksliukas_prie_teksto_kaireje {
      float: none;
      display: block; } }

.paveiksliukas_prie_teksto_desineje {
  float: right;
  margin: 0 0px 8px 10px; }
  @media only screen and (min-width: 1024px) {
    .paveiksliukas_prie_teksto_desineje {
      margin: 0 0px 15px 20px; } }
  @media only screen and (max-width: 500px) {
    .paveiksliukas_prie_teksto_desineje {
      float: none;
      display: block; } }

a.mygtukas, span.mygtukas a {
  display: inline-block;
  text-decoration: none; }

table.lentele_minimali {
  border: 1px solid #c1c1c1;
  background: none;
  padding: 0px;
  color: #202020;
  width: auto; }
  table.lentele_minimali td, table.lentele_minimali th {
    background: transparent !important;
    padding: 10px 18px;
    border: 1px solid #c1c1c1; }

.didesnis_tekstas {
  font-size: 1.4em; }

ul.buletavimas_prie_paveikslelio {
  overflow: hidden; }

.uppercase {
  text-transform: uppercase; }

p.clear {
  clear: both; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block;
  border-radius: 7px; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--group {
  padding: 0; }
.select2-container--default .select2-results__option--disabled {
  color: #999; }
.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #c1c1c1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #c1c1c1;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #c1c1c1;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option--group {
  padding: 0; }
.select2-container--classic .select2-results__option--disabled {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2 {
  width: 100% !important;
  max-width: 260px;
  outline: none; }

.select2-container--default {
  outline: none; }
  .select2-container--default .select2-selection--single {
    outline: none;
    height: 38px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px; }
    @media only screen and (min-width: 1024px) {
      .select2-container--default .select2-selection--single {
        height: 40px; } }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #202020;
      padding-right: 10px;
      padding-left: 10px;
      line-height: 36px; }
      @media only screen and (min-width: 1024px) {
        .select2-container--default .select2-selection--single .select2-selection__rendered {
          padding-right: 40px; } }
      @media only screen and (min-width: 1024px) {
        .select2-container--default .select2-selection--single .select2-selection__rendered {
          line-height: 38px; } }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      background-color: none;
      border: none;
      height: 38px;
      width: 38px;
      top: 1px;
      right: 1px; }
      @media only screen and (min-width: 1024px) {
        .select2-container--default .select2-selection--single .select2-selection__arrow {
          height: 38px;
          width: 38px; } }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: 0;
        font-size: 12px;
        width: 100%;
        height: 100%;
        line-height: 38px;
        display: inline-block;
        text-align: center;
        margin: 0;
        left: 0;
        top: 0;
        color: #146A4A; }
        .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
          /*@include rotate(90deg);*/
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          vertical-align: middle;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out;
          -ms-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out;
          content: "\e901"; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 0;
    margin: 0; }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
      /*@include rotate(-90deg);*/ }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #202020; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
  opacity: 0.6;
  cursor: not-allowed; }

.select2-dropdown {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-color: #c1c1c1;
  border-width: 1px; }

.select2-container--default .select2-results__option {
  background: none;
  padding-left: 10px;
  line-height: 1.3; }
  .select2-container--default .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    font-weight: 700; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ddd;
  color: #202020; }

select.select2 {
  height: 0 !important;
  position: absolute;
  opacity: 0; }

.select2.select2-container + .fake_select {
  display: none; }

.fake_select {
  max-width: 260px;
  height: 40px;
  border: 1px solid #c1c1c1;
  border-radius: 0px;
  background-color: #fff; }

.select2_basic {
  height: 0 !important;
  position: absolute;
  opacity: 0; }

select.select2 {
  height: 0 !important;
  position: absolute;
  opacity: 0; }

.select2.select2-container + .fake_select {
  display: none; }

.fake_select {
  width: 100%;
  max-width: 260px;
  height: 40px;
  background: #fff;
  border: 1px solid #c1c1c1; }
  @media only screen and (min-width: 1200px) {
    .fake_select {
      height: 40px; } }

.select2_basic {
  height: 0 !important;
  position: absolute;
  opacity: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: url("../img/reused/loading32.gif"); }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slickcarousel/slick.eot");
  src: url("../fonts/slickcarousel/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slickcarousel/slick.woff") format("woff"), url("../fonts/slickcarousel/slick.ttf") format("truetype"), url("../fonts/slickcarousel/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background: none;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-prev, .slick-next {
  top: auto;
  bottom: -82px;
  left: auto;
  height: 46px;
  width: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
  .slick-prev:before, .slick-next:before {
    display: none; }

.slick-prev {
  right: 52px;
  background-image: url("../img/slick-arrow-left.png"); }

.slick-next {
  right: -2px;
  background-image: url("../img/slick-arrow-right.png"); }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

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

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

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

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

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

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
.fancybox-infobar {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.1em; }

.fancybox-button, button.fancybox-button, .fancybox-navigation a.fancybox-button {
  width: 50px;
  height: 50px;
  background: transparent;
  min-width: none;
  color: #fff; }
  .fancybox-button:after, .fancybox-button:before, button.fancybox-button:after, button.fancybox-button:before, .fancybox-navigation a.fancybox-button:after, .fancybox-navigation a.fancybox-button:before {
    display: none; }
  @media only screen and (min-width: 1300px) {
    .fancybox-button, button.fancybox-button, .fancybox-navigation a.fancybox-button {
      width: 60px;
      height: 60px; } }
  .fancybox-button:hover, .fancybox-button:focus, .fancybox-button:active, button.fancybox-button:hover, button.fancybox-button:focus, button.fancybox-button:active, .fancybox-navigation a.fancybox-button:hover, .fancybox-navigation a.fancybox-button:focus, .fancybox-navigation a.fancybox-button:active {
    background: transparent;
    opacity: 0.7; }

.fancybox-close-small {
  color: #000; }
  .fancybox-close-small:after, .fancybox-close-small:before {
    display: none; }
  .fancybox-close-small:hover, .fancybox-close-small:focus, .fancybox-close-small:active {
    background: transparent;
    opacity: 0.5; }

.fancybox-bg {
  background: #000; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.85; }

.fancybox-caption__body {
  color: #fff; }

.fancybox-button--arrow_left svg, .fancybox-button--arrow_right svg {
  color: #fff; }

.fancybox-button--arrow_left[disabled] svg, .fancybox-button--arrow_right[disabled] svg {
  color: gray;
  cursor: not-allowed; }

.fancybox-toolbar button, .fancybox-navigation button {
  background-image: unset !important;
  background: transparent !important;
  padding: 0 10px !important; }

/*! lightgallery - v1.2.6 - 2015-10-29
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("../../../libs/lightgallery/fonts/lg.eot?n1z373");
  src: url("../../../libs/lightgallery/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../../libs/lightgallery/fonts/lg.woff?n1z373") format("woff"), url("../../../libs/lightgallery/fonts/lg.ttf?n1z373") format("truetype"), url("../../../libs/lightgallery/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../../../libs/lightgallery/img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../../../libs/lightgallery/img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../../../libs/lightgallery/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../../../libs/lightgallery/img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../../../libs/lightgallery/img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../img/reused/loading32.gif) no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  will-change: transform, opacity; }

.lg-css3.lg-use-left .lg-item {
  will-change: left, opacity; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.95); }

.lg-outer {
  background-color: transparent; }
  .lg-outer .lg-thumb.group {
    margin-left: auto;
    margin-right: auto; }
  .lg-outer .lg-thumb-outer {
    background: rgba(0, 0, 0, 0.1); }
  .lg-outer .lg-thumb-item {
    border: none;
    border-radius: 0;
    opacity: 0.5;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
      opacity: 1; }
  .lg-outer .lg-img-wrap, .lg-outer .lg-item {
    padding: 0; }
  .lg-outer img.lg-image {
    padding: 0 10px 93px 10px; }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 10px;
    bottom: 93px; }
  .lg-outer .lg-toogle-thumb {
    background-color: rgba(0, 0, 0, 0.7);
    left: 10px;
    top: -40px; }

.photo_title {
  line-height: 1.2;
  color: #fafafa; }
  @media only screen and (max-width: 800px) {
    .photo_title {
      display: none; } }

.lg-toolbar {
  left: auto;
  right: 0;
  width: auto; }
  .lg-toolbar .lg-close {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #146A4A;
    text-align: center; }
    .lg-toolbar .lg-close:after {
      display: inline-block;
      vertical-align: -4px;
      content: "\e917"; }
  .lg-toolbar #lg-counter {
    padding-top: 8px;
    font-size: 19px;
    color: #5e6164;
    font-weight: 900;
    float: left;
    display: inline-block; }
  .lg-toolbar .lg-icon {
    width: 40px; }

@media only screen and (max-width: 800px) {
  .lg-actions {
    display: none; } }
.lg-actions .lg-next:before, .lg-actions .lg-prev:before, .lg-actions .lg-prev:after {
  content: ""; }
.lg-actions .lg-icon.lg-next, .lg-actions .lg-icon.lg-prev {
  border-radius: 0;
  margin-top: -50px;
  width: 50px;
  height: 50px;
  background-color: #146A4A;
  text-align: center;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .lg-actions .lg-icon.lg-next:after, .lg-actions .lg-icon.lg-prev:after {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    vertical-align: -5px;
    content: "\e916"; }
  .lg-actions .lg-icon.lg-next:hover, .lg-actions .lg-icon.lg-prev:hover {
    background-color: #202020; }
.lg-actions .lg-prev:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
  background-color: transparent; }

.album_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5555;
  width: auto;
  background-color: transparent;
  right: auto; }
  @media only screen and (max-width: 800px) {
    .album_title {
      display: none; } }
  .album_title .album_title_text {
    display: inline-block;
    padding: 10px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3); }

.youtubegallery_popup .lg-toolbar {
  background: none; }
  .youtubegallery_popup .lg-toolbar .lg-close {
    margin: 10px 10px 0 0; }
.youtubegallery_popup .lg-sub-html {
  padding-bottom: 15px; }

.gallery_share {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
  display: inline-block;
  margin: 0 0 0 15px; }
  .gallery_share .share_icon {
    width: 100%;
    height: 100%;
    background-image: url("../img/reused/gallery_share.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    cursor: pointer; }
    .gallery_share .share_icon:hover, .gallery_share .share_icon:focus, .gallery_share .share_icon.active {
      opacity: 1; }
  .gallery_share .share_drop {
    display: none;
    position: absolute;
    width: 40px;
    height: auto;
    margin-left: 5px;
    top: 100%; }
    .gallery_share .share_drop > div {
      width: 40px;
      height: 36px;
      opacity: 0.6;
      cursor: pointer; }
      .gallery_share .share_drop > div:hover, .gallery_share .share_drop > div:focus, .gallery_share .share_drop > div.active {
        opacity: 1; }
    .gallery_share .share_drop .share_fb {
      background-image: url("../img/reused/gallery_fb.png");
      background-position: center;
      background-repeat: no-repeat; }
    .gallery_share .share_drop .share_gplus {
      background-image: url("../img/reused/gallery_gplus.png");
      background-position: center;
      background-repeat: no-repeat; }

.mm-panel, html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -moz-transition: -moz-transform .4s ease;
  -o-transition: -o-transform .4s ease; }

.mm-indexer, .mm-menu, .mm-menu > .mm-panel, .mm-navbar .mm-btn, .mm-page, .mm-search, .mm-search input {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-arrow:after, .mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0;
  position: absolute; }

.mm-divider > span, .mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title, .mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap; }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-navbar, .mm-navbar .mm-btn {
  position: absolute;
  height: 40px; }

.mm-menu, .mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-slideout, html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease; }

.mm-fixeddivider, .mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.mm-panel.mm-opened {
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu > .mm-panel:after, .mm-menu > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-navbar > *, .mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  padding: 0 40px;
  margin: 0;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  padding: 10px 0; }

.mm-navbar .mm-title {
  overflow: hidden; }

.mm-navbar .mm-btn {
  width: 40px;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  right: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  top: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > *, .mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:after, .mm-menu .mm-navbar .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  position: relative; }

.mm-slideout {
  transition: transform .4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker, html.mm-opened #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current, em.mm-counter {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
.mm-menu.mm-bottom.mm-autoheight, .mm-menu.mm-top.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen, .mm-menu.mm-top.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

.mm-collapsed:not(.mm-uncollapsed), .mm-nosubresults > .mm-counter {
  display: none; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-divider > span {
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-subopened, .mm-menu > .mm-navbar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging #mm-blocker, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform,left,right;
  -moz-transition-property: -moz-transform,left,right;
  -ms-transition-property: -ms-transform,left,right;
  -o-transition-property: -o-transform,left,right;
  transition-property: transform,left,right; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }

.mm-hasnavbar-top-1 .mm-fixeddivider, .mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }

.mm-hasnavbar-top-2 .mm-fixeddivider, .mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }

.mm-hasnavbar-top-3 .mm-fixeddivider, .mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0; }

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: 0;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-indexer a, .mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  -moz-transition: right .4s ease;
  -ms-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px; }

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px; }

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  transition: transform .4s ease; }

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease; }

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -ms-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -ms-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -ms-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -ms-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s; }

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-bottom, .mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-navbar .mm-btn:after, .mm-menu.mm-theme-white .mm-navbar .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-navbar .mm-btn:after, .mm-menu.mm-theme-black .mm-navbar .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

#hamburger {
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 4;
  outline: none; }
  @media only screen and (min-width: 1024px) {
    #hamburger {
      display: none; } }

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #146A4A;
  content: '';
  display: block;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 7px; }

#hamburger:before {
  top: 12px; }

#hamburger span {
  top: 22px; }

#hamburger:after {
  top: 32px; }

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 20px; }

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0; }

html.mm-opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

html.mm-opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-listview {
  font-size: inherit;
  text-transform: uppercase; }
  .mm-listview > li {
    background: none; }
    .mm-listview > li > a {
      padding-left: 15px; }
  .mm-listview a {
    text-decoration: none;
    border: none; }
    .mm-listview a:hover, .mm-listview a:focus, .mm-listview a.active {
      background-color: #eee; }

.mm-search, .mm-navbar-top {
  height: 60px;
  border-bottom: 0;
  padding-top: 10px; }

.mm-navbar .mm-search input[type=text] {
  background-image: url("../img/reused/icon_search.png");
  background-position: right 10px center;
  background-repeat: no-repeat; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 52px; }

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block; }

.mm-opening #mm-blocker {
  background-color: rgba(12, 63, 44, 0.7);
  transition: background 500ms ease 0.3s; }

ul.mm-listview {
  border-top: 1px solid #f2f2f2 !important; }
  ul.mm-listview ul.mm-listview {
    border-top: 0px solid #f2f2f2; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-vertical .mm-listview .mm-panel ul a {
  text-transform: none;
  font-size: 12px; }

.mm-listview .mm-vertical .mm-panel {
  padding: 0 0 0 0px; }

.NFI-wrapper {
  background: transparent; }

.NFI-button {
  text-align: left !important;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  border: none;
  margin: 0;
  cursor: pointer;
  outline: none;
  background-color: none;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #146a4a;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-weight: 600; }
  .NFI-button:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e92e";
    font-size: 13px;
    margin-left: 2px;
    vertical-align: -1px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px; }
  .NFI-button:hover, .NFI-button:focus {
    text-decoration: underline; }
    .NFI-button:hover:before, .NFI-button:focus:before {
      text-decoration: none; }
  .NFI-button label.error {
    text-transform: none;
    text-decoration: none !important;
    font-weight: 400;
    letter-spacing: 0;
    border: 0; }

input.NFI-filename {
  line-height: 21px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  border: none;
  width: 150px;
  height: 18px;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    input.NFI-filename {
      width: 200px;
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  input.NFI-filename:hover, input.NFI-filename:focus {
    border: none; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  width: 280px;
  color: #202020;
  background: #fff;
  border: 1px solid #c1c1c1;
  border-bottom-color: #c1c1c1;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-bottom: 10px;
  padding-top: 5px; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute; }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 100%;
  margin: 0px; }

.pika-title {
  position: relative;
  text-align: left;
  padding-left: 12px; }
  .pika-title .pika-label {
    color: #202020; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  height: 28px;
  text-indent: 20px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0ms 150ms ease-in-out;
  -moz-transition: 0ms 150ms ease-in-out;
  -o-transition: 0ms 150ms ease-in-out;
  -ms-transition: 0ms 150ms ease-in-out;
  transition: 0ms 150ms ease-in-out; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1;
    background-color: transparent; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default; }

.pika-prev,
.is-rtl .pika-next {
  position: absolute;
  right: 24px;
  top: 3px;
  padding: 5px;
  *right: 0; }
  .pika-prev:after,
  .is-rtl .pika-next:after {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 9px;
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 3px solid #146A4A;
    border-bottom: 3px solid transparent;
    border-top: 0.3rem solid transparent;
    border-right: 0.3rem solid #146A4A;
    border-bottom: 0.3rem solid transparent; }
  .pika-prev:hover,
  .is-rtl .pika-next:hover {
    opacity: 0.6; }

.pika-next,
.is-rtl .pika-prev {
  position: absolute;
  right: 4px;
  top: 3px;
  padding: 5px; }
  .pika-next:after,
  .is-rtl .pika-prev:after {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 9px;
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #146A4A;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.3rem solid #146A4A; }
  .pika-next:hover,
  .is-rtl .pika-prev:hover {
    opacity: 0.6; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin: 0; }
  .pika-table thead {
    background: #fff; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0;
    border: none;
    background: transparent; }
  .pika-table th {
    color: #202020;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  .pika-table abbr {
    border: none;
    text-decoration: none; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 0px;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  color: #202020;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: transparent;
  border-radius: 0px; }
  .is-today .pika-button {
    color: #202020;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to right, #1d8a62 0%, #146a4a 100%);
    box-shadow: inset 0 1px 3px #202020;
    color: #fff; }
  .is-disabled .pika-button, .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: linear-gradient(to right, #1d8a62 0%, #146a4a 100%);
    box-shadow: none;
    color: #fff; }
  .pika-button:after {
    display: none; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms; }

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms; }

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltip {
  width: 15px;
  height: 15px;
  background: #146A4A;
  position: relative;
  display: inline-block;
  margin-left: 3px;
  vertical-align: -3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
  .tooltip:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "?";
    position: absolute;
    left: 5px;
    top: 2px;
    font-weight: 600;
    font-size: 10px;
    color: #fff; }

div.tooltipster-base .tooltipster-box {
  background: #146A4A;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: none; }
div.tooltipster-base .tooltipster-content {
  color: #fff;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22px; }
div.tooltipster-base .tooltipster-arrow-border {
  border: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #146A4A; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #146A4A; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #146A4A; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #146A4A; }

@-ms-viewport {
  width: device-width; }
.container {
  width: 100%;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  width: 100%;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-left: -0.8rem; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-s-1, .col-s-2, .col-s-3, .col-s-4, .col-s-5, .col-s-6, .col-s-7, .col-s-8, .col-s-9, .col-s-10, .col-s-11, .col-s-12, .col-s,
.col-s-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.8rem;
  padding-left: 0.8rem; }

.col {
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  -webkit-box-flex: 0 0 8.33333%;
  -moz-box-flex: 0 0 8.33333%;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0 0 16.66667%;
  -moz-box-flex: 0 0 16.66667%;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0 0 33.33333%;
  -moz-box-flex: 0 0 33.33333%;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0 0 41.66667%;
  -moz-box-flex: 0 0 41.66667%;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0 0 58.33333%;
  -moz-box-flex: 0 0 58.33333%;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0 0 66.66667%;
  -moz-box-flex: 0 0 66.66667%;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0 0 83.33333%;
  -moz-box-flex: 0 0 83.33333%;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0 0 91.66667%;
  -moz-box-flex: 0 0 91.66667%;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-s {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-s-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-s-1 {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-s-2 {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-s-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-s-4 {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-s-5 {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-s-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-s-7 {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-s-8 {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-s-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-s-10 {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-s-11 {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-s-0 {
    margin-left: 0; }

  .offset-s-1 {
    margin-left: 8.33333%; }

  .offset-s-2 {
    margin-left: 16.66667%; }

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

  .offset-s-4 {
    margin-left: 33.33333%; }

  .offset-s-5 {
    margin-left: 41.66667%; }

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

  .offset-s-7 {
    margin-left: 58.33333%; }

  .offset-s-8 {
    margin-left: 66.66667%; }

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

  .offset-s-10 {
    margin-left: 83.33333%; }

  .offset-s-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-sm-2 {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-sm-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-sm-5 {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-sm-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-sm-8 {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-sm-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-sm-11 {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  .col-md {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-md-2 {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-md-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-5 {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-md-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-md-8 {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-md-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-md-11 {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-lg-2 {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-lg-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-lg-5 {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-lg-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-lg-8 {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-lg-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-lg-11 {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1600px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-box-flex: 0 0 8.33333%;
    -moz-box-flex: 0 0 8.33333%;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  .col-xl-2 {
    -webkit-box-flex: 0 0 16.66667%;
    -moz-box-flex: 0 0 16.66667%;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  .col-xl-3 {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0 0 33.33333%;
    -moz-box-flex: 0 0 33.33333%;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-xl-5 {
    -webkit-box-flex: 0 0 41.66667%;
    -moz-box-flex: 0 0 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  .col-xl-6 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0 0 58.33333%;
    -moz-box-flex: 0 0 58.33333%;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  .col-xl-8 {
    -webkit-box-flex: 0 0 66.66667%;
    -moz-box-flex: 0 0 66.66667%;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  .col-xl-9 {
    -webkit-box-flex: 0 0 75%;
    -moz-box-flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0 0 83.33333%;
    -moz-box-flex: 0 0 83.33333%;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  .col-xl-11 {
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 480px) {
  .d-s-none {
    display: none !important; }

  .d-s-inline {
    display: inline !important; }

  .d-s-inline-block {
    display: inline-block !important; }

  .d-s-block {
    display: block !important; }

  .d-s-table {
    display: table !important; }

  .d-s-table-row {
    display: table-row !important; }

  .d-s-table-cell {
    display: table-cell !important; }

  .d-s-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-s-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -webkit-flex-direction: row !important;
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-flex-direction: column !important;
  -moz-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

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

.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  -moz-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -moz-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -moz-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  -ms-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -ms-flex-pack: flex-start !important; }

.justify-content-end {
  -webkit-justify-content: flex-end !important;
  -moz-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  justify-content: flex-end !important;
  -ms-flex-pack: flex-end !important; }

.justify-content-center {
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
  -ms-flex-pack: center !important; }

.justify-content-between {
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
  justify-content: space-between !important;
  -ms-flex-pack: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -moz-justify-content: space-around !important;
  -ms-justify-content: space-around !important;
  justify-content: space-around !important;
  -ms-flex-pack: space-around !important; }

.align-items-start {
  -webkit-align-items: flex-start !important;
  -moz-align-items: flex-start !important;
  -ms-align-items: flex-start !important;
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-align-items: flex-end !important;
  -moz-align-items: flex-end !important;
  -ms-align-items: flex-end !important;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-align-items: baseline !important;
  -moz-align-items: baseline !important;
  -ms-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-align-items: stretch !important;
  -moz-align-items: stretch !important;
  -ms-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
  -moz-align-content: flex-start !important;
  -ms-align-content: flex-start !important;
  align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
  -moz-align-content: flex-end !important;
  -ms-align-content: flex-end !important;
  align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
  -moz-align-content: center !important;
  -ms-align-content: center !important;
  align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
  -moz-align-content: space-between !important;
  -ms-align-content: space-between !important;
  align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
  -moz-align-content: space-around !important;
  -ms-align-content: space-around !important;
  align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -moz-align-content: stretch !important;
  -ms-align-content: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
  -moz-align-self: auto !important;
  -ms-align-self: auto !important;
  align-self: auto !important; }

.align-self-start {
  -webkit-align-self: flex-start !important;
  -moz-align-self: flex-start !important;
  -ms-align-self: flex-start !important;
  align-self: flex-start !important; }

.align-self-end {
  -webkit-align-self: flex-end !important;
  -moz-align-self: flex-end !important;
  -ms-align-self: flex-end !important;
  align-self: flex-end !important; }

.align-self-center {
  -webkit-align-self: center !important;
  -moz-align-self: center !important;
  -ms-align-self: center !important;
  align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -moz-align-self: baseline !important;
  -ms-align-self: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -moz-align-self: stretch !important;
  -ms-align-self: stretch !important;
  align-self: stretch !important; }

@media (min-width: 480px) {
  .flex-s-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-s-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-s-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-s-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-s-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-s-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-s-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-s-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-s-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-s-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-s-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-s-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-s-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-s-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-s-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-s-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-s-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-s-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-s-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-s-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-s-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-s-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-s-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-s-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-s-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-s-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-s-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-s-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-s-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-sm-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-md-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-lg-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1600px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -moz-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -moz-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -moz-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important; }

  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    -moz-justify-content: flex-end !important;
    -ms-justify-content: flex-end !important;
    justify-content: flex-end !important;
    -ms-flex-pack: flex-end !important; }

  .justify-content-xl-center {
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -moz-justify-content: space-around !important;
    -ms-justify-content: space-around !important;
    justify-content: space-around !important;
    -ms-flex-pack: space-around !important; }

  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    -moz-align-items: baseline !important;
    -ms-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    -moz-align-items: stretch !important;
    -ms-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -moz-align-content: flex-start !important;
    -ms-align-content: flex-start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -moz-align-content: flex-end !important;
    -ms-align-content: flex-end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -webkit-align-content: center !important;
    -moz-align-content: center !important;
    -ms-align-content: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -moz-align-content: space-between !important;
    -ms-align-content: space-between !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -moz-align-content: space-around !important;
    -ms-align-content: space-around !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -moz-align-content: stretch !important;
    -ms-align-content: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -moz-align-self: auto !important;
    -ms-align-self: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -moz-align-self: flex-end !important;
    -ms-align-self: flex-end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -webkit-align-self: center !important;
    -moz-align-self: center !important;
    -ms-align-self: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -moz-align-self: baseline !important;
    -ms-align-self: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -moz-align-self: stretch !important;
    -ms-align-self: stretch !important;
    align-self: stretch !important; } }
.p-gutter-0 {
  padding: 0rem !important; }

.m-gutter-0 {
  margin: 0rem !important; }

.m-gutter-0-negative {
  margin: 0rem !important; }

.p-gutter-1 {
  padding: 0.4rem !important; }

.m-gutter-1 {
  margin: 0.4rem !important; }

.m-gutter-1-negative {
  margin: -0.4rem !important; }

.p-gutter-2 {
  padding: 0.8rem !important; }

.m-gutter-2 {
  margin: 0.8rem !important; }

.m-gutter-2-negative {
  margin: -0.8rem !important; }

.p-gutter-3 {
  padding: 1.2rem !important; }

.m-gutter-3 {
  margin: 1.2rem !important; }

.m-gutter-3-negative {
  margin: -1.2rem !important; }

.p-gutter-4 {
  padding: 1.6rem !important; }

.m-gutter-4 {
  margin: 1.6rem !important; }

.m-gutter-4-negative {
  margin: -1.6rem !important; }

.p-gutter-5 {
  padding: 2rem !important; }

.m-gutter-5 {
  margin: 2rem !important; }

.m-gutter-5-negative {
  margin: -2rem !important; }

.p-gutter-6 {
  padding: 2.4rem !important; }

.m-gutter-6 {
  margin: 2.4rem !important; }

.m-gutter-6-negative {
  margin: -2.4rem !important; }

.p-gutter-7 {
  padding: 2.8rem !important; }

.m-gutter-7 {
  margin: 2.8rem !important; }

.m-gutter-7-negative {
  margin: -2.8rem !important; }

.p-gutter-8 {
  padding: 3.2rem !important; }

.m-gutter-8 {
  margin: 3.2rem !important; }

.m-gutter-8-negative {
  margin: -3.2rem !important; }

.p-gutter-9 {
  padding: 3.6rem !important; }

.m-gutter-9 {
  margin: 3.6rem !important; }

.m-gutter-9-negative {
  margin: -3.6rem !important; }

.p-gutter-10 {
  padding: 4rem !important; }

.m-gutter-10 {
  margin: 4rem !important; }

.m-gutter-10-negative {
  margin: -4rem !important; }

.p-gutter-top-0 {
  padding-top: 0rem !important; }

.m-gutter-top-0 {
  margin-top: 0rem !important; }

.m-gutter-top-0-negative {
  margin-top: 0rem !important; }

.p-gutter-top-1 {
  padding-top: 0.4rem !important; }

.m-gutter-top-1 {
  margin-top: 0.4rem !important; }

.m-gutter-top-1-negative {
  margin-top: -0.4rem !important; }

.p-gutter-top-2 {
  padding-top: 0.8rem !important; }

.m-gutter-top-2 {
  margin-top: 0.8rem !important; }

.m-gutter-top-2-negative {
  margin-top: -0.8rem !important; }

.p-gutter-top-3 {
  padding-top: 1.2rem !important; }

.m-gutter-top-3 {
  margin-top: 1.2rem !important; }

.m-gutter-top-3-negative {
  margin-top: -1.2rem !important; }

.p-gutter-top-4 {
  padding-top: 1.6rem !important; }

.m-gutter-top-4 {
  margin-top: 1.6rem !important; }

.m-gutter-top-4-negative {
  margin-top: -1.6rem !important; }

.p-gutter-top-5 {
  padding-top: 2rem !important; }

.m-gutter-top-5 {
  margin-top: 2rem !important; }

.m-gutter-top-5-negative {
  margin-top: -2rem !important; }

.p-gutter-top-6 {
  padding-top: 2.4rem !important; }

.m-gutter-top-6 {
  margin-top: 2.4rem !important; }

.m-gutter-top-6-negative {
  margin-top: -2.4rem !important; }

.p-gutter-top-7 {
  padding-top: 2.8rem !important; }

.m-gutter-top-7 {
  margin-top: 2.8rem !important; }

.m-gutter-top-7-negative {
  margin-top: -2.8rem !important; }

.p-gutter-top-8 {
  padding-top: 3.2rem !important; }

.m-gutter-top-8 {
  margin-top: 3.2rem !important; }

.m-gutter-top-8-negative {
  margin-top: -3.2rem !important; }

.p-gutter-top-9 {
  padding-top: 3.6rem !important; }

.m-gutter-top-9 {
  margin-top: 3.6rem !important; }

.m-gutter-top-9-negative {
  margin-top: -3.6rem !important; }

.p-gutter-top-10 {
  padding-top: 4rem !important; }

.m-gutter-top-10 {
  margin-top: 4rem !important; }

.m-gutter-top-10-negative {
  margin-top: -4rem !important; }

.p-gutter-left-0 {
  padding-left: 0rem !important; }

.m-gutter-left-0 {
  margin-left: 0rem !important; }

.m-gutter-left-0-negative {
  margin-left: 0rem !important; }

.p-gutter-left-1 {
  padding-left: 0.4rem !important; }

.m-gutter-left-1 {
  margin-left: 0.4rem !important; }

.m-gutter-left-1-negative {
  margin-left: -0.4rem !important; }

.p-gutter-left-2 {
  padding-left: 0.8rem !important; }

.m-gutter-left-2 {
  margin-left: 0.8rem !important; }

.m-gutter-left-2-negative {
  margin-left: -0.8rem !important; }

.p-gutter-left-3 {
  padding-left: 1.2rem !important; }

.m-gutter-left-3 {
  margin-left: 1.2rem !important; }

.m-gutter-left-3-negative {
  margin-left: -1.2rem !important; }

.p-gutter-left-4 {
  padding-left: 1.6rem !important; }

.m-gutter-left-4 {
  margin-left: 1.6rem !important; }

.m-gutter-left-4-negative {
  margin-left: -1.6rem !important; }

.p-gutter-left-5 {
  padding-left: 2rem !important; }

.m-gutter-left-5 {
  margin-left: 2rem !important; }

.m-gutter-left-5-negative {
  margin-left: -2rem !important; }

.p-gutter-left-6 {
  padding-left: 2.4rem !important; }

.m-gutter-left-6 {
  margin-left: 2.4rem !important; }

.m-gutter-left-6-negative {
  margin-left: -2.4rem !important; }

.p-gutter-left-7 {
  padding-left: 2.8rem !important; }

.m-gutter-left-7 {
  margin-left: 2.8rem !important; }

.m-gutter-left-7-negative {
  margin-left: -2.8rem !important; }

.p-gutter-left-8 {
  padding-left: 3.2rem !important; }

.m-gutter-left-8 {
  margin-left: 3.2rem !important; }

.m-gutter-left-8-negative {
  margin-left: -3.2rem !important; }

.p-gutter-left-9 {
  padding-left: 3.6rem !important; }

.m-gutter-left-9 {
  margin-left: 3.6rem !important; }

.m-gutter-left-9-negative {
  margin-left: -3.6rem !important; }

.p-gutter-left-10 {
  padding-left: 4rem !important; }

.m-gutter-left-10 {
  margin-left: 4rem !important; }

.m-gutter-left-10-negative {
  margin-left: -4rem !important; }

.p-gutter-right-0 {
  padding-right: 0rem !important; }

.m-gutter-right-0 {
  margin-right: 0rem !important; }

.m-gutter-right-0-negative {
  margin-right: 0rem !important; }

.p-gutter-right-1 {
  padding-right: 0.4rem !important; }

.m-gutter-right-1 {
  margin-right: 0.4rem !important; }

.m-gutter-right-1-negative {
  margin-right: -0.4rem !important; }

.p-gutter-right-2 {
  padding-right: 0.8rem !important; }

.m-gutter-right-2 {
  margin-right: 0.8rem !important; }

.m-gutter-right-2-negative {
  margin-right: -0.8rem !important; }

.p-gutter-right-3 {
  padding-right: 1.2rem !important; }

.m-gutter-right-3 {
  margin-right: 1.2rem !important; }

.m-gutter-right-3-negative {
  margin-right: -1.2rem !important; }

.p-gutter-right-4 {
  padding-right: 1.6rem !important; }

.m-gutter-right-4 {
  margin-right: 1.6rem !important; }

.m-gutter-right-4-negative {
  margin-right: -1.6rem !important; }

.p-gutter-right-5 {
  padding-right: 2rem !important; }

.m-gutter-right-5 {
  margin-right: 2rem !important; }

.m-gutter-right-5-negative {
  margin-right: -2rem !important; }

.p-gutter-right-6 {
  padding-right: 2.4rem !important; }

.m-gutter-right-6 {
  margin-right: 2.4rem !important; }

.m-gutter-right-6-negative {
  margin-right: -2.4rem !important; }

.p-gutter-right-7 {
  padding-right: 2.8rem !important; }

.m-gutter-right-7 {
  margin-right: 2.8rem !important; }

.m-gutter-right-7-negative {
  margin-right: -2.8rem !important; }

.p-gutter-right-8 {
  padding-right: 3.2rem !important; }

.m-gutter-right-8 {
  margin-right: 3.2rem !important; }

.m-gutter-right-8-negative {
  margin-right: -3.2rem !important; }

.p-gutter-right-9 {
  padding-right: 3.6rem !important; }

.m-gutter-right-9 {
  margin-right: 3.6rem !important; }

.m-gutter-right-9-negative {
  margin-right: -3.6rem !important; }

.p-gutter-right-10 {
  padding-right: 4rem !important; }

.m-gutter-right-10 {
  margin-right: 4rem !important; }

.m-gutter-right-10-negative {
  margin-right: -4rem !important; }

.p-gutter-bottom-0 {
  padding-bottom: 0rem !important; }

.m-gutter-bottom-0 {
  margin-bottom: 0rem !important; }

.m-gutter-bottom-0-negative {
  margin-bottom: 0rem !important; }

.p-gutter-bottom-1 {
  padding-bottom: 0.4rem !important; }

.m-gutter-bottom-1 {
  margin-bottom: 0.4rem !important; }

.m-gutter-bottom-1-negative {
  margin-bottom: -0.4rem !important; }

.p-gutter-bottom-2 {
  padding-bottom: 0.8rem !important; }

.m-gutter-bottom-2 {
  margin-bottom: 0.8rem !important; }

.m-gutter-bottom-2-negative {
  margin-bottom: -0.8rem !important; }

.p-gutter-bottom-3 {
  padding-bottom: 1.2rem !important; }

.m-gutter-bottom-3 {
  margin-bottom: 1.2rem !important; }

.m-gutter-bottom-3-negative {
  margin-bottom: -1.2rem !important; }

.p-gutter-bottom-4 {
  padding-bottom: 1.6rem !important; }

.m-gutter-bottom-4 {
  margin-bottom: 1.6rem !important; }

.m-gutter-bottom-4-negative {
  margin-bottom: -1.6rem !important; }

.p-gutter-bottom-5 {
  padding-bottom: 2rem !important; }

.m-gutter-bottom-5 {
  margin-bottom: 2rem !important; }

.m-gutter-bottom-5-negative {
  margin-bottom: -2rem !important; }

.p-gutter-bottom-6 {
  padding-bottom: 2.4rem !important; }

.m-gutter-bottom-6 {
  margin-bottom: 2.4rem !important; }

.m-gutter-bottom-6-negative {
  margin-bottom: -2.4rem !important; }

.p-gutter-bottom-7 {
  padding-bottom: 2.8rem !important; }

.m-gutter-bottom-7 {
  margin-bottom: 2.8rem !important; }

.m-gutter-bottom-7-negative {
  margin-bottom: -2.8rem !important; }

.p-gutter-bottom-8 {
  padding-bottom: 3.2rem !important; }

.m-gutter-bottom-8 {
  margin-bottom: 3.2rem !important; }

.m-gutter-bottom-8-negative {
  margin-bottom: -3.2rem !important; }

.p-gutter-bottom-9 {
  padding-bottom: 3.6rem !important; }

.m-gutter-bottom-9 {
  margin-bottom: 3.6rem !important; }

.m-gutter-bottom-9-negative {
  margin-bottom: -3.6rem !important; }

.p-gutter-bottom-10 {
  padding-bottom: 4rem !important; }

.m-gutter-bottom-10 {
  margin-bottom: 4rem !important; }

.m-gutter-bottom-10-negative {
  margin-bottom: -4rem !important; }

@media (min-width: 480px) {
  .p-gutter-s-0 {
    padding: 0rem !important; }

  .m-gutter-s-0 {
    margin: 0rem !important; }

  .m-gutter-s-0-negative {
    margin: 0rem !important; }

  .p-gutter-s-1 {
    padding: 0.4rem !important; }

  .m-gutter-s-1 {
    margin: 0.4rem !important; }

  .m-gutter-s-1-negative {
    margin: -0.4rem !important; }

  .p-gutter-s-2 {
    padding: 0.8rem !important; }

  .m-gutter-s-2 {
    margin: 0.8rem !important; }

  .m-gutter-s-2-negative {
    margin: -0.8rem !important; }

  .p-gutter-s-3 {
    padding: 1.2rem !important; }

  .m-gutter-s-3 {
    margin: 1.2rem !important; }

  .m-gutter-s-3-negative {
    margin: -1.2rem !important; }

  .p-gutter-s-4 {
    padding: 1.6rem !important; }

  .m-gutter-s-4 {
    margin: 1.6rem !important; }

  .m-gutter-s-4-negative {
    margin: -1.6rem !important; }

  .p-gutter-s-5 {
    padding: 2rem !important; }

  .m-gutter-s-5 {
    margin: 2rem !important; }

  .m-gutter-s-5-negative {
    margin: -2rem !important; }

  .p-gutter-s-6 {
    padding: 2.4rem !important; }

  .m-gutter-s-6 {
    margin: 2.4rem !important; }

  .m-gutter-s-6-negative {
    margin: -2.4rem !important; }

  .p-gutter-s-7 {
    padding: 2.8rem !important; }

  .m-gutter-s-7 {
    margin: 2.8rem !important; }

  .m-gutter-s-7-negative {
    margin: -2.8rem !important; }

  .p-gutter-s-8 {
    padding: 3.2rem !important; }

  .m-gutter-s-8 {
    margin: 3.2rem !important; }

  .m-gutter-s-8-negative {
    margin: -3.2rem !important; }

  .p-gutter-s-9 {
    padding: 3.6rem !important; }

  .m-gutter-s-9 {
    margin: 3.6rem !important; }

  .m-gutter-s-9-negative {
    margin: -3.6rem !important; }

  .p-gutter-s-10 {
    padding: 4rem !important; }

  .m-gutter-s-10 {
    margin: 4rem !important; }

  .m-gutter-s-10-negative {
    margin: -4rem !important; }

  .p-gutter-s-top-0 {
    padding-top: 0rem !important; }

  .m-gutter-s-top-0 {
    margin-top: 0rem !important; }

  .m-gutter-s-top-0-negative {
    margin-top: 0rem !important; }

  .p-gutter-s-top-1 {
    padding-top: 0.4rem !important; }

  .m-gutter-s-top-1 {
    margin-top: 0.4rem !important; }

  .m-gutter-s-top-1-negative {
    margin-top: -0.4rem !important; }

  .p-gutter-s-top-2 {
    padding-top: 0.8rem !important; }

  .m-gutter-s-top-2 {
    margin-top: 0.8rem !important; }

  .m-gutter-s-top-2-negative {
    margin-top: -0.8rem !important; }

  .p-gutter-s-top-3 {
    padding-top: 1.2rem !important; }

  .m-gutter-s-top-3 {
    margin-top: 1.2rem !important; }

  .m-gutter-s-top-3-negative {
    margin-top: -1.2rem !important; }

  .p-gutter-s-top-4 {
    padding-top: 1.6rem !important; }

  .m-gutter-s-top-4 {
    margin-top: 1.6rem !important; }

  .m-gutter-s-top-4-negative {
    margin-top: -1.6rem !important; }

  .p-gutter-s-top-5 {
    padding-top: 2rem !important; }

  .m-gutter-s-top-5 {
    margin-top: 2rem !important; }

  .m-gutter-s-top-5-negative {
    margin-top: -2rem !important; }

  .p-gutter-s-top-6 {
    padding-top: 2.4rem !important; }

  .m-gutter-s-top-6 {
    margin-top: 2.4rem !important; }

  .m-gutter-s-top-6-negative {
    margin-top: -2.4rem !important; }

  .p-gutter-s-top-7 {
    padding-top: 2.8rem !important; }

  .m-gutter-s-top-7 {
    margin-top: 2.8rem !important; }

  .m-gutter-s-top-7-negative {
    margin-top: -2.8rem !important; }

  .p-gutter-s-top-8 {
    padding-top: 3.2rem !important; }

  .m-gutter-s-top-8 {
    margin-top: 3.2rem !important; }

  .m-gutter-s-top-8-negative {
    margin-top: -3.2rem !important; }

  .p-gutter-s-top-9 {
    padding-top: 3.6rem !important; }

  .m-gutter-s-top-9 {
    margin-top: 3.6rem !important; }

  .m-gutter-s-top-9-negative {
    margin-top: -3.6rem !important; }

  .p-gutter-s-top-10 {
    padding-top: 4rem !important; }

  .m-gutter-s-top-10 {
    margin-top: 4rem !important; }

  .m-gutter-s-top-10-negative {
    margin-top: -4rem !important; }

  .p-gutter-s-left-0 {
    padding-left: 0rem !important; }

  .m-gutter-s-left-0 {
    margin-left: 0rem !important; }

  .m-gutter-s-left-0-negative {
    margin-left: 0rem !important; }

  .p-gutter-s-left-1 {
    padding-left: 0.4rem !important; }

  .m-gutter-s-left-1 {
    margin-left: 0.4rem !important; }

  .m-gutter-s-left-1-negative {
    margin-left: -0.4rem !important; }

  .p-gutter-s-left-2 {
    padding-left: 0.8rem !important; }

  .m-gutter-s-left-2 {
    margin-left: 0.8rem !important; }

  .m-gutter-s-left-2-negative {
    margin-left: -0.8rem !important; }

  .p-gutter-s-left-3 {
    padding-left: 1.2rem !important; }

  .m-gutter-s-left-3 {
    margin-left: 1.2rem !important; }

  .m-gutter-s-left-3-negative {
    margin-left: -1.2rem !important; }

  .p-gutter-s-left-4 {
    padding-left: 1.6rem !important; }

  .m-gutter-s-left-4 {
    margin-left: 1.6rem !important; }

  .m-gutter-s-left-4-negative {
    margin-left: -1.6rem !important; }

  .p-gutter-s-left-5 {
    padding-left: 2rem !important; }

  .m-gutter-s-left-5 {
    margin-left: 2rem !important; }

  .m-gutter-s-left-5-negative {
    margin-left: -2rem !important; }

  .p-gutter-s-left-6 {
    padding-left: 2.4rem !important; }

  .m-gutter-s-left-6 {
    margin-left: 2.4rem !important; }

  .m-gutter-s-left-6-negative {
    margin-left: -2.4rem !important; }

  .p-gutter-s-left-7 {
    padding-left: 2.8rem !important; }

  .m-gutter-s-left-7 {
    margin-left: 2.8rem !important; }

  .m-gutter-s-left-7-negative {
    margin-left: -2.8rem !important; }

  .p-gutter-s-left-8 {
    padding-left: 3.2rem !important; }

  .m-gutter-s-left-8 {
    margin-left: 3.2rem !important; }

  .m-gutter-s-left-8-negative {
    margin-left: -3.2rem !important; }

  .p-gutter-s-left-9 {
    padding-left: 3.6rem !important; }

  .m-gutter-s-left-9 {
    margin-left: 3.6rem !important; }

  .m-gutter-s-left-9-negative {
    margin-left: -3.6rem !important; }

  .p-gutter-s-left-10 {
    padding-left: 4rem !important; }

  .m-gutter-s-left-10 {
    margin-left: 4rem !important; }

  .m-gutter-s-left-10-negative {
    margin-left: -4rem !important; }

  .p-gutter-s-right-0 {
    padding-right: 0rem !important; }

  .m-gutter-s-right-0 {
    margin-right: 0rem !important; }

  .m-gutter-s-right-0-negative {
    margin-right: 0rem !important; }

  .p-gutter-s-right-1 {
    padding-right: 0.4rem !important; }

  .m-gutter-s-right-1 {
    margin-right: 0.4rem !important; }

  .m-gutter-s-right-1-negative {
    margin-right: -0.4rem !important; }

  .p-gutter-s-right-2 {
    padding-right: 0.8rem !important; }

  .m-gutter-s-right-2 {
    margin-right: 0.8rem !important; }

  .m-gutter-s-right-2-negative {
    margin-right: -0.8rem !important; }

  .p-gutter-s-right-3 {
    padding-right: 1.2rem !important; }

  .m-gutter-s-right-3 {
    margin-right: 1.2rem !important; }

  .m-gutter-s-right-3-negative {
    margin-right: -1.2rem !important; }

  .p-gutter-s-right-4 {
    padding-right: 1.6rem !important; }

  .m-gutter-s-right-4 {
    margin-right: 1.6rem !important; }

  .m-gutter-s-right-4-negative {
    margin-right: -1.6rem !important; }

  .p-gutter-s-right-5 {
    padding-right: 2rem !important; }

  .m-gutter-s-right-5 {
    margin-right: 2rem !important; }

  .m-gutter-s-right-5-negative {
    margin-right: -2rem !important; }

  .p-gutter-s-right-6 {
    padding-right: 2.4rem !important; }

  .m-gutter-s-right-6 {
    margin-right: 2.4rem !important; }

  .m-gutter-s-right-6-negative {
    margin-right: -2.4rem !important; }

  .p-gutter-s-right-7 {
    padding-right: 2.8rem !important; }

  .m-gutter-s-right-7 {
    margin-right: 2.8rem !important; }

  .m-gutter-s-right-7-negative {
    margin-right: -2.8rem !important; }

  .p-gutter-s-right-8 {
    padding-right: 3.2rem !important; }

  .m-gutter-s-right-8 {
    margin-right: 3.2rem !important; }

  .m-gutter-s-right-8-negative {
    margin-right: -3.2rem !important; }

  .p-gutter-s-right-9 {
    padding-right: 3.6rem !important; }

  .m-gutter-s-right-9 {
    margin-right: 3.6rem !important; }

  .m-gutter-s-right-9-negative {
    margin-right: -3.6rem !important; }

  .p-gutter-s-right-10 {
    padding-right: 4rem !important; }

  .m-gutter-s-right-10 {
    margin-right: 4rem !important; }

  .m-gutter-s-right-10-negative {
    margin-right: -4rem !important; }

  .p-gutter-s-bottom-0 {
    padding-bottom: 0rem !important; }

  .m-gutter-s-bottom-0 {
    margin-bottom: 0rem !important; }

  .m-gutter-s-bottom-0-negative {
    margin-bottom: 0rem !important; }

  .p-gutter-s-bottom-1 {
    padding-bottom: 0.4rem !important; }

  .m-gutter-s-bottom-1 {
    margin-bottom: 0.4rem !important; }

  .m-gutter-s-bottom-1-negative {
    margin-bottom: -0.4rem !important; }

  .p-gutter-s-bottom-2 {
    padding-bottom: 0.8rem !important; }

  .m-gutter-s-bottom-2 {
    margin-bottom: 0.8rem !important; }

  .m-gutter-s-bottom-2-negative {
    margin-bottom: -0.8rem !important; }

  .p-gutter-s-bottom-3 {
    padding-bottom: 1.2rem !important; }

  .m-gutter-s-bottom-3 {
    margin-bottom: 1.2rem !important; }

  .m-gutter-s-bottom-3-negative {
    margin-bottom: -1.2rem !important; }

  .p-gutter-s-bottom-4 {
    padding-bottom: 1.6rem !important; }

  .m-gutter-s-bottom-4 {
    margin-bottom: 1.6rem !important; }

  .m-gutter-s-bottom-4-negative {
    margin-bottom: -1.6rem !important; }

  .p-gutter-s-bottom-5 {
    padding-bottom: 2rem !important; }

  .m-gutter-s-bottom-5 {
    margin-bottom: 2rem !important; }

  .m-gutter-s-bottom-5-negative {
    margin-bottom: -2rem !important; }

  .p-gutter-s-bottom-6 {
    padding-bottom: 2.4rem !important; }

  .m-gutter-s-bottom-6 {
    margin-bottom: 2.4rem !important; }

  .m-gutter-s-bottom-6-negative {
    margin-bottom: -2.4rem !important; }

  .p-gutter-s-bottom-7 {
    padding-bottom: 2.8rem !important; }

  .m-gutter-s-bottom-7 {
    margin-bottom: 2.8rem !important; }

  .m-gutter-s-bottom-7-negative {
    margin-bottom: -2.8rem !important; }

  .p-gutter-s-bottom-8 {
    padding-bottom: 3.2rem !important; }

  .m-gutter-s-bottom-8 {
    margin-bottom: 3.2rem !important; }

  .m-gutter-s-bottom-8-negative {
    margin-bottom: -3.2rem !important; }

  .p-gutter-s-bottom-9 {
    padding-bottom: 3.6rem !important; }

  .m-gutter-s-bottom-9 {
    margin-bottom: 3.6rem !important; }

  .m-gutter-s-bottom-9-negative {
    margin-bottom: -3.6rem !important; }

  .p-gutter-s-bottom-10 {
    padding-bottom: 4rem !important; }

  .m-gutter-s-bottom-10 {
    margin-bottom: 4rem !important; }

  .m-gutter-s-bottom-10-negative {
    margin-bottom: -4rem !important; } }
@media (min-width: 768px) {
  .p-gutter-sm-0 {
    padding: 0rem !important; }

  .m-gutter-sm-0 {
    margin: 0rem !important; }

  .m-gutter-sm-0-negative {
    margin: 0rem !important; }

  .p-gutter-sm-1 {
    padding: 0.4rem !important; }

  .m-gutter-sm-1 {
    margin: 0.4rem !important; }

  .m-gutter-sm-1-negative {
    margin: -0.4rem !important; }

  .p-gutter-sm-2 {
    padding: 0.8rem !important; }

  .m-gutter-sm-2 {
    margin: 0.8rem !important; }

  .m-gutter-sm-2-negative {
    margin: -0.8rem !important; }

  .p-gutter-sm-3 {
    padding: 1.2rem !important; }

  .m-gutter-sm-3 {
    margin: 1.2rem !important; }

  .m-gutter-sm-3-negative {
    margin: -1.2rem !important; }

  .p-gutter-sm-4 {
    padding: 1.6rem !important; }

  .m-gutter-sm-4 {
    margin: 1.6rem !important; }

  .m-gutter-sm-4-negative {
    margin: -1.6rem !important; }

  .p-gutter-sm-5 {
    padding: 2rem !important; }

  .m-gutter-sm-5 {
    margin: 2rem !important; }

  .m-gutter-sm-5-negative {
    margin: -2rem !important; }

  .p-gutter-sm-6 {
    padding: 2.4rem !important; }

  .m-gutter-sm-6 {
    margin: 2.4rem !important; }

  .m-gutter-sm-6-negative {
    margin: -2.4rem !important; }

  .p-gutter-sm-7 {
    padding: 2.8rem !important; }

  .m-gutter-sm-7 {
    margin: 2.8rem !important; }

  .m-gutter-sm-7-negative {
    margin: -2.8rem !important; }

  .p-gutter-sm-8 {
    padding: 3.2rem !important; }

  .m-gutter-sm-8 {
    margin: 3.2rem !important; }

  .m-gutter-sm-8-negative {
    margin: -3.2rem !important; }

  .p-gutter-sm-9 {
    padding: 3.6rem !important; }

  .m-gutter-sm-9 {
    margin: 3.6rem !important; }

  .m-gutter-sm-9-negative {
    margin: -3.6rem !important; }

  .p-gutter-sm-10 {
    padding: 4rem !important; }

  .m-gutter-sm-10 {
    margin: 4rem !important; }

  .m-gutter-sm-10-negative {
    margin: -4rem !important; }

  .p-gutter-sm-top-0 {
    padding-top: 0rem !important; }

  .m-gutter-sm-top-0 {
    margin-top: 0rem !important; }

  .m-gutter-sm-top-0-negative {
    margin-top: 0rem !important; }

  .p-gutter-sm-top-1 {
    padding-top: 0.4rem !important; }

  .m-gutter-sm-top-1 {
    margin-top: 0.4rem !important; }

  .m-gutter-sm-top-1-negative {
    margin-top: -0.4rem !important; }

  .p-gutter-sm-top-2 {
    padding-top: 0.8rem !important; }

  .m-gutter-sm-top-2 {
    margin-top: 0.8rem !important; }

  .m-gutter-sm-top-2-negative {
    margin-top: -0.8rem !important; }

  .p-gutter-sm-top-3 {
    padding-top: 1.2rem !important; }

  .m-gutter-sm-top-3 {
    margin-top: 1.2rem !important; }

  .m-gutter-sm-top-3-negative {
    margin-top: -1.2rem !important; }

  .p-gutter-sm-top-4 {
    padding-top: 1.6rem !important; }

  .m-gutter-sm-top-4 {
    margin-top: 1.6rem !important; }

  .m-gutter-sm-top-4-negative {
    margin-top: -1.6rem !important; }

  .p-gutter-sm-top-5 {
    padding-top: 2rem !important; }

  .m-gutter-sm-top-5 {
    margin-top: 2rem !important; }

  .m-gutter-sm-top-5-negative {
    margin-top: -2rem !important; }

  .p-gutter-sm-top-6 {
    padding-top: 2.4rem !important; }

  .m-gutter-sm-top-6 {
    margin-top: 2.4rem !important; }

  .m-gutter-sm-top-6-negative {
    margin-top: -2.4rem !important; }

  .p-gutter-sm-top-7 {
    padding-top: 2.8rem !important; }

  .m-gutter-sm-top-7 {
    margin-top: 2.8rem !important; }

  .m-gutter-sm-top-7-negative {
    margin-top: -2.8rem !important; }

  .p-gutter-sm-top-8 {
    padding-top: 3.2rem !important; }

  .m-gutter-sm-top-8 {
    margin-top: 3.2rem !important; }

  .m-gutter-sm-top-8-negative {
    margin-top: -3.2rem !important; }

  .p-gutter-sm-top-9 {
    padding-top: 3.6rem !important; }

  .m-gutter-sm-top-9 {
    margin-top: 3.6rem !important; }

  .m-gutter-sm-top-9-negative {
    margin-top: -3.6rem !important; }

  .p-gutter-sm-top-10 {
    padding-top: 4rem !important; }

  .m-gutter-sm-top-10 {
    margin-top: 4rem !important; }

  .m-gutter-sm-top-10-negative {
    margin-top: -4rem !important; }

  .p-gutter-sm-left-0 {
    padding-left: 0rem !important; }

  .m-gutter-sm-left-0 {
    margin-left: 0rem !important; }

  .m-gutter-sm-left-0-negative {
    margin-left: 0rem !important; }

  .p-gutter-sm-left-1 {
    padding-left: 0.4rem !important; }

  .m-gutter-sm-left-1 {
    margin-left: 0.4rem !important; }

  .m-gutter-sm-left-1-negative {
    margin-left: -0.4rem !important; }

  .p-gutter-sm-left-2 {
    padding-left: 0.8rem !important; }

  .m-gutter-sm-left-2 {
    margin-left: 0.8rem !important; }

  .m-gutter-sm-left-2-negative {
    margin-left: -0.8rem !important; }

  .p-gutter-sm-left-3 {
    padding-left: 1.2rem !important; }

  .m-gutter-sm-left-3 {
    margin-left: 1.2rem !important; }

  .m-gutter-sm-left-3-negative {
    margin-left: -1.2rem !important; }

  .p-gutter-sm-left-4 {
    padding-left: 1.6rem !important; }

  .m-gutter-sm-left-4 {
    margin-left: 1.6rem !important; }

  .m-gutter-sm-left-4-negative {
    margin-left: -1.6rem !important; }

  .p-gutter-sm-left-5 {
    padding-left: 2rem !important; }

  .m-gutter-sm-left-5 {
    margin-left: 2rem !important; }

  .m-gutter-sm-left-5-negative {
    margin-left: -2rem !important; }

  .p-gutter-sm-left-6 {
    padding-left: 2.4rem !important; }

  .m-gutter-sm-left-6 {
    margin-left: 2.4rem !important; }

  .m-gutter-sm-left-6-negative {
    margin-left: -2.4rem !important; }

  .p-gutter-sm-left-7 {
    padding-left: 2.8rem !important; }

  .m-gutter-sm-left-7 {
    margin-left: 2.8rem !important; }

  .m-gutter-sm-left-7-negative {
    margin-left: -2.8rem !important; }

  .p-gutter-sm-left-8 {
    padding-left: 3.2rem !important; }

  .m-gutter-sm-left-8 {
    margin-left: 3.2rem !important; }

  .m-gutter-sm-left-8-negative {
    margin-left: -3.2rem !important; }

  .p-gutter-sm-left-9 {
    padding-left: 3.6rem !important; }

  .m-gutter-sm-left-9 {
    margin-left: 3.6rem !important; }

  .m-gutter-sm-left-9-negative {
    margin-left: -3.6rem !important; }

  .p-gutter-sm-left-10 {
    padding-left: 4rem !important; }

  .m-gutter-sm-left-10 {
    margin-left: 4rem !important; }

  .m-gutter-sm-left-10-negative {
    margin-left: -4rem !important; }

  .p-gutter-sm-right-0 {
    padding-right: 0rem !important; }

  .m-gutter-sm-right-0 {
    margin-right: 0rem !important; }

  .m-gutter-sm-right-0-negative {
    margin-right: 0rem !important; }

  .p-gutter-sm-right-1 {
    padding-right: 0.4rem !important; }

  .m-gutter-sm-right-1 {
    margin-right: 0.4rem !important; }

  .m-gutter-sm-right-1-negative {
    margin-right: -0.4rem !important; }

  .p-gutter-sm-right-2 {
    padding-right: 0.8rem !important; }

  .m-gutter-sm-right-2 {
    margin-right: 0.8rem !important; }

  .m-gutter-sm-right-2-negative {
    margin-right: -0.8rem !important; }

  .p-gutter-sm-right-3 {
    padding-right: 1.2rem !important; }

  .m-gutter-sm-right-3 {
    margin-right: 1.2rem !important; }

  .m-gutter-sm-right-3-negative {
    margin-right: -1.2rem !important; }

  .p-gutter-sm-right-4 {
    padding-right: 1.6rem !important; }

  .m-gutter-sm-right-4 {
    margin-right: 1.6rem !important; }

  .m-gutter-sm-right-4-negative {
    margin-right: -1.6rem !important; }

  .p-gutter-sm-right-5 {
    padding-right: 2rem !important; }

  .m-gutter-sm-right-5 {
    margin-right: 2rem !important; }

  .m-gutter-sm-right-5-negative {
    margin-right: -2rem !important; }

  .p-gutter-sm-right-6 {
    padding-right: 2.4rem !important; }

  .m-gutter-sm-right-6 {
    margin-right: 2.4rem !important; }

  .m-gutter-sm-right-6-negative {
    margin-right: -2.4rem !important; }

  .p-gutter-sm-right-7 {
    padding-right: 2.8rem !important; }

  .m-gutter-sm-right-7 {
    margin-right: 2.8rem !important; }

  .m-gutter-sm-right-7-negative {
    margin-right: -2.8rem !important; }

  .p-gutter-sm-right-8 {
    padding-right: 3.2rem !important; }

  .m-gutter-sm-right-8 {
    margin-right: 3.2rem !important; }

  .m-gutter-sm-right-8-negative {
    margin-right: -3.2rem !important; }

  .p-gutter-sm-right-9 {
    padding-right: 3.6rem !important; }

  .m-gutter-sm-right-9 {
    margin-right: 3.6rem !important; }

  .m-gutter-sm-right-9-negative {
    margin-right: -3.6rem !important; }

  .p-gutter-sm-right-10 {
    padding-right: 4rem !important; }

  .m-gutter-sm-right-10 {
    margin-right: 4rem !important; }

  .m-gutter-sm-right-10-negative {
    margin-right: -4rem !important; }

  .p-gutter-sm-bottom-0 {
    padding-bottom: 0rem !important; }

  .m-gutter-sm-bottom-0 {
    margin-bottom: 0rem !important; }

  .m-gutter-sm-bottom-0-negative {
    margin-bottom: 0rem !important; }

  .p-gutter-sm-bottom-1 {
    padding-bottom: 0.4rem !important; }

  .m-gutter-sm-bottom-1 {
    margin-bottom: 0.4rem !important; }

  .m-gutter-sm-bottom-1-negative {
    margin-bottom: -0.4rem !important; }

  .p-gutter-sm-bottom-2 {
    padding-bottom: 0.8rem !important; }

  .m-gutter-sm-bottom-2 {
    margin-bottom: 0.8rem !important; }

  .m-gutter-sm-bottom-2-negative {
    margin-bottom: -0.8rem !important; }

  .p-gutter-sm-bottom-3 {
    padding-bottom: 1.2rem !important; }

  .m-gutter-sm-bottom-3 {
    margin-bottom: 1.2rem !important; }

  .m-gutter-sm-bottom-3-negative {
    margin-bottom: -1.2rem !important; }

  .p-gutter-sm-bottom-4 {
    padding-bottom: 1.6rem !important; }

  .m-gutter-sm-bottom-4 {
    margin-bottom: 1.6rem !important; }

  .m-gutter-sm-bottom-4-negative {
    margin-bottom: -1.6rem !important; }

  .p-gutter-sm-bottom-5 {
    padding-bottom: 2rem !important; }

  .m-gutter-sm-bottom-5 {
    margin-bottom: 2rem !important; }

  .m-gutter-sm-bottom-5-negative {
    margin-bottom: -2rem !important; }

  .p-gutter-sm-bottom-6 {
    padding-bottom: 2.4rem !important; }

  .m-gutter-sm-bottom-6 {
    margin-bottom: 2.4rem !important; }

  .m-gutter-sm-bottom-6-negative {
    margin-bottom: -2.4rem !important; }

  .p-gutter-sm-bottom-7 {
    padding-bottom: 2.8rem !important; }

  .m-gutter-sm-bottom-7 {
    margin-bottom: 2.8rem !important; }

  .m-gutter-sm-bottom-7-negative {
    margin-bottom: -2.8rem !important; }

  .p-gutter-sm-bottom-8 {
    padding-bottom: 3.2rem !important; }

  .m-gutter-sm-bottom-8 {
    margin-bottom: 3.2rem !important; }

  .m-gutter-sm-bottom-8-negative {
    margin-bottom: -3.2rem !important; }

  .p-gutter-sm-bottom-9 {
    padding-bottom: 3.6rem !important; }

  .m-gutter-sm-bottom-9 {
    margin-bottom: 3.6rem !important; }

  .m-gutter-sm-bottom-9-negative {
    margin-bottom: -3.6rem !important; }

  .p-gutter-sm-bottom-10 {
    padding-bottom: 4rem !important; }

  .m-gutter-sm-bottom-10 {
    margin-bottom: 4rem !important; }

  .m-gutter-sm-bottom-10-negative {
    margin-bottom: -4rem !important; } }
@media (min-width: 992px) {
  .p-gutter-md-0 {
    padding: 0rem !important; }

  .m-gutter-md-0 {
    margin: 0rem !important; }

  .m-gutter-md-0-negative {
    margin: 0rem !important; }

  .p-gutter-md-1 {
    padding: 0.4rem !important; }

  .m-gutter-md-1 {
    margin: 0.4rem !important; }

  .m-gutter-md-1-negative {
    margin: -0.4rem !important; }

  .p-gutter-md-2 {
    padding: 0.8rem !important; }

  .m-gutter-md-2 {
    margin: 0.8rem !important; }

  .m-gutter-md-2-negative {
    margin: -0.8rem !important; }

  .p-gutter-md-3 {
    padding: 1.2rem !important; }

  .m-gutter-md-3 {
    margin: 1.2rem !important; }

  .m-gutter-md-3-negative {
    margin: -1.2rem !important; }

  .p-gutter-md-4 {
    padding: 1.6rem !important; }

  .m-gutter-md-4 {
    margin: 1.6rem !important; }

  .m-gutter-md-4-negative {
    margin: -1.6rem !important; }

  .p-gutter-md-5 {
    padding: 2rem !important; }

  .m-gutter-md-5 {
    margin: 2rem !important; }

  .m-gutter-md-5-negative {
    margin: -2rem !important; }

  .p-gutter-md-6 {
    padding: 2.4rem !important; }

  .m-gutter-md-6 {
    margin: 2.4rem !important; }

  .m-gutter-md-6-negative {
    margin: -2.4rem !important; }

  .p-gutter-md-7 {
    padding: 2.8rem !important; }

  .m-gutter-md-7 {
    margin: 2.8rem !important; }

  .m-gutter-md-7-negative {
    margin: -2.8rem !important; }

  .p-gutter-md-8 {
    padding: 3.2rem !important; }

  .m-gutter-md-8 {
    margin: 3.2rem !important; }

  .m-gutter-md-8-negative {
    margin: -3.2rem !important; }

  .p-gutter-md-9 {
    padding: 3.6rem !important; }

  .m-gutter-md-9 {
    margin: 3.6rem !important; }

  .m-gutter-md-9-negative {
    margin: -3.6rem !important; }

  .p-gutter-md-10 {
    padding: 4rem !important; }

  .m-gutter-md-10 {
    margin: 4rem !important; }

  .m-gutter-md-10-negative {
    margin: -4rem !important; }

  .p-gutter-md-top-0 {
    padding-top: 0rem !important; }

  .m-gutter-md-top-0 {
    margin-top: 0rem !important; }

  .m-gutter-md-top-0-negative {
    margin-top: 0rem !important; }

  .p-gutter-md-top-1 {
    padding-top: 0.4rem !important; }

  .m-gutter-md-top-1 {
    margin-top: 0.4rem !important; }

  .m-gutter-md-top-1-negative {
    margin-top: -0.4rem !important; }

  .p-gutter-md-top-2 {
    padding-top: 0.8rem !important; }

  .m-gutter-md-top-2 {
    margin-top: 0.8rem !important; }

  .m-gutter-md-top-2-negative {
    margin-top: -0.8rem !important; }

  .p-gutter-md-top-3 {
    padding-top: 1.2rem !important; }

  .m-gutter-md-top-3 {
    margin-top: 1.2rem !important; }

  .m-gutter-md-top-3-negative {
    margin-top: -1.2rem !important; }

  .p-gutter-md-top-4 {
    padding-top: 1.6rem !important; }

  .m-gutter-md-top-4 {
    margin-top: 1.6rem !important; }

  .m-gutter-md-top-4-negative {
    margin-top: -1.6rem !important; }

  .p-gutter-md-top-5 {
    padding-top: 2rem !important; }

  .m-gutter-md-top-5 {
    margin-top: 2rem !important; }

  .m-gutter-md-top-5-negative {
    margin-top: -2rem !important; }

  .p-gutter-md-top-6 {
    padding-top: 2.4rem !important; }

  .m-gutter-md-top-6 {
    margin-top: 2.4rem !important; }

  .m-gutter-md-top-6-negative {
    margin-top: -2.4rem !important; }

  .p-gutter-md-top-7 {
    padding-top: 2.8rem !important; }

  .m-gutter-md-top-7 {
    margin-top: 2.8rem !important; }

  .m-gutter-md-top-7-negative {
    margin-top: -2.8rem !important; }

  .p-gutter-md-top-8 {
    padding-top: 3.2rem !important; }

  .m-gutter-md-top-8 {
    margin-top: 3.2rem !important; }

  .m-gutter-md-top-8-negative {
    margin-top: -3.2rem !important; }

  .p-gutter-md-top-9 {
    padding-top: 3.6rem !important; }

  .m-gutter-md-top-9 {
    margin-top: 3.6rem !important; }

  .m-gutter-md-top-9-negative {
    margin-top: -3.6rem !important; }

  .p-gutter-md-top-10 {
    padding-top: 4rem !important; }

  .m-gutter-md-top-10 {
    margin-top: 4rem !important; }

  .m-gutter-md-top-10-negative {
    margin-top: -4rem !important; }

  .p-gutter-md-left-0 {
    padding-left: 0rem !important; }

  .m-gutter-md-left-0 {
    margin-left: 0rem !important; }

  .m-gutter-md-left-0-negative {
    margin-left: 0rem !important; }

  .p-gutter-md-left-1 {
    padding-left: 0.4rem !important; }

  .m-gutter-md-left-1 {
    margin-left: 0.4rem !important; }

  .m-gutter-md-left-1-negative {
    margin-left: -0.4rem !important; }

  .p-gutter-md-left-2 {
    padding-left: 0.8rem !important; }

  .m-gutter-md-left-2 {
    margin-left: 0.8rem !important; }

  .m-gutter-md-left-2-negative {
    margin-left: -0.8rem !important; }

  .p-gutter-md-left-3 {
    padding-left: 1.2rem !important; }

  .m-gutter-md-left-3 {
    margin-left: 1.2rem !important; }

  .m-gutter-md-left-3-negative {
    margin-left: -1.2rem !important; }

  .p-gutter-md-left-4 {
    padding-left: 1.6rem !important; }

  .m-gutter-md-left-4 {
    margin-left: 1.6rem !important; }

  .m-gutter-md-left-4-negative {
    margin-left: -1.6rem !important; }

  .p-gutter-md-left-5 {
    padding-left: 2rem !important; }

  .m-gutter-md-left-5 {
    margin-left: 2rem !important; }

  .m-gutter-md-left-5-negative {
    margin-left: -2rem !important; }

  .p-gutter-md-left-6 {
    padding-left: 2.4rem !important; }

  .m-gutter-md-left-6 {
    margin-left: 2.4rem !important; }

  .m-gutter-md-left-6-negative {
    margin-left: -2.4rem !important; }

  .p-gutter-md-left-7 {
    padding-left: 2.8rem !important; }

  .m-gutter-md-left-7 {
    margin-left: 2.8rem !important; }

  .m-gutter-md-left-7-negative {
    margin-left: -2.8rem !important; }

  .p-gutter-md-left-8 {
    padding-left: 3.2rem !important; }

  .m-gutter-md-left-8 {
    margin-left: 3.2rem !important; }

  .m-gutter-md-left-8-negative {
    margin-left: -3.2rem !important; }

  .p-gutter-md-left-9 {
    padding-left: 3.6rem !important; }

  .m-gutter-md-left-9 {
    margin-left: 3.6rem !important; }

  .m-gutter-md-left-9-negative {
    margin-left: -3.6rem !important; }

  .p-gutter-md-left-10 {
    padding-left: 4rem !important; }

  .m-gutter-md-left-10 {
    margin-left: 4rem !important; }

  .m-gutter-md-left-10-negative {
    margin-left: -4rem !important; }

  .p-gutter-md-right-0 {
    padding-right: 0rem !important; }

  .m-gutter-md-right-0 {
    margin-right: 0rem !important; }

  .m-gutter-md-right-0-negative {
    margin-right: 0rem !important; }

  .p-gutter-md-right-1 {
    padding-right: 0.4rem !important; }

  .m-gutter-md-right-1 {
    margin-right: 0.4rem !important; }

  .m-gutter-md-right-1-negative {
    margin-right: -0.4rem !important; }

  .p-gutter-md-right-2 {
    padding-right: 0.8rem !important; }

  .m-gutter-md-right-2 {
    margin-right: 0.8rem !important; }

  .m-gutter-md-right-2-negative {
    margin-right: -0.8rem !important; }

  .p-gutter-md-right-3 {
    padding-right: 1.2rem !important; }

  .m-gutter-md-right-3 {
    margin-right: 1.2rem !important; }

  .m-gutter-md-right-3-negative {
    margin-right: -1.2rem !important; }

  .p-gutter-md-right-4 {
    padding-right: 1.6rem !important; }

  .m-gutter-md-right-4 {
    margin-right: 1.6rem !important; }

  .m-gutter-md-right-4-negative {
    margin-right: -1.6rem !important; }

  .p-gutter-md-right-5 {
    padding-right: 2rem !important; }

  .m-gutter-md-right-5 {
    margin-right: 2rem !important; }

  .m-gutter-md-right-5-negative {
    margin-right: -2rem !important; }

  .p-gutter-md-right-6 {
    padding-right: 2.4rem !important; }

  .m-gutter-md-right-6 {
    margin-right: 2.4rem !important; }

  .m-gutter-md-right-6-negative {
    margin-right: -2.4rem !important; }

  .p-gutter-md-right-7 {
    padding-right: 2.8rem !important; }

  .m-gutter-md-right-7 {
    margin-right: 2.8rem !important; }

  .m-gutter-md-right-7-negative {
    margin-right: -2.8rem !important; }

  .p-gutter-md-right-8 {
    padding-right: 3.2rem !important; }

  .m-gutter-md-right-8 {
    margin-right: 3.2rem !important; }

  .m-gutter-md-right-8-negative {
    margin-right: -3.2rem !important; }

  .p-gutter-md-right-9 {
    padding-right: 3.6rem !important; }

  .m-gutter-md-right-9 {
    margin-right: 3.6rem !important; }

  .m-gutter-md-right-9-negative {
    margin-right: -3.6rem !important; }

  .p-gutter-md-right-10 {
    padding-right: 4rem !important; }

  .m-gutter-md-right-10 {
    margin-right: 4rem !important; }

  .m-gutter-md-right-10-negative {
    margin-right: -4rem !important; }

  .p-gutter-md-bottom-0 {
    padding-bottom: 0rem !important; }

  .m-gutter-md-bottom-0 {
    margin-bottom: 0rem !important; }

  .m-gutter-md-bottom-0-negative {
    margin-bottom: 0rem !important; }

  .p-gutter-md-bottom-1 {
    padding-bottom: 0.4rem !important; }

  .m-gutter-md-bottom-1 {
    margin-bottom: 0.4rem !important; }

  .m-gutter-md-bottom-1-negative {
    margin-bottom: -0.4rem !important; }

  .p-gutter-md-bottom-2 {
    padding-bottom: 0.8rem !important; }

  .m-gutter-md-bottom-2 {
    margin-bottom: 0.8rem !important; }

  .m-gutter-md-bottom-2-negative {
    margin-bottom: -0.8rem !important; }

  .p-gutter-md-bottom-3 {
    padding-bottom: 1.2rem !important; }

  .m-gutter-md-bottom-3 {
    margin-bottom: 1.2rem !important; }

  .m-gutter-md-bottom-3-negative {
    margin-bottom: -1.2rem !important; }

  .p-gutter-md-bottom-4 {
    padding-bottom: 1.6rem !important; }

  .m-gutter-md-bottom-4 {
    margin-bottom: 1.6rem !important; }

  .m-gutter-md-bottom-4-negative {
    margin-bottom: -1.6rem !important; }

  .p-gutter-md-bottom-5 {
    padding-bottom: 2rem !important; }

  .m-gutter-md-bottom-5 {
    margin-bottom: 2rem !important; }

  .m-gutter-md-bottom-5-negative {
    margin-bottom: -2rem !important; }

  .p-gutter-md-bottom-6 {
    padding-bottom: 2.4rem !important; }

  .m-gutter-md-bottom-6 {
    margin-bottom: 2.4rem !important; }

  .m-gutter-md-bottom-6-negative {
    margin-bottom: -2.4rem !important; }

  .p-gutter-md-bottom-7 {
    padding-bottom: 2.8rem !important; }

  .m-gutter-md-bottom-7 {
    margin-bottom: 2.8rem !important; }

  .m-gutter-md-bottom-7-negative {
    margin-bottom: -2.8rem !important; }

  .p-gutter-md-bottom-8 {
    padding-bottom: 3.2rem !important; }

  .m-gutter-md-bottom-8 {
    margin-bottom: 3.2rem !important; }

  .m-gutter-md-bottom-8-negative {
    margin-bottom: -3.2rem !important; }

  .p-gutter-md-bottom-9 {
    padding-bottom: 3.6rem !important; }

  .m-gutter-md-bottom-9 {
    margin-bottom: 3.6rem !important; }

  .m-gutter-md-bottom-9-negative {
    margin-bottom: -3.6rem !important; }

  .p-gutter-md-bottom-10 {
    padding-bottom: 4rem !important; }

  .m-gutter-md-bottom-10 {
    margin-bottom: 4rem !important; }

  .m-gutter-md-bottom-10-negative {
    margin-bottom: -4rem !important; } }
@media (min-width: 1200px) {
  .p-gutter-lg-0 {
    padding: 0rem !important; }

  .m-gutter-lg-0 {
    margin: 0rem !important; }

  .m-gutter-lg-0-negative {
    margin: 0rem !important; }

  .p-gutter-lg-1 {
    padding: 0.4rem !important; }

  .m-gutter-lg-1 {
    margin: 0.4rem !important; }

  .m-gutter-lg-1-negative {
    margin: -0.4rem !important; }

  .p-gutter-lg-2 {
    padding: 0.8rem !important; }

  .m-gutter-lg-2 {
    margin: 0.8rem !important; }

  .m-gutter-lg-2-negative {
    margin: -0.8rem !important; }

  .p-gutter-lg-3 {
    padding: 1.2rem !important; }

  .m-gutter-lg-3 {
    margin: 1.2rem !important; }

  .m-gutter-lg-3-negative {
    margin: -1.2rem !important; }

  .p-gutter-lg-4 {
    padding: 1.6rem !important; }

  .m-gutter-lg-4 {
    margin: 1.6rem !important; }

  .m-gutter-lg-4-negative {
    margin: -1.6rem !important; }

  .p-gutter-lg-5 {
    padding: 2rem !important; }

  .m-gutter-lg-5 {
    margin: 2rem !important; }

  .m-gutter-lg-5-negative {
    margin: -2rem !important; }

  .p-gutter-lg-6 {
    padding: 2.4rem !important; }

  .m-gutter-lg-6 {
    margin: 2.4rem !important; }

  .m-gutter-lg-6-negative {
    margin: -2.4rem !important; }

  .p-gutter-lg-7 {
    padding: 2.8rem !important; }

  .m-gutter-lg-7 {
    margin: 2.8rem !important; }

  .m-gutter-lg-7-negative {
    margin: -2.8rem !important; }

  .p-gutter-lg-8 {
    padding: 3.2rem !important; }

  .m-gutter-lg-8 {
    margin: 3.2rem !important; }

  .m-gutter-lg-8-negative {
    margin: -3.2rem !important; }

  .p-gutter-lg-9 {
    padding: 3.6rem !important; }

  .m-gutter-lg-9 {
    margin: 3.6rem !important; }

  .m-gutter-lg-9-negative {
    margin: -3.6rem !important; }

  .p-gutter-lg-10 {
    padding: 4rem !important; }

  .m-gutter-lg-10 {
    margin: 4rem !important; }

  .m-gutter-lg-10-negative {
    margin: -4rem !important; }

  .p-gutter-lg-top-0 {
    padding-top: 0rem !important; }

  .m-gutter-lg-top-0 {
    margin-top: 0rem !important; }

  .m-gutter-lg-top-0-negative {
    margin-top: 0rem !important; }

  .p-gutter-lg-top-1 {
    padding-top: 0.4rem !important; }

  .m-gutter-lg-top-1 {
    margin-top: 0.4rem !important; }

  .m-gutter-lg-top-1-negative {
    margin-top: -0.4rem !important; }

  .p-gutter-lg-top-2 {
    padding-top: 0.8rem !important; }

  .m-gutter-lg-top-2 {
    margin-top: 0.8rem !important; }

  .m-gutter-lg-top-2-negative {
    margin-top: -0.8rem !important; }

  .p-gutter-lg-top-3 {
    padding-top: 1.2rem !important; }

  .m-gutter-lg-top-3 {
    margin-top: 1.2rem !important; }

  .m-gutter-lg-top-3-negative {
    margin-top: -1.2rem !important; }

  .p-gutter-lg-top-4 {
    padding-top: 1.6rem !important; }

  .m-gutter-lg-top-4 {
    margin-top: 1.6rem !important; }

  .m-gutter-lg-top-4-negative {
    margin-top: -1.6rem !important; }

  .p-gutter-lg-top-5 {
    padding-top: 2rem !important; }

  .m-gutter-lg-top-5 {
    margin-top: 2rem !important; }

  .m-gutter-lg-top-5-negative {
    margin-top: -2rem !important; }

  .p-gutter-lg-top-6 {
    padding-top: 2.4rem !important; }

  .m-gutter-lg-top-6 {
    margin-top: 2.4rem !important; }

  .m-gutter-lg-top-6-negative {
    margin-top: -2.4rem !important; }

  .p-gutter-lg-top-7 {
    padding-top: 2.8rem !important; }

  .m-gutter-lg-top-7 {
    margin-top: 2.8rem !important; }

  .m-gutter-lg-top-7-negative {
    margin-top: -2.8rem !important; }

  .p-gutter-lg-top-8 {
    padding-top: 3.2rem !important; }

  .m-gutter-lg-top-8 {
    margin-top: 3.2rem !important; }

  .m-gutter-lg-top-8-negative {
    margin-top: -3.2rem !important; }

  .p-gutter-lg-top-9 {
    padding-top: 3.6rem !important; }

  .m-gutter-lg-top-9 {
    margin-top: 3.6rem !important; }

  .m-gutter-lg-top-9-negative {
    margin-top: -3.6rem !important; }

  .p-gutter-lg-top-10 {
    padding-top: 4rem !important; }

  .m-gutter-lg-top-10 {
    margin-top: 4rem !important; }

  .m-gutter-lg-top-10-negative {
    margin-top: -4rem !important; }

  .p-gutter-lg-left-0 {
    padding-left: 0rem !important; }

  .m-gutter-lg-left-0 {
    margin-left: 0rem !important; }

  .m-gutter-lg-left-0-negative {
    margin-left: 0rem !important; }

  .p-gutter-lg-left-1 {
    padding-left: 0.4rem !important; }

  .m-gutter-lg-left-1 {
    margin-left: 0.4rem !important; }

  .m-gutter-lg-left-1-negative {
    margin-left: -0.4rem !important; }

  .p-gutter-lg-left-2 {
    padding-left: 0.8rem !important; }

  .m-gutter-lg-left-2 {
    margin-left: 0.8rem !important; }

  .m-gutter-lg-left-2-negative {
    margin-left: -0.8rem !important; }

  .p-gutter-lg-left-3 {
    padding-left: 1.2rem !important; }

  .m-gutter-lg-left-3 {
    margin-left: 1.2rem !important; }

  .m-gutter-lg-left-3-negative {
    margin-left: -1.2rem !important; }

  .p-gutter-lg-left-4 {
    padding-left: 1.6rem !important; }

  .m-gutter-lg-left-4 {
    margin-left: 1.6rem !important; }

  .m-gutter-lg-left-4-negative {
    margin-left: -1.6rem !important; }

  .p-gutter-lg-left-5 {
    padding-left: 2rem !important; }

  .m-gutter-lg-left-5 {
    margin-left: 2rem !important; }

  .m-gutter-lg-left-5-negative {
    margin-left: -2rem !important; }

  .p-gutter-lg-left-6 {
    padding-left: 2.4rem !important; }

  .m-gutter-lg-left-6 {
    margin-left: 2.4rem !important; }

  .m-gutter-lg-left-6-negative {
    margin-left: -2.4rem !important; }

  .p-gutter-lg-left-7 {
    padding-left: 2.8rem !important; }

  .m-gutter-lg-left-7 {
    margin-left: 2.8rem !important; }

  .m-gutter-lg-left-7-negative {
    margin-left: -2.8rem !important; }

  .p-gutter-lg-left-8 {
    padding-left: 3.2rem !important; }

  .m-gutter-lg-left-8 {
    margin-left: 3.2rem !important; }

  .m-gutter-lg-left-8-negative {
    margin-left: -3.2rem !important; }

  .p-gutter-lg-left-9 {
    padding-left: 3.6rem !important; }

  .m-gutter-lg-left-9 {
    margin-left: 3.6rem !important; }

  .m-gutter-lg-left-9-negative {
    margin-left: -3.6rem !important; }

  .p-gutter-lg-left-10 {
    padding-left: 4rem !important; }

  .m-gutter-lg-left-10 {
    margin-left: 4rem !important; }

  .m-gutter-lg-left-10-negative {
    margin-left: -4rem !important; }

  .p-gutter-lg-right-0 {
    padding-right: 0rem !important; }

  .m-gutter-lg-right-0 {
    margin-right: 0rem !important; }

  .m-gutter-lg-right-0-negative {
    margin-right: 0rem !important; }

  .p-gutter-lg-right-1 {
    padding-right: 0.4rem !important; }

  .m-gutter-lg-right-1 {
    margin-right: 0.4rem !important; }

  .m-gutter-lg-right-1-negative {
    margin-right: -0.4rem !important; }

  .p-gutter-lg-right-2 {
    padding-right: 0.8rem !important; }

  .m-gutter-lg-right-2 {
    margin-right: 0.8rem !important; }

  .m-gutter-lg-right-2-negative {
    margin-right: -0.8rem !important; }

  .p-gutter-lg-right-3 {
    padding-right: 1.2rem !important; }

  .m-gutter-lg-right-3 {
    margin-right: 1.2rem !important; }

  .m-gutter-lg-right-3-negative {
    margin-right: -1.2rem !important; }

  .p-gutter-lg-right-4 {
    padding-right: 1.6rem !important; }

  .m-gutter-lg-right-4 {
    margin-right: 1.6rem !important; }

  .m-gutter-lg-right-4-negative {
    margin-right: -1.6rem !important; }

  .p-gutter-lg-right-5 {
    padding-right: 2rem !important; }

  .m-gutter-lg-right-5 {
    margin-right: 2rem !important; }

  .m-gutter-lg-right-5-negative {
    margin-right: -2rem !important; }

  .p-gutter-lg-right-6 {
    padding-right: 2.4rem !important; }

  .m-gutter-lg-right-6 {
    margin-right: 2.4rem !important; }

  .m-gutter-lg-right-6-negative {
    margin-right: -2.4rem !important; }

  .p-gutter-lg-right-7 {
    padding-right: 2.8rem !important; }

  .m-gutter-lg-right-7 {
    margin-right: 2.8rem !important; }

  .m-gutter-lg-right-7-negative {
    margin-right: -2.8rem !important; }

  .p-gutter-lg-right-8 {
    padding-right: 3.2rem !important; }

  .m-gutter-lg-right-8 {
    margin-right: 3.2rem !important; }

  .m-gutter-lg-right-8-negative {
    margin-right: -3.2rem !important; }

  .p-gutter-lg-right-9 {
    padding-right: 3.6rem !important; }

  .m-gutter-lg-right-9 {
    margin-right: 3.6rem !important; }

  .m-gutter-lg-right-9-negative {
    margin-right: -3.6rem !important; }

  .p-gutter-lg-right-10 {
    padding-right: 4rem !important; }

  .m-gutter-lg-right-10 {
    margin-right: 4rem !important; }

  .m-gutter-lg-right-10-negative {
    margin-right: -4rem !important; }

  .p-gutter-lg-bottom-0 {
    padding-bottom: 0rem !important; }

  .m-gutter-lg-bottom-0 {
    margin-bottom: 0rem !important; }

  .m-gutter-lg-bottom-0-negative {
    margin-bottom: 0rem !important; }

  .p-gutter-lg-bottom-1 {
    padding-bottom: 0.4rem !important; }

  .m-gutter-lg-bottom-1 {
    margin-bottom: 0.4rem !important; }

  .m-gutter-lg-bottom-1-negative {
    margin-bottom: -0.4rem !important; }

  .p-gutter-lg-bottom-2 {
    padding-bottom: 0.8rem !important; }

  .m-gutter-lg-bottom-2 {
    margin-bottom: 0.8rem !important; }

  .m-gutter-lg-bottom-2-negative {
    margin-bottom: -0.8rem !important; }

  .p-gutter-lg-bottom-3 {
    padding-bottom: 1.2rem !important; }

  .m-gutter-lg-bottom-3 {
    margin-bottom: 1.2rem !important; }

  .m-gutter-lg-bottom-3-negative {
    margin-bottom: -1.2rem !important; }

  .p-gutter-lg-bottom-4 {
    padding-bottom: 1.6rem !important; }

  .m-gutter-lg-bottom-4 {
    margin-bottom: 1.6rem !important; }

  .m-gutter-lg-bottom-4-negative {
    margin-bottom: -1.6rem !important; }

  .p-gutter-lg-bottom-5 {
    padding-bottom: 2rem !important; }

  .m-gutter-lg-bottom-5 {
    margin-bottom: 2rem !important; }

  .m-gutter-lg-bottom-5-negative {
    margin-bottom: -2rem !important; }

  .p-gutter-lg-bottom-6 {
    padding-bottom: 2.4rem !important; }

  .m-gutter-lg-bottom-6 {
    margin-bottom: 2.4rem !important; }

  .m-gutter-lg-bottom-6-negative {
    margin-bottom: -2.4rem !important; }

  .p-gutter-lg-bottom-7 {
    padding-bottom: 2.8rem !important; }

  .m-gutter-lg-bottom-7 {
    margin-bottom: 2.8rem !important; }

  .m-gutter-lg-bottom-7-negative {
    margin-bottom: -2.8rem !important; }

  .p-gutter-lg-bottom-8 {
    padding-bottom: 3.2rem !important; }

  .m-gutter-lg-bottom-8 {
    margin-bottom: 3.2rem !important; }

  .m-gutter-lg-bottom-8-negative {
    margin-bottom: -3.2rem !important; }

  .p-gutter-lg-bottom-9 {
    padding-bottom: 3.6rem !important; }

  .m-gutter-lg-bottom-9 {
    margin-bottom: 3.6rem !important; }

  .m-gutter-lg-bottom-9-negative {
    margin-bottom: -3.6rem !important; }

  .p-gutter-lg-bottom-10 {
    padding-bottom: 4rem !important; }

  .m-gutter-lg-bottom-10 {
    margin-bottom: 4rem !important; }

  .m-gutter-lg-bottom-10-negative {
    margin-bottom: -4rem !important; } }
@media (min-width: 1600px) {
  .p-gutter-xl-0 {
    padding: 0rem !important; }

  .m-gutter-xl-0 {
    margin: 0rem !important; }

  .m-gutter-xl-0-negative {
    margin: 0rem !important; }

  .p-gutter-xl-1 {
    padding: 0.4rem !important; }

  .m-gutter-xl-1 {
    margin: 0.4rem !important; }

  .m-gutter-xl-1-negative {
    margin: -0.4rem !important; }

  .p-gutter-xl-2 {
    padding: 0.8rem !important; }

  .m-gutter-xl-2 {
    margin: 0.8rem !important; }

  .m-gutter-xl-2-negative {
    margin: -0.8rem !important; }

  .p-gutter-xl-3 {
    padding: 1.2rem !important; }

  .m-gutter-xl-3 {
    margin: 1.2rem !important; }

  .m-gutter-xl-3-negative {
    margin: -1.2rem !important; }

  .p-gutter-xl-4 {
    padding: 1.6rem !important; }

  .m-gutter-xl-4 {
    margin: 1.6rem !important; }

  .m-gutter-xl-4-negative {
    margin: -1.6rem !important; }

  .p-gutter-xl-5 {
    padding: 2rem !important; }

  .m-gutter-xl-5 {
    margin: 2rem !important; }

  .m-gutter-xl-5-negative {
    margin: -2rem !important; }

  .p-gutter-xl-6 {
    padding: 2.4rem !important; }

  .m-gutter-xl-6 {
    margin: 2.4rem !important; }

  .m-gutter-xl-6-negative {
    margin: -2.4rem !important; }

  .p-gutter-xl-7 {
    padding: 2.8rem !important; }

  .m-gutter-xl-7 {
    margin: 2.8rem !important; }

  .m-gutter-xl-7-negative {
    margin: -2.8rem !important; }

  .p-gutter-xl-8 {
    padding: 3.2rem !important; }

  .m-gutter-xl-8 {
    margin: 3.2rem !important; }

  .m-gutter-xl-8-negative {
    margin: -3.2rem !important; }

  .p-gutter-xl-9 {
    padding: 3.6rem !important; }

  .m-gutter-xl-9 {
    margin: 3.6rem !important; }

  .m-gutter-xl-9-negative {
    margin: -3.6rem !important; }

  .p-gutter-xl-10 {
    padding: 4rem !important; }

  .m-gutter-xl-10 {
    margin: 4rem !important; }

  .m-gutter-xl-10-negative {
    margin: -4rem !important; }

  .p-gutter-xl-top-0 {
    padding-top: 0rem !important; }

  .m-gutter-xl-top-0 {
    margin-top: 0rem !important; }

  .m-gutter-xl-top-0-negative {
    margin-top: 0rem !important; }

  .p-gutter-xl-top-1 {
    padding-top: 0.4rem !important; }

  .m-gutter-xl-top-1 {
    margin-top: 0.4rem !important; }

  .m-gutter-xl-top-1-negative {
    margin-top: -0.4rem !important; }

  .p-gutter-xl-top-2 {
    padding-top: 0.8rem !important; }

  .m-gutter-xl-top-2 {
    margin-top: 0.8rem !important; }

  .m-gutter-xl-top-2-negative {
    margin-top: -0.8rem !important; }

  .p-gutter-xl-top-3 {
    padding-top: 1.2rem !important; }

  .m-gutter-xl-top-3 {
    margin-top: 1.2rem !important; }

  .m-gutter-xl-top-3-negative {
    margin-top: -1.2rem !important; }

  .p-gutter-xl-top-4 {
    padding-top: 1.6rem !important; }

  .m-gutter-xl-top-4 {
    margin-top: 1.6rem !important; }

  .m-gutter-xl-top-4-negative {
    margin-top: -1.6rem !important; }

  .p-gutter-xl-top-5 {
    padding-top: 2rem !important; }

  .m-gutter-xl-top-5 {
    margin-top: 2rem !important; }

  .m-gutter-xl-top-5-negative {
    margin-top: -2rem !important; }

  .p-gutter-xl-top-6 {
    padding-top: 2.4rem !important; }

  .m-gutter-xl-top-6 {
    margin-top: 2.4rem !important; }

  .m-gutter-xl-top-6-negative {
    margin-top: -2.4rem !important; }

  .p-gutter-xl-top-7 {
    padding-top: 2.8rem !important; }

  .m-gutter-xl-top-7 {
    margin-top: 2.8rem !important; }

  .m-gutter-xl-top-7-negative {
    margin-top: -2.8rem !important; }

  .p-gutter-xl-top-8 {
    padding-top: 3.2rem !important; }

  .m-gutter-xl-top-8 {
    margin-top: 3.2rem !important; }

  .m-gutter-xl-top-8-negative {
    margin-top: -3.2rem !important; }

  .p-gutter-xl-top-9 {
    padding-top: 3.6rem !important; }

  .m-gutter-xl-top-9 {
    margin-top: 3.6rem !important; }

  .m-gutter-xl-top-9-negative {
    margin-top: -3.6rem !important; }

  .p-gutter-xl-top-10 {
    padding-top: 4rem !important; }

  .m-gutter-xl-top-10 {
    margin-top: 4rem !important; }

  .m-gutter-xl-top-10-negative {
    margin-top: -4rem !important; }

  .p-gutter-xl-left-0 {
    padding-left: 0rem !important; }

  .m-gutter-xl-left-0 {
    margin-left: 0rem !important; }

  .m-gutter-xl-left-0-negative {
    margin-left: 0rem !important; }

  .p-gutter-xl-left-1 {
    padding-left: 0.4rem !important; }

  .m-gutter-xl-left-1 {
    margin-left: 0.4rem !important; }

  .m-gutter-xl-left-1-negative {
    margin-left: -0.4rem !important; }

  .p-gutter-xl-left-2 {
    padding-left: 0.8rem !important; }

  .m-gutter-xl-left-2 {
    margin-left: 0.8rem !important; }

  .m-gutter-xl-left-2-negative {
    margin-left: -0.8rem !important; }

  .p-gutter-xl-left-3 {
    padding-left: 1.2rem !important; }

  .m-gutter-xl-left-3 {
    margin-left: 1.2rem !important; }

  .m-gutter-xl-left-3-negative {
    margin-left: -1.2rem !important; }

  .p-gutter-xl-left-4 {
    padding-left: 1.6rem !important; }

  .m-gutter-xl-left-4 {
    margin-left: 1.6rem !important; }

  .m-gutter-xl-left-4-negative {
    margin-left: -1.6rem !important; }

  .p-gutter-xl-left-5 {
    padding-left: 2rem !important; }

  .m-gutter-xl-left-5 {
    margin-left: 2rem !important; }

  .m-gutter-xl-left-5-negative {
    margin-left: -2rem !important; }

  .p-gutter-xl-left-6 {
    padding-left: 2.4rem !important; }

  .m-gutter-xl-left-6 {
    margin-left: 2.4rem !important; }

  .m-gutter-xl-left-6-negative {
    margin-left: -2.4rem !important; }

  .p-gutter-xl-left-7 {
    padding-left: 2.8rem !important; }

  .m-gutter-xl-left-7 {
    margin-left: 2.8rem !important; }

  .m-gutter-xl-left-7-negative {
    margin-left: -2.8rem !important; }

  .p-gutter-xl-left-8 {
    padding-left: 3.2rem !important; }

  .m-gutter-xl-left-8 {
    margin-left: 3.2rem !important; }

  .m-gutter-xl-left-8-negative {
    margin-left: -3.2rem !important; }

  .p-gutter-xl-left-9 {
    padding-left: 3.6rem !important; }

  .m-gutter-xl-left-9 {
    margin-left: 3.6rem !important; }

  .m-gutter-xl-left-9-negative {
    margin-left: -3.6rem !important; }

  .p-gutter-xl-left-10 {
    padding-left: 4rem !important; }

  .m-gutter-xl-left-10 {
    margin-left: 4rem !important; }

  .m-gutter-xl-left-10-negative {
    margin-left: -4rem !important; }

  .p-gutter-xl-right-0 {
    padding-right: 0rem !important; }

  .m-gutter-xl-right-0 {
    margin-right: 0rem !important; }

  .m-gutter-xl-right-0-negative {
    margin-right: 0rem !important; }

  .p-gutter-xl-right-1 {
    padding-right: 0.4rem !important; }

  .m-gutter-xl-right-1 {
    margin-right: 0.4rem !important; }

  .m-gutter-xl-right-1-negative {
    margin-right: -0.4rem !important; }

  .p-gutter-xl-right-2 {
    padding-right: 0.8rem !important; }

  .m-gutter-xl-right-2 {
    margin-right: 0.8rem !important; }

  .m-gutter-xl-right-2-negative {
    margin-right: -0.8rem !important; }

  .p-gutter-xl-right-3 {
    padding-right: 1.2rem !important; }

  .m-gutter-xl-right-3 {
    margin-right: 1.2rem !important; }

  .m-gutter-xl-right-3-negative {
    margin-right: -1.2rem !important; }

  .p-gutter-xl-right-4 {
    padding-right: 1.6rem !important; }

  .m-gutter-xl-right-4 {
    margin-right: 1.6rem !important; }

  .m-gutter-xl-right-4-negative {
    margin-right: -1.6rem !important; }

  .p-gutter-xl-right-5 {
    padding-right: 2rem !important; }

  .m-gutter-xl-right-5 {
    margin-right: 2rem !important; }

  .m-gutter-xl-right-5-negative {
    margin-right: -2rem !important; }

  .p-gutter-xl-right-6 {
    padding-right: 2.4rem !important; }

  .m-gutter-xl-right-6 {
    margin-right: 2.4rem !important; }

  .m-gutter-xl-right-6-negative {
    margin-right: -2.4rem !important; }

  .p-gutter-xl-right-7 {
    padding-right: 2.8rem !important; }

  .m-gutter-xl-right-7 {
    margin-right: 2.8rem !important; }

  .m-gutter-xl-right-7-negative {
    margin-right: -2.8rem !important; }

  .p-gutter-xl-right-8 {
    padding-right: 3.2rem !important; }

  .m-gutter-xl-right-8 {
    margin-right: 3.2rem !important; }

  .m-gutter-xl-right-8-negative {
    margin-right: -3.2rem !important; }

  .p-gutter-xl-right-9 {
    padding-right: 3.6rem !important; }

  .m-gutter-xl-right-9 {
    margin-right: 3.6rem !important; }

  .m-gutter-xl-right-9-negative {
    margin-right: -3.6rem !important; }

  .p-gutter-xl-right-10 {
    padding-right: 4rem !important; }

  .m-gutter-xl-right-10 {
    margin-right: 4rem !important; }

  .m-gutter-xl-right-10-negative {
    margin-right: -4rem !important; }

  .p-gutter-xl-bottom-0 {
    padding-bottom: 0rem !important; }

  .m-gutter-xl-bottom-0 {
    margin-bottom: 0rem !important; }

  .m-gutter-xl-bottom-0-negative {
    margin-bottom: 0rem !important; }

  .p-gutter-xl-bottom-1 {
    padding-bottom: 0.4rem !important; }

  .m-gutter-xl-bottom-1 {
    margin-bottom: 0.4rem !important; }

  .m-gutter-xl-bottom-1-negative {
    margin-bottom: -0.4rem !important; }

  .p-gutter-xl-bottom-2 {
    padding-bottom: 0.8rem !important; }

  .m-gutter-xl-bottom-2 {
    margin-bottom: 0.8rem !important; }

  .m-gutter-xl-bottom-2-negative {
    margin-bottom: -0.8rem !important; }

  .p-gutter-xl-bottom-3 {
    padding-bottom: 1.2rem !important; }

  .m-gutter-xl-bottom-3 {
    margin-bottom: 1.2rem !important; }

  .m-gutter-xl-bottom-3-negative {
    margin-bottom: -1.2rem !important; }

  .p-gutter-xl-bottom-4 {
    padding-bottom: 1.6rem !important; }

  .m-gutter-xl-bottom-4 {
    margin-bottom: 1.6rem !important; }

  .m-gutter-xl-bottom-4-negative {
    margin-bottom: -1.6rem !important; }

  .p-gutter-xl-bottom-5 {
    padding-bottom: 2rem !important; }

  .m-gutter-xl-bottom-5 {
    margin-bottom: 2rem !important; }

  .m-gutter-xl-bottom-5-negative {
    margin-bottom: -2rem !important; }

  .p-gutter-xl-bottom-6 {
    padding-bottom: 2.4rem !important; }

  .m-gutter-xl-bottom-6 {
    margin-bottom: 2.4rem !important; }

  .m-gutter-xl-bottom-6-negative {
    margin-bottom: -2.4rem !important; }

  .p-gutter-xl-bottom-7 {
    padding-bottom: 2.8rem !important; }

  .m-gutter-xl-bottom-7 {
    margin-bottom: 2.8rem !important; }

  .m-gutter-xl-bottom-7-negative {
    margin-bottom: -2.8rem !important; }

  .p-gutter-xl-bottom-8 {
    padding-bottom: 3.2rem !important; }

  .m-gutter-xl-bottom-8 {
    margin-bottom: 3.2rem !important; }

  .m-gutter-xl-bottom-8-negative {
    margin-bottom: -3.2rem !important; }

  .p-gutter-xl-bottom-9 {
    padding-bottom: 3.6rem !important; }

  .m-gutter-xl-bottom-9 {
    margin-bottom: 3.6rem !important; }

  .m-gutter-xl-bottom-9-negative {
    margin-bottom: -3.6rem !important; }

  .p-gutter-xl-bottom-10 {
    padding-bottom: 4rem !important; }

  .m-gutter-xl-bottom-10 {
    margin-bottom: 4rem !important; }

  .m-gutter-xl-bottom-10-negative {
    margin-bottom: -4rem !important; } }
html {
  box-sizing: border-box; }
  html.x-hidden {
    overflow-x: hidden; }

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

.global_container {
  max-width: 1226px;
  margin: 0 auto; }

.index_container {
  padding-top: 30px;
  padding-bottom: 55px;
  min-height: 400px;
  /*overflow: hidden;*/ }
  @media only screen and (min-width: 1024px) {
    .index_container {
      padding-top: 30px; } }

.homepage_container {
  padding-top: 60px;
  /*overflow: hidden;*/ }

img {
  max-width: 100%;
  height: auto; }

.content_date {
  color: #146A4A;
  font-size: 15px;
  font-weight: 700;
  margin: -15px 0 20px 0; }

h1.main_title {
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 1024px) {
    h1.main_title {
      margin: 0 0 32px 0; } }

h2.object_title {
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 1200px) {
    h2.object_title {
      margin: 0 0 32px 0; } }

h2.widget_title {
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 1200px) {
    h2.widget_title {
      margin: 0 0 32px 0; } }

.one_widget {
  margin: 0 0 20px 0; }

/* List items */
.list_item {
  cursor: pointer;
  margin: 0 0 20px 0;
  width: 100%;
  font-weight: normal;
  /*
  //hover when list item has image
  &:hover .title_container, &:focus .title_container{
  	padding: $tarpas +5 $tarpas;
  	@include min(1200){padding: $tarpas_desktop + 5 $tarpas_desktop}
  }
  
  //hover when list item does not have image
  &:hover .no_image .title_container, &:focus .no_image .title_container{
  	padding: $tarpas - 5 $tarpas;
  	@include min(1200){padding: $tarpas_desktop - 5 $tarpas_desktop}
  	background: rgba($theme_color, 1);
  }
  */ }
  .list_item span {
    display: block; }
  @media only screen and (min-width: 600px) {
    .list_item {
      margin: 0 3% 3% 0;
      float: left;
      width: 47%; } }
  @media only screen and (min-width: 1200px) {
    .list_item {
      width: 48%;
      margin: 0 2% 2% 0; } }
  .list_item .image_container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden; }
    .list_item .image_container img {
      float: left;
      width: 100%;
      height: auto; }
    .list_item .image_container .title_container {
      background: rgba(20, 106, 74, 0.9);
      padding: 15px 20px;
      position: absolute;
      bottom: 0;
      margin: 0;
      left: 0;
      width: 100%;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
      @media only screen and (min-width: 1200px) {
        .list_item .image_container .title_container {
          padding: 27px 32px; } }
      .list_item .image_container .title_container .h3 {
        font-size: 14px;
        color: #fff;
        margin: 0; }
    .list_item .image_container.no_image .title_container {
      position: static; }
  .list_item .meta_info {
    padding: 15px 0; }
    @media only screen and (min-width: 1200px) {
      .list_item .meta_info {
        padding: 27px 0; } }
    .list_item .meta_info .date {
      color: #C1C1C1;
      font-weight: bold; }
    .list_item .meta_info .short {
      margin: 10px 0 10px 0;
      color: #202020; }

a.list_item {
  text-decoration: none; }

/* List items end*/
.more_btn_cont {
  text-align: center; }
  .more_btn_cont button {
    margin: 20px 0; }

.loader_content {
  display: none;
  padding: 20px 0;
  text-align: center; }

/* Basic helpers */
.clear {
  *zoom: 1; }
.clear:before, .clear:after {
  content: "";
  display: table; }
.clear:after {
  clear: both; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.no_bg {
  background: none !important;
  border: none !important; }

.no_margin_bottom {
  margin-bottom: 0 !important; }

.fleft {
  float: left; }

.fright {
  float: right; }

.notoppadd {
  padding-top: 0px !important; }

.vis_hidden {
  visibility: hidden; }

.vis_hidden_1px {
  visibility: hidden;
  height: 1px; }

@media only screen and (min-width: 768px) {
  .disp_table {
    display: table;
    width: 100%;
    table-layout: fixed; } }

.disp_cell {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .disp_cell {
      height: 100%;
      margin: 0;
      display: table-cell;
      vertical-align: top;
      padding-left: 15px; } }
  .disp_cell:first-child {
    padding-left: 0; }
  .disp_cell:last-child {
    margin-bottom: 0; }

.disp_table_all {
  display: table;
  width: 100%;
  table-layout: fixed; }

.disp_cell_all {
  margin: 0;
  display: table-cell;
  vertical-align: top;
  height: 100%; }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.formatted_text > *:first-child {
  margin-top: 0; }
.formatted_text > *:last-child {
  margin-bottom: 0; }

.loader_content_filter {
  display: none;
  padding: 20px 0;
  text-align: center; }

.iframe_wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  clear: both;
  padding-bottom: 56.25%;
  /*padding-bottom: 75%;	// 4x3 Aspect Ratio*/ }
  .iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.content_template ul {
  overflow: hidden; }
.content_template .news-content ul {
  overflow: visible; }

.h1, .h2, .h3, .h4, .h5, .h6 {
  display: block; }

/* Basic helpers end */
#mm-0 {
  overflow-x: hidden; }

.main_layout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.sidebar_content {
  -webkit-box-flex: 0 0 28%;
  -moz-box-flex: 0 0 28%;
  -webkit-flex: 0 0 28%;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  padding-right: 30px; }
  @media only screen and (max-width: 1023px) {
    .sidebar_content {
      display: none; } }
  .sidebar_content .submenu_block {
    border-right: 1px solid #146A4A;
    height: 100%; }
    .sidebar_content .submenu_block a {
      color: #202020; }
    .sidebar_content .submenu_block > ul li ul {
      padding-left: 15px; }
    .sidebar_content .submenu_block ul > li {
      margin-bottom: 10px; }
    .sidebar_content .submenu_block ul li a {
      display: block; }
    .sidebar_content .submenu_block ul li.Selected {
      margin-bottom: 18px; }
      .sidebar_content .submenu_block ul li.Selected > a {
        color: #146A4A;
        margin-bottom: 10px; }
      .sidebar_content .submenu_block ul li.Selected ul li {
        margin-bottom: 7px; }
        .sidebar_content .submenu_block ul li.Selected ul li a {
          color: #202020;
          font-weight: 100; }
        .sidebar_content .submenu_block ul li.Selected ul li:last-of-type {
          margin-bottom: 0; }
  @media only screen and (min-width: 1023px) {
    .sidebar_content + .main_content {
      max-width: 72%; } }

.main_content {
  width: 100%; }

.photos_gallery {
  margin: 55px 2px 0 2px;
  /* the slides */
  /* the parent */ }
  .photos_gallery .slick-slide {
    margin: 0 6.5px; }
  .photos_gallery .slick-list {
    margin: 0 -6.5px; }
  .photos_gallery ul {
    overflow: visible; }
    .photos_gallery ul li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      text-decoration: none;
      border-radius: 0px;
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .photos_gallery ul li a img:not(.scale) {
        display: block;
        width: 100%;
        object-fit: cover;
        max-height: 175px; }
      .photos_gallery ul li a .overlay {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        background-color: rgba(0, 0, 0, 0.66);
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
        .photos_gallery ul li a .overlay.with-title {
          max-height: calc(100% - 22px); }
      .photos_gallery ul li a .small-title {
        margin-top: 5px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical; }
      .photos_gallery ul li a:hover .overlay {
        visibility: visible;
        opacity: 1; }

.grid {
  display: grid; }
  .grid--auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(280px, 2fr)); }
  .grid--auto-fit-three {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.333333% - 7px), 2fr)); }
  .grid--gap-row-xs {
    grid-row-gap: 10px; }
  .grid--gap-row-sm {
    grid-row-gap: 30px; }
  .grid--gap-row-md {
    grid-row-gap: 60px; }
  .grid--gap-row-lg {
    grid-row-gap: 85px; }
  .grid--gap-column-xs {
    grid-column-gap: 10px; }
  .grid--gap-column-sm {
    grid-column-gap: 30px; }
  .grid--gap-column-md {
    grid-column-gap: 60px; }
  .grid--gap-column-lg {
    grid-column-gap: 85px; }
  @media only screen and (min-width: 1024px) {
    .grid.one-item {
      width: 50%; } }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.fb-share {
  text-align: right; }
  .fb-share a {
    color: #146A4A;
    font-weight: 400;
    font-size: 16px; }
    .fb-share a:hover, .fb-share a:focus {
      text-decoration: none; }
  .fb-share img {
    vertical-align: -3px;
    margin-left: 9px; }

#back-btn {
  margin-top: 74px; }

#sitelogin_widget .type_item label {
  color: #202020;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 3px 0;
  padding: 0 0 0 14px; }
#sitelogin_widget .type_item input[type=text], #sitelogin_widget .type_item input[type=password] {
  max-width: 410px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400; }
  #sitelogin_widget .type_item input[type=text]::placeholder, #sitelogin_widget .type_item input[type=password]::placeholder {
    color: rgba(32, 32, 32, 0.69) !important; }
#sitelogin_widget .type_item.submit .type_answers {
  max-width: 410px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
#sitelogin_widget .pass-remind {
  max-width: 410px;
  color: #202020;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  margin: 0 0 27px 0; }
  #sitelogin_widget .pass-remind a {
    color: #146a4a; }

.authenticated_user {
  margin: 0 0 20px 0; }

.fixfixed .fixed_header {
  position: absolute; }

.fixed_header {
  display: block;
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  background: #fff;
  z-index: 1000;
  text-align: center;
  -webkit-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 3px 2px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 1024px) {
    .fixed_header {
      display: none; } }
  .fixed_header a.logo_link {
    display: inline-block;
    vertical-align: middle;
    border: none; }
    @media only screen and (max-width: 700px) {
      .fixed_header a.logo_link {
        margin-top: 10px; } }
    .fixed_header a.logo_link img {
      height: 38px;
      width: auto;
      margin-top: 5px; }
      @media only screen and (max-width: 700px) {
        .fixed_header a.logo_link img {
          max-width: 140px;
          height: auto; } }
  .fixed_header .langs {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 20px;
    width: 40px;
    text-transform: capitalize; }
    .fixed_header .langs a {
      border: 0; }
      .fixed_header .langs a.glink {
        color: #146A4A;
        font-weight: 400; }
      .fixed_header .langs a.current_lang, .fixed_header .langs a.gt-current-lang {
        font-weight: 600; }

.header-container {
  display: none;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  /* Search */ }
  .header-container--scrolled {
    transition: all 0.35s; }
  .header-container.scrollUp {
    transform: translateY(-104px); }
  @media only screen and (min-width: 1024px) {
    .header-container {
      display: block; } }
  .header-container .global_container {
    position: relative; }
  .header-container header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .header-container header .left {
      padding: 29px 0; }
    .header-container header .right {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      padding: 20px 0 0 0; }
  .header-container a.logo_link {
    display: inline-block;
    text-decoration: none;
    outline: none;
    float: left;
    border: none; }
    .header-container a.logo_link img {
      max-width: 311px; }
  .header-container .header_icons {
    height: 20px;
    margin: 0 0 18px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .header-container .header_icons .langs {
      display: inline-flex;
      align-items: center;
      float: left;
      margin: 0 10px 0 0; }
      .header-container .header_icons .langs a {
        margin-right: 5px; }
    .header-container .header_icons a {
      text-align: center;
      padding: 0px;
      color: #202020;
      text-decoration: none;
      font-weight: 100;
      text-transform: uppercase; }
      .header-container .header_icons a.glink {
        color: #146A4A;
        font-weight: 400; }
      .header-container .header_icons a.current_lang, .header-container .header_icons a.gt-current-lang {
        font-weight: 600; }
    .header-container .header_icons .work-hours, .header-container .header_icons .contacts {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 12px;
      color: #202020;
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 400;
      text-transform: initial; }
      .header-container .header_icons .work-hours > span, .header-container .header_icons .contacts > span {
        font-size: 19px;
        color: #000;
        margin-right: 7px;
        display: inline-block; }
    .header-container .header_icons .contacts {
      margin-right: 24px; }
    .header-container .header_icons .header-contacts {
      display: inline-flex;
      align-items: center;
      margin-right: 20px; }
      .header-container .header_icons .header-contacts p {
        margin: 0; }
      .header-container .header_icons .header-contacts:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e92f";
        margin-right: 5px;
        width: 19px;
        height: 19px;
        font-size: 18px; }
    .header-container .header_icons .header-search {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px; }
      .header-container .header_icons .header-search span:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e925";
        font-size: 20px; }
    .header-container .header_icons .icon-structure {
      display: flex;
      align-items: center;
      justify-content: center; }
      .header-container .header_icons .icon-structure span:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e926";
        font-size: 20px; }
  .header-container .search_cont {
    margin: 16px 0 0;
    float: right;
    /*width:200px;*/ }
    .header-container .search_cont input[type=text] {
      border-right: 0px;
      width: 160px;
      float: left;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .header-container .search_cont button {
      border: 2px solid #e1e1e1;
      border-left: 0;
      width: 40px;
      height: 40px;
      float: left;
      padding: 0;
      outline: none;
      text-indent: -9999px;
      background-color: #fff;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      .header-container .search_cont button span {
        display: block;
        width: 38px;
        height: 30px;
        background-image: url("../img/sprite.png");
        background-position: -266px -38px; }
      .header-container .search_cont button:hover span, .header-container .search_cont button:focus span {
        background-position: -266px -13px; }

.topnav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 40px;
  padding-bottom: 13px; }
  .topnav .kids {
    margin-left: 17px; }
  .topnav > ul {
    position: relative; }
    .topnav > ul > li > ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      top: 100%;
      width: 1196px;
      right: 34px;
      padding: 28px 126px;
      margin: 0 -34px; }
      @media only screen and (max-width: 1196px) {
        .topnav > ul > li > ul {
          width: 100vw; } }
      .topnav > ul > li > ul > li {
        margin: 0 34px 25px 34px;
        width: calc(25% - 68px);
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .topnav > ul > li > ul > li > a {
          color: #146A4A;
          font-size: 16px;
          padding: 0; }
          .topnav > ul > li > ul > li > a:after {
            display: block;
            content: '';
            width: 100%;
            height: 3px;
            background: #146A4A;
            margin-top: 14px; }
        .topnav > ul > li > ul > li ul {
          position: relative;
          left: auto;
          width: auto;
          height: auto;
          display: block;
          justify-content: unset;
          top: auto;
          padding: 0;
          margin-top: 10px; }
          .topnav > ul > li > ul > li ul li a {
            color: #202020;
            font-weight: 100;
            text-decoration: none;
            padding: 0 0 0 15px;
            position: relative; }
            .topnav > ul > li > ul > li ul li a:after {
              display: none; }
            .topnav > ul > li > ul > li ul li a:before {
              content: "-";
              color: #202020;
              position: absolute;
              left: 0;
              top: 7px;
              font-size: 25px;
              line-height: 2px;
              font-weight: 500;
              color: #146a4a;
              text-decoration: none; }
          .topnav > ul > li > ul > li ul li ul {
            display: flex !important;
            flex-direction: column !important;
            position: relative;
            width: 100%;
            left: 0; }
        .topnav > ul > li > ul > li > ul li ul {
          padding-left: 10px; }

/* NAV for desktops*/
.topnav ul {
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style-type: none; }
  .topnav ul > li ul {
    display: none; }
  .topnav ul > li:hover > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .topnav ul > li:hover > ul ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
.topnav li {
  margin: 0;
  padding: 0;
  background: none; }
  .topnav li:before {
    display: none; }
.topnav > ul {
  /* submenu*/ }
  .topnav > ul > li {
    display: inline-block;
    height: 25px;
    text-align: center;
    height: auto;
    vertical-align: bottom; }
    .topnav > ul > li:hover {
      background-color: #F6F4ED; }
    .topnav > ul > li > a {
      display: inline-block;
      outline: none;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      color: #202020;
      line-height: 20px;
      padding: 10px;
      border: none;
      font-weight: 600; }
    .topnav > ul > li:hover > ul {
      display: inline-flex; }
  .topnav > ul ul {
    position: absolute;
    width: 220px;
    padding: 0px 0;
    background: #F6F4ED;
    text-align: left;
    margin: 0px 0 0 0px;
    z-index: 2;
    display: none; }
    .topnav > ul ul li {
      display: block;
      list-style-type: none;
      background: none;
      padding: 0;
      margin: 0 0 9px 0; }
      .topnav > ul ul li a {
        display: block;
        color: #146A4A;
        padding: 4px 35px;
        border: none; }
        .topnav > ul ul li a:hover, .topnav > ul ul li a:focus {
          text-decoration: underline; }

/* Nav end*/
.hero__container {
  background: url("../img/hero_image.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 151px; }
  @media only screen and (min-width: 1024px) {
    .hero__container {
      margin-top: 104px; } }

.footer_container {
  margin: 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, #146a4a 0%, #1d8a62 100%); }
  .footer_container .footer_container_top {
    background: #F6F4ED; }
    .footer_container .footer_container_top .container-fluid {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 68px 80px 28px;
      max-width: 1480px; }
      @media only screen and (max-width: 1024px) {
        .footer_container .footer_container_top .container-fluid {
          padding: 32px 15px 22px; } }
      @media only screen and (max-width: 900px) {
        .footer_container .footer_container_top .container-fluid {
          flex-wrap: wrap;
          justify-content: end; } }
      @media only screen and (max-width: 680px) {
        .footer_container .footer_container_top .container-fluid {
          flex-direction: column;
          flex-wrap: nowrap; } }
      .footer_container .footer_container_top .container-fluid > div {
        width: 33.33333%;
        padding: 0; }
        @media only screen and (min-width: 1024px) {
          .footer_container .footer_container_top .container-fluid > div {
            padding: 0 10px; } }
        @media only screen and (max-width: 900px) {
          .footer_container .footer_container_top .container-fluid > div {
            width: 50%; } }
        @media only screen and (max-width: 680px) {
          .footer_container .footer_container_top .container-fluid > div {
            width: 100%;
            margin-bottom: 40px; } }
    .footer_container .footer_container_top .footer-info p:first-of-type {
      font-weight: 600; }
    .footer_container .footer_container_top .footer-info p:not(:last-of-type) {
      font-size: 16px; }
    .footer_container .footer_container_top .footer-info a {
      font-weight: 100;
      color: #146A4A; }
    .footer_container .footer_container_top .footer-links {
      min-width: 350px; }
      @media only screen and (max-width: 900px) {
        .footer_container .footer_container_top .footer-links {
          min-width: unset; } }
      .footer_container .footer_container_top .footer-links > ul > li > ul > li > ul > li {
        padding-left: 10px; }
      .footer_container .footer_container_top .footer-links ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0; }
        @media only screen and (max-width: 680px) {
          .footer_container .footer_container_top .footer-links ul {
            flex-direction: column;
            flex-wrap: nowrap; } }
        .footer_container .footer_container_top .footer-links ul li {
          width: 50%;
          padding: 0 0 20px 0; }
          .footer_container .footer_container_top .footer-links ul li a,
          .footer_container .footer_container_top .footer-links ul li p {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 600; }
          .footer_container .footer_container_top .footer-links ul li ul {
            flex-direction: column;
            flex-wrap: nowrap; }
            .footer_container .footer_container_top .footer-links ul li ul li {
              width: 100%;
              padding: 0; }
              .footer_container .footer_container_top .footer-links ul li ul li a {
                font-weight: 100;
                font-size: 14px;
                text-transform: none; }
      .footer_container .footer_container_top .footer-links .footer-social {
        display: flex;
        flex-direction: column; }
        .footer_container .footer_container_top .footer-links .footer-social a:hover {
          text-decoration: none; }
        .footer_container .footer_container_top .footer-links .footer-social ul {
          display: flex;
          flex-direction: row;
          margin-top: 5px; }
          .footer_container .footer_container_top .footer-links .footer-social ul li {
            width: 22px;
            margin-right: 6px; }
            .footer_container .footer_container_top .footer-links .footer-social ul li a em {
              font-size: 22px; }
    @media only screen and (max-width: 900px) {
      .footer_container .footer_container_top .subscription-block {
        margin-top: 20px; } }
    @media only screen and (max-width: 680px) {
      .footer_container .footer_container_top .subscription-block {
        margin-top: 0; } }
    .footer_container .footer_container_top .subscription-block h2 {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: bold;
      text-align: end; }
    .footer_container .footer_container_top .subscription-block form .sub_title {
      display: none; }
    .footer_container .footer_container_top .subscription-block form .type_item input {
      height: 56px;
      display: block;
      margin-right: 0;
      margin-left: auto;
      text-align: end;
      border: 1px solid #146A4A; }
    .footer_container .footer_container_top .subscription-block form .type_answers button {
      display: block;
      margin-right: 0;
      margin-left: auto; }
    .footer_container .footer_container_top .subscription-block .footer-social {
      list-style: none;
      display: flex;
      flex-direction: column;
      align-items: end; }
      .footer_container .footer_container_top .subscription-block .footer-social p {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px; }
      .footer_container .footer_container_top .subscription-block .footer-social ul {
        display: flex;
        flex-direction: row; }
        .footer_container .footer_container_top .subscription-block .footer-social ul li {
          margin-right: 6px; }
        .footer_container .footer_container_top .subscription-block .footer-social ul a:hover {
          text-decoration: none; }
        .footer_container .footer_container_top .subscription-block .footer-social ul em {
          font-size: 22px; }
    .footer_container .footer_container_top h2, .footer_container .footer_container_top p, .footer_container .footer_container_top div, .footer_container .footer_container_top a {
      color: #202020; }
  .footer_container footer {
    min-height: 60px;
    max-width: 1600px; }
    @media only screen and (max-width: 768px) {
      .footer_container footer .disp_table {
        display: flex;
        flex-direction: column;
        padding: 20px 0; } }
    .footer_container footer .disp_table .disp_cell {
      vertical-align: middle;
      height: 60px;
      font-weight: 100;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .footer_container footer .disp_table .disp_cell {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 0;
          height: 30px; } }
      .footer_container footer .disp_table .disp_cell:first-of-type {
        visibility: hidden; }
        @media only screen and (max-width: 768px) {
          .footer_container footer .disp_table .disp_cell:first-of-type {
            display: none; } }
      .footer_container footer .disp_table .disp_cell:last-of-type {
        text-align: center; }
      .footer_container footer .disp_table .disp_cell a {
        font-weight: 100; }
  .footer_container p, .footer_container div, .footer_container a {
    color: #fff;
    font-size: 14px; }
  .footer_container h3.footer_title {
    margin: 0 0 20px 0; }
  .footer_container p:first-of-type {
    margin-top: 0; }
  .footer_container p:last-of-type {
    margin-bottom: 0; }
  .footer_container ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #eee; }
  .footer_container ::-moz-placeholder {
    /* Firefox 19+ */
    color: #eee; }
  .footer_container :-ms-input-placeholder {
    /* IE 10+ */
    color: #eee; }
  .footer_container :-moz-placeholder {
    /* Firefox 18- */
    color: #eee; }

.mm-menu .header-links a {
  text-decoration: none;
  font-size: 20px;
  color: #202020;
  margin-right: 10px; }
.mm-menu .kids {
  margin-top: 12px; }

/*! Info and error container */
.error_container, .info_container {
  margin: 0 0 20px 0;
  padding: 10px 18px; }
  @media only screen and (min-width: 1600px) {
    .error_container, .info_container {
      padding: 20px 28px; } }

.error_container p, .info_container p {
  margin: 10px 0;
  font-weight: bold; }
  .error_container p:first-of-type, .info_container p:first-of-type {
    margin-top: 0; }
  .error_container p:last-of-type, .info_container p:last-of-type {
    margin-bottom: 0; }
  .error_container p:only-child, .info_container p:only-child {
    margin: 0; }

.error_container {
  background: #f9e5e5; }

.error_container p {
  color: #c30000; }

.info_container {
  background: #e8f3f0; }

.info_container p {
  color: #1f8a70; }

label.error {
  color: #c30000;
  font-size: 0.8em;
  line-height: 1.3;
  margin: 5px 0 15px 0;
  display: block; }

.type_item.error input, .type_item.error textarea, .type_item.error .select2-container--default .select2-selection--single {
  border-color: #c30000; }

/*! Info and error container END*/
/* Cookie notice*/
#cookie_block {
  position: relative;
  display: none;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #d4d7dc;
  padding: 15px 41px 15px 20px;
  z-index: 9999; }
  #cookie_block p {
    margin: 0;
    line-height: 1.3;
    font-size: 0.9em; }
  @media only screen and (min-width: 1024px) {
    #cookie_block .cookie_cont {
      display: table;
      table-layout: auto;
      width: 100%; }
      #cookie_block .cookie_cont .cookie_text {
        display: table-cell;
        vertical-align: top;
        padding-right: 15px; }
      #cookie_block .cookie_cont .cookie_btn_cell {
        display: table-cell;
        vertical-align: top; } }
  @media only screen and (max-width: 1023px) {
    #cookie_block .cookie_btn_cell {
      padding-top: 20px; } }
  #cookie_block .hide_cookie_msg {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #146A4A;
    font-size: 1.2em; }
    #cookie_block .hide_cookie_msg:hover {
      opacity: 0.7; }

.breadcrumbs {
  display: block;
  margin: 0 0 20px 0; }
  .breadcrumbs span, .breadcrumbs a {
    font-weight: 300;
    border: none;
    color: #4b4b4b; }
  .breadcrumbs a:hover, .breadcrumbs a:focus {
    text-decoration: underline; }
  .breadcrumbs .breadcrumb_separator {
    display: inline-block;
    margin: 0 2px; }
    .breadcrumbs .breadcrumb_separator:after {
      content: "/"; }
    .breadcrumbs .breadcrumb_separator:first-child {
      display: none; }
  .breadcrumbs .last_breadcrumb {
    font-weight: 600; }
  .breadcrumbs *:nth-last-child(1), .breadcrumbs *:nth-last-child(2) {
    display: none; }

.phpcaptcha_container .disp_table {
  table-layout: auto;
  width: auto; }
.phpcaptcha_container .disp_cell {
  vertical-align: top; }
.phpcaptcha_container img {
  margin: -15px 0 0 0; }
.phpcaptcha_container button {
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  line-height: auto;
  color: #146A4A;
  vertical-align: middle; }
  .phpcaptcha_container button span {
    display: inline-block;
    font-size: 20px; }
  .phpcaptcha_container button:after {
    display: none; }

.text_before {
  margin: 0 0 37px 0;
  overflow: hidden; }
  .text_before p:first-of-type {
    margin-top: 0; }
  .text_before p:last-of-type {
    margin-bottom: 0; }
  .text_before p:only-child {
    margin: 0; }

.text_after {
  margin: 25px 0 0 0;
  overflow: hidden; }
  .text_after p:first-of-type {
    margin-top: 0; }
  .text_after p:last-of-type {
    margin-bottom: 0; }
  .text_after p:only-child {
    margin: 0; }

.album_loading {
  display: none;
  position: fixed;
  z-index: 55;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 5px;
  background-color: #2e2e2e;
  background-image: url("../img/reused/loading32_dark.gif");
  background-position: center;
  background-repeat: no-repeat; }

.pager, .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 0; }
  .pager li, .pagination li {
    background-image: none; }
  .pager a, .pagination a {
    margin: 0 13px 0 0;
    color: #202020;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    font-weight: 400; }
    .pager a:first-child, .pagination a:first-child {
      margin: 0; }
    .pager a:last-child, .pagination a:last-child {
      margin: 0; }
    .pager a:hover, .pagination a:hover {
      color: #146A4A; }
    .pager a.current, .pagination a.current {
      color: #146A4A; }
  .pager .separator, .pagination .separator {
    margin: 0 7px 0 0; }
  .pager .icon-arrow-left:after,
  .pager .icon-arrow-right:after, .pagination .icon-arrow-left:after,
  .pagination .icon-arrow-right:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #fff;
    background: #146A4A;
    border-radius: 3px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pager .icon-arrow-left:hover:after,
  .pager .icon-arrow-right:hover:after, .pagination .icon-arrow-left:hover:after,
  .pagination .icon-arrow-right:hover:after {
    background: #57AC8D; }
  .pager .icon-arrow-left, .pagination .icon-arrow-left {
    margin-right: 23px; }
    .pager .icon-arrow-left:after, .pagination .icon-arrow-left:after {
      content: "\e915"; }
  .pager .icon-arrow-right, .pagination .icon-arrow-right {
    margin-left: 10px; }
    .pager .icon-arrow-right:after, .pagination .icon-arrow-right:after {
      content: "\e916"; }
  .pager .back_button,
  .pager .forw_button, .pagination .back_button,
  .pagination .forw_button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 0;
    font-size: 9px; }
    .pager .back_button.dis,
    .pager .forw_button.dis, .pagination .back_button.dis,
    .pagination .forw_button.dis {
      color: #C1C1C1; }
      .pager .back_button.dis .icon,
      .pager .forw_button.dis .icon, .pagination .back_button.dis .icon,
      .pagination .forw_button.dis .icon {
        border-color: #C1C1C1; }
    .pager .back_button .icon,
    .pager .forw_button .icon, .pagination .back_button .icon,
    .pagination .forw_button .icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid rgba(32, 32, 32, 0.8);
      color: rgba(32, 32, 32, 0.8);
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
    .pager .back_button:hover .icon,
    .pager .forw_button:hover .icon, .pagination .back_button:hover .icon,
    .pagination .forw_button:hover .icon {
      color: #146A4A;
      border-color: #146A4A; }

.pagination {
  margin: 0; }
  .pagination li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    line-height: 1; }
    .pagination li:before {
      display: none; }
    .pagination li.active a {
      color: #202020;
      font-weight: 500; }
    .pagination li.prev a, .pagination li.next a {
      margin: 0 0 3px;
      color: #202020;
      font-size: 25px; }
    .pagination li.prev.disabled a, .pagination li.next.disabled a {
      color: #C1C1C1; }

/* months, years */
.years_months_filter {
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 1200px) {
    .years_months_filter {
      margin: 0 0 32px 0; } }
  .years_months_filter a, .years_months_filter span {
    margin-right: 5px; }
  .years_months_filter a {
    color: #202020; }
    .years_months_filter a.active {
      color: #39b54a; }

.years_months_selectable_filters {
  margin: 0 0 32px 0; }
  .years_months_selectable_filters .years_list {
    float: left;
    width: 120px;
    margin-right: 15px; }
  .years_months_selectable_filters .months_list {
    float: left;
    width: 180px;
    margin-right: 15px; }
  .years_months_selectable_filters .category.filter {
    float: left;
    width: 180px; }
  @media only screen and (max-width: 768px) {
    .years_months_selectable_filters .years_list, .years_months_selectable_filters .months_list {
      float: none;
      margin: 0 0 15px 0; } }
  .years_months_selectable_filters a.filter_reset {
    display: inline-block;
    margin-top: 9px; }
    .years_months_selectable_filters a.filter_reset i {
      font-size: 12px;
      margin-right: 5px; }

/* months, years end */
/* Default submenu for site */
.submenu_cont {
  margin: 0; }
  .submenu_cont ul {
    margin: 0;
    padding: 0; }
    .submenu_cont ul li {
      border-bottom: 1px solid #C1C1C1;
      margin: 0;
      padding: 0;
      background: none; }
      .submenu_cont ul li a {
        margin: 0;
        display: inline-block;
        color: #202020;
        line-height: 40px;
        border: none; }
        .submenu_cont ul li a:hover, .submenu_cont ul li a:focus {
          color: #39b54a;
          text-decoration: none; }
      .submenu_cont ul li li {
        margin-left: 20px; }
    .submenu_cont ul li:last-child {
      border-bottom: none; }

.cookie_container {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #f1f1f1;
  padding: 30px 0 20px 0; }
  @media only screen and (max-width: 767px) {
    .cookie_container {
      padding: 20px 0 15px 0; } }
  .cookie_container .global_container {
    position: relative; }
  .cookie_container .hide_cookie_bar {
    /*background: none!important;*/
    padding: 0;
    height: 0;
    width: 0;
    padding: 0 !important;
    line-height: 30px;
    color: #202020;
    position: absolute;
    right: 32px;
    top: 0; }
    .cookie_container .hide_cookie_bar .icon-ew4-close {
      display: block;
      height: 100%;
      width: 100%; }
      .cookie_container .hide_cookie_bar .icon-ew4-close:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e917";
        display: block;
        font-size: 18px;
        color: black; }
      .cookie_container .hide_cookie_bar .icon-ew4-close:hover:after {
        color: #146A4A; }
    .cookie_container .hide_cookie_bar:hover {
      background: transparent; }
  .cookie_container .cookie_text_above {
    padding-right: 30px; }
    .cookie_container .cookie_text_above h1:first-child, .cookie_container .cookie_text_above h1:first-of-type, .cookie_container .cookie_text_above h2:first-child, .cookie_container .cookie_text_above h2:first-of-type, .cookie_container .cookie_text_above h3:first-child, .cookie_container .cookie_text_above h3:first-of-type, .cookie_container .cookie_text_above h4:first-child, .cookie_container .cookie_text_above h4:first-of-type, .cookie_container .cookie_text_above h5:first-child, .cookie_container .cookie_text_above h5:first-of-type, .cookie_container .cookie_text_above h6:first-child, .cookie_container .cookie_text_above h6:first-of-type, .cookie_container .cookie_text_above p:first-child, .cookie_container .cookie_text_above p:first-of-type {
      margin-top: 0; }
    .cookie_container .cookie_text_above h3 {
      margin-bottom: 13px; }
    .cookie_container .cookie_text_above a {
      font-weight: 600; }
    .cookie_container .cookie_text_above p {
      font-size: 12px;
      color: #858585;
      font-weight: 400; }
  .cookie_container .cookies_checkboxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0; }
    .cookie_container .cookies_checkboxes .labels_wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .cookie_container .cookies_checkboxes label {
      margin: 5px 30px 5px 0;
      padding-left: 23px;
      color: #3b3b3b;
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .cookie_container .cookies_checkboxes label {
          margin: 5px 12px 5px 0; } }
      .cookie_container .cookies_checkboxes label .checkbox_design, .cookie_container .cookies_checkboxes label .radio_design {
        top: 1px; }
    .cookie_container .cookies_checkboxes button {
      height: 40px;
      vertical-align: 3px;
      line-height: 40px;
      padding: 0 18px; }
      @media only screen and (max-width: 767px) {
        .cookie_container .cookies_checkboxes button {
          margin-top: 7px;
          margin-bottom: 10px; } }
      .cookie_container .cookies_checkboxes button.loading {
        display: none; }
  .cookie_container .error_message {
    margin: -10px 0 13px 0; }
  .cookie_container .toggle_cookies_block {
    cursor: pointer;
    color: #3a3a3a;
    text-transform: uppercase; }
    .cookie_container .toggle_cookies_block span {
      color: #202020;
      display: inline-block;
      font-size: 14px;
      margin-left: 6px;
      vertical-align: -1px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .cookie_container .toggle_cookies_block.open span {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
  .cookie_container .cookies_pop {
    position: relative; }
  .cookie_container .sections_texts {
    margin-top: 12px;
    background: #fff;
    height: 230px;
    overflow-y: auto; }
    .cookie_container .sections_texts .sections_padding {
      padding: 22px 15px 22px 23px; }
      @media only screen and (max-width: 767px) {
        .cookie_container .sections_texts .sections_padding {
          padding: 15px 10px 22px 14px; } }
    .cookie_container .sections_texts .one_section {
      font-size: 14px;
      padding-bottom: 15px; }
      .cookie_container .sections_texts .one_section * {
        font-size: 14px; }
      .cookie_container .sections_texts .one_section h3 {
        font-weight: 600;
        margin: 0 0 5px;
        font-size: 14px;
        text-transform: uppercase; }
      .cookie_container .sections_texts .one_section h1:first-child, .cookie_container .sections_texts .one_section h1:first-of-type, .cookie_container .sections_texts .one_section h2:first-child, .cookie_container .sections_texts .one_section h2:first-of-type, .cookie_container .sections_texts .one_section h3:first-child, .cookie_container .sections_texts .one_section h3:first-of-type, .cookie_container .sections_texts .one_section h4:first-child, .cookie_container .sections_texts .one_section h4:first-of-type, .cookie_container .sections_texts .one_section h5:first-child, .cookie_container .sections_texts .one_section h5:first-of-type, .cookie_container .sections_texts .one_section h6:first-child, .cookie_container .sections_texts .one_section h6:first-of-type, .cookie_container .sections_texts .one_section p:first-child, .cookie_container .sections_texts .one_section p:first-of-type {
        margin-top: 0; }
      .cookie_container .sections_texts .one_section p {
        color: #333; }
      .cookie_container .sections_texts .one_section p:only-child {
        margin: 0; }
      .cookie_container .sections_texts .one_section table tr.lenteles_antraste td, .cookie_container .sections_texts .one_section table td.lenteles_antraste, .cookie_container .sections_texts .one_section table thead td, .cookie_container .sections_texts .one_section table table th {
        font-size: 12px; }

.cookie_inner_section {
  margin: 0 0 40px 0; }
  .cookie_inner_section h3 {
    margin: 0 0 10px 0; }

.cookie_text_inner {
  margin: 0 0 30px 0; }
  .cookie_text_inner h1:first-child, .cookie_text_inner h1:first-of-type, .cookie_text_inner h2:first-child, .cookie_text_inner h2:first-of-type, .cookie_text_inner h3:first-child, .cookie_text_inner h3:first-of-type, .cookie_text_inner h4:first-child, .cookie_text_inner h4:first-of-type, .cookie_text_inner h5:first-child, .cookie_text_inner h5:first-of-type, .cookie_text_inner h6:first-child, .cookie_text_inner h6:first-of-type, .cookie_text_inner p:first-child, .cookie_text_inner p:first-of-type {
    margin-top: 0; }

.form_mod .type_item, form .type_item {
  margin: 0 0 26px 0; }
  .form_mod .type_item.error .type_error, form .type_item.error .type_error {
    display: block; }
.form_mod .type_question, form .type_question {
  font-weight: 600;
  margin: 0 0 4px 0;
  display: block; }
  .form_mod .type_question.required:before, form .type_question.required:before {
    content: "* ";
    color: #c30000; }
.form_mod .type_error, form .type_error {
  display: none; }
.form_mod .rules_txt, form .rules_txt {
  padding-left: 24px; }
  .form_mod .rules_txt p:only-child, form .rules_txt p:only-child {
    margin: 0; }
.form_mod .field_info, form .field_info {
  color: #999;
  font-size: 12px; }
.form_mod fieldset, form fieldset {
  border: none; }

/*
 Tree structure using CSS:
 http://stackoverflow.com/questions/14922247/how-to-get-a-tree-in-html-using-pure-css
*/
.structure_parent {
  margin: 0; }

.structure_parent > ul {
  /*	background-position: left 8px;
  	background-repeat:no-repeat;
  	background-image: url("../img/dot1.png");*/
  margin-bottom: 40px;
  height: 100%; }

.structure_parent > ul, .structure_parent > ul ul {
  list-style-type: none;
  margin: 0 0 0 0px;
  padding: 0;
  position: relative;
  overflow: hidden; }

.structure_parent > ul ul ul {
  padding: 4px 0 2px 0; }

.structure_parent > ul li, .structure_parent > ul ul {
  background: none;
  margin: 0;
  padding: 0;
  overflow: visible; }

.structure_parent > ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 60px;
  position: relative; }

.structure_parent > ul > li {
  padding: 0 0 0 30px; }

.link_cont {
  margin: 0px 0 -1px -10px; }

.link_cont a {
  line-height: 18px;
  display: inline-block; }

.structure_parent > ul > li > ul > li > .link_cont {
  margin: 10px 0 0 -13px; }

.structure_parent > ul > li > ul > li > .link_cont a, .structure_parent > ul > li > .link_cont a {
  text-decoration: underline; }

.link_cont a:hover {
  text-decoration: none !important; }

.structure_parent > ul li::before, .structure_parent > ul li::after {
  content: '';
  position: absolute;
  left: 0; }

/* horizontal line on inner list items */
.structure_parent > ul li::before {
  border-top: 1px solid #d7e0e8;
  top: 13px;
  width: 50px;
  left: -24px;
  height: 0; }

.structure_parent > ul > li::before {
  border-top: none; }

.structure_parent > ul > li > ul > li > ul > li::before {
  top: 21px;
  width: 50px;
  left: -27px; }

/* vertical line on list items */
.structure_parent > ul li:after {
  border-left: 1px solid #d7e0e8;
  height: 93%;
  /* nes neveikia ant Safari*/
  height: -moz-calc(100% - 27px);
  height: -webkit-calc(100% - 27px);
  height: calc(100% - 27px);
  width: 0px;
  top: 20px;
  left: 32px; }

.structure_parent > ul > li > ul li:after {
  height: 66%;
  /* nes neveikia ant Safari*/
  height: -moz-calc(100% - 32px);
  height: -webkit-calc(100% - 32px);
  height: calc(100% - 32px); }

/* lower line on list items from the first level because they don't have parents */
.structure_parent > ul > li::after {
  top: 19px;
  left: 5px;
  padding-bottom: 20px; }

.structure_parent > ul > li li li::after {
  border: none; }

.structure_parent > ul > li li li::before {
  left: -27px; }

.structure_parent > ul > li:first-child:before {
  top: 32px; }

/* hide line from the last of the first level list items */
.structure_parent > ul > li > ul > li {
  background-position: left 7px;
  background-repeat: no-repeat;
  background-image: url("../img/dot2.png"); }

.structure_parent > ul > li > ul > li {
  background-position: 26px 7px;
  background-repeat: no-repeat;
  background-image: url("../img/dot2.png"); }

.structure_parent > ul > li > ul > li > ul > li {
  background-position: 23px 19px;
  background-repeat: no-repeat;
  background-image: url("../img/dot3.png"); }

.structure_parent > ul li, .structure_parent > ul li a {
  color: #365d81;
  font-weight: bold;
  text-decoration: underline; }

.structure_parent > ul li:hover, .structure_parent > ul li a:hover {
  color: #146A4A; }

.structure_parent > ul li li li a, .structure_parent > ul li li li {
  color: #365d81;
  font-weight: normal;
  padding: 6px 0 0 24px; }

.structure_parent > ul li li li a:hover, .structure_parent > ul li li li:hover {
  color: #146A4A; }

.structure_parent > ul > li {
  background-position: 0px 6px;
  background-repeat: no-repeat;
  background-image: url("../img/dot1.png");
  padding-bottom: 15px; }

.structure_parent > ul > li:last-child::after, .structure_parent > ul > li:last-child {
  padding-bottom: 0px; }

/* Module Site tree END */
.plain_container .img_container {
  float: left;
  width: 320px;
  height: 230px;
  margin: 0 20px 0 0; }

.plain_container .img_container img {
  width: 320px;
  height: 230px; }

/* Twitter facebook google+ buttons */
.facebook_button,
.twitter_button,
.google_button {
  margin-left: 5px;
  float: left;
  position: relative;
  display: block;
  width: 107px;
  height: 40px;
  border-radius: 4px;
  color: #fff; }

.facebook_button {
  background: #0054A6; }

.twitter_button {
  background: #0099ff; }

.google_button {
  background: #c30000; }

.facebook_button p,
.twitter_button p,
.google_button p {
  line-height: 40px;
  color: #fff;
  padding: 0 0 0 45px; }

.facebook_button span.fb_icon,
.twitter_button span.twitt_icon,
.google_button span.g_icon {
  position: absolute;
  display: block;
  background: url("../img/sprite.png") no-repeat;
  line-height: 40px;
  width: 20px;
  height: 40px;
  margin: 0 0 0 20px; }

.facebook_button span.fb_icon {
  background-position: -414px -9px; }

.twitter_button span.twitt_icon {
  background-position: -414px -42px; }

.google_button span.g_icon {
  background-position: -414px -73px; }

.facebook_button:hover {
  background: #004b95;
  text-decoration: none; }

.twitter_button:hover {
  background: #0089e5;
  text-decoration: none; }

.google_button:hover {
  background: #af0000;
  text-decoration: none; }

/* Twitter facebook google+ buttons end */
.info_right a {
  color: #fff; }

.plain_date {
  color: #d7e0e8;
  font-weight: 700;
  margin-bottom: 20px; }

/* News list */
.news__item {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26); }
  .news__item-link {
    display: block; }
    .news__item-link:hover, .news__item-link:focus {
      text-decoration: none; }
      .news__item-link:hover .news__item-title, .news__item-link:focus .news__item-title {
        text-decoration: underline; }
  .news__item-image img {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    width: 100%;
    object-fit: cover; }
  .news__item-meta {
    background-color: #fff;
    padding: 20px 12px;
    padding-bottom: 52px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px; }
  .news__item-date {
    color: #146A4A;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px; }
  .news__item-title {
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold; }
  .news__item-btn-wrapper {
    position: absolute;
    left: 50%;
    bottom: -22.5px;
    transform: translate(-50%, 0); }
    .news__item-btn-wrapper .mygtukas {
      padding: 0 40px; }

/* News Inner */
.news-content .news-inner {
  min-height: 50vh; }
  .news-content .news-inner .news-image {
    display: block;
    margin: 0 0 17px 0; }
    @media only screen and (min-width: 1024px) {
      .news-content .news-inner .news-image {
        margin: 0px 0 17px 17px; } }
    .news-content .news-inner .news-image img {
      width: 534px;
      height: 321px;
      max-height: 321px;
      object-fit: cover; }
      @media only screen and (max-width: 1024px) {
        .news-content .news-inner .news-image img {
          width: 100%;
          max-width: 100%;
          height: auto; } }
    @media only screen and (min-width: 1024px) {
      .news-content .news-inner .news-image.float {
        float: right; } }

#content_calendar .wrapper {
  border: 1px solid #146A4A;
  padding: 25px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-top-left-radius: 0; }
#content_calendar .calendar_tab_navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: -1px; }
  @media only screen and (min-width: 769px) {
    #content_calendar .calendar_tab_navigation {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; } }
#content_calendar .eventscalendar_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    #content_calendar .eventscalendar_list {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  #content_calendar .eventscalendar_list .calendar_item {
    max-width: 361px;
    margin: 0 auto; }
    @media only screen and (min-width: 1024px) {
      #content_calendar .eventscalendar_list .calendar_item {
        margin: 0; } }
    #content_calendar .eventscalendar_list .calendar_item .calendar_container {
      max-width: 361px;
      height: auto;
      padding-bottom: 15px; }
      @media only screen and (min-width: 1024px) {
        #content_calendar .eventscalendar_list .calendar_item .calendar_container {
          margin: 0; } }
  #content_calendar .eventscalendar_list .events_container {
    width: 100%;
    margin: 0 0 0 31px;
    order: 1; }
    @media only screen and (max-width: 1023px) {
      #content_calendar .eventscalendar_list .events_container {
        width: 100%;
        margin: 50px 0 0 0; } }
    #content_calendar .eventscalendar_list .events_container .loader_holder {
      text-align: center; }
    #content_calendar .eventscalendar_list .events_container .day_events {
      display: none;
      background-color: #fff; }
    #content_calendar .eventscalendar_list .events_container #eventsmodule_page .day_events {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      background-color: #fff; }
  #content_calendar .eventscalendar_list .empty_items_container {
    width: 50%;
    margin: 32px 0 16px 16px; }
    #content_calendar .eventscalendar_list .empty_items_container .empty_holder {
      padding-top: 20px;
      text-align: left !important; }
    @media only screen and (max-width: 1023px) {
      #content_calendar .eventscalendar_list .empty_items_container {
        width: 100%;
        margin: 0; } }
  #content_calendar .eventscalendar_list .event_items_list.inner {
    padding-top: 0;
    /*			@include min(1024) {
    				padding-top: 27px;
    			}
    			&.home {
    				@include min(1024) {
    					padding-top: 0;
    				}
    			}*/ }
#content_calendar .calendar_container {
  padding: 15px;
  border-radius: 0px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  border-radius: 7px;
  background-color: #ffffff; }
  @media only screen and (min-width: 1024px) {
    #content_calendar .calendar_container {
      margin: 0; } }
  @media only screen and (max-width: 450px) {
    #content_calendar .calendar_container {
      padding: 18px 12px 0; } }
  #content_calendar .calendar_container .calendar_head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 13px; }
    #content_calendar .calendar_container .calendar_head .cal_navigation {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: 0 0 27px 0; }
      @media only screen and (max-width: 450px) {
        #content_calendar .calendar_container .calendar_head .cal_navigation {
          margin-bottom: 18px; } }
      #content_calendar .calendar_container .calendar_head .cal_navigation .arrow {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        height: 32px;
        width: 32px;
        font-size: 19px;
        text-decoration: none;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        color: #202020; }
        @media only screen and (max-width: 450px) {
          #content_calendar .calendar_container .calendar_head .cal_navigation .arrow {
            height: 24px;
            width: 24px;
            font-size: 13px; } }
      #content_calendar .calendar_container .calendar_head .cal_navigation .nav_date {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 30px;
        font-size: 53px;
        color: #202020;
        font-weight: 600; }
        #content_calendar .calendar_container .calendar_head .cal_navigation .nav_date .month {
          margin-top: -5px;
          font-size: 23px;
          font-weight: 600;
          color: #202020; }
          @media only screen and (max-width: 450px) {
            #content_calendar .calendar_container .calendar_head .cal_navigation .nav_date .month {
              font-size: 25px; } }
  #content_calendar .calendar_container .calendar_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative; }
    #content_calendar .calendar_container .calendar_row.header .day {
      height: auto;
      margin: 0 4px;
      line-height: 1;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #202020;
      text-align: center; }
      @media only screen and (max-width: 450px) {
        #content_calendar .calendar_container .calendar_row.header .day {
          margin: 0 2px;
          font-size: 18px; } }
    #content_calendar .calendar_container .calendar_row .day {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 4px;
      width: 36px;
      height: 36px;
      color: #202020;
      font-size: 16px;
      font-weight: 400;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
      #content_calendar .calendar_container .calendar_row .day:first-child {
        margin-left: 0; }
      #content_calendar .calendar_container .calendar_row .day:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 450px) {
        #content_calendar .calendar_container .calendar_row .day {
          margin: 2px;
          width: 33px;
          height: 33px; }
          #content_calendar .calendar_container .calendar_row .day .day_number {
            font-size: 13px; } }
      @media only screen and (max-width: 374px) {
        #content_calendar .calendar_container .calendar_row .day {
          width: 32px;
          height: 32px; } }
      #content_calendar .calendar_container .calendar_row .day.active {
        border: 1px solid #39b54a;
        cursor: pointer; }
        #content_calendar .calendar_container .calendar_row .day.active .day_number {
          color: #fff; }
        #content_calendar .calendar_container .calendar_row .day.active:hover {
          background-image: linear-gradient(180deg, #57ac8d 0%, #57ac8d 100%); }
          #content_calendar .calendar_container .calendar_row .day.active:hover .day_number {
            color: #FFF; }
      #content_calendar .calendar_container .calendar_row .day.notthismonth, #content_calendar .calendar_container .calendar_row .day.other_day {
        color: #C1C1C1; }
      #content_calendar .calendar_container .calendar_row .day.open .day_events {
        display: block; }
      #content_calendar .calendar_container .calendar_row .day.current, #content_calendar .calendar_container .calendar_row .day.selected, #content_calendar .calendar_container .calendar_row .day.today {
        background-color: #fff;
        color: #fff; }
        #content_calendar .calendar_container .calendar_row .day.current .day_number, #content_calendar .calendar_container .calendar_row .day.selected .day_number, #content_calendar .calendar_container .calendar_row .day.today .day_number {
          color: #fff; }
    #content_calendar .calendar_container .calendar_row .day_number {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      width: 100%;
      height: 100%;
      text-decoration: none; }
#content_calendar .calendar_body {
  padding: 17px 0 0; }
  @media only screen and (max-width: 768px) {
    #content_calendar .calendar_body {
      padding: 16px 0; } }
  #content_calendar .calendar_body .day {
    width: 38px;
    height: 38px;
    color: #202020;
    font-size: 18px;
    font-weight: 400;
    border-radius: 7px;
    background-color: tranparent; }
    #content_calendar .calendar_body .day:not(.inactive) {
      background-image: linear-gradient(180deg, #146a4a 0%, #1d8a62 100%); }
    #content_calendar .calendar_body .day.notthismonth {
      border-color: gray; }
    #content_calendar .calendar_body .day.current {
      border: 1px solid #146A4A;
      background-image: none; }
      #content_calendar .calendar_body .day.current > span.day_number {
        color: #202020 !important; }
      #content_calendar .calendar_body .day.current:hover {
        background-image: linear-gradient(180deg, #57ac8d 0%, #57ac8d 100%); }
        #content_calendar .calendar_body .day.current:hover .day_number {
          color: #FFF !important; }
  #content_calendar .calendar_body .calendar_row:first-child .day {
    margin-top: 0; }
  #content_calendar .calendar_body .calendar_row:last-child .day {
    margin-bottom: 0; }
  #content_calendar .calendar_body .day_events {
    display: none;
    position: absolute;
    bottom: 110%;
    width: 345px;
    transform: translateY(-8px) translateX(-155px);
    background: #fff;
    z-index: 1;
    border-radius: 0px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media only screen and (max-width: 1024px) {
      #content_calendar .calendar_body .day_events {
        transform: translateY(-8px) translateX(-45%);
        width: 280px; } }
    @media only screen and (max-width: 550px) {
      #content_calendar .calendar_body .day_events {
        transform: translateY(-8px) translateX(0%);
        width: 260px;
        left: 0; } }
  #content_calendar .calendar_body .events_list {
    position: relative;
    max-height: 250px;
    padding: 14px 12px;
    background: #fff;
    border-radius: 0px;
    overflow-y: auto;
    z-index: 1; }
    #content_calendar .calendar_body .events_list .oneevent {
      margin-bottom: 12px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      #content_calendar .calendar_body .events_list .oneevent:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom-color: transparent; }
      #content_calendar .calendar_body .events_list .oneevent .more {
        margin-left: auto; }
      #content_calendar .calendar_body .events_list .oneevent .oneevent_content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-decoration: none; }
        #content_calendar .calendar_body .events_list .oneevent .oneevent_content:hover .title {
          color: #146A4A; }
        #content_calendar .calendar_body .events_list .oneevent .oneevent_content .title {
          display: block;
          width: 100%;
          margin: 0 0 8px;
          color: #202020;
          cursor: pointer;
          text-decoration: none;
          text-transform: uppercase;
          -webkit-transition: color 150ms ease-in-out;
          -moz-transition: color 150ms ease-in-out;
          -o-transition: color 150ms ease-in-out;
          -ms-transition: color 150ms ease-in-out;
          transition: color 150ms ease-in-out; }
        #content_calendar .calendar_body .events_list .oneevent .oneevent_content .meta_info {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          width: 100%;
          color: #C1C1C1; }
          #content_calendar .calendar_body .events_list .oneevent .oneevent_content .meta_info .info_item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -ms-flex-align: center;
            align-items: center; }
            #content_calendar .calendar_body .events_list .oneevent .oneevent_content .meta_info .info_item:first-child {
              margin: 0 22px 0 0; }
          #content_calendar .calendar_body .events_list .oneevent .oneevent_content .meta_info .icon {
            margin: 0 8px 0 0;
            font-size: 20px;
            vertical-align: -1px; }
  #content_calendar .calendar_body .triangle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-top: 1.2rem solid #fff; }
    @media only screen and (max-width: 769px) {
      #content_calendar .calendar_body .triangle {
        display: none; } }
#content_calendar .filters .filters_title {
  margin-bottom: 20px;
  font-size: 20px; }
  #content_calendar .filters .filters_title .btn_toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    #content_calendar .filters .filters_title .btn_toggle .icon {
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-left: 8px;
      font-size: 8px; }
      #content_calendar .filters .filters_title .btn_toggle .icon:before {
        transform: rotate(90deg); }
    #content_calendar .filters .filters_title .btn_toggle.rotate .icon {
      margin-left: 0;
      transform: rotate(-180deg); }
      #content_calendar .filters .filters_title .btn_toggle.rotate .icon:before {
        margin-left: auto;
        margin-right: 8px; }
#content_calendar .filters .toggle_content {
  display: none; }
  #content_calendar .filters .toggle_content.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px; }
#content_calendar .filters .filters_container {
  margin-bottom: 32px; }
  #content_calendar .filters .filters_container .filter {
    margin-bottom: 20px;
    min-width: 192px; }
    #content_calendar .filters .filters_container .filter:last-child {
      margin-bottom: 0; }
    #content_calendar .filters .filters_container .filter .filter_title {
      display: block;
      margin: 0 0 7px;
      font-size: 14px; }
#content_calendar .filters .clear_filter {
  margin-top: 27px;
  height: 38px;
  line-height: 36px; }
  #content_calendar .filters .clear_filter .icon {
    margin: 0 0 0 8px;
    font-size: 16px; }
#content_calendar .filters input, #content_calendar .filters .select2 {
  font-size: 14px;
  max-width: none; }
  #content_calendar .filters input.select2-container--default .select2-selection--single, #content_calendar .filters .select2.select2-container--default .select2-selection--single {
    overflow: hidden; }
  #content_calendar .filters input .select2-selection__rendered, #content_calendar .filters .select2 .select2-selection__rendered {
    white-space: normal; }
#content_calendar .filter_perpage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin: 0 0 16px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #c1c1c1; }
  @media only screen and (min-width: 769px) {
    #content_calendar .filter_perpage {
      padding: 0 0 4px; } }
  #content_calendar .filter_perpage label {
    margin: 0 5px 0 0;
    font-weight: 500; }
  #content_calendar .filter_perpage .select2 {
    max-width: 62px; }
    #content_calendar .filter_perpage .select2 .select2-selection__rendered {
      color: #C1C1C1;
      padding-right: 8px;
      padding-left: 12px; }
  #content_calendar .filter_perpage .fake_select {
    width: 62px; }
#content_calendar .hide_events_from_calendar {
  width: 100%; }
  #content_calendar .hide_events_from_calendar .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px 30px; }
    #content_calendar .hide_events_from_calendar .wrap > .day_events:not(.one) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 60px 30px;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        #content_calendar .hide_events_from_calendar .wrap > .day_events:not(.one) a {
          width: calc(50% - 15px); } }
#content_calendar .event_items_list.inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 30px; }
  #content_calendar .event_items_list.inner .day_events {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      #content_calendar .event_items_list.inner .day_events {
        width: calc(50% - 15px);
        /*max-width: calc(50% - 15px);*/ } }
    #content_calendar .event_items_list.inner .day_events > .item_container {
      /*height: 100%;*/ }
  #content_calendar .event_items_list.inner.list .item_container {
    width: 100%;
    height: auto; }
  #content_calendar .event_items_list.inner .index_events {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px 30px; }
    #content_calendar .event_items_list.inner .index_events > .event_item {
      width: 100%;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }
      @media only screen and (min-width: 768px) {
        #content_calendar .event_items_list.inner .index_events > .event_item {
          width: calc(50% - 15px);
          max-width: calc(50% - 15px); } }
  #content_calendar .event_items_list.inner.search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    #content_calendar .event_items_list.inner.search .item_container {
      width: 48.5%; }
      @media only screen and (max-width: 1023px) {
        #content_calendar .event_items_list.inner.search .item_container {
          width: 100%; } }
      #content_calendar .event_items_list.inner.search .item_container:nth-child(odd) {
        margin-right: 1.5%; }
        @media only screen and (max-width: 1023px) {
          #content_calendar .event_items_list.inner.search .item_container:nth-child(odd) {
            margin-right: 0; } }
      #content_calendar .event_items_list.inner.search .item_container:nth-child(even) {
        margin-left: 1.5%; }
        @media only screen and (max-width: 1023px) {
          #content_calendar .event_items_list.inner.search .item_container:nth-child(even) {
            margin-left: 0; } }
  #content_calendar .event_items_list.inner .item_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.39);
    border-radius: 7px;
    background-color: #ffffff;
    padding: 0 18px 18px;
    max-height: 355px;
    min-height: 180px; }
    #content_calendar .event_items_list.inner .item_container:hover .item .content .title {
      color: #202020; }
    #content_calendar .event_items_list.inner .item_container .item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      width: 100%;
      height: 100%;
      color: #202020;
      background-color: #fff;
      text-decoration: none;
      cursor: pointer; }
      #content_calendar .event_items_list.inner .item_container .item.no_image .image {
        display: none; }
      #content_calendar .event_items_list.inner .item_container .item.no_image .content {
        margin-top: 15px; }
      #content_calendar .event_items_list.inner .item_container .item .image {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        top: -25px; }
        @media only screen and (min-width: 475px) {
          #content_calendar .event_items_list.inner .item_container .item .image {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media only screen and (max-width: 768px) {
          #content_calendar .event_items_list.inner .item_container .item .image {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media only screen and (min-width: 1200px) {
          #content_calendar .event_items_list.inner .item_container .item .image {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; } }
        #content_calendar .event_items_list.inner .item_container .item .image .cat-title {
          border-bottom: 1px solid #146A4A;
          padding-bottom: 5px;
          margin-top: 25px;
          width: 100%;
          text-align: center;
          text-transform: uppercase; }
          @media only screen and (min-width: 1200px) {
            #content_calendar .event_items_list.inner .item_container .item .image .cat-title {
              margin-right: -18px; } }
        #content_calendar .event_items_list.inner .item_container .item .image.center {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; }
        #content_calendar .event_items_list.inner .item_container .item .image img {
          max-width: 190px;
          border-radius: 7px; }
      #content_calendar .event_items_list.inner .item_container .item .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -15px; }
        #content_calendar .event_items_list.inner .item_container .item .content .title {
          margin-bottom: 33px;
          max-height: 42px;
          overflow: hidden; }
        #content_calendar .event_items_list.inner .item_container .item .content.exhib .title {
          margin-top: -20px; }
      #content_calendar .event_items_list.inner .item_container .item .meta_info .date, #content_calendar .event_items_list.inner .item_container .item .meta_info .loc {
        font-weight: 400;
        margin-bottom: 12px; }
        #content_calendar .event_items_list.inner .item_container .item .meta_info .date .icon, #content_calendar .event_items_list.inner .item_container .item .meta_info .loc .icon {
          margin-right: 5px; }
        #content_calendar .event_items_list.inner .item_container .item .meta_info .date .info_item, #content_calendar .event_items_list.inner .item_container .item .meta_info .loc .info_item {
          vertical-align: 2px; }
        #content_calendar .event_items_list.inner .item_container .item .meta_info .date .icon, #content_calendar .event_items_list.inner .item_container .item .meta_info .loc .icon {
          font-size: 18px; }
#content_calendar .eventscalendar_search_form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin: 0 0 32px; }
  @media only screen and (max-width: 769px) {
    #content_calendar .eventscalendar_search_form {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start; } }
  #content_calendar .eventscalendar_search_form .fields {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    width: 100%;
    margin: 0 0 16px; }
    @media only screen and (max-width: 768px) {
      #content_calendar .eventscalendar_search_form .fields {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  #content_calendar .eventscalendar_search_form .input_container {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 16px 0 0; }
    #content_calendar .eventscalendar_search_form .input_container:last-child {
      padding: 0; }
    @media only screen and (max-width: 1023px) {
      #content_calendar .eventscalendar_search_form .input_container {
        -webkit-box-flex: 0 0 21%;
        -moz-box-flex: 0 0 21%;
        -webkit-flex: 0 0 21%;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%; } }
    @media only screen and (max-width: 769px) {
      #content_calendar .eventscalendar_search_form .input_container {
        width: 100%;
        max-width: none;
        margin: 16px 0 0 0;
        padding: 0; } }
    #content_calendar .eventscalendar_search_form .input_container.calendar {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media only screen and (max-width: 1023px) {
        #content_calendar .eventscalendar_search_form .input_container.calendar {
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
      @media only screen and (max-width: 769px) {
        #content_calendar .eventscalendar_search_form .input_container.calendar {
          max-width: none;
          min-width: none;
          width: 100%; } }
    #content_calendar .eventscalendar_search_form .input_container input, #content_calendar .eventscalendar_search_form .input_container .select2 {
      font-size: 14px;
      max-width: none; }
      #content_calendar .eventscalendar_search_form .input_container input.select2-container--default .select2-selection--single, #content_calendar .eventscalendar_search_form .input_container .select2.select2-container--default .select2-selection--single {
        overflow: hidden; }
      #content_calendar .eventscalendar_search_form .input_container input .select2-selection__rendered, #content_calendar .eventscalendar_search_form .input_container .select2 .select2-selection__rendered {
        padding-right: 30px;
        white-space: normal; }
    #content_calendar .eventscalendar_search_form .input_container .title {
      margin: 0 0 4px;
      font-size: 14px;
      font-weight: 400; }
    #content_calendar .eventscalendar_search_form .input_container .input_wrapper {
      position: relative; }
      #content_calendar .eventscalendar_search_form .input_container .input_wrapper input {
        padding: 0 16px; }
      #content_calendar .eventscalendar_search_form .input_container .input_wrapper .icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #202020;
        font-size: 16px; }
  @media only screen and (max-width: 769px) {
    #content_calendar .eventscalendar_search_form .fake_select {
      max-width: none; } }
  #content_calendar .eventscalendar_search_form button {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: auto 0 0 0;
    padding: 0;
    height: 40px;
    line-height: 40px; }
    @media only screen and (max-width: 768px) {
      #content_calendar .eventscalendar_search_form button {
        margin-top: 16px;
        padding: 0 15px; } }
  #content_calendar .eventscalendar_search_form .btns_container {
    width: 100%; }
    #content_calendar .eventscalendar_search_form .btns_container .btn_reset {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      margin: 0; }
      #content_calendar .eventscalendar_search_form .btns_container .btn_reset .icon {
        margin-left: 4px; }
#content_calendar .event_container_inner .meta_info {
  display: block;
  margin: 0 0 32px;
  color: #146A4A; }
#content_calendar .event_container_inner .image {
  display: block;
  width: 100%;
  margin: 0 16px 32px 0;
  border-radius: 0px; }
#content_calendar .calendar_container.tp_loading {
  min-height: 404px;
  background-image: url("../img/reused/loading32.gif");
  background-position: center;
  background-repeat: no-repeat; }

.event-content .meta_info {
  display: block;
  margin-bottom: 16px;
  /*		.month {
  			&:nth-child(2) {
  				text-transform: lowercase;
  			}
  		}*/ }
  .event-content .meta_info * {
    color: #146A4A;
    font-size: 15px;
    font-weight: bold; }
.event-content .event-inner {
  min-height: 50vh; }
  .event-content .event-inner .event-image {
    display: block;
    margin: 0 0 17px 0; }
    @media only screen and (min-width: 1200px) {
      .event-content .event-inner .event-image {
        margin: 0px 0 17px 17px; } }
    .event-content .event-inner .event-image img {
      width: 572px;
      height: 319px;
      max-height: 319px;
      object-fit: cover; }
      @media only screen and (max-width: 1024px) {
        .event-content .event-inner .event-image img {
          width: 100%;
          max-width: 100%;
          height: auto; } }
    @media only screen and (min-width: 1024px) {
      .event-content .event-inner .event-image.float {
        float: right; } }

.event-content .save-event {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media only screen and (min-width: 768px) {
    .event-content .save-event {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end; } }
  .event-content .save-event a {
    margin-left: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #146a4a;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.75px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .event-content .save-event a {
        margin-left: 25px;
        font-size: 15px; } }
    .event-content .save-event a > span {
      font-size: 14px;
      color: #146a4a;
      margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .event-content .save-event a > span {
          font-size: 22px; } }

/* Gallery list */
.gallery__item {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26); }
  .gallery__item-link {
    display: block; }
    .gallery__item-link:hover, .gallery__item-link:focus {
      text-decoration: none; }
      .gallery__item-link:hover .news__item-title, .gallery__item-link:focus .news__item-title {
        text-decoration: underline; }
  .gallery__item-image img {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    width: 100%;
    object-fit: cover; }
  .gallery__item-meta {
    background-color: #fff;
    padding: 20px 12px;
    padding-bottom: 52px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px; }
  .gallery__item-date {
    color: #146A4A;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px; }
  .gallery__item-title {
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold; }
  .gallery__item-btn-wrapper {
    position: absolute;
    left: 50%;
    bottom: -22.5px;
    transform: translate(-50%, 0); }
    .gallery__item-btn-wrapper .mygtukas {
      padding: 0 40px; }

/* Galerijos popup end*/
.album_container #image_gallery {
  margin: 0;
  padding: 0; }
  .album_container #image_gallery li {
    background: none;
    float: left;
    margin: 0 20px 20px 0;
    padding: 0; }
    .album_container #image_gallery li img {
      max-width: 150px; }

/* Youtube gallery list*/
.youtube__item {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26); }
  .youtube__item-decor {
    position: absolute;
    left: 12px;
    top: 8px; }
  .youtube__item-link {
    display: block; }
    .youtube__item-link:hover, .youtube__item-link:focus {
      text-decoration: none; }
      .youtube__item-link:hover .news__item-title, .youtube__item-link:focus .news__item-title {
        text-decoration: underline; }
  .youtube__item-image img {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    width: 100%;
    object-fit: cover;
    min-height: 283px; }
  .youtube__item-meta {
    background-color: #fff;
    padding: 20px 12px;
    padding-bottom: 52px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px; }
  .youtube__item-date {
    color: #146A4A;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 15px; }
  .youtube__item-title {
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: bold; }
  .youtube__item-btn-wrapper {
    position: absolute;
    left: 50%;
    bottom: -22.5px;
    transform: translate(-50%, 0); }
    .youtube__item-btn-wrapper .mygtukas {
      padding: 0 40px; }

/* Youtube gallery list end*/
/* titlepagebasic start */
.slidesbg {
  margin-top: 50px; }
  @media only screen and (min-width: 1024px) {
    .slidesbg {
      margin-top: 104px; } }

#title_slides {
  margin: 0;
  visibility: hidden; }
  #title_slides .item {
    outline: none; }
  #title_slides .slide {
    padding-bottom: 44.21%;
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*		@include min(1024) {
    			height: 604px;
    		}*/ }
    #title_slides .slide:focus {
      outline: none; }
  #title_slides .slide-content .meta-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  #title_slides .slide-content .slide-link {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    border-radius: 7px;
    background-color: rgba(246, 244, 237, 0.95);
    padding: 16px;
    padding-left: 25px;
    min-height: 150px;
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out;
    -ms-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out; }
    @media only screen and (max-width: 655px) {
      #title_slides .slide-content .slide-link {
        left: 40px; } }
    @media only screen and (min-width: 650px) {
      #title_slides .slide-content .slide-link {
        width: 579px;
        padding: 37px 30px;
        min-height: 253px; } }
    @media only screen and (min-width: 1024px) {
      #title_slides .slide-content .slide-link {
        right: 20px; } }
    #title_slides .slide-content .slide-link:hover, #title_slides .slide-content .slide-link:focus {
      text-decoration: none;
      background-color: #f6f4ed; }
    #title_slides .slide-content .slide-link img {
      position: absolute;
      left: -35.5px;
      top: calc(50% - 34px); }
    #title_slides .slide-content .slide-link .meta .title {
      font-family: Arial, sans-serif;
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 19px;
      text-transform: uppercase;
      line-height: normal; }
      @media only screen and (min-width: 1024px) {
        #title_slides .slide-content .slide-link .meta .title {
          font-size: 40px; } }
    #title_slides .slide-content .slide-link .meta .desc {
      font-weight: 600; }
  #title_slides .append-dots {
    position: absolute;
    right: 0; }
  #title_slides .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: static;
    top: auto;
    left: auto;
    height: 100%;
    width: 100%;
    max-width: 1226px;
    margin: 0 auto;
    padding-right: 16px;
    padding-left: 1px; }
    @media only screen and (min-width: 1024px) {
      #title_slides .slick-dots {
        padding-right: 5px; } }
    @media only screen and (min-width: 1225px) {
      #title_slides .slick-dots {
        padding-right: 1px; } }
  #title_slides .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 4px 0; }
    #title_slides .slick-dots li:before {
      display: none; }
  #title_slides .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    color: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    #title_slides .slick-dots li button:before {
      content: '';
      width: 8px;
      height: 8px;
      border: 1px solid #fff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      opacity: 1; }
    #title_slides .slick-dots li button:hover, #title_slides .slick-dots li button:focus {
      background-image: unset !important; }
  #title_slides .slick-dots li.slick-active {
    transform: scale(1.25); }
    #title_slides .slick-dots li.slick-active button:before {
      background-color: #fff;
      color: #fff;
      border: 3px solid #fff; }

#title_slides.slick-initialized {
  visibility: visible; }

.section-title {
  font-size: 24px;
  margin-bottom: 22px;
  text-transform: uppercase; }
  @media only screen and (min-width: 1024px) {
    .section-title {
      font-size: 35px;
      font-family: Arial, sans-serif;
      margin-bottom: 37px; } }
  .section-title.mb-xl {
    margin-bottom: 65px; }
    @media only screen and (min-width: 1024px) {
      .section-title.mb-xl {
        margin-bottom: 99px; } }

.section-links {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 3px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .section-links {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .section-links:before, .section-links:after {
    content: '';
    height: 100%;
    position: absolute;
    width: calc(100vw + 15px); }
  .section-links:before {
    left: -100vw;
    background-color: #146A4A; }
  .section-links:after {
    right: -100vw;
    background-color: #1D8A62; }
  .section-links > div {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    background-image: linear-gradient(to right, #146a4a 0%, #1d8a62 100%);
    padding: 13px 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    /*		@include min(1024) {
    			&:nth-child(2) {
    				@include justify-content(center);
    
    			}
    			&:last-child {
    				@include justify-content(flex-end);
    			}
    		}*/ }
    @media only screen and (min-width: 1024px) {
      .section-links > div {
        width: 33.33333%; } }
    .section-links > div .icon {
      color: #fff;
      margin-right: 11px;
      font-size: 32px; }
    .section-links > div a {
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      text-transform: uppercase; }
      @media only screen and (min-width: 1024px) {
        .section-links > div a {
          font-size: 18px; } }

.section-news {
  margin-bottom: 60px; }
  @media only screen and (min-width: 1024px) {
    .section-news {
      margin-bottom: 80px; } }
  .section-news .btn-text {
    margin-top: 44px; }

.section-events {
  margin-bottom: 60px; }
  @media only screen and (min-width: 1024px) {
    .section-events {
      margin-bottom: 88px; } }
  .section-events .bg-light {
    background-color: #F6F4ED; }
  .section-events .events-block {
    transform: translate(0, -35px); }
    @media only screen and (min-width: 1024px) {
      .section-events .events-block {
        transform: translate(0, -35px); } }
  @media only screen and (min-width: 1024px) {
    .section-events .calendar_body {
      margin-top: -35px; } }
  @media only screen and (min-width: 1024px) {
    .section-events .eventscalendar_list .calendar_item {
      max-width: 448px !important; }
      .section-events .eventscalendar_list .calendar_item .calendar_container {
        max-width: 448px !important; } }
  @media only screen and (min-width: 1024px) {
    .section-events .calendar_container .calendar_row .day {
      margin: 9.5px 5px !important;
      width: 47px !important;
      height: 47px !important;
      font-size: 23px !important; } }
  .section-events .calendar_container .calendar_row.header .day {
    font-size: 18px !important; }

.section-exhibitions {
  /* the slides */
  /* the parent */ }
  .section-exhibitions .exhibitions-list.with-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .section-exhibitions .exhibitions-list .slick-arrow {
    position: static;
    margin-top: 35px; }
  .section-exhibitions .exhibitions-list .slick-prev {
    margin-right: 16px; }
    @media only screen and (min-width: 1024px) {
      .section-exhibitions .exhibitions-list .slick-prev {
        margin-right: 34px; } }
  .section-exhibitions .exhibitions-list .slick-next {
    margin-left: 16px; }
    @media only screen and (min-width: 1024px) {
      .section-exhibitions .exhibitions-list .slick-next {
        margin-left: 34px; } }
  .section-exhibitions .slick-slide {
    margin: 0 5px; }
  .section-exhibitions .slick-list {
    padding: 30px 0;
    margin: 0 -5px; }
  .section-exhibitions .slick-dots {
    padding-bottom: 5px; }
    .section-exhibitions .slick-dots li {
      height: 8px;
      width: 8px; }
      .section-exhibitions .slick-dots li button {
        padding: 0;
        height: 8px;
        width: 8px;
        border: 1px solid #333;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
        .section-exhibitions .slick-dots li button:hover, .section-exhibitions .slick-dots li button:focus {
          background-image: unset;
          background-color: #333; }
        .section-exhibitions .slick-dots li button:before {
          display: none; }
      .section-exhibitions .slick-dots li.slick-active button {
        transform: scale(1.15);
        background-color: #333; }
  @media only screen and (min-width: 1024px) {
    .section-exhibitions .mt-up {
      margin-top: -15px; } }
  .section-exhibitions .item_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.39);
    border-radius: 7px;
    background-color: #ffffff;
    padding: 0 18px 18px; }
    .section-exhibitions .item_container:hover .item .content .title {
      color: #202020; }
    .section-exhibitions .item_container .item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative;
      width: 100%;
      height: 100%;
      color: #202020;
      background-color: #fff;
      text-decoration: none;
      cursor: pointer; }
      .section-exhibitions .item_container .item.no_image .image {
        display: none; }
      .section-exhibitions .item_container .item .image {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        transform: translateY(-27px); }
        @media only screen and (min-width: 475px) {
          .section-exhibitions .item_container .item .image {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media only screen and (max-width: 768px) {
          .section-exhibitions .item_container .item .image {
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media only screen and (min-width: 1200px) {
          .section-exhibitions .item_container .item .image {
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row; } }
        .section-exhibitions .item_container .item .image .cat-title {
          border-bottom: 1px solid #146A4A;
          padding-bottom: 5px;
          margin-top: 25px;
          width: 100%;
          text-align: center;
          text-transform: uppercase; }
          @media only screen and (min-width: 1200px) {
            .section-exhibitions .item_container .item .image .cat-title {
              margin-right: -18px; } }
        .section-exhibitions .item_container .item .image.center {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; }
        .section-exhibitions .item_container .item .image img {
          width: 246px;
          height: 130px;
          object-fit: cover;
          border-radius: 7px;
          -webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          -ms-border-radius: 7px;
          -o-border-radius: 7px; }
      .section-exhibitions .item_container .item .content {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .section-exhibitions .item_container .item .content .title {
          margin-top: -15px;
          margin-bottom: 35px;
          font-size: 18px;
          font-family: Arial, sans-serif; }
        .section-exhibitions .item_container .item .content.exhib .title {
          margin-top: -20px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical; }
      .section-exhibitions .item_container .item .meta_info {
        margin-top: auto; }
        .section-exhibitions .item_container .item .meta_info .date, .section-exhibitions .item_container .item .meta_info .loc {
          font-weight: 400;
          margin-bottom: 12px; }
          .section-exhibitions .item_container .item .meta_info .date .icon, .section-exhibitions .item_container .item .meta_info .loc .icon {
            margin-right: 5px; }
          .section-exhibitions .item_container .item .meta_info .date .info_item, .section-exhibitions .item_container .item .meta_info .loc .info_item {
            vertical-align: 2px; }
          .section-exhibitions .item_container .item .meta_info .date .icon, .section-exhibitions .item_container .item .meta_info .loc .icon {
            font-size: 18px; }
            .section-exhibitions .item_container .item .meta_info .date .icon-pin, .section-exhibitions .item_container .item .meta_info .loc .icon-pin {
              padding-left: 3px; }
        .section-exhibitions .item_container .item .meta_info .loc {
          margin-bottom: 0; }

.section-publications {
  margin: 50px 0 40px 0; }
  @media only screen and (min-width: 1024px) {
    .section-publications {
      margin: 80px 0 70px 0; } }
  .section-publications .publications__tabs {
    text-align: left;
    padding: 14px 15px 10px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto; }
    @media only screen and (min-width: 1024px) {
      .section-publications .publications__tabs {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
        max-width: 63.2%;
        padding: 28px 0 22px 0; } }
    .section-publications .publications__tabs a {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 0 10px;
      margin: 5px 0;
      display: inline-block;
      white-space: nowrap; }
      @media only screen and (min-width: 1024px) {
        .section-publications .publications__tabs a {
          padding: 0 28px;
          margin: 0; } }
      .section-publications .publications__tabs a:not(:last-child) {
        border-right: 1px solid #C1C1C1; }
      .section-publications .publications__tabs a:last-child {
        padding-right: 0; }
      .section-publications .publications__tabs a:hover, .section-publications .publications__tabs a:focus {
        color: #146A4A;
        text-decoration: none; }
      .section-publications .publications__tabs a.active {
        color: #146A4A; }
  .section-publications .publications__content {
    display: none;
    margin-bottom: 3rem;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (min-width: 1024px) {
      .section-publications .publications__content {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media only screen and (max-width: 1024px) {
      .section-publications .publications__content {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .section-publications .publications__content.actual {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      z-index: 3; }
    .section-publications .publications__content .wrapper {
      max-width: 63.2%;
      position: relative;
      width: 100%;
      height: 400px;
      overflow: hidden; }
      @media only screen and (min-width: 1024px) {
        .section-publications .publications__content .wrapper {
          height: 377px; } }
      .section-publications .publications__content .wrapper .slick-slide {
        outline: none; }
      .section-publications .publications__content .wrapper .slick-prev, .section-publications .publications__content .wrapper .slick-next {
        position: absolute;
        bottom: auto;
        top: calc(100% + 23px);
        z-index: 2; }
        .section-publications .publications__content .wrapper .slick-prev:hover, .section-publications .publications__content .wrapper .slick-next:hover {
          border: none; }
      .section-publications .publications__content .wrapper .slick-next {
        right: 0; }
      .section-publications .publications__content .wrapper .slide-content {
        max-width: 260px;
        padding: 0 10px;
        display: inline-block; }
      .section-publications .publications__content .wrapper .list_item {
        width: 100%;
        padding: 0 8px;
        cursor: pointer;
        position: relative;
        overflow: hidden; }
        .section-publications .publications__content .wrapper .list_item:hover, .section-publications .publications__content .wrapper .list_item:focus {
          border: none;
          outline: none; }
          .section-publications .publications__content .wrapper .list_item:hover .meta_info, .section-publications .publications__content .wrapper .list_item:focus .meta_info {
            border: none; }
        .section-publications .publications__content .wrapper .list_item .image_container {
          border-radius: 12px;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          -ms-border-radius: 12px;
          -o-border-radius: 12px; }
        .section-publications .publications__content .wrapper .list_item img {
          width: 240px;
          height: 310px; }
        .section-publications .publications__content .wrapper .list_item .overlay {
          position: absolute;
          bottom: -100%;
          left: 0;
          right: 0;
          background-color: #e5dfcb;
          min-height: 116px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 8px;
          -webkit-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out;
          -ms-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out; }
          .section-publications .publications__content .wrapper .list_item .overlay .title {
            font-size: 18px;
            font-weight: bold;
            font-family: Arial, sans-serif;
            margin-bottom: 9px;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical; }
          .section-publications .publications__content .wrapper .list_item .overlay .author {
            font-weight: 400;
            font-family: Arial, sans-serif;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical; }
          .section-publications .publications__content .wrapper .list_item .overlay:hover *, .section-publications .publications__content .wrapper .list_item .overlay:focus * {
            text-decoration: underline; }
        .section-publications .publications__content .wrapper .list_item:hover .overlay, .section-publications .publications__content .wrapper .list_item:focus .overlay {
          bottom: 0; }
      .section-publications .publications__content .wrapper .slick-dots {
        padding-bottom: 5px;
        bottom: -20px; }
        .section-publications .publications__content .wrapper .slick-dots li {
          height: 8px;
          width: 8px; }
          .section-publications .publications__content .wrapper .slick-dots li button {
            font-size: 0;
            padding: 0;
            height: 8px;
            width: 8px;
            border: 1px solid #333;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%; }
            .section-publications .publications__content .wrapper .slick-dots li button:hover, .section-publications .publications__content .wrapper .slick-dots li button:focus {
              background-image: unset;
              background-color: #333; }
            .section-publications .publications__content .wrapper .slick-dots li button:before {
              display: none; }
          .section-publications .publications__content .wrapper .slick-dots li.slick-active button {
            transform: scale(1.15);
            background-color: #333; }
    .section-publications .publications__content .publications__meta {
      padding: 12px 18px 0 51px;
      max-width: 400px;
      max-height: 310px;
      display: none;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .section-publications .publications__content .publications__meta .publications_url {
        margin-top: 16px; }
        @media only screen and (min-width: 1024px) {
          .section-publications .publications__content .publications__meta .publications_url {
            margin-top: auto;
            text-align: right; } }
      .section-publications .publications__content .publications__meta h2 {
        margin-bottom: 6px;
        margin-top: 0; }
      @media only screen and (min-width: 1024px) {
        .section-publications .publications__content .publications__meta {
          display: flex; } }
    @media only screen and (max-width: 1024px) {
      .section-publications .publications__content .wrapper {
        max-width: 100%;
        padding-top: 30px; }
        .section-publications .publications__content .wrapper .slick-list {
          margin: 0 15px; } }
    .section-publications .publications__content .publications__all {
      padding: 15px;
      display: none; }
      @media only screen and (min-width: 1024px) {
        .section-publications .publications__content .publications__all {
          display: block; } }
      .section-publications .publications__content .publications__all--mobile {
        display: block;
        order: -1;
        text-align: right; }
        @media only screen and (min-width: 1024px) {
          .section-publications .publications__content .publications__all--mobile {
            display: none;
            order: unset; } }
  .section-publications .publications__meta--mobile {
    padding: 15px;
    display: block; }
    @media only screen and (min-width: 1024px) {
      .section-publications .publications__meta--mobile {
        display: none; } }
  .section-publications .bg-light {
    background-color: #F6F4ED; }

.section-videos .videos {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 20px;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  grid-template-areas: 'one one one one' 'two two three three';
  /* Then style the iframe to fit in the container div with full height and width */ }
  @media only screen and (min-width: 1024px) {
    .section-videos .videos {
      grid-template-areas: 'one one two' 'one one three'; } }
  .section-videos .videos__item {
    cursor: pointer; }
    .section-videos .videos__item:nth-child(1) {
      grid-area: one; }
      .section-videos .videos__item:nth-child(1) img {
        max-height: 442px; }
    .section-videos .videos__item:nth-child(2) {
      grid-area: two; }
      .section-videos .videos__item:nth-child(2) img {
        max-height: 213px; }
    .section-videos .videos__item:nth-child(3) {
      grid-area: three; }
      .section-videos .videos__item:nth-child(3) img {
        max-height: 213px; }
    .section-videos .videos__item-image {
      height: 100%; }
      .section-videos .videos__item-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px; }
    .section-videos .videos__item-link {
      height: 100%; }
  .section-videos .videos .iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .section-videos .videos .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.section-naudinga {
  margin: 80px 0 50px 0;
  /* the slides */
  /* the slides */
  /* the parent */ }
  .section-naudinga .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0 64px 0; }
    @media only screen and (min-width: 1024px) {
      .section-naudinga .wrap {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .section-naudinga .bg-light {
    background-color: #F6F4ED; }
  .section-naudinga .naudinga-slider {
    height: 100%;
    width: 100%;
    padding: 0 15px; }
    @media only screen and (min-width: 1024px) {
      .section-naudinga .naudinga-slider {
        padding: 0;
        margin-left: -369px; } }
  .section-naudinga .slick-prev, .section-naudinga .slick-next {
    z-index: 2; }
  .section-naudinga .meta {
    order: -1;
    padding: 0 15px;
    height: 100%;
    margin-bottom: 32px; }
    @media only screen and (min-width: 1024px) {
      .section-naudinga .meta {
        margin-bottom: 0;
        padding: 0;
        order: 0;
        /*margin-left: -35%;*/
        margin-left: 46px; } }
    .section-naudinga .meta .title {
      font-size: 35px;
      font-family: Arial, sans-serif; }
    .section-naudinga .meta .desc {
      font-size: 15px;
      margin-top: 16px; }
    .section-naudinga .meta .read_more {
      display: none;
      margin-top: 35px; }
      @media only screen and (min-width: 1024px) {
        .section-naudinga .meta .read_more {
          display: block; } }
  .section-naudinga .mobile-meta {
    display: block;
    padding: 0 15px;
    text-align: right; }
    @media only screen and (min-width: 1024px) {
      .section-naudinga .mobile-meta {
        display: none; } }
  .section-naudinga .slick-dots {
    bottom: -44px;
    padding: 5px 0; }
    .section-naudinga .slick-dots li {
      height: 8px;
      width: 8px; }
      .section-naudinga .slick-dots li button {
        padding: 0;
        height: 8px;
        width: 8px;
        border: 1px solid #333;
        background: #fff;
        color: transparent;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
        .section-naudinga .slick-dots li button:hover, .section-naudinga .slick-dots li button:focus {
          background-image: unset;
          background-color: #333; }
        .section-naudinga .slick-dots li button:before {
          display: none; }
      .section-naudinga .slick-dots li.slick-active button {
        transform: scale(1.15);
        background-color: #333; }
  .section-naudinga .slick-slide a {
    display: block;
    width: 100%; }
    .section-naudinga .slick-slide a img {
      max-height: 149px;
      object-fit: cover;
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px; }
  .section-naudinga .slick-slide {
    margin: 0 10px; }
  .section-naudinga .slick-list {
    margin: 0 -10px; }

.promoblock_slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .promoblock_slider .slick-prev, .promoblock_slider .slick-next {
    transform: none !important; }
  .promoblock_slider .slick-arrow {
    position: static; }
  .promoblock_slider .slick-prev {
    margin-right: 16px; }
    @media only screen and (min-width: 1024px) {
      .promoblock_slider .slick-prev {
        margin-right: 34px; } }
  .promoblock_slider .slick-next {
    margin-left: 16px; }
    @media only screen and (min-width: 1024px) {
      .promoblock_slider .slick-next {
        margin-left: 34px; } }
  .promoblock_slider .slick-dots {
    padding: 5px 0;
    bottom: -50px;
    height: 25px; }
    .promoblock_slider .slick-dots li {
      height: 8px;
      width: 8px; }
      .promoblock_slider .slick-dots li button {
        padding: 0;
        height: 8px;
        width: 8px;
        border: 1px solid #333;
        background: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%; }
        .promoblock_slider .slick-dots li button:hover, .promoblock_slider .slick-dots li button:focus {
          background-image: unset;
          background-color: #333; }
        .promoblock_slider .slick-dots li button:before {
          display: none; }
      .promoblock_slider .slick-dots li.slick-active button {
        transform: scale(1.15) !important;
        background-color: #333 !important; }
  .promoblock_slider .one_widget {
    margin: 0; }
  .promoblock_slider .slick-list {
    margin: 0 -15px; }
    @media only screen and (min-width: 1024px) {
      .promoblock_slider .slick-list {
        margin: 0 -30px; } }
    .promoblock_slider .slick-list .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
  .promoblock_slider .slick-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 15px; }
    @media only screen and (min-width: 1024px) {
      .promoblock_slider .slick-slide {
        margin: 0 30px; } }
    .promoblock_slider .slick-slide a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .promoblock_slider .slick-slide img {
      filter: grayscale(100%);
      -webkit-transition: filter 150ms ease-in-out;
      -moz-transition: filter 150ms ease-in-out;
      -o-transition: filter 150ms ease-in-out;
      -ms-transition: filter 150ms ease-in-out;
      transition: filter 150ms ease-in-out; }
      .promoblock_slider .slick-slide img:hover, .promoblock_slider .slick-slide img:focus {
        filter: grayscale(0); }
  .promoblock_slider .slick-slide a {
    max-height: 80px;
    max-width: 130px;
    outline-color: #146A4A; }
    @media only screen and (min-width: 1024px) {
      .promoblock_slider .slick-slide a {
        max-height: 121px;
        max-width: 199px; } }

.section-padaliniai {
  background: linear-gradient(rgba(246, 244, 237, 0.76), rgba(246, 244, 237, 0.76)), url("../img/padaliniai.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 0 32px 0;
  margin-top: 105px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 1024px) {
    .section-padaliniai {
      padding: 29px 0 89px 0; } }
  .section-padaliniai h4 {
    margin-bottom: 39px;
    font-weight: 600;
    letter-spacing: 0.9px; }
  .section-padaliniai .padaliniai__list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    page-break-inside: avoid;
    /* Theoretically FF 20+ */
    break-inside: avoid-column;
    /* Chrome, Safari, IE 11 */
    column-gap: 26px; }
    @media only screen and (min-width: 476px) {
      .section-padaliniai .padaliniai__list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2; } }
    @media only screen and (min-width: 768px) {
      .section-padaliniai .padaliniai__list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        column-gap: 53px; } }
    @media only screen and (min-width: 1200px) {
      .section-padaliniai .padaliniai__list {
        -moz-column-count: unset;
        -webkit-column-count: unset;
        column-count: unset;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: 230px;
        gap: 0 53px; } }
    .section-padaliniai .padaliniai__list__list-item {
      width: 100%;
      line-height: normal;
      font-size: 15px;
      padding: 12px 0;
      display: block;
      border-bottom: 1px solid #146A4A;
      font-weight: 400; }
      @media only screen and (min-width: 768px) {
        .section-padaliniai .padaliniai__list__list-item {
          width: calc(50% - 27px); } }
      @media only screen and (min-width: 1200px) {
        .section-padaliniai .padaliniai__list__list-item {
          width: auto; } }
    .section-padaliniai .padaliniai__list-item {
      line-height: normal;
      font-size: 15px;
      padding: 12px 0;
      display: block;
      border-bottom: 1px solid #146A4A;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      font-weight: 400; }
      @media only screen and (min-width: 1200px) {
        .section-padaliniai .padaliniai__list-item {
          width: auto; } }

/* titlepagebasic END */
.slider {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .slider .wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 44%;
      padding-top: 0;
      padding-bottom: 5.2rem;
      background: #365d81;
      box-shadow: 0px 0px 15px 20px #365d81; } }
  @media only screen and (min-width: 768px) {
    .slider .wrapper {
      position: relative;
      width: 100%; } }
  .slider__item {
    display: block;
    min-height: 34rem;
    background: #365d81;
    text-decoration: none !important;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .slider__item {
        min-height: 37rem;
        padding: 2rem 0 6rem; } }
  .slider__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56%;
    background-size: cover;
    background-position: center right -90px;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .slider__image {
        height: 100%;
        background-position: center right; } }
  .slider__title, .slider__title-large, .slider__subtitle {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .slider__title, .slider__title-large, .slider__subtitle {
        color: #365d81;
        font-size: 1.8rem; } }
    @media only screen and (min-width: 992px) {
      .slider__title, .slider__title-large, .slider__subtitle {
        font-size: 2rem; } }
  .slider__title-large {
    font-size: 28px;
    line-height: 1.2;
    line-height: 1.3;
    font-weight: normal; }
    @media screen and (min-width: 992px) {
      .slider__title-large {
        font-size: 53px;
        line-height: 1.1; } }
    @media screen and (min-width: 1600px) {
      .slider__title-large {
        font-size: 53px;
        line-height: 1.1; } }
    @media only screen and (min-width: 768px) {
      .slider__title-large {
        margin-top: 0.4rem; } }
  .slider__subtitle {
    margin-top: 0.4rem; }
    @media only screen and (min-width: 768px) {
      .slider__subtitle {
        margin-top: 1.6rem; } }
  .slider__actions {
    display: block;
    margin-top: 2rem; }
    @media only screen and (max-width: 767px) {
      .slider__actions {
        display: none; } }
  .slider.slick-dotted {
    margin: 0; }
  .slider .slick-dots {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    top: 0;
    left: auto;
    right: 15px;
    bottom: 0;
    width: 2rem;
    list-style: none; }
    @media only screen and (max-width: 767px) {
      .slider .slick-dots {
        bottom: 50%; } }
    @media only screen and (min-width: 768px) {
      .slider .slick-dots {
        padding-bottom: 4rem; } }
    @media only screen and (min-width: 1100px) {
      .slider .slick-dots {
        right: 0;
        right: -webkit-calc((100% - 1226px) / 2 + 25px);
        right: -moz-calc((100% - 1226px) / 2 + 25px);
        right: calc((100% - 1226px) / 2 + 25px); } }
    .slider .slick-dots li {
      margin: 0;
      padding: 0;
      display: block;
      margin: 0.4rem 0;
      background: none; }
      @media only screen and (min-width: 992px) {
        .slider .slick-dots li {
          margin: 0.8rem 0; } }
      .slider .slick-dots li:before {
        display: none; }
    .slider .slick-dots button {
      min-width: 0;
      width: 2rem;
      height: 2rem;
      padding: 0;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 50%;
      opacity: 1; }
      .slider .slick-dots button:before {
        display: none; }
      .slider .slick-dots button:after {
        content: '';
        display: block;
        width: 1.4rem;
        height: 1.4rem;
        margin: 0 auto;
        background: #365d81;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity 150ms ease-in-out;
        -moz-transition: opacity 150ms ease-in-out;
        -o-transition: opacity 150ms ease-in-out;
        -ms-transition: opacity 150ms ease-in-out;
        transition: opacity 150ms ease-in-out; }
      .slider .slick-dots button:hover:after {
        opacity: 1; }
    .slider .slick-dots .slick-active button:after {
      opacity: 1; }

.slider > .slider__item:not(:first-child) {
  display: none !important; }

.icontext {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%; }
  .icontext__icon {
    -webkit-box-flex: 0 0 5.6rem;
    -moz-box-flex: 0 0 5.6rem;
    -webkit-flex: 0 0 5.6rem;
    -ms-flex: 0 0 5.6rem;
    flex: 0 0 5.6rem;
    max-width: 5.6rem;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat; }
    .icontext__icon + .icontext__info {
      padding-left: 2.4rem; }
      @media only screen and (min-width: 768px) {
        .icontext__icon + .icontext__info {
          padding-left: 3.2rem; } }
  .icontext__info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  .icontext__title {
    margin: 0; }
  .icontext__desc {
    margin-top: 1.2rem; }
  .icontext__actions {
    margin-top: auto;
    margin-left: -1.2rem;
    padding-top: 3.2rem; }

.card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0.2rem;
  background: #fcffff;
  background-image: linear-gradient(180deg, #fcffff 0%, #f4fafa 100%);
  border-radius: 3rem;
  box-shadow: 0 5px 10px rgba(213, 213, 213, 0.3);
  text-decoration: none !important;
  overflow: hidden; }
  .card__holder {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    border-radius: 2.8rem;
    overflow: hidden; }
  .card__body, .card__icon, .card__title, .card__desc, .card__footer {
    display: block; }
  .card__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 2.4rem 3.2rem 4rem 4rem; }
    .card__head + .card__body {
      padding-top: 0; }
  .card__head-image {
    -webkit-box-flex: 0 1 9rem;
    -moz-box-flex: 0 1 9rem;
    -webkit-flex: 0 1 9rem;
    -ms-flex: 0 1 9rem;
    flex: 0 1 9rem;
    max-width: 9rem;
    margin-right: 2rem;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat; }
  .card__head-title {
    margin: 0;
    white-space: nowrap; }
  .card__body {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 2rem 3.2rem 2rem; }
  .card__icon {
    height: 5.6rem;
    margin: 1.7rem 0;
    background-size: auto 5.6rem;
    background-position: center;
    background-repeat: no-repeat; }
    .card__icon.pradedu_versla {
      height: 8.6rem;
      margin: -0.8rem 0 -1rem;
      background-size: auto 8.6rem; }
    .card__icon.vykdau_versla {
      height: 7.6rem;
      margin: -0.3rem 0 -0.5rem;
      background-size: auto 7.6rem; }
    .card__icon.auginu_versla {
      height: 9rem;
      margin: -1rem 0 -1.2rem;
      background-size: auto 9rem; }
    .card__icon.pagalba_verslui {
      height: 9rem;
      margin: -1rem 0 -1.2rem;
      background-size: auto 9rem; }
  .card__image {
    margin-bottom: 2rem;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(213, 213, 213, 0.3); }
    .card__image img {
      width: 100%; }
  .card__title {
    max-width: 70%;
    margin: 0; }
    .card__title.nl {
      word-spacing: 100vw; }
  .card__desc {
    margin-top: 1.2rem;
    color: #202020;
    font-weight: normal; }
  .card__footer .action {
    display: block;
    padding: 1.6rem;
    background: #365d81;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 150ms ease-in-out;
    -moz-transition: background 150ms ease-in-out;
    -o-transition: background 150ms ease-in-out;
    -ms-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out; }
  @media only screen and (min-width: 992px) {
    .card:focus .card__footer .action, .card:hover .card__footer .action {
      background: #39b54a; } }

.card--h {
  min-height: 11rem; }
  .card--h .card__holder {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  .card--h .card__body {
    position: relative;
    padding: 2rem 1.6rem 2rem 7.4rem; }
    @media only screen and (min-width: 768px) {
      .card--h .card__body {
        padding-left: 9.4rem; } }
    .card--h .card__body.center-items {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .card--h .card__body.center-items .card__icon {
        top: 50%;
        transform: translateY(-50%); }
  .card--h .card__icon {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    width: 5rem;
    height: 5rem;
    margin: 0;
    background-size: auto 4rem; }
    @media only screen and (min-width: 768px) {
      .card--h .card__icon {
        width: 7rem;
        height: 7rem;
        background-size: auto 5.6rem; } }
  .card--h .card__title {
    max-width: none;
    color: #39b54a;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 2.2px; }
    @media only screen and (min-width: 768px) {
      .card--h .card__title {
        max-width: 90%;
        font-size: 2rem; } }
    @media only screen and (min-width: 992px) {
      .card--h .card__title {
        font-size: 2.2rem; } }
  .card--h .card__desc {
    margin-top: 0.8rem;
    color: #365d81;
    font-size: 1.4rem; }
  .card--h .card__footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .card--h .card__footer .action {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }

.imgtext {
  *zoom: 1; }
.imgtext:before, .imgtext:after {
  content: "";
  display: table; }
.imgtext:after {
  clear: both; }
@media only screen and (min-width: 768px) {
  .imgtext > .s-title {
    display: none; } }
.imgtext__image {
  margin-bottom: 2rem;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .imgtext__image {
      max-width: 37.3%; } }
  .imgtext__image img {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .imgtext__image img {
        max-height: 261px;
        object-fit: cover; } }
  @media only screen and (min-width: 768px) {
    .imgtext__image--video {
      max-width: 59%; } }
.imgtext__desc {
  overflow: auto; }
  @media only screen and (max-width: 767px) {
    .imgtext__desc > .s-title {
      display: none; } }
@media only screen and (min-width: 768px) {
  .imgtext.left .imgtext__image {
    float: left;
    margin: 0 2.4rem 1.6rem 0; } }
@media only screen and (min-width: 768px) {
  .imgtext.right .imgtext__image {
    float: right;
    margin: 0 0 1.6rem 2.4rem; } }

.s-title {
  margin: 0 0 28px 0; }
  .s-title + * {
    margin-top: 0 !important; }

.s-actions {
  width: 100%;
  margin-top: 3.2rem; }

.s--slidestext {
  padding: 0;
  background: #f4f4f4; }
  .s--slidestext .wrapper {
    padding-right: 5rem; }
    @media only screen and (min-width: 992px) {
      .s--slidestext .wrapper {
        padding-left: 2.4rem; } }
  .s--slidestext + .s--measures {
    padding-top: 0 !important; }
    .s--slidestext + .s--measures .wrapper {
      margin-top: -4rem; }

.s--measures.s--gray,
.s--links,
.s--icontext.s--gray {
  padding: 4rem 0 6rem; }

.s--measures .row {
  margin-left: -1rem;
  margin-right: -1rem; }
  .s--measures .row > div {
    margin-top: 1.6rem;
    padding: 0 1rem; }
    @media only screen and (min-width: 480px) {
      .s--measures .row > div:nth-child(-n+2) {
        margin-top: 0; } }
    @media only screen and (min-width: 992px) {
      .s--measures .row > div:nth-child(-n+4) {
        margin-top: 0; } }
    .s--measures .row > div:first-child {
      margin-top: 0; }
.s--measures + .s--links {
  margin-top: -2rem;
  padding-top: 0;
  background-color: #f4f4f4; }
.s--measures .card__head + .card__body {
  padding-top: 0; }
.s--measures .card__body {
  padding-top: 2rem; }
.s--measures .card__title {
  max-width: 100%;
  text-transform: uppercase; }
  .s--measures .card__title.pradedu_versla {
    color: #365d81; }
  .s--measures .card__title.vykdau_versla {
    color: #365d81; }
  .s--measures .card__title.auginu_versla {
    color: #365d81; }
  .s--measures .card__title.pagalba_verslui {
    color: #365d81; }

.s--links .row {
  margin: 0 -2px; }
  .s--links .row > div {
    padding: 0 2px; }
    @media only screen and (max-width: 479px) {
      .s--links .row > div:not(:first-child) {
        margin-top: 0.8rem; } }
    @media only screen and (min-width: 480px) {
      .s--links .row > div:not(:first-child) .btn {
        border-top-left-radius: 0.4rem;
        border-bottom-left-radius: 0.4rem; } }
    @media only screen and (min-width: 480px) {
      .s--links .row > div:not(:last-child) .btn {
        border-top-right-radius: 0.4rem;
        border-bottom-right-radius: 0.4rem; } }
.s--links .btn {
  min-width: 20rem; }
  @media only screen and (min-width: 768px) {
    .s--links .btn {
      min-width: 22rem; } }

.s--icontext .row {
  margin: 0 -3.2rem; }
  .s--icontext .row > div {
    margin-top: 4rem;
    padding: 0 3.2rem; }
    @media only screen and (min-width: 768px) {
      .s--icontext .row > div:nth-child(-n+2) {
        margin-top: 0; } }
    .s--icontext .row > div:first-child {
      margin-top: 0; }

.s--childslist .row {
  margin: 0 -1.6rem; }
  .s--childslist .row > div {
    margin-top: 2rem;
    padding: 0 1.6rem; }
    .s--childslist .row > div:first-child {
      margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .s--childslist .row > div:nth-child(-n+2) {
        margin-top: 0; } }
@media only screen and (min-width: 992px) {
  .s--childslist .wrap {
    max-width: 80rem;
    margin: 0 auto; } }

.s--processsteps .wrapper {
  position: relative; }
  .s--processsteps .wrapper .p-steps {
    z-index: 1; }
  .s--processsteps .wrapper .big-nav {
    position: absolute;
    top: 0;
    width: 100%; }
    .s--processsteps .wrapper .big-nav .prev {
      position: absolute;
      cursor: pointer;
      left: -39px;
      z-index: 10;
      display: none;
      background-image: url(../img/big-arrow-right.svg);
      background-size: 100%;
      width: 41px;
      height: 75px;
      background-repeat: no-repeat;
      transform: rotate(180deg); }
      .s--processsteps .wrapper .big-nav .prev:hover {
        transform: translateX(-2px) rotate(180deg);
        transition: translateX 0.2s ease-in-out; }
    .s--processsteps .wrapper .big-nav .next {
      position: absolute;
      cursor: pointer;
      right: -23px;
      z-index: 10;
      display: none;
      background-image: url(../img/big-arrow-right.svg);
      background-size: 100%;
      width: 41px;
      height: 75px;
      background-repeat: no-repeat; }
      .s--processsteps .wrapper .big-nav .next:hover {
        transform: translateX(2px);
        transition: translateX 0.2s ease-in-out; }
    @media only screen and (max-width: 1150px) {
      .s--processsteps .wrapper .big-nav {
        display: none; } }

.p-steps__item {
  float: none !important;
  padding: 1.6rem 1.8rem 1.6rem 1.2rem;
  outline: none; }
.p-steps .slick-list,
.p-steps .slick-track,
.p-steps .p-steps__item {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important; }
.p-steps .slick-list {
  margin: 0 -18px 0 -12px; }
.p-steps .slick-track {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
.p-steps .slick-arrow {
  min-width: 0;
  background: green; }
.p-steps:not(.slick-initialized) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -1.6rem; }
  .p-steps:not(.slick-initialized) .p-steps__item {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1.6rem; }
    @media only screen and (min-width: 480px) {
      .p-steps:not(.slick-initialized) .p-steps__item {
        -webkit-box-flex: 0 0 50%;
        -moz-box-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 768px) {
      .p-steps:not(.slick-initialized) .p-steps__item {
        -webkit-box-flex: 0 0 33.333%;
        -moz-box-flex: 0 0 33.333%;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%; } }
.p-steps[data-count="1"] + .p-steps-nav {
  display: none; }
@media only screen and (min-width: 480px) {
  .p-steps[data-count="2"] + .p-steps-nav {
    display: none; } }
@media only screen and (min-width: 768px) {
  .p-steps[data-count="3"] + .p-steps-nav {
    display: none; } }

.p-step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  width: 100%;
  border-radius: 0.8rem;
  box-shadow: 0 5px 10px rgba(213, 213, 213, 0.3); }
  .p-step__info {
    position: relative;
    z-index: 1;
    padding: 2rem 0.4rem 6rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #365d81;
    border-bottom: 0 none;
    border-radius: 0.8rem 0.8rem 0 0; }
    .p-step__info:before {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: 0;
      z-index: -1;
      background: #365d81;
      border-radius: 0.8rem 0.8rem 0 0;
      opacity: 0.8; }
    .p-step__info .triangle {
      position: absolute;
      top: 100%;
      right: -1.6rem;
      bottom: 0; }
      .p-step__info .triangle:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0rem;
        border: 1.4rem solid transparent;
        border-left: 1.6rem solid #365d81;
        border-right: 0 none; }
      .p-step__info .triangle:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0.2rem;
        border: 1.4rem solid transparent;
        border-left: 1.6rem solid #fff;
        border-right: 0 none; }
  .p-step__title {
    margin: 0;
    color: #fff; }
  .p-step__step {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: -4rem;
    width: 8rem;
    height: 8rem;
    background-image: url("../img/proccess_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: #365d81;
    font-size: 5.2rem;
    font-weight: 500;
    line-height: 7.2rem;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .p-step__step:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0.4rem;
      left: 0.4rem;
      right: 0.4rem;
      bottom: 0.4rem;
      background: #fcffff;
      border-radius: 50%;
      box-shadow: 0 5px 10px rgba(213, 213, 213, 0.3); }
  .p-step__desc {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    padding: 6rem 0.8rem 4rem;
    border: 1px solid #365d81;
    border-top: 0 none;
    border-radius: 0 0 0.8rem 0.8rem;
    overflow: hidden; }
    .p-step__desc .btn {
      position: absolute;
      left: 1.6rem;
      right: 1.6rem;
      bottom: 4rem;
      max-width: none;
      min-width: 0;
      width: auto; }
      .p-step__desc .btn.btn--arrow {
        margin: 0 auto;
        max-width: 220px; }
    .p-step__desc.has-btn {
      padding-bottom: 45px; }
      @media only screen and (min-width: 992px) {
        .p-step__desc.has-btn {
          padding-bottom: 45px; } }

.p-step--pv .p-step__info {
  border-color: #365d81; }
  .p-step--pv .p-step__info:before {
    background-color: #365d81; }
  .p-step--pv .p-step__info .triangle:before {
    border-left-color: #365d81; }
.p-step--pv .p-step__desc {
  border-color: #365d81; }

.p-step--vv .p-step__info {
  border-color: #365d81; }
  .p-step--vv .p-step__info:before {
    background-color: #365d81; }
  .p-step--vv .p-step__info .triangle:before {
    border-left-color: #365d81; }
.p-step--vv .p-step__desc {
  border-color: #365d81; }

.p-step--av .p-step__info {
  border-color: #365d81; }
  .p-step--av .p-step__info:before {
    background-color: #365d81; }
  .p-step--av .p-step__info .triangle:before {
    border-left-color: #365d81; }
.p-step--av .p-step__desc {
  border-color: #365d81; }

.p-step--f .p-step__info {
  border-color: #365d81; }
  .p-step--f .p-step__info:before {
    background-color: #365d81; }
  .p-step--f .p-step__info .triangle:before {
    border-left-color: #365d81; }
.p-step--f .p-step__desc {
  border-color: #365d81; }

.p-step--p .p-step__info {
  border-color: #365d81; }
  .p-step--p .p-step__info:before {
    background-color: #365d81; }
  .p-step--p .p-step__info .triangle:before {
    border-left-color: #365d81; }
.p-step--p .p-step__desc {
  border-color: #365d81; }

.p-steps-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  position: relative; }
  .p-steps-nav .slick-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    min-width: 0;
    width: 2rem;
    height: 2rem;
    background: transparent;
    color: #365d81;
    font-size: 1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
    .p-steps-nav .slick-arrow:before {
      display: none; }
    .p-steps-nav .slick-arrow:hover {
      color: #00ABDA; }
    .p-steps-nav .slick-arrow.slick-disabled {
      color: #b2b2b2;
      opacity: 0.5;
      cursor: not-allowed; }
  .p-steps-nav .num {
    color: #b2b2b2;
    font-weight: bold; }

.s--statisticsimage {
  margin-top: 6rem;
  padding: 0 !important;
  background: #365d81; }

.statsimg {
  position: relative; }
  .statsimg__img {
    position: absolute;
    left: 0;
    bottom: 2.4rem; }
    .statsimg__img .image {
      width: 6.9rem;
      height: 10.5rem;
      background-image: url("../img/graph.svg");
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 480px) {
        .statsimg__img .image {
          width: 10.9rem;
          height: 14.5rem; } }
  .statsimg__info {
    padding: 0.8rem 0 2rem 9rem; }
    @media only screen and (min-width: 480px) {
      .statsimg__info {
        padding: 0.8rem 0 2rem 12.8rem; } }
    @media only screen and (min-width: 768px) {
      .statsimg__info {
        padding: 0 0 0 15.8rem; } }
    .statsimg__info .s-title {
      margin: 0 0 0.4rem;
      font-weight: 500; }
    .statsimg__info .formatted_text {
      color: #fff; }
      @media only screen and (min-width: 768px) {
        .statsimg__info .formatted_text {
          padding: 1.6rem 2rem 2rem 0; } }
      .statsimg__info .formatted_text * {
        color: #fff; }
    @media only screen and (max-width: 767px) {
      .statsimg__info .actions {
        margin-top: 1.6rem; } }
    @media only screen and (min-width: 768px) {
      .statsimg__info .actions {
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: auto; } }

.chart-legend__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .chart-legend__item .icon {
    -webkit-box-flex: 0 0 2.4rem;
    -moz-box-flex: 0 0 2.4rem;
    -webkit-flex: 0 0 2.4rem;
    -ms-flex: 0 0 2.4rem;
    flex: 0 0 2.4rem;
    max-width: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.6rem;
    border-radius: 50%; }
  .chart-legend__item .text {
    color: #365d81;
    font-weight: 600; }
  .chart-legend__item .value {
    margin-left: 3.2rem;
    color: #365d81;
    font-weight: 700; }
    .chart-legend__item .value:after {
      content: '%'; }

.s--mixedchart {
  padding-bottom: 8rem; }
  .s--mixedchart .s-title {
    margin-bottom: 4rem; }

.chart {
  position: relative; }

@media only screen and (min-width: 768px) {
  .chart--bar,
  .chart--line,
  .chart--barline {
    padding: 0 4rem; } }
.chart--bar + .chart-legend,
.chart--line + .chart-legend,
.chart--barline + .chart-legend {
  max-width: 32rem;
  margin: 2rem auto 0; }
  @media only screen and (min-width: 768px) {
    .chart--bar + .chart-legend,
    .chart--line + .chart-legend,
    .chart--barline + .chart-legend {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      max-width: none;
      margin: 2rem 0 0 0;
      padding: 0 4rem; } }
  .chart--bar + .chart-legend .chart-legend__item,
  .chart--line + .chart-legend .chart-legend__item,
  .chart--barline + .chart-legend .chart-legend__item {
    margin-bottom: 1.6rem; }
    @media only screen and (min-width: 768px) {
      .chart--bar + .chart-legend .chart-legend__item,
      .chart--line + .chart-legend .chart-legend__item,
      .chart--barline + .chart-legend .chart-legend__item {
        margin: 0;
        padding: 0 1.6rem; } }
    .chart--bar + .chart-legend .chart-legend__item:last-child,
    .chart--line + .chart-legend .chart-legend__item:last-child,
    .chart--barline + .chart-legend .chart-legend__item:last-child {
      margin-bottom: 0; }

.chart--doughnut,
.chart--pie {
  max-width: 23.2rem;
  margin: 0 auto; }
  .chart--doughnut + .chart-legend,
  .chart--pie + .chart-legend {
    max-width: 28rem;
    margin: 2rem auto 0; }
    .chart--doughnut + .chart-legend .chart-legend__item,
    .chart--pie + .chart-legend .chart-legend__item {
      margin-bottom: 1.6rem; }
      @media only screen and (min-width: 768px) {
        .chart--doughnut + .chart-legend .chart-legend__item,
        .chart--pie + .chart-legend .chart-legend__item {
          margin-bottom: 2.4rem; } }
      .chart--doughnut + .chart-legend .chart-legend__item:last-child,
      .chart--pie + .chart-legend .chart-legend__item:last-child {
        margin-bottom: 0; }
      .chart--doughnut + .chart-legend .chart-legend__item .text,
      .chart--pie + .chart-legend .chart-legend__item .text {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
      .chart--doughnut + .chart-legend .chart-legend__item .value,
      .chart--pie + .chart-legend .chart-legend__item .value {
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

@media only screen and (min-width: 768px) {
  .chart-holder .chart--doughnut,
  .chart-holder .chart--pie {
    -webkit-box-flex: 0 0 31.2rem;
    -moz-box-flex: 0 0 31.2rem;
    -webkit-flex: 0 0 31.2rem;
    -ms-flex: 0 0 31.2rem;
    flex: 0 0 31.2rem;
    max-width: 31.2rem;
    margin: 0;
    padding: 0 4rem; } }
@media only screen and (min-width: 768px) {
  .chart-holder .chart--doughnut + .chart-legend,
  .chart-holder .chart--pie + .chart-legend {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0; } }

.chartjs-tooltip {
  position: absolute;
  max-width: 60%;
  min-width: 8rem;
  padding: 1.2rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.8rem;
  pointer-events: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .chartjs-tooltip * {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6rem; }
  .chartjs-tooltip__h {
    margin-bottom: 0.8rem; }
  .chartjs-tooltip__h-item {
    font-weight: 600; }
  .chartjs-tooltip__b-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 0.8rem; }
    .chartjs-tooltip__b-item:first-child {
      margin-top: 0; }
    .chartjs-tooltip__b-item .color {
      -webkit-box-flex: 0 0 1.6rem;
      -moz-box-flex: 0 0 1.6rem;
      -webkit-flex: 0 0 1.6rem;
      -ms-flex: 0 0 1.6rem;
      flex: 0 0 1.6rem;
      max-width: 1.6rem;
      width: 1.6rem;
      height: 1.6rem;
      margin-right: 0.8rem;
      border-radius: .2rem; }

.infographic-holder {
  max-width: 100%;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 480px) {
    .infographic-holder {
      float: left;
      width: 100%;
      max-width: 50%;
      margin-right: 1.6rem; } }
  @media only screen and (min-width: 480px) {
    .infographic-holder[data-counter="1"] {
      margin-right: 3.2rem; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="1"] {
      max-width: 33.333%; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="1"] .infographic-list__item {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="2"] {
      max-width: 66.666%; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="2"] .infographic-list__item {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="3"] {
      max-width: 100%;
      margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder[data-counter="3"] .infographic-list__item {
      -webkit-box-flex: 0 0 33.333%;
      -moz-box-flex: 0 0 33.333%;
      -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      max-width: 33.333%; } }
  @media only screen and (min-width: 480px) {
    .infographic-holder.side-right {
      float: right;
      margin-right: 0;
      margin-left: 1.6rem; } }
  @media only screen and (min-width: 480px) {
    .infographic-holder.side-right[data-counter="1"] {
      margin-left: 3.2rem; } }
  @media only screen and (min-width: 768px) {
    .infographic-holder.side-right[data-counter="3"] {
      margin-left: 0; } }

@media only screen and (min-width: 768px) {
  .infographic-list {
    margin: 0 -0.8rem; }
    .infographic-list > * {
      padding: 0 0.8rem; } }
.infographic-list__item {
  margin-top: 1.6rem; }
  @media only screen and (min-width: 768px) {
    .infographic-list__item {
      margin-top: 0; } }
  .infographic-list__item:first-child {
    margin-top: 0; }
  .infographic-list__item .infograph {
    width: 100%; }

.infograph {
  padding: 2rem;
  background: #fcffff;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(213, 213, 213, 0.3);
  overflow: hidden; }
  .infograph__value {
    display: block;
    color: #365d81;
    font-size: 5.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center; }
  .infograph__text {
    margin-top: 1.6rem; }

.s--gray {
  background-color: #f4f4f4; }

/*
	Vidiniai bloku moduliai, tiek pilno plocio tiek su sidebar
*/
.index_container.inner .main .s {
  padding: 0 0 4rem 0; }
  .index_container.inner .main .s:last-child {
    padding-bottom: 8rem; }
  .index_container.inner .main .s > .wrapper {
    padding-left: 0;
    padding-right: 0; }
.index_container.inner .main .s--mixedchart {
  padding-bottom: 8rem; }
.index_container.inner .main .s--tabs-block:last-child {
  padding-bottom: 4rem; }
.index_container.inner .main .s--tabs-block .s--tabs-block {
  margin-bottom: 4rem;
  padding: 0;
  background: transparent; }

@media only screen and (min-width: 992px) {
  .theme-partneriams .s--measures .card:focus .card__footer .action, .theme-partneriams .s--measures .card:hover .card__footer .action,
  .theme-tarpininkams .s--measures .card:focus .card__footer .action,
  .theme-tarpininkams .s--measures .card:hover .card__footer .action {
    background: #39b54a; } }

.theme-tarpininkams .s--measures .card__footer .action {
  background: #39b54a; }

.theme-partneriams .s--measures .card__footer .action {
  background: #365d81; }

.s:not(:last-child) {
  margin-bottom: 40px; }
  @media only screen and (min-width: 1024px) {
    .s:not(:last-child) {
      margin-bottom: 73px; } }

.s--editor {
  background: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), url("../img/block-type-editor-decor.png");
  background-position: bottom 5px right 5px;
  background-repeat: no-repeat;
  border: 1px solid #146a4a;
  padding: 20px 29px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.39);
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px; }

.s--topics .faq__item {
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  border-radius: 7px;
  border: 1px solid #146A4A; }
  .s--topics .faq__item:not(:last-child) {
    margin-bottom: 12px; }
.s--topics .faq__q {
  background: linear-gradient(to right, #1d8a62 0%, rgba(20, 106, 74, 0.85) 100%), url("../img/block-type-topics-decor.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 24px 34px;
  /*			border-top-left-radius: 5px;
  			border-top-right-radius: 5px;*/
  font-size: 23px;
  color: #fff;
  cursor: pointer; }
  .s--topics .faq__q .icon-chevron-down {
    margin-left: 13px;
    font-size: 11px;
    vertical-align: 1px;
    display: inline-block;
    -webkit-transition: transform 150ms ease-in-out;
    -moz-transition: transform 150ms ease-in-out;
    -o-transition: transform 150ms ease-in-out;
    -ms-transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out; }
  .s--topics .faq__q.active .icon-chevron-down {
    transform: rotate(180deg); }
  .s--topics .faq__q.active + .faq__a {
    display: block; }
.s--topics .faq__a {
  display: none;
  padding: 24px 34px; }

.s--textimg .wrapper {
  padding: 34px 0 10px 0;
  background-color: #F6F4ED;
  position: relative; }
  .s--textimg .wrapper:before {
    content: "";
    background-color: #F6F4ED;
    position: absolute;
    top: 0;
    height: 100%;
    width: 4000px;
    left: -30px;
    z-index: -1; }

/*// File Name: _search.scss
// Description: Module search styles
// Used by: style.scss
// Dependencies:
// ------------------------------------------------------------
/*/
.search_form {
  margin: 0 0 29px; }
  .search_form .top {
    margin-bottom: 16px; }
  .search_form .bott {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .search_form input {
    height: 38px;
    margin: 0 12px 0 0;
    max-width: 100%;
    border: 1px solid #C1C1C1; }
  .search_form button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    padding: 0 20px !important; }
    .search_form button .icon {
      font-size: 2.3rem;
      font-weight: 600; }

.search_modules {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -1.2rem; }
  .search_modules li {
    padding: 0 1.2rem;
    margin: .6rem 0; }
    .search_modules li:before {
      display: none; }
    .search_modules li:not(:last-child) {
      border-right: 1px solid #146A4A; }
    .search_modules li a {
      text-transform: uppercase; }
      .search_modules li a:hover {
        text-decoration: underline; }
      .search_modules li a.active {
        color: #39b54a;
        text-decoration: underline; }

.reset-filter {
  margin: 1.6rem 0;
  font-size: 1.2rem; }
  .reset-filter:hover {
    text-decoration: underline; }

.results_count {
  margin: 0 0 21px 0;
  font-size: 15px;
  border-bottom: 1px solid #57AC8D;
  text-align: right;
  padding-bottom: 11px; }
  .results_count .total {
    font-weight: 600; }
  @media only screen and (min-width: 1024px) {
    .results_count {
      max-width: 90.5%; } }
  .results_count .total {
    font-weight: 700; }

@media only screen and (min-width: 1024px) {
  .search_results {
    max-width: 90.5%; } }
.search_results .search_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 18px;
  padding: 0 0 18px;
  color: #202020;
  border-bottom: 1px solid #57AC8D;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .search_results .search_item .text {
    font-weight: 400;
    font-size: 15px; }
  .search_results .search_item .search_item_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 769px) {
      .search_results .search_item .search_item_content {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; } }
    .search_results .search_item .search_item_content .content_container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
  .search_results .search_item .h6 {
    font-size: 23px;
    font-weight: 600;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .search_results .search_item .h6.mb {
      margin: 0 0 12px; }
  .search_results .search_item span {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .search_results .search_item .image_container {
    margin: 0 23px 0 0; }
    @media only screen and (max-width: 769px) {
      .search_results .search_item .image_container {
        margin: 0 0 12px 0; } }
  .search_results .search_item .phones, .search_results .search_item .email {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .search_results .search_item .phones .icon, .search_results .search_item .email .icon {
      margin: 0 6px 0 0;
      font-size: 1.6rem; }
  @media only screen and (min-width: 769px) {
    .search_results .search_item .phones a {
      color: #202020;
      text-decoration: none; } }
  .search_results .search_item .highlight {
    color: #fff;
    padding: 0;
    background-color: #146A4A; }

.search_item.single_contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 769px) {
    .search_item.single_contact {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .search_item.single_contact .meta_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .search_item.single_contact .meta_info span {
      margin: 0 0 6px; }

.search_item .image_container {
  width: 296px;
  min-width: 296px; }
  @media only screen and (max-width: 769px) {
    .search_item .image_container {
      width: 100%; } }
  .search_item .image_container .image {
    display: block;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 62%; }
    @media only screen and (min-width: 769px) {
      .search_item .image_container .image {
        padding-bottom: 75%; } }

/* Polls style start */
.poll_results {
  margin: 0px 0 44px 0;
  padding: 0px 0; }
  @media only screen and (min-width: 1024px) {
    .poll_results {
      width: 100%; } }
  .poll_results h2 {
    float: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px 0; }
  .poll_results .poll_item {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0px; }
    .poll_results .poll_item .answer_values {
      float: left;
      width: 100%;
      padding: 10px 0 12px 0;
      position: relative; }
      .poll_results .poll_item .answer_values .answer_name {
        line-height: 1;
        font-size: 14px;
        text-transform: capitalize; }
        @media only screen and (min-width: 1024px) {
          .poll_results .poll_item .answer_values .answer_name {
            width: 80%; } }
        @media only screen and (max-width: 1024px) {
          .poll_results .poll_item .answer_values .answer_name {
            width: 80%; } }
        @media only screen and (max-width: 768px) {
          .poll_results .poll_item .answer_values .answer_name {
            width: 60%; } }
      .poll_results .poll_item .answer_values .answer_value {
        /*width: 5%;*/
        text-align: right;
        padding-right: 10px;
        line-height: 1;
        font-size: 20px;
        font-weight: 700;
        position: absolute;
        right: 0;
        top: 42px; }
        @media only screen and (min-width: 1024px) {
          .poll_results .poll_item .answer_values .answer_value {
            width: 10%; } }
        @media only screen and (max-width: 1024px) {
          .poll_results .poll_item .answer_values .answer_value {
            font-size: 18px;
            top: 43px; } }
      .poll_results .poll_item .answer_values .answer_count {
        /*width: 5%;*/
        text-align: right;
        border-left: 1px #202020 solid;
        line-height: 1;
        padding-left: 10px;
        display: none; }
        @media only screen and (min-width: 1024px) {
          .poll_results .poll_item .answer_values .answer_count {
            width: auto; } }
    .poll_results .poll_item .answer_progress {
      width: calc(100% - 73px);
      height: 33px;
      border-radius: 7px;
      padding: 0px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      .poll_results .poll_item .answer_progress .progress {
        height: 100%;
        background: linear-gradient(to right, #146a4a 0%, #1d8a62 100%);
        border-radius: 7px; }
    .poll_results .poll_item.total {
      padding: 0 0 14px 0; }
      .poll_results .poll_item.total .answer_values {
        float: left;
        width: 100%;
        font-weight: bold;
        font-size: 12px; }
        .poll_results .poll_item.total .answer_values .answer_name {
          line-height: 1; }
          @media only screen and (min-width: 1024px) {
            .poll_results .poll_item.total .answer_values .answer_name {
              width: 80%; } }
          @media only screen and (max-width: 1024px) {
            .poll_results .poll_item.total .answer_values .answer_name {
              width: 80%; } }
          @media only screen and (max-width: 768px) {
            .poll_results .poll_item.total .answer_values .answer_name {
              width: 60%; } }
        .poll_results .poll_item.total .answer_values .answer_total {
          /*width: 5%;*/
          line-height: 1; }
          @media only screen and (min-width: 1024px) {
            .poll_results .poll_item.total .answer_values .answer_total {
              width: auto; } }
        .poll_results .poll_item.total .answer_values .answer_count {
          /*width: 5%;*/
          line-height: 1;
          text-align: right;
          padding-left: 10px;
          border-left: 0px; }
          @media only screen and (min-width: 1024px) {
            .poll_results .poll_item.total .answer_values .answer_count {
              width: auto; } }

.total_results {
  margin: 8px 0 0px 0; }

/* Polls style end */
.bookpoll .poll_index {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px; }
.bookpoll #poll_form .type_item label {
  font-size: 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 4px; }
.bookpoll__text-before {
  margin-bottom: 37px; }
@media only screen and (max-width: 1023px) {
  .bookpoll .type_input_text input {
    max-width: 100%; } }
@media only screen and (min-width: 1024px) {
  .bookpoll .type_input_text input {
    min-width: 405px; } }
.bookpoll__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 15px; }
  @media only screen and (min-width: 1200px) {
    .bookpoll__list {
      gap: 65px 30px; } }
  .bookpoll__list-item {
    width: 100%; }
    @media only screen and (min-width: 475px) {
      .bookpoll__list-item {
        width: calc(50% - 12px); } }
    @media only screen and (min-width: 576px) {
      .bookpoll__list-item {
        width: calc(33.33333% - 12px); } }
    @media only screen and (min-width: 768px) {
      .bookpoll__list-item {
        width: calc(25% - 12px); } }
    @media only screen and (min-width: 1200px) {
      .bookpoll__list-item {
        width: calc(20% - 24px); } }
    .bookpoll__list-item .type_answers {
      height: 100%; }
    .bookpoll__list-item .meta {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
    .bookpoll__list-item .link {
      margin-bottom: 9px; }
      .bookpoll__list-item .link a {
        display: block; }
      .bookpoll__list-item .link img {
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        width: 100%;
        object-fit: contain;
        max-height: 400px; }
    .bookpoll__list-item .title {
      margin-bottom: 6px;
      font-family: Arial, sans-serif; }
    .bookpoll__list-item .author {
      font-family: Arial, sans-serif;
      margin-bottom: 19px; }
    .bookpoll__list-item .total_results {
      margin-top: auto; }
    .bookpoll__list-item .vote-btn-wrapper {
      position: relative;
      margin-top: auto; }
      .bookpoll__list-item .vote-btn-wrapper input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .bookpoll__list-item .vote-btn-wrapper input[type="radio"] {
        opacity: 0.011;
        z-index: 100; }
      .bookpoll__list-item .vote-btn-wrapper input[type="radio"]:checked + label {
        background-image: linear-gradient(#57AC8D, #57AC8D); }
      .bookpoll__list-item .vote-btn-wrapper label {
        height: 45px;
        margin: 0;
        padding: 0 10px;
        background: #146A4A;
        border: none;
        line-height: 43px;
        cursor: pointer;
        outline: none;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.75px;
        text-transform: uppercase;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        cursor: pointer;
        z-index: 90; }
        @media only screen and (min-width: 1024px) {
          .bookpoll__list-item .vote-btn-wrapper label {
            height: 45px;
            line-height: 43px;
            padding: 0 20px;
            font-size: 15px; } }
      .bookpoll__list-item .vote-btn-wrapper label:hover {
        background-image: linear-gradient(#57AC8D, #57AC8D); }
.bookpoll__submit {
  margin-top: 32px; }

.books .poll_index {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px; }
.books__text-before {
  margin-bottom: 37px; }
@media only screen and (max-width: 1023px) {
  .books .type_input_text input {
    max-width: 100%; } }
@media only screen and (min-width: 1024px) {
  .books .type_input_text input {
    min-width: 405px; } }
.books__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 15px; }
  @media only screen and (min-width: 1200px) {
    .books__list {
      gap: 41px 30px; } }
  .books__list-item {
    width: 100%; }
    @media only screen and (min-width: 475px) {
      .books__list-item {
        width: calc(50% - 12px); } }
    @media only screen and (min-width: 576px) {
      .books__list-item {
        width: calc(33.33333% - 12px); } }
    @media only screen and (min-width: 768px) {
      .books__list-item {
        width: calc(25% - 12px); } }
    @media only screen and (min-width: 1200px) {
      .books__list-item {
        width: calc(20% - 24px); } }
    .books__list-item .link {
      cursor: pointer;
      position: relative;
      overflow: hidden;
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px; }
      .books__list-item .link img {
        width: 100%;
        object-fit: cover;
        max-height: 400px; }
      .books__list-item .link .overlay {
        position: absolute;
        bottom: -100%;
        left: 0;
        right: 0;
        background-color: #F6F4ED;
        min-height: 116px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 8px;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
        .books__list-item .link .overlay .title {
          font-size: 18px;
          font-weight: bold;
          font-family: Arial, sans-serif;
          margin-bottom: 9px;
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          line-clamp: 3;
          -webkit-box-orient: vertical; }
        .books__list-item .link .overlay .author {
          font-weight: 400;
          font-family: Arial, sans-serif;
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          line-clamp: 3;
          -webkit-box-orient: vertical; }
        .books__list-item .link .overlay:hover *, .books__list-item .link .overlay:focus * {
          text-decoration: underline; }
      .books__list-item .link:hover .overlay, .books__list-item .link:focus .overlay {
        bottom: 0; }
@media only screen and (min-width: 1024px) {
  .books__inner .main_title.mobile {
    display: none; } }
.books__inner .main_title.desktop {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .books__inner .main_title.desktop {
      display: block; } }
.books__inner .author {
  color: #146A4A;
  font-weight: bold;
  text-align: right; }
  @media only screen and (min-width: 1024px) {
    .books__inner .author {
      margin-top: -20px;
      text-align: left; } }
.books__inner .books-image {
  display: block;
  margin: 0 0 17px 0; }
  @media only screen and (min-width: 1024px) {
    .books__inner .books-image {
      margin: 0 0 17px 17px; } }
  .books__inner .books-image img {
    width: 319px;
    height: 485px;
    max-height: 485px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    object-fit: cover; }
    @media only screen and (max-width: 1024px) {
      .books__inner .books-image img {
        width: 100%;
        max-width: 100%;
        height: auto; } }
  @media only screen and (min-width: 1024px) {
    .books__inner .books-image.float {
      float: right; } }
.books__submit {
  margin-top: 32px; }

.childlist__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 22px; }
  .childlist__list-item {
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border: 2px solid #1d8a62;
    background: linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)), url("../img/childlist-decor.png");
    background-position: bottom -5px right 0;
    background-repeat: no-repeat;
    min-height: 102px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px; }
    @media only screen and (min-width: 768px) {
      .childlist__list-item {
        width: calc(50% - 11px);
        padding: 19px 34px; } }
    .childlist__list-item a {
      font-size: 18px;
      font-weight: 400;
      margin-right: 13px; }
      @media only screen and (min-width: 768px) {
        .childlist__list-item a {
          font-size: 23px; } }
      .childlist__list-item a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e921';
        font-size: 17px;
        color: #146A4A;
        margin-top: -2px; }
      .childlist__list-item a:hover:after, .childlist__list-item a:focus:after {
        text-decoration: none; }

.input_group_parent {
  margin: 0 0 2px 0;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  display: block; }
  .input_group_parent.disabled {
    cursor: not-allowed; }
  .input_group_parent input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .input_group_parent .checkbox_design {
    position: absolute;
    top: 6px;
    left: 1px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #146a4a;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px; }
    .input_group_parent .checkbox_design:after {
      position: absolute;
      opacity: 0;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e929';
      color: #146a4a;
      font-size: 8px;
      top: 3px;
      left: 1px; }
  .input_group_parent .radio_design {
    position: absolute;
    top: 6px;
    left: 1px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #146a4a;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    .input_group_parent .radio_design:after {
      content: "";
      position: absolute;
      top: 2px;
      left: 2px;
      width: 8px;
      height: 8px;
      background-color: #57ac8d;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      opacity: 0;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
  .input_group_parent input[disabled] + .checkbox_design:after, .input_group_parent input[disabled] + .radio_design:after {
    /*background-color: #8b8b8b;*/ }
  .input_group_parent input:checked + .checkbox_design:after, .input_group_parent input:checked + .radio_design:after {
    opacity: 1; }

.scrollable {
  overflow-x: auto;
  margin-bottom: 20px; }
  .scrollable:last-child {
    margin-bottom: 0; }
  .scrollable table {
    margin: 0; }

.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */ }

.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  -webkit-box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  content: ''; }

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto; }

.scrollable > div::-webkit-scrollbar {
  height: 12px; }

.scrollable > div::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0; }

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc; }

@media print {
  #ads, #printFriendly, header, nav, .footer, .submenu_cont, .search_cont, .print_button, .left, .inlinelink, .social_links, .related_thumbs_side, .one_widget, .langs {
    display: none !important; }

  body {
    background-image: none !important;
    background: #fff; }

  .bgwhite {
    padding: 0 !important; }

  #content {
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt; }

  .content_right, .news_images_cont, .dynamic_cont {
    width: 100% !important;
    max-width: none !important;
    float: none !important; }

  .contact_group_title {
    padding: 0;
    margin: 0 0 10px 0; }

  .contact_photo {
    float: left;
    margin: 0px 10px 0 0; }

  img.news_image_with {
    margin: 0 18px 10px 0; } }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  font-weight: 400;
  color: #146a4a; }

.select2-dropdown {
  border-radius: 7px; }

.select2-selection__arrow b:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  content: "" !important;
  font-size: 9px; }

/*.slidesbg {
	margin-top: 0;
}*/
.section-exhibitions .slick-dots li {
  margin-top: 2px; }
  .section-exhibitions .slick-dots li button {
    background: #fff;
    color: transparent !important; }

.poll_index a {
  padding-right: 17px; }

/*# sourceMappingURL=style.css.map */
